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 <aramy.truong@pnnl.gov>, Maruti Mudunuru <maruti@pnnl.gov>, Erin Rooney <erin.rooney@usda.gov>, Arunima Bhattacharjee <arunimab@pnnl.gov>, Tamas Varga <tamas.varga@pnnl.gov>, Lal Mamud <lal.mamud@pnnl.gov>, "Xiaoliang (Bryan) He" <xiaoliang.he@pnnl.gov>, Anil Krishna Battu <anilkrishna.battu@pnnl.gov>, Satish Karra <karra@pnnl.gov>
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 (<aramy.truong@pnnl.gov>)
251- * Maruti Mudunuru (co-developer), PNNL (<maruti@pnnl.gov>)
250+ * Aramy Truong (lead developer), EMSL (<aramy.truong@pnnl.gov>)
251+ * Maruti Mudunuru (co-lead developer), PNNL (<maruti@pnnl.gov>)
252252* Erin Rooney, USDA (<erin.rooney@usda.gov>)
253253* Arunima Bhattacharjee, EMSL (<arunimab@pnnl.gov>)
254254* Tamas Varga, EMSL (<tamas.varga@pnnl.gov>)
255- * Lal Mamud (co- developer), PNNL (<lal.mamud@pnnl.gov>)
255+ * Lal Mamud (developer), PNNL (<lal.mamud@pnnl.gov>)
256256* Xiaoliang (Bryan) He, PNNL (<xiaoliang.he@pnnl.gov>)
257257* Anil Krishna Battu, EMSL (<anilkrishna.battu@pnnl.gov>)
258258* Satish Karra, EMSL (<karra@pnnl.gov>)
0 commit comments