-
Notifications
You must be signed in to change notification settings - Fork 0
/
our-transparency.html
230 lines (193 loc) · 10.3 KB
/
our-transparency.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>The GovLab | Our Transparency</title>
<meta content="The GovLab | Our Transparency" property="og:title"/>
<meta content="GovLab Grants and Contracts since 2013." property="og:description">
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.thegovlab.org/static/img/thegovlab-og.png" />
<meta content="The GovLab" property="og:site_name">
<script src="https://use.typekit.net/zez3buj.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link href="static/img/favicon-transparent.png" rel="shortcut icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="static/vendor/normalize.css">
<link rel="stylesheet" href="static/vendor/slick.css">
<script src='https://www.thegovlab.org/static/vendor/slick.min.js'></script>
<link rel="stylesheet" href="static/styles/styles.css">
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></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-40012093-4', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
//this code loads the lighthouse widget. Additional config parameters to edit available on https://support.helpdocs.io/article/ykv7l5jthy-lighthouse-widget-api
window.hdlh = {
widget_key: "8bi8g1ygumkphadqnumx",
primary_color: '#C1D37F',
logo: 'https://newjersey.github.io/cv/img/fas_logo.png',
brand: '',
color_mode: 'dark',
disable_authorship: true,
launcher_button_image: 'https://newjersey.github.io/cv/img/question_12.svg',
i18n: { // change the value of the strings we use inside Lighthouse, for internationalization
contact_button: 'Ask a scientist your question',
contact_name_placeholder: 'Name (Optional)',
contact_email_placeholder: 'Email (Required)',
search_placeholder: 'Ask your questions here...',
contact_message_placeholder: 'Type your question or message for us here...',
}
};
(function(h,d){var s=d.createElement("script");s.type='text/javascript';s.async=true;s.src=h+"?t="+new Date().getTime();d.head.appendChild(s);})("https://lighthouse.helpdocs.io/load",document);
document.addEventListener('readystatechange', function() {
if (document.readyState === "complete") {
ready_alert();
}
});
//The following code is to show the text box descring the widget.
function ready_alert(){
//delay text box to compensate for widget loading time
setTimeout(function() {
document.getElementById("covid-19").style.display="block";
}, 1000);
//hide text box on mouseover
var test = document.getElementById("covid-19");
test.addEventListener("mouseover", myFunction);
function myFunction(){document.getElementById("covid-19").style.display="none";};
//hide textbox after 12seconds
setTimeout(function() {
document.getElementById("covid-19").style.display="none";
}, 12000);
};
</script>
<script src="https://momentjs.com/downloads/moment.js"></script>
<script src="https://unpkg.com/@directus/[email protected]/dist/directus-sdk.umd.min.js"></script>
</head>
<body id="" data-feedly-mini="yes">
<!-- Class for google material icons ".material-icons" -->
<header class="b-top-nav ">
<div class="e-nav-group">
<div class="e-nav-item js-nav-trigger e-nav-trigger">
<i class="material-icons">menu</i>
</div>
<form class="e-search m-active" action="">
<div class="e-nav-item js-search-trigger e-search-trigger">
<i class="material-icons">search</i>
</div>
<input class="js-search-value" type="text">
<input class="js-search-submit" type="submit" value="Search">
</form>
</div>
<div class="e-logo">
<a href="./"><img src="static/img/the-govlab-logo-white.png" alt=""></a>
</div>
<div class="e-social-media e-nav-group">
<a class="e-site-button" style="color: rgba(255,255,255,0.7); background-color: rgba(255,255,255,0.2); padding: 5px; font-size: 12pt; font-weight: 600" href="./our-sites.html">OUR SITES</a>
<a href="https://twitter.com/TheGovLab" class="e-nav-item" target="_blank"><i class="e-social-media-item fa fa-twitter"></i></a>
<!-- <a href="#" class="e-nav-item" target="_blank"><i class="e-social-media-item fa fa-facebook"></i></a> -->
<a href="https://www.youtube.com/user/TheGovLab" class="e-nav-item" target="_blank"><i class="e-social-media-item fa fa-youtube-play"></i></a>
</div>
</header>
<!-- Main Menu (Off Canvas) -->
<nav class="b-main-menu">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./projects.html">Projects</a>
<a href="./events.html" >Events</a>
<!-- <a href="./events.html">Events</a> -->
<a href="./publications.html">Publications</a>
<a href="./team.html">Team</a>
<a href="./global-advisory-council.html">Global Advisory Council</a>
<a href="./our-transparency.html">Our Transparency</a>
<a href="./job-board.html">Job Board</a>
<a href="./contact.html">Contact</a>
</nav>
<div class="b-our-transparency">
<section class="b-top-section" style="text-align: center;">
<header>
<h2>Our Transparency</h2>
<h3>Sources of Funding Since 2013<br>
<span style="color: #ffffff80;font-size: 1rem">The GovLab is a partner project of the Burnes Center for Social Change. Unless indicated, funds provided are to the GovLab.</span>
</h3>
</header>
</section>
<section class="b-our-tranparency-table" id='funds' v-cloak>
<div class="e-wrap">
<table>
<thead>
<tr><th class="e-name">Funder</th>
<th class="e-dates" style="text-align:center" >Project Dates</th>
<th class="e-amount">Amount</th>
</tr></thead>
<tbody>
<tr v-for="funder in fundData" v-if="funder.status == 'published'">
<td class="e-funder">
<p class="e-name">{{funder.name}}</p>
<!-- <p class="e-name">{{funder.name}}  <span id="mobile-dates">({{funder.project_dates}})</span></p> -->
<p class="e-project" style="font-size:12px;font-weight:700; padding:3px 0;color:#3d3d3d"><i>{{funder.country}}</i></p>
<p class="e-project">{{funder.description}}</p>
</td>
<td style="text-align:center" class="e-amount e-dates">{{funder.project_dates}}</td>
<td class="e-amount" v-if="funder.amount == 0 || funder.amount==null">In kind</td>
<td class="e-amount" v-else>{{currency(funder.amount)}}</td>
</tr>
</tbody></table>
</div>
</section>
</div>
<script src='https://unpkg.com/[email protected]/dist/vue.js'></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-meta.min.js"></script>
<script src="static/js/funds.js"></script>
<footer class='b-footer'>
<div class="e-wrap">
<div class="e-content m-sections">
<h4>Sections</h4>
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./projects.html">Projects</a>
<!-- <a href="./events.html">Events</a> -->
<a href="./events.html" >Events</a>
<a href="./publications.html">Publications</a>
<a href="./team.html">Team</a>
<a href="./global-advisory-council.html">Advisory Council</a>
<a href="./our-transparency.html">Our Transparency</a>
<a href="./job-board.html">Job Board</a>
<a href="./contact.html">Contact</a>
<a href="./brand.html">Brand Assets</a>
</div>
<div class="e-content">
<a class="e-our-funders" href="./our-transparency.html" target="_blank">OUR FUNDERS</a>
</div>
<div class="e-content">
<h4>Affiliated With</h4>
<a class="e-partner-logo burnes-logo" href="http://northeastern.edu" target="_blank"><img
src="static/img/burnes-logo-northeastern.png" alt="Northeastern University"></a>
<h4>Founded At</h4>
<a class="e-partner-logo" href="http://engineering.nyu.edu/tandon" target="_blank"><img
src="static/img/partners/nyu.png"
alt="NYU Tandon School of Engineering - New York University"></a>
</div>
</div>
</footer>
<div class="b-copyright">
<div class="e-wrap">
<a class="e-cc-badge" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a><br><br>
</div>
</div>
<div id="overlay"></div>
<script src="static/js/scripts.js"></script>
<script src="static/vendor/slick.min.js"></script>
<script src="static/vendor/EasePack.min.js"></script>
<script src="static/vendor/rAF.js"></script>
<script src="static/vendor/TweenLite.min.js"></script>
</body>
</html>