Home
Download
Resources
Extensions
FAQ
References
Contact Us
Models:
Library
Community
User Manuals:
Web
Printable
Chinese Czech
|
Resources and Links
Please send additional resources or links
to feedback@ccl.northwestern.edu.
Announcements
To sign up for occasional announcements about NetLogo, send an
email to listserv@listserv.it.northwestern.edu.
In the body of the message, write: "subscribe netlogo-announce"
(omitting quotes).
Users Group
There is also an on-line NetLogo Users
Group where you can share your thoughts and questions about
NetLogo with other users via email or the web. Follow the above
link to browse the group, or follow this link
to join.
Educators Group
netlogo-educators
is intended to support questions pertaining to
using NetLogo in the classroom. Curriculum design and implementation
with NetLogo is the focus of this group. Feel free to post a question
or join the discussion. Follow the above link to browse the group, or
follow this
link to join.
Developers Group
If you're a Java or Scala developer interested in NetLogo
development, NetLogo internals, the NetLogo source code, NetLogo
API's, browse or join netlogo-devel.
General resources
Collections of models
Extensions
Libraries
Tools
- BehaviorSearch
by Forrest Stonedahl & Uri Wilensky
BehaviorSearch is an add-on for NetLogo that can help automate the exploration of agent-based models (ABMs), by using genetic algorithms and other heuristic techniques to search the parameter-space.
- MEME (Model Exploration Module)
by AITIA International
A BehaviorSpace-like tool that supports running parameter sweeping experiments and analyzing
the results. Works with NetLogo as well as other ABM tools such as Repast.
- RNetLogo
by Jan C. Thiele
"Interface to embed NetLogo into the R environment with headless (no GUI) and interactive GUI mode. Provides functions to load models, execute commands and to get values from reporters." (see also the NetLogo-R Extension)
- NetLogo Publication Script
by Steven Brewer
A script for simplifying the publication and updating of NetLogo models on the web.
- BBEdit Language Module
by Dave Hurley
Syntax-colors NetLogo code in the the Mac text editor BBEdit.
- NetLogo VIM Syntax File
by Steven T. Stoddard
Syntax-colors NetLogo code in the the VIM text editor.
- NetLogo Obfuscator
by Peter Brooks
Creates “an obfuscated Procedures section to make the source code as
indecipherable as possible, while allowing the project to work
identically to the original”. Includes source code.
Books
in English:
in other languages:
Chapters
Research papers
Tutorials (in addition to those in the NetLogo User Manual)
Older tutorials
- NetLogo 4.0 Quick Guide
by Luis Izquierdo
An introduction to programming in NetLogo. (last update: circa 2005)
- Complexity Workshop Tutorials: NetLogo and Repast
by Owen Densmore
The NetLogo tutorial material, aimed at “computer-shy
scientists and other computer novices,” covers both usage
and programming, in the context of a model in which turtles form
pairs which grow into large clusters. (last update: 2003)
- Turtle Epidemic: A NetLogo Simulation Activity
by Gerald J. Balzano
A three page tutorial that uses the example of
an infection spreading through a population of turtles. (last update: 2002)
- Programming Tutorial
by Christian Jost
A nine page tutorial based on Tutorial 3 in our User Manual, but
using firefly synchronization instead of hill-climbing as the
example problem. (It is in English, but procedure and variable
names are in French to help the French students for whom it
was adapted.) (last update: 2002)
|