This repository contains the slides from the presentation Como Chegamos Até Aqui, delivered on May 27, 2026, at the 1st Interdisciplinary Brazilian Symposium on Agent-Based Models (SIMBRA).
The slides are available here.
The presentation was made with the Quarto publishing system and the R programming language. To ensure consistent results, the renv package manages and restores the R environment.
After installing the dependencies mentioned above, follow these steps to start developing it:
- Clone this repository to your local machine.
- Open the project in your preferred IDE.
- Install package dependencies by running
renv::restore()in the R console. - Open
index.qmdto start writing.
If you're having issues with renv (it can be a little frustrating), use renv::deactivate(clean = TRUE) to completely remove the environment and start fresh.
The rendering process uses the Quarto publishing system. Make sure you meet all the requirements listed in the Usage section before moving on.
After installing all dependencies, run the following command in your terminal from the root directory of the project:
quarto renderThis will activate the rendering process. Once completed, the HTML file will be available in the docs folder.
To cite this work, please use the following format:
Vartanian, D. (2026). Como chegamos até aqui [Presentation]. https://danielvartan.github.io/simbra-pres-1
A BibLaTeX entry for LaTeX users is:
@online{vartanian2026,
title = {Como chegamos até aqui},
author = {{Daniel Vartanian}},
year = {2026},
url = {https://danielvartan.github.io/simbra-pres-1},
langid = {pt-BR},
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) 2026 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). |