Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.46 KB

index.md

File metadata and controls

61 lines (49 loc) · 1.46 KB
title layout
Home
home

Time & Location

Usually on Monday 1:30pm-3pm at the Gatsby Unit, UCL 3th floor seminar room. Please subscribe to our mailing list to receive announcements of upcoming talks. To enter the building, see here.

Events

<style> td { margin: 0; padding: 5px; } tr:nth-child(even) { background-color: #f2f2f2; } </style>

Updated: {{ site.time | date: "%d-%b-%y" }}

{% for talk in site.data.events %}
<tr>
    <td>{{ talk.date | date_to_string }}</td>
    <td>{{ talk.presenter | markdownify }}</td>
    <td>{{ talk.topic | markdownify }}</td>
    <td>{{ talk.reading | markdownify }}</td>
    <td>{{ talk.supplement | markdownify }}</td>
</tr>
{% endfor %}
Date Presenter Topic Reading Supplement