File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1- # OceanParcels Website
1+ # Parcels Website
22
33Website for the Parcels project.
44
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export async function generateRssFeed(allPostsData) {
1010 const blogUrl = `${ siteUrl } /blog`
1111
1212const 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 ,
You can’t perform that action at this time.
0 commit comments