From b871a9c38a9df436240bd2f0edcbca0099f9211c Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 27 Jan 2026 21:29:55 +0200 Subject: [PATCH 1/2] docs: add joss badge to README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 7ae8b71..b78bcb8 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ modepy: Basis Functions, Node Sets, Quadratures .. image:: https://zenodo.org/badge/9846038.svg :alt: Zenodo DOI for latest release :target: https://zenodo.org/doi/10.5281/zenodo.11105051 +.. image:: https://joss.theoj.org/papers/10.21105/joss.09294/status.svg + :alt: Paper in the Journal of Open Source Software + :target: https://doi.org/10.21105/joss.09294 ``modepy`` helps you create well-behaved high-order discretizations on simplices (i.e. segments, triangles and tetrahedra) and tensor products of From 8a71a10524bc11a807c27397fd0c08b5a69372f5 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 27 Jan 2026 21:31:12 +0200 Subject: [PATCH 2/2] docs: add preferred citation to CITATION.cff --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 223983d..7bfca87 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,3 +22,33 @@ doi: 10.5281/zenodo.18304836 date-released: 2026-01-19 url: "https://github.com/inducer/modepy" license: MIT + +preferred-citation: + authors: + - family-names: Kloeckner + given-names: Andreas + orcid: "https://orcid.org/0000-0003-1228-519X" + - family-names: Fikl + given-names: Alexandru + orcid: "https://orcid.org/0000-0002-0552-5936" + - family-names: Wei + given-names: Xiaoyu + orcid: "https://orcid.org/0000-0001-7063-7865" + - family-names: Gibson + given-names: Thomas + orcid: "https://orcid.org/0000-0002-7978-6848" + - family-names: Alvey-Blanco + given-names: Addison + date-published: 2026-01-27 + doi: 10.21105/joss.09294 + issn: 2475-9066 + issue: 117 + journal: Journal of Open Source Software + publisher: + name: Open Journals + start: 9294 + title: "modepy: Basis Functions, Interpolation, and Quadrature (not + just) for Finite Elements" + type: article + url: "https://joss.theoj.org/papers/10.21105/joss.09294" + volume: 11