Skip to content

Commit 2ffacce

Browse files
authored
Merge pull request #25 from EMSL-Computing/joss-edits
Update to citation and publication of DOI from JOSS acceptance
2 parents 973f4b4 + a177340 commit 2ffacce

File tree

2 files changed

+75
-35
lines changed

2 files changed

+75
-35
lines changed

CITATION.cff

Lines changed: 73 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,83 @@
1-
cff-version: 1.2.0
2-
message: "If you use this work, please cite it using the following metadata."
3-
title: "Pore2Chip: All-in-One Python Tool for Soil Microstructure Analysis and Micromodel Design"
1+
cff-version: "1.2.0"
42
authors:
5-
- family-names: "Truong"
6-
given-names: "Aramy"
3+
- family-names: Truong
4+
given-names: Aramy
5+
orcid: "https://orcid.org/0009-0002-7467-7957"
6+
- family-names: Mudunuru
7+
given-names: Maruti K.
8+
orcid: "https://orcid.org/0000-0002-2158-7723"
9+
- family-names: Rooney
10+
given-names: Erin C.
11+
orcid: "https://orcid.org/0000-0002-9121-7699"
12+
- family-names: Bhattacharjee
13+
given-names: Arunima
14+
orcid: "https://orcid.org/0000-0001-7482-8722"
15+
- family-names: Varga
16+
given-names: Tamas
17+
orcid: "https://orcid.org/0000-0002-5492-866X"
18+
- family-names: Mamud
19+
given-names: Md Lal
20+
orcid: "https://orcid.org/0000-0002-5764-1058"
21+
- family-names: He
22+
given-names: Xiaoliang
23+
orcid: "https://orcid.org/0000-0003-3835-1917"
24+
- family-names: Battu
25+
given-names: Anil K.
26+
orcid: "https://orcid.org/0000-0001-7724-5100"
27+
- family-names: Karra
28+
given-names: Satish
29+
orcid: "https://orcid.org/0000-0001-7847-6293"
30+
contact:
31+
- family-names: Truong
32+
given-names: Aramy
33+
orcid: "https://orcid.org/0009-0002-7467-7957"
34+
- family-names: Mudunuru
35+
given-names: Maruti K.
36+
orcid: "https://orcid.org/0000-0002-2158-7723"
37+
doi: 10.5281/zenodo.16903861
38+
message: If you use this software, please cite our article in the
39+
Journal of Open Source Software.
40+
preferred-citation:
41+
authors:
42+
- family-names: Truong
43+
given-names: Aramy
744
orcid: "https://orcid.org/0009-0002-7467-7957"
8-
affiliation: "EMSL"
9-
- family-names: "Mudunuru"
10-
given-names: "Maruti"
45+
- family-names: Mudunuru
46+
given-names: Maruti K.
1147
orcid: "https://orcid.org/0000-0002-2158-7723"
12-
affiliation: "PNNL"
13-
- family-names: "Rooney"
14-
given-names: "Erin C."
48+
- family-names: Rooney
49+
given-names: Erin C.
1550
orcid: "https://orcid.org/0000-0002-9121-7699"
16-
affiliation: "USDA-NRCS"
17-
- family-names: "Bhattacharjee"
18-
given-names: "Arunima"
51+
- family-names: Bhattacharjee
52+
given-names: Arunima
1953
orcid: "https://orcid.org/0000-0001-7482-8722"
20-
affiliation: "EMSL"
21-
- family-names: "Varga"
22-
given-names: "Tamas"
54+
- family-names: Varga
55+
given-names: Tamas
2356
orcid: "https://orcid.org/0000-0002-5492-866X"
24-
affiliation: "EMSL"
25-
- family-names: "Mamud"
26-
given-names: "Md Lal"
57+
- family-names: Mamud
58+
given-names: Md Lal
2759
orcid: "https://orcid.org/0000-0002-5764-1058"
28-
affiliation: "PNNL"
29-
- family-names: "He"
30-
given-names: "Xiaoliang"
60+
- family-names: He
61+
given-names: Xiaoliang
3162
orcid: "https://orcid.org/0000-0003-3835-1917"
32-
affiliation: "PNNL"
33-
- family-names: "Battu"
34-
given-names: "Anil K."
63+
- family-names: Battu
64+
given-names: Anil K.
3565
orcid: "https://orcid.org/0000-0001-7724-5100"
36-
affiliation: "EMSL"
37-
- family-names: "Karra"
38-
given-names: "Satish"
66+
- family-names: Karra
67+
given-names: Satish
3968
orcid: "https://orcid.org/0000-0001-7847-6293"
40-
affiliation: "EMSL"
41-
version: "0.2.0"
42-
date-released: "2024-7-15"
43-
repository-code: "https://github.com/EMSL-Computing/Pore2Chip/"
44-
license: "MIT"
45-
doi: "XXXXX"
69+
date-published: 2025-08-29
70+
doi: 10.21105/joss.08052
71+
issn: 2475-9066
72+
issue: 112
73+
journal: Journal of Open Source Software
74+
publisher:
75+
name: Open Journals
76+
start: 8052
77+
title: "Pore2Chip: All-in-one python tool for soil microstructure
78+
analysis and micromodel design"
79+
type: article
80+
url: "https://joss.theoj.org/papers/10.21105/joss.08052"
81+
volume: 10
82+
title: "Pore2Chip: All-in-one python tool for soil microstructure
83+
analysis and micromodel design"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Pore2Chip is a Python module designed to streamline the process of analyzing X-r
55

66
Documentation Quick Link: https://emsl-computing.github.io/Pore2Chip/
77

8+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.08052/status.svg)](https://doi.org/10.21105/joss.08052)
9+
810
### A workflow for model-data-experiment (ModEx) design:
911

1012
Below is a conceptual figure, workflow, and vision for this all-in-one Python tool. The working principle starts with XCT imaging files, which will be characterized for soil structure-property relationships and then transformed into a 2D rendering applicable to pore-scale micromodel building. Micromodel experiments will then be used with PFLOTRAN/OpenFOAM/PINNs process models to simulate flow and reactive transport for calibration and V&V.

0 commit comments

Comments
 (0)