forked from dashnowlab/STRchive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
284 lines (250 loc) · 8.42 KB
/
about.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8">
<!-- Site Properties -->
<title>STRchive</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.min.css">
<style type="text/css">
.hidden.menu {
display: none;
}
.masthead.segment {
min-height: 700px;
padding: 1em 0em;
}
.masthead .logo.item img {
margin-right: 1em;
}
.masthead .ui.menu .ui.button {
margin-left: 0.5em;
}
.masthead h1.ui.header {
margin-top: 3em;
margin-bottom: 0em;
font-size: 4em;
font-weight: normal;
}
.masthead h2 {
font-size: 1.7em;
font-weight: normal;
}
.ui.vertical.stripe {
padding: 8em 0em;
}
.ui.vertical.stripe h3 {
font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
clear: both;
}
.ui.vertical.stripe p {
font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
margin: 3em 0em;
}
.quote.stripe.segment {
padding: 0em;
}
.quote.stripe.segment .grid .column {
padding-top: 5em;
padding-bottom: 5em;
}
.footer.segment {
padding: 5em 0em;
}
.secondary.pointing.menu .toc.item {
display: none;
}
@media only screen and (max-width: 700px) {
.ui.fixed.menu {
display: none !important;
}
.secondary.pointing.menu .item,
.secondary.pointing.menu .menu {
display: none;
}
.secondary.pointing.menu .toc.item {
display: block;
}
.masthead.segment {
min-height: 350px;
}
.masthead h1.ui.header {
font-size: 2em;
margin-top: 1.5em;
}
.masthead h2 {
margin-top: 0.5em;
font-size: 1.5em;
}
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
$(document)
.ready(function() {
// fix menu when passed
$('.masthead')
.visibility({
once: false,
onBottomPassed: function() {
$('.fixed.menu').transition('fade in');
},
onBottomPassedReverse: function() {
$('.fixed.menu').transition('fade out');
}
})
;
// create sidebar and attach to menu open
$('.ui.sidebar')
.sidebar('attach events', '.toc.item')
;
})
;
</script>
</head>
<body>
<!-- Header -->
<div class="pusher">
<div class="ui inverted vertical center aligned segment">
<div class="ui container">
<div class="ui large secondary inverted pointing menu">
<a class="toc item">
<i class="sidebar icon"></i>
</a>
<a class="item" href="index.html">Home</a>
<a class="active item" href="about.html">About</a>
<a class="item" href="table.html">STR Database</a>
<a class="item" href="plots.html">Plots</a>
<a class="item" href="contribute.html">Contribute</a>
<div class="right item">
<a class="ui inverted button" href="index.html">STRchive</a>
<a class="ui icon inverted button" href="https://github.com/hdashnow/STRchive">
<i class="github icon"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Page Contents -->
<div class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="eight wide column">
<h3 class="ui header">What is STRchive?</h3>
<p>STRchive (pronouced S-T-archive) is the Short Tandem Repeat Archive.
It is a database of STRs associated with rare diseases in humans.</p>
<h3 class="ui header">Why STRchive?</h3>
<p>
STRs are a type of genetic variation that are associated with many rare diseases.
Information about pathogenic STRs is often scattered across databases and out-of-date.
This makes it difficult to find and interpret STR variants.
STRchive aims to solve this problem by providing a central community database.
</p>
</div>
<div class="six wide right floated column">
<img src="images/STR-definition.png" class="ui large bordered rounded image">
</div>
</div>
<div class="row">
<!-- <div class="center aligned column">
<a class="ui huge button">Check Them Out</a>
</div> -->
</div>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui text container">
<h3 class="ui header">How can you help?</h3>
<p>STRchive welcomes community contributions.</p>
<a class="ui large button" href="contribute.html">Read More</a>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="twelve wide column">
<h3 class="ui header">Who are we?</h3>
<div class="ui list huge">
<div class="item">
<img class="ui avatar image small" src="images/DashnowHeadshot.jpg">
<div class="content">
<a class="header" href="https://harrietdashnow.com/">Harriet Dashnow</a>
<div class="description">Postdoc, University of Utah.</div>
</div>
</div>
<div class="item">
<img class="ui avatar image small" src="images/HiattHeadshot.jpg">
<div class="content">
<a class="header" href="https://twitter.com/laurel_hiatt" >Laurel Hiatt</a>
<div class="description">MD/PhD candidate, University of Utah.</div>
</div>
</div>
<div class="item">
<img class="ui avatar image small" src="images/WeisburdBen_bio.jpg">
<div class="content">
<a class="header" href="https://www.broadinstitute.org/bios/ben-weisburd" >Ben Weisburd</a>
<div class="description">Computational Scientist, Broad Institute.</div>
</div>
</div>
<div class="item">
<img class="ui avatar image small" src="images/EgorDolzhenko.jpeg">
<div class="content">
<a class="header" href="https://twitter.com/egor_dolzhenko" >Egor Dolzhenko</a>
<div class="description">Bioinformatics Scientist, PacBio.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<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">
<a class="item" href="about.html">
<h4 class="ui inverted header">About</h4>
</a>
<div class="ui inverted link list">
<a class="item" href="https://github.com/hdashnow/STRchive/issues">Contact Us</a>
</div>
</div>
<div class="three wide column">
<a class="item" href="contribute.html">
<h4 class="ui inverted header">Contribute</h4>
</a>
<div class="ui inverted link list">
<a class="item" href="contribute.html">How To Contribute</a>
</div>
</div>
<div class="ten wide column">
<h4 class="ui inverted header">Research use only</h4>
<p>The content on and linked from this website
does not constitute and shall not be construed as constituting medical or legal advice of any kind whatsoever,
nor is it a substitute for professional medical advice, diagnosis and treatment.
</p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img class="ui tiny image right floated" alt="Creative Commons License"
style="border:0.5px solid silver;"
src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
<span xmlns:dct="http://purl.org/dc/terms/"
href="http://purl.org/dc/dcmitype/Dataset" property="dct:title"
rel="dct:type">STRchive</span> is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International License</a>.
</div>
</div>
</div>
</div>
</body>
</html>