-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into decomposition
- Loading branch information
Showing
8 changed files
with
289 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Citing This Library | ||
------------------- | ||
|
||
As linked at the top of this page, `clifford` is published to zenodo. | ||
DOI [10.5281/zenodo.1453978](https://doi.org/10.5281/zenodo.1453978) refers to all versions of clifford. | ||
|
||
|
||
To obtain BibTex citation information for a _specific_ release (recommended): | ||
|
||
* Run `python -m pip show clifford` to determine which version you are using (or print `clifford.__version__` from python) | ||
* Click on the corresponding version from [this list of versions](https://zenodo.org/search?page=1&size=20&q=conceptrecid:1453978&sort=-version&all_versions=True) | ||
* Scroll down to the bottom of the page, and click the "BibTex" link in the "Export" sidebar | ||
|
||
If you want to cite all releases, use: | ||
```BibTeX | ||
@software{python_clifford, | ||
author = {Hugo Hadfield and | ||
Eric Wieser and | ||
Alex Arsenovic and | ||
Robert Kern and | ||
{The Pygae Team}}, | ||
title = {pygae/clifford}, | ||
publisher = {Zenodo}, | ||
doi = {10.5281/zenodo.1453978}, | ||
url = {https://doi.org/10.5281/zenodo.1453978} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.