This repository was archived by the owner on Aug 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline.html
More file actions
242 lines (235 loc) · 10.7 KB
/
timeline.html
File metadata and controls
242 lines (235 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width" name="viewport">
<meta content="A timeline of events for Robotics and AI for the 2018 TSA Webmaster Design Brief." name="description">
<meta content="Eeshaan Pirani" name="author">
<title>Hebron TSA | Robots and AI Timeline</title>
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="./favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="./favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/site.webmanifest" rel="manifest">
<link href="/safari-pinned-tab.svg" rel="mask-icon">
<meta content="#2b5797" name="msapplication-TileColor">
<meta content="#ffffff" name="theme-color">
<link href="src/css/bootstrap.min.css" rel="stylesheet">
<link href="src/css/aos.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:200,300,400,400i,900,900i" rel="stylesheet">
<script src="./src/js/aos.js"></script>
<script src="./src/js/jquery-3.3.1.min.js"></script>
<script src="src/js/timeliner.min.js" type="text/javascript"></script>
<link href="src/css/timeliner.min.css" media="screen" rel="stylesheet" type="text/css">
<link href="src/css/timeline.min.css" rel="stylesheet">
</head>
<body class="animate-background">
<script>
$(document).ready(function () {
$.timeliner({});
});
</script>
<nav class="navbar navbar-expand-lg navbar-light navbar-trans fixed-top text-white">
<a class="navbar-brand text-white" href="./">
<span class="thicc">HEBRON</span> TSA</a>
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler custom-toggler" data-target="#navbarSupportedContent" data-toggle="collapse" type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a aria-expanded="false" aria-haspopup="true" class="nav-link hvr-underline-from-center text-white dropdown-toggle" data-toggle="dropdown"
href="about-members.html" id="navbarDropdownMenuLink">MEMBERS</a>
<div aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu">
<a class="dropdown-item" href="about-members.html">About Our Members</a>
<a class="dropdown-item" href="members.html">Help for Members</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center text-white" href="gallery.html">GALLERY</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center text-white" href="love.html">WHY WE LOVE TSA</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center text-white" href="stem.html">STEM @ HEBRON</a>
</li>
<li class="nav-item dropdown">
<a aria-expanded="false" aria-haspopup="true" class="nav-link hvr-underline-from-center text-white dropdown-toggle" data-toggle="dropdown"
href="robot.html" id="navbarDropdownMenuLink">ROBOTS AND AI</a>
<div aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu">
<a class="dropdown-item" href="timeline.html">History</a>
<a class="dropdown-item" href="ai-today.html">AI in Today's World</a>
<a class="dropdown-item" href="robot.html">ZUBE Robotics</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-center text-white" href="about.html">ABOUT</a>
</li>
</ul>
</div>
</nav>
<div class="timeline-container" id="timeline">
<button class="timeline-toggle">+ expand all</button>
<div class="timeline-wrapper">
<h2 class="timeline-time">1946</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event01">
<a>Electronic Numerical Integrator and Computer</a>
</dt>
<dd class="timeline-event-content" id="event01EX">
<div class="media">
<img src="src/imgs/timeline/ENIAC.jpg">
</div>
<p>ENIAC was amongst the earliest electronic general-purpose computers made. It was Turing-complete, digital and able to
solve complex numerical problems through reprogramming. ENIAC was designed and primarily used to calculate artillery
firing tables for the United States Army's Ballistic Research Laboratory.</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">1950</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event02">
<a>Asimov’s
<i>Three Laws</i>
</a>
</dt>
<dd class="timeline-event-content" id="event02EX">
<div class="media">
<img src="src/imgs/timeline/threelaws.jpg">
</div>
<p>The
<i>Three Laws</i> were a set of rules devised by the science fiction author Isaac Asimov. The rules were introduced in
his 1942 short story "Runaround." The rules were (1) A robot may not injure a human being or, through inaction, allow
a human being to come to harm, (2) A robot must obey the orders given it by human beings except where such orders would
conflict with the First Law, (3) A robot must protect its own existence as long as such protection does not conflict
with the First or Second Laws.</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">1956</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event03">
<a>Birth of Artificial Intelligence</a>
</dt>
<dd class="timeline-event-content" id="event03EX">
<div class="media">
<img src="src/imgs/timeline/dartmouth.jpg">
</div>
<p>The Dartmouth Summer Research Project on Artificial Intelligence held at Dartmouth University was a 1956 summer workshop
held by Dartmouth University and considered by many as the seminal event for artificial intelligence as a field. The
proposal for the conference included this assertion: "every aspect of learning or any other feature of intelligence
can be so precisely described that a machine can be made to simulate it."</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">1959</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event04">
<a>Development of Computer Checkers</a>
</dt>
<dd class="timeline-event-content" id="event04EX">
<div class="media">
<img src="src/imgs/timeline/checkers.jpg">
</div>
<p>Arthur Samuel (IBM) wrote the first game-playing program, for checkers, to achieve sufficient skill to challenge a world
champion. Samuel's machine learning programs were responsible for the high performance of the checkers player. He believed
teaching computers to play games was very fruitful for developing tactics appropriate to general problems, and he chose
checkers as it is relatively simple though has a depth of strategy.</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">1968</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event05">
<a>Shakey the Robot is Created</a>
</dt>
<dd class="timeline-event-content" id="event05EX">
<div class="media">
<img src="src/imgs/timeline/shakey.jpg">
</div>
<p>Shakey the Robot was the first general-purpose mobile robot to be able to reason about its own actions. Unlike other
robots, Shakey could analyze commands and break them down into basic chunks by itself rather can having to be instructed
on each individual step of completing a larger task. Shakey was developed at the Artificial Intelligence Center of
Stanford Research Institute (now called SRI International).</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">1997</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event06">
<a>Chess Grandmaster Garry Kasparov loses to IBM’s Deep Blue</a>
</dt>
<dd class="timeline-event-content" id="event06EX">
<div class="media">
<img src="src/imgs/timeline/chess.jpg">
</div>
<p>
<b>Deep Blue versus Garry Kasparov</b> was a pair of six-game chess matches between world chess champion Garry Kasparov
and an IBM supercomputer called Deep Blue. The first match was played in Philadelphia in 1996 and won by Kasparov.
The second was played in New York City in 1997 and won by Deep Blue. The 1997 match was the first defeat of a reigning
world chess champion by a computer under tournament conditions.</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">2010</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event08">
<a>IBM creates Watson Computer</a>
</dt>
<dd class="timeline-event-content" id="event08EX">
<div class="media">
<img src="src/imgs/timeline/watson.jpg">
</div>
<p>Watson is a question-answering computer system capable of answering questions posed in natural language, developed in
IBM's DeepQA project by a research team led by Ferucci. The computer system was initially developed to answer questions
on the quiz show Jeopardy! and, in 2011, the Watson computer system competed on Jeopardy!</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">2011</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event09">
<a>Apple introduces Siri</a>
</dt>
<dd class="timeline-event-content" id="event09EX">
<div class="media">
<img src="src/imgs/timeline/siri.jpg">
</div>
<p>With the unveiling of the new iPhone 4s, Apple introduced the world to Siri, a groundbreaking example of artificial
intelligence in action. Siri’s debut represented the culmination of a long-term dream at Apple, an accomplishment predicted
in the 1980s and fulfilled almost down to the exact month.</p>
</dd>
</dl>
</div>
<div class="timeline-wrapper">
<h2 class="timeline-time">2018</h2>
<dl class="timeline-series">
<dt class="timeline-event" id="event10">
<a>Alibaba AI beats top students at Stanford</a>
</dt>
<dd class="timeline-event-content" id="event10EX">
<div class="media">
<img src="src/imgs/timeline/Alibaba.jpeg">
</div>
<p>Chinese retail giant Alibaba developed an artificial intelligence model that managed to outdo human participants in
a reading and comprehension test designed by Stanford University. The model scored 82.44, whereas humans recorded a
score of 82.304.</p>
</dd>
</dl>
</div>
<br class="clear">
</div>
<script src="src/js/popper.min.js"></script>
<script src="src/js/bootstrap.min.js"></script>
<script src="src/js/navbar.min.js"></script>
<script src="./src/js/scroll.min.js"></script>
</body>
</html>