-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (35 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
45 lines (35 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: default
---
<style>
.bottom-space {
margin-bottom: 0.25cm;
}
</style>
<div class="home">
<p class="bottom-space">
<img src="images/Gadgetron.png">
</p>
<p class="bottom-space">
The Gadgetron is an open source framework for medical image reconstruction. It has been developed at the National Heart, Lung, and Blood Institute, NIH, Bethesda, MD, USA and at the Department of Computer Science and Department of Clinical Medicine, Aarhus University, Denmark. It is made freely available to the medical image reconstruction community.
</p>
<p class="bottom-space">
The main portal for access to source code, documentation, etc. is the <a href="http://github.com/gadgetron/gadgetron">GitHub website</a>. Please direct any questions to our <a href="https://gadgetron.discourse.group">Discourse Group.</a>
</p>
<p class="bottom-space">
If you find the Gadgetron useful in your research, please cite these papers:
</p>
<p style="font-style: italic;"><a href="https://doi.org/10.1002/mrm.24389">Hansen MS, Sørensen TS. Gadgetron: An Open Source Framework for Medical Image Reconstruction. Magn Reson Med. 2013 Jun;69(6):1768-76.</a></p>
<p style="font-style: italic;"><a href="https://doi.org/10.1002/mrm.25213">Xue H, Inati S, Sørensen TS, Kellman P, Hansen MS. Distributed MRI Reconstruction Using Gadgetron-Based Cloud Computing. Magn Reson Med. 2015 Mar;73(3):1015-1025.</a></p>
<h1 class="page-heading">Posts</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
</div>