-
Notifications
You must be signed in to change notification settings - Fork 0
/
timetable.html
87 lines (78 loc) · 3.94 KB
/
timetable.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=360">
<meta name="description" content="2024年度東京大学駒場祭企画「10分で伝えます!東大研究最前線」のウェブページです。最先端の研究について10分間で分かりやすくお伝えします。">
<meta name="keywords" content="東京大学,東大,駒場祭,学園祭,講演,2024,10分で伝えます,10分,東大研究最前線,研究最前線,研究">
<title>タイムテーブル | 2024年度駒場祭「10分で伝えます!東大研究最前線」</title>
<link rel="stylesheet" href="css/main.css?2024110801">
<link rel="icon" href="img/kf_min.png">
<!-- OGP -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ut10min">
<meta name="twitter:creator" content="@ut10min">
<meta name="twitter:title" content="2024年度駒場祭「10分で伝えます!東大研究最前線」 - 講演トップ">
<meta name="twitter:description" content="2024年度東京大学駒場祭企画「10分で伝えます!東大研究最前線」のウェブページです。最先端の研究について10分間で分かりやすくお伝えします。">
<meta name="twitter:image" content="https://ut-10min.github.io/kf74/img/kf_min.png">
<meta property="og:title" content="2024年度駒場祭「10分で伝えます!東大研究最前線」 - 講演トップ">
<meta property="og:url" content="https://ut-10min.github.io/kf74/timetable.html">
<meta property="og:image" content="https://ut-10min.github.io/kf74/img/kf_min.png">
<meta property="og:site_name" content="2024年度駒場祭「10分で伝えます!東大研究最前線」">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!-- Mustache -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.js"></script>
<!-- data -->
<script src="js/data.js?20240506"></script>
<script src="js/timedata.js?20240506"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123778672-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123778672-1');
</script>-->
<!-- user script -->
<script src="js/timetable.js?20240506"></script>
<script id="template" type="x-tmpl-mustache">
<h3>{{header}}</h3>
<table class=time-table>
{{#table}}
<tr>
<td class=time>{{time}}</td>
<td class=title>{{{title}}}</td>
<td class=name>{{name}}</td>
</tr>
{{/table}}
</table>
</script>
</head>
<body>
<div class="fixed-nav">
<div class="fixed-nav-inner">
<a href="/">トップ</a>
<!-- <a href="index.html" class="active">トップ</a> -->
<a href="index.html">講演トップ</a>
<a href="talks.html">講演一覧</a>
<a href="timetable.html" class="active">タイムテーブル</a>
</div>
</div>
<div class="container">
<div class="full-article" id="article-timetable-intro">
<h2>タイムテーブル</h2>
<p>
講演はzoomビデオウェビナーを通して行います。<br>
<!--申込方法は近日公開します。-->
<b>申込みはこちらの<a href="https://ut-10min.github.io/registration/"
target="_blank">参加者登録フォーム</a>からお願いします。</b><br>
</p>
<p>オンラインで講演を視聴する際は、PCからの接続を推奨します。</p>
<div class="article-headline">
<h3>現在準備中です。</h3>
</div>
</div>
</div>
</body>
</html>