You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOCES (Dynamical Opinion Clusters Exploration Suite) is an experimental Python library to simulate opinion dynamics on adaptive complex networks. Its background is implemented in C for performance.
@@ -110,7 +110,7 @@ Linux (Debian and Ubuntu), MacOS, and Windows
110
110
DOCES combines high-performance C code for computational efficiency with Python for an easy-to-use interface. The architecture is modular, with the **Core** implemented in C and **Methods** accessible via Python.
@@ -123,11 +123,11 @@ The standard dynamics developed for undirected networks is cited as follows:
123
123
124
124
The dynamics for directed networks, or with the use of particular types of users (e.g., stubborn and verified) is cited as follows:
125
125
126
-
- Henrique Ferraz de Arruda, Kleber Andrade Oliveira, and Yamir Moreno. "Echo chamber formation sharpened by priority users."iScience(2024).
126
+
- Henrique Ferraz de Arruda, Kleber Andrade Oliveira, and Yamir Moreno. "Echo chamber formation sharpened by priority users."iScience(2024).
127
127
128
128
The dynamics with feeds (innovation parameter `mu < 1`) is cited as follows:
129
129
130
-
- Kleber Andrade Oliveira, Henrique Ferraz de Arruda, and Yamir Moreno. "Mechanistic interplay between information spreading and opinion polarization."arXiv preprint arXiv:2410.17151(2024).
130
+
- Kleber Andrade Oliveira, Henrique Ferraz de Arruda, and Yamir Moreno. "Mechanistic interplay between information spreading and opinion polarization."arXiv preprint arXiv:2410.17151(2024).
0 commit comments