Spaces:
Running
Running
Merge pull request #30 from andreped/linting
Browse filesRemoved Troubleshoot and updated Citation in README
README.md
CHANGED
@@ -69,17 +69,9 @@ pip install -r ./demo/requirements.txt
|
|
69 |
python demo/app.py --cwd ./
|
70 |
```
|
71 |
|
72 |
-
## [Troubleshooting](https://github.com/raidionics/AeroPath#troubleshooting)
|
73 |
-
|
74 |
-
Due to `share=True` being enabled by default when launching the app,
|
75 |
-
internet access is required for the app to be launched. This can disabled by setting
|
76 |
-
the argument to `--share 0`.
|
77 |
-
|
78 |
## [Citation](https://github.com/raidionics/AeroPath#citation)
|
79 |
|
80 |
-
If you found this tool relevant in your research, please cite the following
|
81 |
-
|
82 |
-
The final software including updated performance metrics for preoperative tumors and introducing postoperative tumor segmentation:
|
83 |
```
|
84 |
@article{bouget2023raidionics,
|
85 |
author = {Bouget, David and Alsinan, Demah and Gaitan, Valeria and Holden Helland, Ragnhild and Pedersen, André and Solheim, Ole and Reinertsen, Ingerid},
|
@@ -92,17 +84,3 @@ The final software including updated performance metrics for preoperative tumors
|
|
92 |
doi = {10.1038/s41598-023-42048-7},
|
93 |
}
|
94 |
```
|
95 |
-
|
96 |
-
For the preliminary preoperative tumor segmentation validation and software features:
|
97 |
-
```
|
98 |
-
@article{bouget2022preoptumorseg,
|
99 |
-
title={Preoperative Brain Tumor Imaging: Models and Software for Segmentation and Standardized Reporting},
|
100 |
-
author={Bouget, David and Pedersen, André and Jakola, Asgeir S. and Kavouridis, Vasileios and Emblem, Kyrre E. and Eijgelaar, Roelant S. and Kommers, Ivar and Ardon, Hilko and Barkhof, Frederik and Bello, Lorenzo and Berger, Mitchel S. and Conti Nibali, Marco and Furtner, Julia and Hervey-Jumper, Shawn and Idema, Albert J. S. and Kiesel, Barbara and Kloet, Alfred and Mandonnet, Emmanuel and Müller, Domenique M. J. and Robe, Pierre A. and Rossi, Marco and Sciortino, Tommaso and Van den Brink, Wimar A. and Wagemakers, Michiel and Widhalm, Georg and Witte, Marnix G. and Zwinderman, Aeilko H. and De Witt Hamer, Philip C. and Solheim, Ole and Reinertsen, Ingerid},
|
101 |
-
journal={Frontiers in Neurology},
|
102 |
-
volume={13},
|
103 |
-
year={2022},
|
104 |
-
url={https://www.frontiersin.org/articles/10.3389/fneur.2022.932219},
|
105 |
-
doi={10.3389/fneur.2022.932219},
|
106 |
-
issn={1664-2295}
|
107 |
-
}
|
108 |
-
```
|
|
|
69 |
python demo/app.py --cwd ./
|
70 |
```
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
## [Citation](https://github.com/raidionics/AeroPath#citation)
|
73 |
|
74 |
+
If you found this tool relevant in your research, please cite the following reference which introduced the backend that is used for the AeroPath demonstration:
|
|
|
|
|
75 |
```
|
76 |
@article{bouget2023raidionics,
|
77 |
author = {Bouget, David and Alsinan, Demah and Gaitan, Valeria and Holden Helland, Ragnhild and Pedersen, André and Solheim, Ole and Reinertsen, Ingerid},
|
|
|
84 |
doi = {10.1038/s41598-023-42048-7},
|
85 |
}
|
86 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|