Skip to content

Instantly share code, notes, and snippets.

@tgherzog
Last active July 30, 2018 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgherzog/5201507e6758f7dcabaf3ae6fd4364e3 to your computer and use it in GitHub Desktop.
Save tgherzog/5201507e6758f7dcabaf3ae6fd4364e3 to your computer and use it in GitHub Desktop.
start page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>World Bank E-Learning Course</title>
<link rel="stylesheet" href="style/css/normalize.css"/>
<link rel="stylesheet" href="style/css/solo-localized.css"/>
<link rel="stylesheet" href="style/css/syntax.css"/>
<link rel="stylesheet" href="style/css/rrssb.css"/>
<script src="style/scripts/jquery.js"></script>
<script src="style/ui.js"></script>
</head>
<body>
<article>
<div class="container">
<h1 id="welcome-to-the-world-bank-open-data-e-learning-series">Welcome to the World Bank Open Data E-Learning Series</h1>
<p>The World Bank's <a href="http://opendatatoolkit.worldbank.org/elearning.html">Open Data E-Learning course</a> series provides knowledge and
skills to practitioners and users of Open Data. Each course in the series is
designed for a distinct user segment, and provides deep technical skills,
extensive examples and case studies, with an emphasis on open data in
developing countries.</p>
<p>This start page allows you to take any of the courses "offline" without
internet access. The course material is exactly the same as the online
versions. However, to obtain a certificate of completion you must pass the
course assessment, which is only available online (the courses themselves may
be taken online or offline prior to taking the assessment).</p>
<div class="course">
<p><strong>Open Data for Data Producers</strong> provides a broad overview of Open Data principles
and best practices from the standpoint of a data producer, and empowers data
managers and technical staff with the background and skills to contribute to
the Open Data community. This course is primarily intended for managers and
technical staff involved in the production, management, and curation of data,
particularly within government ministries. It assumes no prior knowledge of
Open Data or specific technical skills.</p>
<p class="links"><a href="#" class="trigger">Show lessons</a> <a href="https://olc.worldbank.org/content/open-data-data-producers-self-paced">Access course and assessment online</a></p>
<ol>
<li><a target=_blank href="courses/Course1Lesson1/story_html5.html">Introduction to Open Data</a></li>
<li><a target=_blank href="courses/Course1Lesson2/story_html5.html">Why Open Data Matters</a></li>
<li><a target=_blank href="courses/Course1Lesson3/story_html5.html">Open Data Management</a></li>
<li><a target=_blank href="courses/Course1Lesson4/story_html5.html">Engaging Citizens and Users</a></li>
<li><a target=_blank href="courses/Course1Lesson5/story_html5.html">License and Policy Issues</a></li>
<li><a target=_blank href="courses/Course1Lesson6/story_html5.html">Develop Your Open Data Program</a></li>
</ol>
</div>
<div class="course">
<p><strong>Open Data for Data Users</strong> provides a broad overview of Open Data from a user
standpoint, and empowers anyone to take full advantage of Open Data. It is
intended for anyone who wants to make better use of Open Data, including
ordinary citizens, and assumes no prior knowledge of Open Data or technical
skills.</p>
<p class="links"><a href="#" class="trigger">Show lessons</a> <a href="https://olc.worldbank.org/content/open-data-data-users-self-paced">Access course and assessment online</a></p>
<ol>
<li><a target=_blank href="courses/Course2Lesson1/story_html5.html">Introduction to Open Data</a></li>
<li><a target=_blank href="courses/Course2Lesson2/story_html5.html">Understanding Data</a></li>
<li><a target=_blank href="courses/Course2Lesson3/story_html5.html">Data Acquisition and Cleaning</a></li>
<li><a target=_blank href="courses/Course2Lesson4/story_html5.html">Data Analysis</a></li>
<li><a target=_blank href="courses/Course2Lesson5/story_html5.html">Sharing Data Insights</a></li>
<li><a target=_blank href="courses/Course2Lesson6/story_html5.html">Telling Stories With Data</a></li>
<li><a target=_blank href="courses/Course2Lesson7/story_html5.html">The Business Case for Open Data</a></li>
</ol>
</div>
<div class="course">
<p><strong>Open Data for Policymakers</strong> provides a general overview of Open Data principles
and best practices for public policymakers, with focus on the development and
implementation of an Open Data program. It is primarily intended for public
policymakers in governments that are considering the establishment or expansion
of an Open Data program, and assumes no prior knowledge of Open Data or
technical skills. This course is much shorter than the other two, and provides
no certificate option.</p>
<p class="links"><a href="#" class="trigger">Show lessons</a> <a href="https://olc.worldbank.org/content/open-data-policymakers-self-paced">Access course and assessment online</a></p>
<ol>
<li><a target=_blank href="courses/Course3Lesson1/story_html5.html">Introduction to Open Data</a></li>
<li><a target=_blank href="courses/Course3Lesson2/story_html5.html">Putting Open Data Into Practice</a></li>
</ol>
</div>
</div>
</article>
<script src="style/scripts/rrssb.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment