-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (30 loc) · 1.42 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
---
layout: default
---
<div style="background: #E1F5A9; padding: 1em; border-radius: 1em; border: 2px solid #74DF00">
The content for this website is maintained by the
ISMRM Study Group for Detection and Correction of Motion in MRI / MRS on Github at <a href="https://github.com/ISMRM/MoCo">https://github.com/ISMRM/MoCo</a>
</div>
<!-- can use the following bit if we have blog posts... -->
<!-- <div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="date">
{{ post.date | date: "%B %e, %Y" }} {% if post.author %} • {{ post.author }} {% endif %}
</div>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div> -->
<div class="page">
<ul>
<li>Seminar recordings from the Virtual Seminars:<a href=https://bit.ly/moco-sg-seminars>https://bit.ly/moco-sg-seminars</a></li>
<li>Stefan Skare's MoCo Database: <a href=http://34.88.15.16/webapps/home/>http://34.88.15.16/webapps/home/</a></li>
<li>"Hand's on motion estimation and correction" by Gastao Cruz and Thomas Kuestner, created for the ISMRM MoCo Workshop, Oxford, Aug/Sep 2022
<a href=https://github.com/lab-midas/ismrm-moco-workshop>https://github.com/lab-midas/ismrm-moco-workshop</a></li>
</ul>
</div>