Skip to content

Commit

Permalink
ext: fixed spelling mistake etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdat2 committed May 5, 2021
1 parent cd802bc commit 91b7b4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IDefining Southern Ocean fronts using unsupervised classification
# Defining Southern Ocean fronts using unsupervised classification

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
Expand All @@ -23,7 +23,7 @@ The second method uses Sobel edge detection to highlight rapid changes [Hjelmerv
This approach produces a more local view of fronts, with the advantage that it can highlight the movement
of individual eddy-like features (such as the Agulhas rings).

1. Chapman, C. C., Lea, M.-A., Meyer, A., Sall ́ee, J.-B. & Hindell, M.
1. Chapman, C. C., Lea, M.-A., Meyer, A., Sallee, J.-B. & Hindell, M.
Defining Southern Ocean fronts and their influence on biological and
physical processes in a changing climate. Nature Climate Change (2020).
https://doi.org/10.1038/s41558-020-0705-4
Expand Down Expand Up @@ -121,11 +121,9 @@ of individual eddy-like features (such as the Agulhas rings).
## Requirements
- Python 3.6+ (final run for paper used `python==3.8.8`)
- Anaconda, with `conda` working in shell.
- `pdflatex` for high quality figures (should work without).
- `make` in shell.
- `xarray`, `sklearn`, `cartopy` etc. are the main packages installed.
- Python 3.6+ (final run for paper used `python==3.8.8`)
---
Expand Down
5 changes: 0 additions & 5 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# About

This repository is for reproducing OS022-08 for AGU 2020.

The co-authors are:

- Simon Thomas (BAS, U. Cam)
- Dan Jones (BAS)
- Anita Faul (BAS)
- Erik Mackie (BAS, U. Cam)
- Etienne Pauthenet (L'Ocean)

Thank you to Maike Sonnewald (Princeton) for running OSO22 and providing a
great opportunity to talk about this project.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Abstract
gallery.md
current
configs.md
philosophy.md
phil.md
about.md


Expand Down
2 changes: 1 addition & 1 deletion docs/philosophy.md → docs/phil.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Philosophy
# Unsupervised classification

## Perception

Expand Down

0 comments on commit 91b7b4a

Please sign in to comment.