From 5ef5aee40e2ef18164e4eade87968d8ab7d4d2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Wed, 25 Oct 2023 11:56:28 +0200 Subject: [PATCH 1/2] Deprecated Troubleshooting section which is outdated --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8a18352..ca364aa 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,6 @@ pip install -r ./demo/requirements.txt python demo/app.py --cwd ./ ``` -## [Troubleshooting](https://github.com/raidionics/AeroPath#troubleshooting) - -Due to `share=True` being enabled by default when launching the app, -internet access is required for the app to be launched. This can disabled by setting -the argument to `--share 0`. - ## [Citation](https://github.com/raidionics/AeroPath#citation) If you found this tool relevant in your research, please cite the following references enabling the backend compute magic. From 790f48c47483677edc9b1f7bcd62136ae0426f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Wed, 25 Oct 2023 11:59:14 +0200 Subject: [PATCH 2/2] Updated Citation --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index ca364aa..3653814 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,7 @@ python demo/app.py --cwd ./ ## [Citation](https://github.com/raidionics/AeroPath#citation) -If you found this tool relevant in your research, please cite the following references enabling the backend compute magic. - -The final software including updated performance metrics for preoperative tumors and introducing postoperative tumor segmentation: +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: ``` @article{bouget2023raidionics, author = {Bouget, David and Alsinan, Demah and Gaitan, Valeria and Holden Helland, Ragnhild and Pedersen, André and Solheim, Ole and Reinertsen, Ingerid}, @@ -86,17 +84,3 @@ The final software including updated performance metrics for preoperative tumors doi = {10.1038/s41598-023-42048-7}, } ``` - -For the preliminary preoperative tumor segmentation validation and software features: -``` -@article{bouget2022preoptumorseg, - title={Preoperative Brain Tumor Imaging: Models and Software for Segmentation and Standardized Reporting}, - 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}, - journal={Frontiers in Neurology}, - volume={13}, - year={2022}, - url={https://www.frontiersin.org/articles/10.3389/fneur.2022.932219}, - doi={10.3389/fneur.2022.932219}, - issn={1664-2295} -} -```