Skip to content

Commit 2b093b8

Browse files
committed
Updated to JOSS paper
1 parent a555b73 commit 2b093b8

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

paper/paper.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,25 @@ Such a capability can guide model-experiment-data (ModEx) integration at the mic
8181
## Main features and differences with other tools
8282

8383
`Pore2Chip` addresses complex pore structures by representing pore networks as connected shapes, unlike older sphere packing algorithms.
84-
This enables users to easily create and control pore networks representing various real-world conditions. `Pore2Chip` offers experimental design capabilities that
85-
cannot be achieved by existing software such as epyc [@Dobson2022].
86-
`Pore2Chip` provides support and reproducibility for developing lab-on-chip experimental designs uniformly across different soil datasets with fast, reasonably
87-
accurate, first-order flow modeling capabilities. Microscale experiments using `Pore2Chip` micromodels may target both abiotic and biotic
88-
processes and be integrated into modeling efforts such as water flow modeling, reactive transport modeling, and microbial activity simulations.
84+
This enables users to easily create and control pore networks representing various real-world conditions. `Pore2Chip` offers experimental design capabilities that cannot be achieved by existing software such as epyc [@Dobson2022].
85+
`Pore2Chip` provides support and reproducibility for developing lab-on-chip experimental designs uniformly across different soil datasets with fast, reasonably accurate, first-order flow modeling capabilities.
86+
Microscale experiments using `Pore2Chip` micromodels may target both abiotic and biotic processes and be integrated into modeling efforts such as water flow modeling, reactive transport modeling, and microbial activity simulations.
8987

9088

9189
## Implementation details and support libraries
9290

9391
Using `Porespy` [@Gostick2016], `OpenPNM` [@Gostick2016] and various graphics rendering libraries (e.g., drawsvg, ezdxf, svglib, cairosvg, reportlab),
94-
`Pore2Chip` renders SVG or DXF micromodel designs of the generated network. Output designs are scalable and adjustable based
95-
on the target porosity of the micromodel. It can also be exported as micromodel data in VTK formats for
96-
visualization in Paraview or microfluidic simulations with open-source software such as `PFLOTRAN` (https://www.pflotran.org), `OpenFOAM` (https://www.openfoam.com),
97-
and other physics-informed neural network modules. If the user wants to extract data from XCT images, `Pore2Chip` has image filtering and network extraction
98-
modules utilizing Otsu thresholding and `PoreSpy`. Though, generation function can also work with data extracted by other software as long as it is an array of values that
99-
Python can read.
92+
`Pore2Chip` renders SVG or DXF micromodel designs of the generated network.
93+
Output designs are scalable and adjustable based on the target porosity of the micromodel.
94+
It can also be exported as micromodel data in VTK formats for visualization in Paraview or microfluidic simulations with open-source software such as `PFLOTRAN` (https://www.pflotran.org), `OpenFOAM` (https://www.openfoam.com),
95+
and other physics-informed neural network modules.
96+
If the user wants to extract data from XCT images, `Pore2Chip` has image filtering and network extraction modules utilizing Otsu thresholding and `PoreSpy`. Though, generation function can also work with data extracted by other software as long as it is an array of values that Python can read.
10097

10198
\autoref{fig:fig2} provides a high-level overview of the repository structure and example use cases (\autoref{fig:fig1}) within the `Pore2Chip` repository.
10299

103100
# Figures
104101

105-
![A high-level overview of essential steps in Pore2Chip-based micromodel designs informed by soil dataset. The iterative ModEx loop continuously improves multi-physics process models by integrating experimental data, leading to more accurate predictions for soil carbon cycling and rhizosphere function applications.\label{fig:fig1}](figures/2_ModEx_Loop_SoilChip.jpg)
102+
![A high-level overview of essential steps in Pore2Chip-based micromodel designs informed by soil dataset. The iterative ModEx loop continuously improves multi-physics process models by integrating experimental data, leading to more accurate predictions for fluid flow, reactive-transport, and rhizosphere function applications.\label{fig:fig1}](figures/2_ModEx_Loop_SoilChip.jpg)
106103

107104
![An overview of the Pore2Chip repository structure, detailed example notebooks, and built distributions.\label{fig:fig2}](figures/3_Workflow.png)
108105

0 commit comments

Comments
 (0)