-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (131 loc) · 7.39 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html><head>
<meta name="generator" content="Hugo 0.125.4">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://learnprostatemri.org/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<title>Learn Prostate MRI - An Introduction to Prostate MRI Interpretation</title>
</head>
<body>
<div class="container">
<div class="row margin-bottom"><div class="header">
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="./">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</a>
<ul class="dropdown-menu custom-dropdown" style="font-size: 18px;">
<li><a class="dropdown-item custom-drop-item" href="./articles">Review articles and commentaries </a></li>
<li><a class="dropdown-item custom-drop-item" href="./investigations">Original investigations </a></li>
<li><a class="dropdown-item custom-drop-item" href="./pitfalls">Pitfalls in MRI interpretation</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./quiz">The Quiz</a>
</li>
<form>
<a class="btn btn-sm btn-primary me-2" role="button" href="./cases/" style="padding-bottom: 5px; padding-top: 5px; padding-left: 12px; padding-right: 12px;">Interactive Cases</a>
</form>
</ul>
</div>
</nav>
<h1 class="sitetitle" style="margin-top: 30px; margin-bottom: 10px;">Learn Prostate MRI</h1>
</div></div>
<div class="row">
<div class="col-sm-12">
<div class="col-12 col-xl-9">
<p style="text-align: justify;">This website was created in 2017 by a grant from the Radiological Society of North America’s Research &
Educational Foundation and is now supported by the NYU Grossman School of Medicine Center for Biomedical
Imaging. It seeks to provide an introduction to prostate MRI interpretation, including the use of the Prostate
Imaging Reporting and Data System (PI-RADS). At the core of the website is a collection of approximately 50
teaching cases. Each case includes a set of scrollable multi-parametric MR data sets, accessible via one’s
browser. Learners may take these cases as unknowns and subsequently review annotated solutions to receive
feedback. Supplemental material includes an introductory lecture as well as links to background reading on the
topic.
</p>
<p> </p>
</div>
<a class="btn btn-outline-dark" type="button" data-bs-toggle="modal" data-bs-target="#exampleModal"><i class="bi bi-play-circle" style="margin-right: 8px;"></i>Watch
introductory lecture on PI-RADS
</a>
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-xl">
<div class="modal-content rounded">
<div class="modal-header" style="border: none;">
<h3 class="modal-title" id="exampleModalLabel">Watch Introductory Lecture on PI-RADS</h3>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe id="videocontainer" class="youtube-video embed-responsive-item" src="https://www.youtube.com/embed/GJPQ1a4xjAs?si=a6RiUzPOSPYjxC80"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<a class="btn btn-outline-dark" role="button"
href="http://www.acr.org/~/media/ACR/Documents/PDF/QualitySafety/Resources/PIRADS/PIRADS%20V2.pdf"
target="_blank"><i class="bi bi-file-arrow-down" style="margin-right: 8px;"></i>Download PI-RADS Version 2</i>
</a>
<p> </p>
</div>
</div>
<script>
$(document).ready(function(){
var url = "https://www.youtube.com/embed/GJPQ1a4xjAs?si=a6RiUzPOSPYjxC80"
$("#exampleModal").on('hide.bs.modal', function(){
$("#videocontainer").attr('src', '');
});
$("#exampleModal").on('show.bs.modal', function(){
$("#videocontainer").attr('src', url);
});
});
</script>
<footer id="footer" style="margin-top: 40px;">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-4 mb-3">
<small>
Disclaimer: Except for where otherwise indicated, the content of this website is the sole property
of Dr. Andrew Rosenkrantz.Permission from the site's author is required prior to any use or reproduction of
any of the content.
</small>
<small style="margin-top: 8px;">© 2017-2024 Dr. Andrew Rosenkrantz</small>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 mb-3" style="text-align: center;">
<a href="https://www.rsna.org/" target="_blank"><img src="./logo.png" style="height: 43px;" align="center"></a>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 mb-3" style="text-align: center;">
<a href="https://med.nyu.edu/departments-institutes/radiology/research" target="_blank"><img src="./CBI_Logo_Final.png" style="height: 43px;"></a>
</div>
<div class="col-lg-2 col-md-2 col-sm-12">
<a style="color: #ddd; font-size: 9px; text-align: right; display: block; text-decoration: none;"
href="http://jamiekleiman.com/" target="_blank">Web
design by
Jamie Kleiman</a>
</div>
</div>
</footer><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</div>
</body>
</html>