This repository contains the slides from the presentation Exploring complexity with agent-based models, delivered on August 15, 2024, at the 1st Meeting on Multidisciplinary Perspectives on Climate Change organized by the Resiclima Network.
The slides are available here.
A recording of the presentation, recorded on October 10, 2024, is available here.
This presentation was created using the Quarto publishing system and the R programming language. To build the slides locally, you will need to have these tools installed on your computer.
The renv R package is used to manage the R package dependencies. To install the required packages, run the following commands in your R console before rendering the slides:
# install.packages("renv")
renv::restore()After installing the dependencies, you can render the slides by executing the following command at the project root directory in your terminal:
quarto renderThis will generate the slides in the docs directory.
To cite this work, please use the following format:
Vartanian, D. (2025). Exploring complexity with agent-based models [Presentation]. https://danielvartan.github.io/resiclima-pres-1
A BibLaTeX entry for LaTeX users is:
@online{vartanian2025,
title = {Exploring complexity with agent-based models},
author = {{Daniel Vartanian}},
year = {2025},
url = {https://danielvartan.github.io/resiclima-pres-1},
langid = {en},
note = {Presentation}
}The code in this repository is licensed under the GNU General Public License Version 3, while the presentation is available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
Copyright (C) 2025 Daniel Vartanian
The code in this repository is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.
|
|
This work was developed with support from the Sustentarea Research and Extension Center at the University of São Paulo (USP). |
|
|
This work was developed with support from the Resiclima Network, an international collaboration for the multidimensional and interdisciplinary study of global climate change. |
|
|
This work was supported by the Conselho Nacional de Desenvolvimento Científico e Tecnológico - Brazil (CNPq). Process number 384050/2024-7 and 383346/2025-8. |