Skip to content

Commit 432aca3

Browse files
committed
Prepare code for pre-release (v0.0.0.9004)
1 parent 83aeb71 commit 432aca3

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ keywords:
6060
- netlogo
6161
- sustainability
6262
- time series
63-
- worldclim 2.1
63+
- worldclim
6464
license: MIT

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# logoclim (development version)
1+
# LogoClim (development version)
22

3+
# LogoClim 0.0.0.9004 (Pre-Release)
34

5+
First pre-release. 🎉

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,19 @@ If you use this model in your research, please consider citing it. We
159159
put significant effort into building and maintaining it. You can find
160160
the citation below.
161161

162-
Vartanian, D., Magalhães, A. R., & Carvalho, A. M. (2024). *LogoClim:
163-
WorldClim in NetLogo*. <https://doi.org/10.17605/OSF.IO/EAPZU>
162+
To cite LogoClim in publications use:
163+
164+
Vartanian, D., Magalhães, A. R., & Carvalho, A. M. (2024). *LogoClim: WorldClim in NetLogo*. NetLogo model. [https://doi.org/10.17605/OSF.IO/EAPZU](https://doi.org/10.17605/OSF.IO/EAPZU)
165+
166+
A BibTeX entry for LaTeX users is:
167+
168+
@Misc{vartanian2024,
169+
title = {{LogoClim: WorldClim in NetLogo}},
170+
author = {Vartanian, Daniel and Magalhães, Arthur Ramalho and Carvalho, Aline Martins},
171+
year = {2024},
172+
doi = {10.17605/OSF.IO/EAPZU},
173+
note = {NetLogo model},
174+
}
164175

165176
## Contributing
166177

README.qmd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,21 @@ To integrate `LogoClim` with other models, use the LevelSpace ([`ls`](https://cc
8888

8989
If you use this model in your research, please consider citing it. We put significant effort into building and maintaining it. You can find the citation below.
9090

91-
Vartanian, D., Magalhães, A. R., & Carvalho, A. M. (2024). *LogoClim: WorldClim in NetLogo*. [https://doi.org/10.17605/OSF.IO/EAPZU](https://doi.org/10.17605/OSF.IO/EAPZU)
91+
```
92+
To cite LogoClim in publications use:
93+
94+
Vartanian, D., Magalhães, A. R., & Carvalho, A. M. (2024). *LogoClim: WorldClim in NetLogo*. NetLogo model. [https://doi.org/10.17605/OSF.IO/EAPZU](https://doi.org/10.17605/OSF.IO/EAPZU)
95+
96+
A BibTeX entry for LaTeX users is:
97+
98+
@Misc{vartanian2024,
99+
title = {{LogoClim: WorldClim in NetLogo}},
100+
author = {Vartanian, Daniel and Magalhães, Arthur Ramalho and Carvalho, Aline Martins},
101+
year = {2024},
102+
doi = {10.17605/OSF.IO/EAPZU},
103+
note = {NetLogo model},
104+
}
105+
```
92106

93107
## Contributing
94108

nlogo/logoclim.nlogo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ To integrate `LogoClim` with other models, use the LevelSpace ([`ls`](https://cc
807807

808808
If you use this model in your research, please consider citing it. We put significant effort into building and maintaining it. You can find the citation below.
809809

810-
Vartanian, D., Magalhães, A. R., & Carvalho, A. M. (2024). *LogoClim: WorldClim in NetLogo*. [https://doi.org/10.17605/OSF.IO/EAPZU](https://doi.org/10.17605/OSF.IO/EAPZU)
810+
Vartanian, D., Magalhães, A. R., & Carvalho, A. M. (2024). *LogoClim: WorldClim in NetLogo*. NetLogo model. [https://doi.org/10.17605/OSF.IO/EAPZU](https://doi.org/10.17605/OSF.IO/EAPZU)
811811

812812
## LINKS
813813

0 commit comments

Comments
 (0)