-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
183 lines (158 loc) · 8.75 KB
/
resources.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Site Properties -->
<title>MS Genetics</title>
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon" />
<!-- Semantic UI -->
<link rel="stylesheet" type="text/css" href="semantic/components/reset.css">
<link rel="stylesheet" type="text/css" href="semantic/components/site.css">
<link rel="stylesheet" type="text/css" href="semantic/components/container.css">
<link rel="stylesheet" type="text/css" href="semantic/components/grid.css">
<link rel="stylesheet" type="text/css" href="semantic/components/header.css">
<link rel="stylesheet" type="text/css" href="semantic/components/image.css">
<link rel="stylesheet" type="text/css" href="semantic/components/menu.css">
<link rel="stylesheet" type="text/css" href="semantic/components/divider.css">
<link rel="stylesheet" type="text/css" href="semantic/components/dropdown.css">
<link rel="stylesheet" type="text/css" href="semantic/components/segment.css">
<link rel="stylesheet" type="text/css" href="semantic/components/button.css">
<link rel="stylesheet" type="text/css" href="semantic/components/list.css">
<link rel="stylesheet" type="text/css" href="semantic/components/icon.css">
<link rel="stylesheet" type="text/css" href="semantic/components/sidebar.css">
<link rel="stylesheet" type="text/css" href="semantic/components/transition.css">
<link rel="stylesheet" type="text/css" href="semantic/components/popup.css">
<link rel="stylesheet" type="text/css" href="semantic/components/modal.css">
<link rel="stylesheet" type="text/css" href="semantic/components/dimmer.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="semantic/components/visibility.js"></script>
<script src="semantic/components/sidebar.js"></script>
<script src="semantic/components/transition.js"></script>
<script src="semantic/components/popup.js"></script>
<script src="semantic/components/modal.js"></script>
<script src="semantic/components/dimmer.js"></script>
<!-- Custom -->
<script src="js/custom.js"></script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72792729-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Following Menu -->
<div class="ui huge top fixed hidden menu following">
<div class="ui container">
<a class="item tabbed about-tab linked-resources" href="index.html">About</a>
<a class="item tabbed research-tab linked-resources" href="research.html">Research</a>
<a class="item tabbed participate-tab linked-resources" href="participate.html">Participate</a>
<a class="item tabbed publications-tab linked-resources" href="publications.html">Publications</a>
<!-- <a class="item tabbed newsletter-tab linked-resources">Newsletter</a>
<a class="item tabbed links-tab linked-resources">Links</a> -->
<a class="active item tabbed resources-tab linked-resources" href="resources.html">Scientist Resources</a>
<a class="item tabbed our-lab-tab" href="our_lab.html">Our Lab</a>
</div>
</div>
<!-- Sidebar Menu -->
<div class="ui vertical inverted sidebar menu">
<a class="item tabbed about-tab linked-resources" href="index.html">About</a>
<a class="item tabbed research-tab linked-resources" href="research.html">Research</a>
<a class="item tabbed participate-tab linked-resources" href="participate.html">Participate</a>
<a class="item tabbed publications-tab linked-resources" href='publications.html'>Publications</a>
<!-- <a class="item tabbed newsletter-tab linked-resources">Newsletter</a>
<a class="item tabbed links-tab linked-resources">Links</a> -->
<a class="active item tabbed resources-tab linked-resources" href='resources.html'>Scientist Resources</a>
<a class="item tabbed our-lab-tab" href="our_lab.html">Our Lab</a>
</div>
<!-- Page Contents -->
<div class="pusher" style="background-color: #FEFFFA">
<div class='content resources-tab linked-resources-content'>
<div class="ui container">
<div class="ui huge secondary pointing menu plain-menu" style="border: none">
<a class="toc item">
<i class="sidebar icon"></i>
</a>
<a class="item tabbed about-tab linked-resources" href="index.html">About</a>
<a class="item tabbed research-tab linked-resources" href="research.html">Research</a>
<a class="item tabbed participate-tab linked-resources" href="participate.html">Participate</a>
<a class="item tabbed publications-tab linked-resources" href="publications.html">Publications</a>
<!-- <a class="item tabbed newsletter-tab linked-resources">Newsletter</a> -->
<!-- <a class="item tabbed links-tab linked-resources">Useful Links</a> -->
<a class="active item tabbed resources-tab linked-resources" href="resources.html">Scientist Resources</a>
<a class="item tabbed our-lab-tab" href="our_lab.html">Our Lab</a>
</div>
</div>
<div class="ui vertical stripe">
<div class="ui middle aligned stackable grid container centered">
<div class="ui grid">
<div class='sixteen wide column'>
<h1 class="ui header">UCSF MS Biorepository</h1>
<br>
<p class='justify'>The MSDB makes biological materials (DNA, serum, and plasma) available to qualified researchers studying Multiple Sclerosis (MS) or other diseases that will help researchers understand the underlying causes of MS. In keeping with the variety of family structures seen in the general population, ascertainment was not restricted to isolated cases, and when possible, collection was extended to family members.</p>
</div>
<div class='sixteen wide column'>
<div class="ui grid blue segment">
<div class="ui bulleted list sixteen wide column centered">
<h2>The available datasets include the following categories:</h2>
<div class="item">Multi-Case MS Families</div>
<div class="item">Single-Case MS Families</div>
<div class="item">MS Cases & Controls</div>
<div class="item">African American MS Cases & Controls</div>
<br>
</div>
</div>
</div>
</div>
</div>
<div class="ui middle aligned stackable grid container centered">
<div class="ui grid">
<div class='sixteen wide column'>
<h1 class="ui header">The MSDB is supported by the US National Multiple Sclerosis Society </h1>
</div>
<div class='sixteen wide column margin-bottom'>
<div class="ui grid red segment">
<br>
<p>To gain access to the bio-repository, please submit request to <a href="mailto:[email protected]?subject=MSDB access request">[email protected]</a>. Please provide your affiliation and a brief explanation of your interest in the repository.</p>
<br>
</div>
</div>
</div>
</div>
</div> <!-- end of resources tab -->
<br>
</div> <!-- end of pusher -->
<div class="ui inverted vertical footer segment">
<div class="ui container">
<div class="ui stackable inverted divided equal height stackable grid">
<div class="three wide column">
<h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="mailto:[email protected]" class='item'>Contact Us</a>
</div>
</div>
<div class="seven wide column">
<h4 class="ui inverted header">Useful Links</h4>
<div class="ui inverted link list">
<a class='item' href="http://msgenes.ucsf.edu/">Multiple Sclerosis Genetics Research Laboratory</a>
<a class='item' href="http://neurology.ucsf.edu/">UCSF Department of Neurology</a>
<a class='item' href="http://multiplesclerosis.ucsf.edu/">UCSF Multiple Sclerosis Clinical Center</a>
<a class='item' href="http://www.nmss.org">National Multiple Sclerosis Society</a>
<a class='item' href="http://neurology.ucsf.edu/research/ms-bioscreen">MS Bioscreen</a>
</div>
</div>
<div class="six wide column right aligned">
<img src="images/logo.png" width="100px">
</div>
</div>
</div>
</div>
</body>
</html>