Skip to content

Commit dd2be8e

Browse files
authored
Merge pull request #105 from MunchLab/joss-badge
2 parents 73dca4e + 21baed9 commit dd2be8e

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# `ect`: A python package for computing the Euler Characteristic Transform
1+
# `ect`: A python package for the Euler Characteristic Transform
2+
3+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.09691/status.svg)](https://doi.org/10.21105/joss.09691)
4+
25

36
Python computation tools for computing the Euler Characteristic Transform of embedded complexes.
47

doc_source/citing.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Citing
2-
=======
2+
======
33

4-
To cite `ect` please use the following publication:
4+
To cite the ``ect`` software, please use the following `JOSS <https://joss.theoj.org/>`_ publication:
55

6-
Munch, Elizabeth. An Invitation to the Euler Characteristic Transform. The American Mathematical Monthly, 132(1), 15-25. `doi:10.1080/00029890.2024.2409616 <https://doi.org/10.1080/00029890.2024.2409616>`_. 2024.
6+
Ayub, Yemeen, Elizabeth Munch, Sarah McGuire Scullen, and Daniel H. Chitwood. ect: A Python Package for the Euler Characteristic Transform. Journal of Open Source Software, 11(120), 9691. `doi:10.21105/joss.09691 <https://doi.org/10.21105/joss.09691>`_. 2026.
7+
8+
For background on the Euler Characteristic Transform itself, see:
79

10+
Munch, Elizabeth. An Invitation to the Euler Characteristic Transform. The American Mathematical Monthly, 132(1), 15-25. `doi:10.1080/00029890.2024.2409616 <https://doi.org/10.1080/00029890.2024.2409616>`_. 2024.

doc_source/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ect: Euler Characteristic Transform in Python
22
=============================================
33

4+
.. image:: https://joss.theoj.org/papers/10.21105/joss.09691/status.svg
5+
:target: https://doi.org/10.21105/joss.09691
6+
:alt: Published in the Journal of Open Source Software
7+
48
The `ect` package is a library of tools for computing the Euler Characteristic Transform of embedded cell complexes with arbitrary dimensional cells. This package is to aid researchers and practitioners in topological data analysis and related fields (such as computational geometry, network science, and biological shape analysis) who require scalable, Python-native tools for extracting and using topological features from embedded complexes.
59

610
Table of Contents

0 commit comments

Comments
 (0)