Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/utrecht-team/JamieAtkins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/utrecht-team/LauraGomezNavarro.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data/papers-citing-parcels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
26 changes: 12 additions & 14 deletions src/data/team-members.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -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',
},
{
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand Down