-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.shtml
204 lines (158 loc) · 5.35 KB
/
schedule.shtml
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
<!--This is just an html container for the schedule. It may end up in a different location.-->
<html>
<head>
<title>EYU 2015 Schedule</title>
<!-- Google Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic' rel='stylesheet' type='text/css'>
<meta name=viewport content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href="./schedule-styles.css" type="text/css">
</head>
<body>
<!--Container for the thing-->
<div class="container">
<div class="column left">
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Astronomy</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>① The Sun and Solar Telescopes</li>
<li>② Stars and Stellar Evolution</li>
<li>① Bottle Rocket Launches</li>
<li>① Comet Making Demo</li>
<li>② Pocket Solar System and Asteroids</li>
<li>① Constellation Detectives</li>
<li>① Gravity Demo - Investigate the Fabric of Spacetime</li>
<li>① Discover methods for finding new worlds beyond our solar system</li>
<li>① Ask an Astronomer</li>
<li>① BHE Gamma Ray Astronomy</li>
<li>① Celestron Telescopes</li>
<li>① Thirty Meter Telescope</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline;">Earth, Planetary, and Space Sciences</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>The Shocking World of Electricity</li>
<li>Dinosaurs and Fossils</li>
<li>Earth: Inside and Out</li>
<li>Mineral Gallery</li>
<li>Natural Disasters</li>
<li>Meteorite Museum</li>
<li>Build Your Own Hurricane</li>
<li>Space Missions</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Chemistry</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Super Cool Fun with Liquid Nitrogen</li>
<li>Household Item Chemistry</li>
<li>Everyday Chemistry</li>
<li>Science and Food</li>
<li>Science Behind Magic</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Engineering</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Civil Engineers at Work</li>
<li>Engineering Robots</li>
<li>Nanoscience</li>
<li>Explore how optics work.</li>
<li>3D Projection</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Math and Statistics</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Mobius Strips</li>
<li>The Game of Nim</li>
<li>The Largest Numbers</li>
<li>The Liar Paradox</li>
<li>Exploring Statistics</li>
</ul>
</div>
</div>
<div class="column right">
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Physics</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Lasers and Optics</li>
<li>Sound and Waves</li>
<li>Rotational Motion</li>
<li>Electricity and Magnetism</li>
<li>Optical Illusions</li>
<li>Fluids and Buoyancy</li>
<li>Arduino Robotics Club</li>
<li>Elegant Minds Lab Tours</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Atmospheric and Oceanic Sciences</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Exploding Marshmallows</li>
<li>Can Crushing</li>
<li>Tornado-in-a-bottle</li>
<li>Cloud-in-a-bottle</li>
<li>Portable Weather Station</li>
<li>SpinLab</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Biology</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Ecology and Evolutionary Biology</li>
<li>STAR EcoStation</li>
<li>Environmental Science</li>
<li>UCLA Emergency Medical Services</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom">
<h2 style="display:inline">Neuroscience</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Brains!</li>
<li>Psychology in Action</li>
</ul>
</div>
<div class="expand-toggle down-arrow round-bottom nighttime">
<h2 style="display:inline">Nighttime Activities</h2>
<p style="float:right">▼</p>
</div>
<div class="expand-content">
<ul class="demo-list">
<li>Telescope Viewing</li>
<li>Flash Wall</li>
</ul>
</div>
</div>
</div>
<script src="jquery-1.11.1.min.js"></script>
<script src="expand.js"></script>
</body>
</html>