nicolaspayette / sspos

A demo NetLogo model for presentation at the Simulating the Social Processes of Science workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

The purpose of this model is to show how NetLogo and some of its extensions can be used to create a very simple model of the social processes of science. (This is a demo of the tools, not a claim about how science really works.)

Slides for a presentation I gave about it are at: http://cfpm.org/spos/lcw/sspos-nicolaspayette-expanded.pdf

To get the model, you can either clone this repository or directly download the model file: https://raw.githubusercontent.com/nicolaspayette/sspos/master/sspos-demo.nlogo

You can then open it in NetLogo (which is available here.)

To run this model, you need:

How it works

Choose a population size, a landscape and a network generator, and then click setup. A network of scientists will be created and the patches will turn into an "epistemic landscape", where higher (i.e., lighter green) positions represent more desirable ideas/hypothesis/theories/etc. The highest peaks in the landscapes are represented by red patches.

Once you press go, the scientists will move slightly towards one of their network neighbors, picked at random. The probability of picking each neighbor being weighted by the value of the patch that it is on: neighbors higher in the epistemic landscape have a better change of being picked.

In the case where a scientist is isolated from the rest of the network, it will just pick the patch around it with the highest value and move there.

The simulation stops when all scientists are standing on red patches. Sometimes it happens quickly, sometimes not. Different shapes of networks work best on different landscapes. You can use the BehaviorSpace tool to find out which.

Credits

Authored by Nicolas Payette for demo at the Simulating the Social Processes of Science workshop, Leiden, NL, April 2014.

About

A demo NetLogo model for presentation at the Simulating the Social Processes of Science workshop

License:MIT License


Languages

Language:NetLogo 100.0%