Skip to content

Commit a265d12

Browse files
author
Julio Cesar Contreras Huerta
committed
up
1 parent e09d445 commit a265d12

5 files changed

Lines changed: 22 additions & 13 deletions

File tree

assets/bibfiles/journal.bib

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
% 2025
22
3-
3+
@article{portales2025understanding,
4+
title = {Understanding flood detection models across Sentinel-1 and Sentinel-2 modalities and benchmark datasets},
5+
author = {Portal{\'e}s-Juli{\`a}, Enrique and Mateo-Garc{\'\i}a, Gonzalo and G{\'o}mez-Chova, Luis},
6+
year = 2025,
7+
journal = {Remote Sensing of Environment},
8+
publisher = {Elsevier},
9+
volume = 328,
10+
pages = 114882,
11+
doi = {https://doi.org/10.1016/j.rse.2025.114882}
12+
}
413
@article{Camps-Valls2025,
5-
author = {Camps-Valls, Gustau},
6-
title = {Serendipity’s role in advancing geoscience},
7-
journal = {Nature Geoscience},
8-
year = {2025},
9-
volume = {18},
10-
doi = {10.1038/s41561-025-01748-7},
11-
url = {https://doi.org/10.1038/s41561-025-01748-7},
12-
note = {Comment; published 22 Jul 2025}
14+
title = {Serendipity’s role in advancing geoscience},
15+
author = {Camps-Valls, Gustau},
16+
year = 2025,
17+
journal = {Nature Geoscience},
18+
volume = 18,
19+
doi = {10.1038/s41561-025-01748-7},
20+
url = {https://doi.org/10.1038/s41561-025-01748-7},
21+
note = {Comment; published 22 Jul 2025}
1322
}
1423
@article{gusttau2025,
1524
title = {CloudRuler: Rule-based transformer for cloud removal in Landsat images},

content/people/administrative_communications/jorge_orero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: '2024-05-10T05:29:29+02:00'
33
draft: false
44
title: 'Jorge Orero'
5-
role: "administrative & communications"
5+
role: "communications & administrative"
66
params:
77
img: jorge_orero.webp
88
---

content/people/administrative_communications/rosalia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: '2024-05-10T05:29:29+02:00'
33
draft: false
44
title: 'Rosalía Fernández Matarazzo'
5-
role: "administrative & communications"
5+
role: "communications & administrative"
66
params:
77
img: rosalia.png
88
---

content/people/phd_students/paula_dauden.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ params:
1010
orcid: 'https://orcid.org/0009-0009-1026-6455'
1111
---
1212

13-
My research focuses on collecting and analyzing human data to support the development, tuning, and evaluation of deep learning models for vision science.Ñ
13+
My research focuses on collecting and analyzing human data to support the development, tuning, and evaluation of deep learning models for vision science.

themes/isp_uv/layouts/people/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="container mt-5">
44
{{ $groups := .Pages.GroupByParam "role" }}
5-
{{ $order := slice "full professors" "associate professors" "assistant professors" "senior research scientists" "postdocs" "phd students" "administrative & communications" "visitors" "alumni" }}
5+
{{ $order := slice "full professors" "associate professors" "assistant professors" "senior research scientists" "postdocs" "phd students" "communications & administrative" "visitors" "alumni" }}
66
{{ range $order }}
77

88
{{ with index (where $groups "Key" .) 0 }}

0 commit comments

Comments
 (0)