<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>netlogo-users at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/netlogo-users/</link>
    <description>NetLogo Users</description>

    <item>
      <title>Fw: [netlogo-users] Is is possible to have several separate netlogo </title>
      <pubDate>Sun, 22 Nov 2009 05:02:30 GMT</pubDate>
      <dc:creator>Derek Rush</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9923</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9923</guid>
      <description>... Hello Netlogo, I believe that 4 of my models would benefit from being combined under a common title whilst retaining their individual titles within, for</description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Sat, 21 Nov 2009 18:05:22 GMT</pubDate>
      <dc:creator>Michel Damiens</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9922</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9922</guid>
      <description>Hello ! I have two questions : 1) I&#39;d like to know if it is possible to modify elements of the interface in a procedure ; for example : - how to modify the</description>
    </item>
    <item>
      <title>Re: Preferential Attachment Network help</title>
      <pubDate>Fri, 20 Nov 2009 02:41:50 GMT</pubDate>
      <dc:creator>James Steiner</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9921</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9921</guid>
      <description>You can use the link-neighbors primitive to get the turtles set of linked turtles... You may wish to render the PD game as a reporter... it takes a reference</description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Fri, 20 Nov 2009 02:38:42 GMT</pubDate>
      <dc:creator>simone gabbriellini</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9920</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9920</guid>
      <description>many thanks for the hint! regards, Simone</description>
    </item>
    <item>
      <title>Re: Coding Help....</title>
      <pubDate>Fri, 20 Nov 2009 02:38:01 GMT</pubDate>
      <dc:creator>James Steiner</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9919</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9919</guid>
      <description>You may want to implement your intersections and roads as turtles and links. breed [ intersections intersection ] directed-link-breed [ roads road ] roads-own </description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Thu, 19 Nov 2009 18:10:15 GMT</pubDate>
      <dc:creator>Seth Tisue</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9918</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9918</guid>
      <description>just a note, a line like: let northern turtles-on patch (pxcor + 0)(pycor + 1) can be shortened to: let northern turtles-on patch-at 0 1 or even further to: </description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Thu, 19 Nov 2009 13:10:05 GMT</pubDate>
      <dc:creator>simone gabbriellini</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9917</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9917</guid>
      <description>Dear James, Nick, thanks both for your help... since my aim is to create a very clear implementation for students with no programming skills, I switched to</description>
    </item>
    <item>
      <title>Re: Is is possible to have several separate netlogo programs for a s</title>
      <pubDate>Thu, 19 Nov 2009 00:02:12 GMT</pubDate>
      <dc:creator>Seth Tisue</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9916</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9916</guid>
      <description>... Another&gt; Hello All, Anyone knows if we can have multiple netlogo Another&gt; programs for a single model? Another&gt; I want to have a central netlogo program</description>
    </item>
    <item>
      <title>Re: Sublists within a list</title>
      <pubDate>Wed, 18 Nov 2009 19:39:31 GMT</pubDate>
      <dc:creator>takao.sasaki</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9915</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9915</guid>
      <description>Hi Jim, Yes, it is very helpful! I totally did not know this trick. Your answer helps me to solve other problems too! Thank you very, very much! --Taka</description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Wed, 18 Nov 2009 19:39:27 GMT</pubDate>
      <dc:creator>nickbenn</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9914</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9914</guid>
      <description>Simone, It looks like you sorted it out with another method. But for future reference, I&#39;d test for a range of values, rather than an exact value - even in</description>
    </item>
    <item>
      <title>Is is possible to have several separate netlogo programs for a singl</title>
      <pubDate>Wed, 18 Nov 2009 19:38:23 GMT</pubDate>
      <dc:creator>Another Sunrise</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9913</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9913</guid>
      <description>Hello All, Anyone knows if we can have multiple netlogo programs for a single model? I want to have a central netlogo program that will share the common</description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Wed, 18 Nov 2009 19:37:03 GMT</pubDate>
      <dc:creator>James Steiner</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9912</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9912</guid>
      <description>Depending on need, I might use direct patch references to segregate the neighbors into distinct agentsets:. e.g.: ask turtles [ let northern turtles-on patch</description>
    </item>
    <item>
      <title>[SOLVED] Re: position of neighbors</title>
      <pubDate>Wed, 18 Nov 2009 13:21:13 GMT</pubDate>
      <dc:creator>simone gabbriellini</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9911</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9911</guid>
      <description>Hi List, using patch-at-heading-and-distance does the trick (a suggestion of Gianluca Manzo in PM) I have now a beta version of my implementation of the</description>
    </item>
    <item>
      <title>Re: Traffic Simulation Problem</title>
      <pubDate>Wed, 18 Nov 2009 13:21:13 GMT</pubDate>
      <dc:creator>Izzet Pembeci</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9910</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9910</guid>
      <description>If all the cars have heading 90, the car-ahead is the one which has the smallest xcor that&#39;s still greater than sample-car&#39;s xcor. To select such a car you can</description>
    </item>
    <item>
      <title>Re: position of neighbors</title>
      <pubDate>Wed, 18 Nov 2009 13:20:22 GMT</pubDate>
      <dc:creator>simone gabbriellini</dc:creator>
      <link>http://groups.yahoo.com/group/netlogo-users/message/9909</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/netlogo-users/message/9909</guid>
      <description>Hi Nick, thanks for the help... right now I use something like: ask turtles [ ask (turtles-on neighbors4) [ if [xcor] of self &gt; [xcor] of myself [ ;;do</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Mon Nov 23 07:26:32 PST 2009 -->
