Skip to content

Commit 98611f9

Browse files
committed
move fig folder to .github
1 parent c8bbf15 commit 98611f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p style="display: flex; align-items: center; justify-content: center; margin: 0;">
2-
<img src="figure/brigadeiro.png" alt="icon" style="width: 100%; max-width: 600px; height: auto; margin-right: 15px;"/>
2+
<img src=".github/figures/brigadeiro.png" alt="icon" style="width: 100%; max-width: 600px; height: auto; margin-right: 15px;"/>
33
</p>
44

55
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
110110
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.
111111

112112
<div align="center">
113-
<img src="figure/diagram.png" alt="DOCES Architecture" style="width:90%;">
113+
<img src=".github/figures/diagram.png" alt="DOCES Architecture" style="width:90%;">
114114
</div>
115115

116116
# Citation Request
@@ -123,11 +123,11 @@ The standard dynamics developed for undirected networks is cited as follows:
123123

124124
The dynamics for directed networks, or with the use of particular types of users (e.g., stubborn and verified) is cited as follows:
125125

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).
127127

128128
The dynamics with feeds (innovation parameter `mu < 1`) is cited as follows:
129129

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).
131131

132132

133133

0 commit comments

Comments
 (0)