https://github.com/coderefinery/2020-11-17-online
Online workshop for Oslo+Stockholm ++
https://github.com/coderefinery/2020-11-17-online
Last synced: 5 months ago
JSON representation
Online workshop for Oslo+Stockholm ++
- Host: GitHub
- URL: https://github.com/coderefinery/2020-11-17-online
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2020-10-05T09:42:42.000Z (over 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-11-27T09:37:40.000Z (over 5 years ago)
- Last Synced: 2025-09-10T04:48:02.355Z (9 months ago)
- Language: HTML
- Homepage: https://coderefinery.github.io/2020-11-17-online/
- Size: 642 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for CodeRefinery workshop webpages
This repository is a template to set up webpages for CodeRefinery workshops.
To use it, follow these instructions:
- Click the green "Use this template" button.
- Select owner of the new repository and repository name. The name should be
"year-month-date-place", e.g. "2019-10-16-stockholm".
- Click "Create repository from template"
- You will now be redirected to the new repository.
Adjust these files:
- `title.md`
- `left-column.md`
- `right-column.md`
### Schedule planning
- **Host:** Manage zoom meeting, breakout rooms, timekeeping and breaks, zoom chat, general attendee communication.
- **Hackmd:** watches hackmd, answers questions, organizes it, brings questions up in main lecture.
- **Expert helpers:** Reserve instructors who can help with difficult problems, especially configuration problems at the very beginning of each day. Optional.
- **Helper:** breakout room helper, listed at end (not per day) since they are usually expected to be a helper every day.
- **(name)** in parentheses: "I offer to do it but I am happy if someone replaces me here."
Overlapping roles are allowed when you think it's reasonable!
Day
Topics+Instructors
Host
Hackmd
Experts helpers
10.nov (Tue) 13-15 CEST
Helper onboarding and Installation help: Thor
Naoe
11.nov (Fri) 13-14 CEST
Helper onboarding and Installation help: Thor
Naoe
17.nov (Tue)
intro: Thor
git-intro 1/2
motivation: Sabry
staging, undoing: Sabry
Naoe
Juho
Juho, Stefan, Emiliano
18.nov (Wed)
git-intro 2/2
branches and merging: Sabry (or Diana?)
conflict resolution: Sabry (or Diana?)
sharing repositories: Sabry
history inspection: Sabry
Naoe
Juho
Juho, Stefan, Emiliano
19.nov (The)
git-collab
sharing repos and centralized workflow: Thor
forking and contribution to others: Thor
Naoe
Juho
Juho, Stefan, Emiliano
24.nov (Tue)
intro: Thor
reproducible research: Anne
social coding: Annika
Naoe
Juho
Juho, Stefan
25.nov (Wed)
documentation: Pavlin
jupyter: Radovan
Naoe
Juho
Juho, Stefan
26.nov (Thu)
testing: Anne
modular code development: Radovan
outro: Thor
Naoe
Juho
Juho, Stefan
Expert helpers:
- Stefan
- Juho
- Max
Helpers:
- name,
- name. (note: for privacy, helpers do not need to be
tracked here)
### Changing the status of the registration button
Registration is not yet open:
```html
Registration will open soon
```
Registration is open (adjust the `href`):
```html
Register here
```
Registration is closed:
```html
Registration is closed
```