-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprogram.html.in
More file actions
56 lines (46 loc) · 2.5 KB
/
program.html.in
File metadata and controls
56 lines (46 loc) · 2.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="https://momentjs.com/downloads/moment.js"></script>
<script type="text/javascript" src="https://momentjs.com/downloads/moment-timezone-with-data-10-year-range.js"></script>
<script type="text/javascript" src="program.js"></script>
<link rel="stylesheet" href="program.css">
<link rel="stylesheet" href="poshlets.css">
<link rel="stylesheet" href="smallcaps.css">
</head>
<body>
<h1><a href="/tug2021/">TUG 2022 online</a> — Program</h1>
<div class="attentionLinks">
<ul class="linkList">
<!--
<li id="zoom-list"><a href="https://adelaide.zoom.us/j/82471494905">Main Zoom link</a> for conference (with chat). If you have issues connecting, please contact <a href="mailto:tug2021@tug.org">the conference committee</a>.
<li style="clear:left;" id="youtube-list"><a href="https://www.youtube.com/c/TeXUsersGroup">Stream via youtube</a> (there is an unavoidable short delay from the live stream).
-->
<li style="clear:left;" id="youtube-list"><a href="https://www.youtube.com/c/TeXUsersGroup">Streams available now via youtube</a>
<!--
<li id="stream-list"><a href="https://support.zoom.us/hc/en-us/articles/214629443-Zoom-web-client" >Stream in a web browser</a>.
<li id="info-list">Get together at <a href="https://topia.io/tug-2021">Topia</a> and <a href="https://tug.zulipchat.com/join/z7zb37mniu4p6ooptvmmuoep/">Zulip</a>.</li>
-->
</ul>
</div>
<div class="attention">
<h3 class="firstDate laTime"><img class="clockIcon" src="assets/img/icon-clock.png" alt="Current time" />Current local time is <span id="yourTime"></span>, as determined from your browser.<br/>
All presentation times below are in time zone: <input id="yourTimeZone" list="timezones" type="search"/></h3>
<!--
<h3 class="calendar"><a href="https://tug.org/tug2020/tug2020.ics"><img class="calendarIcon" src="img/icon-calendar.png" alt="Add to calendar" />Download ICS calendar file to add presentation times</a> to your calendar. Instructions <a href="https://tug.org/tug2020/ICS_import.html">here</a>.</h3>
-->
</div>
<datalist id="timezones">
</datalist>
<div class="c">
<button id="toggle-poshlets">Toggle poshlets</button>
<button id="toggle-abstracts">Open/Close all abstracts</button>
</div>
<br>
<!-- DAY ONE -->
<!-- <h3 class="firstDate">Day One</h3> -->
<list-of-presentations />
</body>
</html>