Skip to content

Commit

Permalink
Prepare summary and evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 23, 2024
1 parent 853ae5b commit 534dbf7
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 12 deletions.
32 changes: 20 additions & 12 deletions docs/intermediate/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@

???- question "For teachers"

Prerequisites are:
Teacher goals are:

- None

Preparations are:

- Copy the learning objectives in the shared document
- Learners give feedback on how well topics were taught today
- Learners give feedback on the course anonymously

Teaching goals are:

Expand Down Expand Up @@ -97,11 +94,27 @@ flowchart TD
%% can_login_to_remove_desktop ---> can_create_bash_script_using_gui
%% can_create_bash_script_using_gui --> can_schedule_jobs
%% Make sure Non-goals is below Intermediat,
%% Make sure Non-goals is below Intermediate,
%% using invisible nodes
can_use_custom_software ~~~ can_tranfer_files_using_gui
```

## Final steps

```mermaid
flowchart TD
learning_objectives[Fill in learning objectives\nin breakout room]
evaluation[Fill in evaluation\nin breakout room]
questions(Questions?)
done[Enjoy the rest of your day!\nThanks!]
q_and_a[Go to main room\nQ & A after evaluation]
learning_objectives --> evaluation
evaluation --> questions
questions --> |yes| q_and_a
questions --> |no| done
q_and_a --> done
```

## Learning objectives

Most are copied from their respective pages:
Expand Down Expand Up @@ -169,8 +182,3 @@ This may result in a measurement like this:

- `[00101000111201]`: most learners have low confidence
- `[44345454545454]`: most learners have high confidence

## Next steps

- Evaluation
- Optional Q/A session
157 changes: 157 additions & 0 deletions evaluations/20240524/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
# Evaluation 2024-05-24

## Text on shared document

```
## Evaluation
This is an anonymous evaluation
and will ideally be published in raw form at
https://github.com/UPPMAX/bianca_workshop/tree/main/evaluations/20240524 .
To do so, please do not share sensitive data here!
This evaluation uses a shared document.
The drawback is that one needs to be careful when multiple people
are editing at the same time, which may result in some data loss.
The advantages that outweights this
are that there is no owner of this data (i.e. all learners and teachers
have access) and it guarantees a literal archivation of
the data (i.e. a copy-paste).
### 1. Did the course achieve its goals?
Share your confidence on having learned the topics discussed today,
by going thought the list on the shared document.
Although it will be messy, between `[ ]`, add a number for confidence:
Grade|Description
-----|------------------------------------
`0` |I have no idea what this is about
`1` |I have no confidence I can do this
`2` |I have low confidence I can do this
`3` |I have some confidence I can do this
`4` |I have good confidence I can do this
`5` |I absolutely can do this!
This may result in a measurement like this:
- `[00101000111201]`: half of the learners have no idea what this was about
- `[22111112111231]`: most learners have low confidence
- `[44345454545454]`: most learners have high confidence
- [Introduction](https://uppmax.github.io/bianca_workshop/intermediate/intro/)
- [ ] See an overview of topics discussed today
- [ ] See the link to the shared document
- [ ] See the schedule
- [Transferring files to and from Bianca](https://uppmax.github.io/bianca_workshop/intermediate/transfer/)
- [ ] Explore the UPPMAX documentation
- [ ] Understand what the wharf is
- [ ] Understand what the Transit server allows
- [ ] Mount the wharf on Transit
- [ ] Transfer files to/from Bianca using rsync
- [ ] Transfer files to/from Bianca using FileZilla
- [Slurm jobs](https://uppmax.github.io/bianca_workshop/intermediate/slurm_intermed/)
- [ ] Understand what Slurm is
- [ ] Understand some Slurm parameters
- [ ] Understand what sbatch is
- [ ] Understand what the job queue is
- [ ] Start jobs
- [ ] See job CPU and memory usage
- [ ] Can start an interactive job
- [ ] Understand how compute nodes are moved between project clusters
- [ ] Have used other Slurm tools
- [Software and packages installation](https://uppmax.github.io/bianca_workshop/intermediate/install/)
- [ ] Understand how to install software yourself
- Understand how to use Packages and libraries for scripts
- [ ] ... using Conda
- [ ] ... using Python packages with pip
- [ ] ... using R packages
- [ ] ... using Julia packages
- [ ] Understand what containers are
- [ ] Understand what Singularity is
- [ ] Understand what Docker is
- [ ] Understand how to build from source
- [IDEs on Bianca](https://uppmax.github.io/bianca_workshop/intermediate/ides/)
- [ ] Understand what an IDE is
- [ ] Have heard that RStudio, Jupyter, VSCodium are IDEs
- [ ] Understand that there are IDEs that can run on Bianca
- [ ] Have run the voted-for IDE on Bianca
- [NAISS-SENS](https://uppmax.github.io/bianca_workshop/sens_project_short/)
- [ ] Understand what sensitive personal data is
- [ ] Understand the difference between pseudonymisation and anonymisation
- [ ] Know where to apply for project
### 2. How did the course go?
Below are the question. If needed, specify your ideas per session.
### What should we keep doing?
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
### Which section(s) scheduled enough time for exercises?
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
### What should we improve?
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
### Other comments?
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
```

0 comments on commit 534dbf7

Please sign in to comment.