forked from mbaezpy/design4all
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (157 loc) · 8.05 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Twitter bootstrap -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Flags -->
<link href="img/flags/flags.css" rel=stylesheet type="text/css">
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.0.0.min.js" integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0=" crossorigin="anonymous"></script>
<script type="text/javascript">
function show_about() {
div_el = document.getElementById("about");
if (div_el.offsetHeight == 0) { // 0 for hidden
document.getElementById("about").hidden = false;
} else {
document.getElementById("about").hidden = true;
}
}
</script>
<title>Civic Technologies SLR</title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-static">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img class="logo" alt="Brand" src="img/logo.png">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a onClick="show_about()" href="#" class="navbar-link">About the study</a></li>
<li><a href="mailto:[email protected]" class="navbar-link" target="_blank">Contact us</a></li>
<li><a href="http://www.participa.org.py" class="navbar-link" target="_blank">Participa Project</a></li>
</ul>
</div>
</div>
</nav>
<div id="about" hidden>
<div class="jumbotron">
<button type="button" onclick="show_about()" class="close" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="alert-heading">Civic Technologies for Social Innovation</h3>
<p>Following a systematic approach, in this study, we review academic articles that propose civic technologies for the collaborative creation of solutions for social issues and innovations of public services (i.e., social innovation). In the study, we include only (1) articles that proposed a specially developed ICT solution (e.g., websites, mobile apps, APIs, combination of platforms, etc.) or the novel use of existing platforms (e.g., social networking sites), and (2) articles that validated their proposals through use of cases, field studies, controlled experiments, or other research evaluation methods.<p>
<p>This tool was implemented with the aim at helping to explore the final list of selected articles in an comfortable manner. For each artcile, it is shown its name and year of publication, the technology proposed, as well as the country in which it was implemented and tested. Use the dropdown selectors below to filter the list.</p>
<hr>
<h6><b>Authors:</b> Jorge Saldivar, Cristhian Parra, Marcelo Alcaraz, Rebeca Arteta, and Luca Cernuzzi (Catholic University "Nuestra Señora de la Asunción", Paraguay)</h6>
<h6 class="label label-danger">The study was accepted for publication in the CSCW Journal</h6>
</div>
</div>
<div class="filter text-center">
<h1>
Show me <em>civic technologies</em>
</h1>
<div class="filter-simple">
<h2 class="form-inline">
for
<select id="filter-process" class="form-control input-lg">
<option value="">any</option>
<option value="planning">planning</option>
<option value="policy-making">policy-making</option>
<option value="budgeting">budgeting</option>
<option value="innovation">innovation</option>
<option value="community engagement">community engagement</option>
</select> with
<select id="filter-level_engagement" class="form-control input-lg">
<option value="">any</option>
<option value="inform">informing</option>
<option value="consult">consulting</option>
<option value="collaborate">collaborative</option>
<option value="involve">involving</option>
<option value="empower">empowering</option>
</select> level of participation
</h2>
</div>
<div class="filter-advanced">
</div>
</div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation"><h3 class="tab-title">Civic Technologies</h3></li>
<!-- <li role="presentation" class="navbar-right"><a href="#papers" aria-controls="papers" role="tab" data-toggle="tab">Papers</a></li> -->
<li role="presentation" class="active navbar-right"><a href="#guidelines" aria-controls="guidelines" role="tab" data-toggle="tab">Papers</a></li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="guidelines">
<!-- <ul class="nav nav-pills options navbar-right">
<li role="presentation"><span class="pill-title">Group by</span></li>
<li role="presentation" class="active"><a href="#"><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span> None</a></li>
<li role="presentation"><a href="#"><span class="glyphicon glyphicon-text-background" aria-hidden="true"></span> Design category</a></li>
<li role="presentation"><a href="#"><span class="glyphicon glyphicon-file" aria-hidden="true"></span> Paper </a></li>
</ul> -->
<div class="summary text-uppercase">
</div>
<ul class="guidelines">
</ul>
</div>
<div role="tabpanel" class="tab-pane" id="papers">
</div>
</div>
</div>
<script id="summary-tmpl" type="text/template">
<!-- <span>{nguide}</span> guidelines,-->
<span>{npapers}</span> papers
<!-- <span>{ncategories}</span> categories -->
</script>
<script id="guide-tmpl" type="text/template">
<li>
<p class="lead">{tech_name} <img src="img/flags/blank.gif" class="flag {flag_design}" alt="Designed in {designed_in}" /></p>
<p>Study: <a href={url} target="_blank">{title}</a> ({year})</p>
<div>
<span class="label label-primary">
<span class="glyphicon glyphicon-hdd"></span>
<span>Mode of deployment</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</span>
<span class="tag-sep"></span>
<span class="label label-default">
<span>{technology_1}</span>
</span>
<span class="tag-sep"></span>
<span class="label label-info">
<span class="glyphicon glyphicon-cog"></span>
<span>Featured technology</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</span>
<span class="tag-sep"></span>
<span class="label label-default">
<span>{technology_2}</span>
</span>
<span class="tag-sep"></span>
<span class="label label-success">
<span class="glyphicon glyphicon-search"></span>
<span>Evaluated in</span>
<span class="glyphicon glyphicon-chevron-right"></span>
</span>
<span class="tag-sep"></span>
<span class="label label-default">
<span>{tested_in} at a {scale} scale</span>
</span>
</div>
</li>
</script>
<script src="app.js"></script>
<br>
<footer class="footer">
<div class="container">
<span class="text-muted"><b>This work was supported by CONACYT, Paraguay through the program PROCIENCIA and resources from the Fund for the Excellence in Education and Research (FEEI by its Spanish acronym).</b></span>
</div>
</footer>
<br>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>