Improve publication page #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We are almost ready to start generating publication pages from the TRR Knowledge Pooling Tool, slightly enriched with information from doi.org. Because the website
already defines a publication taxonomydefines several Hugo taxonomies, adding a publication page alreadycreates the following two-way relationsinserts the publication into following pages (if labels are placed in the front matter):Note: a Contributor page uses a custom layout (
layouts/_default/contributor.html) which has one catch-all section "Related content". Project and Topic pages use a default layout, which puts publications under its own sub-heading.The publications (list) page shows all the links (contributors, projects, topics) above as labels. However, the publication (single) page shows none of those, just the title followed by the body text.
Why does a publication page behave like that, and not like e.g. project page?This is because publications is not a taxonomy, and it should not be one (we don't want to add publications to other pages' front matters, we want to keep publication additions self-contained).I would suggest creating a new template for publication (single) page, which would display linked contributors, projects, and topics - either as labels under the title (like in publications (list) or like it's done with roles for a contributor (single)). I would additionally suggest including a license information somehow, e.g. as a CC-by label (if present).
msz referenced this issue2025-11-19 13:44:18 +00:00
Imporove publication pageto Improve publication page