Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scikit-surgery/scikit-surgerytutorial02
SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
https://github.com/scikit-surgery/scikit-surgerytutorial02
cookiecutter python scikit-surgery software-engineering ucl
Last synced: 24 days ago
JSON representation
SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
- Host: GitHub
- URL: https://github.com/scikit-surgery/scikit-surgerytutorial02
- Owner: SciKit-Surgery
- License: other
- Created: 2020-07-28T09:51:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T14:57:46.000Z (over 1 year ago)
- Last Synced: 2023-07-07T16:23:59.622Z (over 1 year ago)
- Topics: cookiecutter, python, scikit-surgery, software-engineering, ucl
- Language: Python
- Homepage: http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
- Size: 29.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
SciKit-Surgery Tutorial on Software Development for Clinical Translation
========================================================================.. image:: https://github.com/SciKit-Surgery/scikit-surgerytutorial02/raw/master/tut02_logo.gif
:height: 128px
:width: 128px
:target: https://github.com/SciKit-Surgery/scikit-surgerytutorial02
:alt: Logo|
.. image:: https://readthedocs.org/projects/scikit-surgerytutorial02/badge/?version=latest
:target: http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://img.shields.io/badge/Cite-SciKit--Surgery-informational
:target: https://doi.org/10.1007/s11548-020-02180-5
:alt: The SciKit-Surgery paper.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
:target: CODE_OF_CONDUCT.md.. image:: https://img.shields.io/badge/MICCAI%20Educational%20Challenge-Thanks%20for%20Coming-yellow
:target: https://miccai-sb.github.io/materials.html#mec2019
:alt: Finalist in 2019 MICCAI Educational Challenge.. image:: https://img.shields.io/twitter/follow/scikit_surgery?style=social
:target: https://twitter.com/scikit_surgery?ref_src=twsrc%5Etfw
:alt: Follow scikit_surgery on twitterAuthor(s): Miguel Xochicale and Stephen Thompson
Contributor(s): Sujon Hakim, Mian Asbat Ahmad, Thomas Dowrick and Matt ClarksonThis is the SciKit-Surgery Tutorial on Software Development for Clinical Translation. It is targeted at researchers working in medical imaging and computer aided interventions, who want to maximise the impact of their work by publishing robust and reusable code.
The tutorial will guide the user through using the SciKit-Surgery Python template to create a well written and reusable algorithm library.The SciKit-Surgery Tutorial on Software Development for Clinical Translation is part of the `SciKit-Surgery`_ software project, developed at the `Wellcome EPSRC Centre for Interventional and Surgical Sciences`_, part of `University College London (UCL)`_.
This SciKit-Surgery Tutorial is tested on Python 3.8. and may support other Python versions.
Contributing
^^^^^^^^^^^^Please see the `contributing guidelines`_.
Useful links
^^^^^^^^^^^^* `Source code repository`_
* `Documentation`_Licensing and copyright
-----------------------Copyright 2019 University College London.
SciKit-SurgeryTutorial02 is released under the BSD-3 license. Please see the `license file`_ for details.Acknowledgements
----------------Supported by `Wellcome`_ and `EPSRC`_.
.. _`Wellcome EPSRC Centre for Interventional and Surgical Sciences`: http://www.ucl.ac.uk/weiss
.. _`source code repository`: https://github.com/SciKit-Surgery/scikit-surgerytutorial02
.. _`Documentation`: https://scikit-surgerytutorial02.readthedocs.io
.. _`SciKit-Surgery`: https://github.com/SciKit-Surgery/scikit-surgery
.. _`University College London (UCL)`: http://www.ucl.ac.uk/
.. _`Wellcome`: https://wellcome.ac.uk/
.. _`EPSRC`: https://www.epsrc.ac.uk/
.. _`contributing guidelines`: https://github.com/SciKit-Surgery/scikit-surgerytutorial02/blob/master/CONTRIBUTING.rst
.. _`license file`: https://github.com/SciKit-Surgery/scikit-surgerytutorial02/blob/master/LICENSE