-
Notifications
You must be signed in to change notification settings - Fork 1
/
algorithms_coffee.html
60 lines (50 loc) · 1.78 KB
/
algorithms_coffee.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
---
layout: default
title: Algorithms Coffee
author: Ettore M. G. Trainiti
content_authors: CS Theory Group
last_update: 2020-05-19
---
<div class="row pb-2 mb-2">
<div class="col-md-8">
<h1>Algorithms Coffee</h1>
<h4 class="text-secondary">Or tea if coffee isn't your cup of tea</h4>
</div>
<div class="border-bottom col-md-12">
</div>
</div>
<div class="row mt-2">
<div class="col-md-8">
<h2>Description</h2>
<p>The Theory Group host a weekly Algorithms Coffee.</p>
<p>Come and discuss any advanced algorithms or theory questions in your research, news and current events in theoretical computer science, or topics from recent theory seminars.
There will be no formal presentations. </p>
<p>If coffee isn’t your cup of tea, there is also tea. </p>
</div>
<div class="col-md-4">
<div class="card text-white bg-secondary mb-3" style="max-width: 20rem;">
<div class="card-header">Information</div>
<div class="card-body">
<p>Summer 2020 Schedule:
<ul>
<li>Every Wednesday</li>
<li>11AM to 12PM</li>
</ul>
</p>
<p class="card-text">Site: <a target="_blank" href="https://theory.cs.northwestern.edu/events/">theory.cs.northwestern.edu/events</a></p>
</p>
</div>
</div>
<div class="card text-white bg-primary mb-3" style="max-width: 20rem;">
<div class="card-header">Run by</div>
<div class="card-body">
<p class="card-text text-white"><a class="text-white" target="_blank" href="https://theory.cs.northwestern.edu/people/">Theory Group</a></p>
</div>
</div>
</div>
</div>
<div class="row mt-2">
<div class="border-top pt-1 col-md-12">
<p>This page has been updated on {{ page.last_update }}. </p>
</div>
</div>