-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path01-news.html
56 lines (34 loc) · 1.61 KB
/
01-news.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
---
layout: default
title: News
permalink: news
---
<!DOCTYPE html>
<html>
<body>
<div class="page-content">
<div class="wrapper">
<h1>For most recent news, follow us on Twitter! (coming soon...)</h1>
<br>
<a class="twitter-timeline" data-width="500" data-height="500" data-chrome="noheader nofooter transparent" href="https://twitter.com/stanfordcocolab"></a>
<br>
<br>
<br>
<h1>Previous news</h1>
<br>
<p>
* Congratulations to Erin Bennett on successfully defending her dissertation!<br>
* Congratulations to Ben Pelloquin for winning the Computational Modeling Prize in Language at CogSci 2019!<br>
* Congratulations to Megumi Sano for winning the Sayan Gul Travel Award at CogSci 2019!<br>
* Congratulations to Robert Hawkins, who recently defended his dissertation and is now at Princeton for a post-doc!<br>
* Congratulations to Mike Wu and Milan Mosse for winning Outstanding Student Paper Award at AAAI-19!<br>
* Congratulations to Judy Fan on accepting a tenure-track position at UC San Diego!<br>
* Congratulations to MH Tessler, who recently defended his dissertation and is heading to MIT for a post-doc.<br>
* Congratulations to Judith Degen on accepting a tenure-track position at Stanford!<br>
* Congratulations to Leon Bergen on accepting a tenure-track position at UC San Diego!</p>
</div>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
{% include footer.html %}
</body>
</html>