-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (116 loc) · 5.96 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<style>
@media (max-width: 600px) {
.big-calendar {
display: none;
}
}
@media (min-width: 600px) {
.small-calendar {
display: none;
}
}
/* Responsive iFrame, as per https://answers.squarespace.com/questions/54774/how-to-embed-a-google-calendar-in-a-responsive-way.html */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<title>Math for AI</title>
</head>
<body>
<div class="jumbotron">
<div class="container">
<div class="page-header">
<h1>Math for AI Seminars</h1>
</div>
<p class="lead">
The Math for AI seminars are primarily given by University of Alberta students studying Artificial Intelligence. See the <a href="#schedule">schedule below</a> for dates, times, topics, and links.
</p>
<p>
Our goal is to collaboratively build the community's mathematical toolbox. We have a diverse academic background, so it's likely that everyone knows something which another could use. This seminar series is a platform for us to share those mathematical tools.</p>
<p>
Anyone is welcome to attend without registration. If you're interested in giving a talk, please <a href="#contact">contact us</a>. If an event in the calendar below does not yet have a description, then it is open for a speaker to take! Note the <a href="#guidelines">presenter guidelines</a> below.
</p>
</div><!-- /.container -->
</div><!-- /.jumbotron -->
<main class="container" role="main">
<div class="container jumbotron">
<h2 id="schedule">Schedule</h2>
<p>
The calendar events are updated as we book speakers.
If an event does not have a speaker or topic listed, then we are looking for a topic lead for that day.
(That could be you! Just <a href="#contact">reach out</a>.)
</p>
<p>
To stay up to date, add the calendar to your own with the "+" button in the calendar's bottom right!
</p>
<div class="responsive-iframe-container big-calendar">
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23e8ecef&ctz=America%2FEdmonton&src=dWFsYmVydGEuY2FfMTZvZGcwbHQ2cmIzODk4OGJoNDcwN2dlY29AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23D81B60&showCalendars=0&showTitle=0" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div><!-- /.big-calendar -->
<div class="responsive-iframe-container small-calendar">
<iframe src="https://calendar.google.com/calendar/embed?height=400&wkst=2&bgcolor=%23e8ecef&ctz=America%2FEdmonton&src=dWFsYmVydGEuY2FfMTZvZGcwbHQ2cmIzODk4OGJoNDcwN2dlY29AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23D81B60&showCalendars=0&mode=AGENDA&showPrint=0&showTitle=0" style="border-width:0" width="450" height="400" frameborder="0" scrolling="no"></iframe>
</div><!-- /.small-calendar -->
</div><!-- /.container -->
<div class="container jumbotron">
<h2 id="guidelines">Guidelines for Presenters</h2>
<p>
If you're interested in presenting, here are a few things to keep in mind:
<ul>
<li>Each talk should cover a mathematical topic that is useful (in your view) to AI researchers.</li>
<li>You are not obligated to connect the mathematics to AI research, but you are encouraged to do so if the connection is not obvious.</li>
<li>It's helpful if you recommend resources further exploring your topic.</li>
<li>Slides or whiteboard are most common, but any format is allowed.</li>
<li>Your talk should last about 30 minutes, leaving time for questions and discussion.</li>
<li>If desired, a follow up survey will be sent to the audience, and the results will be made available to you.</li>
<li>Talks are not recorded for publication or future viewing unless explicitly noted. If a talk is recorded, it will be noted in the calendar event and before the talk starts.</li>
</ul>
</p>
</div><!-- /.container -->
<div class="container jumbotron">
<h2 id="contact">Contact</h2>
<p>
The current Math for AI admin is <a href="mailto:[email protected]">Kirby Banman</a>.
</p>
</div><!-- /.container -->
</main>
<!-- Bootstrap Requirements -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>