An open API service indexing awesome lists of open source software.

https://github.com/coderefinery/2021-02-24-metacenter


https://github.com/coderefinery/2021-02-24-metacenter

Last synced: 5 months ago
JSON representation

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
```