-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (101 loc) · 6.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
<html>
<head>
<title>Community Data Event</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script>
function showAbout() {
document.getElementById('about').className += ' open';
}
</script>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<p class="subtitle"><a href="http://globalgoals.org" target="_blank">Global Goals for Sustainable Development</a></p>
<h1>Community Data Event</h1>
<ul>
<li>OpenGovHub 1110 Vermont Ave, Washington D.C.</li>
<li>Sept 18th: 6:00 PM – 8:00 PM</li>
<li>Sept 19th: 8:30 AM – 5:00 PM</li>
</ul>
</header>
<p style="text-align: center">
<a href="https://hackpad.com/Global-Goals-Sustainable-Development-Goals-Community-Data-Event-j1QxSccvoPA">Join the conversation!</a>
</p>
<p>
The Global Goals Community Data Event is a gathering of policy makers, data scientists, issue area experts, entrepreneurs and business leaders, and last-mile users to discuss, plan, and build solutions that use data and public information to solve problems outlined in the Sustainable Development Goals: www.globalgoals.org Participants will work together to develop potential solutions and paths forward to filling some of the most critical data gaps in measuring and achieving the goals.
</p>
<p>
The Global Goals Community Data Event is the first of a series of gatherings that will take place across the globe to solve data gaps for the Global Goals, leading up to a summit on the Data Revolution planned for late Fall 2016. <span style="font-weight: bold">We hope you will join us on September 18th and 19th</span> to help identify, build, and partner on long term solutions for a more just, equal, and empowered world.
</p>
<footer>
<a name="about"></a>
<div class="register">
<a href="#about" onclick="showAbout()">Learn More</a>
<a href="http://goo.gl/forms/7PTNL2TZMc">Register</a>
</div>
<div class="about" id="about">
<h2>About Us</h2>
<p>
Goals of the event:
</p>
<p>
When multiple disciplines and sectors collaborate, insights emerge with the credibility to shift policies and actions on a large scale. The goals of this event include:
</p>
<p>
ᐧ Demonstrate that utilizing diverse data sources and expertise can dramatically accelerate problem solving and increase the ability to address the gaps in data needed to measure and achieve the new goals
<br>
ᐧ Mobilize diverse participation and engagement, from senior policy leaders to data scientists and program leaders across multiple sectors<br>
ᐧ Provide input to the priorities and plans of the Global Partnership for Sustainable Development Data<br>
ᐧ Provide input to the launch event of the Global Partnership in late September immediately following the Head of State Summit where the new goals will be adopted by 193 heads of State<br>
ᐧ Provide a pilot and lessons learned for future Partnership events
</p>
<p>
The Global Partnership for the Sustainable Development Goals is an alliance of corporations, foundations, civil society organizations, non-profits, and governments that are working together to draw on the wealth of information and data that is increasingly available and has the capacity to achieve Global Goals goals faster, more effectively, and with long-term impact. We cannot do this alone. There are thousands of people from all backgrounds and experiences that are already working to use and share information to shape a better world. The Global Goals for Sustainable Development are setting an agenda to eliminate extreme poverty and continue the growth of a world with greater equality, individual agency, accountability, and collaboration across all peoples and sectors. The Global Partnership seeks to elevate these voices and grow a broader community committed to working together in transparent and inclusive collaboration to solve these longstanding problems.
</p>
<p>
If you are interested in partnering with us to develop future events, please email Graham Healy-Day: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
Learn more about the Global Goals for Sustainable Development at GlobalGoals.org and review a set of <a href="https://sustainabledevelopment.un.org/content/documents/1579SDGs%20Proposal.pdf">targeted data challenges</a>.
</p>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Global Partnership for Sustainable Development Data</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/respond.min.js"></script><![endif]-->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66866950-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('set', 'forceSSL', true);
ga('send', 'pageview');
</script>
</body>
</html>