-
Notifications
You must be signed in to change notification settings - Fork 0
/
Publications.html
127 lines (107 loc) · 5.83 KB
/
Publications.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" >
<title>Fanny Picourlat | Publications</title>
<link href="style.css" rel="stylesheet" >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope&family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<a href="index.html" class="class1">Fanny Picourlat</a>
<div>
<a href="Education.html" class="class1">Education</a>
<a href="Professional_positions.html" class="class1">Professional positions</a>
<a href="Publications.html" class="class1">Publications</a>
<a href="Teaching.html" class="class1">Teaching</a>
<a href="Conferences.html" class="class1">Conferences</a>
<a href="Additional_activities.html" class="class1">Additional activities</a>
</div>
</nav>
</header>
<main>
<section class="accueil-introduction">
<div>
<h1>Publications</h1>
<h2>In preparation</h2>
<ul>
<li>
<p class="class3">
Picourlat, F., Ler, L.G., Targosz, J., Paguedame G., Amaou-Tallé H., Billaud, F., Abily, M.
(submitted to <a href="https://onlinelibrary.wiley.com/journal/27504867" target="_blank" class="class2">River</a>).
AquaVar decision support system for water resources management: Lessons learned from the first five years of operation
</p>
</li>
</ul>
<h2>Peer-reviewed</h2>
<ul>
<li>
<p class="class3">
Picourlat, F., Mouche, E., & Mügler, C. (2022). Upscaling Hydrological Processes for
Land Surface Models with a Two-Hydrologic-Variable Model: Application to the Little
Washita Watershed. Water Resources Research, 58(9), e2021WR030997. <a href="https://doi.org/10.1029/2021WR030997" target="_blank" class="class2">https://doi.org/10.1029/2021WR030997</a>
</p>
</li>
</ul>
<h2>Conference proceedings</h2>
<ul>
<li>
<p class="class3">
Picourlat, F., Ler, L.G., Targosz, J., Masselis, G., Garcia, A., Billaud, F., Gourbesville, P.,
Roux, P. (2023). A combined pipe and overland flow model to support urban flood risk
management: case study of the Espartes watershed. In: Gourbesville, P., Caignaert, G. (eds)
Advances in Hydroinformatics—SimHydro 2023 Volume 1. SimHydro 2023. Springer Water. Springer, Singapore.
<a href="https://doi.org/10.1007/978-981-97-4072-7_9" target="_blank" class="class2">https://doi.org/10.1007/978-981-97-4072-7_9</a>
</p>
</li>
</ul>
<h2>Others</h2>
<ul>
<li class="close">
<p class="class3">
Jost, A., Wang, S., Picourlat, F., et al. (2019). Les gravières, fenêtres ouvertes sur la plaine
de la Bassée. Rapports de synthèse de la phase VII du PIREN-Seine.
<a href="https://doi.org/10.26047/PIREN.rapp.ann.2019.vol4" target="_blank" class="class2">https://doi.org/10.26047/PIREN.rapp.ann.2019.vol4</a>
</p>
</li>
<li class="close">
<p class="class3">
Picourlat, F., Jost, A., Teillaud, S., Passy, P., Baratelli, F., & Flipo, N. (2018). Impact des
aménagements anthropiques dans la plaine de la Bassée: le cas des gravières. Rapport
Piren-Seine phase VII, 10p.
<a href="https://www.piren-seine.fr/sites/default/files/piren_documents/phase_7/rapports_annuels/2018/a2b1_Picourlat_PIREN_2018.pdf" target="_blank"
class="class2">Picourlat_PIREN_2018.pdf</a>
</p>
</li>
</ul>
</div>
</section>
<section class="accueil-photos">
<!--<h2>Mon dernier projet</h2>
<div>
<img src="images/accueil/element-1.png" alt="Twelve apostles - Australie" >
<img src="images/accueil/element-2.png" alt="Wai-O-Tapu - Nouvelle-Zélande" >
<img src="images/accueil/element-3.png" alt="Parc National d’Abel Tasman - Nouvelle-Zélande" >
</div>
<div>
<img src="images/accueil/element-4.png" alt="Lac Rotorua - Nouvelle-Zélande" >
<img src="images/accueil/element-5.png" alt="Milford Sound - Nouvelle-Zélande" >
<img src="images/accueil/element-6.png" alt="Lac Wanaka - Nouvelle-Zélande" >
</div>-->
</section>
</main>
<footer>
<div class="email">
<img src="images/email.png" alt="E-mail" width="22" height="17">
<a href="mailto:fanny.picourlat@geoazur.unice.fr" class="class1">fanny.picourlat@geoazur.unice.fr</a>
</div>
<div class="git">
<img src="images/github.png" alt="Logo Github" width="20" height="20">
<a href="https://github.com/FannyPicou" class="class1">FannyPicou</a>
</div>
</footer>
</body>
</html>