https://github.com/coderefinery/2021-02-24-metacenter
https://github.com/coderefinery/2021-02-24-metacenter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderefinery/2021-02-24-metacenter
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2021-02-09T10:47:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T10:47:53.000Z (over 5 years ago)
- Last Synced: 2025-09-10T04:47:09.094Z (9 months ago)
- Language: HTML
- Size: 119 KB
- Stars: 0
- 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:
- `content/_index.md`
- `config.toml`
- adapt `base_url` to point to the GitHub repository for the workshop page
- add logos as needed under `[extra]`, the images go under content/logos
### 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
1.jan (W)
intro: name
topic1: name
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
```