From 6754a810e0939d4118d99e16977e82607c934782 Mon Sep 17 00:00:00 2001 From: Thibaud Coroller <14895385+tcoroller@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:40:53 -0500 Subject: [PATCH 1/2] added details --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29d057d..eb3e4f3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ https://anaconda.org/conda-forge/torchsurv) If you find this repository useful, please consider giving a star! ⭐ +This project was developped by Novartis and the FDA as part of the research collaboration agreement on radiogenomics. + ## TL;DR Our idea is to **keep things simple**. You are free to use any model architecture you want! Our code has 100% PyTorch backend and behaves like any other functions (losses or metrics) you may be familiar with. @@ -239,10 +241,10 @@ By contributing to this project, you agree to license your contributions under t ## Contacts -* [Thibaud Coroller](mailto:thibaud.coroller@novartis.com?subject=TorchSurv) `(creator, maintainer)` -* [Mélodie Monod](mailto:melodie.monod@novartis.com?subject=TorchSurv) `(creator, maintainer)` -* [Peter Krusche](mailto:peter.krusche@novartis.com?subject=TorchSurv) `(author, maintainer)` -* [Qian Cao](mailto:qian.cao@fda.hhs.gov@novartis.com?subject=TorchSurv) `(author, maintainer)` +* [Thibaud Coroller](mailto:thibaud.coroller@novartis.com?subject=TorchSurv) (**Novartis**): `(creator, maintainer)` +* [Mélodie Monod](mailto:monod.melodie@gmail.com?subject=TorchSurv) (**Imperial College London**): `(creator, maintainer)` +* [Peter Krusche](mailto:peter.krusche@novartis.com?subject=TorchSurv) (**Novartis**): `(author, maintainer)` +* [Qian Cao](mailto:qian.cao@fda.hhs.gov?subject=TorchSurv) (**FDA**): `(author, maintainer)` If you have any questions, suggestions, or feedback, feel free to reach out the developement team [us](https://opensource.nibr.com/torchsurv/AUTHORS.html). From 1fb825e3fa9d3369b6b0b2f995aabd5d70e25d19 Mon Sep 17 00:00:00 2001 From: Qian Cao Date: Fri, 29 Nov 2024 09:26:36 -0500 Subject: [PATCH 2/2] Update README.md fixed a minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3e4f3..7a545c7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ https://anaconda.org/conda-forge/torchsurv) If you find this repository useful, please consider giving a star! ⭐ -This project was developped by Novartis and the FDA as part of the research collaboration agreement on radiogenomics. +This package was developed by Novartis and the FDA as part of a research collaboration agreement on radiogenomics. ## TL;DR