Skip to content

Commit 45d8bce

Browse files
committed
Website Update
1 parent 60c4cf1 commit 45d8bce

Some content is hidden

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

64 files changed

+4415
-0
lines changed

about/index.html

+300
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,300 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
5+
6+
<meta property="og:title" content="About Us" />
7+
<meta property="og:description" content="What is the School of Research Data Science?
8+
A programme of short courses equipping young researchers globally with core data skills.
9+
10+
Our schools provide young researchers with the core skills that will allow them to be more effective and efficient in the work they do, to analyse the data at their disposal and to take advantage of the emerging culture of Open Science.
11+
12+
The primary goal of the Research Data Science School is to teach foundational Data Science skills to Early Career Researchers in LMICs, with a related goal of regionalizing training capacity by growing a community of alumni, instructors, classroom helpers, and hosting institutions." />
13+
<meta property="og:type" content="article" />
14+
<meta property="og:url" content="http://something-fresh.org/about/" />
15+
16+
17+
18+
<meta name="description" content="Hardcoded description; the author should update :)" />
19+
<meta charset="utf-8">
20+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
21+
<meta http-equiv="x-ua-compatible" content="ie=edge">
22+
<title>CODATA-RDA Schools of Research Data Science</title>
23+
24+
<link rel="icon" type="image/png" href="/images/favicon.png" />
25+
<link href="https://fonts.googleapis.com/css?family=Open&#43;Sans:400,600" rel="stylesheet">
26+
<link rel="stylesheet" type="text/css" href="/css/style.min.107791b99ce0c2efa962270318fea35010726c9a1d9a9e0069ee4a8ae15dab0d.css" integrity="sha256-EHeRuZzgwu&#43;pYicDGP6jUBBybJodmp4Aae5KiuFdqw0=">
27+
<link rel="stylesheet" type="text/css" href="/css/icons.css">
28+
29+
</head>
30+
<body>
31+
32+
<div id="preloader">
33+
<div id="status"></div>
34+
</div>
35+
36+
37+
38+
39+
40+
<nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation">
41+
<div class="container">
42+
<div class="navbar-brand">
43+
<a class="navbar-item" href="/">
44+
<img src="/images/logos/logo.png" alt="" >
45+
</a>
46+
47+
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar-menu">
48+
<span aria-hidden="true"></span>
49+
<span aria-hidden="true"></span>
50+
<span aria-hidden="true"></span>
51+
</a>
52+
</div>
53+
54+
<div id="navbar-menu" class="navbar-menu is-static">
55+
56+
<div class="navbar-end">
57+
<a href="/about" class="navbar-item is-secondary">
58+
About
59+
</a>
60+
<div class="navbar-item has-dropdown is-hoverable">
61+
<a class="navbar-link">
62+
The Schools
63+
</a>
64+
65+
<div class="navbar-dropdown">
66+
<a href="/schools/motivation" class="navbar-item">
67+
Motivation
68+
</a>
69+
<a href="/schools/reproducing-the-school" class="navbar-item">
70+
Reproducing the School
71+
</a>
72+
<a href="/schools/history" class="navbar-item">
73+
History
74+
</a>
75+
<a href="/schools/curriculum" class="navbar-item">
76+
The Current Curriculum
77+
</a>
78+
</div>
79+
</div>
80+
<a href="/partners" class="navbar-item is-secondary">
81+
Partners
82+
</a>
83+
</div>
84+
</div>
85+
</div>
86+
</nav>
87+
88+
89+
90+
<nav id="navbar-clone" class="navbar is-fresh is-transparent" role="navigation" aria-label="main navigation">
91+
<div class="container">
92+
<div class="navbar-brand">
93+
<a class="navbar-item" href="/">
94+
<img src="/images/logos/logo.png" alt="" >
95+
</a>
96+
97+
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="cloned-navbar-menu">
98+
<span aria-hidden="true"></span>
99+
<span aria-hidden="true"></span>
100+
<span aria-hidden="true"></span>
101+
</a>
102+
</div>
103+
104+
<div id="cloned-navbar-menu" class="navbar-menu is-fixed">
105+
106+
<div class="navbar-end">
107+
<a href="/about" class="navbar-item is-secondary">
108+
About
109+
</a>
110+
<div class="navbar-item has-dropdown is-hoverable">
111+
<a class="navbar-link">
112+
The Schools
113+
</a>
114+
115+
<div class="navbar-dropdown">
116+
<a href="/schools/motivation" class="navbar-item">
117+
Motivation
118+
</a>
119+
<a href="/schools/reproducing-the-school" class="navbar-item">
120+
Reproducing the School
121+
</a>
122+
<a href="/schools/history" class="navbar-item">
123+
History
124+
</a>
125+
<a href="/schools/curriculum" class="navbar-item">
126+
The Current Curriculum
127+
</a>
128+
</div>
129+
</div>
130+
<a href="/partners" class="navbar-item is-secondary">
131+
Partners
132+
</a>
133+
</div>
134+
</div>
135+
</div>
136+
</nav>
137+
138+
<section class="section is-medium">
139+
<div class="container">
140+
<div class="columns">
141+
<div class="column is-centered-tablet-portrait">
142+
<h1 class="title section-title">About Us</h1>
143+
<h5 class="subtitle is-5 is-muted"></h5>
144+
<div class="divider"></div>
145+
</div>
146+
</div>
147+
<p><a id="what-is"><h3 class="title is-3">What is the School of Research Data Science?</h3>
148+
</a></p>
149+
<p>A programme of short courses equipping young researchers globally with core
150+
data skills.</p>
151+
<p><br /></p>
152+
<p>Our schools provide young researchers with the core skills that will allow them
153+
to be more effective and efficient in the work they do, to analyse the data at
154+
their disposal and to take advantage of the emerging culture of Open Science.</p>
155+
<p><br /></p>
156+
<p>The primary goal of the Research Data Science School is to teach foundational
157+
Data Science skills to Early Career Researchers in LMICs, with a related goal
158+
of regionalizing training capacity by growing a community of alumni,
159+
instructors, classroom helpers, and hosting institutions. This
160+
train-the-trainer approach and growing community of regional trainers reduces
161+
the cost of the events for the local hosting institutions and increases the
162+
number of events that can be run.</p>
163+
<p><br /></p>
164+
<iframe src="https://player.vimeo.com/video/299263596" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen=""></iframe>
165+
<p><br /></p>
166+
<p><a id="our-aim"><h3 class="title is-3">Our Aim</h3>
167+
</a>
168+
Our strategic priority, shared by CODATA and the Research Data Alliance, is to
169+
build capacity and to develop skills, training young researchers in the
170+
principles of Research Data Science. It is also important that Open Data and
171+
Open Science benefit research in Low and Middle Income Countries (LMICs) and do
172+
not result in even greater inequalities in research and scientific output. On
173+
the contrary, it has been argued that the ‘Data Revolution’ provides a notable
174+
opportunity for reducing research inequality in a number of respects. For this
175+
reason, particular attention is paid to the needs of young researchers in
176+
LMICs.</p>
177+
<p><br /></p>
178+
<p><a id="our-mission"><h3 class="title is-3">Our Mission</h3>
179+
</a></p>
180+
<ul>
181+
<li>To address a recognised need for Research Data Science Skills
182+
across disciplines.</li>
183+
<li>To use and adapt existing materials to create an accredited curriculum that
184+
is more than the sum of its parts.</li>
185+
<li>To provide a pathway from a broad introductory course for all researchers.</li>
186+
<li>To be reproducible: all materials will be online with Open licences.</li>
187+
<li>To be scalable: emphasis will be placed on Training New Teachers (TNT) and
188+
building sustainable partnerships.</li>
189+
<li>To pay particular attention to the needs of early career researchers in MICs.</li>
190+
</ul>
191+
192+
</div>
193+
</section>
194+
195+
196+
197+
198+
199+
<footer class="footer footer-light">
200+
<div class="container">
201+
<div class="columns">
202+
<div class="column">
203+
<div class="footer-logo">
204+
<img src="/images/logos/logo.png">
205+
</div>
206+
</div>
207+
<div class="column">
208+
<div class="footer-column">
209+
<div class="footer-header">
210+
<h3>About</h3>
211+
</div>
212+
<ul class="link-list">
213+
<li>
214+
<a href="/about#what-is">
215+
What is the School of Research Data Science?
216+
</a>
217+
</li>
218+
<li>
219+
<a href="/about#our-mission">
220+
Our Mission
221+
</a>
222+
</li>
223+
</ul>
224+
</div>
225+
</div>
226+
<div class="column">
227+
<div class="footer-column">
228+
<div class="footer-header">
229+
<h3>The Schools</h3>
230+
</div>
231+
<ul class="link-list">
232+
<li>
233+
<a href="/schools/reproducing-the-school">
234+
Reproducing the School
235+
</a>
236+
</li>
237+
<li>
238+
<a href="/schools/history">
239+
History
240+
</a>
241+
</li>
242+
</ul>
243+
</div>
244+
</div>
245+
<div class="column">
246+
<div class="footer-column">
247+
<div class="footer-header">
248+
<h3>Blog</h3>
249+
</div>
250+
<ul class="link-list">
251+
<li>
252+
<a href="/blog/first">
253+
Latest news
254+
</a>
255+
</li>
256+
<li>
257+
<a href="/blog/second">
258+
Tech articles
259+
</a>
260+
</li>
261+
</ul>
262+
</div>
263+
</div>
264+
<div class="column">
265+
<div class="footer-column">
266+
<div class="footer-header">
267+
<h3>Follow Us</h3>
268+
<nav class="level is-mobile">
269+
<div class="level-left">
270+
<a class="level-item" href="https://github.com/CODATA-RDA-DataScienceSchools/">
271+
<span class="icon"><i class="fa fa-github"></i></span>
272+
</a>
273+
<a class="level-item" href="https://twitter.com/DataSciSchools">
274+
<span class="icon"><i class="fa fa-twitter"></i></span>
275+
</a>
276+
</div>
277+
</nav>
278+
</div>
279+
</div>
280+
</div>
281+
</div>
282+
</div>
283+
</footer>
284+
285+
286+
287+
288+
<div id="backtotop"><a href="#"></a></div>
289+
290+
291+
292+
293+
294+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
295+
<script src="https://unpkg.com/feather-icons"></script>
296+
<script src="/js/fresh.js"></script>
297+
<script src="/js/jquery.panelslider.min.js"></script>
298+
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
299+
</body>
300+
</html>

0 commit comments

Comments
 (0)