https://github.com/coderefinery/2020-05-25-online
Full CodeRefinery online
https://github.com/coderefinery/2020-05-25-online
Last synced: 5 months ago
JSON representation
Full CodeRefinery online
- Host: GitHub
- URL: https://github.com/coderefinery/2020-05-25-online
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2020-05-06T15:42:49.000Z (about 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-06-08T18:50:01.000Z (about 6 years ago)
- Last Synced: 2025-09-10T04:47:03.798Z (9 months ago)
- Language: HTML
- Homepage: https://coderefinery.github.io/2020-05-25-online/
- Size: 176 KB
- Stars: 0
- Watchers: 16
- Forks: 3
- Open Issues: 2
-
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.
### 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
20.may (W) 14-15 CEST
installation help
rkdarst
-
Jarno, name, name, Radovan
22.may (F) 13-14 CEST
installation help
rkdarst
-
Jarno, Enrico, name, Radovan
25.may (M)
intro: Radovan
git-intro motivation: Radovan
git-intro rest: Stefan
Naoe
rkdarst
Raphaela Heil, Enrico
26.may (T)
git-intro branches and merging: Anne
git-intro history inspection: Radovan
sharing repositories: Radovan
Naoe
rkdarst
Jarno, Raphaela Heil
27.may (W)
sharing repos and centralized workflow: Radovan
git-collab forking: Bjørn
Naoe
rkdarst
Jarno, Raphaela Heil
2.june (T)
intro: Thor
reproducible-research: Thor
social-coding: annefou
Naoe
rkdarst
Jarno, Radovan, Enrico
3.june (W)
documentation: Stefan
jupyter: Thor
Naoe
Radovan
Jarno, Radovan, Enrico
4.june (Th)
testing: bjørn
modular code development: Radovan
outro: Richard
Naoe
rkdarst, Radovan
Jarno, Juho
Helpers: name, name. (note: for privacy, helpers do not need to be
tracked here)
### How to use this template
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`
### 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
```