Opinion dynamics and collective risk perception: An ABM model of institutional and media communication about disasters - Code and Datasets (1.0.0)
The O.R.E. (Opinions on Risky Events) model describes how a population of interacting individuals process information about a risk of natural catastrophe. The institutional information gives the official evaluation of the risk; the agents receive this communication, process it and also speak to each other processing further the information. The description of the algorithm (as it appears also in the paper) can be found in the attached file OREmodel_description.pdf.
The code (ORE_model.c), written in C, is commented. Also the datasets (inputFACEBOOK.txt and inputEMAILs.txt) of the real networks utilized with this model are available.
For any questions/requests, please write me at daniele.vilone@gmail.com
Release Notes
The code ORE_model.c cab be run in Linux environment with gcc. The datasets give the list of connection (in each line, the numbers in the two columns are the nodes connected by a link).
Associated Publications
Opinion dynamics and collective risk perception: An ABM model of institutional and media communication about disasters - Code and Datasets 1.0.0
Submitted by
danielevilone
Published Oct 06, 2020
Last modified Oct 06, 2020
The O.R.E. (Opinions on Risky Events) model describes how a population of interacting individuals process information about a risk of natural catastrophe. The institutional information gives the official evaluation of the risk; the agents receive this communication, process it and also speak to each other processing further the information. The description of the algorithm (as it appears also in the paper) can be found in the attached file OREmodel_description.pdf.
The code (ORE_model.c), written in C, is commented. Also the datasets (inputFACEBOOK.txt and inputEMAILs.txt) of the real networks utilized with this model are available.
For any questions/requests, please write me at daniele.vilone@gmail.com
Release Notes
The code ORE_model.c cab be run in Linux environment with gcc. The datasets give the list of connection (in each line, the numbers in the two columns are the nodes connected by a link).