Changing Course Coordinators

To change the course coordinators for an academic year, edit public/academic/course-coordinators/(acyr)/index-template.html, where (acyr) is the academic year to which the change applies.

To create index.html from index-template.html, run

  bin/buildCourseCoordinators (acyr)
For example,
  bin/buildCourseCoordinators 2021-2022
builds public/academic/course-coordinators/2021-2022/index.html.

Alternatively, use

  bin/buildAcademicYear (acyr)
or
  bin/build
The former builds all HTML files that are under a directory named (acyr), where (acyr) is an academic year, and the latter builds all HTML files for all academic years and terms.