An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# simbra-pres-2

[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
[![DOI Badge](https://img.shields.io/badge/doi-10.5281/zenodo.20584890-1284C5.svg)](https://doi.org/10.5281/zenodo.20584890)
[![License: GPLv3](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC_BY--NC--SA_4.0-lightgrey.svg)](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

[![License: GPLv3](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC_BY--NC--SA_4.0-lightgrey.svg)](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).