The markdown _index.md page is empty except for the title. Since publications is now included as a taxonomy, the publications page will render the standard list of items on taxonomy list pages. But since the new layout is included, that template will be rendered for the publicationbs page. This template calls the additional publications.js script and custom css. The script reads the publications.json data and builds filtering options from the data, and UX then allows filtering publications based on these filter options. New options can be configured in the script. TODO: improved styling of all aspects; mobile rendering of filter panel; linkage to internal and external pids.
10 lines
279 B
TOML
10 lines
279 B
TOML
tag = "tags"
|
|
# person related to the subject of a page
|
|
person = "persons"
|
|
# projects related to the subject of a page
|
|
project = "projects"
|
|
# topics related to the subject of a page
|
|
topic = "topics"
|
|
instrument = "instruments"
|
|
objective = "objectives"
|
|
publication = "publications"
|