https://github.com/danielvartan/simbra-pres-2
🇧🇷 Presentation for the 1st Interdisciplinary Brazilian Symposium on Agent-Based Models (SIMBRA)
https://github.com/danielvartan/simbra-pres-2
agent-based-modeling complex-systems complexity-science computational-science generative-science individual-based-modeling multi-agent-systems netlogo r r-packages reproducible-research simbra simulations
Last synced: 22 days ago
JSON representation
🇧🇷 Presentation for the 1st Interdisciplinary Brazilian Symposium on Agent-Based Models (SIMBRA)
- Host: GitHub
- URL: https://github.com/danielvartan/simbra-pres-2
- Owner: danielvartan
- License: gpl-3.0
- Created: 2026-05-29T06:43:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-07T21:00:50.000Z (about 2 months ago)
- Last Synced: 2026-06-25T00:20:45.013Z (30 days ago)
- Topics: agent-based-modeling, complex-systems, complexity-science, computational-science, generative-science, individual-based-modeling, multi-agent-systems, netlogo, r, r-packages, reproducible-research, simbra, simulations
- Language: R
- Homepage: https://danielvartan.github.io/simbra-pres-2/
- Size: 19.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# simbra-pres-2
[](https://www.repostatus.org/#inactive)
[](https://doi.org/10.5281/zenodo.20584890)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
## Overview
This repository contains the slides from the presentation _logolink: Uma Interface para Execução de Simulações NetLogo a Partir do R_, delivered on May 29, 2026, at the 1st Interdisciplinary Brazilian Symposium on Agent-Based Models ([SIMBRA](https://simbra.com.br)).
The slides are available [here](https://danielvartan.github.io/simbra-pres-2/).
## Usage
The presentation was made with the [Quarto](https://quarto.org/) publishing system and the [R](https://www.r-project.org/) programming language. To ensure consistent results, the [`renv`](https://rstudio.github.io/renv/) package manages and restores the R environment.
After installing the dependencies mentioned above, follow these steps to start developing it:
1. **Clone** this repository to your local machine.
2. **Open** the project in your preferred [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment).
3. **Install package dependencies** by running [`renv::restore()`](https://rstudio.github.io/renv/reference/restore.html) in the R console.
4. **Open** `index.qmd` to start writing.
If you're having issues with [`renv`](https://rstudio.github.io/renv/) (it can be a [little frustrating](https://youtu.be/l01u7Ue9pIQ?si=S44LlHVSufGJ4zdq)), use `renv::deactivate(clean = TRUE)` to completely remove the environment and start fresh.
## Rendering
The rendering process uses the [Quarto](https://quarto.org/) publishing system. Make sure you meet all the requirements listed in the [Usage](#usage) section before moving on.
After installing all dependencies, run the following command in your terminal from the root directory of the project:
```bash
quarto render
```
This will activate the rendering process. Once completed, the HTML file will be available in the [`docs`](docs) folder.
## Citation
To cite this work, please use the following format:
Vartanian, D. (2026). *logolink: Uma interface para execução de simulações NetLogo a partir do R* \[Presentation\].
A BibLaTeX entry for LaTeX users is:
``` latex
@online{vartanian2026,
title = {logolink: Uma interface para execução de simulações NetLogo a partir do R},
author = {{Daniel Vartanian}},
year = {2026},
url = {https://danielvartan.github.io/simbra-pres-2},
langid = {pt-BR},
note = {Presentation}
}
```
## License
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
The code in this repository is licensed under the [GNU General Public License Version 3](https://www.gnu.org/licenses/gpl-3.0), while the presentation is available under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/).
``` text
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 .
```
## Acknowledgments
This work was developed with support from the
Sustentarea
Research and Extension Center at the University of São Paulo (USP).