Skip to content

Commit ee7a7c3

Browse files
authored
Merge pull request #148 from m2lines/closing_page
citation
2 parents 3e6ff97 + 7eae45b commit ee7a7c3

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

_toc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ parts:
3737
- caption: End Matter
3838
chapters:
3939
- file: notebooks/closing_remarks.ipynb
40+
- file: notebooks/citing.ipynb
4041
- file: bibliography.md

notebooks/citing.ipynb

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "bfb1c039-bf51-4923-9ce9-d0e869b3d8c3",
6+
"metadata": {},
7+
"source": [
8+
"# Citing this book\n",
9+
"\n",
10+
"If you found this work useful and would like to cite it, please use : \n",
11+
"Balwada, D., Abernathey, R., Acharya, S., Adcroft, A., Brener, J., Balaji, V., ... & Zanna, L. (2023). Learning Machine Learning with Lorenz-96. Authorea Preprints.\n",
12+
"\n",
13+
"DOI: 10.22541/essoar.170365239.95851488/v1\n",
14+
"PDF available at: https://essopenarchive.org/doi/full/10.22541/essoar.170365239.95851488/v1"
15+
]
16+
}
17+
],
18+
"metadata": {
19+
"kernelspec": {
20+
"display_name": "Python 3 (ipykernel)",
21+
"language": "python",
22+
"name": "python3"
23+
},
24+
"language_info": {
25+
"codemirror_mode": {
26+
"name": "ipython",
27+
"version": 3
28+
},
29+
"file_extension": ".py",
30+
"mimetype": "text/x-python",
31+
"name": "python",
32+
"nbconvert_exporter": "python",
33+
"pygments_lexer": "ipython3",
34+
"version": "3.10.12"
35+
}
36+
},
37+
"nbformat": 4,
38+
"nbformat_minor": 5
39+
}

0 commit comments

Comments
 (0)