CS 1025 01 - Week #8 (Mar 04 and 06)



Tuesday, March 4th


  1. Test One on Tuesday, March 11th.

    Test One Study Guide, Outline, Practice questions.

  2. Stars and Caterpillars getting hatched by turtles that a CIRCLES. How to do Monitors and Plots in Netlogo. Modified from the class example we did today.


Thursday, March 6th



  1. NetLogo Predator Prey Assignment: Predato Prey model using NetLogo. Building a Simple Predator/Prey model is due TODAY anytime. (Send attachment to jacobson@cs.uni.edu with SUBJECT: Netlogo Predator Prey Assignment...) SIGN YOUR NAME TO THE EMAIL NOTE!

    VIP - MAKE THESE CHANGES: Netlogo 5.0.4 Predator/Prey tutorial changes to the code and the NetLOGO predator prey model.


  2. NetLOGO movie making. Creating footage for After Effects. Making quicktime movies with NetLogo - for footage for Adobe After Effects.
    ;; make a 20-step movie of the current view
    
    setup
    movie-start "out.mov"
    
    repeat 20 
    [
      movie-grab-view
      go
    ]
    
    movie-close
    
  3. VENSIM medication models: Introduction to Ventana VENSIM modeling.

    Population growth model. Births, Birth Rate, and Population simplest model with Deaths and Death Rate added. See Getting Started with Stella and Vensim by Andrew Ford.

  4. Medication models: Aspirin single dose and Dilantin repeated dose.