Skip to content

Commit

Permalink
added register button at custom schedule, etherpad link to index
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Barradas committed Aug 20, 2024
1 parent bf83504 commit 0164b22
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions _includes/custom-schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ <h3>Day 1 - Sep 26,2024</h3>
<h3>Introduction to Shell for (Data) Scientists</h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
<td>Before starting</td>
<td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td>
<a href="https://kaustforms.formstack.com/forms/shell_24">
<button type="button" class="btn btn-info">Register here</button>
</a>
<!-- <td>Before starting</td> -->
<!-- <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td> -->
</tr>
<tr> <td>09:00</td> <td>Navigating files and directories</td> </tr>
<tr> <td>09:30</td> <td>Working with files and directories</td> </tr>
Expand All @@ -20,6 +23,13 @@ <h3>Introduction to Shell for (Data) Scientists</h3>
<h3>Day 2 - Sep 29,2024</h3>
<h3>Introduction to Conda for (Data) Scientists</h3>
<table class="table table-striped">
<!-- <td>Register Here</td> -->
<tr>
<a href="https://kaustforms.formstack.com/forms/conda_24">
<button type="button" class="btn btn-info">Register here</button>
</a>
</tr>
<!-- <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td> -->
<tr> <td>09:00</td> <td>Introduction to Conda</td> </tr>
<tr> <td>09:30</td> <td>Working with Environments</td> </tr>
<tr> <td>10:00</td> <td>Using Packages and Channels</td> </tr>
Expand All @@ -35,13 +45,21 @@ <h3>Introduction to Conda for (Data) Scientists</h3>
<h3>Day 3 - Oct 03,2024 </h3>
<h3>Introduction to Python for (Data) Scientists</h3>
<table class="table table-striped">
<tr>
<a href="https://kaustforms.formstack.com/forms/python_24">
<button type="button" class="btn btn-info">Register here</button>
</a>
</tr>
<!-- <td>Register Here</td>
<td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td> -->
<tr> <td>09:00</td> <td>Introduction to Python and Pandas</td> </tr>
<tr> <td>09:30</td> <td>Building Programs with Python</td> </tr>
<tr> <td>10:00</td> <td>Conditionals</td> </tr>
<tr> <td>11:00</td> <td>Loops</td> </tr>
<tr> <td>12:00</td> <td>Programming Style</td> </tr>
<td>End</td>
<td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td>
<!-- <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td> -->
</table>
</div>
<!-- <div class="col-md-6"> <!-- right column -->
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ humandate: "Sep 26, 2024" # human-readable dates for the workshop (e.g., "Feb
humantime: "09:00 am - 01:00 pm AST" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
startdate: 2024-09-26 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: 2024-10-03 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["Dr. Didier Barradas-Bautista", "TBD"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
instructor: ["Dr. Didier Barradas-Bautista"] # 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: https://pad.carpentries.org/2024-09-26-kaust-vislab # 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)
Expand Down

0 comments on commit 0164b22

Please sign in to comment.