Skip to content

Commit

Permalink
convert citation tab to myst
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Nov 21, 2024
1 parent e2c7118 commit d92c72f
Showing 1 changed file with 46 additions and 47 deletions.
93 changes: 46 additions & 47 deletions CITATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,50 @@
If you use the Basic Model Interface for work/research
presented in a publication, we ask that you please cite:

```{eval-rst}
.. tab-set::
.. tab-item:: APA
Peckham, S.D., Hutton, E.W., and Norris, B., 2013. **A component-based
approach to integrated modeling in the geosciences: The design of CSDMS**.
*Computers & Geosciences*, 53, pp.3-12,
https://doi.org/10.1016/j.cageo.2012.04.002.
Hutton, E.W.H., Piper, M.D., and Tucker, G.E., 2020. **The Basic Model
Interface 2.0: A standard interface for coupling numerical models in the
geosciences**. *Journal of Open Source Software*, 5(51), 2317,
https://doi.org/10.21105/joss.02317.
.. tab-item:: BibTeX
.. code:: bibtex
@article{peckham2013component,
title={
A component-based approach to integrated modeling in the
geosciences: The design of CSDMS
},
author={Peckham, Scott D and Hutton, Eric WH and Norris, Boyana},
journal={Computers \& Geosciences},
volume={53},
pages={3--12},
year={2013},
publisher={Elsevier}
}
@article{hutton2020basic,
doi={10.21105/joss.02317},
url={https://doi.org/10.21105/joss.02317},
year={2020},
publisher={The Open Journal},
volume={5},
number={51},
pages={2317},
author={Eric W.H. Hutton and Mark D. Piper and Gregory E. Tucker},
title={
The Basic Model Interface 2.0: A standard interface for coupling
numerical models in the geosciences
},
journal={Journal of Open Source Software}
}
::::{tab-set}

:::{tab-item} APA
Peckham, S.D., Hutton, E.W., and Norris, B., 2013. **A component-based
approach to integrated modeling in the geosciences: The design of CSDMS**.
*Computers & Geosciences*, 53, pp.3-12,
https://doi.org/10.1016/j.cageo.2012.04.002.

Hutton, E.W.H., Piper, M.D., and Tucker, G.E., 2020. **The Basic Model
Interface 2.0: A standard interface for coupling numerical models in the
geosciences**. *Journal of Open Source Software*, 5(51), 2317,
https://doi.org/10.21105/joss.02317.
:::

:::{tab-item} BibTeX
```bibtex
@article{peckham2013component,
title={
A component-based approach to integrated modeling in the
geosciences: The design of CSDMS
},
author={Peckham, Scott D and Hutton, Eric WH and Norris, Boyana},
journal={Computers \& Geosciences},
volume={53},
pages={3--12},
year={2013},
publisher={Elsevier}
}
@article{hutton2020basic,
doi={10.21105/joss.02317},
url={https://doi.org/10.21105/joss.02317},
year={2020},
publisher={The Open Journal},
volume={5},
number={51},
pages={2317},
author={Eric W.H. Hutton and Mark D. Piper and Gregory E. Tucker},
title={
The Basic Model Interface 2.0: A standard interface for coupling
numerical models in the geosciences
},
journal={Journal of Open Source Software}
}
```
:::
::::

0 comments on commit d92c72f

Please sign in to comment.