- When: June 3, 4, 5, 10, 11 (weeks 23 and 24)(see schedule), each day from 9:00-16:00
- Where in Uppsala: Biomedical Center, Husargatan: see location how to get there
- Where in BMC: office B9:430b: see office how to get there
- Schedule: see schedule
- Report: see report
- Reflection: see reflection
To find out how working life at NBIS/UPPMAX/UU is like.
Pick one:
- Find/write an example of well-written Python code that shows a run-time speed bottleneck at an unexpected location. Adapt text at https://uppmax.github.io/programming_formalisms/optimisation/runtime_speed_profiles/
- Do the exercises at https://uppmax.github.io/programming_formalisms/optimisation/big_o/ , add these to the course materials
- Finish the Programming Formalisms example project at https://github.com/programming-formalisms/programming_formalisms_example_project
- Convert some private notes to documentation on how to transfer data to Swestore
To show the diversity within our workplace.
The goal for the PRAO student is to find out how working at university/NBIS/UPPMAX looks like. I (Richel) think that we do widely different things and have widely different opinions and personality. Hence, I hope the PRAO student meets a lot of colleagues.
The goal of a PRAO is to find out how our working life looks like.
You can already do so by having him come to your office and talk about your job. You can also use the PRAO student to do work you'd give to a new colleague.
In many ways:
- Send a Slack PM to Richel Bilderbeek
- Send an email to
[email protected]
- Create an Issue at this repo
- Create a Pull Request to this repo, putting yourself in a slot in the schedule
At least one slot at most all slots in two days.
- One slot, because it allows for straightforward scheduling
- Two days, because it allows for meeting many colleagues
No worries, just let Richel or the PRAO student know.
Filename | Descriptions |
---|---|
mlc_config.json | Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally |
.spellcheck.yml | Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally |
.wordlist.txt | Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally |
.markdownlint.jsonc | Configuration of the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name. |
.markdownlintignore | Files ignored by the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name. |