[WIP] Citations page for Tax-Calculator #189
Closed
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.
This PR introduces one way to display project citations discussed in #186. Here, just for example's sake, a new
citations.html
page has been created that lists only OG-USA and then directs to the citations page on their Jupyter Book documentation site.I'm thinking the following:
.bib
file of citations for Tax-Calculator from Zotero using something similar to the following:PSL_catalog.json
file daily, to scrape this.bib
file regularly (probably daily) and push it to the Tax-Calculator Jupyter Book docs – The.bib
file renders automatically as a page with formatted citations which @jdebacker shows in Aggregate project citations from maintainer-curated documents #186.If this doesn't sit well, a new "citations" link under each project on the
catalog
page can be added which links to that project's citations within their Jupyter Book docs.@MattHJensen @Peter-Metz