https://github.com/coderefinery/2020-10-20-online
https://github.com/coderefinery/2020-10-20-online
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderefinery/2020-10-20-online
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2020-09-22T22:25:30.000Z (over 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-11-03T19:38:23.000Z (over 5 years ago)
- Last Synced: 2025-09-10T04:46:47.311Z (9 months ago)
- Language: HTML
- Homepage: https://coderefinery.github.io/2020-10-20-online/
- Size: 471 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- 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.
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
15.oct (Th) 13-14 CEST
Installation help
Enrico
16.oct (F) 13-14 CEST
Installation help
Enrico
20.oct (T)
intro: TBA
git-intro: TBA
git-intro: TBA
Naoe
Richard
Enrico
21.oct (W)
git-intro: TBA
git-intro: TBA
Richard
Enrico
22.oct (Th)
git-collab: TBA
git-colalb: TBA
Naoe
Richard
Enrico
27.oct (T)
intro: TBA
rep research: TBA
social coding: TBA
Richard
28.oct (W)
documentation: TBA
jupyter: TBA
Richard
Enrico (maybe)
29.oct (Th)
testing: TBA
modular code: TBA
outro: TBA
Richard
Enrico (maybe)
Expert helpers:
- Enrico Glerean
- TBA
- TBA
### 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
```