Skip to content
Snippets Groups Projects
README.md 1 KiB
Newer Older
Michael Kohlhase's avatar
new
Michael Kohlhase committed
Technical directions on adding a page
------------------------------------------

To add a new page, create a file of the form `<first initial><surname>.md` in this
directory, taking the existing files as examples. Any auxiliary files (e.g. CV, ... should
have form `<first initial><surname>-<aux>.<ext>`.

Each file  needs some specific parameters:

 * **layout** use *person* 
 * **menu_title** (optional) the slot title  in the menu, use your full name, leave out
   for auxiliary pages. 
 * **fullname** 
 * **fulltitle**
Michael Kohlhase's avatar
Michael Kohlhase committed
 * **affiliation** the academic affiliation 
Michael Kohlhase's avatar
new
Michael Kohlhase committed
 * **account** (the base name of the file)
Michael Kohlhase's avatar
Michael Kohlhase committed
 * **cv** (optionall) ink to a CV.
 * **start_date** (optional) a start date (YYYY-MM) 
 * **end_date** (optional) an end date (YYYY-MM) 
Michael Kohlhase's avatar
Michael Kohlhase committed
 * **role** one of *master-student*, *bachelor-student*, *phd-student*, *postdoc*, *faculty* or *guest* 
Michael Kohlhase's avatar
Michael Kohlhase committed
 * **crossref** (optional) if the home page is outside this web site.

A person is considered as 'active' (i.e. a current member) if and only if their `end_date` is unset.