Skip to content

Commit

Permalink
aestetics changes to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Barradas committed Aug 19, 2024
1 parent 2d46ce4 commit bf83504
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
28 changes: 19 additions & 9 deletions _includes/custom-schedule.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="row"> <!-- first two days -->
<div class="col-md-6"> <!-- left column -->
<h3>Day 1 - Sep 26,2024 -Introduction to Shell for (Data) Scientists</h3>
<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>
Expand All @@ -11,25 +12,34 @@ <h3>Day 1 - Sep 26,2024 -Introduction to Shell for (Data) Scientists</h3>
<tr> <td>10:00</td> <td>Pipes and filters</td> </tr>
<tr> <td>11:00</td> <td>Loops</td> </tr>
<tr> <td>12:00</td> <td>Shell scripting</td> </tr>
<td>End</td>

</table>
</div>
<div class="col-md-6"> <!-- right column -->
<h3>Day 2 - Sep 29,2024 - Introduction to Conda for (Data) Scientists</h3>
<h3>Day 2 - Sep 29,2024</h3>
<h3>Introduction to Conda for (Data) Scientists</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td>Introduction to Conda</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:45</td> <td>Reproducible Software Environments with Conda</td> </tr>
<tr> <td>12:30</td> <td>Wrap-up</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>
<tr> <td>11:00</td> <td>Sharing Environments</td> </tr>
<tr> <td>12:00</td> <td>Managing GPU dependencies</td> </tr>
<td>End</td>

</table>
</div>
</div>
<div class="row"> <!-- days 3 and 4 -->
<div class="col-md-6"> <!-- left column -->
<h3>Day 3 - Oct 03,2024 - Introduction to Python 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> <td>09:00</td> <td>Basics of programming in Python</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>12:00</td> <td>Building Programs with Python</td> </tr>
<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>
</table>
Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ layout: workshop # DON'T CHANGE THIS.
# online workshop) are available at
# https://carpentries.github.io/workshop-template/customization/index.html
venue: "KAUST Visualization Core Lab" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
address: "Multi-purpose Room (MPR), Level 2, building 1 , KAUST, Thuwal, SA" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
address: "Building 1, Level 2, Multi-purpose Room (MPR) (Desert Side), KAUST, Thuwal, SA" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
country: "SA" # 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
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
latitude: "22.307845" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "39.105472" # decimal longitude of the workshop venue (use https://www.latlong.net)
latitude: "22.308735" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "39.104801" # decimal longitude of the workshop venue (use https://www.latlong.net)
humandate: "Sep 26, 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
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
Expand Down

0 comments on commit bf83504

Please sign in to comment.