Skip to content

Commit dfd5d82

Browse files
authored
Add links to the JOSS paper (#965)
* Add the link to the JOSS doc in the README * Add the CITATION.cff file
1 parent 8c7f2a1 commit dfd5d82

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

CITATION.cff

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Copyright (C) The DDC development team, see COPYRIGHT.md file
2+
#
3+
# SPDX-License-Identifier: MIT
4+
cff-version: "1.2.0"
5+
authors:
6+
- family-names: Padioleau
7+
given-names: Thomas
8+
orcid: "https://orcid.org/0000-0001-5496-0013"
9+
- family-names: Bigot
10+
given-names: Julien
11+
orcid: "https://orcid.org/0000-0002-0015-4304"
12+
- family-names: Bourne
13+
given-names: Emily
14+
orcid: "https://orcid.org/0000-0002-3469-2338"
15+
- family-names: Legouix
16+
given-names: Baptiste
17+
orcid: "https://orcid.org/0009-0006-7585-669X"
18+
doi: 10.5281/zenodo.17511922
19+
message: If you use this software, please cite our article in the
20+
Journal of Open Source Software.
21+
preferred-citation:
22+
authors:
23+
- family-names: Padioleau
24+
given-names: Thomas
25+
orcid: "https://orcid.org/0000-0001-5496-0013"
26+
- family-names: Bigot
27+
given-names: Julien
28+
orcid: "https://orcid.org/0000-0002-0015-4304"
29+
- family-names: Bourne
30+
given-names: Emily
31+
orcid: "https://orcid.org/0000-0002-3469-2338"
32+
- family-names: Legouix
33+
given-names: Baptiste
34+
orcid: "https://orcid.org/0009-0006-7585-669X"
35+
date-published: 2025-11-06
36+
doi: 10.21105/joss.09122
37+
issn: 2475-9066
38+
issue: 115
39+
journal: Journal of Open Source Software
40+
publisher:
41+
name: Open Journals
42+
start: 9122
43+
title: "DDC: The Discrete Domain Computation library"
44+
type: article
45+
url: "https://joss.theoj.org/papers/10.21105/joss.09122"
46+
volume: 10
47+
title: "DDC: The Discrete Domain Computation library"
48+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SPDX-License-Identifier: MIT
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1212
[![Nightly early integration](https://github.com/CExA-project/ddc/actions/workflows/early_integration.yaml/badge.svg?event=schedule)](https://github.com/CExA-project/ddc/actions/workflows/early_integration.yaml)
1313
[![Pages](https://github.com/CExA-project/ddc/actions/workflows/pages.yaml/badge.svg)](https://github.com/CExA-project/ddc/actions/workflows/pages.yaml)
14+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.09122/status.svg)](https://doi.org/10.21105/joss.09122)
1415

1516
See <https://ddc.mdls.fr/>
1617

0 commit comments

Comments
 (0)