Skip to content

Commit 5ad68a1

Browse files
authored
Update README.md
1 parent e799741 commit 5ad68a1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ METSIM: Meteorology Simulator
22
=============================
33
| MetSim Links & Badges | |
44
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5+
| JOSS Paper | [![DOI](https://joss.theoj.org/papers/10.21105/joss.02042/status.svg)](https://doi.org/10.21105/joss.02042) |
56
| MetSim Documentation | [![Documentation Status](http://readthedocs.org/projects/metsim/badge/?version=develop)](http://metsim.readthedocs.io/en/develop/?badge=develop) |
67
| Travis-CI Build | [![Build Status](https://travis-ci.org/UW-Hydro/MetSim.png)](https://travis-ci.org/UW-Hydro/MetSim) |
78
| License | [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/UW-Hydro/MetSim/master/LICENSE) |
@@ -122,6 +123,29 @@ this issue try setting the `OMP_NUM_THREADS` environment variable to 1 before ru
122123
MetSim.. This can be done in bash and similar shells by running
123124
`export OMP_NUM_THREADS=1`.
124125

126+
Citing MetSim
127+
=============
128+
If you use MetSim in your work and would like to cite it you can use our JOSS paper as:
129+
130+
> Bennett et al., (2020). MetSim: A Python package for estimation and disaggregation of meteorological data. Journal of Open Source Software, 5(47), 2042, https://doi.org/10.21105/joss.02042
131+
132+
Or in BibTeX:
133+
```
134+
@article{Bennett2020,
135+
doi = {10.21105/joss.02042},
136+
url = {https://doi.org/10.21105/joss.02042},
137+
year = {2020},
138+
publisher = {The Open Journal},
139+
volume = {5},
140+
number = {47},
141+
pages = {2042},
142+
author = {Andrew Bennett and Joseph Hamman and Bart Nijssen},
143+
title = {MetSim: A Python package for estimation and disaggregation of meteorological data},
144+
journal = {Journal of Open Source Software}
145+
}
146+
```
147+
148+
125149
References
126150
==========
127151

0 commit comments

Comments
 (0)