title | cover title | description | programming_language | learning objectives | estimated time | prerequisites | instructors | authors | editors | readings | ethical considerations | projects | resources | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This is the title |
short title! |
A description of the workshop. |
choices are: jupyter, python, javascript, computer (for command line), or none |
|
|
|
|
|
|
|
|
|
|
Welcome to my workshop! This is the first page (the first lesson).
To add a lesson, simply type your lesson content below the header. You can use typical markdown styles to format your text.
There are several components you can incorporate into your lessons, including:
- The Python REPL: You can embed the Python REPL into your lessons by using the following tag:
- A download button: If you have files you'd like the participant to download, you can add a download button to your lessons with the appropriate files by using the following syntax:
Here, your_file1
and your_file2
are the two files to download (you can add as many as you'd like, just separate them with commas). The break tag at the end is just to add some space after the button. NOTE: You must include copies of the files indicated in the uploads
folder.
- An info box: Use to highlight interesting additional information.
- A way to link internally to other workshops.
This is necessary when linking to another workshop page. 'workshop' is the workshop file name, and the 'page' can be found in the URL query string, for instance: ?user=dhri-curriculum&repo=workshops&file=command-line&**page=15**&instUser=dhri-curriculum&instRepo=dhrift-site-template
It's a good idea to include challenges in your workshop to help participants practice what they've learned.
Provide a solution to the challenge.
This is an evaluation, which you can utilize in the form of a quiz. For the syntax, see the example question and quiz below:
What are the characteristics of the REPL? Select all that apply.
- The REPL has a prompt that begins with `$`. - The REPL has a prompt that begins with `>>>`.* - The REPL and the terminal are the same thing. - The REPL can be used to evaluate mathematical expressions like `2 + 2`.* - keyword 1 definition 1- keyword 2 definition 2
This is the second section (the second lesson) of the workshop. Provide as many pages as you'd like.