From 24b8e49dd6b3611074f9d9e9416931b28cdeecef Mon Sep 17 00:00:00 2001 From: hitranonline Date: Wed, 27 May 2020 21:19:37 +0200 Subject: [PATCH] Add files via upload --- notebooks/citation.md.ipynb | 132 ++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 notebooks/citation.md.ipynb diff --git a/notebooks/citation.md.ipynb b/notebooks/citation.md.ipynb new file mode 100644 index 0000000..650f7d9 --- /dev/null +++ b/notebooks/citation.md.ipynb @@ -0,0 +1,132 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Citation" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## The following may be used to cite the source of this work:" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### BibTeX" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "@article{skinner2020referencing,
\n", + " title={Referencing Sources of Molecular Spectroscopic Data in the Era of Data Science: Application to the HITRAN and AMBDAS Databases},
\n", + " author={Skinner, Frances M and Gordon, Iouli E and Hill, Christian and Hargreaves, Robert J and Lockhart, Kelly E and Rothman, Laurence S},
\n", + " journal={Atoms},
\n", + " volume={8},
\n", + " number={2},
\n", + " pages={16},
\n", + " year={2020},
\n", + " arxiv={2005.07544},
\n", + " doi={10.3390/atoms8020016},
\n", + " url={https://doi.org/10.3390/atoms8020016},
\n", + " publisher={Multidisciplinary Digital Publishing Institute}
\n", + "}" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### JSON" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Authors: F. M. Skinner, I. E. Gordon, C. Hill, R. J. Hargreaves, K. E. Lockhart, L. S. Rothman
\n", + "Title: Referencing Sources of Molecular Spectroscopic Data in the Era of Data Science: Application to the HITRAN and AMBDAS Databases
\n", + "Journal: Atoms
\n", + "Volume: 8
\n", + "Year: 2020
\n", + "Article Number: 16
\n", + "arXiv: 2005.07544
\n", + "DOI: 10.3390/atoms8020016
\n", + "URL: http://dx.doi.org/10.3390/atoms8020016" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### HTML" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "'F. M. Skinner, I. E. Gordon, C. Hill, R. J. Hargreaves, K. E. Lockhart, L. S. Rothman', 'Referencing Sources of Molecular Spectroscopic Data in the Era of Data Science: Application to the HITRAN and AMBDAS Databases', 'Atoms', '8', 2020, '16', '', '10.3390/atoms8020016', 'http://dx.doi.org/10.3390/atoms8020016', ''" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### MDPI and ACS Style" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Skinner, F.M.; Gordon, I.E.; Hill, C.; Hargreaves, R.J.; Lockhart, K.E.; Rothman, L.S.\n", + "Referencing Sources of Molecular Spectroscopic Data in the Era of Data Science: \n", + "Application to the HITRAN and AMBDAS Databases. \n", + "*Atoms* **2020**, *8*, 16." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### *Note*" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Note that from the first issue of 2016, MDPI journals use article numbers instead of page numbers. See further details at (https://www.mdpi.com/about/announcements/784). " + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}