Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/)
[![PyPI version](https://badge.fury.io/py/dissmodel.svg)](https://pypi.org/project/dissmodel/)
[![Coverage](https://img.shields.io/badge/coverage-55%25-orange.svg)](https://github.com/DisSModel/dissmodel/actions)
[![LambdaGeo](https://img.shields.io/badge/LambdaGeo-Research-green.svg)](https://github.com/DisSModel)
[![Coverage](https://img.shields.io/badge/coverage-79%25-orange.svg)](https://github.com/DisSModel/dissmodel/actions)
[![DisSModel](https://img.shields.io/badge/LambdaGeo-Research-green.svg)](https://github.com/DisSModel)
[![JOSS Status](https://joss.theoj.org/papers/46522bc30d2dbec6b509d2dc487170ec/status.svg)](https://joss.theoj.org/papers/46522bc30d2dbec6b509d2dc487170ec)

> *"Science should not need to be rewritten to go into production."*
Expand Down
43 changes: 29 additions & 14 deletions paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ @article{Bezerra2013
doi = {10.5902/2179460X12569}
}

@incollection{Bezerra2025BM,
title = {Spatially Explicit Modeling for Impacts of Sea-Level Rise in the
Baixada Maranhense, Brazilian Legal Amazon},
author = {Bezerra, Denilson da Silva and Costa, Sérgio Souza and
Mochel, Flávia Rebelo and Santos, Fábio Augusto Siqueira dos and
Barros, Klinsmann Augusto Lavra and Sousa, Felipe Martins and
Bezerra, Janaina Santos},
booktitle = {Dynamics of the Oceans - Variability, Hydrological Cycles, and
Sea Level Change},
publisher = {IntechOpen},
year = {2025},
url = {https://www.intechopen.com/chapters/1220205}
}

@software{Jordahl2021,
author = {Kelsey Jordahl and Joris Van den Bossche and Martin Fleischmann and James McBride and Jacob Wasserman and others},
title = {geopandas/geopandas: v0.10.2},
Expand All @@ -41,7 +55,11 @@ @article{Verburg2004

@article{Bezerra2022,
title = {New land-use change scenarios for Brazil: Refining global SSPs with a regional spatially-explicit allocation model},
author = {Bezerra, Flávia G. S. and Sousa, Luís F. and Medeiros, Laís F. and Andrade, Márcio J. and Silva, Ricardo M.},
author = {Bezerra, Francisco Gilney Silva and Von Randow, Celso and
Assis, Talita Oliveira and Bezerra, Karine Rocha Aguiar and
Tejada, Graciela and Castro, Aline Anderson and
Gomes, Diego Melo de Paula and Avancini, Rodrigo and
Aguiar, Ana Paula},
journal = {PLOS ONE},
volume = {17},
number = {4},
Expand All @@ -50,24 +68,13 @@ @article{Bezerra2022
doi = {10.1371/journal.pone.0256052}
}

@article{Varnier2025,
title = {Evaluating the accuracy of land-use change models for predicting vegetation loss across Brazilian biomes},
author = {Varnier, M. and Weber, E. J.},
journal = {Land},
volume = {14},
number = {3},
pages = {560},
year = {2025},
doi = {10.3390/land14030560}
}

@mastersthesis{SantosJunior2025,
title = {Discrete Spatial Modeling: Uma proposta de arcabouço para construção de modelos dinâmicos espacialmente explícitos baseado no ecossistema Python},
author = {Santos Junior, Nerval de Jesus},
school = {Universidade Federal do Maranhão (UFMA)},
year = {2025},
type = {Monograph},
note = {Available at LambdaGeo repository}
type = {Undergraduate Thesis (Monograph)},
url = {https://monografias.ufma.br/jspui/bitstream/123456789/9744/1/NervalSantosJunior.pdf}
}

@article{Rey2021,
Expand Down Expand Up @@ -135,6 +142,14 @@ @software{DisSLUCCContinuous
url = {https://github.com/DisSModel/disslucc-continuous}
}

@software{DisSLUCCDiscrete,
author = {Costa, Sérgio Souza},
title = {disslucc-discrete: CLUE-S-like discrete LUCC allocation models for DisSModel},
year = {2026},
publisher = {GitHub},
url = {https://github.com/DisSModel/disslucc-discrete}
}

@article{Pontius2008,
author = {Pontius, Robert Gilmore and Peethambaram, Sneha and Castella, Jean-Christophe},
title = {Comparison of Three Maps at Multiple Resolutions: a Case Study of Land Change Simulation in Cho Don District, Vietnam},
Expand Down
Loading
Loading