This is a curriculum for a teacher/facilitator to use in a secondary school weekly young engineers educational program.
For a formatted compilation of all the information here, check out Young_Engineers_Club_Curriculum.pdf. The rendered html document is available in Young_Engineers_Club_curriculum.html.
The documentation here is written in asciidoc format. You can build the pdf document via docbook:
a2x Young_Engineers_Club_Curriculum.asciidoc
If you're not getting the admonition icons in the document on Linux this may do the trick:
a2x -f pdf --icons --dblatex-opts='-I /etc/asciidoc/images/icons' Young_Engineers_Club_Curriculum.asciidoc
Also handy to build as an html document:
a2x -f xhtml --icons Young_Engineers_Club_Curriculum.asciidoc
The demos/
directory present non-interactive lessons that may be
useful to run before launching into a challenge.
The workshops/
directory contain the challenges that may be used to
fill an academic year for a club that meets weekly.
The supplemental/
directory contains additional challenges that you may
want to use to fill time or plug in outside of the regular workshop
curriculum.
Young Engineers Club Curriculum by Arthur Davis is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Original work is available at https://github.com/artdavis/youngengineers.