Loading _includes/syllabus.html +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,11 @@ {% assign current = site.start_time %} <table class="table table-striped"> <tr> <td class="col-md-1"></td> <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td> <td class="col-md-7">Dowload files used on the lesson.</td> </tr> {% for episode in site.episodes %} {% if episode.start %} {% comment %} Starting a new day? {% endcomment %} {% assign day = day | plus: 1 %} Loading bin/lesson_initialize.py +1 −0 Original line number Diff line number Diff line Loading @@ -214,6 +214,7 @@ training_site: "https://swcarpentry.github.io/instructor-training" # Surveys. pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id=" post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id=" training_post_survey: "https://www.surveymonkey.com/r/post-instructor-training" # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am). start_time: 0 Loading Loading
_includes/syllabus.html +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,11 @@ {% assign current = site.start_time %} <table class="table table-striped"> <tr> <td class="col-md-1"></td> <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td> <td class="col-md-7">Dowload files used on the lesson.</td> </tr> {% for episode in site.episodes %} {% if episode.start %} {% comment %} Starting a new day? {% endcomment %} {% assign day = day | plus: 1 %} Loading
bin/lesson_initialize.py +1 −0 Original line number Diff line number Diff line Loading @@ -214,6 +214,7 @@ training_site: "https://swcarpentry.github.io/instructor-training" # Surveys. pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id=" post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id=" training_post_survey: "https://www.surveymonkey.com/r/post-instructor-training" # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am). start_time: 0 Loading