Skip to content

Commit 960ecad

Browse files
committed
Fix ReadMe typos
1 parent bed729f commit 960ecad

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

ReadMe.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242

4343

4444

45-
**AIBECS** (for **A**lgebraic **I**mplicit **B**iogeochemical **E**lemental **C**ycling **S**ystem, pronounced like the cool [ibex](https://en.wikipedia.org/wiki/Ibex)) is a Julia package that provides ocean biogeochemistry modelers with an easy-to-use interface for creating and running models of the ocean system.
45+
**AIBECS** (for **A**lgebraic **I**mplicit **B**iogeochemical **E**lemental **C**ycling **S**ystem, pronounced like the cool [ibex](https://en.wikipedia.org/wiki/Ibex)) is a Julia package that provides ocean biogeochemistry modellers with an easy-to-use interface for creating and running models of the ocean system.
4646

47-
AIBECS is a system because it allows you to chose some biogeochemical tracers, define their interactions, select an ocean circulation and *Voilà!* — your model is ready to run.
47+
AIBECS is a system because it allows you to choose some biogeochemical tracers, define their interactions, select an ocean circulation and *Voilà!* — your model is ready to run.
4848

4949
## Getting started
5050

@@ -63,7 +63,7 @@ For a single tracer, *x* can be interpreted as the 3D field of its concentration
6363
In AIBECS, *x* is represented as a column vector.
6464

6565
The operator 𝓣 is a spatial differential operator that represents the transport of tracers.
66-
For example, for a single tracer transported by the ocean circulation,
66+
For example, for a single tracer transported by ocean circulation,
6767

6868
𝓣 = ∇ ⋅ (***u*** + **K**∇)
6969

@@ -81,8 +81,10 @@ That's pretty much the whole concept!
8181
## References
8282

8383
If you use this package, please cite it.
84-
And if you use data with these package (like the ocean circulation from the OCIM) please also cite them.
85-
The references under bibtex format are available in the [CITATION.bib](./CITATION.bib) file.
84+
85+
If you use data provided by this package (like the ocean circulation from the OCIM), please cite them as well.
86+
87+
For convenience, all the references are available in [BibTeX](https://en.wikipedia.org/wiki/BibTeX) format in the [CITATION.bib](./CITATION.bib) file.
8688

8789
Also, if you want to do research using the AIBECS, and you think I could help, do not hesitate to contact me directly (contacts on my [website](www.bpasquier.com)), I would be happy to contribute and collaborate!
8890

0 commit comments

Comments
 (0)