diff --git a/README.md b/README.md
index fb64a2c..492958b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Virtualship Website
+# VirtualShip Website
-Website for the Virtualship project.
+Website for the VirtualShip project.
## Overview
diff --git a/src/components/features.js b/src/components/features.js
index c6e7f2e..57c768e 100644
--- a/src/components/features.js
+++ b/src/components/features.js
@@ -22,8 +22,8 @@ export const Features = () => {
Key Features & Capabilities
- The Virtual Ship can be used to simulate and teach the planning,
- execution and analysis of ocean-based fieldwork
+ VirtualShip can be used to simulate and teach the planning, execution
+ and analysis of ocean-based fieldwork
diff --git a/src/components/footer.js b/src/components/footer.js
index 8c516b5..b555ced 100644
--- a/src/components/footer.js
+++ b/src/components/footer.js
@@ -69,7 +69,7 @@ export const Footer = () => {
- © {new Date().getFullYear()}, Virtual Ship developers. Apache 2.0
+ © {new Date().getFullYear()}, VirtualShip developers. Apache 2.0
Licensed.
diff --git a/src/components/funders.js b/src/components/funders.js
index 3688dcd..9604cb3 100644
--- a/src/components/funders.js
+++ b/src/components/funders.js
@@ -25,7 +25,7 @@ export const Funders = () => {
- VirtualShipParcels development has been supported by the following
+ VirtualShip development has been supported by the following
organisations:
diff --git a/src/components/header.js b/src/components/header.js
index c2c97d1..386b50c 100644
--- a/src/components/header.js
+++ b/src/components/header.js
@@ -79,7 +79,7 @@ export const Header = () => {
w={48}
lightSrc={'/virtualship-assets/virtual_ship_logo.png'}
darkSrc={'/virtualship-assets/virtual_ship_logo_inverted.png'}
- alt={'virtualshipparcels logo'}
+ alt={'VirtualShip logo'}
/>
diff --git a/src/components/hero-banner.js b/src/components/hero-banner.js
index ceca853..da5a3ce 100644
--- a/src/components/hero-banner.js
+++ b/src/components/hero-banner.js
@@ -31,7 +31,7 @@ export const HeroBanner = () => {
zIndex: -1,
}}
>
- Virtual Ship
+ VirtualShip
@@ -39,9 +39,9 @@ export const HeroBanner = () => {
- VirtualShipParcels provides a framework to plan
- and conduct a virtual research expedition, receiving measurements
- as if they were coming from actual oceanographic instruments.
+ VirtualShip provides a framework to plan and
+ conduct a virtual research expedition, receiving measurements as
+ if they were coming from actual oceanographic instruments.
diff --git a/src/data/features.js b/src/data/features.js
index be702f0..5ba889e 100644
--- a/src/data/features.js
+++ b/src/data/features.js
@@ -1,34 +1,34 @@
export const Features = [
{
title: 'Train students and researchers',
- text: 'The Virtual Ship is a tool to train students and researchers in marine sciences for working at sea.',
+ text: 'VirtualShip is a tool to train students and researchers in marine sciences for working at sea.',
},
{
title: 'Plan and execute your own expedition',
- text: 'The Virtual Ship allows you to plan your expedition, including the route, instruments and data collection.',
+ text: 'VirtualShip allows you to plan your expedition, including the route, instruments and data collection.',
},
{
title: 'Integrate with the Marine Facilities Planning Portal',
- text: 'Plan your fieldwork at the marinefacilitiesplanning.com portal and use the downloaded route in the Virtual Ship.',
+ text: 'Plan your fieldwork at the marinefacilitiesplanning.com portal and use the downloaded route in VirtualShip.',
},
{
title: 'Works with Copernicus Marine Service data',
- text: 'The Virtual Ship uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.',
+ text: 'VirtualShip uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.',
},
{
title: 'Simulate CTD, ADCP, drifter and Argo data',
- text: 'The Virtual Ship simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.',
+ text: 'VirtualShip simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.',
},
{
title: 'Experience life on board with VR',
- text: 'The Virtual Ship includes 360 videos for VR headsets to experience life on board a research vessel.',
+ text: 'VirtualShip includes 360 videos for VR headsets to experience life on board a research vessel.',
},
{
title: 'Use with OceanParcels',
- text: 'The Virtual Ship is built on top of OceanParcels, a Python library for simulating particle trajectories.',
+ text: 'VirtualShip is built on top of OceanParcels, a Python library for simulating particle trajectories.',
},
{
title: 'Open source and free to use',
- text: 'The Virtual Ship is open source and free to use. You can find the code on GitHub.',
+ text: 'VirtualShip is open source and free to use. You can find the code on GitHub.',
},
]
diff --git a/src/lib/rss-feed.js b/src/lib/rss-feed.js
index 3e56486..aa30646 100644
--- a/src/lib/rss-feed.js
+++ b/src/lib/rss-feed.js
@@ -17,7 +17,7 @@ const feed = new Feed({
language: 'en',
image: `${siteUrl}/virtualship-assets/virtual_ship_logo_no-text.png`,
favicon: `${siteUrl}/favicon.ico`,
- copyright: `© ${new Date().getFullYear()}, Virtual Ship developers. Apache 2.0 Licensed`,
+ copyright: `© ${new Date().getFullYear()}, VirtualShip developers. Apache 2.0 Licensed`,
feedLinks: {
rss2: `${siteUrl}/rss.xml`,
json: `${siteUrl}/rss.json`,
diff --git a/src/posts/new-website/index.md b/src/posts/new-website/index.md
index 03ac7d7..9d7b535 100644
--- a/src/posts/new-website/index.md
+++ b/src/posts/new-website/index.md
@@ -1,13 +1,13 @@
---
-title: 'New Website for Virtual Ship'
+title: 'New Website for VirtualShip'
date: '2025-04-23'
authors:
- name: Erik van Sebille
github: erikvansebille
-summary: 'The Virtual Ship has a new website with a fresh look and feel!'
+summary: 'VirtualShip has a new website with a fresh look and feel!'
---
-We are excited to announce the launch of the new front-facing website for the Virtual Ship project!
+We are excited to announce the launch of the new front-facing website for the VirtualShip project!
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.