File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This project uses a combination of Javascript and Typescript (Javascript - as th
2121### 1. Clone the repository
2222
2323``` bash
24- git clone git@github.com:OceanParcels/virtualship_website .git
24+ git clone git@github.com:Parcels-code/virtualship.parcels-code.org .git
2525```
2626
2727### 2. Install dependencies
Original file line number Diff line number Diff line change 1111 },
1212 "repository" : {
1313 "type" : " git" ,
14- "url" : " git+https://github.com/OceanParcels/virtualship_website .git"
14+ "url" : " git+https://github.com/Parcels-code/virtualship.parcels-code.org .git"
1515 },
1616 "author" : " Parcels Developers & Contributors" ,
1717 "license" : " Apache 2.0" ,
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ export const Features = [
2424 text : 'VirtualShip includes 360 videos for VR headsets to experience life on board a research vessel.' ,
2525 } ,
2626 {
27- title : 'Built on OceanParcels ' ,
28- text : 'VirtualShip is built on top of OceanParcels , a Python library for simulating particle trajectories.' ,
27+ title : 'Built on Parcels ' ,
28+ text : 'VirtualShip is built on top of Parcels , a Python library for simulating particle trajectories.' ,
2929 } ,
3030 {
3131 title : 'Free to use and open source' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export const footerItems = {
22 resources : [
33 {
44 label : 'Brand Assets' ,
5- href : 'https://github.com/OceanParcels/virtualship_website /tree/main/public/virtualship-assets' ,
5+ href : 'https://github.com/Parcels-code/virtualship.parcels-code.org /tree/main/public/virtualship-assets' ,
66 } ,
77 { label : 'Accessibility' , href : '/accessibility' } ,
88 { label : 'Parcels' , href : 'https://parcels-code.org' } ,
@@ -30,11 +30,11 @@ export const footerItems = {
3030 } ,
3131 {
3232 label : 'GitHub Discussions' ,
33- href : 'https://github.com/OceanParcels /virtualship/discussions' ,
33+ href : 'https://github.com/Parcels-code /virtualship/discussions' ,
3434 } ,
3535 {
3636 label : 'Issue Tracker' ,
37- href : 'https://github.com/OceanParcels /virtualship/issues' ,
37+ href : 'https://github.com/Parcels-code /virtualship/issues' ,
3838 } ,
3939 ] ,
4040}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export async function generateRssFeed(allPostsData) {
1010 const blogUrl = `${ siteUrl } /blog`
1111
1212const feed = new Feed ( {
13- title : 'OceanParcels Blog Feed' ,
14- description : 'The latest announcements and news from the Parcels team' ,
13+ title : 'VirtualShip Blog Feed' ,
14+ description : 'The latest announcements and news from the VirtualShip team' ,
1515 id : blogUrl ,
1616 link : blogUrl ,
1717 language : 'en' ,
Original file line number Diff line number Diff line change 11export function getRootURL ( ) {
2- let url = 'https://docs.oceanparcels .org'
2+ let url = 'https://virtualship.parcels-code .org'
33 return url
44}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const About = () => {
77 < Layout
88 title = { 'About the VirtualShip' }
99 card = {
10- 'https://raw.githubusercontent. com/OceanParcels/oceanparcels_website/ main/public/virtualship-assets/virtual_ship_logo_no -text.png'
10+ 'https://github. com/Parcels-code/virtualship.parcels-code.org/blob/ main/public/virtualship-assets/logo_no -text.png?raw=true '
1111 }
1212 url = { `/about` }
1313 >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const Accessibility = () => {
77 < Layout
88 title = { 'Accessibility' }
99 card = {
10- 'https://raw.githubusercontent. com/OceanParcels/oceanparcels_website/ main/public/virtualship-assets/virtual_ship_logo_no -text.png'
10+ 'https://github. com/Parcels-code/virtualship.parcels-code.org/blob/ main/public/virtualship-assets/logo_no -text.png?raw=true '
1111 }
1212 url = { `/accessibility` }
1313 >
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ const SinglePost = ({ page }) => {
7878export default function Blog ( { allPostsData } ) {
7979 return (
8080 < Layout
81- title = { 'Blog | Parcels ' }
81+ title = { 'Blog | VirtualShip ' }
8282 url = { `/blog` }
8383 card = {
84- 'https://raw.githubusercontent. com/OceanParcels/oceanparcels_website/ main/public/virtualship-assets/virtual_ship_logo_no -text.png'
84+ 'https://github. com/Parcels-code/virtualship.parcels-code.org/blob/ main/public/virtualship-assets/logo_no -text.png?raw=true '
8585 }
8686 >
8787 < Box as = 'section' >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function IndexPage() {
1616 url = { `/` }
1717 title = { 'VirtualShip: Explore the ocean with a virtual research vessel' }
1818 card = {
19- 'https://raw.githubusercontent. com/OceanParcels/oceanparcels_website/ main/public/virtualship-assets/virtual_ship_logo_no -text.png'
19+ 'https://github. com/Parcels-code/virtualship.parcels-code.org/blob/ main/public/virtualship-assets/logo_no -text.png?raw=true '
2020 }
2121 // enableBanner
2222 >
You can’t perform that action at this time.
0 commit comments