https://github.com/sustentarea/logoclim-article
📓 Files related to the LogoClim model article submitted to JOSS
https://github.com/sustentarea/logoclim-article
agent-based-modeling climate-change climate-data-visualization cmip6 complex-systems complexity-science environmental-sciences environmental-simulation future-climate-scenarios geospatial-analysis historical-climate-data netlogo r-programming-language reproducible-research shared-socioeconomic-pathways simulations time-series worldclim
Last synced: 19 days ago
JSON representation
📓 Files related to the LogoClim model article submitted to JOSS
- Host: GitHub
- URL: https://github.com/sustentarea/logoclim-article
- Owner: sustentarea
- License: mit
- Created: 2025-04-09T00:48:28.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T10:20:30.000Z (about 2 months ago)
- Last Synced: 2025-05-11T11:52:07.905Z (21 days ago)
- Topics: agent-based-modeling, climate-change, climate-data-visualization, cmip6, complex-systems, complexity-science, environmental-sciences, environmental-simulation, future-climate-scenarios, geospatial-analysis, historical-climate-data, netlogo, r-programming-language, reproducible-research, shared-socioeconomic-pathways, simulations, time-series, worldclim
- Language: R
- Homepage: https://sustentarea.github.io/logoclim-article/
- Size: 2.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# logoclim-article
[](https://www.repostatus.org/#inactive)
[](https://choosealicense.com/licenses/mit/)## Overview
This repository contains the files associated with the `LogoClim` model article, intended for submission to the *Journal of Open Source Software* ([JOSS](https://joss.theoj.org/)). LogoClim integrates climate data from [WorldClim 2.1](https://worldclim.org/) into [NetLogo](https://ccl.northwestern.edu/netlogo/), enabling the incorporation of real-world climate parameters into agent-based spatial models.
## License
[](https://choosealicense.com/licenses/mit/)
[](https://creativecommons.org/licenses/by/4.0/)The code in this repository is licensed under the [MIT
License](https://opensource.org/license/mit/), while the documents are available under the [Creative Commons Attribution 4.0 International
License](https://creativecommons.org/licenses/by/4.0/).## How to Cite
To cite this work, please use the following format:
Vartanian, D., Garcia, L. M. T., & Carvalho, A. M. (2025). *LogoClim: WorldClim in NetLogo* \[Report\]. Sustentarea Research and Extension Group at the University of São Paulo.
A BibTeX entry for LaTeX users is
```
@techreport{vartanian2025,
title = {LogoClim: WorldClim in NetLogo},
author = {{Daniel Vartanian} and {Leandro Martin Totaro Garcia} and {Aline Martins Carvalho}},
year = {2025},
address = {São Paulo},
institution = {Sustentarea Research and Extension Group at the University of São Paulo},
langid = {en},
url = {https://sustentarea.github.io/logoclim-article/}
}
```