-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.json
More file actions
643 lines (622 loc) · 47.4 KB
/
apps.json
File metadata and controls
643 lines (622 loc) · 47.4 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
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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
[
{
"name":"CSO detection algorithm",
"shortDescription":"A robust and accurate surrogate method for monitoring the frequency and duration of combined sewer overflows",
"description":"Discharges of untreated wastewater from combined sewer overflows (CSOs) can affect hydraulic stress and have significant environmental impacts on receiving water bodies. Common flow rate and water level sensors for monitoring of CSO events are expensive in terms of investment costs, installation, operation and maintenance. This paper presents a novel surrogate method to detect CSO events by using two low-cost temperature sensors. The novelty is the experimental setup for installation of temperature sensors in CSO structures and an algorithm developed to automatically calculate the duration of CSO events considering the response time of the system. The occurrence and duration of CSO events is computed based on the convergence of the two temperature signals. The method was tested under field conditions in a CSO structure, and the results were compared to the information gathered from a parallel installed flow sensor. The application of two temperature sensors installed inside a CSO structure was proven to be robust and accurate for the automatic detection of the occurrence and duration of CSO events. Within the 7-month test phase, 100% of the 20 CSO events could be detected without false detections. The accuracy of detecting the start and end of the CSO events was 2 min in comparison to the flow sensor.",
"project":"",
"publications":[
{
"authors":"Thomas Hofer, Albert Montserrat, Guenter Gruber, Valentin Gamerith, Lluis Corominas, Dirk Muschalla",
"title":"A robust and accurate surrogate method for monitoring the frequency and duration of combined sewer overflows",
"link":"https://link.springer.com/article/10.1007/s10661-018-6589-3"
}
],
"credits":[
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Lluís Bosch", "position":"Main developer", "email":"lbosch@icra.cat"}
],
"imageName":"img/logo_icra.png",
"otherImages":[
"img/csodetectionalgorithm/fig01.png",
"img/csodetectionalgorithm/fig02.png",
"img/csodetectionalgorithm/fig03.png",
"img/csodetectionalgorithm/fig04.png"
],
"toolLink":"https://cso-detection-algorithm.icradev.cat/",
"codeLink":"https://github.com/icra/cso_detection_algorithm",
"filters":{
"license type":["public"],
"functionality":["control","maintenance","operation","management"],
"topic":["pollution"],
"urban water cycle":["sewer"]
}
},
{
"name":"ECAM",
"shortDescription":"Energy Performance and Carbon Emissions Assessment and Monitoring Tool",
"description":"The ECAM tool is designed for assessing the carbon emissions and energy consumption of the urban water cycle that are within the operational boundaries of water and wastewater utilities and prepare these utilities for future reporting needs on climate mitigation.",
"project":"Members of the WaCCliM Taskforce and WaCCliM Expert pool for their voluntary contribution, providing scientific input and peer-review of ECAM. REaCH project (CTM2015-66892-R (MINECO/FEDER, UE), funded by the Spanish Ministry of Economy and Competitiveness and FEDER, for their support to ICRA. Technical support by Komptenzzentrum Wasser Berlin gGmbH.",
"publications":[],
"credits":[
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Lluís Bosch", "position":"Main developer", "email":"lbosch@icra.cat"}
],
"imageName":"img/ecam/logo-notext.jpg",
"otherImages":[],
"toolLink":"https://climatesmartwater.org/ecam",
"codeLink":"https://github.com/icra/ecam",
"filters":{
"license type":["public"],
"functionality":["planning", "design", "optimization", "decision support", "modelling"],
"topic":["GHG","costs","energy"],
"urban water cycle":["drinking water","distribution","collection","sewer","treatment","reuse"]
}
},
{
"name":"Ecoadvisor",
"shortDescription":"Web platform to run simulations creating a network of wastewater treatment plants and rivers, simulating contaminants concentrations to help plant operators to meet discharge limits and river quality limits by law.",
"description":"Web platform to run simulations. It allows creating a network of wastewater treatment plants and rivers and simulate the concentration of different contaminants, for instance phosphates and nitrates, at every point of the network so the operators can adapt the treatment conditions of the plant and meet discharge limits and river quality limits by law.\n It is an integration of: <ul><li>uct-icra model (wastewater treatment plant model, implemented by ICRA, based on academic literature from G. Ekama, from University of Cape Town) </li><li>icra river model (set of equations by V. Acuña, ICRA researcher)</li><li> energy consumption module (set of equations by L. Corominas, ICRA researcher)</ul> All backend modules are independent. They are integrated and presented in a web interface in this project.",
"project":"Eco-Advisor for Wise Leading Water Management, funded by Global Omnium & Aigües de Catalunya",
"publications":[],
"credits":[
{"name":"Vicenç Acuña", "position":"Research scientist", "email":"vacuna@icra.cat"},
{"name":"Joaquim Comas", "position":"Senior Researcher", "email":"jcomas@icra.cat"},
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Lluís Bosch", "position":"Main developer"},
{"name":"Laura Castañares", "position":"Research technician"},
{"name":"Anna Valls", "position":"Software developer"}
],
"imageName":"img/ecoadvisor/logo.jpg",
"otherImages":[
"img/ecoadvisor/fig01.jpg",
"img/ecoadvisor/fig02.jpg",
"img/ecoadvisor/fig03.jpg",
"img/ecoadvisor/fig04.jpg",
"img/ecoadvisor/fig05.jpg"
],
"toolLink":"http://ecoadvisor.icra.cat/",
"codeLink":"https://github.com/icra/ecoadvisor",
"filters":{
"license type":["private"],
"functionality":["operation", "optimization", "control", "management", "decision support"],
"topic":["costs", "ecology","energy"],
"urban water cycle":["treatment", "river"]
}
},
{
"name":"EdibleCity Game",
"shortDescription":"A serious videogame for participatory urban planning of Edible City Solutions",
"description":"The second leg of the EdiCitNet toolbox is the Edible City Game, a multiplayer serious game designed to showcase the co-benefits of Edible City Solutions. The game is a participatory urban planning process where twelve different ECS can be implemented by the players as long as they respect the normative and do not exceed their budgets. The available ECS combine different aims (communitarian or professional), technologies (soil-based or hydroponic), different locations (on the ground or rooftop) and different yields (vegetables or fruit trees). To explore the impact of these twelve ECS, 8 indicators are calculated: heat island effect; water management; green accessibility; public participation; green economy; food sovereignty; green justice. Competing with the implementation of ECS, the players can also construct social housing to avoid gentrification and install solar panels to increase the production of renewable energies in the city. The players can choose among eight different characters to play with, each character corresponds to a specific stakeholder with different interests in the city: municipality; neighbours\u2019 association; SME organization; educational sector; consumers\u2019 cooperative; social sector; conservationist NGO and tourism promotion agency. During the game, the players interact among them by buying and selling plots, granting permissions, or requesting subsidies.",
"project":"EdiCitNet has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement num 776665.",
"publications":[
{
"authors":"Josep Pueyo-Ros, Joaquim Comas, Ina Säumel, Joana A.C. Castellar, Lucía Alexandra Popartan, Vicenç Acuña & Lluís Corominas",
"title":"Design of a serious game for participatory planning of nature-based solutions: The experience of the Edible City Game",
"link":"https://doi.org/10.1016/j.nbsj.2023.100059"
}
],
"credits":[
{"name":"Josep Pueyo-Ros", "position":"Postdoc researcher", "email":"jpueyo@icra.cat"},
{"name":"Joaquim Comas", "position":"Senior Researcher", "email":"jcomas@icra.cat"},
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"}
],
"imageName":"img/edicitnet/edicitnet.jpg",
"otherImages":[
"img/edibleCityGame/GUI_01.png",
"img/edibleCityGame/GUI_02.png",
"img/edibleCityGame/GUI_03.png",
"img/edibleCityGame/GUI_04.png",
"img/edibleCityGame/GUI_05.png"
],
"toolLink":"",
"codeLink":"",
"filters":{
"license type":["private"],
"functionality":["planning", "selection", "decision support"],
"topic":["NBS"],
"urban water cycle":[]
}
},
{
"name":"EdibleCity R package",
"shortDescription":"A package for R software to create urban agriculture scenarios and measure 8 different indicators based on urban challenges.",
"description":"A package for R software to create urban agriculture scenarios using different parameters:\n<ul>\n<li>The proportions of private gardens being converted to edible gardens</li>\n<li>The proportion of vacant plots being converted to urban gardens</li>\n<li>The proportion of flat rooftops being converted to rooftop gardens</li>\n<li>The proportion between community and commercial gardens</li>\n<li>The minimum size required for conversion</li>\n</ul>\nOnce the scenarios are simulated, the package can calculate eight different indicators based on urban challenges from Eklipse project:\n<ul>\n<li>Urban heat island effect</li>\n<li>Runoff prevention</li>\n<li>Distance to public green areas</li>\n<li>Green per capita</li>\n<li>Number of jobs created in commercial gardens</li>\n<li>Number of volunteers involved in community gardens</li>\n<li>NO<sub>2</sub> sequestered by urban green</li>\n<li>Food security</li>\n</ul>",
"project":"EdiCitNet has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement num 776665.",
"publications":[
{
"authors":"Josep Pueyo-Ros, Joaquim Comas, Lluís Corominas",
"title":"ediblecity: an R package to model and estimate the benefits of urban agriculture",
"link":"https://open-research-europe.ec.europa.eu/articles/3-112"
},
{
"authors":"Josep Pueyo-Ros, Mateja Škerjanec, Joana A.C. Castellar, Nataša Atanasova, Joaquim Comas, Lluís Corominas",
"title":"Beyond food: A stochastic model to estimate the contributions of urban agriculture to sustainability",
"link":"https://doi.org/10.1016/j.landurbplan.2023.104930"
}
],
"credits":[
{"name":"Josep Pueyo-Ros", "position":"Postdoc researcher/Main developer", "email":"jpueyo@icra.cat"}
],
"imageName":"img/18/edicitnet.jpg",
"otherImages":[
"img/18/indicators.png",
"img/18/results_plot.png"
],
"toolLink":"",
"codeLink":"https://github.com/icra/edibleCity",
"filters":{
"license type":["public"],
"functionality":["planning", "decision support"],
"topic":["NBS"],
"urban water cycle":[]
}
},
{
"name":"EdiCitNet Platform",
"shortDescription":"The world’s meeting place for sustainable urban food systems and green edible cities",
"description":"<p>The Edible Cities Network (Edicitnet) is a global network of cities, initiatives and individuals that work together to promote more sustainable urban food systems in cities around the world. The network was established in 2018 as a project funded by the EU commission. The main goal of the Edible Cities Network is to share knowledge, best practices, and innovative approaches to urban agriculture and local food system innovations among its members. Here the network provides a platform for its members to connect, share knowledge and experiences, learn from each other as well as collaborate on and plan new projects. </p><p>What the platform offers:</p><ul><li>A collaborative space for edible city changemakers to connect - initiatives & entrepreneurs, city administrators & neighbourhood groups.</li><li>Tools to monitor the environmental and social impact of urban food innovations.</li><li>Free support & resources, knowledge and expertise.</li><li>Urban agriculture planning featuresfor individuals + city planners</li><li>The world’s largest database of edible nature-based solutions and edible initiatives</li></ul>",
"project":"EdiCitNet has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement num 776665.",
"publications":[
{
"authors":"Castellar, Joana; A.C. Popartan, L.A. A.; Pueyo-Ros, Josep; Atanasova, N.; Langergraber, G.; Sämuel, I.; Corominas, L.; Comas, Joaquim; Acuña, V.",
"title":"Nature-based solutions in the urban context: terminology, classification and scoring for urban challenges and ecosystem services",
"link":"https://linkinghub.elsevier.com/retrieve/pii/S004896972101305X"
}
],
"credits":[
{"name":"Joana Castellar", "position":"Postdoc Researcher", "email":"jcastellar@icra.cat"},
{"name":"Joaquim Comas", "position":"Senior Researcher", "email":"jcomas@icra.cat"},
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Adrià Riu", "position":"Main developer", "email":"ariu@icra.cat"},
{"name":"Joan Saló", "position":"Tool developer", "email":"jsalo@icra.cat"},
{"name":"Roser Brugués", "position":"Tool developer", "email":"rbrugues@icra.cat"},
{"name":"Josep Pueyo-Ros", "position":"Postdoc researcher", "email":"jpueyo@icra.cat"}
],
"imageName":"img/edicitnet/edicitnet.jpg",
"otherImages":[
"img/edicitnet/app_1.png",
"img/edicitnet/app_2.png",
"img/edicitnet/app_3.png",
"img/edicitnet/app_4.png"
],
"toolLink":"https://ediblecitiesnetwork.com/",
"codeLink":"",
"filters":{
"license type":["public"],
"functionality":["planning", "design", "optimization", "decision support"],
"topic":["GHG","costs"],
"urban water cycle":["distribution", "reuse"]
}
},
{
"name":"GESTOR",
"shortDescription":"GESTOR is a tool for the proactive management of sewer systems",
"description":"<b>GESTOR</b> is a new management tool, being designed and under development, to upgrade current sewer-asset-management putting special emphasis on three specific issues: 1) <i>online low-cost detection of combined sewer overflows</i>, 2) <i>Infiltration and exfiltration due to malfunction-leak of sewer pipes </i> 3) <i> lifespan reduction and collapse due to induced corrosion generated by exposition to sulfide </i>. <b>GESTOR</b> combines extensive monitoring campaigns of relevant data, modelling tools (such as SWMM) coupled to advanced decision support systems and lifecycle assessment techniques. The development of the tool has been carried out in the sewer system of Peñíscola (Spain).",
"project":"GESTOR, Desarrollo de una herramienta avanzada de Gestión preventiva y para la Eficiencia de recursos hídricos en infraestructuras de SaneamienTO uRbano",
"publications":[],
"credits":[
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Oriol Gutiérrez", "position":"Postdoc researcher", "email":"ogutierrez@icra.cat"},
{"name":"Sílvia Busquets", "position":"Research Technician", "email":"sbusquets@icra.cat"},
{"name":"Adrià Riu", "position":"Main developer of the map viewer", "email":"ariu@icra.cat"},
{"name":"Lluís Bosch", "position":"Main developer of the data communication protocols", "email":"lbosch@icra.cat"}
],
"imageName":"img/16/gestor.jpg",
"otherImages":["img/16/1489066181.jpg"],
"toolLink":"https://www.plataformagestor.com/",
"codeLink":"",
"filters":{
"license type":["private"],
"functionality":["decision support","management","planning","modelling"],
"topic":["corrosion","odours","costs"],
"urban water cycle":["sewer"]
}
},
{
"name":"GLOBAL-FATE",
"shortDescription":"GLOBAL-FATE is a GIS-based model that simulates the fate of contaminants from human consumption discharged to the global river network.",
"description":"<p>GLOBAL-FATE is a GIS-based model that simulates the fate of contaminants from human consumption discharged to the global river network. We provide an outline of the utility of GLOBAL-FATE as an assessment tool for the fate of chemicals delivered from point sources to the fluvial system. The nature of the model allows using any microcontaminant that decreases at a rate proportional to its concentration in the aquatic media.</p><p>Highlights</p><ul><li>A GIS-based model for simulation of contaminant flow through the river network is presented</li><li>It performs a global calculation and is as well suited for single (at small scale) basins</li><li>It is adaptable to a wide range of solutes</li><li>The model allows mapping the contaminant concentrations</li>",
"project":"This research has been supported by the European Commission, FP7 Environment (GLOBAQUA (grant no. 603629)), the European Regional Development Fund (FEDER) (Catalan FEDER Operative Program 2007\u20132013 grant), and the MINECO (DA3a of the Catalan Statute grant).",
"publications":[
{
"authors":"Carme Font, Francesco Bregoli, Vicenç Acuña, Sergi Sabater and Rafael Marcé",
"title":"GLOBAL-FATE (version 1.0.0): A geographical information system (GIS)-based model for assessing contaminants fate in the global river network",
"link":"https://gmd.copernicus.org/articles/12/5213/2019/"
},
{
"authors":"V.Acuña, F.Bregoli, C.Font, D.Barceló, Ll.Corominas, A.Ginebreda, M.Petrovic, I.Rodríguez-Roda, S.Sabater, R.Marcé",
"title":"Management actions to mitigate the occurrence of pharmaceuticals in river networks in a global change context",
"link":"https://doi.org/10.1016/j.envint.2020.105993"
}
],
"credits":[
{"name":"Carme Font", "position":"Research technician", "email":"cfont@icra.cat"},
{"name":"Rafael Marcé", "position":"Research scientist", "email":"rmarce@icra.cat"},
{"name":"Vicenç Acuña", "position":"Research scientist", "email":"vacuna@icra.cat"}
],
"imageName":"img/logo_icra.png",
"otherImages":[
"img/globalfate/fig01.png",
"img/globalfate/fig02.png",
"img/globalfate/fig03.png",
"img/globalfate/fig04.png",
"img/globalfate/fig05.png",
"img/globalfate/fig06.png"
],
"toolLink":"",
"codeLink":"//github.com/icra/GLOBALFATE",
"filters":{
"license type":["public"],
"functionality":["control","modelling"],
"topic":["pollution"],
"urban water cycle":["river"]
}
},
{
"name":"Headspace",
"shortDescription":"Scripts to calculate pCO2 in freshwater samples using a complete headspace method accounting for the carbonate equilibrium",
"description":"<p>\"headspace\" is a collection of R and JSL (JMP SAS) scripts to calculate pCO2 in freshwater samples using data from headspace analysis. \"headspace\" scripts account for the carbonate equilibrium in the equilibration vessel, a frequently disregarded issue when applying the headspace method in freshwater research. We offer a collection of tools to calculate pCO2 accounting for carbonate equilibria, and also to calculate the error associated with the commonly used headspace analysis that does not account for the carbonate equilibria.</p><p>\"headspace\" comes as an R script (Rheadspace.R) and a JSL script for JMP (aslo in the format of a JMP add-in for user convenience). The R script is function for command line use or scripting, while the JSL script runs within JMP as a user-friendly graphical user interface.</p><p>The distribution also includes a test dataset for R (R_test_data.csv and R_test_data_with_results.csv), as well as an additional file corresponding to the data shown in Figure 4 of the paper mentioned in the section of publications",
"project":"",
"publications":[
{
"authors":"Koschorreck, M., Y.T. Prairie, J. Kim, and R. Marcé",
"title":"Technical note: CO2 is not like CH4 - limits of the headspace method to analyse pCO2 in water",
"link":"https://bg.copernicus.org/preprints/bg-2020-307/"
}
],
"credits":[
{"name":"Rafael Marcé","position":"Research scientist","email":"rmarce@icra.cat"},
{"name":"Jihyeon Kim","position":"Université du Québec à Montréal - UQAM"},
{"name":"Yves T. Prairie","position":"Université du Québec à Montréal - UQAM"}
],
"imageName":"img/logo_icra.png",
"otherImages":[
"img/headspace/fig01.png",
"img/headspace/fig02.png",
"img/headspace/fig03.png",
"img/headspace/fig04.png"
],
"toolLink":"",
"codeLink":"https://github.com/icra/headspace",
"filters":{
"license type":["public"],
"functionality":["control", "modelling"],
"topic":["GHG"],
"urban water cycle":["river"]
}
},
{
"name":"ICRA's QGIS processing plugin",
"shortDescription":"A plugin to store all QGIS processing algorithms developed by ICRA's researchers",
"description":"A plugin to store all QGIS processing algorithms developed by ICRA's researchers. It currently contains:\n<ul>\n<li>Buildings2sewer: algortihm to connect each building of a city to its closest lower manhole.\n</ul>",
"project":"",
"publications":[],
"credits":[
{"name":"Josep Pueyo-Ros","position":"Postdoc researcher","email":"jpueyo@icra.cat"}
],
"imageName":"img/17/main_logo.png",
"otherImages":["img/17/Captura de pantalla 2021-07-20 145944.png"],
"toolLink":"https://plugins.qgis.org/plugins/ICRA/",
"codeLink":"https://github.com/icra/QGISprocessing",
"filters":{
"license type":["public"],
"functionality":["modelling","planning"],
"topic":[],
"urban water cycle":["sewer"]
}
},
{
"name":"Innowatt",
"shortDescription":"El producte Innowatt permet calcular la factura elèctrica a temps real, amb una precisió del 100%. Gràcies a la replicació efectiva de les factures és possible fer la optimització de la potencia contractada amb exactitud.",
"description":" <p> Innowatt allows for the real-time calculation of the electricity bill with 100% accuracy. The concept is simple: if a company wants to save on their electricity bill, they need to know their energy consumption. Thanks to the effective replication of bills, it is possible to accurately optimize the contracted power. </p> <iframe width='560' height='315' src='https://www.youtube.com/embed/xHMFA6va0iA' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe> <p> ICRA has developed software capable of reading the electric consumption stored in smart meters. The software 'speaks' the same language as the meters (IEC 60870-5-102 protocol) and is able to communicate with them and read how much energy has been consumed. The meters always have the electric consumption data from only the last 6 months stored in the form of a 'load hourly curve', which is a power consumption data point every hour (in kW), so there is no need to add an external system for measuring the consumed energy, as other products on the market do, which replicate the operation of the meters. </p> ",
"project":"R3Water project, funding from the European Union's Seventh Programme for research, technological development and demostration under grant agreement No 619093.",
"publications":[],
"credits":[
{"name":"Lluís Bosch","position":"Software engineer","email":"lbosch@icra.cat"},
{"name":"Fèlix Hill","position":"Hardware and Firmware Engineer","email":""},
{"name":"Lluís Corominas","position":"Research Scientist","email":"lcorominas@icra.cat"}
],
"imageName":"img/innowatt/logos_gros.png",
"otherImages":[
"img/innowatt/codiobert_comptadors-300x167.png",
"img/innowatt/home_innowatt_952x587.png",
"img/innowatt/innowatt_aplicabilitat_01_big.png",
"img/innowatt/innowatt_aplicabilitat_02_big.png",
"img/innowatt/innowatt_aplicabilitat_03_big.png"
],
"toolLink":"https://innowatt.icra.cat/",
"codeLink":"https://github.com/innowatt",
"filters":{
"license type":["public"],
"functionality":[],
"topic":["energy","costs"],
"urban water cycle":[]
}
},
{
"name":"MBR",
"shortDescription":"MBR is a web-based app that writes and reads a database based on sensors linked to a PLC.",
"description":"MBR is a web-based app that writes and reads a database based on sensors linked to a PLC. The \"supervisor\" model is continuously reading the PLC and feeding the database.",
"project":"",
"publications":[],
"credits":[
{"name":"Ignasi Rodríguez-Roda", "position":"Research Professor", "email":"irodriguezroda@icra.cat"},
{"name":"Joaquim Comas", "position":"Senior Researcher", "email":"jcomas@icra.cat"},
{"name":"Lluís Bosch", "position":"Main developer", "email":"lbosch@icra.cat"}
],
"imageName":"img/logo_icra.png",
"otherImages":["img/MBR/fig01.png"],
"toolLink":"",
"codeLink":"https://github.com/icra/mbr",
"filters":{
"license type":["public"],
"functionality":["operation", "maintenance", "optimization", "control", "management", "decision support"],
"topic":["membranes"],
"urban water cycle":["treatment"]
}
},
{
"name":"Nat4Wat",
"shortDescription":"A web-based tool to select the most suitable nature-based solutions for urban water challenges",
"description":"<p>Nat4Wat is a web-based tool to select the most suitable nature-based solutions (NBS) for urban water challenges. The tool is based on a comprehensive list of 53 NBS for wastewater treatment and stormwater management. The tool is based in a four-step scenario:</p><ul><li>Definition of water and operational requirements</li><li>selection of all potential NBS suitable for the scenario</li><li>Multicriteria selection of the most suitable NBS</li><li>Information about the selected technology, including a catalog of market cases and scientific publications</li></ul><p>The tool also provides information about companies with experience in building different NBS.</p>",
"project":"Multisource received funding from the European Union’s Horizon H2020 innovation action programme under grant agreement 101003527",
"publications":[],
"credits":[
{"name":"Josep Pueyo-Ros", "position":"Postdoctoral researcher & developer", "email":"jpueyo@icra.cat"},
{"name":"Joaquim Comas", "position":"Senior Researcher", "email":"jcomas@icra.cat"},
{"name":"David Crous", "position":"Developer"},
{"name": "José Notario", "position":"UX designer"}
],
"imageName":"img/nat4wat/logo.png",
"otherImages":["img/nat4wat/fig1.png", "img/nat4wat/fig2.png", "img/nat4wat/fig3.png"],
"toolLink":"https://nat4wat.icra.cat",
"codeLink":"",
"filters":{
"license type":["public"],
"functionality":["decision support", "design", "selection"],
"topic":["NBS"],
"urban water cycle":["treatment", "stormwater"]
}
},
{
"name":"NBS performance assessment",
"shortDescription":"Common list of NBS with scores addressing Urban Challenges and delivering Ecosystem Services",
"description":"The tool provides information regarding a list of 32 NBS that gathers all typologies of NBS consented during a research study. The information displayed is the result of a participative method that crossed information from four NBS-based projects: UrbanGreenUp, UNaLAB, Nature4Cities and ThinkNature. In total, more than 250 NBS were reviewed and summed up in this comprehensive list of 32 NBS. The performance assessment also came from the assessment of the projects mentioned above.",
"project":"EdiCitNet has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement num 776665.",
"publications":[
{
"authors":"Castellar, J. et al.",
"title":"Nature-based Solutions in the urban context. Terminology, classification, and scoring for urban challenges and ecosystem services",
"link":""}
],
"credits":[
{"name":"Joana Castellar", "position":"Postdoc Researcher", "email":"jcastellar@icra.cat"},
{"name":"Josep Pueyo-Ros", "position":"Postdoc Researcher", "email":"jpueyo@icra.cat"}
],
"imageName":"img/edicitnet/edicitnet.jpg",
"otherImages":["img/nbs-list/fig01.png","img/nbs-list/fig02.png"],
"toolLink":"https://icra.shinyapps.io/nbs-list/",
"codeLink":"https://github.com/icra/nbs_list",
"filters":{
"license type":["public"],
"functionality":["selection", "decision support"],
"topic":["NBS"],
"urban water cycle":[]
}
},
{
"name":"REaCH Guideline",
"shortDescription":"REaCHGuideline provides you with a list of methodologies and tools to monitor, estimate and mitigate greenhouse gas emissions from wastewater treatment plants.",
"description":"REaCHGuideline includes a list of state-of-the art methods and tools for monitoring, modelling and mitigate greenhouse gas emissions. We will guide you in the selection of the tools based on your particular interests/needs: <ul><li>Inventory of direct emissions</li><li>Inventory of indirect emissions (life cycle assessment)</li><li>Modelling</li><li>Mitigation</li></ul>",
"project":"Resilience of urban wastewater systems to emerging challenges: from fundamental understanding to improved management practices. Ref: CTM2015-66892-R",
"publications":[],
"credits":[
{"name":"Lluís Corominas", "position":"Research Scientist", "email":"lcorominas@icra.cat"},
{"name":"Maite Pijuan", "position":"Research Scientist", "email":"mpijuan@icra.cat"}
],
"imageName":"img/14/Captura de pantalla 2021-04-23 172642.png",
"otherImages":["img/14/Captura de pantalla 2021-04-23 121202.png"],
"toolLink":"https://reach.icra.cat/",
"codeLink":"",
"filters":{
"license type":["public"],
"functionality":["decision support", "modelling", "control", "selection"],
"topic":["GHG"],
"urban water cycle":["treatment"]
}
},
{
"name":"RedCross HWT-DSS",
"shortDescription":"Tool to provide decision support when choosing technologies to treat drinking water at household level in emergency situations.",
"description":"The <b>household water treatment</b> (HWT) <b>decision support system</b> (DSS) of the Water and Sanitation Emergency Response Unit from the Spanish Red Cross is a tool to provide decision support when choosing technologies to treat drinking water at household level in emergency situations.\n\nThe tool calculates a performance score for each technology based on 10 criteria for the given <b>scenario characteristics</b> and the <b>intrinsic criteria</b>. It also considers the need for residual protection.\n\nAll technologies are then presented and scored and their performance is detailed. The user can view supplementary information about the technology, such as the number of people served per unit, water throughput, lifetime, safe water storage capacity, standalone technology, water source, availability on the local market, CAPEX and cost per m3, size and weight. A bar plot is displayed with the performance of the technology against the following intrinsic criteria: WHO performance target, maintenance, instantaneous water supply, power requirements, easiness of use, taste alteration, waste generation.",
"project":"",
"publications":[],
"credits":[
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Ignasi Rodríguez-Roda", "position":"Research Professor", "email":"irodriguezroda@icra.cat"},
{"name":"Miriam Bergqvist", "position":"Master student ETH", "email":"miriambe@student.ethz.ch"},
{"name":"Ana Costales Plaza", "position":"Red Cross Coordinator", "email":"anaco@cruzroja.es"},
{"name":"Joan Saló", "position":"Tool developer", "email":"jsalo@icra.cat"},
{"name":"Roser Brugués", "position":"Tool developer", "email":"rbrugues@icra.cat"}
],
"imageName":"img/15/Red-Cross.png",
"otherImages":[
"img/15/Captura de pantalla 2021-04-23 173124.png",
"img/15/Captura de pantalla 2021-04-23 173226.png"
],
"toolLink":"https://im.cruzroja.es/HWTSDSS/",
"codeLink":"http://gogs.icradev.cat/adriariu/RedCross-HWT",
"filters":{
"license type":["public"],
"functionality":["decision support", "selection"],
"topic":["membranes"],
"urban water cycle":["drinking water"]
}
},
{
"name":"REMapp",
"shortDescription":"Decision-making tool for end-of-life spiral-wound reverse osmosis and nanofiltration membranes with the specific size of 40 inches of length and 8 inches of diameter.",
"description":"REMapp is a simple decision-making tool for end-of-life spiral-wound reverse osmosis and nanofiltration membranes with the specific size of 40 inches of length and 8 inches of diameter.<br/>REMapp is useful for membrane users who are going to replace membranes and are seeking alternative end-of-life membrane managements.\n\nThe preferable order regarding the potential kind of end-of-life membrane managements is: reuse, regeneration for reuse, direct recycling, indirect recycling, incineration and landfill disposal. Worldwide the most common management is incineration and landfill disposal (by far). REMapp shows current investigations and companies that try to boost alternative end-of-life membrane managements to those two last.\n\nThis decision-making tree has been developed by LEQUIA research group of University of Girona in collaboration with the University of New South Wales.",
"project":"The authors acknowledge the financial support of the European Union's Horizon 2020 research and innovation programme under the Marie Sk\u0142odowska-Curie grant agreement num 712949 (TECNIOspring PLUS) and to the Agency for Business Competitiveness of the Government of Catalonia for the grant TECSPR17-1-0019 Mem2.0 project.",
"publications":[],
"credits":[
{"name":"Raquel Garcia", "position":"Researcher", "email":"raquel.garcia@udg.edu"},
{"name":"Joan Saló", "position":"Tool developer", "email":"jsalo@icra.cat"},
{"name":"Roser Brugués", "position":"Tool developer", "email":"rbrugues@icra.cat"}
],
"imageName":"img/remapp/logo_mem.png",
"otherImages":[
"img/remapp/app_1.png",
"img/remapp/app_2.png",
"img/remapp/app_3.png",
"img/remapp/remapp.jpg"
],
"toolLink":"http://remapp.icra.cat/",
"codeLink":"https://github.com/icra/remapp",
"filters":{
"license type":["public"],
"functionality":["selection", "maintenance", "management", "decision support"],
"topic":["membranes", "costs"],
"urban water cycle":["treatment", "reuse"]
}
},
{
"name":"SARSAIGUA",
"shortDescription":"Web-based platform to show the public the circulation of SARS-CoV-2 in the sewage of 56 Catalan municipalities",
"description":"The Catalan Public Health Agency and the Catalan Water Agency (ACA) have promoted the creation and deployment of the Catalan surveillance network for the genetic material of the SARS-CoV-2 virus in wastewater by sampling at the influent of wastewater treatment plants (WWTP) in Catalonia. Scope. 56 Catalan WWTPs are included in the network. These WWTPs have been selected according to the criteria of population served (\u224880% of the population of Catalonia is served by these 56 WWTPs) and territorial balance (at least one WWTP per region, with the exception of Moianès). The WWTPs collect flow-based composite integrated samples that are sent to 3 specialized laboratories where the analysis of the genetic material of the SARS-Cov-2 is carried out; the results are published in this web viewer after verifying the quality and integrity of the whole process. The map viewer has been developed by EURECAT in collaboration with ICRA. ICRA has programmed the backend and web-forms that wastewater treatment plants and the labs have to fill to generate the data. The map viewer uses the data from the forms. ICRA has worked on the design of the web viewer also. The results are updated weekly.",
"project":"",
"publications":[
{
"authors":"Guerrero-Latorre, L., Collado, N., Abasolo, N. et al. ",
"title":"The Catalan Surveillance Network of SARS-CoV-2 in Sewage: design, implementation, and performance",
"link":"https://www.nature.com/articles/s41598-022-20957-3"
}
],
"credits":[
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Carles Borrego", "position":"Research Professor", "email":"cborrego@icra.cat"},
{"name":"Neus Collado", "position":"Research scientist", "email":"ncollado@icra.cat"},
{"name":"Laura Guerrero", "position":"Research scientist", "email":"lguerrero@icra.cat"},
{"name":"Lluís Bosch", "position":"Backend developer", "email":"lbosch@icra.cat"},
{"name":"Yaimara Espiñeira", "position":"EURECAT frontend developer", "email":""}
],
"imageName":"img/sars/coronavirus.jpg",
"otherImages":[
"img/10/Captura de pantalla 2021-04-23 173625.png",
"img/10/Captura de pantalla 2021-04-23 173708.png",
"img/10/Captura de pantalla 2021-04-23 173737.png"
],
"toolLink":"https://sarsaigua.icra.cat/",
"codeLink":"",
"filters":{
"license type":["public"],
"functionality":["control","decision support"],
"topic":["epidemiology"],
"urban water cycle":["sewer"]
}
},
{
"name":"SNAPP",
"shortDescription":"A tool to search the best nature-based technology for water sanitation",
"description":"A tool to search the best nature-based technology for water sanitation",
"project":"SNAPP. Science for Nature and People partnership. Funded by The Nature Conservancy, Wildlife Conservation Society and NCEAS.",
"publications":[
{
"authors":"Vicenç Acuña; Laura Castañares; Joana Castellar; Joaquim Comas; Katherine Cross; Darja Istenič; Fabio Masi; Robert McDonald; Bernhard Pucher; Josep Pueyo-Ros; Adrià Riu; Anacleto Rizzo; Massimiliano Riva; Katharina Tondera & Lluís Corominas",
"title":"Development of a decision-support system to select nature-based solutions for domestic wastewater treatment",
"link":"https://doi.org/10.2166/bgs.2023.005"
}
],
"credits":[
{"name":"Vicenç Acuña", "position":"Research Scientist", "email":"vacuna@icra.cat"},
{"name":"Joaquim Comas", "position":"Senior Researcher", "email":"jcomas@icra.cat"},
{"name":"Lluís Corominas", "position":"Research Scientist", "email":"lcorominas@icra.cat"},
{"name":"Adrià Riu", "position":"Main developer", "email":"ariu@icra.cat"}
],
"imageName":"img/13/1519863775098.png",
"otherImages":[
"img/13/Captura de pantalla 2021-04-23 141208.png",
"img/13/Captura de pantalla 2021-04-23 173403.png",
"img/13/Captura de pantalla 2021-04-23 173442.png"
],
"toolLink":"https://snapp.icra.cat/",
"codeLink":"",
"filters":{
"license type":["public"],
"functionality":["decision support", "optimization"],
"topic":["NBS"],
"urban water cycle":["treatment"]
}
},
{
"name":"Wanesy-read",
"shortDescription":"Web platform to read data from online sensors installed in the sewer systems which communicates via LoRawan gateway.",
"description":"Web platform to read data from online sensors installed in the sewer systems which communicates via LoRawan gateway. Online sensors measure temperature values of the sewer system. The combination of these values permits to evaluate when a combined sewer overflow is produced through CSO detection algorithm (patented by ICRA)",
"project":"GESTOR, Desarrollo de una herramienta avanzada de Gestión preventiva y para la Eficiencia de recursos hídricos en infraestructuras de SaneamienTO uRbano",
"publications":[],
"credits":[
{"name":"Sílvia Busquets", "position":"Research technician", "email":"sbusquets@icra.cat"},
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Oriol Gutiérrez", "position":"Postdoc researcher", "email":"ogutierrez@icra.cat"},
{"name":"Lluís Bosch", "position":"Main developer","email":"lbosch@icra.cat"}
],
"imageName":"img/wanesy/gestor.jpg",
"otherImages":["img/wanesy/fig01.png"],
"toolLink":"",
"codeLink":"https://github.com/icra/wanesy-read",
"filters":{
"license type":["public"],
"functionality":["control"],
"topic":["pollution"],
"urban water cycle":["sewer"]
}
},
{
"name":"WATExR",
"shortDescription":"The WATExR project aims to deliver a series of environmental and ecological seasonal forecasting reports to the water sector to help them in decision-making.",
"description":"The WATExR project aims to deliver a series of environmental and ecological seasonal forecasting tools to the water sector. The tools will employ a variety of under-the-hood lake, catchment and fish phenology models to provide stakeholders (e.g., reservoir managers/educators/fish stock assessors) with predictions of aquatic phenomena at a seasonal time-scale. Using the tools, stakeholders will have access to probabilistic aquatic forecasts driven by state-of-the-art seasonal climate projections. The tools will update monthly and provide an indication of the expected average environmental conditions during the impending 3 to 9 months relative to the average conditions experienced during the most recent climate period. In so doing, the water sector will join the growing list of environmental sectors for which seasonal climate forecasts are showing strong potential to inform management.\n \nThe WATExR project (watexr.eu) offers tools to connect the available climatic forecasting/prediction systems on global spatial scales to impact variables in lakes and reservoirs on local or regional scales. However, this is not a trivial task, mainly because of the nature of the climatic data which required an uncertainty analysis (probabilistic approach) and the complex preprocessing and postprocessing needed to apply climatic global data to real problems in local or regional scales. All together, limits the understanding and applicability to expert users. Our project comes up with a solution to build the bridge needed between climatic forecast/predictions and day-to-day water quality problems. \n",
"project":"WATExR: Integration of climate seasonal prediction and ecosystem impact modelling for an efficient adaptation of water resources management to increasing climate extreme events. Agencia Estatal de Investigación (AEI) - Ministerio de Economía, Industria y Competitividad (MINECO); Código: PCIN-2017-062/AEI",
"publications":[],
"credits":[
{"name":"Rafael Marcé","position":"Research scientist","email":"rmarce@icra.cat"},
{"name":"Daniel Mercado-bettín","position":"Postdoc Researcher","email":"dmercado@icra.cat"}
],
"imageName":"img/watexr/logo.png",
"otherImages":["img/watexr/fig01.jpg"],
"toolLink":"",
"codeLink":"https://github.com/icra/WATExR",
"filters":{
"license type":["public"],
"functionality":["decision support","management","modelling"],
"topic":["ecology"],
"urban water cycle":["river","drinking water"]
}
},
{
"name":"wOtter",
"shortDescription":"Model to describe spatial variation of wastewater-based contaminants in Europe",
"description":"wOtter is an open-source, rapid and user-friendly model that may be used to predict wastewater contamination in river networks of Europe. A full simulation of the model requires 25 seconds, although this number may be brought down using a different simulation method. wOtter processes data on sanitation, on rivers and on lakes. In the wastewater part, the data is transformed such that a data frame (excel file) is obtained, which contains the information on the size of the discharge (in person equivalents), the treatment and the point of entry to the river. In the part on rivers, a shapefile of rivers is converted to a graph object, which contains information on the river flow directions, the discharge and residence times. In case a section of a river is identified as a lake, the residence time for the nodes in the graph are replaced by a residence time calculation specifically for lakes. When the data on wastewater, rivers and lakes is processed, the model may be implemented by entering the contamination from discharges and propagating it through the river network, taking into account attenuation.\nThe information on the river network in Europe comes from the HydroSHEDS database. This database uses the waterGAP model and satellite imagery to derive discharges of rivers. The river locations and discharges were taken at a resolution of 15 arc seconds. The data on contamination in Europe originates from two sources. The first source is the UWWTD database which contains information on treatment plants in Europe. For a particular treatment plant, it gives the load in person equivalents and it gives the treatment type at the plant. The database is supplemented with the WASH (water, sanitation, and hygiene) database, which gives nationwide statistics on wastewater treatment or lack thereof. This allows for the inclusion of non-treatment plant wastewater sources, as well as for a correction of the treated person equivalents reported in the UWWTD database. The data used for the calibration and validation of the model come from Wilkinson et. al. (2022). This paper contained information on 61 pharmaceuticals in 1052 sampling sites. Of those 1052 sampling sites, 320 fell within the scope of our study. ",
"project":"INVEST project funded the development of the wOtter model. RTI2018-097471-B-C21, from the call \"2018 de Proyectos I+D+i - Retos Investigación 2018\". ",
"publications":[],
"credits":[
{"name":"Lluís Corominas", "position":"Research scientist", "email":"lcorominas@icra.cat"},
{"name":"Morgan Abily", "position":"Research technician", "email":"mabily@icra.cat"},
{"name":"Wolfgang Gernjak", "position":"Research professor (ICREA)", "email":"wgernjak@icra.cat"},
{"name":"Ignasi Rodríguez-Roda", "position":"Research Professor", "email":"irodriguezroda@icra.cat"},
{"name":"Manel Poch", "position":"Research Professor", "email":"manuel.poch@udg.edu"},
{"name":"Janick Klink", "position":"Research technician", "email":"jklink@icra.cat"},
{"name":"Laura Aixalà", "position":"Research technician", "email":"laixala@icra.cat"},
{"name":"Joan Saló", "position":"Research technician", "email":"jsalo@icra.cat"}
],
"imageName":"img/19/wOtterscheme.png",
"otherImages":[],
"toolLink":"https://github.com/icra/wOtter",
"codeLink":"https://github.com/icra/wOtter",
"filters":{
"license type":["public"],
"functionality":["modelling"],
"topic":["pollution"],
"urban water cycle":["river", "treatment", "collection", "sewer"]
}
}
]