Convert publications static page into "taxonomies" #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added
tools/import-doi*
scripts which I used to import all listed publications into their dedicated files which would then provide linkage to "author"s, for which some of them would be us and we could enhance their pages.Overall goal would be to arrive at something like the found "hugo-blox" based theme https://github.com/HugoBlox/theme-research-group , with demo at https://research-group.netlify.app/ .
I think it kinda fits the needed elements well. Check out how it is actually defining those entries, e.g. https://research-group.netlify.app/author/nelson-bighetti/ is produced from this yaml: https://raw.githubusercontent.com/HugoBlox/theme-research-group/refs/heads/main/content/authors/admin/_index.md and due to use of the hugo taxonomies allows to link together relevant content "automagically". So it couples e.g. with the list of publications: https://research-group.netlify.app/publication/ which could be imported from DOI/BibTex using the smae https://github.com/GetRD/academic-file-converter/ I used here to convert fetched DOIs into publication records.