With the school year well in swing, I would like to take an informal pole on how many of you are using NetLogo in your classroom? Also, at what level? Are...
Hi all, I hope the school year is going well for each of you. Here at CCL we have been working hard at adding new features to NetLogo and developing...
Greetings: It gives me great pleasure to announce that the Mesa State College Advanced Learning Center and the Center for Connected Learning are co-sponsoring...
I hope you have been able to download NetLogo 1.3 and to enjoy its new features. I am writing to you now concerning our future development of NetLogo. I wanted...
http://www.gseis.ucla.edu/~icls/ If you're in Santa Monica, CA on Wednesday, June 23, drop in and say hi. Some of CCL folks will be giving a short talk. ...
Hi, my name is Johannes Kottonau. I am a biology teacher in Switzerland and new to this list. I am looking for a NetLogo model showing the mechanism behind...
Dear Netlogo users, As a starting Netlogo user I find it difficult to start with coding. I already made a description of the model and tried the tutorial in ...
cjooren
jooren.vlug@...
Nov 9, 2004 9:26 pm
10
Carolyn, I'm thinking in terms of pretty broad grade ranges... such as what would a NetLogo enchanced science/math curriculum look like from grades 5-12? ... ...
Michael Novak
mnovak@...
Dec 3, 2004 3:15 am
11
Hi George, So then, if you take time for the physical manipulatives before the simulated ones, and then piggy back the computer model on it as well then you...
Michael Novak
mnovak@...
Dec 3, 2004 4:40 am
12
Hi Michael K., This is kind of where I am thinking it may make sense for me to trying integrating it into my current lessons too. I like the idea of anchoring...
Michael Novak
mnovak@...
Dec 3, 2004 4:40 am
13
Hi Hans, Faculty buy-in does seem the largest hurdle...but I understand why the faculty would be resistant too jump in. It must seem like just one more thing...
Michael Novak
mnovak@...
Dec 3, 2004 4:40 am
14
That is exciting, since I am referring to that student. A workshop for the faculty is an excellent idea. Though as a freshman I worry that might be a bit...
Michael Novak
mnovak@...
Dec 4, 2004 2:22 pm
15
Hi George, What would this store house look like? Would it be similar to something like this http://www.shodor.org/interactivate/ ? That particular store ...
Michael Novak
mnovak@...
Dec 4, 2004 2:22 pm
16
Hi Michael, Theoretically, I'm a member of the netlogo-educators group, but I haven't received any of this month's messages. I went in & checked my account...
I have been using NetLogo in Biology and Chemistry classes for a few years now and am spreading its use within the school district (I also develop and organize...
Hi George, I very much like your idea of a publishing portal, lesson archive, or curriculum workbench for NetLogo models. Who else in the netlogo-educators...
Michael Novak
mnovak@...
Dec 8, 2004 4:44 am
20
I would definitely be interested in any curriculum resource or publishing forum. I have found that teachers are more apt to use a new model if a lesson plan...
While I see the value of having suggested lesson plans attached to a particulat model, that seems to overlook the case where a set of related models, or...
Either the NetLogopedia or the NetLogo Learning Lab would be great places to house a repository of lesson plans and models. I would be glad to host them on...
George, I am very excited about the lesson archive idea. Its exciting to hear there are others who would think this would be valuable and necessary resource...
Michael Novak
mnovak@...
Dec 11, 2004 1:54 am
24
George and other educators.... Yes, I think these a probably whole set of questions like these there will take some time to think out and answer. What other...
Michael Novak
mnovak@...
Dec 17, 2004 2:24 am
25
] Please ... all interested educators... input on the structure and ] utilities that such an achive should have would be much appreciated. Do we really want to...
George, I think this is an excellent forum for this public discussion tracing our steps. The next release gives us lots of time to propose different ...
Michael Novak
mnovak@...
Dec 18, 2004 2:31 am
27
I think the idea of embedding lesson plans, espcially multiple lesson plans, multiday lessonplans, and plans from multiple authors INTO the model is not one...
James' comments are all very valuable and accurate and I second his recommendations. In addition, I would be very troubled with posting leson plans within a...
From: Phidippus Date: Sat Jan 1, 2005 10:10 pm Hello, I like to be able to call a number based on multiple variables. For example, when 3 variables are...
Phidippus, In netlogo, you can nest lists to create n-dimentional matricies. Consider this 2-d matrix: let m [ [ 2 7 4 ] [ 1 2 3 ] [ 1 4 3 ] ] (item 0 m) is...