IUPAC / WFChemCookbook

The IUPAC WorldFAIR Cookbook for FAIR chemical data
https://iupac.github.io/WFChemCookbook
Creative Commons Attribution 4.0 International
14 stars 4 forks source link

Modified three files to fix the bibliography section. #10

Closed sciperactive closed 1 year ago

sciperactive commented 1 year ago

Modified three files to fix the bibliography section.

(1) According to a Jupyter Book documentation page (https://jupyterbook.org/en/stable/content/citations.html), it is possible to add a reference section at the end of each page, by adding a filter to the bibliography directives:

:filter: docname in docnames

To test this behavior, I added this to the "pubchem.md" file. And for comparison, I added the bibliography section (without the filter) to the "bibliography.md" file.

(2) I removed the DOI information from the papers in the "references.md" file. The links to the papers will be shown as "URL: ......", not "DOI:.....".

stuchalk commented 1 year ago

Accepted! Lets see how it looks...