Skip to content

simbra-org/simbra-org.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simbra-org.github.io

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: GPLv3 License: CC BY-NC-SA 4.0

Overview

This repository contains the source files for the website of the Interdisciplinary Brazilian Symposium on Agent-Based Models (SIMBRA).

The website is available at simbra.com.br.

Usage

This website was developed using the Quarto publishing system and the R programming language. The renv package is used to manage and restore the R environment for consistent results.

To build the pages locally, ensure that Quarto and R are installed on your computer.

Before rendering, install the required packages by running:

# install.packages("renv")
renv::restore()

Once the dependencies are installed, render the website by running the following command from the project's root directory:

quarto render

This will generate the website in the docs directory.

License

License: GPLv3 License: CC BY-NC-SA 4.0

Code in this repository is licensed under the GNU General Public License Version 3 (GPLv3). All other content is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).

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 <https://www.gnu.org/licenses/>.