Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
skaliy committed Sep 27, 2023
1 parent 171712d commit 7017aaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ See

If you are using fastMONAI in your research, please use the following citation:

```
@article{KALIYUGARASAN2023100583,
title = {fastMONAI: A low-code deep learning library for medical image analysis},
journal = {Software Impacts},
Expand All @@ -64,4 +65,5 @@ url = {https://www.sciencedirect.com/science/article/pii/S2665963823001203},
author = {Satheshkumar Kaliyugarasan and Alexander S. Lundervold},
keywords = {Deep learning, Medical imaging, Radiology},
abstract = {We introduce fastMONAI, an open-source Python-based deep learning library for 3D medical imaging. Drawing upon the strengths of fastai, MONAI, and TorchIO, fastMONAI simplifies the use of advanced techniques for tasks like classification, regression, and segmentation. The library's design addresses domain-specific demands while promoting best practices, facilitating efficient model development. It offers newcomers an easier entry into the field while keeping the option to make advanced, lower-level customizations if needed. This paper describes the library's design, impact, limitations, and plans for future work.}
}
}
```
4 changes: 3 additions & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"source": [
"If you are using fastMONAI in your research, please use the following citation:\n",
"\n",
"```\n",
"@article{KALIYUGARASAN2023100583,\n",
"title = {fastMONAI: A low-code deep learning library for medical image analysis},\n",
"journal = {Software Impacts},\n",
Expand All @@ -139,7 +140,8 @@
"author = {Satheshkumar Kaliyugarasan and Alexander S. Lundervold},\n",
"keywords = {Deep learning, Medical imaging, Radiology},\n",
"abstract = {We introduce fastMONAI, an open-source Python-based deep learning library for 3D medical imaging. Drawing upon the strengths of fastai, MONAI, and TorchIO, fastMONAI simplifies the use of advanced techniques for tasks like classification, regression, and segmentation. The library's design addresses domain-specific demands while promoting best practices, facilitating efficient model development. It offers newcomers an easier entry into the field while keeping the option to make advanced, lower-level customizations if needed. This paper describes the library's design, impact, limitations, and plans for future work.}\n",
"}"
"}\n",
"```"
]
}
],
Expand Down

0 comments on commit 7017aaf

Please sign in to comment.