You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#8354
### Description
A few sentences describing the changes proposed in this pull request.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: R. Garcia-Dias <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+17-14
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ Its ambitions are as follows:
33
33
- customizable design for varying user expertise;
34
34
- multi-GPU multi-node data parallelism support.
35
35
36
-
37
36
## Installation
38
37
39
38
To install [the current release](https://pypi.org/project/monai/), you can simply run:
@@ -54,30 +53,34 @@ Technical documentation is available at [docs.monai.io](https://docs.monai.io).
54
53
55
54
## Citation
56
55
57
-
If you have used MONAI in your research, please cite us! The citation can be exported from: https://arxiv.org/abs/2211.02701.
56
+
If you have used MONAI in your research, please cite us! The citation can be exported from: <https://arxiv.org/abs/2211.02701>.
58
57
59
58
## Model Zoo
59
+
60
60
[The MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) is a place for researchers and data scientists to share the latest and great models from the community.
61
61
Utilizing [the MONAI Bundle format](https://docs.monai.io/en/latest/bundle_intro.html) makes it easy to [get started](https://github.com/Project-MONAI/tutorials/tree/main/model_zoo) building workflows with MONAI.
62
62
63
63
## Contributing
64
+
64
65
For guidance on making a contribution to MONAI, see the [contributing guidelines](https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md).
65
66
66
67
## Community
68
+
67
69
Join the conversation on Twitter/X [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
68
70
69
71
Ask and answer questions over on [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/discussions).
70
72
71
73
## Links
72
-
- Website: https://monai.io/
73
-
- API documentation (milestone): https://docs.monai.io/
74
-
- API documentation (latest dev): https://docs.monai.io/en/latest/
0 commit comments