HiSPARC / infopakket

Teaching materials for Dutch high schools
https://docs.hisparc.nl/infopakket/
Other
4 stars 1 forks source link
teaching-materials

HiSPARC infopakket

Dit zijn documenten met lesmateriaal en praktische opdrachten gericht op middelbare scholen. Het doel van het materiaal is om docenten en leerlingen een ingang te bieden voor onderhoud en onderzoek. Hiervoor zijn een aantal opdrachten samengesteld die de docent voor zijn lessen kan gebruiken. Door deze opdrachten uit te voeren ervaren leerlingen de verschillende facetten van wetenschappelijk onderzoek:

De documenten zijn te vinden op https://docs.hisparc.nl/infopakket/

HiSPARC infopackage

These are documents containing course material and practical assignments for Dutch high schools. The purpose is to give teachers and students easy entry into learning maintenance and doing research. To accomplish this, several assignments have been created which the teacher can use in his courses. By using these the students learn the different facets of scientific research:

Generating pdfs

To create all pdf files for easier reading or printing, use the command make all, this will build a pdf for each tex file in each subdirectory. To clean up the extra files that are generated when creating pdfs use make clean, to also remove the generated pdfs use make distclean.

How to publish

Commits pushed to the master branch will be automatically build on GitHub Actions. This means that all pdfs will be generated with LaTeX, the html index page is rendered, and the IPython notebooks are converted from markdown to ipynb files.

If this is all successful the result is pushed to the gh-pages branch and made available via https://docs.hisparc.nl/infopakket/ .