-
Notifications
You must be signed in to change notification settings - Fork 19
/
club.html
executable file
·39 lines (35 loc) · 1.52 KB
/
club.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
<h3 id="meetings" class="mt-5">PLClub Discussion Group</h3>
<hr>
<div class="row">
<div class="mt-5 col-lg-6">
<b>Time</b>: Fridays 12:00pm - 1:00pm<br>
<b>Location</b>: Levine 307<br>
<b>Organizers</b>: <a href="https://cassiatorczon.github.io/">Cassia Torczon</a>, <a href="https://github.com/ionathanch">Jonathan Chan</a> <br><br>
The <b>PLClub Discussion Group</b> is a weekly meeting for discussing research in <i>programming language theory</i>, <i>functional programming</i>, and <i>logics</i>. For weeks without scheduled talks, we convene at Levine 307 for a <i>social PLClub</i>. Keep an eye out on the <a href="https://lists.seas.upenn.edu/mailman/listinfo/plclub">[plclub] mailing list</a>!
<br><br/>
</div>
<div class="mt-2 col-lg-4">
<div>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showTabs=0&showCalendars=0&showTz=0&height=300&wkst=1&bgcolor=%23FFFFFF&src=88hj97m6e4lg7p56ou3l0npon8%40group.calendar.google.com&color=%23B1440E&ctz=America%2FNew_York"
style=" border-width:0 " width="400" height="300"
frameborder="0" scrolling="no">
</iframe>
</div>
</div>
</div>
<hr>
<!-- <h4 class="mt-4">Latest Talks</h4>
<div class="mt-3 row">
<div class="col-lg-1"></div>
<div class="col-lg-10">
<table>
$for(meetings)$
<tr>
<td>$date$</td>
<td><a href="$url$"><b>$title$</b></td>
<td>$speaker$</td>
</tr>
$endfor$
</table>
</div>
</div> -->