Skip to content

Commit 848f1a5

Browse files
authored
Update index.md
1 parent 4a8876c commit 848f1a5

File tree

1 file changed

+45
-101
lines changed

1 file changed

+45
-101
lines changed

index.md

Lines changed: 45 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ 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: "UW-Madison" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
7+
address: "Orchard View Room, Discovery Building, 330 N Orchard St, Madison, WI 53715" # 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: ["[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)
20-
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
21-
what3words: # optional: what3words (https://what3words.com) address of the workshop venue, without leading slashes e.g. "globe.lessening.computers"
12+
humandate: "June 2-5, 2025" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
13+
humantime: "9:00 am - 12:30 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-06-02 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
15+
enddate: 2025-06-05 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
16+
instructor: ["Ryan Bemowski", "TBD"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
17+
helper: ["Ryan Bemowski", "TBD"] # 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-05-uwmadison-reudc # 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)
20+
eventbrite: 619218809127 # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
2221
---
2322

2423
{% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}
@@ -33,32 +32,12 @@ And run 'make workshop-check' *before* committing to make sure that changes are
3332
{% endcomment %}
3433

3534

36-
3735
{% comment %}
3836
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 %}
5937
8< ============================= until here ==================
6038
{% endcomment %}
6139

40+
6241
{% comment %}
6342
Check DC curriculum
6443
{% endcomment %}
@@ -94,16 +73,13 @@ displayed if the 'eventbrite' field in the header is not set.
9473
{% if page.eventbrite %}
9574
<strong>Some adblockers block the registration window. If you do not see the
9675
registration box below, please check your adblocker settings.</strong>
97-
<div id="eventbrite-widget-container"></div>
98-
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
99-
<script type="text/javascript">
100-
window.EBWidgets.createWidget({
101-
// Required
102-
widgetType: 'checkout',
103-
eventId: {{page.eventbrite}},
104-
iframeContainerId: 'eventbrite-widget-container',
105-
});
106-
</script>
76+
<iframe
77+
src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt"
78+
frameborder="0"
79+
width="100%"
80+
height="280px"
81+
scrolling="auto">
82+
</iframe>
10783
{% endif %}
10884

10985

@@ -115,19 +91,6 @@ INTRODUCTION
11591
Edit the general explanatory paragraph below if you want to change
11692
the pitch.
11793
{% endcomment %}
118-
119-
<p>
120-
<strong><a href="https://carpentries.org">The Carpentries</a></strong> project comprises the <a
121-
href="{{site.swc_site}}">Software Carpentry</a>, <a href="{{site.dc_site}}">Data Carpentry</a>, and
122-
<a href="{{site.lc_site}}">Library Carpentry</a> communities of Instructors, Trainers, Maintainers,
123-
helpers, and supporters who share a mission to teach foundational computational and data science
124-
skills to researchers.
125-
<p align="center">
126-
<em>
127-
<strong>Want to learn more and stay engaged with The Carpentries?</strong> Carpentries Clippings is The Carpentries' biweekly newsletter, where we share community news, community job postings, and more.
128-
Sign up to receive future editions and read our full archive: <a href="https://carpentries.org/newsletter/">https://carpentries.org/newsletter/</a>
129-
</em>
130-
</p>
13194
{% if site.carpentry == "swc" %}
13295
{% include swc/intro.html %}
13396
{% elsif site.carpentry == "dc" %}
@@ -178,10 +141,6 @@ address.
178141
<a href="//www.openstreetmap.org/?mlat={{page.latitude}}&mlon={{page.longitude}}&zoom=16">OpenStreetMap</a>
179142
or
180143
<a href="//maps.google.com/maps?q={{page.latitude}},{{page.longitude}}">Google Maps</a>.
181-
{% if page.what3words %}
182-
What3Words location:
183-
<a href="https://what3words.com/{{page.what3words}}">///{{page.what3words}}</a>.
184-
{%endif %}
185144
</p>
186145
{% elsif online == "true_public" %}
187146
<p id="where">
@@ -205,7 +164,7 @@ This block displays the date and links to Google Calendar.
205164
{% if page.humandate %}
206165
<p id="when">
207166
<strong>When:</strong>
208-
{{page.humandate}}; {{page.humantime}}
167+
{{page.humandate}}.
209168
{% include workshop_calendar.html %}
210169
</p>
211170
{% endif %}
@@ -235,44 +194,29 @@ special instructions.
235194
{% endcomment %}
236195
<p id="accessibility">
237196
<strong>Accessibility:</strong>
238-
We are committed to making this workshop
239-
accessible to everybody.
240197
{% if online == "false" %}
241-
The workshop organizers have checked that:
242-
<p>
243-
<ul>
244-
<li>The room is wheelchair / scooter accessible.</li>
245-
<li>Accessible restrooms are available.</li>
246-
</ul>
247-
{% endif %}
248-
</p>
249-
<p>We are dedicated to providing a positive and accessible learning environment for all.
250-
We do not require participants to provide documentation of disabilities or disclose any unnecessary personal information.
251-
However, we do want to help create an inclusive, accessible experience for all participants.
252-
We encourage you to share any information that would be helpful to make your Carpentries experience accessible.
253-
To request an accommodation for this workshop, please fill out the
254-
<a href="https://carpentries.typeform.com/to/B2OSYaD0">accommodation request form</a>.
255-
If you have questions or need assistance with the accommodation form please <a href="mailto:[email protected]">email us</a>.
198+
We are committed to making this workshop
199+
accessible to everybody. For workshops at a physical location, the workshop organizers have checked that:
256200
</p>
201+
<ul>
202+
<li>The room is wheelchair / scooter accessible.</li>
203+
<li>Accessible restrooms are available.</li>
204+
</ul>
257205
<p>
258-
<a href="https://glosario.carpentries.org/">Glosario</a> is a multilingual glossary
259-
for computing and data science terms. The glossary helps
260-
learners attend workshops and use our lessons to make sense of computational and programming jargon written in English by offering it
261-
in their native language. Translating data science terms also provides a teaching tool for Carpentries Instructors to reduce barriers
262-
for their learners.
206+
Materials will be provided in advance of the workshop and
207+
large-print handouts are available if needed by notifying the
208+
organizers in advance. If we can help making learning easier for
209+
you (e.g. sign-language interpreters, lactation facilities) please
210+
get in touch (using contact details below) and we will
211+
attempt to provide them.
263212
</p>
264-
265-
{% comment %}
266-
WORKSHOP RECORDINGS
267-
268-
Modify or remove the block below if you plan to record the workshop.
269-
{% endcomment %}
270-
<p id="recordings">
271-
<strong>Workshop Recordings:</strong>
272-
Carpentries workshops are designed to be interactive rather than lecture-based, with lessons that build upon one another.
273-
To foster a positive online learning environment, we strongly recommend that participants join in real time.
274-
As a result, workshop recordings are not recommended and may not be available to learners.
213+
{% else %}
214+
We are dedicated to providing a positive and accessible learning environment for all. Please
215+
notify the instructors in advance of the workshop if you require any accommodations or if there is
216+
anything we can do to make this workshop more accessible to you.
275217
</p>
218+
{% endif %}
219+
276220
{% comment %}
277221
CONTACT EMAIL ADDRESS
278222

@@ -333,7 +277,7 @@ CODE OF CONDUCT
333277
<h2 id="code-of-conduct">Code of Conduct</h2>
334278

335279
<p>
336-
Everyone who participates in Carpentries activities is required to conform to the <a href="https://docs.carpentries.org/policies/coc/">Code of Conduct</a>. This document also outlines how to report an incident if needed.
280+
Everyone who participates in Carpentries activities is required to conform to the <a href="https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html">Code of Conduct</a>. This document also outlines how to report an incident if needed.
337281
</p>
338282

339283
<p class="text-center">
@@ -423,8 +367,8 @@ of code below the Schedule `<h2>` header below with
423367
{% elsif site.carpentry == "lc" %}
424368
{% include lc/schedule.html %}
425369
{% elsif site.carpentry == "incubator" %}
426-
This workshop is teaching a lesson in
427-
<a href="https://carpentries-incubator.org/">The Carpentries Incubator</a>. Please check <a href="{{site.incubator_lesson_site}}">the lesson homepage</a> for a list of lesson sections and estimated timings.
370+
This workshop is teaching a lesson in [The Carpentries Incubator](https://carpentries-incubator.org/).
371+
Please check [the lesson homepage]({{ site.incubator_lesson_site }}) for a list of lesson sections and estimated timings.
428372
{% endif %}
429373

430374
{% comment %}
@@ -434,7 +378,7 @@ how one of these schedule tables is constructed.
434378
{% endcomment %}
435379

436380
{% if site.pilot %}
437-
The lesson taught in this workshop is being piloted and a precise schedule is yet to be established. The workshop will include regular breaks. Please <a href="mailto:{{page.email}}">contact the workshop organisers</a> if you would like more information about the planned schedule.
381+
The lesson taught in this workshop is being piloted and a precise schedule is yet to be established. The workshop will include regular breaks. Please [contact the workshop organisers](#contact) if you would like more information about the planned schedule.
438382
{% endif %}
439383

440384
<hr/>
@@ -500,6 +444,6 @@ during the workshop.
500444
{% include lc/setup.html %}
501445
{% elsif site.carpentry == "incubator" %}
502446
Please check the "Setup" page of
503-
<a href="{{site.incubator_lesson_site}}">the lesson homepage</a> for instructions to follow
447+
[the lesson site]({{ site.incubator_lesson_site }}) for instructions to follow
504448
to obtain the software and data you will need to follow the lesson.
505449
{% endif %}

0 commit comments

Comments
 (0)