11Metadata-Version: 2.1
22Name: pore2chip
3- Version: 0.0.8
4- Summary: A package that takes XCT images of porous materials and generates representative micromodels
3+ Version: 0.1.0
4+ Summary: A package that takes 3D images of porous materials and generates representative micromodels
55Author-email: Aramy Truong <
[email protected] >, Maruti Mudunuru <
[email protected] >, Erin Rooney <
[email protected] >, Arunima Bhattacharjee <
[email protected] >, Tamas Varga <
[email protected] >, Lal Mamud <
[email protected] >, "Xiaoliang (Bryan) He" <
[email protected] >, Anil Krishna Battu <
[email protected] >, Satish Karra <
[email protected] >
6- Project-URL: Homepage, https://github.com/aramyxt /Pore2Chip
6+ Project-URL: Homepage, https://github.com/EMSL-Computing /Pore2Chip
77Classifier: Programming Language :: Python :: 3
88Classifier: Operating System :: OS Independent
9- Requires-Python: >=3.8
9+ Requires-Python: >=3.9
1010Description-Content-Type: text/markdown
1111License-File: LICENSE.md
1212Requires-Dist: drawsvg
@@ -60,7 +60,7 @@ Below is a conceptual figure, workflow, and vision for this all-in-one Python to
6060
6161**Conclusion:** The iterative ModEx loop continuously improves multi-physics process models through integration with experimental data, leading to more accurate predictions for soil carbon cycling and rhizosphere function applications.
6262
63- 
63+ 
6464
6565## Capability summary: What the Pore2Chip module can do?
6666* Extract pore sizes and pore throat sizes
@@ -99,14 +99,14 @@ pip install pore2chip
9999```
100100Install from source:
101101```
102- git clone https://github.com/aramyxt /Pore2Chip.git
102+ git clone https://github.com/EMSL-Computing /Pore2Chip.git
103103cd Pore2Chip
104104python3 -m build
105105python3 -m pip install pore2chip --no-index --find-links dist/
106106```
107107...or alternatively:
108108```
109- git clone https://github.com/aramyxt /Pore2Chip.git
109+ git clone https://github.com/EMSL-Computing /Pore2Chip.git
110110python3 pip install -e ./Pore2Chip
111111```
112112
@@ -119,7 +119,7 @@ pip install pore2chip
119119
120120Building a Docker Image with Jupyter Notebook:
121121```
122- git clone https://github.com/aramyxt /Pore2Chip.git
122+ git clone https://github.com/EMSL-Computing /Pore2Chip.git
123123cd Pore2Chip
124124docker build -t pore2chip
125125docker run -p 8888:8888 pore2chip
@@ -247,12 +247,12 @@ The micromodels generated by Pore2Chip can be meshed for multi-physics simulatio
247247* Example-7: 2D Steady-State Flow on XCT image with Physics-informed Neural Network (PINN)
248248
249249## Authors
250- * Aramy Truong (lead
- developer), EMSL (<
[email protected] >)
251- * Maruti Mudunuru (co-developer), PNNL (<
[email protected] >)
250+ * Aramy Truong (lead
developer), EMSL (<
[email protected] >)
251+ * Maruti Mudunuru (co-
lead developer), PNNL (<
[email protected] >)
252252* Erin Rooney, USDA (<
[email protected] >)
253253* Arunima Bhattacharjee, EMSL (<
[email protected] >)
254254* Tamas Varga, EMSL (<
[email protected] >)
255- * Lal Mamud (
co- developer), PNNL (<
[email protected] >)
255+ * Lal Mamud (developer), PNNL (<
[email protected] >)
256256* Xiaoliang (Bryan) He, PNNL (<
[email protected] >)
257257* Anil Krishna Battu, EMSL (<
[email protected] >)
258258* Satish Karra, EMSL (<
[email protected] >)
0 commit comments