<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.turtlezero.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.turtlezero.com/wiki/feed.php">
        <title>NetLogoWiki</title>
        <description></description>
        <link>http://www.turtlezero.com/wiki/</link>
        <image rdf:resource="http://www.turtlezero.com/wiki/lib/images/favicon.ico" />
       <dc:date>2008-11-20T16:13:26-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=guide:applet&amp;rev=1220295323&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=guide:gis&amp;rev=1217013838&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=start&amp;rev=1215687224&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=guide:trigonometry&amp;rev=1214843578&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=guide:ifelse&amp;rev=1207022124&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=guide:start&amp;rev=1207020536&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=guide:best_practices&amp;rev=1207020464&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.turtlezero.com/wiki/doku.php?id=tag:deprecated&amp;rev=1207018887&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.turtlezero.com/wiki/lib/images/favicon.ico">
        <title>NetLogoWiki</title>
        <link>http://www.turtlezero.com/wiki/</link>
        <url>http://www.turtlezero.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=guide:applet&amp;rev=1220295323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-01T14:55:23-05:00</dc:date>
        <title>guide:applet - created</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=guide:applet&amp;rev=1220295323&amp;do=diff</link>
        <description>How to Setup a NetLogo Applet on a web page.

See the applet setup guide in the NetLogo documention. It's quite complete.

&lt;http://ccl.northwestern.edu/netlogo/docs/applet.html&gt;

Also, when you use NetLogo's Save As Applet command, the resulting .HTML file itself contains detailed instructions.</description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=guide:gis&amp;rev=1217013838&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-25T15:23:58-05:00</dc:date>
        <dc:creator>Hugh Stimson</dc:creator>
        <title>guide:gis - added mention and link to the GIS extension</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=guide:gis&amp;rev=1217013838&amp;do=diff</link>
        <description>GIS extension

 Eric Russell has created a general-purpose GIS extension, which will come bundled with NetLogo v4.3, and is available at &lt;http://ccl.northwestern.edu/netlogo/4.0/extensions/gis/&gt;. The following guidelines assume that you are not using that extension.</description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=start&amp;rev=1215687224&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-10T06:53:44-05:00</dc:date>
        <title>start - rectify spelling mistake</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=start&amp;rev=1215687224&amp;do=diff</link>
        <description>[Looking Under the Hood  ]

Welcome to the Open NetLogo Wiki

 Hosted by Array

A wiki is software that allows users to easily create, edit, and link pages together. It is a collaborative web site. Read more about wikis here:

&lt;http://en.wikipedia.org/wiki/Wiki&gt;</description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=guide:trigonometry&amp;rev=1214843578&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-30T12:32:58-05:00</dc:date>
        <title>guide:trigonometry - minor edit</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=guide:trigonometry&amp;rev=1214843578&amp;do=diff</link>
        <description>There are significant differences between the basis and results of the standard trigonometric functions, such as implemented in other languages, and as implemented in Netlogo.

The differences are designed to make working with these functions easier and more intuitive for students and other modelers who are not familiar with traditional trigonometry.</description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=guide:ifelse&amp;rev=1207022124&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-31T23:55:24-05:00</dc:date>
        <title>guide:ifelse</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=guide:ifelse&amp;rev=1207022124&amp;do=diff</link>
        <description>Emulating SWITCH and SELECT CASE

 The switch structure or select/case structure from other languages does not exist in NetLogo. However, something similar can be accomplished in NetLogo using a chain of nested IF-ElSE statements.

The key to using IF-ELSE like this in a maintainable and legible way is to arrange the code to make the programmer's intent clear. Note the use of alignment, bracket-shifting, and short action code in the following example to emphasize the idea that this code selects …</description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=guide:start&amp;rev=1207020536&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-31T23:28:56-05:00</dc:date>
        <title>guide:start</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=guide:start&amp;rev=1207020536&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=guide:best_practices&amp;rev=1207020464&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-31T23:27:44-05:00</dc:date>
        <title>guide:best_practices - using the include macro to include if-else guide</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=guide:best_practices&amp;rev=1207020464&amp;do=diff</link>
        <description>There are several schools of thought on how to layout code.

The following guidelines are informed by experience coding and working with new NetLogo users.

 Basic Layout. 

	*  One statement per line

	*  Statements inside procedures should be indented 3 spaces (to line up with the procedure name)
	*  Code blocks should start on a new line
	*  Open Brackets around code blocks should be on the next line, aligned with the with the command that created the code block
	*  Open brackes should not li…</description>
    </item>
    <item rdf:about="http://www.turtlezero.com/wiki/doku.php?id=tag:deprecated&amp;rev=1207018887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-31T23:01:27-05:00</dc:date>
        <title>tag:deprecated - created</title>
        <link>http://www.turtlezero.com/wiki/doku.php?id=tag:deprecated&amp;rev=1207018887&amp;do=diff</link>
        <description>Primitives with this tag have been deprecated. Deprecated means that the primitive should not be used, if possible, in favor of something else.

For example, FACE-NOWRAP is deprecated, in favor of using the edge-wrapping controls in the view settings to control wrapping. However, in some models this is not practical or possible.</description>
    </item>
</rdf:RDF>
