parent
aa66c12ded
commit
c3aaddf9cf
@ -0,0 +1,24 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link title="timeline-styles" rel="stylesheet"
|
||||
href="https://cdn.knightlab.com/libs/timeline3/latest/css/timeline.css">
|
||||
<script src="https://cdn.knightlab.com/libs/timeline3/latest/js/timeline.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
|
||||
<script type="text/javascript" language="javascript" src="timeline.json"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
$.getJSON("timeline.json", function (data) {
|
||||
var timeline_json = data;
|
||||
window.timeline = new TL.Timeline('timeline-embed', timeline_json);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id='timeline-embed' style="width: 100%; height: 600px"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -0,0 +1,59 @@
|
||||
{
|
||||
"title": {
|
||||
"media": {
|
||||
"url": "https://static01.nyt.com/images/2011/02/17/us/17jeopardy_337-span/17jeopardy_337-span-jumbo.jpg?quality=75&auto=webp",
|
||||
"caption": "Watson on Jeopardy",
|
||||
"credit": "flickr/<a href='https://www.nytimes.com/2011/02/17/science/17jeopardy-watson.html'>New York Times</a>"
|
||||
},
|
||||
"text": {
|
||||
"headline": "History Of Machine Learning<br/> 1963 - 2012",
|
||||
"text": "<p>A History of machine learing</p>"
|
||||
}
|
||||
},
|
||||
"events": [
|
||||
{
|
||||
"media": {
|
||||
"url": "https://miro.medium.com/max/4560/0*3jGv1es40NHPcTE3.jpg",
|
||||
"caption": "Dem boys: Marvin Minsky, Claude Shannon, Ray Solomonoff and other scientists at the Dartmouth Summer Research Project on Artificial Intelligence (Photo: Margaret Minsky)",
|
||||
"credit": "(Photo: Margaret Minsky)"
|
||||
},
|
||||
"start_date": {
|
||||
"month": "8",
|
||||
"day": "9",
|
||||
"year": "1956"
|
||||
},
|
||||
"text": {
|
||||
"headline": "A Beginning",
|
||||
"text": "<p>The Dartmouth Summer Research Project on Artificial Intelligence was a summer workshop widely considered to be the founding moment of artificial intelligence as a field of research</p>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": {
|
||||
"url": "https://upload.wikimedia.org/wikipedia/commons/7/79/ELIZA_conversation.png",
|
||||
"caption": "Eliza",
|
||||
"credit": "<a href=\"http://unidiscmusic.com\">Wikipedia</a>"
|
||||
},
|
||||
"start_date": {
|
||||
"year": "1966"
|
||||
},
|
||||
"text": {
|
||||
"headline": "First Natural Language Processing",
|
||||
"text": "NLP. But it sucks."
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": {
|
||||
"url": "https://www.youtube.com/watch?v=P18EdAKuC1U",
|
||||
"caption": "Watson on Jeopardy",
|
||||
"credit": "IBM"
|
||||
},
|
||||
"start_date": {
|
||||
"year": "20111"
|
||||
},
|
||||
"text": {
|
||||
"headline": "Watson",
|
||||
"text": "Watson destroys Ken and Brad."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue