diff --git a/public/utrecht-team/JamieAtkins.jpg b/public/utrecht-team/JamieAtkins.jpg new file mode 100644 index 00000000..69f7688a Binary files /dev/null and b/public/utrecht-team/JamieAtkins.jpg differ diff --git a/public/utrecht-team/LauraGomezNavarro.jpg b/public/utrecht-team/LauraGomezNavarro.jpg deleted file mode 100644 index c8b58b98..00000000 Binary files a/public/utrecht-team/LauraGomezNavarro.jpg and /dev/null differ diff --git a/src/data/papers-citing-parcels.ts b/src/data/papers-citing-parcels.ts index 4b455e47..05fb9527 100644 --- a/src/data/papers-citing-parcels.ts +++ b/src/data/papers-citing-parcels.ts @@ -2262,7 +2262,7 @@ export const papersCitingParcels: Paper[] = [ 'Separation Timescales of Vertically Migrating Zooplankton and Other (a)Biotic Materials in the Benguela System', published_info: 'Journal of Geophysical Research, 130, e2024JC021701', authors: - 'D Manral, L Gómez-Navarro, MC Denes, D Iovino, PG Fogli, S Masina, I Hernández-Carrasco, L Amaral-Zettler, M Vichi, E van Sebille (2025)', + 'Manral, D, L Gómez-Navarro, MC Denes, D Iovino, PG Fogli, S Masina, I Hernández-Carrasco, L Amaral-Zettler, M Vichi, E van Sebille (2025)', doi: 'https://doi.org/10.1029/2024JC021701', abstract: 'Plankton, plastics, nutrients, and other materials in the ocean can exhibit different dispersion patterns depending on their individual transport properties. These dispersion patterns can provide information on the effective timescales of interaction between different types of materials in a highly dynamic ocean environment, such as the Benguela system in the southeast Atlantic Ocean. In this study, we compare the timescales and spatial distribution of separation for zooplankton performing Diel Vertical Migration (DVM) while drifting with currents to those of other materials: (a) positively buoyant plastics or planktonic organisms passively floating near the ocean surface; (b) nutrients or pollutants passively advecting in the three-dimensional flow; and (c) sinking biogenic particulate matter. We apply the drift properties of each material type in Lagrangian flow modeling to simulate the movement of virtual particles across the Benguela system. Our results indicate faster separation between zooplankton performing DVM and the other particle types during the upwelling season in the austral spring and summer. We also observe a decrease in the separation timescales between zooplankton performing DVM and other particle types as the zooplankton migration depth increases. Despite the differences in separation timescales across seasons, different particle types can become trapped in coherent features such as eddies, fronts, and filaments, indicating prolonged exposure of zooplankton to prey and pollutants in these coherent ocean features.', diff --git a/src/data/team-members.ts b/src/data/team-members.ts index 64e6b7ea..1590370f 100644 --- a/src/data/team-members.ts +++ b/src/data/team-members.ts @@ -1,6 +1,13 @@ import { CurrentTeamMember, PriorTeamMember } from '../types/team' export const CurrentTeamMembers: CurrentTeamMember[] = [ + { + name: 'Jamie Atkins', + position: 'Postdoctoral researcher', + description: + 'Jamie develops biogeochemical sampling in the Virtual Ship Classroom.', + image: 'utrecht-team/JamieAtkins.jpg', + }, { name: 'Vesna Bertoncelj', position: 'PhD candidate', @@ -18,7 +25,7 @@ export const CurrentTeamMembers: CurrentTeamMember[] = [ { name: 'Emma Daniëls', position: 'Postdoctoral researcher', - description: 'Emma develops a virtual ship learning experience.', + description: 'Emma leads the development of the Virtual Ship Classroom.', image: 'utrecht-team/EmmaDaniels.jpg', }, { @@ -42,19 +49,6 @@ export const CurrentTeamMembers: CurrentTeamMember[] = [ }, image: 'utrecht-team/NickHodgskin.jpg', }, - { - name: 'Laura Gomez Navarro', - position: 'Margarita Salas Fellow', - description: - 'Laura investigates how oceanic fine-scales affect the transport of marine plastic.', - links: { - github: 'https://github.com/LauraGomezNavarro', - researchgate: 'https://www.researchgate.net/profile/Laura-Gomez-Navarro', - googlescholar: - 'https://scholar.google.es/citations?user=ML8EsI4AAAAJ&hl=ca', - }, - image: 'utrecht-team/LauraGomezNavarro.jpg', - }, { name: 'Jimena Medina Rubio', position: 'PhD candidate', @@ -196,6 +190,10 @@ export const PriorTeamMembers: PriorTeamMember[] = [ name: 'Rebeca De La Fuente', position: 'PhD exchange researcher from University of Balearic Islands', }, + { + name: 'Laura Gomez Navarro', + position: 'Postdoctoral researcher and Margarita Salas Fellow', + }, { name: 'Federica Guerrini', position: 'PhD exchange researcher from Politecnico di Milano',