This explorable illustrates a dynamic network that explains the emergence of groups of uniform opinion. Nodes can change their opinion based on their open-mindedness and can rewire their connections to other nodes that are like them.
npm install @explorables/echo_chambers[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[![CC BY 4.0][cc-by-shield]][cc-by]
This explorable illustrates a dynamic network that explains the emergence of groups of uniform opinion. Nodes can change their opinion based on their open-mindedness and can rewire their connections to other nodes that are like them.
The explorable is part of the Complexity Explorables Collection. For more information about the system and its behavior consult the explorable
> “Echo Chambers” - A model for opinion dynamics
If you just want to run the explorable you can Click here.
If you want to run a local copy without having to rely on the nasty internet, the best way
is to install it via npm:
``shell`
mkdir echo_chambers
cd echo_chambers
npm init -y
npm install @explorables/echo_chambers
npx http-server node_modules/@explorables/echo_chambers/dist/
If you want to embed the explorable in your site, you need to do three things:
1. load the explorable package via
...
...