Skip to content

Commit e6da895

Browse files
Add a "how to cite" section (#401)
* new how-to-cite section * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix formatting --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a92359c commit e6da895

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

CITATION.cff

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
message: 'If you use this software, please cite it as below.'
2+
message: 'If you use this resource, please cite it as below.'
33
authors:
44
- family-names: Rose
55
given-names: Brian E. J.
@@ -46,3 +46,4 @@ authors:
4646
title: 'Pythia Foundations'
4747
version: v2023.05.01
4848
date-released: 2023-05-01
49+
doi: 10.5281/zenodo.7884572

_toc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parts:
44
- caption: Preamble
55
chapters:
66
- file: preamble/how-to-use
7+
- file: preamble/how-to-cite
78
- caption: Foundational skills
89
chapters:
910
- file: foundations/overview

landing-page.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
This collection covers the foundational skills everyone needs to get started with scientific computing in the open-source Python ecosystem.
88

99
<img src="images/logos/ProjectPythia_Logo_Final-01-Blue.svg" alt="Project Pythia logo" height="80px"> _Brought to you by [Project Pythia](https://projectpythia.org), the education working group for [Pangeo](https://pangeo.io)_ <img src="https://raw.githubusercontent.com/pangeo-data/pangeo/master/docs/_static/small_e_logo_cropped.png" alt="Pangeo logo" height="80px">
10+
11+
[![DOI](https://zenodo.org/badge/338145160.svg)](https://zenodo.org/badge/latestdoi/338145160)

preamble/how-to-cite.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# How to Cite This Book
2+
3+
The material in Pythia Foundations is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Project Pythia community.
4+
5+
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/pythia-foundations) and archived on Zenodo. This DOI will always resolve to the latest version of the book source:
6+
<https://doi.org/10.5281/zenodo.7884571>
7+
8+
If material in Pythia Foundations is useful in published work, you can cite a specific version of the book as:
9+
10+
> Rose, B. E. J., Kent, J., Tyle, K., Clyne, J., Banihirwe, A., Camron, D., May, R., Grover, M., Ford, R. R., Paul, K., Morley, J., Eroglu, O., Kailyn, L., & Zacharias, A. (2023). Pythia Foundations (Version v2023.05.01) [https://doi.org/10.5281/zenodo.7884572](https://doi.org/10.5281/zenodo.7884572)

0 commit comments

Comments
 (0)