https://github.com/repronim/_deprecated_module-workflows
https://github.com/repronim/_deprecated_module-workflows
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/repronim/_deprecated_module-workflows
- Owner: ReproNim
- License: other
- Created: 2019-05-31T17:24:10.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-06-05T06:03:12.000Z (about 7 years ago)
- Last Synced: 2025-04-09T21:48:45.575Z (about 1 year ago)
- Language: JavaScript
- Size: 4.57 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Lesson template for ReproNim teaching sessions
How to use this template:
1. Go to the Github Importer. In the top text box paste the url of this repo. In the bottom part
choose either "ReproNim" (if that's an option) or your own user account and
then enter the name of the lesson/repository that you wish to create.
2. Change the following variables in the `_config.yml` file:
- `title`
- `repo`
- `root`
- `email` (you can leave Ariel's address here, if you want).
- `start_time` : this is the start time in minutes since midnight. For
example, 9 AM is 540 (60 * 9).
3. Edit the content in the `_episodes` folder, adding images (into
`assets/img`), code (into `code`), data (into `data`) as needed. Pay
particular attention to the following:
- Sections should be named `01-first-part.md`, `02-second-part.md`, etc to be ordered in the schedule.
- Edit the headers of each of your sections. Editing the duration of both `teaching` and `exercises`
- Add coffee breaks into the lesson. This keeps the timing of each section
accurate.
# Acknowledgment
Please see [LICENSE.md](LICENSE.md) for copyright, license, and how to acknowledge information.