-
Notifications
You must be signed in to change notification settings - Fork 39
/
index.html
341 lines (288 loc) · 9.46 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>ggplot2 extensions</title>
<script src="libs/jquery-1.11.0/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.1/css/cosmo.min.css" rel="stylesheet" />
<script src="libs/bootstrap-3.3.1/js/bootstrap.min.js"></script>
<script src="libs/bootstrap-3.3.1/shim/html5shiv.min.js"></script>
<script src="libs/bootstrap-3.3.1/shim/respond.min.js"></script>
<!-- Styles for this site -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/styles.css" rel="stylesheet">
<!-- Polyfill JS -->
<script src="js/polyfill.js"></script>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="libs/highlight/textmate.css"
type="text/css" />
<script src="libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}
</script>
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
</style>
<div class="container-fluid main-container">
<!--html_preserve-->
<div class="header">
<nav class="navbar">
<h3 class="navbar-left"><strong>ggplot2</strong> extensions</h3>
<ul class="nav nav-pills navbar-right">
<li role="presentation" id="nav-home"><a href="index.html">Home</a></li>
<li role="presentation" id="nav-gallery"><a href="http://ggplot2-exts.github.io/gallery/">Gallery</a></li>
<li role="presentation" id="nav-showcase"><a href="ggiraph.html">Extensions</a></li>
<li role="presentation" id="nav-github"><a href="https://github.com/ggplot2-exts">GitHub</a></li>
</ul>
</nav>
</div>
<!--/html_preserve-->
<div id="header">
<h1 class="title">ggplot2 extensions</h1>
</div>
<p>
</div> <!--page-body-->
</div> <!--container-fluid main-container-->
<style type="text/css">
.jumbotron {
margin-top: 0;
}
.benefits {
z-index: 1;
}
.benefits h4 {
font-weight: 600;
font-size: 22px;
}
.benefits ul {
padding-left: 0;
list-style: none outside none;
margin-bottom: 24px;
font-weight: 200;
font-size: 18px;
}
.benefits li {
margin-bottom: 12px;
}
.benefits li strong {
font-weight: 400;
}
img.main-screenshot {
position: relative;
width: 100%;
}
#widget-carousel {
box-shadow: 0 10px 30px 6px #BBB;
}
.showcase-teaser img {
width: 100%;
border: 1px solid #CCC;
margin-bottom: 16px;
}
.below-lead h3 {
margin-top: 24pt;
}
.below-lead h3:first-child {
margin-top: 0;
}
.below-lead p {
font-size: 14pt;
font-weight: 200;
}
.pagination {
display: table;
margin: 0 auto;
z-index: 1;
}
.pagination>li>a {
display: inline-block;
color: #333 !important;
padding: 2px 0;
margin-left: 12px !important;
margin-right: 12px !important;
background-color: transparent !important;
border-color: transparent !important;
text-shadow: 1px 1px 3px rgba(140, 140, 140, 0.2);
}
.pagination>li>a .bullet {
display: block;
width: 100%;
text-align: center;
visibility: hidden;
color: #676767;
}
.pagination>li.active>a .bullet {
visibility: visible;
}
</style>
<script>
$(document).on("slide.bs.carousel", "#widget-carousel", function(e) {
$(".pagination li.active").removeClass("active");
var i = +$(e.relatedTarget).data("slide");
$($(".pagination li")[i]).addClass("active");
});
</script>
<div class="jumbotron">
<div class="container-fluid main-container">
<div class="row">
<div class="col-sm-5 benefits">
<div class="hidden-xs"> </div>
<h4>A List of ggplot2 extensions</h4>
<ul>
<li>This site tracks and lists <strong>ggplot2</strong> extensions developed by R users in the community.</li>
<li>The aim is to make it easy for R users to find developed extensions.</li>
</ul>
</div>
<div class="col-sm-7">
<div id="widget-carousel" class="carousel slide" data-ride="carousel" data-pause="">
<!-- Indicators -->
<ol class="carousel-indicators hide">
<li data-target="#widget-carousel" data-slide-to="0" class="active"></li>
<li data-target="#widget-carousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active" data-slide="0">
<img class="main-screenshot" src="images/carousel-ggtech.png">
<div class="carousel-caption">
</div>
</div>
<div class="item" data-slide="1">
<img src="images/carousel-ggstance.png">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Controls -->
<!--
<a class="left carousel-control" href="#widget-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#widget-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
-->
</div>
<ul class="pagination pagination-sm">
<li class="active"><a href="javascript:void" data-target="#widget-carousel" data-slide-to="0"><span class="bullet">▼</span>New Geoms</a></li>
<li><a href="javascript:void" data-target="#widget-carousel" data-slide-to="1"><span class="bullet">▼</span>New Stats</a></li>
</div>
</div> <!-- row -->
</div> <!-- container-fluid main-container -->
</div> <!-- jumbotron -->
<div class="container-fluid main-container below-lead">
<h3>See the Extensions</h3>
<div class="row">
<div class="col-sm-9">
<div class="row showcase-teaser">
<div class="col-xs-6 col-sm-3">
<a href="ggtech.html"><img src="images/carousel-ggtech.png"/></a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="ggstance.html"><img src="images/carousel-ggstance.png"/></a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="ggalt.html"><img src="images/carousel-ggalt.png"/></a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="ggforce.html"><img src="images/carousel-ggforce.png"/></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-9">
<p>Go to the <a href="http://ggplot2-exts.github.io/gallery/">Gallery</a> page to see a list of ggplot2 extensions.</p>
</div>
<div class="col-sm-3">
<p><a class="btn btn-primary" href="http://ggplot2-exts.github.io/gallery/" role="button">See the Extensions »</a></p>
</div>
</div>
<hr/>
<h3>Submit your extension</h3>
<div class="row">
<div class="col-sm-9">
<p>Submit your ggplot2 extensions so that other R users can easily find them. To do so, simply submit a pull request using these <a href="https://github.com/ggplot2-exts/gallery#adding-a-ggplot2-extension" target="_blank">simple instructions</a>.</p>
</div>
<div class="col-sm-3">
<p><a class="btn btn-primary" href="https://github.com/ggplot2-exts/gallery#adding-a-ggplot2-extension" target="_blank" role="button">Submit your Extension »</a></p>
</div>
</div>
</div>
</p>
</div> <!-- page-body -->
<footer>
<div> </div>
<div> </div>
<div class="text-muted">
Maintained by <a href="http://www.danielemaasit.com" target="_blank">Daniel Emaasit</a>.
</div>
<div class="text-muted">
Design inspired by <a href="http://www.htmlwidgets.org/index.html" target="_blank">Ramnath Vaidyanathan, Kenton Russell, and RStudio, Inc</a>.
</div>
<div class="text-muted">
Copyright © 2016 The R Community.
</div>
</footer>
<script>
// manage active state of headres and navigation based on current page
$(document).ready(function () {
// compute name of page
href = window.location.pathname;
href = href.substr(href.lastIndexOf('/') + 1);
if (href == "")
href = "index.html";
// main navigation and headers
if (href.startsWith("index")) {
$('#nav-home').addClass('active');
$('.title').addClass('hidden');
} else if (href.startsWith("showcase")) {
$('#nav-showcase').addClass('active');
$("#page-body").detach().appendTo('#showcase-body');
$('.showcase-header').removeClass('hidden');
$('.title').addClass('hidden');
} else if (href.startsWith("develop")) {
$('#nav-develop').addClass('active');
}
// submenu navigation (used by showcase and develop)
$('.list-group a[href="' + href + '"]').addClass('active');
});
</script>
</div>
<script>
// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});
</script>
</body>
</html>