-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (70 loc) · 4.23 KB
/
index.html
File metadata and controls
81 lines (70 loc) · 4.23 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
80
81
---
title: Home
footer_stripe: true
---
{% include header.html %}
<div id="content" class="container"> </div>
<div class='row-fluid clearfix bg-dark-grey padding-top-lg'>
<div class='col-sm-12 padding-top-lg'> <img src='assets/images/matchmaker-exchange-banner7-2.png' class='img-responsive center-block' /> </div>
</div>
<div class='container'>
<div class='row-fluid clearfix bg-center-stripe padding-bottom-lg padding-top-lg'>
<div class='col-sm-6 col-xs-12'>
<div class='padding-left-lg padding-right-lg margin-left-md margin-right-md padding-top-lg'>
<h2>The Challenge</h2>
<p>In both research and clinical settings, the majority of patients with rare disease lack a clear etiology after exome and genome sequencing. Finding just a single additional case with a deleterious variant in the same gene and overlapping phenotype may provide sufficient evidence to identify the causative gene, but today, case data sits in isolated databases.</p>
</div>
</div>
<div class='col-sm-6 col-xs-12'>
<div class='padding-left-lg padding-right-lg margin-left-md margin-right-md padding-top-lg'>
<h2>The Solution</h2>
<p>The 'Matchmaker Exchange' project was launched in October 2013 to address this challenge and find genetic causes for patients with rare disease. This involves a large and growing number of teams and projects working towards a federated platform (Exchange) to facilitate the matching of cases with similar phenotypic and genotypic profiles (matchmaking) through standardized application programming interfaces (APIs) and procedural conventions.</p>
</div>
</div>
</div>
<div class='row-fluid clearfix bg-center-stripe padding-bottom-sm padding-top-lg'>
<div class='col-sm-12'>
<div class='col-sm-6 text-right padding-right-md hidden-xs'>
<h2><span class='text-md'><a name='Supporters'></a>Matchmaker Exchange</span></h2>
</div>
<div class='col-sm-6 text-left padding-left-md hidden-xs'>
<h2><span class='text-md'>Connected Nodes</span></h2>
</div>
<div class='col-sm-12 visible-xs'>
<h2>Matchmaker Exchange Connected Nodes</h2>
</div>
<div class="col-sm-10 col-sm-offset-1 padding-top-lg padding-bottom-lg">
<img src='assets/images/wheel.png' class='wheel img-responsive' />
</div>
</div>
</div>
<div class='row-fluid clearfix bg-center-stripe padding-bottom-lg padding-top-sm'>
<div class='col-sm-6'>
<div class='padding-right-lg padding-top-sm'>
<h2>Funding</h2>
<p>
Matchmaker Exchange benefits from ongoing standards and policy development through collaboration with the Global Alliance for Genomics and Health (GA4GH) and the International Rare Diseases Research Consortium (IRDiRC). Funding for the project is provided by individual database nodes.
</p>
</div>
</div>
<div class='col-sm-6'>
<div class='margin-left-md padding-left-lg padding-top-sm'>
<h2>How to Cite</h2>
<blockquote class="text-sm">
Philippakis AA, Azzariti DR, Beltran S, Brookes AJ, Brownstein CA, Brudno M, Brunner HG, Buske OJ, Carey K, Doll C, Dumitriu S, Dyke SOM, den Dunnen JT, Firth HV, Gibbs RA, Girdea M, Gonzalez M, Haendel MA, Hamosh A, Holm IA, Huang L, Hurles ME, Hutton B, Krier JB, Misyura A, Mungall CJ, Paschall J, Paten B, Robinson PN, Schiettecatte F, Sobreira NL, Swaminathan GJ, Taschner PE, Terry SF, Washington NL, Züchner S, Boycott KM, Rehm HL. 2015. <a href="http://onlinelibrary.wiley.com/doi/10.1002/humu.22858/full">The Matchmaker Exchange: A Platform for Rare Disease Gene Discovery</a>. <em>Human Mutation</em>, <strong>36</strong>: 915–921. doi:<a href="http://dx.doi.org/10.1002/humu.22858">10.1002/humu.22858</a>
[<a href="assets/files/philippakis2015matchmaker.bib">BibTex</a>]
</blockquote>
</div>
</div>
<div class="col-sm-6 col-sm-offset-3 padding-top-lg">
<div class="well padding-top-none text-center text-md">
<h2>Contact</h2>
For more information or to provide feedback on the website, please contact <a href="mailto:info@matchmakerexchange.org">info@matchmakerexchange.org</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/content-->
{% include footer.html %}