Skip to content

Commit

Permalink
addition of citations
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Jan 29, 2024
1 parent 90e1cab commit 73b6d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/datasources/goldbook_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
" - What is a Python function (def)\n",
" - How to write Python code to request data from a URL (typically an API)\n",
" - How to use a Python variable to call an API and download data\n",
"- Citation: 'Accessing the IUPAC Gold Book API in Python', The IUPAC FAIR Chemistry Cookbook, [https://w3id.org/ifcc/IFCC003](https://w3id.org/ifcc/IFCC003).\n",
"- Citation: 'Accessing the IUPAC Gold Book API in Python', Stuart Chalk, The IUPAC FAIR Chemistry Cookbook, Contributed: 2023-02-28 [https://w3id.org/ifcc/IFCC003](https://w3id.org/ifcc/IFCC003).\n",
"- Reuse: This notebook is made available under a [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"```"
],
Expand Down
4 changes: 2 additions & 2 deletions book/usecases/uvvis_metadata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
" \n",
"```{dropdown} About this interactive ![icons](../static/img/rocket.png) recipe\n",
"- Author(s): [Sally Bloodworth](https://orcid.org/0000-0003-2219-3635), [Simon Coles](http://orcid.org/0000-0001-8414-9272), [Samuel Munday](https://orcid.org/0000-0001-5404-6934)\n",
"- Reviewer:\n",
"- Reviewer: [Stuart Chalk](https://orcid.org/0000-0002-0703-7776)\n",
"- Topic(s): Creating a UV/Vis (meta)data file structure for small molecule characterisation\n",
"- Format: Interactive Jupyter Notebook (Python)\n",
"- Skills: You should be familiar with\n",
Expand All @@ -18,7 +18,7 @@
" - How to structure chemical data and metadata\n",
" - How to use and apply the FAIR data principles to digital chemistry data objects\n",
" - How to analyse spectral data visually using Python\n",
"- Citation: We will not be providing citations for the sampler, but citations for recipes will be available (with copy button) in the full release of the Cookbook and will include DOI’s.\n",
"- Citation: 'Structured UV/Vis (meta)data for small molecule characterisation', Sally Bloodworth, Simon Coles, and Samuel Monday, The IUPAC FAIR Chemistry Cookbook, Contributed: 2023-02-28 [https://w3id.org/ifcc/IFCC010](https://w3id.org/ifcc/IFCC010).\n",
"- Reuse: This notebook is made available under a [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
"```"
]
Expand Down

0 comments on commit 73b6d46

Please sign in to comment.