Skip to content

Commit 652ab27

Browse files
authored
Merge pull request #16 from EMSL-Computing/joss_review_updates
Update readme with new tree structure and files
2 parents 0798e35 + 25bfe2d commit 652ab27

1 file changed

Lines changed: 25 additions & 17 deletions

File tree

README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -282,31 +282,30 @@ Additionally, your contributions can be as simple as:
282282

283283
```
284284
.
285-
├── Dockerfile
286-
├── LICENSE.md
287-
├── README.Docker.md
288-
├── README.md
289-
├── compose.yaml
290-
├── dist
291-
│ ├── pore2chip-0.0.8-py3-none-any.whl
292-
│ └── pore2chip-0.0.8.tar.gz
293-
├── docker_requirements.txt
285+
├── CITATION.cff
286+
├── DISCLAIMER.md
287+
├── docs
288+
│ ├── make.bat
289+
│ ├── Makefile
290+
│ └── source
294291
├── example_outputs
295-
│ ├── ModEx_Loop_SoilChip.jpg
296292
│ ├── cad_mockup.PNG
297293
│ ├── cad_mockup2.PNG
294+
│ ├── fabricated_chip.jpg
298295
│ ├── flow
299296
│ ├── grain_network.png
300297
│ ├── grain_network.svg
301298
│ ├── micromodel.npy
299+
│ ├── ModEx_Loop_SoilChip.jpg
300+
│ ├── network_from_values.svg
302301
│ ├── network.dxf
303302
│ ├── network.png
304303
│ ├── network.svg
305304
│ ├── network1.png
306305
│ ├── network1.svg
307306
│ ├── network2.png
308307
│ ├── network2.svg
309-
│ └── network_from_values.svg
308+
│ └── README.md
310309
├── examples
311310
│ ├── bean_bucket_100
312311
│ ├── example_1_50x50_to_model.ipynb
@@ -315,25 +314,34 @@ Additionally, your contributions can be as simple as:
315314
│ ├── example_4_porespy_analysis.ipynb
316315
│ ├── example_5_vtk_exporting.ipynb
317316
│ ├── example_6_flow_2d_numerical_on_XCT.ipynb
318-
│ └── example_7_flow_2d_pinn_on_XCT.ipynb
319-
├── paper.bib
320-
├── paper.md
317+
│ ├── example_7_flow_2d_pinn_on_XCT.ipynb
318+
│ └── README.md
319+
├── LICENSE.md
320+
├── paper
321+
│ ├── figures
322+
│ ├── material
323+
│ ├── paper.bib
324+
│ └── paper.md
321325
├── pyproject.toml
326+
├── README.md
322327
├── requirements.txt
323328
├── src
324329
│ ├── flow
325330
│ ├── pore2chip
326-
│ └── pore2chip.egg-info
331+
│ └── README.md
327332
├── tahoma.sh
328333
├── tests
334+
│ ├── README.md
329335
│ ├── test_coordination.py
330336
│ ├── test_export.py
331337
│ ├── test_filter_im.py
338+
│ ├── test_flow.py
332339
│ ├── test_generate.py
333-
│ └── test_metrics.py
340+
│ ├── test_metrics.py
341+
│ └── test_train_pinn.py
334342
└── tree.txt
335343
336-
11 directories, 40 files
344+
14 directories, 45 files
337345
```
338346

339347
## Acknowledgements

0 commit comments

Comments
 (0)