Edelman et al
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
This model takes place at the level of the organizational field. There are three types of organizations represented: companies, professional associations and the courts.
The organizations are connected via a network.
The court has the same relationship to all companies (?):
- a one-way link whereby courts can sanction companies that they deem out of compliance
- they also get information from these companies (esp. the big ones??) about what constitutions compliance
Companies have policies
At each tick, companies decide how/whether to adjust their policies At each tick courts assess (some subset of?) companies and sanction those that are out of compliance
HOW IT WORKS
(what rules the agents use to create the overall behavior of the model)
HOW TO USE IT
(how to use the model, including a description of each of the items in the Interface tab)
THINGS TO NOTICE
(suggested things for the user to notice while running the model)
THINGS TO TRY
(suggested things for the user to try to do (move sliders, switches, etc.) with the model)
EXTENDING THE MODEL
(suggested things to add or change in the Code tab to make the model more complicated, detailed, accurate, etc.)
NETLOGO FEATURES
(interesting or unusual features of NetLogo that the model uses, particularly in the Code tab; or where workarounds were needed for missing features)
RELATED MODELS
(models in the NetLogo Models Library and elsewhere which are of related interest)
CREDITS AND REFERENCES
(a reference to the model's URL on the web if it has one, as well as any other necessary credits, citations, and links)
Comments and Questions
breed [ companies company ] breed [ associations association ] breed [ courts court ] directed-link-breed [ jurisdictions jurisdiction ] directed-link-breed [ memberships membership ] companies-own [policy] to setup clear-all create-companies 50 [ set shape "house" ] create-associations 1 [ set shape "circle 2" set size 2 ] create-courts 1 [ set shape "building institution" set size 3.5 ] create-network reset-ticks end to create-network ask courts [ ask companies [ create-jurisdiction-from myself] ] ask companies [ create-membership-to one-of associations ] repeat 30 [ layout-spring turtles links 0.2 5 1 ] end to go ask courts [ determine-compliance-standards sanction-non-compliers ] ask companies [ adjust-policies ] ; advise end to determine-compliance-standards ask companies [] ;; I don't think I want courts to ask all companies equally ;; I think some get more attention/weight than others end to sanction-non-compliers ;; if companies are out of compliance, sanction them end to adjust-policies ask companies [ ;; take wisdom from professionals ;; follow market rationality/guess what courts will do ] end ;to advise ; ask associations ; [] ; ;end
There is only one version of this model, created over 12 years ago by Eleanor Anderson.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
Edelman et al.png | preview | Preview for 'Edelman et al' | over 12 years ago, by Eleanor Anderson | Download |
EleanorAnderson_ 5 27 13.docx | word | initial model description | about 12 years ago, by Eleanor Anderson | Download |
This model does not have any ancestors.
This model does not have any descendants.