Skip to content

Commit 8dab2a9

Browse files
committed
initial webpage setup
1 parent c136c52 commit 8dab2a9

File tree

4 files changed

+201
-40
lines changed

4 files changed

+201
-40
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ carpentry: "swc"
3333
# dc-image: for Data Carpentry Image Processing
3434
# swc-inflammation: for Software Carpentry based on the inflammation dataset
3535
# swc-gapminder: for Software Carpentry based on the Gapminder dataset
36-
curriculum: "FIXME"
36+
curriculum: "swc-inflammation"
3737

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

4646
# If the workshop will be a lesson pilot (for a new official lesson or
4747
# a lesson in The Carpentries Incubator), set pilot to "true"
@@ -53,7 +53,7 @@ pilot: false
5353
# Most workshops don't use extra pages. More information about extra
5454
# pages are included in the README:
5555
# https://github.com/carpentries/workshop-template#creating-extra-pages
56-
title: "Workshop Title"
56+
title: "University of Washington Software Carpentry, Spring Quarter"
5757

5858
#------------------------------------------------------------
5959
# Incubator workshop settings (only relevant for workshops teaching a lesson

_includes/swc/schedule-python.html

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<div class="row">
2+
<div class="col-md-3">
3+
<h3>Day 1</h3>
4+
<p> <a href="http://swcarpentry.github.io/shell-novice/">Lesson Plan</a> </p>
5+
<table class="table table-striped">
6+
<tr><td>Before starting</td>
7+
<td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td></tr>
8+
<tr> <td>09:00</td> <td>Automating tasks with the Unix shell</td> </tr>
9+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
10+
<tr> <td>10:15</td> <td>Unix Shell (continued)</td> </tr>
11+
</table>
12+
</div>
13+
14+
<div class="col-md-3">
15+
<h3>Day 2</h3>
16+
<p> <a href="http://swcarpentry.github.io/git-novice/">Lesson Plan</a> </p>
17+
<table class="table table-striped">
18+
<tr> <td>09:00</td> <td>Version control with Git</td> </tr>
19+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
20+
<tr> <td>10:15</td> <td>Git (continued)</td> </tr>
21+
</table>
22+
</div>
23+
24+
<div class="col-md-3">
25+
<h3>Day 3</h3>
26+
<p> <a href="http://swcarpentry.github.io/python-novice-inflammation/">Lesson Plan</a> </p>
27+
<table class="table table-striped">
28+
<tr> <td>09:00</td> <td>Building programs with Python</td> </tr>
29+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
30+
<tr> <td>10:15</td> <td>Python (continued)</td> </tr>
31+
32+
</table>
33+
</div>
34+
35+
36+
<div class="col-md-3">
37+
<h3>Day 4</h3>
38+
<p> <a href="http://swcarpentry.github.io/python-novice-inflammation/">Lesson Plan</a> </p>
39+
<table class="table table-striped">
40+
<tr> <td>09:00</td> <td>Python (continued)</td> </tr>
41+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
42+
<tr> <td>10:15</td> <td>Python (continued)</td> </tr>
43+
<tr><td>Before leaving</td><td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td></tr>
44+
</table>
45+
</div>
46+
</div>
47+
48+
<!-- Original SWC Course recommendation:
49+
<div class="row">
50+
<div class="col-md-6">
51+
<h3>Day 1</h3>
52+
<table class="table table-striped">
53+
<tr> <td>Before</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a> </td> </tr>
54+
<tr> <td>09:00</td> <td>Automating Tasks with the Unix Shell</td> </tr>
55+
<tr> <td>10:30</td> <td>Morning break</td> </tr>
56+
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
57+
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
58+
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
59+
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
60+
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr>
61+
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
62+
<tr> <td>16:30</td> <td>END</td> </tr>
63+
</table>
64+
</div>
65+
<div class="col-md-6">
66+
<h3>Day 2</h3>
67+
<table class="table table-striped">
68+
<tr> <td>09:00</td> <td>Version Control with Git</td> </tr>
69+
<tr> <td>10:30</td> <td>Morning break</td> </tr>
70+
<tr> <td>11:00</td> <td>Version Control with Git (Continued)</td> </tr>
71+
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
72+
<tr> <td>13:00</td> <td>Managing Data with SQL</td> </tr>
73+
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
74+
<tr> <td>15:00</td> <td>Managing Data with SQL (Continued)</td> </tr>
75+
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
76+
<tr> <td>16:30</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr>
77+
<tr> <td>16:40</td> <td>END</td> </tr>
78+
</table>
79+
</div>
80+
</div>
81+
-->

_includes/swc/schedule-r.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<div class="row">
2+
<div class="col-md-3">
3+
<h3>Day 1</h3>
4+
<p> <a href="http://swcarpentry.github.io/shell-novice/">Lesson Plan</a> </p>
5+
<table class="table table-striped">
6+
<tr><td>Before starting</td>
7+
<td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td></tr>
8+
<tr> <td>09:00</td> <td>Automating tasks with the Unix shell</td> </tr>
9+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
10+
<tr> <td>10:15</td> <td>Unix Shell (continued)</td> </tr>
11+
</table>
12+
</div>
13+
14+
<div class="col-md-3">
15+
<h3>Day 2</h3>
16+
<p> <a href="http://swcarpentry.github.io/git-novice/">Lesson Plan</a> </p>
17+
<table class="table table-striped">
18+
<tr> <td>09:00</td> <td>Version control with Git</td> </tr>
19+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
20+
<tr> <td>10:15</td> <td>Git (continued)</td> </tr>
21+
</table>
22+
</div>
23+
24+
<div class="col-md-3">
25+
<h3>Day 3</h3>
26+
<p> <a href="http://swcarpentry.github.io/r-novice-inflammation/">Lesson Plan</a> </p>
27+
<table class="table table-striped">
28+
<tr> <td>09:00</td> <td>Building programs with R</td> </tr>
29+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
30+
<tr> <td>10:15</td> <td>R (continued)</td> </tr>
31+
32+
</table>
33+
</div>
34+
35+
<div class="col-md-3">
36+
<h3>Day 4</h3>
37+
<p> <a href="http://swcarpentry.github.io/r-novice-inflammation/">Lesson Plan</a> </p>
38+
<table class="table table-striped">
39+
<tr> <td>09:00</td> <td>R (continued)</td> </tr>
40+
<tr> <td>10:00</td> <td>Coffee break</td> </tr>
41+
<tr> <td>10:15</td> <td>R (continued)</td> </tr>
42+
<tr><td>Before leaving</td><td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td></tr>
43+
</table>
44+
</div>
45+
</div>
46+
47+
<!-- Original SWC Course recommendation:
48+
<div class="row">
49+
<div class="col-md-6">
50+
<h3>Day 1</h3>
51+
<table class="table table-striped">
52+
<tr> <td>Before</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a> </td> </tr>
53+
<tr> <td>09:00</td> <td>Automating Tasks with the Unix Shell</td> </tr>
54+
<tr> <td>10:30</td> <td>Morning break</td> </tr>
55+
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
56+
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
57+
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
58+
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
59+
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr>
60+
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
61+
<tr> <td>16:30</td> <td>END</td> </tr>
62+
</table>
63+
</div>
64+
<div class="col-md-6">
65+
<h3>Day 2</h3>
66+
<table class="table table-striped">
67+
<tr> <td>09:00</td> <td>Version Control with Git</td> </tr>
68+
<tr> <td>10:30</td> <td>Morning break</td> </tr>
69+
<tr> <td>11:00</td> <td>Version Control with Git (Continued)</td> </tr>
70+
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
71+
<tr> <td>13:00</td> <td>Managing Data with SQL</td> </tr>
72+
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
73+
<tr> <td>15:00</td> <td>Managing Data with SQL (Continued)</td> </tr>
74+
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
75+
<tr> <td>16:30</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr>
76+
<tr> <td>16:40</td> <td>END</td> </tr>
77+
</table>
78+
</div>
79+
</div>
80+
-->

index.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ layout: workshop # DON'T CHANGE THIS.
33
# More detailed instructions (including how to fill these variables for an
44
# online workshop) are available at
55
# https://carpentries.github.io/workshop-template/customization/index.html
6-
venue: "FIXME" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
7-
address: "FIXME" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
8-
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
9-
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 workshop
10-
latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/)
11-
longitude: "-1" # decimal longitude of the workshop venue (use https://www.latlong.net)
12-
humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
13-
humantime: "FIXME" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
14-
startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
15-
enddate: FIXME # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
16-
instructor: ["instructor one", "instructor two"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
17-
helper: ["helper one", "helper two"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
18-
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]"]
19-
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)
6+
venue: "University of Washington" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
7+
address: "online" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
8+
country: "us" # 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
9+
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 workshop
10+
latitude: "47.606209" # decimal latitude of workshop venue (use https://www.latlong.net/)
11+
longitude: "-122.332071" # decimal longitude of the workshop venue (use https://www.latlong.net)
12+
humandate: "June 3rd - 6th, 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
13+
humantime: "9:00 am - noon PDT" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
14+
startdate: 2024-06-03 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
15+
enddate: 2024-06-06 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
16+
instructor: [] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
17+
helper: [] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
18+
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]"]
19+
collaborative_notes: https://pad.carpentries.org/2023-06-03-uw-online # 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)
2020
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
2121
---
2222

@@ -34,28 +34,6 @@ And run 'make workshop-check' *before* committing to make sure that changes are
3434

3535

3636
{% comment %}
37-
8< ============= For a workshop delete from here =============
38-
For a workshop please delete the following block until the next dashed-line
39-
{% endcomment %}
40-
41-
42-
<div class="alert alert-danger">
43-
This is the workshop template. Delete these lines and use it to
44-
<a href="https://carpentries.github.io/workshop-template/customization/index.html">customize</a>
45-
your own website. If you are running a self-organized workshop or have not put
46-
in a workshop request yet, please also fill in
47-
<a href="{{site.amy_site}}/forms/self-organised/">this workshop request form</a>
48-
to let us know about your workshop and our administrator may contact you if we
49-
need any extra information.
50-
If this is a pilot workshop for a new lesson,
51-
set the `pilot` field to `true` in `_config.yml`.
52-
For workshops teaching a lesson in The Carpentries Incubator,
53-
remember to uncomment the `incubator_lesson_site`, `incubator_pre_survey`, and `incubator_post_survey`
54-
fields in `_config.yml`
55-
</div>
56-
57-
{% comment %}
58-
8< ============================= until here ==================
5937
{% endcomment %}
6038

6139
{% comment %}
@@ -90,9 +68,11 @@ This block includes the Eventbrite registration widget if
9068
are not using Eventbrite, or leave it in, since it will not be
9169
displayed if the 'eventbrite' field in the header is not set.
9270
{% endcomment %}
93-
{% if page.eventbrite %}
71+
{% if page.eventbrite or page.pyeventbrite or page.reventbrite %}
9472
<strong>Some adblockers block the registration window. If you do not see the
9573
registration box below, please check your adblocker settings.</strong>
74+
{% endif %}
75+
{% if page.eventbrite %}
9676
<iframe
9777
src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt"
9878
frameborder="0"
@@ -101,6 +81,26 @@ displayed if the 'eventbrite' field in the header is not set.
10181
scrolling="auto">
10282
</iframe>
10383
{% endif %}
84+
{% if page.pyeventbrite %}
85+
<strong> Eventbrite registration for the Python track:<strong>
86+
<iframe
87+
src="https://www.eventbrite.com/tickets-external?eid={{page.pyeventbrite}}&ref=etckt"
88+
frameborder="0"
89+
width="100%"
90+
height="280px"
91+
scrolling="auto">
92+
</iframe>
93+
{% endif %}
94+
{% if page.reventbrite %}
95+
<strong> Eventbrite registration for the R track:<strong>
96+
<iframe
97+
src="https://www.eventbrite.com/tickets-external?eid={{page.reventbrite}}&ref=etckt"
98+
frameborder="0"
99+
width="100%"
100+
height="280px"
101+
scrolling="auto">
102+
</iframe>
103+
{% endif %}
104104

105105

106106
<h2 id="general">General Information</h2>

0 commit comments

Comments
 (0)