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

[WIP] Citations page for Tax-Calculator #189

Closed
wants to merge 3 commits into from
Closed

[WIP] Citations page for Tax-Calculator #189

wants to merge 3 commits into from

Conversation

chusloj
Copy link
Contributor

@chusloj chusloj commented Aug 20, 2020

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:

  1. Scrape the whole .bib file of citations for Tax-Calculator from Zotero using something similar to the following:
curl -H 'Zotero-API-Version: 2' -H 'Zotero-API-Key: <key>' 'https://api.zotero.org/users/6708260/items?format=bibtex'
  1. Use Launchd, the same program that @Peter-Metz uses to update the 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.
  2. The GH action which builds the JB docs daily will take care of the rest.

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

@chusloj
Copy link
Contributor Author

chusloj commented Aug 20, 2020

Closing as I think this is better off as reply to #186.

@chusloj chusloj closed this Aug 20, 2020
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.

2 participants