-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
129 lines (110 loc) · 5.68 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
---
layout: default
title: OBiBa
tagline: Open Source Software for Epidemiology
group: navigation
menu:
submenu_products:
title: Products
items:
/pages/products/amber: Amber
/pages/products/opal: Opal
/pages/products/rock: Rock
/pages/products/datashield: DataSHIELD
/pages/products/mica: Mica
/pages/products/agate: Agate
divider: divider
/pages/stories: User Stories
/pages/license: License
/pages/download: Downloads
submenu_documentation:
title: Documentation
items:
https://amberdoc.obiba.org: Amber
https://opaldoc.obiba.org: Opal
https://rockdoc.obiba.org: Rock
https://datashield.ac.uk/: DataSHIELD
https://micadoc.obiba.org: Mica
https://agatedoc.obiba.org: Agate
divider: divider
/pages/presentations: Presentations
/pages/publications: Publications
/pages/infra: Infrastructure
/pages/support: Support
/pages/about: About
---
{% include JB/setup %}
<div class="obiba-home-message">
{% include themes/bootstrap/home-message.html msgBody="themes/bootstrap/news/latest.html" %}
</div>
<div class="jumbotron overview">
<div class="obiba-promo">
<h1 class="obiba-main-title">Open Source Software for Epidemiology</h1>
<br>
<p class="obiba-small-horizontal-padding">Software solutions for data management, analysis and dissemination</p>
<div class="obiba-promo-icon">
<a class="obiba-product-link" href="#amber">
<img src="{{ ASSET_PATH }}/img/icon-onyx-small.png" class="obiba-img-responsive"
alt="collect"></a>
<i class="fa fa-arrow-right obiba-small-horizontal-margin obiba-promo-icon-color"></i>
<a class="obiba-product-link" href="#opal">
<img src="{{ ASSET_PATH }}/img/icon-opal-small.png" class="obiba-img-responsive"
alt="store"></a>
<i class="fa fa-arrow-right obiba-small-horizontal-margin obiba-promo-icon-color"></i>
<a class="obiba-product-link" href="#datashield">
<img src="{{ ASSET_PATH }}/img/icon-datashield-small.png" class="obiba-img-responsive"
alt="analyse"></a>
<i class="fa fa-arrow-right obiba-small-horizontal-margin obiba-promo-icon-color"></i>
<a class="obiba-product-link" href="#mica">
<img src="{{ ASSET_PATH }}/img/icon-mica-small.png " class="obiba-img-responsive"
alt="publish"></a>
</div>
</div>
</div>
<div class="obiba-home-section-header">
{% include themes/bootstrap/home-title.html sectionTitle="Our Applications" %}
</div>
<div class="obiba-large-bottom-margin">
<div class="container {{topMargin}}">
<section class="obiba-fix-navbar-section" id="amber"></section>
{% include themes/bootstrap/home-section.html img="/assets/themes/bootstrap/img/icon-onyx.png" sectionTitle="Collect with Amber" sectionBody="themes/bootstrap/home/amber.html" %}
<section class="obiba-fix-navbar-section" id="opal"></section>
{% include themes/bootstrap/home-section.html img="/assets/themes/bootstrap/img/icon-opal.png" sectionTitle="Store and Document with Opal" sectionBody="themes/bootstrap/home/opal.html" %}
<section class="obiba-fix-navbar-section" id="datashield"></section>
{% include themes/bootstrap/home-section.html img="/assets/themes/bootstrap/img/icon-datashield.png" sectionTitle="Analyze with R and DataSHIELD" sectionBody="themes/bootstrap/home/datashield.html" %}
<section class="obiba-fix-navbar-section" id="mica"></section>
{% include themes/bootstrap/home-section.html img="/assets/themes/bootstrap/img/icon-mica.png" sectionTitle="Publish with Mica" sectionBody="themes/bootstrap/home/mica.html" %}
<section class="obiba-fix-navbar-section" id="agate"></section>
{% include themes/bootstrap/home-section.html img="/assets/themes/bootstrap/img/icon-agate.png" sectionTitle="Manage Users with Agate" sectionBody="themes/bootstrap/home/agate.html" %}
</div>
</div>
<div class="obiba-home-section-header">
{% include themes/bootstrap/home-title.html sectionTitle="What is OBiBa?" %}
</div>
<div class="obiba-home-section">
{% include themes/bootstrap/section.html icon="fa-info-circle" sectionTitle="About" sectionBody="themes/bootstrap/home/intro.html" %}
</div>
<div class="obiba-home-section">
{% include themes/bootstrap/section.html icon="fa-wrench" sectionTitle="An integrated suite of applications" sectionBody="themes/bootstrap/home/integrated-suite.html" %}
</div>
<div class="obiba-home-section">
{% include themes/bootstrap/section.html icon="fa-book" sectionTitle="Citation" sectionBody="themes/bootstrap/home/citation.html" %}
</div>
<div class="obiba-home-section-header">
{% include themes/bootstrap/home-title.html sectionTitle="Latest News" %}
</div>
<div class="obiba-home-section">
{% include themes/bootstrap/section.html icon="fa-bullhorn" sectionBody="themes/bootstrap/news/list.html" %}
</div>
<div class="obiba-home-section-header">
{% include themes/bootstrap/home-title.html sectionTitle="Our Partners" %}
</div>
<div class="obiba-home-section">
{% include themes/bootstrap/home-images-section.html icon="fa-users" sectionBody="themes/bootstrap/partners/list.html" %}
</div>
<div class="obiba-home-section-header">
{% include themes/bootstrap/home-title.html sectionTitle="Our Sponsors" %}
</div>
<div class="obiba-home-section">
{% include themes/bootstrap/home-images-section.html img="/assets/themes/bootstrap/img/sponsors.png" sectionBody="themes/bootstrap/sponsors/list.html" %}
</div>