forked from Sage-Bionetworks/synapseDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (79 loc) · 2.89 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
---
title: Synapse Documentation, Welcome to Synapse Documentation
layout: default
---
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js"></script>
<script>
$(function () {
$('.subject-card').matchHeight();
});
</script>
<div class="row" id="background">
<div class="col-xs-12 col-md-6 col-lg-6" id="tagline">
<h1 id="title">Synapse Documentation</h1>
<span>Synapse is a collaborative, open-source research platform that allows teams to share data, track analyses, and collaborate.</span>
<br>
<a id="gs-button" href="/articles/getting_started.html" type="button" class="btn btn-secondary btn-lg">Get Started</a>
</div>
</div>
<div class="col-xs-12 col-md-12 col-lg-12" id="search-bar">
<h3 class="search-title">Search All Articles</h3>
<h5 class="search-text">Find articles and examples for using Synapse in your research</h5>
<div id="landing-cse">
<script>
(function() {
var cx = '011610888334356746975:s7xjazjl8uy';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
</div>
<div class="col-xs-12 col-md-12 col-lg-12" id="subjects">
<div class="col-xs-12 col-sm-3">
<a href="/articles/getting_started.html">
<div class="subject-card">
<i class="fa fa-power-off"></i>
<h5>Getting Started</h5>
<hr>
<span>New to Synapse? Learn the basics with our step-by-step tutorial.</span>
</div>
</a>
</div>
<div class="col-xs-12 col-sm-3">
<a href="/articles/">
<div class="subject-card">
<i class="fa fa-book"></i>
<h5>User Guide</h5>
<hr>
<span>Browse short "How To" articles on leveraging specific features in Synapse.</span>
</div>
</a>
</div>
<div class="col-xs-12 col-sm-3">
<a href="/articles/api_documentation.html">
<div class="subject-card">
<i class="fa fa-cog"></i>
<h5>API Docs</h5>
<hr>
<span>Technical documentation for using the R/Python clients and RESTful APIs.</span>
</div>
</a>
</div>
<div class="col-xs-12 col-sm-3">
<a href="/articles/synapse_in_practice.html">
<div class="subject-card">
<i class="fa fa-pencil"></i>
<h5>Synapse in Practice</h5>
<hr>
<span>Get ideas for how to use Synapse in your own research with a series of case studies.</span>
</div>
</a>
</div>
</div>
</div>