-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathabout.html
546 lines (474 loc) · 28.2 KB
/
about.html
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<!-- Social media -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@OKAI" />
<!-- Change this-->
<meta name="twitter:title" content="About - OKAI - An Interactive Introduction to Artificial Intelligence (AI)" />
<meta name="twitter:description" content="OKAI was created by a team led by Jiaju Ma, a student in the Brown | RISD Dual Degree program." />
<!-- AA Change this-->
<meta name="twitter:image" content="https://okai.brown.edu/img/share/en/en_about.png" />
<!-- Change this-->
<meta property="og:url" content="https://okai.brown.edu/about.html" />
<meta property="og:type" content="article" />
<!-- Change this-->
<meta property="og:title" content="About - OKAI - An Interactive Introduction to Artificial Intelligence (AI)" />
<meta property="og:description" content="OKAI was created by a team led by Jiaju Ma, a student in the Brown | RISD Dual Degree program." />
<!-- AA Change this-->
<meta property="og:image" content="https://okai.brown.edu/img/share/en/en_about.png" />
<!-- ................... -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous">
<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin="anonymous">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css">
<!-- fullPage.js -->
<link rel="stylesheet" type="text/css" href="./css/fullpage.css" />
<!-- My stylesheet -->
<link rel="stylesheet" href="./css/general.css">
<!-- change to own stylesheet -->
<link rel="stylesheet" href="./css/about.css">
<!-- language annotations -->
<link rel="alternate" hreflang="zh-Hans" href="https://okai.brown.edu/zh/about.html" />
<link rel="alternate" hreflang="en" href="https://okai.brown.edu/about.html" />
<link rel="canonical" href="https://okai.brown.edu/about.html" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133914635-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-133914635-1');
</script>
<title>About - OKAI</title>
</head>
<body>
<!-- navbar place holder -->
<div id="nav-placeholder"></div>
<!-- ######################### -->
<!-- About page content beginning -->
<!-- ######################### -->
<div id="fullPage">
<!-- landing section -->
<div class="section">
<section id="openingText" class="d-flex align-items-center justify-content-center">
<!-- start of row 1 -->
<div class="row align-items-center justify-content-center" style="width:100%">
<!-- col 1 -->
<div class="d-none d-md-block col-1 arrowIcon" style="position: absolute; left: 5px;">
<a href="./chapter6.html" data-toggle="tooltip" title="Chapter 6"><i class="fas fa-caret-left fa-2x"></i></a>
</div>
<!-- col 2 -->
<div class="col-10 col-md-4 text-center mb-5 mb-md-0 mr-md-3">
<div class="text-left">
<!-- <p>Chapter ?</p> -->
<h1>About</h1>
<!-- <p>An Interactive Introduction to Artificial Intelligence</p>
<a class="btn btn-warning" id="start" href="./chapter0.html" role="button">
Get Started
</a> -->
</div>
</div>
<!-- col 3 -->
<div class="col-10 col-md-5 text-center">
<!-- <div id="openingLottie" class="openingAnimation mx-auto"></div> -->
<div class="text-left" id="aboutText">
<p>OKAI was created by a team led by <a href="https://majiaju.io/"
target="_blank"><strong>Jiaju Ma</strong></a>,
a student in the <a href="http://risd.brown.edu/" target="_blank"><strong>Brown
| RISD Dual Degree program</strong></a>, while he was a
<a href="https://www.brown.edu/academics/science-center/science-fellows" target="_blank">
<strong>Science Center Fellow</strong></a> at Brown University.<br>
The project aims to demystify and introduce Artificial Intelligence
concepts to a broader audience with limited or no background in
computer science. It utilizes web-based interactive graphics and
animations to visualize the working principles of Artificial
Intelligence.
</p>
</div>
</div>
<!-- col-4 -->
<!-- <div class="d-none d-md-block col-1 arrowIcon" style="position: absolute; right: 5px;">
<a href=".html"><i class="fas fa-caret-right fa-2x"></i></a>
</div> -->
</div>
<!-- end of row 1 -->
</section>
</div>
<!-- end of landing section -->
<!-- team section -->
<div class="section">
<section id="team" class="d-flex align-items-center justify-content-center py-5">
<!-- start of row 1 -->
<div class="row align-items-center justify-content-center" style="width:100%">
<!-- col 2 -->
<div class="col-10 col-md-3 text-center">
<div class="text-left">
<!-- <p>Chapter ?</p> -->
<h1>The Team</h1>
<!-- <p>An Interactive Introduction to Artificial Intelligence</p>
<a class="btn btn-warning" id="start" href="./chapter0.html" role="button">
Get Started
</a> -->
</div>
</div>
<!-- col 3 -->
<div class="col-10 col-md-7 text-center">
<!-- <div id="openingLottie" class="openingAnimation mx-auto"></div> -->
<div class="row justify-content-around align-items-center">
<div class="col-10 col-md-4">
<div class="card text-center my-3 my-md-0">
<a href="https://majiaju.io/" target="_blank"><img class="card-img-top"
src="./img/team_jiaju.svg" alt="Jiaju Ma"></a>
<div class="card-body">
<a href="https://majiaju.io/" target="_blank">
<h2>Jiaju Ma <i class="fas fa-external-link-alt"></i></h2>
</a>
</div>
<div class="card-footer text-muted d-flex justify-content-center">
<a href="https://www.linkedin.com/in/jiajuma/" target="_blank"><i
class="mx-1 fab fa-linkedin fa-lg"></i></a>
<a href="https://github.com/jama1017" target="_blank"><i
class="mx-1 fab fa-github fa-lg"></i></a>
<a href="https://dribbble.com/jiajuma" target="_blank"><i
class="mx-1 fab fa-dribbble fa-lg"></i></i></a>
<a href="https://medium.com/@jiajuma" target="_blank"><i
class="mx-1 fab fa-medium-m fa-lg"></i></i></a>
<a href="https://codepen.io/jama1017/" target="_blank"><i
class="mx-1 fab fa-codepen fa-lg"></i></i></a>
</div>
</div>
</div>
<div class="col-10 col-md-4">
<div class="card text-center my-3 my-md-0">
<a href="https://yimeihu.com" target="_blank"><img class="card-img-top"
src="./img/team_yimei.svg" alt="Jiaju Ma"></a>
<div class="card-body">
<a href="https://yimeihu.com" target="_blank">
<h2>Yimei Hu <i class="fas fa-external-link-alt"></i></h2>
</a>
</div>
<div class="card-footer text-muted d-flex justify-content-center">
<a href="https://www.linkedin.com/in/yimei-hu-b57092161/"
target="_blank"><i class="mx-1 fab fa-linkedin fa-lg"></i></a>
<!-- <a href="" target="_blank"><i class="mx-1 fab fa-github fa-lg"></i></a> -->
<!-- <a href="" target="_blank"><i class="mx-1 fab fa-dribbble fa-lg"></i></i></a> -->
</div>
</div>
</div>
<div class="col-10 col-md-4">
<div class="card text-center my-3 my-md-0">
<a href="https://michaelmao.me/" target="_blank"><img class="card-img-top"
src="./img/team_michael.svg" alt="Jiaju Ma"></a>
<div class="card-body">
<a href="https://michaelmao.me/" target="_blank">
<h2>Michael Yicong Mao <i class="fas fa-external-link-alt"></i></h2>
</a>
</div>
<div class="card-footer text-muted d-flex justify-content-center">
<a href="https://www.linkedin.com/in/yicong-michael-mao"
target="_blank"><i class="mx-1 fab fa-linkedin fa-lg"></i></a>
<a href="https://github.com/tydlwav" target="_blank"><i
class="mx-1 fab fa-github fa-lg"></i></a>
<a href="https://medium.com/@tydlwav" target="_blank"><i
class="mx-1 fab fa-medium-m fa-lg"></i></i></a>
</div>
</div>
</div>
<!-- end of row -->
</div>
<!-- end of col-3 -->
</div>
</div>
<!-- end of row 1 -->
<!-- Add these to reference -->
<!-- <div>Icons made by <a href="https://www.freepik.com/" title="Freepik">
Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">
www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</div> -->
</section>
</div>
<!-- end of team section -->
<!-- acknowledgment section -->
<div class="section">
<section id="acknowledge" class="d-flex align-items-center justify-content-center py-5">
<!-- start of row 1 -->
<div class="row align-items-center justify-content-center" style="width:100%">
<!-- col 2 title col -->
<div class="col-10 col-md-3 text-center mt-5 mt-md-0 mb-5 mb-md-0 mr-md-3">
<div class="text-left">
<h1>Support & Media</h1>
</div>
</div>
<!-- col 3 content col-->
<div class="col-10 col-md-7 text-center">
<!-- Support row -->
<div class="row">
<div class="col-12 text-left">
<p>OKAI was funded by the Science Center through its Fellowship
program.
</p>
<p> Seed funding for the initial idea was provided by the Brown
Arts
Initiative Student Grants. The Science Center supported
the full development and implementation of the project.
</p>
<p>Special thanks to the following people who have supported OKAI:</p>
<p>
<a href="https://www.brown.edu/academics/college/people/detail/Oludurotimi_Adetunji"
target="_blank">Dean Oludurotimi Adetunji (Brown)</a><br>
<a href="http://cs.brown.edu/~mlittman/" target="_blank">Professor
Michael Littman (Brown)</a><br>
<a href="https://www.linkedin.com/in/stephanie-castilla-95647711/"
target="_blank">Professor Stephanie Castilla (RISD)</a>
</p>
</div>
<!-- end of support row -->
</div>
<!-- media row -->
<div class="row">
<div class="col-12 text-left">
<a href="https://www.brown.edu/academics/science-center/science-fellows"
target="_blank">
<img class="mediaLogo p-3" src="/img/logo_sci.jpg" alt="Brown Science Center">
</a>
<a href="https://arts.brown.edu/student-grants" target="_blank">
<img class="mediaLogo p-3" src="./img/logo_bai.jpg" alt="Brown Arts Initiative">
</a>
</div>
</div>
</div>
</div>
<!-- end of row 1 -->
</section>
</div>
<!-- end of acknowledgment section -->
<!-- contribute section -->
<div class="section">
<section id="contribution" class="d-flex align-items-center justify-content-center py-5">
<!-- start of row 1 -->
<div class="row align-items-center justify-content-center" style="width:100%">
<!-- col 2 -->
<div class="col-10 col-md-3 text-center mt-5 mt-md-0 mb-5 mb-md-0 mr-md-3">
<div class="text-left">
<h1>Contribute</h1>
</div>
</div>
<!-- col 3 -->
<div class="col-10 col-md-7 text-center">
<div class="text-left">
<p>
Hello! We hope that you have enjoyed OKAI! We want to keep
improving this project. If you spot any typos or mistakes, or have
any suggestions, feel free to shoot us an email at
<a href="mailto:projectokai@gmail.com" target="_blank">
<i class="far fa-envelope fa-sm"></i> projectokai@gmail.com</a>.
<br><br>
If you want to translate OKAI into your language so that more
people can read it, please let us know! Moreover, if you are a
designer, animator, AI enthusiast, etc, and want to contribute to
this project, contact us! We would love to collaborate with you!
<br><br>
Feel free to also build your own project based on OKAI. Visit our
<a href="https://github.com/jama1017/OKAI" target="_blank">
<i class="fab fa-github-alt fa-sm"></i> GitHub repo
</a>
to fork or view license information!
</p>
</div>
</div>
</div>
<!-- end of row 1 -->
</section>
</div>
<!-- end of contribute section -->
<!-- reference section -->
<div class="section">
<section id="reference" class="d-flex align-items-center justify-content-center py-5">
<!-- start of row 1 -->
<div class="row align-items-center justify-content-center" style="width:100%">
<!-- col 2 -->
<div class="col-10 col-md-3 text-center mt-5 mt-md-0 mb-5 mb-md-0 mr-md-3">
<div class="text-left">
<h1>References</h1>
</div>
</div>
<!-- col 3 -->
<div class="col-10 col-md-7 text-center">
<div class="text-left">
<ul>
<li>
<p><a href="http://www.deeplearningbook.org/" target="_blank">Ian
Goodfellow, Yoshua Bengio, and Aaron Courville, <i>Deep
Learning</i>, MIT Press, 2016</a></p>
</li>
<li>
<p><a href="http://neuralnetworksanddeeplearning.com/" target="_blank">Michael
A. Nielsen, <i>Neural Networks and Deep Learning</i>,
Determination Press, 2015</a></p>
</li>
<li>
<p><a href="https://book.douban.com/subject/26820803/" target="_blank">吴岸城,
<i>神经网络与深度学习</i>, 电子工业出版社, 2016</a></p>
</li>
<li>
<p><a href="https://www.goodreads.com/book/show/36153846-make-your-own-neural-network"
target="_blank">Michael Taylor, <i>Neural Networks: A
Visual Introduction For Beginners</i>, Blue
Windmill Media, 2017</a></p>
</li>
<li>
<p><a href="http://cs231n.github.io/neural-networks-1/" target="_blank">Stanford
CS231n, <i>Convolutional Neural Networks for Visual
Recognition</i>, Stanford University</a></p>
</li>
<li>
<p><a href="https://www.goodreads.com/book/show/29746976-make-your-own-neural-network"
target="_blank">Tariq Rashid, <i>Make Your Own Neural
Network</i>, 2016</a></p>
</li>
<li>
<p><a href="https://dl.acm.org/citation.cfm?id=3153997" target="_blank">Aurlien
Gron, <i>Hands-On Machine Learning with Scikit-Learn
and TensorFlow: Concepts, Tools, and Techniques to
Build Intelligent Systems</i>, O'Reilly Media,
Inc., 2017</a></p>
</li>
<li>
<p><a href="http://www.deeplearningbook.org/" target="_blank">Yann
LeCun, Corinna Cortes, and Christopher J.C. Burges, <i>The
MNIST Database of Handwritten Digits</i></a></p>
</li>
<li>
<p><a href="https://www.deeplearning.ai/" target="_blank">Andrew
Ng, <i>Neural Networks and Deep Learning</i>,
deeplearning.ai</a></p>
</li>
<li>
<p><a href="https://snips.ai/content/intro-to-ai/" target="_blank">Snips,
<i>A 6 minute Intro to AI</i>, snips.ai</a></p>
</li>
</ul>
<p id="avatarCredit">Team member avatars are modified from icons made
by <a href="https://www.freepik.com/" target="_blank" title="Freepik">Freepik</a>
from <a href="https://www.flaticon.com/" target="_blank" title="Flaticon">www.flaticon.com</a>
and licensed by <a href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
</div>
</div>
</div>
<!-- end of row 1 -->
</section>
</div>
<!-- end of reference section -->
<!-- privacy section -->
<div class="section">
<section id="privacy" class="d-flex align-items-center justify-content-center py-5">
<!-- start of row 1 -->
<div class="row align-items-center justify-content-center" style="width:100%">
<!-- col 2 -->
<div class="col-10 col-md-3 text-center mt-5 mt-md-0 mb-5 mb-md-0 mr-md-3">
<div class="text-left">
<h1>Privacy Statement</h1>
</div>
</div>
<!-- col 3 -->
<div class="col-10 col-md-7 text-center">
<div class="text-left">
<p>This website uses <a href="https://analytics.google.com/" target="_blank">Google
Analytics</a>
to help analyze how visitors use this site.
Google Analytics uses “cookies”, which are small text files placed
on your computer,
to collect standard internet log information and visitor behaviour
information in
an anonymous form. Note the deliberate emphasis of anonymous, as no
personally
identifiable information is collected about you.
</p>
<p>
The anonymous information generated by Google Analytics cookies
about
your use of this website is transmitted to Google - not to Brown
University
or any of the team members that have created this site. This
information
is processed to compile statistical reports on website activity for
this
site only. We use these reports to evaluate aggregate visitor usage
so
that we can optimise the content. We do not use these reports for
any
marketing or any other commercial purposes.
</p>
<p>
If you wish to opt out of Google Analytics, please
click <a href="https://tools.google.com/dlpage/gaoptout" target="_blank"><strong>here</strong></a>.
</p>
</div>
</div>
</div>
<!-- end of row 1 -->
</section>
</div>
<!-- end of privacy section -->
<!-- end of fullpage -->
</div>
<div class="overlay"></div>
<!-- Boostrap JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
<!-- jQuery Custom Scroller CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- fullPage.js -->
<script>
if (screen && screen.width > 767) {
document.write(
'<script type="text/javascript" src="./js/fullpage.extensions.min.js"><\/script>'
);
}
</script>
<script type="text/javascript" src="./js/main.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip({
placement: "top"
});
if (screen && screen.width > 767) {
$('#fullPage').fullpage({
licenseKey: '1276B73C-02C24806-A6911BB1-45426E2F',
anchors: ['about-okai', 'the-team', 'support-media',
'contribute', 'references', 'privacy-statement'
],
navigation: true,
navigationPosition: 'right',
navigationTooltips: ['About', 'The Team', 'Support & Media',
'Contribute', 'References', 'Privacy Statement'
],
});
}
$(document).ajaxComplete(function() {
$('#navLinkToEn').attr("href", "/about.html");
$('#navLinkToZh').attr("href", "/zh/about.html");
});
});
</script>
</body>
</html>