From 32db7681fbc3e5759b16f1db7c5ea46fca47f4d2 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:38:43 +0200 Subject: [PATCH 1/2] update cname --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 12ed24c6..4a3c1614 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -oceanparcels.org +parcels-code.org From 56998820972bde3ef0500642adb8b257e62a6d18 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:40:28 +0200 Subject: [PATCH 2/2] Update domain from oceanparcels.org to parcels-code.org --- public/atlanticmap.html | 2 +- public/galapagosmap.html | 2 +- public/galapagosmap2024.html | 2 +- src/components/hero-banner.js | 2 +- src/components/layout.js | 6 +++--- src/data/footer-items.js | 8 ++++---- src/data/menu-items.js | 2 +- src/data/projects.js | 4 ++-- src/lib/seo-utils.js | 2 +- src/posts/10year-event-online-attendance/index.md | 2 +- src/posts/10year-event/index.md | 2 +- src/posts/new-website/index.md | 6 +++--- src/posts/waddendrifters/index.md | 4 ++-- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/public/atlanticmap.html b/public/atlanticmap.html index 2a9aa0cf..f0b28b56 100644 --- a/public/atlanticmap.html +++ b/public/atlanticmap.html @@ -10,6 +10,6 @@ - + \ No newline at end of file diff --git a/public/galapagosmap.html b/public/galapagosmap.html index dbcedb02..ebca17c3 100644 --- a/public/galapagosmap.html +++ b/public/galapagosmap.html @@ -10,6 +10,6 @@ - + \ No newline at end of file diff --git a/public/galapagosmap2024.html b/public/galapagosmap2024.html index 89a4c693..5882fd90 100644 --- a/public/galapagosmap2024.html +++ b/public/galapagosmap2024.html @@ -10,6 +10,6 @@ - + \ No newline at end of file diff --git a/src/components/hero-banner.js b/src/components/hero-banner.js index 041ab665..8dc2d300 100644 --- a/src/components/hero-banner.js +++ b/src/components/hero-banner.js @@ -61,7 +61,7 @@ export const HeroBanner = () => { as={Link} variant={'outline'} colorScheme={'blue'} - href='https://docs.oceanparcels.org' + href='https://docs.parcels-code.org' > Get Started diff --git a/src/components/layout.js b/src/components/layout.js index 378061ed..a46df05d 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -16,7 +16,7 @@ export const Layout = ({ description, card, children, - url = 'https://oceanparcels.org', + url = 'https://parcels-code.org', enableBanner = false, }) => { // Track page views @@ -28,13 +28,13 @@ export const Layout = ({ 'Join the Parcels 10 year anniversary event 🎉 on 1-3 Oct 2025!' const bannerDescription = '' const bannerChildren = ( - Learn more + Learn more ) // Determine the base URL based on the environment const baseUrl = process.env.NODE_ENV === 'production' - ? 'https://oceanparcels.org' + ? 'https://parcels-code.org' : 'http://localhost:3000' // Construct the full card URL diff --git a/src/data/footer-items.js b/src/data/footer-items.js index e833db3f..2debe5d7 100644 --- a/src/data/footer-items.js +++ b/src/data/footer-items.js @@ -19,22 +19,22 @@ export const footerItems = { resources: [ { label: 'Documentation', - href: 'https://docs.oceanparcels.org/en/latest/index.html', + href: 'https://docs.parcels-code.org/en/latest/index.html', }, { label: 'Installation', - href: 'https://docs.oceanparcels.org/en/latest/installation.html', + href: 'https://docs.parcels-code.org/en/latest/installation.html', }, { label: 'Tutorials', - href: 'https://docs.oceanparcels.org/en/latest/documentation/index.html', + href: 'https://docs.parcels-code.org/en/latest/documentation/index.html', }, ], community: [ { label: 'Contribute', - href: 'https://docs.oceanparcels.org/en/latest/community/index.html', + href: 'https://docs.parcels-code.org/en/latest/community/index.html', }, { label: 'GitHub Discussions', diff --git a/src/data/menu-items.js b/src/data/menu-items.js index b1184d92..74cc4e1b 100644 --- a/src/data/menu-items.js +++ b/src/data/menu-items.js @@ -3,5 +3,5 @@ export const menuItems = [ { label: 'Projects', href: '/#projects' }, { label: 'Funders', href: '/#funders' }, { label: 'Blog', href: '/blog' }, - { label: 'Documentation', href: 'https://docs.oceanparcels.org' }, + { label: 'Documentation', href: 'https://docs.parcels-code.org' }, ] diff --git a/src/data/projects.js b/src/data/projects.js index df14cc4b..81a2c53e 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -4,7 +4,7 @@ export const Projects = [ description: 'PlasticParcels is a Python package to simulate the transport and dispersion of plastics in the ocean.', repo: 'https://github.com/OceanParcels/plasticparcels', - homepage: 'https://plastic.oceanparcels.org/en/latest/', + homepage: 'https://plastic.parcels-code.org/en/latest/', logo_light: '/projects/plasticparcelslogo.png', logo_dark: '/projects/plasticparcelslogo_dia.png', }, @@ -13,7 +13,7 @@ export const Projects = [ description: 'VirtualShipParcels is a command-line simulator to plan and conduct a virtual research expedition.', repo: 'https://github.com/OceanParcels/virtualship', - homepage: 'https://virtualship.oceanparcels.org', + homepage: 'https://virtualship.parcels-code.org', logo_light: '/projects/virtual_ship_logo.png', logo_dark: '/projects/virtual_ship_logo_dia.png', }, diff --git a/src/lib/seo-utils.js b/src/lib/seo-utils.js index c87b9e6f..f6e03f26 100644 --- a/src/lib/seo-utils.js +++ b/src/lib/seo-utils.js @@ -1,4 +1,4 @@ export function getRootURL() { - let url = 'https://docs.oceanparcels.org' + let url = 'https://docs.parcels-code.org' return url } diff --git a/src/posts/10year-event-online-attendance/index.md b/src/posts/10year-event-online-attendance/index.md index 9f44d1fc..98b6e445 100644 --- a/src/posts/10year-event-online-attendance/index.md +++ b/src/posts/10year-event-online-attendance/index.md @@ -7,7 +7,7 @@ authors: summary: 'On October 1-3 2025, we will celebrate the 10 year anniversary of Parcels in Utrecht, Netherlands. This page gives more information on how to join online.' --- -From Wednesday 1st to Friday 3rd October, we will host a series of presentations and workshops, both in-person in Utrecht and online. See [the event website](https://oceanparcels.org/blog/10year-event) for more details. +From Wednesday 1st to Friday 3rd October, we will host a series of presentations and workshops, both in-person in Utrecht and online. See [the event website](https://parcels-code.org/blog/10year-event) for more details. There are two links to attend online that remain the same for the entire event: diff --git a/src/posts/10year-event/index.md b/src/posts/10year-event/index.md index dcc6b262..50389be0 100644 --- a/src/posts/10year-event/index.md +++ b/src/posts/10year-event/index.md @@ -11,7 +11,7 @@ summary: 'On October 1-3 2025, we celebrated the 10 year anniversary of Parcels The goal of the event was to showcase how Parcels is used by different researchers, and learn from each other. There were workshops, tutorials, hackathons and a mini-conference. -Attendees were also able to sneak-peak and test-drive the first (pre)release of the **[new Parcels v4](https://docs.oceanparcels.org/en/v4-dev/v4/)**, a major, radical overhaul of the Parcels codebase. Parcels v4 is even more powerful and versatile - including support for unstructured grids! +Attendees were also able to sneak-peak and test-drive the first (pre)release of the **[new Parcels v4](https://docs.parcels-code.org/en/v4-dev/v4/)**, a major, radical overhaul of the Parcels codebase. Parcels v4 is even more powerful and versatile - including support for unstructured grids! The event ended with a party on Friday evening 3 October 2025, in Utrecht. This was to celebrate how far we’ve come, and to thank all for their contributions and engagement over the years. diff --git a/src/posts/new-website/index.md b/src/posts/new-website/index.md index afa4fb8c..4e1bb8bf 100644 --- a/src/posts/new-website/index.md +++ b/src/posts/new-website/index.md @@ -1,13 +1,13 @@ --- -title: 'New Website for OceanParcels.org' +title: 'New Website for parcels-code.org' date: '2025-03-31' authors: - name: Nick Hodgskin github: VeckoTheGecko -summary: 'OceanParcels.org has a new website with a fresh look and feel!' +summary: 'parcels-code.org has a new website with a fresh look and feel!' --- -We are excited to announce the launch of the new website for OceanParcels.org! +We are excited to announce the launch of the new website for parcels-code.org! The timing couldn't be better as we are actively developing version 4.0 of Parcels, which will bring significant improvements to the framework and tighter integration with the [Pangeo](https://pangeo.io/) ecosystem. The new website will help showcase these upcoming features and allow us to make announcements to the Parcels community. diff --git a/src/posts/waddendrifters/index.md b/src/posts/waddendrifters/index.md index 6506db5d..318fee1d 100644 --- a/src/posts/waddendrifters/index.md +++ b/src/posts/waddendrifters/index.md @@ -24,7 +24,7 @@ We would appreciate it if you could send us a photo and information about where 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. @@ -34,7 +34,7 @@ We deployed the first batch of 24 drifters from the R/V Adriaen Coenen on 14 Nov 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.