Skip to content

Commit d81f7dd

Browse files
committed
Add citation info
1 parent 521eab3 commit d81f7dd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CITATION.cff

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Kloeckner"
5+
given-names: "Andreas"
6+
orcid: "https://orcid.org/0000-0003-1228-519X"
7+
title: "islpy"
8+
version: 2022.1.2
9+
doi: 10.5281/zenodo.6345184
10+
date-released: 2022-03-10
11+
url: "https://github.com/inducer/islpy"

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ islpy: Polyhedral Analysis from Python
1010
.. image:: https://badge.fury.io/py/islpy.png
1111
:alt: Python Package Index Release Page
1212
:target: https://pypi.org/project/islpy/
13+
.. image:: https://zenodo.org/badge/2021524.svg
14+
:target: https://zenodo.org/badge/latestdoi/2021524
1315

1416
islpy is a Python wrapper around Sven Verdoolaege's `isl
1517
<https://libisl.sourceforge.io/>`_, a library for manipulating sets and

0 commit comments

Comments
 (0)