cyclus / cyclus/cyclus.github.com
Automate publications via Zotero
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
This is a proposal to use a Zotero shared library to keep a list of publications that are relevant for Cyclus and then use that to automatically generate publication lists on each build of the site and/or a regular schedule. Once this works, new publications can be added simply by adding entries to the Zotero database, which can be as simple as clicking a button on the browser.
I've done this for CNERG: https://github.com/cnerg/cnerg.github.com/blob/main/.github/workflows/fetch_zotero.yml
rendered here: https://cnerg.github.io/pubs/journals.html
This is related to #355
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the referenced .github/workflows/fetch_zotero.yml example and comparing it with this repository's site build process. Determine where the generated publication lists should appear and how Zotero updates would be triggered. Done means the publication list is generated reliably from the shared library during builds or on the chosen schedule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, content
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100