Skip to content

Commit 182845f

Browse files
authored
Add files via upload
1 parent 826cc1d commit 182845f

File tree

88 files changed

+30390
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+30390
-2
lines changed

README.html

+349
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,349 @@
1+
<!DOCTYPE html>
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml">
4+
5+
<head>
6+
7+
<meta charset="utf-8" />
8+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9+
<meta name="generator" content="pandoc" />
10+
11+
12+
13+
14+
<title>README.utf8.md</title>
15+
16+
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
17+
<meta name="viewport" content="width=device-width, initial-scale=1" />
18+
<link href="site_libs/bootstrap-3.3.5/css/yeti.min.css" rel="stylesheet" />
19+
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
20+
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
21+
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
22+
<script src="site_libs/navigation-1.1/tabsets.js"></script>
23+
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
24+
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
25+
26+
<style type="text/css">code{white-space: pre;}</style>
27+
<style type="text/css">
28+
pre:not([class]) {
29+
background-color: white;
30+
}
31+
</style>
32+
<script type="text/javascript">
33+
if (window.hljs) {
34+
hljs.configure({languages: []});
35+
hljs.initHighlightingOnLoad();
36+
if (document.readyState && document.readyState === "complete") {
37+
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
38+
}
39+
}
40+
</script>
41+
42+
43+
44+
<style type="text/css">
45+
h1 {
46+
font-size: 34px;
47+
}
48+
h1.title {
49+
font-size: 38px;
50+
}
51+
h2 {
52+
font-size: 30px;
53+
}
54+
h3 {
55+
font-size: 24px;
56+
}
57+
h4 {
58+
font-size: 18px;
59+
}
60+
h5 {
61+
font-size: 16px;
62+
}
63+
h6 {
64+
font-size: 12px;
65+
}
66+
.table th:not([align]) {
67+
text-align: left;
68+
}
69+
</style>
70+
71+
72+
73+
74+
<style type = "text/css">
75+
.main-container {
76+
max-width: 940px;
77+
margin-left: auto;
78+
margin-right: auto;
79+
}
80+
code {
81+
color: inherit;
82+
background-color: rgba(0, 0, 0, 0.04);
83+
}
84+
img {
85+
max-width:100%;
86+
height: auto;
87+
}
88+
.tabbed-pane {
89+
padding-top: 12px;
90+
}
91+
.html-widget {
92+
margin-bottom: 20px;
93+
}
94+
button.code-folding-btn:focus {
95+
outline: none;
96+
}
97+
summary {
98+
display: list-item;
99+
}
100+
</style>
101+
102+
103+
<style type="text/css">
104+
/* padding for bootstrap navbar */
105+
body {
106+
padding-top: 45px;
107+
padding-bottom: 40px;
108+
}
109+
/* offset scroll position for anchor links (for fixed navbar) */
110+
.section h1 {
111+
padding-top: 50px;
112+
margin-top: -50px;
113+
}
114+
.section h2 {
115+
padding-top: 50px;
116+
margin-top: -50px;
117+
}
118+
.section h3 {
119+
padding-top: 50px;
120+
margin-top: -50px;
121+
}
122+
.section h4 {
123+
padding-top: 50px;
124+
margin-top: -50px;
125+
}
126+
.section h5 {
127+
padding-top: 50px;
128+
margin-top: -50px;
129+
}
130+
.section h6 {
131+
padding-top: 50px;
132+
margin-top: -50px;
133+
}
134+
.dropdown-submenu {
135+
position: relative;
136+
}
137+
.dropdown-submenu>.dropdown-menu {
138+
top: 0;
139+
left: 100%;
140+
margin-top: -6px;
141+
margin-left: -1px;
142+
border-radius: 0 6px 6px 6px;
143+
}
144+
.dropdown-submenu:hover>.dropdown-menu {
145+
display: block;
146+
}
147+
.dropdown-submenu>a:after {
148+
display: block;
149+
content: " ";
150+
float: right;
151+
width: 0;
152+
height: 0;
153+
border-color: transparent;
154+
border-style: solid;
155+
border-width: 5px 0 5px 5px;
156+
border-left-color: #cccccc;
157+
margin-top: 5px;
158+
margin-right: -10px;
159+
}
160+
.dropdown-submenu:hover>a:after {
161+
border-left-color: #ffffff;
162+
}
163+
.dropdown-submenu.pull-left {
164+
float: none;
165+
}
166+
.dropdown-submenu.pull-left>.dropdown-menu {
167+
left: -100%;
168+
margin-left: 10px;
169+
border-radius: 6px 0 6px 6px;
170+
}
171+
</style>
172+
173+
<script>
174+
// manage active state of menu based on current page
175+
$(document).ready(function () {
176+
// active menu anchor
177+
href = window.location.pathname
178+
href = href.substr(href.lastIndexOf('/') + 1)
179+
if (href === "")
180+
href = "index.html";
181+
var menuAnchor = $('a[href="' + href + '"]');
182+
183+
// mark it active
184+
menuAnchor.parent().addClass('active');
185+
186+
// if it's got a parent navbar menu mark it active as well
187+
menuAnchor.closest('li.dropdown').addClass('active');
188+
});
189+
</script>
190+
191+
<!-- tabsets -->
192+
193+
<style type="text/css">
194+
.tabset-dropdown > .nav-tabs {
195+
display: inline-table;
196+
max-height: 500px;
197+
min-height: 44px;
198+
overflow-y: auto;
199+
background: white;
200+
border: 1px solid #ddd;
201+
border-radius: 4px;
202+
}
203+
204+
.tabset-dropdown > .nav-tabs > li.active:before {
205+
content: "";
206+
font-family: 'Glyphicons Halflings';
207+
display: inline-block;
208+
padding: 10px;
209+
border-right: 1px solid #ddd;
210+
}
211+
212+
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
213+
content: "&#xe258;";
214+
border: none;
215+
}
216+
217+
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
218+
content: "";
219+
font-family: 'Glyphicons Halflings';
220+
display: inline-block;
221+
padding: 10px;
222+
border-right: 1px solid #ddd;
223+
}
224+
225+
.tabset-dropdown > .nav-tabs > li.active {
226+
display: block;
227+
}
228+
229+
.tabset-dropdown > .nav-tabs > li > a,
230+
.tabset-dropdown > .nav-tabs > li > a:focus,
231+
.tabset-dropdown > .nav-tabs > li > a:hover {
232+
border: none;
233+
display: inline-block;
234+
border-radius: 4px;
235+
}
236+
237+
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
238+
display: block;
239+
float: none;
240+
}
241+
242+
.tabset-dropdown > .nav-tabs > li {
243+
display: none;
244+
}
245+
</style>
246+
247+
<script>
248+
$(document).ready(function () {
249+
window.buildTabsets("TOC");
250+
});
251+
252+
$(document).ready(function () {
253+
$('.tabset-dropdown > .nav-tabs > li').click(function () {
254+
$(this).parent().toggleClass('nav-tabs-open')
255+
});
256+
});
257+
</script>
258+
259+
<!-- code folding -->
260+
261+
262+
263+
264+
</head>
265+
266+
<body>
267+
268+
269+
<div class="container-fluid main-container">
270+
271+
272+
273+
274+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
275+
<div class="container">
276+
<div class="navbar-header">
277+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
278+
<span class="icon-bar"></span>
279+
<span class="icon-bar"></span>
280+
<span class="icon-bar"></span>
281+
</button>
282+
<a class="navbar-brand" href="index.html">HOME</a>
283+
</div>
284+
<div id="navbar" class="navbar-collapse collapse">
285+
<ul class="nav navbar-nav">
286+
<li>
287+
<a href="about.html">About us</a>
288+
</li>
289+
<li>
290+
<a href="partners.html">Our partners</a>
291+
</li>
292+
<li>
293+
<a href="getting_involved.html">Getting Involved</a>
294+
</li>
295+
<li>
296+
<a href="presentations.html">Presentations</a>
297+
</li>
298+
</ul>
299+
<ul class="nav navbar-nav navbar-right">
300+
301+
</ul>
302+
</div><!--/.nav-collapse -->
303+
</div><!--/.container -->
304+
</div><!--/.navbar -->
305+
306+
<div class="fluid-row" id="header">
307+
308+
309+
310+
311+
</div>
312+
313+
314+
<div id="rmarkdown-website-tutorial" class="section level1">
315+
<h1>rmarkdown-website-tutorial</h1>
316+
<p><a href="https://jules32.github.io/rmarkdown-website-tutorial/">A tutorial for creating websites using R Markdown</a>.</p>
317+
<p>To build the website, run <a href="http://rmarkdown.rstudio.com/rmarkdown_websites.html"><code>rmarkdown::render_site()</code></a>, which knits each Rmarkdown (*.Rmd) based on parameters in <code>_site.yml</code> before pushing the files back to Github.</p>
318+
</div>
319+
320+
321+
322+
323+
</div>
324+
325+
<script>
326+
327+
// add bootstrap table styles to pandoc tables
328+
function bootstrapStylePandocTables() {
329+
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
330+
}
331+
$(document).ready(function () {
332+
bootstrapStylePandocTables();
333+
});
334+
335+
336+
</script>
337+
338+
<!-- dynamically load mathjax for compatibility with self-contained -->
339+
<script>
340+
(function () {
341+
var script = document.createElement("script");
342+
script.type = "text/javascript";
343+
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
344+
document.getElementsByTagName("head")[0].appendChild(script);
345+
})();
346+
</script>
347+
348+
</body>
349+
</html>

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
# CODATA-RDA-DataScienceSchools.github.io
2-
Web page for github repos
1+
# rmarkdown-website-tutorial
2+
[A tutorial for creating websites using R Markdown](https://jules32.github.io/rmarkdown-website-tutorial/).
3+
4+
To build the website, run [`rmarkdown::render_site()`](http://rmarkdown.rstudio.com/rmarkdown_websites.html), which knits each Rmarkdown (*.Rmd) based on parameters in `_site.yml` before pushing the files back to Github.

index.Rmd

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "CODATA-RDA Research Data Science Schools"
3+
output:
4+
html_document:
5+
fig_width: 1
6+
---
7+
8+
----
9+
10+
What this is about.
11+
12+
<iframe src="https://player.vimeo.com/video/299263596" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
13+
<p><a href="https://vimeo.com/299263596">CODATA-RDA Research Data Science Summer School Trieste 2018</a> from <a href="https://vimeo.com/user91439529">Asha CODATA</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
14+
15+
16+
[The materials we have used in our schools.](https://github.com/CODATA-RDA-DataScienceSchools/Materials)
17+
18+
[More about the school.](https://github.com/CODATA-RDA-DataScienceSchools/TaskGroup)
19+
20+
[Contact us](mailto://[email protected])

0 commit comments

Comments
 (0)