Skip to content

The public summary for my Mathematical Physics MPhys project, aimed at KS3/GCSE level students keen to learn about sound in oceans

License

Notifications You must be signed in to change notification settings

penguinoneshaw/MPhysPublicSummary

Repository files navigation

Singing in a Warming Ocean

This is the public summary for my MPhys project, which looked at long term variations in a feature of oceans, the SOFAR channel. It takes the form of a terminal-style interface which students (aimed at roughly KS3/GCSE level) can interrogate at their own pace to investigate topics which interest them.

Getting started — Development

This project requires node.js to bundle its styles and scripts. It is written using xterm.js.

Clone this repository and install its dependencies:

git clone https://github.com/penguinoneshaw/MPhysPublicSummary
cd MPhysPublicSummary
yarn install

The public/index.html file contains a <script src='bundle.js'> tag, which sources everything needed (including stylesheets) from the src folder.

yarn run build builds the application to public/bundle.js, along with a sourcemap file for debugging.

yarn start launches a server, using serve. Navigate to localhost:3000.

yarn run watch will continually rebuild the application as your source files change.

yarn run dev will run npm start and npm run watch in parallel.

License

MIT.

About

The public summary for my Mathematical Physics MPhys project, aimed at KS3/GCSE level students keen to learn about sound in oceans

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published