Skip to content

Commit

Permalink
insignificant user manual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Apr 3, 2015
1 parent 1b7b424 commit 4780ad7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions docs/faq.html
Expand Up @@ -102,7 +102,7 @@ <h3>
<a href="#slowlaptop"><b>Why is NetLogo so much slower when I
unplug my Windows laptop?</b></a>
<li>
<a href="#osxjava6"><b>Why does NetLogo require Java 6 on OSX</b></a>
<a href="#osxjava6"><b>Why does NetLogo require Java 6 on OS X?</b></a>
<li>
<a href="#linuxcompat"><b>How come NetLogo won't start up on my
Linux machine?</b></a>
Expand Down Expand Up @@ -313,7 +313,7 @@ <h3>
the Connection Machine. Later versions were developed for Macintosh
computers: MacStarLogo (1994, MIT) and StarLogoT (1997, Tufts).
<p>
Today there are two StarLogo descendants under active development:
Today there are two StarLogo descendents under active development:
NetLogo (from the CCL at Northwestern University) and StarLogo TNG
(from MIT). NetLogo is the most widely used agent-based modeling
environment in both education and research. StarLogo TNG is
Expand Down Expand Up @@ -619,13 +619,13 @@ <h3>
"http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5095398">here</a>.
<h3>
<a name="osxjava6" id="linuxcompat"></a>Why does NetLogo require Java 6
on OSX?
on OS X?
</h3>
<p>
For backwards compatibility, the 5.x line of NetLogo will continue to
utilize Apple's Java 6 installer. While this is not optimal for users
require that Java 6 from Apple be installed. While this is not optimal for users
who wish to keep up to date with their software, the effort to move
away from Java 6 in 5.x was deemed too great.
away from Java 6 in NetLogo 5.x was deemed too great.
<p>
Future versions of NetLogo will run on newer versions of Java, requiring
at least Java 7.
Expand Down
18 changes: 9 additions & 9 deletions docs/versions.html
Expand Up @@ -22,38 +22,38 @@ <h2>
Version 5.2.0 (April 2015)
</h2>

<h3>Extensions:</h3>
<h3>Extensions</h3>
<ul>
<li>An included CSV extension to read data to and from CSV files
<li>An included CSV extension to read and write CSV files
<li>An included Palette extension to map different values to colors
<li>The previous gogo extension has been removed. It has been replaced with two different gogo extensions, gogo and gogo-serial. The extensions work with different hardware. The gogo extension works with the new style HID-interface gogo boards and the gogo-serial extension works with the old-style serial-interface gogo boards
<li> Upgrade to the network extension including the following changes:
<li>Upgrade to the network extension including the following changes:
<ul>
<li>Support for many more file types, including GEXF, GDF, GML, Pajek NET, UCINET DL, and Netdraw VNA
<li>Fixed bugs with GraphML support
<li>Improved documentation
</ul>
</ul>

<h3>New Features:</h3>
<h3>New features</h3>
<ul>
<li>New primitive <tt>netlogo-web?</tt> added to test whether you are currently running in NetLogo Web
<li>New primitive <tt>netlogo-web?</tt> added to test whether you are currently running in NetLogo Web
<li>New primitive <tt>behaviorspace-experiment-name</tt> added allowing you to get the name of the currently running experiment
<li>New primitive <tt>stop-inspecting</tt> to stop inspecting agents
<li>New primitive <tt>stop-inspecting-dead-agents</tt> and menu item to stop inspecting dead agents
<li><tt>__includes</tt> keywork now enables the Includes button when given an empty
<li><tt>__includes</tt> keyword now enables the Includes button when given an empty
<li>hooks added for extensions to write custom log messages
</ul>

<h3>Bug fixes:</h3>
<h3>Bug fixes</h3>
<ul>
<li>user-one-of will now signal an error earlier when provided an empty list of choices
<li><tt>user-one-of</tt> will now signal an error earlier when provided an empty list of choices
<li><tt>hsb</tt>, <tt>extract-hsb</tt>, and <tt>approximate-hsb</tt> have been updated to represent true hsb conventions
<li>new deprecated primitives <tt>__hsb-old</tt>, <tt>__extract-hsb-old</tt>, and <tt>__approximate-hsb-old</tt> work as the old hsb primitives did when older models using the hsb primitives are opened in NetLogo 5.2, they will be auto-converted to use the deprecated primitives
<li><tt>extract-hsb</tt> -- fixed bug where it didn't work correctly on rgb lists
</ul>

<h3>Model Changes:</h3>
<h3>Model changes</h3>
<ul>
<li>New Sample Models: Artificial Anasazi, Bacteria Food Hunt, Bacteria Hunt Speeds, BeeSmart - Hive Finding, Bug Hunt Disruptions, Bug Hunt Environmental Changes, Bug Hunt Predators and Invasive Species - Two Regions, Hydrogen Diffusion 3D, Lennard-Jones, Paths
<li>There are 46 new models in the new IABM Textbook folder: Turtles Circling Simple, Ants Simple, Heroes and Cowards, Life Simple, Simple Economy, 4 DLA extensions, 4 El Farol Extensions, 4 Fire Extensions, 4 Segregation Extensions, 5 Wolf Sheep Extensions, Agentset Efficiency, Agentset Ordering, Communication-T-T Network Example, Preferential Attachment Simple, Random Network, Traffic Basic Adaptive, Traffic Basic Utility, Traffic Grid Goal, Spread of Disease, Voting Component Verification, Voting Sensitivity Analysis, Arduino Example, Disease With Android Avoidance HubNet, Example HubNet, Run Example, Run Result Example, Simple Machine Learning, Simple Viral Marketing, Ticket Sales, Sandpile Simple
Expand Down

0 comments on commit 4780ad7

Please sign in to comment.