diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1505ca08e796a01b68353d6e335f8bfb7566bef2..1a674e779f920b64313067432c646643332837f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,9 @@ stages: build lectures: stage: build before_script: - - pip install -U mkdocs mkdocs-material python-markdown-math notedown + - pip install -U mkdocs mkdocs-material python-markdown-math notedown ics script: + - python convert_timetable.py - python execute.py - mkdocs build artifacts: diff --git a/convert_timetable.py b/convert_timetable.py new file mode 100644 index 0000000000000000000000000000000000000000..60ea7b31cde854efb732062c66bf2398c91db7bc --- /dev/null +++ b/convert_timetable.py @@ -0,0 +1,42 @@ +from pathlib import Path +import re +import json + +import dateutil +import ics + +course = ics.Calendar(Path('mytimetable_export.ics').read_text()) + +events = [] + +def parse_data(description): + type_conversion = { + 'Exam/Test in Osiris': 'Exam', + 'Exam/Test not in Osiris': 'Minitest', + 'Lecture': 'Lecture', + 'Instruction': 'Exercises', + } + type = type_conversion[re.search( + '^Type: (.*)$', description, flags=re.MULTILINE + ).group(1)] + out = re.search( + '^Location\\(s\\):\n(?P<name>.*?): (?P<url>http:.*?)$', + description, + flags=re.MULTILINE, + ).groupdict() + out['type'] = type + return out + + +for original in course.events: + parsed = parse_data(original.description) + event = { + 'start': str(original.begin), + 'end': str(original.end), + 'title': f'{parsed["type"]} @ {parsed["name"]}', + } + events.append(event) + +events = sorted(events, key=(lambda event: dateutil.parser.isoparse(event['start']))) +events[-1]['title'] = events[-1]['title'].replace('Exam', 'Retake exam') +Path('src/figures/events.json').write_text(json.dumps(events)) diff --git a/mytimetable_export.ics b/mytimetable_export.ics new file mode 100644 index 0000000000000000000000000000000000000000..0a4cac6f6642423ece4dbb9063c37890e64efd65 --- /dev/null +++ b/mytimetable_export.ics @@ -0,0 +1,954 @@ +BEGIN:VCALENDAR +PRODID:-//Eveoh//Eveoh iCalExporter 1.3//EN +VERSION:2.0 +METHOD:PUBLISH +CALSCALE:GREGORIAN +X-WR-TIMEZONE:Europe/Amsterdam +X-WR-CALNAME:Delft University of Technology timetable - TN2844 - Vaste st + of fysica +X-WR-CALDESC:Delft University of Technology timetable - TN2844 - Vaste st + of fysica +BEGIN:VTIMEZONE +TZID:Europe/Amsterdam +TZURL:http://tzurl.org/zoneinfo-outlook/Europe/Amsterdam +X-LIC-LOCATION:Europe/Amsterdam +BEGIN:DAYLIGHT +TZOFFSETFROM:+0100 +TZOFFSETTO:+0200 +TZNAME:CEST +DTSTART:19700329T020000 +RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU +END:DAYLIGHT +BEGIN:STANDARD +TZOFFSETFROM:+0200 +TZOFFSETTO:+0100 +TZNAME:CET +DTSTART:19701025T030000 +RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU +END:STANDARD +END:VTIMEZONE +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190212T084500 +DTEND;TZID=Europe/Amsterdam:20190212T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190212@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190212T104500 +DTEND;TZID=Europe/Amsterdam:20190212T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190212@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190214T134500 +DTEND;TZID=Europe/Amsterdam:20190214T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190214@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190214T154500 +DTEND;TZID=Europe/Amsterdam:20190214T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190214@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190215T134500 +DTEND;TZID=Europe/Amsterdam:20190215T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!F38FDDF1E68148B17992B6762744518A-20190215@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190219T084500 +DTEND;TZID=Europe/Amsterdam:20190219T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190219@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190219T104500 +DTEND;TZID=Europe/Amsterdam:20190219T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190219@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190221T134500 +DTEND;TZID=Europe/Amsterdam:20190221T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190221@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190221T154500 +DTEND;TZID=Europe/Amsterdam:20190221T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190221@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190222T134500 +DTEND;TZID=Europe/Amsterdam:20190222T154500 +SUMMARY:TN2844 - Vaste stof fysica - Tussentoets +LOCATION:TN-TZ F4.25 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD9AA-20190222@mytimetable.tudelft.nl + +DESCRIPTION:Type: Exam/Test not in Osiris\n\nLocation(s):\nTN-TZ F4.25: h + ttp://educationrooms.tudelft.nl/zaleninfo.php?zid=223\n\nStaff member(s) + : Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele + BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BS + c\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tu + delft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnCode&La + stPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchr + onised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190226T084500 +DTEND;TZID=Europe/Amsterdam:20190226T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190226@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190226T104500 +DTEND;TZID=Europe/Amsterdam:20190226T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190226@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190228T134500 +DTEND;TZID=Europe/Amsterdam:20190228T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190228@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190228T154500 +DTEND;TZID=Europe/Amsterdam:20190228T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190228@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190301T134500 +DTEND;TZID=Europe/Amsterdam:20190301T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!F38FDDF1E68148B17992B6762744518A-20190301@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190305T084500 +DTEND;TZID=Europe/Amsterdam:20190305T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190305@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190305T104500 +DTEND;TZID=Europe/Amsterdam:20190305T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190305@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190307T134500 +DTEND;TZID=Europe/Amsterdam:20190307T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190307@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190307T154500 +DTEND;TZID=Europe/Amsterdam:20190307T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190307@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190308T134500 +DTEND;TZID=Europe/Amsterdam:20190308T154500 +SUMMARY:TN2844 - Vaste stof fysica - Tussentoets +LOCATION:TN-TZ F4.25 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD9AA-20190308@mytimetable.tudelft.nl + +DESCRIPTION:Type: Exam/Test not in Osiris\n\nLocation(s):\nTN-TZ F4.25: h + ttp://educationrooms.tudelft.nl/zaleninfo.php?zid=223\n\nStaff member(s) + : Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele + BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BS + c\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tu + delft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnCode&La + stPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchr + onised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190319T084500 +DTEND;TZID=Europe/Amsterdam:20190319T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190319@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190319T104500 +DTEND;TZID=Europe/Amsterdam:20190319T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190319@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190321T134500 +DTEND;TZID=Europe/Amsterdam:20190321T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190321@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190321T154500 +DTEND;TZID=Europe/Amsterdam:20190321T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190321@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190322T104500 +DTEND;TZID=Europe/Amsterdam:20190322T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:BK-CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD9BC-20190322@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nBK-CZ B: http://educationrooms + .tudelft.nl/zaleninfo.php?zid=204\n\nStaff member(s): Akhmerov \, Dr. A. + R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Natu + urkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Natuu + rkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_search + Ctrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAndAl + lOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01-15 + at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190326T084500 +DTEND;TZID=Europe/Amsterdam:20190326T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190326@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190326T104500 +DTEND;TZID=Europe/Amsterdam:20190326T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190326@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190328T134500 +DTEND;TZID=Europe/Amsterdam:20190328T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190328@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190328T154500 +DTEND;TZID=Europe/Amsterdam:20190328T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190328@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190329T104500 +DTEND;TZID=Europe/Amsterdam:20190329T124500 +SUMMARY:TN2844 - Vaste stof fysica - Tussentoets +LOCATION:TN-TZ F4.25 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD9EA-20190329@mytimetable.tudelft.nl + +DESCRIPTION:Type: Exam/Test not in Osiris\n\nLocation(s):\nTN-TZ F4.25: h + ttp://educationrooms.tudelft.nl/zaleninfo.php?zid=223\n\nStaff member(s) + : Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele + BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BS + c\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tu + delft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnCode&La + stPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchr + onised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190402T084500 +DTEND;TZID=Europe/Amsterdam:20190402T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190402@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190402T104500 +DTEND;TZID=Europe/Amsterdam:20190402T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190402@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190404T134500 +DTEND;TZID=Europe/Amsterdam:20190404T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ C +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94A-20190404@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ C: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=134\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190404T154500 +DTEND;TZID=Europe/Amsterdam:20190404T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190404@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190405T104500 +DTEND;TZID=Europe/Amsterdam:20190405T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:BK-CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD9BC-20190405@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nBK-CZ B: http://educationrooms + .tudelft.nl/zaleninfo.php?zid=204\n\nStaff member(s): Akhmerov \, Dr. A. + R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Natu + urkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Natuu + rkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_search + Ctrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAndAl + lOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01-15 + at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190409T084500 +DTEND;TZID=Europe/Amsterdam:20190409T104500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Aula CZ B +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C8E-20190409@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\nAula CZ B: http://educationroo + ms.tudelft.nl/zaleninfo.php?zid=133\n\nStaff member(s): Akhmerov \, Dr. + A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskunde - Na + tuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technische Nat + uurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a101_sear + chCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublishedYearAnd + AllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2019-01- + 15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190409T104500 +DTEND;TZID=Europe/Amsterdam:20190409T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD953-20190409@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190411T134500 +DTEND;TZID=Europe/Amsterdam:20190411T154500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:3mE-CZ A (Leonardo da Vinci) +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD94F-20190411@mytimetable.tudelft.nl + +DESCRIPTION:Type: Lecture\n\nLocation(s):\n3mE-CZ A (Leonardo da Vinci): + http://educationrooms.tudelft.nl/zaleninfo.php?zid=20\n\nStaff member(s) + : Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele + BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BS + c\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tu + delft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnCode&La + stPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchr + onised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190411T154500 +DTEND;TZID=Europe/Amsterdam:20190411T174500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:TN-Studio classroom 2 - A 053 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!AC8D91BA5454C7B7080E37F93A9DD982-20190411@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nTN-Studio classroom 2 - A + 053: http://educationrooms.tudelft.nl/zaleninfo.php?zid=233\n\nStaff mem + ber(s): Akhmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): D + ubbele BSc Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - + TUD BSc\, Technische Natuurkunde 3e jaars\n\nStudy guide: http://studieg + ids.tudelft.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnC + ode&LastPublishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast + synchronised on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190412T104500 +DTEND;TZID=Europe/Amsterdam:20190412T124500 +SUMMARY:TN2844 - Vaste stof fysica +LOCATION:Pulse-Hall 3 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!0F8A445834E575AE9B962B78415ED787-20190412@mytimetable.tudelft.nl + +DESCRIPTION:Type: Instruction\n\nLocation(s):\nPulse-Hall 3: http://educa + tionrooms.tudelft.nl/zaleninfo.php?zid=335\n\nStaff member(s): Akhmerov + \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wiskun + de - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Technis + che Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl/a1 + 01_searchCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublished + YearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised on 2 + 019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190416T090000 +DTEND;TZID=Europe/Amsterdam:20190416T120000 +SUMMARY:TN2844 - Vaste stof fysica - Tentamen +LOCATION:DW-TZ 2 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C90-20190416@mytimetable.tudelft.nl + +DESCRIPTION:Type: Exam/Test in Osiris\n\nLocation(s):\nDW-TZ 2: http://ed + ucationrooms.tudelft.nl/zaleninfo.php?zid=160\n\nStaff member(s): Akhmer + ov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc Wis + kunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, Tech + nische Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelft.nl + /a101_searchCtrl.do?course_code=TN2844&operation=searchOnCode&LastPublis + hedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronised o + n 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTAMP:20190115T090405Z +DTSTART;TZID=Europe/Amsterdam:20190704T133000 +DTEND;TZID=Europe/Amsterdam:20190704T163000 +SUMMARY:TN2844 - Vaste stof fysica - HerTentamen +LOCATION:TN-TZ F4.25 +STATUS:CONFIRMED +SEQUENCE:0 +CREATED:20190115T090405Z +LAST-MODIFIED:20190115T090405Z +UID:2018!D01E1BC7EF72752DBB6E5BA95E5F5C94-20190704@mytimetable.tudelft.nl + +DESCRIPTION:Type: Exam/Test in Osiris\n\nLocation(s):\nTN-TZ F4.25: http: + //educationrooms.tudelft.nl/zaleninfo.php?zid=223\n\nStaff member(s): Ak + hmerov \, Dr. A.R.\, Sar\, Dr. T. van der\n\nStudent set(s): Dubbele BSc + Wiskunde - Natuurkunde 3e jaar\, MSc AP - Bridging courses - TUD BSc\, + Technische Natuurkunde 3e jaars\n\nStudy guide: http://studiegids.tudelf + t.nl/a101_searchCtrl.do?course_code=TN2844&operation=searchOnCode&LastPu + blishedYearAndAllOrganizations=true&SIS_SwitchLang=en\n\nLast synchronis + ed on 2019-01-15 at 10:04 CET +TRANSP:OPAQUE +END:VEVENT +END:VCALENDAR diff --git a/src/delft.md b/src/delft.md index bfd63d0d322397e7e09688c4c47fd8ac8dc85bfa..22362864085b53f3ba7081431798bdc46c4a91af 100644 --- a/src/delft.md +++ b/src/delft.md @@ -4,7 +4,12 @@ Welcome to the 2019 run of the TN2844 course *Vaste Stof Fysica*. ## Schedule -<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=19fiq3qk5670c38d0hlb3q0kdg%40group.calendar.google.com&color=%23711616&ctz=Europe%2FAmsterdam" style="border-width:0" width="100%" height="400" frameborder="0" scrolling="no"></iframe> +<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.10.0/fullcalendar.min.css'></link> +<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.23.0/moment.min.js"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.10.0/fullcalendar.min.js"></script> +<script src="../scripts/fullcalendar_loader.js"></script> +<div id='calendar'></div> ## Discussion chat