-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (134 loc) · 5.51 KB
/
index.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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>GA4GH</title>
<meta name="author" content="GA4GH Development Team">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://ga4gh.github.io">
<link href="/favicon.png" type="image/png" rel="icon">
<link href="/atom.xml" rel="alternate" title="GA4GH" type="application/atom+xml">
<link href="/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="/assets/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/libs/jquery/jquery-2.0.3.min.js"></script>
</head>
<body >
<div id="wrap">
<header role="banner">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">GA4GH</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li >
<a href="/blog">Blog</a>
</li>
<li >
<a href="/apis/reads/v0.1">APIs</a>
</li>
<li >
<a href="/blog/archives">Archives</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="subscribe-rss" href="/atom.xml" title="subscribe via RSS">
<span class="visible-xs">RSS</span>
<img class="hidden-xs" src="/images/rss.png" alt="RSS">
</a>
</li>
</ul>
<form class="search navbar-form navbar-right" action="https://www.google.com/search" method="GET">
<input type="hidden" name="q" value="site:ga4gh.github.io">
<div class="form-group">
<input class="form-control" type="text" name="q" placeholder="Search">
</div>
</form>
</div>
</div>
</nav>
</header>
<div id="main" class="container">
<div id="content">
<img src="http://genomicsandhealth.org/files/logo_ga.png" height="88" width="384" alt="Logo"/>
<h2>Welcome</h2>
<p>
Welcome to the Global Alliance for Genomics and Health development team site.
This site provides links to source code and documentation created <b>by and for software developers</b>.
If you’re interested in general information about the Global Alliance, please visit
<a href="http://genomicsandhealth.org/">http://genomicsandhealth.org</a> instead.
</p>
<h3>API Documentation</h3>
The Data Working Group is defining standards for working with genomic data, including:
<ul>
<li><a href="http://ga4gh.github.io/apis/reads/v0.1/">Reads API v0.1</a></li>
</ul>
<h3>Source Code and Discussion</h3>
<section class="panel panel-default clearfix">
<div class="panel-heading">
<h3 class="panel-title">GitHub Repos</h3>
</div>
<div class="list-group" id="gh_repos">
<p class="loading">Status updating…</p>
</div>
<div class="gh-profile-link pull-right text-muted">
<a href="https://github.com/ga4gh">@ga4gh</a> on GitHub
</div>
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'ga4gh',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
</div>
</div>
</div>
<footer role="contentinfo"><div class="container">
<p class="text-muted credits">
Copyright © 2014 - GA4GH Development Team<br>
<small>
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>,
<span class="credit">customized with <a href="https://github.com/kAworu/octostrap3">octostrap3</a></span>.
</small>
</p>
</div>
</footer>
<script src="/assets/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/javascripts/modernizr-2.0.js"></script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>