-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMisc.html
81 lines (71 loc) · 4.02 KB
/
Misc.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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="profile.css">
</head>
<body>
<div class="content">
<div class="nav">
[<a href="index.html">Home</a>] [<a href="Projects.html">Projects</a>] [<a href="Publications.html">Publications</a>] [<a href="resource/CV_Kang.pdf">CV</a>] [<a href="Blogs.html">Blogs</a>] [Misc] [<a href="faq.html">FAQ</a>]
</div>
<h3>MRI Books</h3>
<marquee behavior="scroll" direction="right">
<img src="images/handbook.gif" alt="handbook" style="width:135px; height:200px">
<img src="images/DG_Nishimura.jpg" alt="nishimura" style="width:135px; height:200px">
<img src="images/green.jpg" alt="greenbook" style="width:135px; height: 200px">
</marquee>
<h3>MRI Scanner</h3>
<ul>
<li><a href="https://med.virginia.edu/radiology-research/imaging-services/getting-started/">UVA Snyder/Hospital MRI scanner Scheduling System</a></li>
<li><a href="http://www.bmap.ucla.edu/docs/PrismaUserGuide.pdf">Siemens Prisma 3T MRI scanner User Guide</a> by UCLA Brain Mapping Center.</li>
<li><a href="https://www.magnetom.net/login">Siemens MAGNEROM Community</a> for IDEA users</li>
<li><a href="https://www.escardio.org/static-file/Escardio/Subspecialty/EACVI/Publications%20and%20recommendations/Books%20and%20booklets/CMR%20pocket%20guides/CMR_guide_2nd_edition_148x105mm_03May2017_last%20version.pdf">Cardiovascular Magnetic Resoanance Pocket Guide -> Cardiac MRI Localiser</a>
</ul>
<h3>UVA</h3>
<ul>
<li><a href="https://brand.virginia.edu/">UVAbrand</a>: for presentation (PPT/Word/etc) design</li>
<li><a href="https://educationabroad.virginia.edu/uva-student-gme-international-travel-registry">UVA Student & GME International Travel Registry</a> for international travel (e.g. ISMRM)</li>
<li><a href="https://louslist.org/">UVA Class Schedule</a> (Unofficial)</li>
<li><a href="https://uvahealth.com/patients-visitors/shuttle/fontaine-route">Fontaine Research Park Shuttle Route & Schedule</a></li>
</ul>
<h3>Course</h3>
<ul>
<table style="width: 60%">
<tr>
<td>MIT</td>
<td>18.06 Linear Algebra</td>
<td><a href="https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/">Lecture Video</a></td>
<td><a href="https://github.com/mitmath/1806">Github</a></td>
<td><a href="http://web.mit.edu/18.06/www/">Webpage</a></td>
</tr>
<tr>
<td>Stanford</td>
<td>Rad229 MRI Signals and Sequences</td>
<td><a href="https://www.youtube.com/channel/UCJgAoFeFMKQ-f1XVPrFBslQ">Lecture Video</></td>
<td><a href="https://github.com/mribri999/MRSignalsSeqs">Github</a></td>
<td><a href="https://web.stanford.edu/class/rad229/">Webpage</a></td>
</tr>
<tr>
<td>Harvard</td>
<td>CS50 Introduction to Computer Science</td>
<td><a href="https://www.youtube.com/cs50">Lecture Video</a></td>
<td><a href="https://github.com/cs50">Github</a></td>
<td><a href="https://pll.harvard.edu/course/cs50-introduction-computer-science">Webpage</a></td>
</tr>
</table>
</ul>
<h3>Docs</h3>
<ul>
<li>Pragramming Languages: [<a href="https://docs.python.org/3/tutorial/index.html">Python</a>][<a href="https://en.cppreference.com/w/">C++ reference</a>]</li>
<li>Text:[<a href="https://www.markdownguide.org/">Markdown</a>][<a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a>][<a href="https://www.overleaf.com/learn">LaTeX</a>]</li>
<li>Software: [<a href="https://vimhelp.org/">Vim</a>][<a href="https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository">Github</a>]</li>
</ul>
<h3>eBooks</h3>
<ul>
<li><a href="https://ctext.org/zh">Chinese Text Project</a></li>
<li><a href="https://zh.wikisource.org/">Wikisource</a></li>
</ul>
</div>
</body>
</html>