Skip to content

Commit 2c213b4

Browse files
Adding Waddendrifters blog post
1 parent 1c27c5b commit 2c213b4

6 files changed

Lines changed: 56 additions & 2 deletions

File tree

580 KB
Loading
782 KB
Loading

public/projects/waddendrifter.jpg

284 KB
Loading

src/lib/rss-feed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function generateRssFeed(allPostsData) {
1111

1212
const feed = new Feed({
1313
title: 'OceanParcels Blog Feed',
14-
description: 'The latest announcements from the OceanParcels team',
14+
description: 'The latest announcements and news from the Parcels team',
1515
id: blogUrl,
1616
link: blogUrl,
1717
language: 'en',

src/pages/blog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default function Blog({ allPostsData }) {
8787
fontSize={'lg'}
8888
textAlign={'center'}
8989
>
90-
Announcements, and news from the Parcels team.
90+
Announcements and news from the Parcels team.
9191
</Text>
9292

9393
<Divider my={4} borderColor='gray.200' />

src/posts/waddendrifters/index.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: 'Tracking plastic through the Wadden Sea'
3+
date: '2024-03-20'
4+
authors:
5+
- name: Erik van Sebille
6+
github: erikvansebille
7+
summary: 'In 2023 and 2024, we deployed drifters in the Dutch Wadden Sea to track the movement of plastic pollution. In this post, we give background and show how the can be tracked.'
8+
---
9+
10+
![A Stokes drifter on the beach](/projects/waddendrifter.jpg)
11+
12+
# What are the drifters?
13+
14+
The drifters are so-called <b>Stokes drifters</b>, built by [MetOcean](https://metocean.com/products/stokes-drifter/) in Canada. They are small, white, floating devices that are designed to follow the water motion in the Wadden Sea. The drifters are equipped with a GPS and a satellite transmitter, so that we can track their position in real time.
15+
16+
# If you found a drifter?
17+
18+
If you have found a drifter on the beach, it is important to leave the drifter where it is (do not touch it), as one of the goals of the project is to measure how high tides and storms move the drifters back into the ocean.
19+
20+
We would appreciate it if you could send us a photo and information about where you found the drifter, at [E.vanSebille@uu.nl](mailto:e.vansebille@uu.nl).
21+
22+
# Tracking the 2023 batch
23+
24+
We deployed the first batch of 24 drifters from the R/V Adriaen Coenen on 14 November 2023. Their tracks can be seen in the interactive map below.
25+
26+
<iframe
27+
src='https://oceanparcels.org/driftermap.html?fn=waddendrifters.json&anim_freq=1'
28+
width='100%'
29+
height='500px'
30+
></iframe>
31+
32+
# Tracking the 2024 batch
33+
34+
We deployed the second batch of 12 drifters from just north of [Moddergat](https://maps.app.goo.gl/YoBDXxKDyHqNmW3s7) on 25 April 2024. Their tracks can be seen in the interactive map below.
35+
36+
<iframe
37+
src='https://oceanparcels.org/driftermap.html?fn=waddendrifters2024.json&anim_freq=1'
38+
width='100%'
39+
height='500px'
40+
></iframe>
41+
42+
The deployment was at low tide on the mudflats just north of Moddergat, as shown in the photo below (photo by Daan Reijnders).
43+
44+
![The team deploying the drifters on the mudflats](/projects/moddergat_deployment.png)
45+
46+
# Project funding
47+
48+
Funding for this project comes from the [Pay-it-forward campaign](https://www.uu.nl/en/organisation/donate/pay-it-forward) of the [Utrecht University Fund](https://www.uu.nl/en/organisation/donate), [Stichting Pieter Bastiaan](https://pieterbastiaan.nl), and the project [Tracing Marine Macroplastics by Unraveling the Ocean's Multiscale Transport Processes](https://www.uu.nl/en/news/seven-utrecht-based-researchers-receive-vici-grant) with project number VI.C.222.025 of the research programme Talent Programme Vici 2022 which is financed by the Dutch Research Council [NWO](https://www.nwo.nl/en).
49+
50+
# Project background
51+
52+
The article below (in Dutch), from [Noordhollands Dagblad](https://www.noordhollandsdagblad.nl/cnt/dmf20231122_38615721) on 22 November 2023, provides some background on the project. Or check out [this interview on NPO Radio1's Langs de Lijn en Omstreken](https://www.nporadio1.nl/fragmenten/langs-de-lijn-en-omstreken/9bc2030a-bd88-49bd-b0f1-be100753b63f/2024-04-08-wetenschapper-erik-van-sebille-voorspelt-waar-plastic-in-zee-drijft) (also in Dutch).
53+
54+
![Newspaper article from Noordhollands Dagblad about the project](/projects/noordhollands_dagblad.png)

0 commit comments

Comments
 (0)