An agent based model of job satisfaction in work organization
This model is based on my thesis work - https://hal.archives-ouvertes.fr/hal-01566985 - It is an updated version of the model, once coded using Repast Simphony, while being recoded in a more suitable platform (Gama). Most of references remain the same while improved.
To get a local copy of the model and be able to run experiment with it, improve or (freely) reuse.
-
First, download and extract the proper GAMA version (see link below, if you don't know which version to take, pick the corresponding OS - windows, linux or macos - and prefer the one with embedded JDK). If you need more information about how to install GAMA, check the installation page
-
Second, clone the model on your computer (in a terminal go to the desired repository and inpu
git clone https://github.com/chapuisk/S-at-work.git
) or download the model on GitHub (click here to download it automatically)
2.a Extract that ZIP file somewhere on your computer, if you downloaded it.
-
Enjoy our model running on your computer.
We describe the context in which to run the proposed simulation experiments in the model
There is several entry for data at initialization: basic demographic variables, workforce, work characteristics and personnality
- Demographics
Data sources Data files
- Working force dataset:
Data sources
- OECD dataset, see https://stats.oecd.org/
- Worldbank data, see https://databank.worldbank.org/reports.aspx?source=jobs
- Eurostats is the best, see https://ec.europa.eu/eurostat/web/main/data/database
Data files
- 'file name here' : is about age x sex distribution of employment
- '' : is about working time distribution
- '' : is about wage gap
- Work characteristic dataset
Data sources Data files
- JC-model : empty
- Work-role outcome model : empty
- Personality dataset
Data sources Data files
- Big Five Index (BFI) : empty
- Data based initialization
- Parameter based initialization
TODO : provide a link to the ODD
See the current milestone for a list of proposed features (and known issues).
This project is distributed under the GPL-3.0 License. See LICENSE for more information.