Skip to content

Commit 05f5e16

Browse files
Renaming OceanParcels to Parcels throughout website
1 parent 4204983 commit 05f5e16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ APPENDIX: How to apply the Apache License to your work
192192
on the same "printed page" as the copyright notice for easier
193193
identification within third-party archives.
194194

195-
Copyright 2025 OceanParcels
195+
Copyright 2025 Parcels Team
196196

197197
Licensed under the Apache License, Version 2.0 (the "License");
198198
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OceanParcels Website
1+
# Parcels Website
22

33
Website for the Parcels project.
44

src/data/team-members.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const CurrentTeamMembers: CurrentTeamMember[] = [
8888
name: 'Erik van Sebille',
8989
position: 'Professor',
9090
description:
91-
"Erik investigates how ocean currents move 'stuff' around, and leads the OceanParcels project.",
91+
"Erik investigates how ocean currents move 'stuff' around, and leads the Parcels project.",
9292
links: {
9393
github: 'https://github.com/erikvansebille',
9494
googlescholar:

src/lib/rss-feed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function generateRssFeed(allPostsData) {
1010
const blogUrl = `${siteUrl}/blog`
1111

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

0 commit comments

Comments
 (0)