Skip to content

Commit 45b7f98

Browse files
authored
Update index.md
1 parent 4915838 commit 45b7f98

File tree

1 file changed

+11
-38
lines changed

1 file changed

+11
-38
lines changed

index.md

+11-38
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ 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
6+
venue: "Oklahoma State University & University of Central Oklahoma" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
7+
address: "In person at OSU & online at UCO" # 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
1010
latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/)
1111
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: ["first@example.org","second@example.org"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"]
12+
humandate: "Mar. 27 & Apr. 3, 2025" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
13+
humantime: "1:00 pm - 4:00 pm" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
14+
startdate: 2025-03-27 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
15+
enddate: 2025-04-03 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
16+
instructor: ["Rebekah Silverstein", "Jenny Bodenhamer", "Karl Siewert"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
17+
helper: ["Risa Jensen-Jones"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
18+
email: ["danielle.kirsch@okstate.edu"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"]
1919
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)
2020
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
2121
what3words: # optional: what3words (https://what3words.com) address of the workshop venue, without leading slashes e.g. "globe.lessening.computers"
@@ -32,33 +32,6 @@ double quotation marks around the value, unless specified otherwise.
3232
And run 'make workshop-check' *before* committing to make sure that changes are good.
3333
{% endcomment %}
3434

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

0 commit comments

Comments
 (0)