This repository contains the source files of the Simpósio Interdisciplinar Brasileiro de Modelos Baseados em Agentes (SIMBRA) (Brazilian Interdisciplinary Symposium on Agent-Based Models) website.
The website can be accessed here.
The website was created using the Quarto publishing system and the R programming language. To build the pages locally, ensure that both tools are installed on your computer.
The renv R package is used to manage R package dependencies. To install the required packages, run the following commands in your R console before rendering the pages:
# install.packages("renv")
renv::restore()Once the dependencies are installed, you can render the website by running the following command from the project’s root directory in your terminal:
quarto renderThis will generate the website in the docs directory.
The code in this repository is licensed under the GNU General Public License Version 3. All other content is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
Copyright (C) 2025 Daniel Vartanian
The code in this report 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/>.