Skip to content

Commit 3bd7b41

Browse files
committed
add arxiv reference
1 parent 94f6b15 commit 3bd7b41

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@ sys.path.append( os.path.join( os.environ.get('DT4CO_PATH'), "src" ) )
3030
```
3131

3232
## Reference
33-
If you find the following helpful, please cite the following
33+
If you find this library useful in your research, please consider citing the following:
3434
```
35-
BIBTEX PLACEHOLDER
35+
@misc{pash2025predictivedigitaltwinsquantified,
36+
title={Predictive Digital Twins with Quantified Uncertainty for Patient-Specific Decision Making in Oncology},
37+
author={Graham Pash and Umberto Villa and David A. Hormuth II and Thomas E. Yankeelov and Karen Willcox},
38+
year={2025},
39+
eprint={2505.08927},
40+
archivePrefix={arXiv},
41+
primaryClass={cs.CE},
42+
url={https://arxiv.org/abs/2505.08927},
43+
}
3644
```

0 commit comments

Comments
 (0)