https://github.com/danielvartan/abm-study-group-pres-3
🤹 Presentation for the 9th Meeting of the Agent-Based Model Study Group at University of São Paulo: Balance 2025/1
https://github.com/danielvartan/abm-study-group-pres-3
agent-based-modeling complexity-science individual-based-modeling modeling netlogo simulations study-group
Last synced: 5 months ago
JSON representation
🤹 Presentation for the 9th Meeting of the Agent-Based Model Study Group at University of São Paulo: Balance 2025/1
- Host: GitHub
- URL: https://github.com/danielvartan/abm-study-group-pres-3
- Owner: danielvartan
- License: gpl-3.0
- Created: 2025-08-13T03:56:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T21:21:07.000Z (10 months ago)
- Last Synced: 2025-11-22T12:23:05.203Z (7 months ago)
- Topics: agent-based-modeling, complexity-science, individual-based-modeling, modeling, netlogo, simulations, study-group
- Language: R
- Homepage: https://danielvartan.github.io/abm-study-group-pres-3/
- Size: 7.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# abm-study-group-3
[](https://www.repostatus.org/#inactive)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://creativecommons.org/licenses/by/4.0/)
## Overview
This repository contains the slides from the presentation _ABM Study Group: Balance 2025/1_, delivered on August 13, 2025, at the [Agent-Based Model Study Group](https://github.com/abmstudygroup). The slides are available [here](https://danielvartan.github.io/abm-study-group-pres-3/).
## How to Use
This presentation was created using the [Quarto](https://quarto.org/) publishing system and the [R](https://www.r-project.org/) programming language. To build the slides locally, you will need to have these tools installed on your computer.
The [`renv`](https://rstudio.github.io/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:
```r
# 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:
```bash
quarto render
```
This will generate the slides in the `docs` directory.
## How to Cite
To cite this work, please use the following format:
Vartanian, D. (2025). *ABM Study Group: 2025/1 balance* \[Presentation\].
A BibTeX entry for LaTeX users is:
``` latex
@Misc{vartanian2025,
title = {ABM Study Group: 2025/1 balance},
author = {{Daniel Vartanian}},
year = {2025},
url = {https://danielvartan.github.io/abm-study-group-pres-3},
langid = {en},
note = {Presentation}
}
```
## License
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://creativecommons.org/licenses/by/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 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
``` text
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 .
```