-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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,28 @@ | ||
Citing This Library | ||
------------------- | ||
|
||
`galgebra` is published to zenodo. | ||
DOI [10.5281/zenodo.10902114](https://doi.org/10.5281/zenodo.10902114) refers to all versions of `galgebra`. | ||
|
||
If you want to cite all releases, use: | ||
```BibTeX | ||
@software{galgebra, | ||
author = {Alan Bromborsky and | ||
Utensil Song and | ||
Eric Wieser and | ||
Hugo Hadfield and | ||
{The Pygae Team}}, | ||
title = {pygae/galgebra}, | ||
month = jun, | ||
year = 2020, | ||
publisher = {Zenodo}, | ||
doi = {10.5281/zenodo.3857096}, | ||
url = {https://doi.org/10.5281/zenodo.3857096} | ||
} | ||
``` | ||
|
||
To obtain BibTex citation information for a _specific_ release (recommended): | ||
|
||
* Run `python -m pip show galgebra` to determine which version you are using (or print `galgebra.__version__` from python) | ||
* Click on the corresponding version from [this list of versions](https://zenodo.org/search?q=parent.id%3A3857096&f=allversions%3Atrue&l=list&p=1&s=10&sort=version) | ||
* Scroll down to the bottom of the page, and click the "BibTex" link in the "Export" sidebar |