Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert publications static page into "taxonomies" #93

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

yarikoptic
Copy link
Member

@yarikoptic yarikoptic commented Dec 20, 2024

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.

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "tools/import_doi_all",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
at least it shows posibility to link to each author page.

Ideally a theme or some precooked elements would be used
to provide us all nice  rendering elements
Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for repronim ready!

Name Link
🔨 Latest commit 8def3fe
🔍 Latest deploy log https://app.netlify.com/sites/repronim/deploys/6764bb6f4b799100086997d7
😎 Deploy Preview https://deploy-preview-93--repronim.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant