Skip to content

Commit

Permalink
docs(preamble): 📝 update sessions in schedule (#51)
Browse files Browse the repository at this point in the history
## Description

I have added the schedule based on the discussions in #2 to the
schedule. I thought that it would make things a bit clearer to see the
course/sessions in the schedule, but the exact sessions/schedule is
still up for debate. What do you think?

Closes #6

This PR needs an in-depth review. 

## Checklist

- [X] Ran spell-check
- [X] Formatted Markdown
- [X] Rendered website locally

---------

Co-authored-by: Luke W. Johnston <[email protected]>
  • Loading branch information
signekb and lwjohnst86 authored Oct 18, 2024
1 parent b4a9697 commit 8ae22d9
Showing 1 changed file with 32 additions and 33 deletions.
65 changes: 32 additions & 33 deletions preamble/schedule.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ tbl-colwidths: [20, 80]
{{< include ../includes/_wip.qmd >}}

The course is structured as a series of participatory live-coding
sessions interspersed with hands-on exercises and group work, using
either a practice dataset or some other real-world dataset. There are
sessions interspersed with hands-on exercises and group work. There are
some lectures given, mainly at the start and end of the course. The
general schedule outline is shown in the below table. This is not a
fixed schedule of the timings of each session --- some may be shorter
Expand All @@ -18,43 +17,43 @@ guide and overview.
::: panel-tabset
## Day 1

| Time | Session topic |
| Time | Session topic |
|------------------------------------|------------------------------------|
| 9:30 | {{< fa mug-hot >}} Arrival. Coffee and snacks |
| 10:00 | [{{< fa person-chalkboard >}} Introduction to the course](../sessions/introduction.qmd) |
| 10:30 | [{{< fa laptop-code >}} TBD]() |
| 12:30 | {{< fa utensils >}} Lunch |
| 13:15 | [{{< fa user-group >}} Networking and social activity](../appendix/social.qmd#social-day-one) |
| 13:35 | [{{< fa laptop-code >}} TBD]() |
| 14:30 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:30 | [{{< fa laptop-code >}} TBD]() |
| 17:00 | [{{< fa comment-dots >}} End of day survey]() |
| 9:30 | {{< fa mug-hot >}} Arrival. Coffee and snacks |
| 10:00 | {{< fa person-chalkboard >}} [Introduction to the course](../sessions/introduction.qmd) |
| 10:30 | {{< fa person-chalkboard >}} [Theory on collaboration and teamwork]() |
| 12:30 | {{< fa utensils >}} Lunch |
| 13:15 | {{< fa user-group >}} [Networking and social activity](../appendix/social.qmd#social-day-one) |
| 13:35 | {{< fa laptop-code >}} [Review of Git and GitHub]() |
| 14:30 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:30 | {{< fa laptop-code >}} [Setting up GitHub for a team-based project]() |
| 17:00 | {{< fa comment-dots >}} [End of day survey]() |

## Day 2

| Time | Session topic |
| Time | Session topic |
|------------------------------------|------------------------------------|
| 9:00 | [{{< fa laptop-code >}} TBD]() |
| 10:15 | {{< fa mug-hot >}} Break with coffee and snacks |
| 10:30 | [{{< fa laptop-code >}} TBD]() |
| 12:15 | {{< fa utensils >}} Lunch |
| 13:00 | [{{< fa user-group >}} Networking and social activity](../appendix/social.qmd#social-day-two) |
| 13:20 | TBD |
| 14:45 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:00 | TBD |
| 17:00 | [{{< fa comment-dots >}} End of day survey]() |
| 9:00 | {{< fa laptop-code >}} [Contributor workflow (branches)]() |
| 10:15 | {{< fa mug-hot >}} Break with coffee and snacks |
| 10:30 | {{< fa laptop-code >}} [Contributor workflow (commits)]() |
| 12:15 | {{< fa utensils >}} Lunch |
| 13:00 | {{< fa user-group >}} [Networking and social activity](../appendix/social.qmd#social-day-two) |
| 13:20 | {{< fa laptop-code >}} [Contributor workflow (commits continued and issues)]() |
| 14:45 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:00 | {{< fa laptop-code >}} [Contributor workflow (create pull requests)]() |
| 17:00 | {{< fa comment-dots >}} [End of day survey]() |

## Day 3

| Time | Session topic |
| Time | Session topic |
|------------------------------------|------------------------------------|
| 9:00 | [{{< fa laptop-code >}} TBD]() |
| 10:15 | {{< fa mug-hot >}} Break with coffee and snacks |
| 11:00 | [{{< fa laptop-code >}} TBD]() |
| 12:15 | {{< fa utensils >}} Lunch |
| 13:00 | [{{< fa user-group >}} Group project](../appendix/group-project.qmd) |
| 14:45 | {{< fa mug-hot >}} Break with coffee and snacks |
| 16:00 | [{{< fa user-group >}} Group project](../appendix/group-project.qmd) |
| 16:20 | [{{< fa person-chalkboard >}} Closing remarks](../sessions/what-next.qmd) |
| 16:45 | [{{< fa comment-dots >}} Short survey and farewell]() |
:::
| 9:00 | {{< fa laptop-code >}} [Reviewer workflow (review pull requests)]() |
| 10:15 | {{< fa mug-hot >}} Break with coffee and snacks |
| 10:30 | {{< fa laptop-code >}} [Reviewer workflow (merge pull requests)]() |
| 12:15 | {{< fa utensils >}} Lunch |
| 13:00 | {{< fa people-carry-box >}} [Group project](../appendix/group-project.qmd) |
| 14:45 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:00 | {{< fa people-carry-box >}} [Group project](../appendix/group-project.qmd) |
| 16:30 | {{< fa person-chalkboard >}} [Closing remarks](../sessions/what-next.qmd) |
| 16:45 | {{< fa comment-dots >}} [Short survey and farewell]() |
:::

0 comments on commit 8ae22d9

Please sign in to comment.