-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.liquid
More file actions
79 lines (70 loc) · 2.46 KB
/
index.liquid
File metadata and controls
79 lines (70 loc) · 2.46 KB
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
---
layout: main.liquid
---
<div class='bg-image'>
<img class='bg-image__main' src='/assets/data-stream-background.jpg' />
<img class='bg-image__mouse' src='/assets/mouse.png' />
<img class='bg-image__fish' src='/assets/fish.png' />
<img class='bg-image__fruit-fly' src='/assets/fruit-fly.png' />
<img class='bg-image__frog' src='/assets/frog.png' />
</div>
<div class='overview-section'>
<div class='cddrc-overview-card overview-card'>
<h1>Overview</h1>
<p>
The Cardiovascular Development Data Resource Center (CDDRC) is the
newest component of the National Heart, Lung, and Blood Institute
(NHLBI) Bench-to-Bassinet (B2B) consortia, which includes the
Pediatric Cardiac Genomics Consortium (PCGC) and the Pediatrics Heart
Network (PHN)
</p>
<!--
<div class='small-card-list'>
<div class='small-card'>
<img src='/assets/dna-sequencing.png' />
<a href=''>Mauris, Vestibulum tincidunt maximus.</a>
</div>
<div class='small-card'>
<img src='/assets/doctor.png' />
<a href=''>Nunc sollicitudin arcu lacinia, vulputate</a>
</div>
</div>
-->
</div>
</div>
<div class='mission-statement-overview'>
<img class='mission-statement-overview__collage' src='/assets/overview-collage.png' />
<div class='mission-statement-overview__text'>
<h1>Mission</h1>
<p>
The CDDRC supports genetics and genomics research into the
causes of congenital heart disease (CHD) by assembling data
from B2B investigators together with external datasets from
the cardiovascular development community and providing a
searchable data platform and suite of analysis tools.
</p>
</div>
</div>
<div class='utah-overview'>
<img class='utah-overview__collage' src='/assets/utah-hq-collage.png' />
<div class='utah-overview__text overview-card'>
<h1>Headquartered At The University Of Utah</h1>
<p>
The CDDRC is maintained by a team of developers, data
scientists and geneticists located at
the <a href='https://www.utah.edu/' target='_blank'>University of Utah</a>
in the <a href='https://genetics.utah.edu/' target='_blank'>Department of
Human Geneitcs</a> and
the <a href='https://ucgd.genetics.utah.edu/' target='_blank'>Utah Center
for Genetic Discovery</a>.
</p>
<!--
<a class='more-link' href=''>
<span>MORE</span>
<img src='/assets/more-arrow.png' />
</a>
-->
</div>
</div>
<div class='card-section'>
</div>