users-objects

users-objects preview image

2 collaborators

Patarakin_m Evgeny Patarakin (Author)
Default-person Boris Yarmakhov (Domain expert)

Tags

collaborations 

Tagged by Evgeny Patarakin almost 12 years ago

Parent of 1 model: Child of users-objects
Visible to everyone | Changeable by everyone
Model was written in NetLogo 5.0.4 • Viewed 549 times • Downloaded 46 times • Run 0 times
Download the 'users-objects' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


WHAT IS IT?

(a general understanding of what the model is trying to show or explain)

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

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

breed [users user]
breed [objects object]

to setup
ca
end 

to users-create
  create-ordered-users 20 [
    set shape item random length ["person" "person business" "person construction" "person graduate" "person police" "person student" ]
    ["person" "person business" "person construction" "person graduate" "person police" "person student" ]  
    set size 2 fd 5 + random 5]
end 

to objects-create
    create-ordered-objects 8 [
        set shape item random length ["computer server"  "book" "music notes 3" "tile brick"]
  ["computer server"  "book" "music notes 3" "tile brick"]
    set size 2 fd 5 + random 2]
end 

to connect
  ask users [create-links-to min-n-of (random count objects) objects [distance myself]]
end 

to lay
    repeat 50 [ layout-spring turtles links 0.2 5 1 ]
end 

There is only one version of this model, created over 12 years ago by Evgeny Patarakin.

Attached files

File Type Description Last updated
users-objects.png preview Preview for 'users-objects' over 12 years ago, by Evgeny Patarakin Download

This model does not have any ancestors.

Children:

Graph of models related to 'users-objects'