-
Notifications
You must be signed in to change notification settings - Fork 119
Editing Pages
The template is in _templates/news_post
.
All instructions can be found in that template.
Read them carefully to the very end.
Project pages, those which show up on the projects index page under all topics they belong to, reside in the _projects
folder.
There is a speciality with project pages, as they will be used by an automated script to generate the LaTeX sources for the annual JLESC report. The curious can read more about the LaTeX Report Generator.
Before adding a new project, read the source of the project_page
template carefully.
Adding a new project starts with two steps:
-
Copy the
project_page
template to the_project
folder and rename it according to the scheme describe in the template's "Hwo To Use This Template"-comment. -
Copy the accompanying BibTeX file for the project's external references to the
_bibliography/externals
folder and name it exactly as the project file. But with the file extension.bib
instead of.md
.
No follow the instructions in both the project file and the corresponding BibTeX file closely.
Follow them both to the very end of the files!
Please, by all means, notify us when anything is unclear in this wiki or the in-source documentation!