forked from emptymalei/html4scientists
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcourses.html
executable file
·385 lines (222 loc) · 8.77 KB
/
courses.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
<!DOCTYPE html>
<html>
<head>
<!-- A Template for Non HTML And Busy Scientists: HTML4Scientists; First Created By
[OctoKitty](https://github.com/emptymalei)
[Open Task Force](https://github.com/opentf)
[CosmologyTaskForce](https://github.com/CosmologyTaskForce)
-->
<!-- This template uses HTML Kickstart as the framework. Refer to HTML Kickstart for documentations. -->
<!-- META -->
<!-- Put Scientist's Name Here -->
<title>[Scientist's Name] | [Department or Research Areas or whatever]</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Fill up the keywords, description, author -->
<meta name="keywords" content="[Put Key Words Here, for example the research area, names or department...]">
<meta name="description" content="[your description]" />
<meta name="author" content="[author here]">
<!-- Make sure to change this to your own favion. Favicon will be shown as a icon of the browser tab when someone browses this website. -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
<!-- Javascript -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/kickstart.js"></script>
</head>
<body>
<!-- Top Main Menu Horizontal -->
<ul class="menu mainmenu">
<!-- current class will be diplayed in a different style. Make sure to add current class to the right menu. -->
<li>
<a href="index.html">
<i class="icon-home"></i>Home</a>
</li>
<li>
<a href="research.html">
<i class="icon-magic"></i>Research</a>
</li>
<li>
<a href="cv.html">
<i class="icon-trophy"></i>CV</a>
</li>
<li class="current">
<a href="courses.html">
<i class="icon-book"></i>Courses</a>
</li>
<li>
<a href="more.html">
<i class="icon-circle-blank"></i>More</a>
</li>
<!-- You can include more menus, for example some scientists may want to add a page called PRESS/MEDIA/BOOKS -->
<!-- Add some SNS account links or something Can remove this safely -->
<li class="menusocial">
<!-- Google Plus profile link!!!! -->
<a href="[your Google Plus profile link here]" target="_blank">
<i class="icon-google-plus-sign icon-2x"></i>
</a>
</li>
<li class="menusocial">
<!-- Link to your lab. can be removed as well -->
<a href="[link to your lab]" target="_blank">
<i class="icon-beaker icon-2x"></i>
</a>
</li>
<!-- VERY IMPORTANT! Change this to the name you pick. For example this can be your name, or your research group. -->
<!-- Also change the link of your website -->
<li class="sitename">
<a href="[link of your website.]">[Website Name/Name shown at the top right of every page]</a>
</li>
</ul>
<!-- All contents should be in a grid class div to make sure the web page is responsive -->
<div class="grid">
<!-- A full width div to add course lists -->
<div class="col_12">
<!-- A Note Area for alerts or promotion -->
<div class="notice promo">
<!-- The following i tag will show a bell, as a sign of notice -->
<i class="icon-bell icon-large"></i>
<!-- Add notice here -->
My new book ..... on amazon ...
</div>
<!-- HR divider -->
<div class="col_12">
<hr class="section" />
</div>
<h3 class="center">2014 Spring</h3>
<!-- Divider -->
<hr class="damp" />
<h4 class="center">
Physics 137
</h4>
<div class="notice promo">
<i class="icon-bell icon-large"></i>Homework due .....</div>
<h6>Syllabus</h6>
<p>dahdahdah...</p>
<!-- Table Example -->
<h6>Course Schedule</h6>
<table cellspacing="0" cellpadding="0" class="sortable">
<thead>
<tr>
<th>Date</th>
<th>Topic</th>
<th>Reading</th>
</tr>
</thead>
<tbody>
<tr>
<th>Feb 14</th>
<td>
How to love
</td>
<td>
Read your heart
</td>
</tr>
<tr>
<th>Feb 15</th>
<td>
How to break up
</td>
<td>
Read her/his heart
</td>
</tr>
</tbody>
</table>
<!-- Divider -->
<hr class="alt2" style="margin:4em 0 4em 0" />
<h4 class="center">
Physics @@@
</h4>
<div class="notice promo">
<i class="icon-bell icon-large"></i>Homework due .....</div>
<h6>Syllabus</h6>
<p>dahdahdah...</p>
<!-- Table Example -->
<h6>Course Schedule</h6>
<table cellspacing="0" cellpadding="0" class="sortable">
<thead>
<tr>
<th>Date</th>
<th>Topic</th>
<th>Reading</th>
</tr>
</thead>
<tbody>
<tr>
<th>Feb 14</th>
<td>
How to love
</td>
<td>
Read your heart
</td>
</tr>
<tr>
<th>Feb 15</th>
<td>
How to break up
</td>
<td>
Read her/his heart
</td>
</tr>
</tbody>
</table>
<!-- Divider -->
<hr class="alt2" style="margin:4em 0 4em 0" />
<!-- HR divider -->
<div class="col_12">
<hr class="section" />
</div>
<h3 class="center">Ealier Courses</h3>
<!-- Divider -->
<hr class="damp" />
<h4 class="center">
2013
</h4>
<h5>
<a href="#">Physics 137 @ 2013 Spring</a>
</h5>
</div>
<!-- Footer -->
<!-- Footer -->
<!-- DO NOT MODIFY THE FOLLOWING PART IF YOU HAVE NO IDEA WHAT YOU ARE DOING!!! Create your own footer by modify/add contents in footer.json -->
<div class="clear"></div>
<div class="col_12">
<div id="footer"></div>
<script>
$.getJSON('config/footer.json', function(data) {
var output = '<ul>';
for (var i in data.foo) {
output += '<li>' + data.foo[i].display + '</li>';
}
output += '</ul>';
document.getElementById("footer").innerHTML = output;
});
</script>
</div>
<!-- END OF FOOTER -->
<!-- END OF FOOTER -->
</div>
<!-- Delete the following tracking code and add your own. I recommend Google Analytics. -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-47681971-1', 'emptymalei.github.io');
ga('send', 'pageview');
</script>
<!-- Don't touch these -->
</body>
</html>