Skip to content

Commit 2b1629e

Browse files
Merge pull request #26 from OceanParcels/rename_VirtualShip
Renaming to VirtualShip throughout the website
2 parents d30cba0 + 6a56dc3 commit 2b1629e

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Virtualship Website
1+
# VirtualShip Website
22

3-
Website for the Virtualship project.
3+
Website for the VirtualShip project.
44

55
## Overview
66

src/components/features.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const Features = () => {
2222
Key Features & Capabilities
2323
</Heading>
2424
<Text fontSize={'lg'}>
25-
The Virtual Ship can be used to simulate and teach the planning,
26-
execution and analysis of ocean-based fieldwork
25+
VirtualShip can be used to simulate and teach the planning, execution
26+
and analysis of ocean-based fieldwork
2727
</Text>
2828

2929
<SimpleGrid columns={{ base: 1, md: 2, lg: 4 }} spacing={8} my={8}>

src/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const Footer = () => {
6969
</Box>
7070

7171
<Text fontSize={'sm'}>
72-
© {new Date().getFullYear()}, Virtual Ship developers. Apache 2.0
72+
© {new Date().getFullYear()}, VirtualShip developers. Apache 2.0
7373
Licensed.
7474
</Text>
7575
</Stack>

src/components/funders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const Funders = () => {
2525

2626
<Box my={8}>
2727
<Text fontSize={'lg'}>
28-
VirtualShipParcels development has been supported by the following
28+
VirtualShip development has been supported by the following
2929
organisations:
3030
</Text>
3131

src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const Header = () => {
7979
w={48}
8080
lightSrc={'/virtualship-assets/virtual_ship_logo.png'}
8181
darkSrc={'/virtualship-assets/virtual_ship_logo_inverted.png'}
82-
alt={'virtualshipparcels logo'}
82+
alt={'VirtualShip logo'}
8383
/>
8484
</Stack>
8585
</Flex>

src/components/hero-banner.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ export const HeroBanner = () => {
3131
zIndex: -1,
3232
}}
3333
>
34-
Virtual Ship
34+
VirtualShip
3535
</Text>
3636
<br />
3737
<Text as={'span'} color={'blue.400'}>
3838
Explore the ocean with a virtual research vessel
3939
</Text>
4040
</Heading>
4141
<Text fontSize={'lg'}>
42-
<strong>VirtualShipParcels</strong> provides a framework to plan
43-
and conduct a virtual research expedition, receiving measurements
44-
as if they were coming from actual oceanographic instruments.
42+
<strong>VirtualShip</strong> provides a framework to plan and
43+
conduct a virtual research expedition, receiving measurements as
44+
if they were coming from actual oceanographic instruments.
4545
</Text>
4646
</Stack>
4747
<Stack flex={1} spacing={{ base: 10, md: 20 }}>

src/data/features.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
export const Features = [
22
{
33
title: 'Train students and researchers',
4-
text: 'The Virtual Ship is a tool to train students and researchers in marine sciences for working at sea.',
4+
text: 'VirtualShip is a tool to train students and researchers in marine sciences for working at sea.',
55
},
66
{
77
title: 'Plan and execute your own expedition',
8-
text: 'The Virtual Ship allows you to plan your expedition, including the route, instruments and data collection.',
8+
text: 'VirtualShip allows you to plan your expedition, including the route, instruments and data collection.',
99
},
1010
{
1111
title: 'Integrate with the Marine Facilities Planning Portal',
12-
text: 'Plan your fieldwork at the marinefacilitiesplanning.com portal and use the downloaded route in the Virtual Ship.',
12+
text: 'Plan your fieldwork at the marinefacilitiesplanning.com portal and use the downloaded route in VirtualShip.',
1313
},
1414
{
1515
title: 'Works with Copernicus Marine Service data',
16-
text: 'The Virtual Ship uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.',
16+
text: 'VirtualShip uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.',
1717
},
1818
{
1919
title: 'Simulate CTD, ADCP, drifter and Argo data',
20-
text: 'The Virtual Ship simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.',
20+
text: 'VirtualShip simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.',
2121
},
2222
{
2323
title: 'Experience life on board with VR',
24-
text: 'The Virtual Ship includes 360 videos for VR headsets to experience life on board a research vessel.',
24+
text: 'VirtualShip includes 360 videos for VR headsets to experience life on board a research vessel.',
2525
},
2626
{
2727
title: 'Use with OceanParcels',
28-
text: 'The Virtual Ship is built on top of OceanParcels, a Python library for simulating particle trajectories.',
28+
text: 'VirtualShip is built on top of OceanParcels, a Python library for simulating particle trajectories.',
2929
},
3030
{
3131
title: 'Open source and free to use',
32-
text: 'The Virtual Ship is open source and free to use. You can find the code on GitHub.',
32+
text: 'VirtualShip is open source and free to use. You can find the code on GitHub.',
3333
},
3434
]

src/lib/rss-feed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const feed = new Feed({
1717
language: 'en',
1818
image: `${siteUrl}/virtualship-assets/virtual_ship_logo_no-text.png`,
1919
favicon: `${siteUrl}/favicon.ico`,
20-
copyright: ${new Date().getFullYear()}, Virtual Ship developers. Apache 2.0 Licensed`,
20+
copyright: ${new Date().getFullYear()}, VirtualShip developers. Apache 2.0 Licensed`,
2121
feedLinks: {
2222
rss2: `${siteUrl}/rss.xml`,
2323
json: `${siteUrl}/rss.json`,

src/posts/new-website/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: 'New Website for Virtual Ship'
2+
title: 'New Website for VirtualShip'
33
date: '2025-04-23'
44
authors:
55
- name: Erik van Sebille
66
github: erikvansebille
7-
summary: 'The Virtual Ship has a new website with a fresh look and feel!'
7+
summary: 'VirtualShip has a new website with a fresh look and feel!'
88
---
99

10-
We are excited to announce the launch of the new front-facing website for the Virtual Ship project!
10+
We are excited to announce the launch of the new front-facing website for the VirtualShip project!
1111

1212
The new website is designed to be more user-friendly and visually appealing, with a focus on providing clear information and updates about the project and its goals.
1313

0 commit comments

Comments
 (0)