Skip to content

Commit

Permalink
📚 DOCS: Add a citation page (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 19, 2021
1 parent f017ae1 commit aedfe0b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CircleCI](https://circleci.com/gh/executablebooks/jupyter-book.svg?style=svg)](https://circleci.com/gh/executablebooks/jupyter-book)
[![codecov](https://codecov.io/gh/executablebooks/jupyter-book/branch/master/graph/badge.svg)](https://codecov.io/gh/executablebooks/jupyter-book)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2799972.svg)](https://doi.org/10.5281/zenodo.2799972)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2561065.svg)](https://doi.org/10.5281/zenodo.2561065)
[![PyPI][pypi-badge]][pypi-link]

Jupyter Book is an open-source tool for building publication-quality books and documents from computational material.
Expand Down
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
- file: reference/cheatsheet
- file: reference/cli
- file: reference/glossary
- file: cite
- file: reference/_changelog
title: Change log
15 changes: 15 additions & 0 deletions docs/cite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Cite Jupyter Book

Jupyter Book is developed by many people across academia and industry.
Moreover, Jupyter Book is powered by an ecosystem of open source tools, most notably within the [Executable Books Project](https://executablebook.org).

Rather than citing each tool, we choose to use a single blanket citation for the entire project and all of its community members.

To cite Jupyter Book in publications, please use the following Zenodo reference:

```{only} html
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2561065.svg)](https://doi.org/10.5281/zenodo.2561065)
```

The full author list is available by viewing the [contributors graph on GitHub](https://github.com/executablebooks/jupyter-book/graphs/contributors).
To get the full picture, you should look at this for all projects within [the Executable Books organization](https://github.com/executablebooks).
4 changes: 4 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Books with Jupyter

```{only} html
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2561065.svg)](https://doi.org/10.5281/zenodo.2561065)
```

Jupyter Book is an open source project for building beautiful,
publication-quality books and documents from computational material.

Expand Down

0 comments on commit aedfe0b

Please sign in to comment.