Skip to content

Commit

Permalink
Init workshop website
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg committed Jul 23, 2024
1 parent ed51451 commit d6f477d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/data.csv
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
venue,address,country,latitude,longitude,humandate,humantime,startdate,enddate,instructor,helper,carpentry,curriculum,title,slug,flavor
eScience Center,"Science Park 140, 1098 XG Amsterdam",Netherlands,52.35695685,4.95433748205789,"December 24 - 26, 2021, CET",7:00 - 9:00,2021-12-24T00:00:00Z,2021-12-26T00:00:00Z,"Johan Hidding, Lieke de Boer, Mateusz Kuzak","Pushpanjali Pawar, Thijs van Lankveld","ds","ds-parallel",Christmas special test workshop,2021-12-24-dc-socsci-R-nlesc,R
Netherlands eScience Center,"Science Park 402, 1098 XH Amsterdam",NA,52.3566292,4.9568662,"september 03 - 04, 2024",9:30 - 17:00 CEST,2024-09-02T22:00:00Z,2024-09-03T22:00:00Z,"Sven van der Burg, Giulia Crocioni, Carsten Schnober",Dani Bodor,ds,ds-dl-intro,Introduction to Deep Learning,2024-09-03-ds-dl-intro,NA
2 changes: 1 addition & 1 deletion _data/eventbrite.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1234567890AB"
"936373035957"
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ of code below the Schedule `<h2>` header below with
{% elsif info.carpentry == "lc" %}
{% include lc/schedule.html %}
{% elsif info.carpentry == "ds" %}
{% remote_include {{lesson_meta}}/schedule.md %}
{% remote_include {{lesson_meta}}/schedule-in-person.md %}
{% elsif info.carpentry == "pilot" %}
The lesson taught in this workshop is being piloted and a precise schedule is yet to be established. The workshop will include regular breaks. If you would like to know the timing of these breaks in advance, please [contact the workshop organisers](#contact). For a list of lesson sections and estimated timings, [visit the lesson homepage]({{ site.lesson_site }}).
{% comment %}
Expand Down

0 comments on commit d6f477d

Please sign in to comment.