Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mttfst committed Aug 7, 2020
1 parent a5da896 commit f18a50e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,21 @@ A detailed description of the algorithm can be found in the file [dust-bubble.i

### Application

The particle positions are used as start points for the Lagrangian particle dispersion model ["Itpas"](https://zenodo.org/record/3932248).
The particle positions are used as start points for the Lagrangian particle dispersion model *[Itpas](https://zenodo.org/record/3932248)*.

This software is part of the Itpas pre-processing.
The particle start points can be written into the start file format of Itpas.
Details on the particle model and its application can be found (later) at Faust et al. (in Prep.)
This software is part of the *Itpas* pre-processing.
The particle start points can be written into the start file format of *Itpas*.
<!-- Details on the particle model and its application can be found (later) at Faust et al. (in Prep.) -->

### Requirements
The code is written in python3 as Jupyter Notebook. A copy of the code as python script ([dust-bubble.py](dust-bubble.py)) is included but will be updated only for the release-versions.
The code is written in python3 as Jupyter Notebook([dust-bubble.ipynb](dust-bubble.ipynb)). A copy of the code as python script ([dust-bubble.py](dust-bubble.py)) is included but will be updated only for the release-versions.

Following packages are used:
- numpy
- matplotlib
- basemap
- mpl_toolkits



### Citation
Please cite this software as:

---
#### Acknowledgments
I use [nbstripout](https://github.com/kynan/nbstripout) and [nbdime](https://nbdime.readthedocs.io/) for this Repository.
Please cite this software as suggested by Zenodo on the right.
2 changes: 1 addition & 1 deletion dust-bubble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f18a50e

Please sign in to comment.