www/config/_default/taxonomies.toml
Michael Hanke dc8253c7f1
Add taxonomy for funding periods
This allows for associating any entity with the respective funding
period, which enables an automatic funding-period-specific overview
of the TRR379 at, e.g., https://www.trr379/funding-periods/fp1/

The terms are not used anywhere yet, because everything is FP1 at this
point. With an FP2 being granted, we can do one run, and tag everything
that exists at that point.
2024-06-21 06:59:32 +02:00

15 lines
479 B
TOML

#
# Everything in here must be lower-case
#
# contributor to the subject of a page
contributor = "contributors"
# the funding period related to the subject of a page
funding-period = "funding-periods"
# projects related to the subject of a page
project = "projects"
# sites associated with the subject of a page
site = "sites"
# topics associated with the subject of a page
topic = "topics"
# roles assigned to entities (such as PI, speaker, service project, ...)
role = "roles"