-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
853ae5b
commit 534dbf7
Showing
2 changed files
with
177 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
- ... | ||
``` |