-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
626 lines (529 loc) · 29.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GROWING MSCA project</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Geophysics, Roots, Water, Irrigation, Benjamin Mary, MSCA, Marie-Curie, Padova, Berkeley" name="keywords">
<meta content="GROWING MSCA project website" name="description">
<meta name="author" content="Benjamin Mary">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=TRACKING_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156846585-1');
</script>
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- academicons CSS File -->
<!-- <link href="css/academicons.min.css" rel="stylesheet">
-->
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!--==========================
Include html files
============================-->
<!-- Main bibliography -->
<!-- <link href="biblio.html" rel="import">
--><!-- <link href="Leaflet_Catalog_page/MapIndex.php" rel="import">
-->
<!-- <link href="map_test/indexmap.html" rel="import">
-->
<!--==========================
Include a map
============================-->
<link rel="shortcut icon" type="image/x-icon" href="docs/images/favicon.ico" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew==" crossorigin=""></script>
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div id="topbar">
<div class="container">
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<!--<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>-->
</div>
</div>
</div>
<div class="container">
<div class="logo float-left">
<!-- Uncomment below if you prefer to use an image logo -->
<h1 class="text-light"><a href="#intro" class="scrollto"><span>Let's GROW!</span></a></h1>
<!-- <a href="#header" class="scrollto"><img src="img/logo.png" alt="" class="img-fluid"></a> -->
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#publications">Publications</a></li>
<!-- <li><a href="blog.html">Blog</a></li>
-->
<li><a href="#media">Media</a></li>
<li class="drop-down"><a href="">Project</a>
<ul>
<li><a href="#studyAreas">Study areas catalog</a></li>
<!-- <li><a href="#LeafletCatalog">Data Catalog</a></li> -->
<li><a href="#wp1">WP1</a></li>
<li><a href="#wp2">WP2</a></li>
<li><a href="#wp3">WP3</a></li>
<li><a href="#wp4">WP4</a></li>
<li><a href="#">Related works</a></li>
</ul>
</li>
<li class="drop-down"><a href="contributors">About us</a>
<ul>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#projectPartners">Project partners</a></li>
</ul>
</li>
<li><a href="#footer">Contact</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center">
<div class="col-md-6 intro-info order-md-first order-last">
<h2>GROWING Project<br> <span>Geophysical Roots Observations for Water savING</span></h2>
<div>
<a href="#about" class="btn-get-started scrollto">Discover it!</a>
</div>
</div>
<div class="col-md-6 intro-img order-md-last order-first">
<img src="img/intro/Framework_Intro.png" alt="" class="img-fluid">
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<p>
<img src="img/intro/IntroImg_vert.png" alt="Sensors position around a plant">
<h6>3D position of sensors around the plant and simulation showing the distribution of current voltage after a current stimuli into the root system</h6>
</p>
<p>
<div class="msca-logo">
<img src="img/intro/marie_curie-logo-400px.jpg" alt="marie_curie-logo-400px">
</div>
</p>
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content">
<h2>About</h2>
<h3>Objective</h3>
<p>GROWING is a project dealing with the use of minimally invasive methods for roots monitoring, with the specific aim of improving water use in arboriculture, viticulture and agronomy. The aim of GROWING is to develop our capability of understanding, through measuring and modeling, the actions of the root system on water state and fluxes in the soil-plant-atmosphere system. This is particularly critical in areas of water scarcity, such as the Mediterranean region.</p>
<p>GROWING is based upon three scientific pillars: (a) an advanced plant root phenotyping technology using geophysical methods, overcoming current limitation in imaging roots under field working conditions; (b) a coupled above and below-ground monitoring using geophysical, plant physiology and atmospheric measurements and (c) a data assimilation scheme that uses the data above to construct a hydrogeophysical model of water distribution in soil and exchanges with the atmosphere.</p>
<p>The scientific developments above will then foster the design of new tools and services for arboriculture, viticulture and agronomy with the ambition to transfer innovative knowledge to stakeholders, farmers, and winemakers in particular. The ground breaking nature of GROWING lies in the pooling of human, technical, and data resources, in order to better understand the hydric stress and roots response under a range of soil and agricultural practices.</p>
<p>In order to warrant effective dissemination of the project’s results, I will work both with academic partners, the university in Padua (UNIPD) and the Lawrence Berkeley National Lab (LBNL) during the outgoing phase, and with farmers and stakeholders thanks to private companies’ collaboration (FruitionSciences, Noble research institute). A two- way knowledge transfer is expected, with novel practical solutions to be developed in order to make non-invasive geophysical methods a state-of-the-art practice particularly in high-value crops.</p>
<h3>Field of Science</h3>
<ul>
<li><i class="ion-android-checkmark-circle"></i> geophysics, viticulture, agronomy, physiology</li>
<li><i class="ion-android-checkmark-circle"></i> public services, sustainable economy, crops</li>
</ul>
<h3>Programme</h3>
<p>H2020-EU.1.3.2. - Nurturing excellence by means of cross-border and cross-sector mobility</p>
<h3>Topic</h3>
<p>MSCA-IF-2018 - Individual Fellowships</p>
<h3>Funding Scheme</h3>
<p>MSCA-IF-GF - Global Fellowships</p>
<p>
<a href="https://cordis.europa.eu/project/id/842922" class="btn btn-outline-primary" role="button" aria-pressed="true">Find out more: EU website</a>
</p>
<!-- https://cordis.europa.eu/project/id/842922
-->
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Publication Section
============================-->
<section id="publications" class="section-bg">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3 class="cta-title">Publications</h3>
<p class="cta-text">
<div class="csl-bib-body" style="line-height: 1.35; ">
<ol type = "1">
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
Mary, B., Botto, A., Iván, V., Peruzzo, L., Chou, C., Wu, Y., Cassiani, G., and Camporese, M.: Assimilation of ERT data to improve Feddes parameters in a hydrological model during a root water uptake experiment, EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-6648, doi:<a href="https://doi.org/10.5194/egusphere-egu22-6648">doi:10.5194/egusphere-egu22-6648</a>, 2022.
</font>
</div>
</li>
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
Cassiani, G., Mary, B., Boaga, J., Barone, I., and Ivan, V.. Geophysical Imaging of the Root Zone: Methods, Implications and Outlook. in NSG2021 27th European Meeting of Environmental and Engineering Geophysics (Hybrid, France: European Association of Geoscientists & Engineers), 1–5. doi:<a href="https://doi.org/10.3997/2214-4609.202120198">10.3997/2214-4609.202120198</a>, 2021.
</font>
</div>
</li>
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
Mary, B., Iván, V., and Cassiani, G.: Root system monitoring using a mise-à-la-masse (MALM) extension to time-domain IP, EGU General Assembly, online, 19–30 Apr 2021, EGU21-2839 doi:<a href="https://doi.org/10.5194/egusphere-egu21-2839">10.5194/egusphere-egu21-2839</a>, 2021.
</font>
</div>
</li>
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
Iván, V., Mary, B., Blanchy, G., Weigand, M., and Garré, S.: Supporting successful data and codes sharing practices in agrogeophysics, EGU General Assembly, online, 19–30 Apr 2021, EGU21-12526 doi:<a href="https://doi.org/10.5194/egusphere-egu21-12526">10.5194/10.5194/egusphere-egu21-12526</a>, 2021.
</font>
</div>
</li>
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
B. Mary: The GROWING project, Gembloux seminar ‘Geophysics & Agriculture: the perfect match?’ on January 31st. http://www.soilbelgium.be/?p=3596:<a href="http://www.soilbelgium.be/?p=3596">http://www.soilbelgium.be/?p=3596</a>, 2020.
</font>
</div>
</li>
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
B. Mary, F. Meggio, G. Blanchy, N. Cainelli, L. Peruzzo, J. Boaga, Y. Wu, S. Hubbard, B. Ruperti, A. Binley, G. Cassiani: Highlighting Grapevine Root Activity During a Partial Root Zone Drying in Rhizotron Using Geo-electrical Methods. AGU General Assembly (NS31A-0764). Bibcode: 2019AGUFMNS31A0764M doi:<a href="https://agu.confex.com/agu/fm19/meetingapp.cgi/Paper/585475">https://agu.confex.com/agu/fm19/meetingapp.cgi/Paper/585475</a>, 2019.
</font>
</div>
</li>
<br>
<li style='color: white;'>
<div class="csl-entry">
<font color="white">
Mary, B., Peruzzo, L., Boaga, J., Schmutz, M., Wu, Y., Hubbard, S. S. and
Cassiani, G.: Small-scale characterization of vine plant root water uptake via 3
-D electrical resistivity tomography and mise-à-la-masse method, Hydrology and
Earth System Sciences, 22(10), 5427–5444, doi:<a href="https://doi.org/10.5194
-/hess-22-5427-2018">10.5194/hess-22-5427-2018</a>, 2018.
</font>
</div>
<span class="Z3988" title="url_ver=Z39.88-2004&ctx_ver=Z39.88-2004&rfr_id=info%3Asid%2Fzotero.org%3A2&rft_id=info%3Adoi%2F10.5194%2Fhess-22-5427-2018&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Small-scale%20characterization%20of%20vine%20plant%20root%20water%20uptake%20via%203-D%20electrical%20resistivity%20tomography%20and%20mise-%C3%A0-la-masse%20method&rft.jtitle=Hydrology%20and%20Earth%20System%20Sciences&rft.volume=22&rft.issue=10&rft.aufirst=Benjamin&rft.aulast=Mary&rft.au=Benjamin%20Mary&rft.au=Luca%20Peruzzo&rft.au=Jacopo%20Boaga&rft.au=Myriam%20Schmutz&rft.au=Yuxin%20Wu&rft.au=Susan%20S.%20Hubbard&rft.au=Giorgio%20Cassiani&rft.date=2018-10-23&rft.pages=5427-5444&rft.spage=5427&rft.epage=5444&rft.issn=1607-7938&rft.language=en"></span>
</li>
</ol>
</div>
</div>
<!-- <div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#">Call To Action</a>
</div> -->
</div>
</div>
</div>
</section><!-- #Publications -->
<!--==========================
Field sites
============================-->
<!--The div element for the map -->
<section id="studyAreas" class="section-bg">
<div class="container">
<div class="row">
<!-- <div class="studyAreas-content">
-->
<div class="col-lg-5 col-md-6">
<!-- <h2>Geophysical Observation Field sites catalog</h2>
--> <h3>Objectives </h3>
<ul>
<!-- <li><i class="ion-android-checkmark-circle"></i> Build a repository that is trust by the community and that is a preffered storage facility</li>
--> <li> Gather datasets needed for modeling </li>
<!-- <li><i class="ion-android-checkmark-circle"></i> Create synergies </li>
--> <li> Finding easily georeferenced data-sets linked to research themes </li>
<li> Facilitate communication to stakeholders </li>
</ul>
</div>
<div class="col-lg-7 col-md-6">
Map of the geophysical roots observation field sites
<div id="map" style="width: 600px; height: 400px;"></div>
</div>
<!-- </div>
--> </div>
</div>
<div class="container">
<div class="row">
<div class="studyAreas-content">
<!-- <div class="col-lg-5 col-md-6">
<h2>Geophysical Observation Field sites catalog</h2>
<h3>Objectives</h3> -->
</div>
</div>
</div>
</div>
</section><!-- #studyAreas -->
<section id="wp1" class="section-bg">
<div class="container">
<div class="row">
<div class="wp1-content">
<h2>Work packages</h2>
<h3>WP1</h3>
<ul>
<li><i class="ion-android-checkmark-circle"></i> Straightforward way to use ERT and MALM as non-invasive methods for roots soil plant interaction monitoring via RWU.</li>
<li><i class="ion-android-checkmark-circle"></i> Innovative way to improve classical geoelectrical non-invasive methods via an extension of ERT and MALM to multi-frequency assessment (time domain or Spectral induced polarization) of the roots response.</li>
<li><i class="ion-android-checkmark-circle"></i> New inversion algorithms for direct roots detection via a combination of multiple geophysical methods analysis in combination with biological and plant physiological assumptions and farmer know-how.</li>
</ul>
</div>
</div>
</div>
</section><!-- #wp1 -->
<section id="wp2" class="section-bg">
<div class="container">
<div class="row">
<div class="wp2-content">
<h3>WP2</h3>
<p>
Deals with the coupling between subsurface and surface observation (including remotely), acquired via geophysical monitoring (arising from the methodology developed during the WP1) and plant physiology and atmospheric measurements. WP2 will provide results for three deliverables:
<ul>
<li><i class="ion-android-checkmark-circle"></i> Improve and adapt pedotransfer functions to compute subsurface understandable proxies (FTSW and Soil hydraulic conductivity) notably in order to meet the new big data challenge (interoperable, re-usable).</li>
<li><i class="ion-android-checkmark-circle"></i> Monitor these proxies in relation with the phenological stage of the plant and irrigation practices.</li>
<li><i class="ion-android-checkmark-circle"></i> Study correlation between geophysics (SS), plant based observations (PB) such as physiological state of plants from leaf potential or sap flow, surface data (S) notably with EC measurements and remote observations (R) with hyperspectral imaging.</li>
</ul>
</div>
</div>
</div>
<section id="wp3" class="section-bg">
<div class="container">
<div class="row">
<div class="wp3-content">
<h3>WP3</h3>
<p>
Deals with data assimilation (DA) of geophysical information into hydrogeophysical modelling for the identification of active root zones. WP1 and WP2 outputs will serve as inputs. One deliverable is expected:
<ul>
<li><i class="ion-android-checkmark-circle"></i> Methodology for DA of geophysical and surface data in a RWU model using Ensemble Kalman Filters.</li>
</ul>
</div>
</div>
</div>
<section id="wp4" class="section-bg">
<div class="container">
<div class="row">
<div class="wp4-content">
<h3>WP4</h3>
<p>
Aims at disseminating the gained knowledge across all communities. We plan four deliverables:</p>
<ul>
<li><i class="ion-android-checkmark-circle"></i> Data management plan: gather dataset of partner research teams in an open web platform.</li>
<li><i class="ion-android-checkmark-circle"></i> Transfer and communication towards peers.</li>
<li><i class="ion-android-checkmark-circle"></i> Transfer and communication towards students, winemakers and farmers.</li>
</ul>
</div>
</div>
</div>
</section><!-- #wp4 -->
<!--==========================
Media Section
============================-->
<section id="media" class="section-bg">
<div class="container">
<div class="section-header">
<h3>Media & Communications </h3>
<div class="row feature-item">
<div class="col-lg-6 wow fadeInUp">
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">2020 was a year like no other, that changed our lives deeply. From online classes to empty offices, people at <a href="https://twitter.com/hashtag/GeoUnipd?src=hash&ref_src=twsrc%5Etfw">#GeoUnipd</a> quickly faced it and made the best of it<br><br>📺 To sum up 2020, we collected some of our main highlights in a short video. Check it out: <a href="https://t.co/Ueq4nzuVvv">https://t.co/Ueq4nzuVvv</a> <a href="https://t.co/r8eYWoaU9N">pic.twitter.com/r8eYWoaU9N</a></p>— Dipartimento di Geoscienze - Unipd (@GeoUnipd) <a href="https://twitter.com/GeoUnipd/status/1351944065693188099?ref_src=twsrc%5Etfw">January 20, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<hr>
<div class="row feature-item">
<div class="col-lg-6 wow fadeInUp">
My interview to <a href="https://www.unipd.it/en/msca-mary" class="btn btn-outline-primary">SuccessStories@Unipd </a>
</div>
</div>
<hr>
</section>
<!--==========================
Team Section
============================-->
<section id="contributors" class="section-bg">
<div class="container">
<div class="section-header">
<h3>Contributors</h3>
<!-- <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
--> </div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/photoMe1.png" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Benjamin Mary
<!-- <a href="http://bmarygeophy.weebly.com/"><i class="fa fa-twitter"></i></a
<button type="button" class="btn btn-outline-primary">Primary</button> -->
<!-- <p>
<a href="http://bmarygeophy.weebly.com" class="btn btn-outline-primary" role="button" aria-pressed="true">Website</a>
</p> -->
</h4>
<span>Principal researcher</span>
<!-- <div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div> -->
</div>
</div>
</div>
<div class="social">
<a style="font-size:2em; text-decoration: none" href="https://scholar.google.com/citations?user=3kDP4-AAAAAJ&hl=en" class="mr-2" data-toggle="tooltip" data-placement="bottom" title="Google Scholar">
<i class="ai ai-google-scholar-square ai-3x" data-fa-transform="shrink-6" data-fa-mask="fas fa-circle"></i>
</a>
<a style="font-size:2em; text-decoration: none" href="https://www.researchgate.net/profile/Benjamin_Mary" class="mr-2" data-toggle="tooltip" data-placement="bottom" title="RG">
<i class="ai ai-researchgate ai-3x" data-fa-transform="shrink-6" data-fa-mask="fas fa-circle"></i>
</a>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/team-2.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sarah Jhonson</h4>
<span>Product Manager</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</section><!-- #team-->
<!--
==========================
Project partner Section
============================
<section id="projectPartners" class="wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Project partners</h3>
</header>
<div class="owl-carousel clients-carousel">
<img src="img/partners/Fruition science.png" alt="">
<img src="img/partners/Berkeley Lab logo.png" alt="">
<img src="img/partners/unipa.jpg" alt="">
<!-- <img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-3.png" alt="">
<img src="img/clients/client-4.png" alt="">
<img src="img/clients/client-5.png" alt="">
<img src="img/clients/client-6.png" alt="">
<img src="img/clients/client-7.png" alt="">
<img src="img/clients/client-8.png" alt="">
</div>
</div>
</section><!-- #clients -->
</main>
<!-- ==========================
Footer
============================-->
<footer id="footer" class="section-bg">
<div class="footer-top">
<!-- <div class="form">
-->
<h4><a href="mailto:[email protected]?subject=Question MSCA GROWING"> Click here to send us an email! </a></h4>
<!-- <form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<div class="text-center"><button type="submit" title="Send Message">Send Message</button></div>
</form>
</div>
</div> -->
<!-- </div>
-->
<!-- </div>
--> </div>
<div class="container">
<div class="copyright">
<p>
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 842922.
</p>
</div>
<div class="copyright">
© Copyright <strong>Rapid</strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!--==========================
-- JavaScript Libraries
============================-->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<!-- Template map Javascript File -->
<script src="map/sample-geojson.js" type="text/javascript"></script>
<script src="map/leaflet.js" type="text/javascript"></script>
</body>
</html>