-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathttalk.html
160 lines (139 loc) · 8.5 KB
/
ttalk.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Dr. Ting's Talk Project</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic"
rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<!-- breadcrumbs -->
<link href="css/breadcrumb.css" rel="stylesheet" />
<!-- Flatly theme from bootstrap: https://bootswatch.com/flatly -->
<!-- <link href = "css/flatlythemebootstrap.css" rel = "stylesheet" /> -->
<script async src='/cdn-cgi/bm/cv/669835187/api.js'></script><script async src='/cdn-cgi/bm/cv/669835187/api.js'></script></head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="index.html">Lexington Youth STEM Team</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html#Mission">Our Mission</a></li>
<li class="nav-item"><a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<div class="dropdown">
<a onclick="dropdown()" class="dropbtn nav-link">Projects</button>
<div id="myDropdown" class="dropdown-content">
<a href="harrington.html">Harrington PTA</a>
<a href="cel.html">CEL Data Analysis</a>
<a href="patriots.html">Patriots Day</a>
<a href="hotspots.html">Hotspots</a>
<a href="ttalk.html">Dr. Ting's Talk</a>
<a href="helpfulHands.html">Helpful Hands</a>
<a href="lexHeroes.html">Lexington Heroes</a>
</div>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="activity.html">Team Activity</a></li>
<li class="nav-item"><a class="nav-link" href="learning-center.html">Learning Center</a></li>
</ul>
</div>
</div>
</nav>
<!-- breadcrumbs-->
<section class="breadcrumb-section">
<ul class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li>Projects</li>
</ul>
<hr class="divider" />
<section class="page-section" style="padding: 0rem" id="services">
<div class="container px-4 px-lg-5">
<font face="courier">
<h2 class="text-center mt-0" style="font-size: 3rem"><b>Samuel Ting Science Cafe</b></h2>
</font>
<hr class="specialdivider" style = "margin-bottom: 1.5rem; background-color:midnightblue; max-width: 50%; margin-top:0rem;" />
<div>
<div class = "row">
<div class = "col-lg-12">
<br>
<h3 class="h4 mb-2">
<u>About this project</u>
</h3>
<p class = "mb-2">Professor Samuel Ting, a renowned physicist, presented on
his ground-breaking discoveries and how they are helping us learn about the makeup of
our Cosmos. To encourage participation for this event, our team designed a <a href = "tingtalk.html" target = "_blank">website</a> to submit potential
questions to ask Professor Ting. Our goal with this event was to allow the community, specifically the Lexington
Asian American community, to be able to directly communicate with Professor Ting. </p>
<p class = "mb-2">The recording of the talk can be found <a href="https://youtu.be/ER7axEiXETM" target = "_blank">here</a>.</p>
<br>
<h3 class="h4 mb-2">
<u>About Professor Samuel Ting</u>
</h3>
<p class="mb-2">Professor Ting is a world-renowned particle physicist and MIT Professor of
Physics. He was awarded the Nobel Prize in Physics in 1976, which he shared with Burton
Richter, for the discovery of the J/ψ meson particle.
</p>
<br>
<p class="mb-2">Professor Ting currently leads the Alpha Magnetic Spectrometer (AMS)
experiment on the International Space Station, searching for the origins of antimatter, dark
matter and cosmic rays.
</p>
<br>
<h3 class="h4 mb-2">
<u>Future Goals</u>
</h3>
<p class = "mb-2">We are currently aiming to generate both English and Chinese subtitles for this one-hour long talk, which
involves a process of writing a program that will hopefully be able to transcibe the audio file of the
talk.</p>
</div>
</div>
<br>
<div class="row">
<div class="column left">
<p class="h6 mb-2"><i>Our team: David Zhao(team leader), Jaden Leung, Audi Lin, Neil Lin, Katerina Lung</i></p>
</div>
<div class="column mid">
<img src="assets\img\Ting-Talk\sit.png"
style="width:60%;"> </img>
</div>
</div>
</div>
</div>
</section>
<hr class="divider" />
<!-- Footer-->
<footer class="bg-light py-5">
<div class="container px-4 px-lg-5">
<div class="small text-center text-muted">Copyright © 2022 - Lexington Youth STEM Team</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'6d8de718ac858cdc',m:'2zmTXf4ZDnL9YMw9cwIhCzK9gODc.l9Aue6Wq1eicH8-1644082604-0-ASYCO9s45rwx7msnyF7YX8tpP+0jxoRbLjGY0XjhAryH7XKdRMTG/iK1ajr3ocWnZWCepD7TO/3PNFDZertj6HVlBV642+oCMsVj8k1pk1UpnLLXvR3N3ol48tYzU/NDt6kSsynRROJk5TsrxNf3yKg4g8z97pI56UxZ8uEGHr2ziZjzr6C7AMk6m/ZeKFYqjVKXHGmz/Fw3qgCovzO50CM=',s:[0xf5207b6be0,0x2c76e70693],}})();</script><script type="text/javascript">(function(){window['__CF$cv$params']={r:'6d8e5904fd1f8c23',m:'jzGa58uuK4Vo4X17fFytk4QIVzYYBqBWleHTGvCm14w-1644087271-0-AQPpHzYtzdYGMNETfgs0OQTdcuu6iptNJM5XvNTAc4V0FrhOitoUQNBumnDNL9arnlkiNz5f8hpTHtBDb4BQcZkj31zdfo/SvW58LncGZpXiqHWeQ7g4QrdQ7EV9RY9pgqumqTDosKLOQUWtn1GWPI42mjIVjiPB65npUhQVP5f4J0YW4HoN6TrpIxSZm88YzNdrDkISo6uu8K7L5SQk5IM=',s:[0x03bc475d03,0x6039d35826],}})();</script></body>
</html>