Skip to content

Commit 4e746dc

Browse files
committed
add links to JOSS paper
1 parent d9f3294 commit 4e746dc

File tree

6 files changed

+31
-24
lines changed

6 files changed

+31
-24
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
[![python 3](https://img.shields.io/badge/python_3-orange)](https://www.python.org/downloads)
66
[![MPL-2.0](https://img.shields.io/badge/MPL--2.0-orange)](http://mozilla.org/MPL/2.0)
77
[![git / repo](https://img.shields.io/badge/git-repo-yellow)](https://github.com/otvam/pypeec)
8-
[![doi / cite](https://img.shields.io/badge/doi-cite-yellow)](https://doi.org/10.5281/zenodo.14941571)
8+
[![paper / 10.21105/joss.06644](https://img.shields.io/badge/paper-10.21105/joss.06644-yellow)](https://doi.org/10.21105/joss.06644)
99
[![doc / sphinx](https://img.shields.io/badge/doc-sphinx-yellow)](https://pypeec.otvam.ch)
1010
[![pypi / pkg](https://img.shields.io/pypi/v/pypeec?label=pypi&color=green)](https://pypi.org/project/pypeec)
1111
[![conda / pkg](https://img.shields.io/conda/v/conda-forge/pypeec?label=conda&color=green)](https://anaconda.org/conda-forge/pypeec)
1212

1313
---
1414
* **Website: [pypeec.otvam.ch](https://pypeec.otvam.ch)**
1515
* **Repository: [github.com/otvam/pypeec](https://github.com/otvam/pypeec)**
16+
* **Paper: [doi.org/10.21105/joss.06644](https://doi.org/10.21105/joss.06644)**
1617
* **Conda: [anaconda.org/conda-forge/pypeec](https://anaconda.org/conda-forge/pypeec)**
1718
* **PyPI: [pypi.org/project/pypeec](https://pypi.org/project/pypeec)**
1819
---
@@ -80,6 +81,8 @@ For such cases, PyPEEC can be very slow and consume a lot of memory.
8081

8182
* [Website](https://pypeec.otvam.ch)
8283
* [Repository](https://github.com/otvam/pypeec)
84+
* [Paper](https://doi.org/10.21105/joss.06644)
85+
* [Citation](https://doi.org/10.21105/joss.06644)
8386
* [Issues](https://github.com/otvam/pypeec/issues)
8487

8588
* **Releases**

docs/content/about.rst

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,35 @@ About
99
Links
1010
-----
1111

12-
============= ==========================================
13-
Website https://pypeec.otvam.ch
14-
Repository https://github.com/otvam/pypeec
15-
Issues https://github.com/otvam/pypeec/issues
16-
============= ==========================================
12+
=============== ==========================================
13+
Website https://pypeec.otvam.ch
14+
Repository https://github.com/otvam/pypeec
15+
Paper https://doi.org/10.21105/joss.06644
16+
Citation https://doi.org/10.21105/joss.06644
17+
Issues https://github.com/otvam/pypeec/issues
18+
=============== ==========================================
1719

1820
Maintainer
1921
----------
2022

21-
============= ==========================================
22-
Name **Thomas Guillod**
23-
Affiliation Dartmouth College
24-
Email guillod@otvam.ch
25-
Website https://otvam.ch
26-
============= ==========================================
23+
=============== ==========================================
24+
Name **Thomas Guillod**
25+
Affiliation Dartmouth College
26+
Email guillod@otvam.ch
27+
Website https://otvam.ch
28+
=============== ==========================================
2729

2830
Release
2931
-------
3032

31-
============= ==========================================
32-
Package **pypeec**
33-
Version |ver| / |date|
34-
PyPI https://pypi.org/project/pypeec
35-
Conda https://anaconda.org/conda-forge/pypeec
36-
GitHub https://github.com/otvam/pypeec/releases
37-
Zenodo https://doi.org/10.5281/zenodo.14941571
38-
============= ==========================================
33+
=============== ==========================================
34+
Package **pypeec**
35+
Version |ver| / |date|
36+
PyPI https://pypi.org/project/pypeec
37+
Conda https://anaconda.org/conda-forge/pypeec
38+
GitHub https://github.com/otvam/pypeec/releases
39+
Zenodo https://doi.org/10.5281/zenodo.14941571
40+
=============== ==========================================
3941

4042
Authors
4143
-------

docs/images/badge_doi.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/images/badge_paper.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ The code is written in **Python** and is fully **open source**!
5252
:target: https://github.com/otvam/pypeec
5353
:alt: git / repo
5454

55-
.. image:: images/badge_doi.svg
56-
:target: https://doi.org/10.5281/zenodo.14941571
57-
:alt: doi / cite
55+
.. image:: images/badge_paper.svg
56+
:target: https://doi.org/10.21105/joss.06644
57+
:alt: paper / 10.21105/joss.06644
5858

5959
.. image:: images/badge_doc.svg
6060
:target: https://pypeec.otvam.ch
@@ -71,6 +71,7 @@ The code is written in **Python** and is fully **open source**!
7171
.. important::
7272
* **Website:** `pypeec.otvam.ch <https://pypeec.otvam.ch>`__
7373
* **Repository:** `github.com/otvam/pypeec <https://github.com/otvam/pypeec>`__
74+
* **Paper:** `doi.org/10.21105/joss.06644 <https://doi.org/10.21105/joss.06644>`__
7475
* **Conda:** `anaconda.org/conda-forge/pypeec <https://anaconda.org/conda-forge/pypeec>`__
7576
* **PyPI:** `pypi.org/project/pypeec <https://pypi.org/project/pypeec>`__
7677

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Homepage = "https://pypeec.otvam.ch"
7979
Repository = "https://github.com/otvam/pypeec"
8080
Releases = "https://github.com/otvam/pypeec/releases"
8181
Issues = "https://github.com/otvam/pypeec/issues"
82+
Paper = "https://doi.org/10.21105/joss.06644"
8283

8384
[project.readme]
8485
file = "README.md"

0 commit comments

Comments
 (0)