diff --git a/schedule.js b/database.js similarity index 94% rename from schedule.js rename to database.js index fbfc3cc..582c34f 100644 --- a/schedule.js +++ b/database.js @@ -1,4 +1,15 @@ -const schedule = [ +const messages = [ + { + "info": "Announcement: No reading group on 21.05.2018", + "termination": "21.05.2018", + }, + { + "info": "This is an outdated message on 1.05.2018", + "termination": "1.05.2018", + }, +] + +const schedules = [ { "person": "Georgia Olympia Brikis", "email": null, diff --git a/index.html b/index.html index e8110ad..1ff7123 100644 --- a/index.html +++ b/index.html @@ -128,18 +128,26 @@

A paper reading group for students of Ludwig Maximilians University of Munic

Location: Mondays 9am, L U117 (Data Science Lab), Oettingenstrasse 67, Munich, Germany

Topics: Machine Learning, Deep Learning, Computer Vision, Natural Language Processing

+ + -

Announcement: no reading group on 21.05.2018

-
+

{{event.header}}

-
-
{{ item.person }}
-
{{ item.date }}
+
+
{{ schedule.person }}
+
{{ schedule.date }}
- {{ item.paper }} - -
+ {{ schedule.paper }} + +
@@ -160,44 +168,50 @@

Organizers

- +