Skip to content

Commit

Permalink
Initial updates for RSLondon Nov 2020 workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed Oct 29, 2020
1 parent bfd58e7 commit cfd8874
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 38 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ carpentry: "swc"
# dc-geospatial: for Data Carpentry Geospatial
# swc-inflammation: for Software Carpentry based on the inflammation dataset
# swc-gapminder: for Software Carpentry based on the Gapminder dataset
curriculum: "FIXME"
curriculum: "swc-gapminder"

# If there is both an R and python official version of a curriculum
# (as listed on https://software-carpentry.org/lessons/ and
# https://datacarpentry.org/lessons/), change the
# value of the variable below ("flavor") to get the schedule and installation
# instructions updated accordingly (valid values are 'r' or 'python').
# Note: this is only for Data Carpentry and SWC at this time.
flavor: "FIXME"
flavor: "python"

# Overall title for the Workshop.
# This variable is used to (optionally) add a title in the "jumbotron"
# (the grey box at the top of the page), and to the extra pages.
# Most workshops don't use extra pages. More information about extra
# pages are included in the README:
# https://github.com/carpentries/workshop-template#creating-extra-pages
title: "Workshop Title"
title: "RSLondon Software Carpentry: November 2020"


#------------------------------------------------------------
Expand Down Expand Up @@ -85,7 +85,7 @@ pre_survey: "https://carpentries.typeform.com/to/wi32rS?slug="
post_survey: "https://carpentries.typeform.com/to/UgVdRQ?slug="

# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
start_time: 0
start_time: 600

# Specify that things in the episodes collection should be output.
collections:
Expand Down
48 changes: 27 additions & 21 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
<div class="row">
<div class="col-md-6">
<div class="col-md-4">
<h3>Day 1</h3>
<table class="table table-striped">
<tr> <td>Before</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}">Pre-workshop survey</a> </td> </tr>
<tr> <td>09:00</td> <td>Automating Tasks with the Unix Shell</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td>END</td> </tr>
<tr> <td>10:00</td> <td>Automating Tasks with the Unix Shell</td> </tr>
<tr> <td>11:30</td> <td>Morning break</td> </tr>
<tr> <td>12:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
<tr> <td>13:00</td> <td>Lunch break</td> </tr>
<tr> <td>14:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>15:30</td> <td>Afternoon break</td> </tr>
<tr> <td>16:00</td> <td>Building Programs with Python (Continued)</td> </tr>
<tr> <td>16:50</td> <td>Day 1 Wrap-up</td> </tr>
<tr> <td>17:00</td> <td>END</td> </tr>
</table>
</div>
<div class="col-md-6">
<div class="col-md-4">
<h3>Day 2</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td>Version Control with Git</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Version Control with Git (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td>Managing Data with SQL</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Managing Data with SQL (Continued)</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop Survey</a></td> </tr>
<tr> <td>16:40</td> <td>END</td> </tr>
<tr> <td>14:00</td> <td>Version Control with Git</td> </tr>
<tr> <td>15:30</td> <td>Morning break</td> </tr>
<tr> <td>16:00</td> <td>Version Control with Git (Continued)</td> </tr>
<tr> <td>16:50</td> <td>Day 2 Wrap-up</td> </tr>
<tr> <td>17:00</td> <td>END</td> </tr>
</table>
</div>
<div class="col-md-4">
<h3>Day 3</h3>
<table class="table table-striped">
<tr> <td>14:00</td> <td>Managing Data with SQL</td> </tr>
<tr> <td>15:15</td> <td>Afternoon break</td> </tr>
<tr> <td>15:45</td> <td>Managing Data with SQL (Continued)</td> </tr>
<tr> <td>16:30</td> <td>Wrap-up</td> </tr>
<tr> <td>16:50</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop Survey</a></td> </tr>
<tr> <td>17:00</td> <td>END</td> </tr>
</table>
</div>
</div>
26 changes: 13 additions & 13 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ layout: workshop # DON'T CHANGE THIS.
# More detailed instructions (including how to fill these variables for an
# online workshop) are available at
# https://carpentries.github.io/workshop-template/customization/index.html
venue: "FIXME" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
address: "FIXME" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
country: "FIXME" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop
language: "FIXME" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the
venue: "Research Software London" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
address: "online" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
country: "gb" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop
language: "en" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the
latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "-1" # decimal longitude of the workshop venue (use https://www.latlong.net)
humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "FIXME" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm")
startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: FIXME # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["instructor one", "instructor two"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["helper one", "helper two"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
email: ["[email protected]","[email protected]"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["[email protected]", "[email protected]", "[email protected]"]
collaborative_notes: # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria)
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
humandate: "Nov 25-27, 2020" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "10:00 - 17:00 (25th),<br/>14:00 - 17:00 (26th/27th)" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm")
startdate: 2020-11-25 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: 2020-11-27 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["Chris Cave-Ayland", "Iain Barrass", "TBC"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["Jeremy Cohen", "Jay DesLauriers", "TBC"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
email: ["[email protected]"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["[email protected]", "[email protected]", "[email protected]"]
collaborative_notes: "https://pad.carpentries.org/2020-11-25-rslondon" # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria)
eventbrite: "127194986629" # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
---

{% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}
Expand Down

0 comments on commit cfd8874

Please sign in to comment.