-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeline1.html
102 lines (96 loc) · 3.81 KB
/
timeline1.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="timeline.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="container">
<!-- Based on https://codepen.io/erinesullivan/pen/MvOdOE -->
<h1>NCRI Timelines</h1>
<h2>Access to Services (unfunded projects)</h2>
<ol class="process-chart">
<li>
<div>
<h2>You submit request to Access to Services</h2>
<p>Timeline estimates begin when your protocol is determined to be complete and final by our team.</p>
</div>
</li>
<li>
<div>
<h2>Regulatory Team submits to IRB and NHRO</h2>
<p>Typical timeline: <strong><nobr>2 weeks</nobr></strong></p>
</div>
</li>
<li>
<div>
<h2>IRB reviews and sends approval</h2>
<p>Typical timeline: <strong><nobr>4 weeks</nobr></strong></p>
</div>
</li>
<li>
<div>
<h2>NRI Legal Review</h2>
<p>Typical timeline: <strong><nobr>3 weeks</nobr></strong></p>
</div>
</li>
<li>
<div>
<h2>NHC HR Review</h2>
<p>Typical timeline: <strong><nobr>8 weeks</nobr></strong></p>
<p>Only applies when protocol involves collecting survey or interview responses from NHC employees</p>
</div>
</li>
<li>
<div>
<h2>NRI Approval</h2>
</div>
</li>
</ol>
<h2>Industry Sponsored Clinical Trials</h2>
<ol class="process-chart">
<li>
<div>
<h2>We recieve final protocol from the sponsor</h2>
</div>
</li>
<li>
<div>
<h2>Feasibility team reviews project and hands off for start-up</h2>
<p>Typical timeline: <strong><nobr>14 weeks</nobr></strong></p>
</div>
</li>
<li>
<div>
<h2>Budget negotiation</h2>
<p>Typical timeline: <strong><nobr>8 weeks</nobr></strong></p>
<p>The timeline at this stage varies greatly depending on sponsor responsiveness.</p>
</div>
</li>
<li>
<div>
<h2>NRI Legal Review</h2>
<p>Typical timeline: <strong><nobr>8 weeks</nobr></strong></p>
<p>The timeline at this stage varies greatly depending on sponsor responsiveness.</p>
</div>
</li>
<li>
<div>
<h2>NRI Approval</h2>
</div>
</li>
</ol>
<h2>Other Timelines</h2>
<ul>
<li>Getting a 1st or 2nd year UofL medical student access to Epic: <strong><nobr>6 weeks</nobr></strong>
<p><i>This timeline can vary depending on how long it takes the student to return paper work. Also, this timeline only applies to UofL medical students (there are challenges with other kinds of students) and only for projects that do not require students to work in Norton facilities.</i></p></li>
<li><a href="https://helpmencri.org/casereport">Case report: </li>
<li>Epic data request (from NRI approval to transfer of final data set: <strong><nobr>27 days</nobr></strong>
</ul>
</div>
</div>
</body>
</html>