Skip to content

Commit

Permalink
Update timetable
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jan 20, 2022
1 parent b61e68b commit 0936734
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 18 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ The module timetable is shown in the table below.
| TDS Lecture 1 | 2022-01-24 | 1 |
| TDS Lecture 2: The structure of transport data | 2022-01-31 | 1 |
| TDS Practical 1 | 2022-02-03 | 3 |
| TDS Practical | 2022-02-03 | 3 |
| Lecture 3: Routing | 2022-02-07 | 1 |
| TDS Practical 2: Routing | 2022-02-10 | 3 |
| TDS seminar | 2022-02-16 | 3 |
| TDS Practical 3: Data from Web Sources | 2022-02-17 | 3 |
| TDS Practical 4: OD and route data analysis | 2022-02-24 | 3 |
| TDS Lecture 3: Visualising Transport Data | 2022-03-14 | 1 |
| TDS Lecture 4: Visualising Transport Data | 2022-03-14 | 1 |
| TDS Deadline 1: 2 page outline of project | 2022-03-18 | 1 |
| TDS Lecture 5: Transport Data Science in Practice | 2022-03-21 | 1 |
| TDS Practical 5: Visualisation and project work | 2022-04-28 | 3 |
| TDS Deadline 2: 10 page project report | 2022-05-13 | 1 |

<!-- # References -->
<!-- To access references collected for this course (and contribute more if you want), you can join the 'tds' Zotero group: https://www.zotero.org/groups/956304/tds -->
Expand Down
5 changes: 4 additions & 1 deletion code-r/timetable-from-ics.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ calendar::ic_date(.Last.value)
tt_csv = ics %>%
mutate_at(vars(matches("DT")), calendar::ic_datetime) %>%
mutate(date = as.Date(DTSTART), duration = DTEND - DTSTART) %>%
select(SUMMARY, DESCRIPTION, date, duration)
select(SUMMARY, DESCRIPTION, date, duration) %>%
slice(-4) # todo: remove
# %>%
# filter(SUMMARY == "TDS Practical")
names(tt_csv) = tolower(names(tt_csv))
tt_csv

Expand Down
72 changes: 59 additions & 13 deletions tds-calendar-2022.ics
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DTSTART;TZID=GMT Standard Time:20220124T110000
DTEND;TZID=GMT Standard Time:20220124T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:1
Expand All @@ -71,7 +71,7 @@ DTSTART;TZID=GMT Standard Time:20220131T090000
DTEND;TZID=GMT Standard Time:20220131T100000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
Expand All @@ -95,7 +95,7 @@ DTSTART;TZID=GMT Standard Time:20220203T090000
DTEND;TZID=GMT Standard Time:20220203T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:1
Expand All @@ -119,7 +119,7 @@ DTSTART;TZID=GMT Standard Time:20220203T090000
DTEND;TZID=GMT Standard Time:20220203T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
Expand Down Expand Up @@ -154,7 +154,7 @@ DTSTART;TZID=GMT Standard Time:20220207T090000
DTEND;TZID=GMT Standard Time:20220207T100000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:1
Expand Down Expand Up @@ -189,7 +189,7 @@ DTSTART;TZID=GMT Standard Time:20220210T090000
DTEND;TZID=GMT Standard Time:20220210T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:2
Expand All @@ -212,7 +212,7 @@ DTSTART;TZID=GMT Standard Time:20220216T130000
DTEND;TZID=GMT Standard Time:20220216T160000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
Expand Down Expand Up @@ -247,7 +247,7 @@ DTSTART;TZID=GMT Standard Time:20220217T090000
DTEND;TZID=GMT Standard Time:20220217T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:3
Expand Down Expand Up @@ -282,7 +282,7 @@ DTSTART;TZID=GMT Standard Time:20220224T090000
DTEND;TZID=GMT Standard Time:20220224T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:4
Expand All @@ -300,12 +300,35 @@ BEGIN:VEVENT
DESCRIPTION:Online lecture this week.\n
UID:040000008200E00074C5B7101A82E00800000000B9C3E1CF8D0CD801000000000000000
010000000191AAF42D39A4A4188BE5FA8B728B17C
SUMMARY:TDS Lecture 3: Visualising Transport Data
SUMMARY:TDS Lecture 4: Visualising Transport Data
DTSTART;TZID=GMT Standard Time:20220314T090000
DTEND;TZID=GMT Standard Time:20220314T100000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION:
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:\n
UID:040000008200E00074C5B7101A82E00800000000F174EE61920CD801000000000000000
010000000E4A3781BE83AD046A5A4403017831163
SUMMARY:TDS Deadline 1: 2 page outline of project
DTSTART;TZID=GMT Standard Time:20220318T130000
DTEND;TZID=GMT Standard Time:20220318T140000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
Expand All @@ -328,7 +351,7 @@ DTSTART;TZID=GMT Standard Time:20220321T090000
DTEND;TZID=GMT Standard Time:20220321T100000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
Expand Down Expand Up @@ -362,7 +385,7 @@ DTSTART;TZID=GMT Standard Time:20220428T090000
DTEND;TZID=GMT Standard Time:20220428T120000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220118T173630Z
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:2
Expand All @@ -376,4 +399,27 @@ X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:\n
UID:040000008200E00074C5B7101A82E008000000001D9A23EA920CD801000000000000000
010000000E9B18E234E09844091AD02CBCD49D28D
SUMMARY:TDS Deadline 2: 10 page project report
DTSTART;TZID=GMT Standard Time:20220513T130000
DTEND;TZID=GMT Standard Time:20220513T140000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20220120T083417Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION:
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
END:VCALENDAR
5 changes: 3 additions & 2 deletions timetable.csv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ TDS Lecture 1,"Hi all\, just so this is in your calendar\, please hold date\,
__\n",2022-01-24,1
TDS Lecture 2: The structure of transport data,Online only session\n,2022-01-31,1
TDS Practical 1,In person Practical: The structure of transport data\n,2022-02-03,3
TDS Practical,\n,2022-02-03,3
Lecture 3: Routing,"Online only session to take place this week: worth making time
for questions at some point this week.\n\n________________________________
________________________________________________\nMicrosoft Teams meeting\
Expand Down Expand Up @@ -74,7 +73,8 @@ TDS Practical 4: OD and route data analysis,"\n_________________________________
[email protected]&messageId=0&language=en-GB
>\n_______________________________________________________________________
_________\n",2022-02-24,3
TDS Lecture 3: Visualising Transport Data,Online lecture this week.\n,2022-03-14,1
TDS Lecture 4: Visualising Transport Data,Online lecture this week.\n,2022-03-14,1
TDS Deadline 1: 2 page outline of project,\n,2022-03-18,1
TDS Lecture 5: Transport Data Science in Practice,Online only lecture this week.\n,2022-03-21,1
TDS Practical 5: Visualisation and project work,"In person event.\n\n___________________________________________
_____________________________________\nMicrosoft Teams meeting\nJoin on yo
Expand All @@ -88,3 +88,4 @@ TDS Practical 5: Visualisation and project work,"In person event.\n\n___________
eeting_NzNmNjJjOWQtMzNkMi00ZTlkLWI2YzgtMmM4YmRhOGI4MTBm@thread.v2&messageI
d=0&language=en-GB>\n_____________________________________________________
___________________________\n",2022-04-28,3
TDS Deadline 2: 10 page project report,\n,2022-05-13,1

0 comments on commit 0936734

Please sign in to comment.