ProjectPythia / pythia-foundations

Jupyterbook source for the Foundations collection
http://foundations.projectpythia.org
Apache License 2.0
59 stars 42 forks source link

References section for Foundations #424

Open brian-rose opened 10 months ago

brian-rose commented 10 months ago

Currently we have references hyperlinked at the end of each notebook. Jupyterbook supports citations and bibliographies at the book level. Instead of using DOI links to published works directly in the notebooks, we could instead drop in cite commands like

{cite:t}`perez2011python`

and maintain reference metadata in a separate bibtex file.

(This is what I do for my Climate Laboratory Book)

Jupyterbook would then construct a hyperlinked bibliography page which we could add to the Appendix of the book.

As we discussed at today's EWG meeting, having a proper References section in the Foundations book would serve as a useful example of what it might look like for individual Cookbooks.