forked from mrfil/mrfil.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·94 lines (89 loc) · 4.6 KB
/
index.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
title: Linear
layout: default
---
<!-- Featured -->
<div id="featured">
<div class="container">
<header>
<h2>Open Source Software from <a href="http://mrfil.bioen.illinois.edu/">MRFIL</a> </h2>
</header>
<p>We develop tools and acquisition strategies to enable new applications in Magnetic Resonance Imaging. Check out our <a href="https://mrfilbioen.web.illinois.edu/">lab site</a> for more information about who we are and what we do.</p>
<hr />
<div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-graduation-cap"></span></span>
<h3>Check out our lab</h3>
<p>MRFIL is the Magnetic Resonance Functional Imaging Lab in the <a href="http://beckman.illinois.edu/">Beckman Institute</a> at the <href="http://illinois.edu">University of Illinois</a> lead by Brad Sutton.</p>
<a href="https://mrfilbioen.web.illinois.edu/" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-university"></span></span>
<h3>Open Source Software</h3>
<p>Our code is released primarily under the <a href="https://opensource.org/licenses/NCSA">University of Illinois/NCSA Open Source License</a>, an <a href="https://opensource.org/">OSI</a> approved Open Source license.</p>
<a href="https://opensource.org/licenses/NCSA" class="button button-style1">Read More at OSI</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-github"></span></span>
<h3>Check us out on GitHub</h3>
<p>Find our released projects via our org page on GitHub. Fork code and send us comments or suggestions.</p>
<a href="http://www.github.com/mrfil" class="button button-style1">GitHub</a>
</section>
</div>
</div>
</div>
<!-- Main -->
<div id="main">
<div id="content" class="container">
<div class="row">
<section class="6u">
<a href="{{ site.github.url }}/PowerGrid" class="image full"><img src="/assets/images/pic01.png" alt=""></a>
<header>
<h2><a href="{{ site.github.url }}/PowerGrid">PowerGrid</a></h2>
</header>
<p>Check out our open source toolkit for accelerating non-Cartesian reconstructions via GPUs and distributed memory computations. Presented at ISMRM 2016 in Singapore, May 7th-13th, 2016.</p>
</section>
<section class="6u">
<a href="https://github.com/mrfil/lesion-mapper" class="image full"><img src="/assets/images/pic02.png" alt=""></a>
<header>
<h2><a href="https://github.com/mrfil/lesion-mapper">Lesion Mapper</a></h2>
</header>
<p>Automated software for mapping T2 white matter hyperintensities. Presented as a poster at ISMRM 2015 in Toronto, Canada.</p>
</section>
</div>
<div class="row">
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/pic03.jpg" alt=""></a>
<header>
<h2>IMPATIENT</h2>
</header>
<p>Illinois Massively Parallel Acceleration Toolkit. A CUDA based toolkit for Non-Cartesian Reconstruction with GPUs.</p>
</section>
<section class="6u">
<a href="https://github.com/mrfil/pipeline-hpc" class="image full"><img src="/assets/images/hpc.png" alt=""></a>
<header>
<h2><a href="https://github.com/mrfil/pipeline-hpc">HPC Pipeline</a></h2>
</header>
<p>Framework for deploying a DICOM to resting-state functional connectivity and structural connectivity processing pipeline. Presented as a poster at ISMRM 2021 (abstract #3766: Automating Reproducible Connectivity Processing Pipelines on High Performance Computing Machines"Automating Reproducible Connectivity Processing Pipelines on High Performance Computing Machines", Paul B Camacho, Evan D Anderson, Hillary Schwarb, Aaron T Anderson, Tracey Wszalek, Brad P SuttonAutomating Reproducible Connectivity Processing Pipelines on High Performance Computing Machines)</p>
</section>
</div>
<div class="row">
<section class="6u">
<a href="{{ site.github.url }}/RecoIL" class="image full"><img src="/assets/images/Logo.png" alt=""></a>
<header>
<h2><a href="https://github.com/mrfil/RecoIL">RecoIL</a></h2>
</header>
<p>Tools for prototyping non-Cartesian MR image reconstruction</p>
</section>
<!-- <section class="6u">
<a href="https://github.com/mrfil/lesion-mapper" class="image full"><img src="/assets/images/pic02.png" alt=""></a>
<header>
<h2><a href="https://github.com/mrfil/lesion-mapper">Lesion Mapper</a></h2>
</header>
<p>Automated software for mapping T2 white matter hyperintensities. Presented as a poster at ISMRM 2015 in Toronto, Canada.</p>
</section>
</div>
-->
</div>
</div>
</div>