Skip to content

Commit ce131f2

Browse files
committed
fixing header and adding registration info
1 parent 380aad5 commit ce131f2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: "Software Carpentry @ UW, Spring Quarter"
56+
title: "Software Carpentry, Spring Quarter"
5757

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

index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ country: "us" # lowercase two-letter ISO country code such as "fr" (see htt
99
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: "47.606209" # decimal latitude of workshop venue (use https://www.latlong.net/)
1111
longitude: "-122.332071" # decimal longitude of the workshop venue (use https://www.latlong.net)
12-
humandate: "May 27th–30th, 2025 (Tues.–Fri." # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
12+
humandate: "May 27th–30th, 2025 (Tues.–Fri.)" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
1313
humantime: "9:00am–noon PDT" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
1414
startdate: 2025-05-27 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
1515
enddate: 2025-05-30 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
@@ -84,6 +84,15 @@ displayed if the 'eventbrite' field in the header is not set.
8484
</script>
8585
{% endif %}
8686

87+
<div class="">
88+
<h2 id="registration">Registration Information</h2>
89+
<ul>
90+
<li>In order to register for the workshop, you must first follow the <a href="https://uwescience.github.io/2025-05-27-uw/#setup">setup instructions</href>, below. You must install all four tools: <a href="https://uwescience.github.io/2025-05-27-uw/#the-bash-shell">the Bash Shell</a>, <a href="https://uwescience.github.io/2025-05-27-uw/#git-1">Git</a>, a <a href="https://uwescience.github.io/2025-05-27-uw/#text-editor">Text Editor</a>, and <a href="https://uwescience.github.io/2025-05-27-uw/#python-1">Python</a>.</li>
91+
<li>If you are unable to follow the instructions, please email Noah Benson &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; for assistance; we will help you install the software then give you a registration link.
92+
<li>Otherwise, once you have followed these instructions, please fill out <a href="https://forms.gle/BxmUJc81vDQHRhVU8">this Google Form</a>. You will not be able to complete the form if you have not successfully installed all four pieces of software.
93+
</ul>
94+
</div>
95+
8796

8897
<h2 id="general">General Information</h2>
8998

0 commit comments

Comments
 (0)