andreped commited on
Commit
651f412
1 Parent(s): 4b282a9

published in PLOS ONE

Browse files

updated README to have updated info regarding published article, both URL to paper and citation policy

Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -3,7 +3,7 @@
3
  [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
4
  [![Build Actions Status](https://github.com/VemundFredriksen/LungTumorMask/workflows/Build/badge.svg)](https://github.com/VemundFredriksen/LungTumorMask/actions)
5
 
6
- This is the official repository for the paper [_"Teacher-Student Architecture for Mixed Supervised Lung Tumor Segmentation"_](https://arxiv.org/abs/2112.11541), **accepted for publication** in PLOS ONE.
7
 
8
  A pretrained model is made available in a command line tool and can be used as you please. However, the current model is not intended for clinical use. The model is the result of a proof-of-concept study. An improved model will be made available in the future, when more training data is made available.
9
 
@@ -31,11 +31,16 @@ lungtumormask patient_01.nii.gz mask_01.nii.gz
31
  ## Acknowledgements
32
  If you found this repository useful in your study, please, cite the following paper:
33
  ```
34
- @misc{fredriksen2021teacherstudent,
35
- title={Teacher-Student Architecture for Mixed Supervised Lung Tumor Segmentation},
36
- author={Vemund Fredriksen and Svein Ole M. Svele and André Pedersen and Thomas Langø and Gabriel Kiss and Frank Lindseth},
37
- year={2021},
38
- eprint={2112.11541},
39
- archivePrefix={arXiv},
40
- primaryClass={eess.IV}}
 
 
 
 
 
41
  ```
 
3
  [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
4
  [![Build Actions Status](https://github.com/VemundFredriksen/LungTumorMask/workflows/Build/badge.svg)](https://github.com/VemundFredriksen/LungTumorMask/actions)
5
 
6
+ This is the official repository for the paper [_"Teacher-student approach for lung tumor segmentation from mixed-supervised datasets"_](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0266147), published in PLOS ONE.
7
 
8
  A pretrained model is made available in a command line tool and can be used as you please. However, the current model is not intended for clinical use. The model is the result of a proof-of-concept study. An improved model will be made available in the future, when more training data is made available.
9
 
 
31
  ## Acknowledgements
32
  If you found this repository useful in your study, please, cite the following paper:
33
  ```
34
+ @article{fredriksen2021teacherstudent,
35
+ title = {Teacher-student approach for lung tumor segmentation from mixed-supervised datasets},
36
+ author = {Fredriksen, Vemund AND Sevle, Svein Ole M. AND Pedersen, André AND Langø, Thomas AND Kiss, Gabriel AND Lindseth, Frank},
37
+ journal = {PLOS ONE},
38
+ publisher = {Public Library of Science},
39
+ year = {2022},
40
+ month = {04},
41
+ doi = {10.1371/journal.pone.0266147},
42
+ volume = {17},
43
+ url = {https://doi.org/10.1371/journal.pone.0266147},
44
+ pages = {1-14},
45
+ number = {4}}
46
  ```