This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcivic-tech-training.html
389 lines (292 loc) · 16.3 KB
/
civic-tech-training.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
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html>
<head>
<!-- The Author meta propagates the byline in a number of social networks -->
<meta name="author" content="Open Source Politics" />
<meta property="og:title"
content="
OSP Training
">
<meta property="og:description"
content="
Outils numériques de démocratie participative : nous mettons en place des solutions civic tech open source et des méthodes efficaces pour faciliter la participation citoyenne.
">
<meta property="og:url" content="http://opensourcepolitics.eu/civic-tech-training" />
<meta property="og:site_name" content="Open Source Politics" />
<meta property="og:locale" content="fr_FR" />
<meta name="twitter:site" content="@OpenSourcePol" />
<meta name="twitter:description" content="Outils numériques de démocratie participative : nous mettons en place des solutions civic tech open source et des méthodes efficaces pour faciliter la participation citoyenne." />
<!-- Article specific OG data -->
<!-- The OG:Type dictates a number of other tags on posts. -->
<meta property="og:type" content="article" />
<!-- <meta property="article:published_time" content="2017-05-23 18:02:11 +0200" /> -->
<!-- page.modified isn't a natural Jekyll property, but it can be added. -->
<!-- Here my author and publisher tags are the same (yay self-publishing) -->
<!-- <meta property="article:author" content="" /> -->
<!-- But if your site has its own page, this is where to put it. -->
<!-- <meta property="article:publisher" content="" /> -->
<!-- Article section isn't a required property, but it can be good to have -->
<meta property="article:section" content="" />
<!-- I use the page.categories property for OG tags. -->
<!-- I prefer the summary_large_image Twitter card for posts. -->
<meta name="twitter:card" content="summary_large_image" />
<!-- You, you're the creator. -->
<meta name="twitter:creator" content="@OpenSourcePol" />
<!-- This property is for the article title, not site title. -->
<meta name="twitter:title" content="OSP Training" />
<meta property="og:image" content="" />
<meta name="twitter:image" content="" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>OSP Training</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Outils numériques de démocratie participative : nous mettons en place des solutions civic tech open source et des méthodes efficaces pour faciliter la participation citoyenne.">
<link rel="canonical" href="http://opensourcepolitics.eu/civic-tech-training">
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/style_custom.css">
<!-- Custom Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script async src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script async src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.osp.cat/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '22']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//piwik.osp.cat/piwik.php?idsite=22&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2029777920577803');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2029777920577803&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body class="post">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="page-scroll" href="/"><img src="/img/logos/logo-osp.svg" width="60px"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-center">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll menu-item" href="/#references" style = "margin-left:4px;">Réalisations</a>
</li>
<li>
<a class="page-scroll menu-item" href="/#decidim" style = "margin-left:4px;">Decidim</a>
</li>
<li>
<a class="page-scroll menu-item" href="https://medium.com/open-source-politics" style = "margin-left:4px;">Articles</a>
</li>
<li>
<a class="page-scroll menu-item" href="#jobs" style = "margin-left:4px;">On recrute !</a>
</li>
<li>
<a class="page-scroll menu-item" href="/#contact" style = "margin-left:4px;">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/fr/accueil"><span style="font-size:1em">fr</span></a></li>
<li><a href="/en/home"><span style="font-size:1.5em;color:#FDC63D">en</span> </a></li>
<li><a href="newsletter"><i class="fa fa-envelope"></i></a>
</li>
<li><a href="http://twitter.com/opensourcepol"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/OpenSourcePolitics/"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="https://github.com/OpenSourcePolitics"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://medium.com/open-source-politics"><i class="fa fa-medium"></i></a>
</li>
<li><a href="https://meetup.com/fr-FR/Open-Source-Politics/"><i class="fa fa-meetup"></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="container-fluid"style="background-color:#0050A0;margin-top:-20px;">
<center>
<h1 style="margin-top:30px;"><span style="color:#fff;font-size:1.3em;">OSP Training</span></h1>
<!-- <img src="/img/formation.png" style="margin-top:-20px;width:500px;"> -->
<p style="margin-top:-5px;"><b><span style="color:#fff;">For trainings in good practices of connected democracy</b></span></p>
</center>
</div>
<div class="container">
<div class="row">
<div class="col-md-9" style="padding-left:30px;padding-right:30px;">
<!-- Preview Image -->
<br>
<div>
<div class="row">
<div class="col-lg-6">
<h2>OSP TRAINING, to get a better understanding of digital civic participation</h2>
<p>It aims at raising awareness regarding civic tech and the different processes of <b>civic participation</b>, as well as the issues and good practices of the sector (such as the promises and limits of <b>participatory democracy</b>, historical and comparative of online participation processes, organization of a budget participatory and so on).</p>
</div>
<div class="col-lg-6 hidden-xs">
<center>
<ul class="list-inline clearfix">
<li><img src="img/pic-formation-bg.png" width="300" /></li>
</ul>
</center>
</div>
</div>
</div>
<!-- fin -->
<!-- outils dispos -->
<div>
<div class="row">
<div class="col-lg-12">
<h2>We work directly with your teams.</h2>
<p>Training is delivered by Valentin Chaput, who teaches at Sciences Po Lille and Saint-Germain-en-Laye (the impact of digital on democratic processes and public action), and Virgile Deville, who conducts trainings at Paris 8.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4"><a href="/blog-en/democracy_an_ongoing_process/"><img src="img/products/formation/en/demo-1.jpg" class="img-thumbnail" style="margin-right:7px;margin-bottom: 8px;" alt="Slide examples from one of our training session about civic tech" /></a></div>
<div class="col-sm-4"><a href="/blog-en/democracy_an_ongoing_process/"><img src="img/products/formation/en/demo-2.jpg" class="img-thumbnail" style="margin-right:7px;margin-bottom: 8px;" alt="Slide examples from one of our training session about civic tech" /></a></div>
<div class="col-sm-4"><a href="/blog-en/democracy_an_ongoing_process/"><img src="img/products/formation/en/demo-3.jpg" class="img-thumbnail" style="margin-bottom: 8px;" alt="Slide examples from one of our training session about civic tech" /></a></div>
</div>
<center><i>Slide examples from one of our training session about civic tech</i></center>
<p><br /></p>
<center><a href="/fr/accueil#contact" class="btn btn-primary">CONTACT US FOR MORE INFORMATION</a></center>
<p><br /></p>
<div class="well">
<h4>ABOUT OPEN SOURCE POLITICS</h4>
Open Source Politics is a solidarity economy company that builds <b>participatory democracy</b> open source tools. We provide technical and methodological support to both public and private stakeholders that are willing to engage in online or offline participation processes. We work on different types of projects: <b>public consultations</b>, <b>participatory budgeting</b>, <b>collaborative decision-making</b>, etc.
<br />
Our action is guided by the principles of open government: transparency, participation and cooperation. We are co-founded several Civic Tech : <a href="http://democracyos.eu" target="blank">DemocracyOS France</a>, <a href="http://democracy.earth" target="blank">Democracy Earth</a>, hackathons <a href="http://opendemocracynow.net" target="blank">Open Democracy Now</a>.
</div>
</div>
<div class="col-sm-3">
<br>
<div class="well" style = "padding:19px;background-color: #ecf0f1;">
<center>
<a href="https://ospforms.typeform.com/to/A3FKHZ" target="_blank" ><img src="/img/forms.png" width="150px" alt="formulaire"></a>
<!-- <p> </p> -->
<p>You want to set up a participation process. <b>Fill in our questionnaire to precisely define your needs</b> and we will contact as soon as possible.</p>
<!-- <p> </p> -->
<a href="https://ospforms.typeform.com/to/A3FKHZ" target="_blank" class="btn btn-primary">Questionnaire</a>
</center>
</div>
<div>
<h4>Other products</h4>
<div class="list-group">
<li class="list-group-item"><a href="/civic-tech-training">OSP Training</a></li>
<li class="list-group-item"><a href="/en-custom">OSP Custom</a></li>
<li class="list-group-item"><a href="/participatory-budgeting">OSP Budget</a></li>
<li class="list-group-item"><a href="/public-consultations">OSP Agora</a></li>
</div>
</div>
<div>
</div>
</div>
</div>
</div>
<br>
<footer style="background-color:#000">
<div class="container">
<div class="row">
<div class="col-md-8">
<!-- <ul class="list-inline clearfix">
<li><b class="menu-item" style="color:#fff;">Offers :</b></li>
<li><a href="/public-consultations" class="menu-item" style="color:#fff;">OSP Agora</a></li>
<li><a href="/participatory-budgeting" class="menu-item" style="color:#fff;">OSP Bugdet</a></li>
<li><a href="/en-custom" class="menu-item" style="color:#fff;">OSP Custom</a></li>
<li><a href="/civic-tech-training" class="menu-item" style="color:#fff;">OSP Training</a></li>
</ul> -->
</div>
<div class="col-md-4">
<ul class="list-inline clearfix">
<li><a href="/en/Legal-Notice" class="menu-item" style="color:#fff;">Legal Notice</a></li>
<li><a href="/en/Credits" class="menu-item" style="color:#fff;">Credits</a></li>
</ul>
</div>
</div>
<p> </p>
<div class="row">
<div class="col-md-4">
<div style ="font-size:1em;color:#fff;">
<center><img src="/img/logos/logo-osp.svg" width="80px" style="margin-top:-70px;" class="hidden-xs"></center>
<br>
<p>Open Source Politics,<br>
RCS Paris 820 412 161<br>
32 rue des Cascades<br>
75020 Paris (France)</p>
</div>
</div>
<div class="col-md-4" style = "padding-right:20px;color:#fff;">
<p>Open Source Politics is a solidarity economy LLC. We advocate the principles of open source through the tools we build and our partnerships.</p>
</div>
<div class="col-md-4" style = "padding-right:20px;color:#fff;">
<br>
<p>[email protected]<br>
<!--{ site.data.i18n[page.locale].footer.right-bottom }}<br>-->
</p>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript" id="cookiebanner" src="http://cookiebanner.eu/js/cookiebanner.min.js" data-position="bottom" data-fg="#ffffff" data-bg="#000" data-link="#dddddd"
data-moreinfo="http://www.cnil.fr/vos-obligations/sites-web-cookies-et-autres-traceurs/que-dit-la-loi/"
data-message="Les cookies assurent le bon fonctionnement de notre site Internet en retenant vos préférences. En utilisant ce dernier, vous acceptez leur utilisation." data-linkmsg="En savoir plus"></script>
<!-- jQuery Version 1.11.0 -->
<script defer src="/js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script defer src="/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script defer src="/js/jquery.easing.min.js"></script>
<script defer src="/js/classie.js"></script>
<script defer src="/js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script defer src="/js/jqBootstrapValidation.js"></script>
<!-- Custom Theme JavaScript -->
<script defer src="/js/agency.js"></script>
<script defer src="/js/drift.js"></script>
<script defer src="/js/google_analytics.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/8.15.2/lazyload.min.js"></script>
<script defer src="/js/lazyload.js"></script>
</body>
</html>