From 26869af6c1032e2cfffe22b30764a9ff579b8c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20G=20Z=C3=B6llner?= <46757067+fzoellne@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:09:54 +0200 Subject: [PATCH] Update projects.json added description for VirtMRI --- _data/projects.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/_data/projects.json b/_data/projects.json index 0f1d792..af54bb0 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -1,4 +1,33 @@ [ + { + "name": "VirtMRI", + "category": "Educational", + "shortDescription": "Generate images for different MRI Sequences in your Browser", + "imageFile": "129389935.png", + "mainURL": "https://github.com/Computer-Assisted-Clinical-Medicine/VirtMRI", + "repoURL": "https://github.com/Computer-Assisted-Clinical-Medicine/VirtMRI", + "principalDevelopers": "C. Tönnes, C. Licht, L. R. Schad and F. G. Zöllner", + "longDescription": "Magnetic resonance image formation is not trivial and remains a difficult subject for teaching. Therefore, we saw an urgent need to facilitate teaching by developing a practical and easily accessible MR image generator. The user interface focuses on the parameters needed for the creation and display of the resulting images. Available MR sequences range from the standard Spin Echo and Inversion Recovery over steady-state to conventional sodium and more advanced single and triple quantum sequences. Additionally, the user interface has parameters to alter the resolution, the noise, and the k-space sampling. Our software is free to use and specifically suited for teaching purposes.", + "keywords": ["MRI", "teaching", "contrast", "simulation"], + "keyReferences": [ + { + "referenceText": "C. Tönnes, C. Licht, L. R. Schad and F. G. Zöllner, VirtMRI: A Tool for Teaching MRI. J Med Syst 47, 110 (2023).", + "referenceURL": "https://doi.org/10.1007/s10916-023-02004-4" + } + + ], + "extraResources": [ + { + "resourceType": "Website", + "URL": "https://virtmri.keks.li/" + } + ], + "dateAddedToMRHub": "2024-07-23", + "dateSoftwareLastUpdated": "2024-07-23", + "citationSearchString": "10.1007/s10916-023-02004-4", + "citationCount": "" + }, + { "name": "KomaMRI.jl", "category": "Simulation", @@ -1759,4 +1788,4 @@ "citationSearchString": "31c3714632020b75be5b25a0d15f0c2d71c38a14", "citationCount": "5" } -] \ No newline at end of file +]