|
|
The [sTeX courses group](https://gl.mathhub.info/courses) holds the sTeX sources for the [ALeA](https://alea.education) system.
|
|
|
|
|
|
### Institutions
|
|
|
The first-level subgroups are by educational institutionsn (universities usually). Those have have a math archive `meta-inf` (for metadata and -information) at the institutional level. We use
|
|
|
- the `META-INF/archive.json` files for university metadata,
|
|
|
- the `lib` subdirectory for university specifci styles and preambles.
|
|
|
- the `source` subdir for all kinds of institutional data (e.g. logos, admin slides, ...).
|
|
|
|
|
|
### Courses
|
|
|
|
|
|
All other math archives are groups for individual courses (we do not have a department subdivision, that may come later). The target structure for active courses is the following (here for the AI-1/2 coures at FAU) in the group https://gl.mathhub.info/courses/FAU/AI
|
|
|
- the public archive `meta-inf` for course metadata and preambles (see below).
|
|
|
- the public archive `course` with all the slides.
|
|
|
- the public archive `problems` with all the homework (subdir `source/prob`) and quiz problems (subdir `source quiz`)
|
|
|
- the public archive `hwexam` with all the (old) homework assignments and exams organized by semester
|
... | ... | @@ -13,3 +17,4 @@ All other math archives are groups for individual courses (we do not have a depa |
|
|
- the private forks `problems-private` and `hwexam-private` which extend the contents of the public archives
|
|
|
`problems` and `hwexam` with the upcoming problems and exams. These forks have a much restricted visibility (that's their raison d'être). The instructors should clone them in place of the public variants (so that the paths/URIs in `META-INF/MANIFEST.MF` work). Then the private problems/exams can be published by a pull request upstream.
|
|
|
|
|
|
|