Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zenodo reference #587

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
abstract:
<p>MRpro is a MR image reconstruction and processing framework specifically
developed to work well with PyTorch. The data classes utilize torch tensors for
storing data such as MR raw data or reconstructed image data. Where possible batch
parallelisation of PyTorch is utilized to speed up image reconstruction.</p>
authors:
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Zimmermann
given-names: Felix Frederik
orcid: 0000-0002-0862-8973
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Schuenke
given-names: Patrick
orcid: 0000-0002-3179-4830
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Brahma
given-names: Sherine
orcid: 0000-0003-4340-6513
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Guastini
given-names: Mara
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Hammacher
given-names: Johannes
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Kofler
given-names: Andreas
orcid: 0000-0002-7416-4433
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Kranich Redshaw
given-names: Catarina
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Lunin
given-names: Leonid
orcid: 0000-0001-6469-5532
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Martin
given-names: Stefan
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Schote
given-names: David
orcid: 0000-0003-3468-0676
- affiliation: Physikalisch-Technische Bundesanstalt
family-names: Kolbitsch
given-names: Christoph
orcid: 0000-0002-4355-8368
cff-version: 1.2.0
date-released: "2024-12-17"
doi: 10.5281/zenodo.14509598
license:
- apache-2.0
repository-code: https://github.com/PTB-MR/mrpro/
title: MRpro - PyTorch-based MR image reconstruction and processing package
type: software
url: https://doi.org/10.5281/zenodo.14509598
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![Coverage Bagde](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/ckolbPTB/48e334a10caf60e6708d7c712e56d241/raw/coverage.json)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14509598.svg)](https://doi.org/10.5281/zenodo.14509598)

MR image reconstruction and processing package specifically developed for PyTorch.

Expand Down
Loading