-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrants-program.html
More file actions
345 lines (294 loc) · 14.8 KB
/
grants-program.html
File metadata and controls
345 lines (294 loc) · 14.8 KB
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
---
layout: default
isIndex: false
title: Data Transparency Lab Grants Program
---
<section id="grants" class="section2">
<h2>Grants Program</h2>
<div class="divider-line"></div>
<div class="row intro-grants left-aligned">
<div class="col-sm-12">
<p> DTL is a collaborative effort between universities, businesses and institutions to support research in tools, data, and methodologies for shedding light on the use of personal data by online services, and to empower users to be in control of their personal data online. In order to support research in these areas, DTL will award research grants to academic institutions worldwide.
</p>
</div>
<div class="col-sm-12">
<h3 style="color:#97CED9;">Grantees</h3>
<ul>
<li><i class="fa fa-caret-right" aria-hidden="true"></i>
<a href="{{ site.baseurl}}/grantees2016.html">Grantees 2016</a>
</li>
<li><i class="fa fa-caret-right" aria-hidden="true"></i>
<a href="{{ site.baseurl}}/grantees.html">Grantees 2015</a>
</li>
</ul>
</div>
</div>
<br>
<div class="cfp2016 container-fluid">
<br>
<h3 style="color:black">Call for Proposals 2017</h3>
<p class="left-aligned">The Data Transparency Lab is a collaborative effort between universities, businesses and institutions to support research in tools, data, and methodologies for shedding light on the use of personal data by online services, and to empower users to be in control of their personal data online. DTL will award in 2017 up to 6 research grants as well as up to 3 postdoc positions to support the work of applicants from academic institutions worldwide.
</p>
<h4>Grant Awards</h4>
<br>
<p class="left-aligned">The grants come in the form of a lump sum of up to 50K Euro that will be awarded to successful applicants for pursuing research that will lead to the development of transparency software tools for end users, interest groups, regulation authorities, and governments. The following list of topics provides several examples of tools that we are looking to support. In this third year of the program we are particularly interested in tools for detecting algorithmic bias and discrimination as well as in tools for exposing location and other IoT related privacy threats. </p>
<p class="left-aligned">Topics of interest include, but are not limited to:</p>
<!-- NEW RESEARCH AREAS -->
<div class="container-fluid topics">
<h4>Research Areas</h4>
<div class="row">
<!-- 1 -->
<div class="col-sm-6 col-md-4 col-lg-6 left-aligned">
<ul>
<li><i class="fa fa-minus"></i> Detection and analysis of algorithmic bias and discrimination, personal filter-bubbles, societal polarization, etc.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of fake news and other manipulation techniques through social and other media.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of large scale censorship/filtering efforts.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of anti-competitive practices in online platforms.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of large scale (commercial or governmental) surveillance/monitoring efforts.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of geoblocking in e-commerce, content distribution services, etc.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of tracking, including advanced finger-printing methods.</li>
<li><i class="fa fa-minus"></i> Detection of Personally Identifiable Information (PII) leakage.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of online behavioral targeting on advertising, search, recommendation, etc.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of location tracking.</li>
<li><i class="fa fa-minus"></i> Detection and analysis of cross device/platform tracking.</li>
</ul>
</div>
<!-- 2 -->
<div class="col-sm-6 col-md-4 col-lg-6 left-aligned">
<ul>
<li><i class="fa fa-minus"></i> Reverse engineering online pricing (e-commerce, spot/surge pricing for cloud, transportation, accommodation and other services).
</li>
<li><i class="fa fa-minus"></i> Transparency of physical location where personal data are stored as well as of network paths crossed during transfers.
</li>
<li><i class="fa fa-minus"></i> Transparency challenges around new crypto-currencies and blockchain technologies.</li>
<li><i class="fa fa-minus"></i> Explainable Artificial Intelligence.</li>
<li><i class="fa fa-minus"></i> HCI challenges in demonstrating transparency/privacy/algorithmic bias concepts to user.</li>
</ul>
</div>
<!-- <div class="clearfix visible-sm-block"></div> -->
</div>
<br><br>
<p class="left-aligned">Successful applicants are expected to present their results in the annual DTL Conference, make their software available online (the latest 12 months after receiving the grant), and acknowledge the funding source. Reporting obligations will be minimal and successful applicants will be eligible to apply for additional follow up funding to further curate their tool. Proposals will be selected based on their novelty and their commitment to develop and deploy tools. Proposals that propose a research project without implementation of a prototype/tool won’t be considered (the postdoc program -see below- should then be considered). Proposals already funded by other sources won’t be considered.</p>
<br>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h4>Research Committee Chairs</h4>
<p><em>In alphabetical order</em></p>
<table class="table table-bordered">
<thead>
<tr>
<th>Name</th>
<th>Affiliation</th>
<!-- <th>Email</th> -->
</tr>
</thead>
<tbody>
<tr>
<td>Claude Castelluccia</td>
<td>INRIA (France)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Nikolaos Laoutaris</td>
<td>Telefonica Research (Spain)</td>
<!-- <td>john@example.com</td>
--> </tr>
</tbody>
</table>
<br>
<h4>Research Committee Members</h4>
<!-- <p><em>In alphabetical order</em></p> -->
<table class="table table-bordered">
<thead>
<tr>
<th>Name</th>
<th>Affiliation</th>
<!-- <th>Email</th> -->
</tr>
</thead>
<tbody>
<tr>
<td>Jose Luis Agundez </td>
<td>AT&T (USA)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Nataliia Bielova</td>
<td>INRIA (France)</td>
<!-- <td>mary@example.com</td> -->
</tr>
<tr>
<td>Joe Calandrino</td>
<td>Federal Trade Commission (USA)</td>
<!-- <td>july@example.com</td> -->
</tr>
<tr>
<td>David Choffnes</td>
<td>Northeastern University (USA)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Yves-Alexandre De Montjoye</td>
<td>Imperial College London (UK)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Phillipa Gill</td>
<td>University of Massachusetts Amherst (USA)</td>
<!-- <td>july@example.com</td> -->
</tr>
<tr>
<td>Oana Goga</td>
<td>Max Planck Institute for Software Systems (Germany)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Saikat Guha</td>
<td>Microsoft Research (India)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Krishna Gummadi</td>
<td>Max-Planck Institute for Software Systems (Germany)</td>
<!-- <td>mary@example.com</td> -->
</tr>
<tr>
<td>Antonio Guzman</td>
<td>Telefónica (Spain)</td>
<!-- <td>july@example.com</td> -->
</tr>
<tr>
<td>Hamed Haddadi</td>
<td>Queen Mary University of London (UK)</td>
</tr>
<tr>
<td>Marit Hansen</td>
<td>Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein (Germany)</td>
</tr>
<tr>
<td>Jaap-Henk Hoepman</td>
<td>Radboud University Nijmegen (Netherlands)</td>
<!-- <td>john@example.com</td>
--> </tr>
<tr>
<td>Demosthenes Ikonomou</td>
<td>European Union Agency for Network and Information Security (EU)</td>
<!-- <td>mary@example.com</td> -->
</tr>
<tr>
<td>Balachander Krishnamurthy</td>
<td>AT&T Labs Research (USA)</td>
</tr>
<tr>
<td>Nick Nikiforakis</td>
<td>Stony Brook University (USA)</td>
</tr>
<tr>
<td>Nuria Oliver</td>
<td>Vodafone (Spain)</td>
</tr>
<tr>
<td>Javier Parra Arnau</td>
<td>Universitat Rovira i Virgili (Spain)</td>
</tr>
<tr>
<td>Sylvain Peyronnet</td>
<td>Qwant (France)</td>
</tr>
<tr>
<td>Josep Maria Pujol</td>
<td>Cliqz (Germany)</td>
</tr>
<tr>
<td>Salvatore Ruggieri</td>
<td>Università di Pisa (Italy)</td>
</tr>
<tr>
<td>Vincent Toubiana</td>
<td>Commission Nationale de l'Informatique et des Libertés (CNIL)</td>
</tr>
<tr>
<td>Christo Wilson</td>
<td>Northeastern University (USA)</td>
</tr>
<tr>
<td>Joss Wright</td>
<td>Oxford Internet Institute (UK)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br>
<div class="container-fluid">
<div class="row">
<h4>Important Dates</h4>
<div class="col-sm-12">
<div>
<ul>
<li>Submission deadline: May 10th</li>
<li>Notification of acceptance: June 15th </li>
<li>Contract signing: July-Sept 2017</li>
</ul>
<div class="left-aligned">
<p>The application process must include:</p>
<ul>
<li><i class="fa fa-minus"></i> A main description of up to 3 pages (9pt font) explaining succinctly the main idea, its relevance to DTL, what will be produced and the main innovation with respect to current state of the art in the area.</li>
<li><i class="fa fa-minus"></i> CV of Principal Investigator and main student (2 pages each).
</li>
</ul>
<p>Documents should be submitted as a single PDF file along with the information of the applicants at the submission site of DTL at: <a href="https://dtlresearch.tid.es/dtl2017/" target="_blank">https://dtlresearch.tid.es/dtl2017/</a></p>
</div>
</div>
<br>
<br>
</div>
<h4>Postdoc Positions (NEW!)</h4>
<div class="col-sm-12">
<div class="left-aligned">
<p>In addition to the standard DTL Call for Projects, INRIA, Queen Mary University of London, and other academic affiliates of DTL will fund up to 3 grants to work on one of the DTL topics (see above for non-exhaustive list). </p>
<p>The nature of the expected work is to contribute to the research of data and/or algorithmic transparency. Although the development of an experimental prototype would be appreciated, it is not a requirement for this position.</p>
<p>
Candidates must have defended their Phd thesis in Computer Science (or related topics) at the beginning of the contract of employment. The application must include:
<ul>
<li><i class="fa fa-minus"></i> A main description, of up to 3 pages (9pt font), of the research statement and its relevance to DTL.
</li>
<li><i class="fa fa-minus"></i> The candidate’s CV, a list of the candidate’s publications as well as the two most significant publications provided in full.
</li>
<li><i class="fa fa-minus"></i> The names of 2 references.
</li>
</ul>
</p>
<br>
<br>
<p>Documents should be submitted as a single PDF file along with the information of the applicants at the submission site of DTL at: <a href="https://dtlresearch.tid.es/dtl2017/" target="_blank">https://dtlresearch.tid.es/dtl2017/</a></p>
</div>
</div>
</div>
<br><br>
<div class="row">
<div class="col-sm-12">
<div class="introduction left-aligned">
<!-- <p>
The grants are aimed towards supporting fully or partly the work of a Principal Investigator (PI) and at least one PhD student or postdoc for a period of approximately a year. Ideally, they should produce software tools and platforms that enable end-users to better understand or control how their personal information is being collected and used in deployed online services.
</p>
<p>
Successful applicants are expected to present their results in the annual DTL workshop and acknowledge the funding source but beyond that there is no other reporting obligation.
</p> -->
<!-- <p>
<a href="http://datatransparencylab.org/docs/handbook2016.pdf">Download our Grants Program Handbook for more information on the Steering and Research Committees, and the review process. <i class="fa fa-file-pdf-o " style="color:#1F1F1F;"></i></a>
</p> -->
</div>
</div>
</div>
</div>
<!-- <div class="well well-lg"><h4 style="color:#cf8988;">The call for proposals ended on Apr 30th, 2016.</h4><p></p>
<p></p><h4>Grant awardees will be announced early June 2016.</h4><p></p>
<p><a href="./docs/cfp2Pager2016.pdf">Call for Proposals 2-pager <i class="fa fa-file-pdf-o " style="color:#1F1F1F;"></i></a></p>
<p><a href="./docs/handbook2016.pdf">Grants Program Handbook <i class="fa fa-file-pdf-o " style="color:#1F1F1F;"></i></a></p>
<p><a href="./docs/faqs2016.pdf">FAQs<i class="fa fa-file-pdf-o " style="color:#1F1F1F;"></i></a></p>
</div> -->
</div>
</section>