Find Resources

Pioneros (Trailblazers)

Posted March 28, 2017 by Rizzi

Pioneros (Trailblazers) es una actividad divertida con lápiz y papel donde los estudiantes escriben instrucciones sencillas para que otro estudiante navegue por un laberinto. Las instrucciones se dibujan en el laberinto como comandos (si el cuadrado es rojo, gire a la derecha, etc.) y luego los estudiantes intercambian papeles para navegar por el laberinto siguiendo solamente los comandos. Esta es una actividad preliminar para la actividad de codificación de las tortugas chocadoras.

Peanut Butter & Jelly Robot

Posted September 1, 2016 by turtle

This activity introduces students to several computer science concepts, to the necessity for thoroughness while programming, and to the often strange results of literalism. The overarching theme is that computers do what they are told and nothing more. The ability to read between the lines and determine what was meant rather than what was said is a skill computers lack. Additionally, students are introduced to the concept of debugging.

Bumper Turtles for StarLogo TNG

Posted August 30, 2016 by turtle

A coding activity to introduce students to conditional logic -- this version follows the "Pixelated Paths" activity and builds the model in Star Logo TNG. 

Math Challenges in StarLogo TNG

Posted August 30, 2016 by turtle

This activity reviews the use of angles, heading, x, y, and z coordinates, and random ranges in StarLogo TNG. It corresponds to the coding challenges for StarLogo Nova (see related link). .

Battleship activity in StarLogo Nova

Posted August 30, 2016 by turtle

This activity uses the idea of the classic "battleship" game to review x and y coordinates in StarLogo Nova.  Students do a pen and paper simulation of the game, and then use a base model in StarLogo Nova to review the coordinates.

TryAngles

Posted August 30, 2016 by turtle

Students participate in an off-line activity called “TryAngles”, and see a computer model based on the same activity. Of particular interest is the interleaving of activity types; live off-line activities and computer simulations, and the juxtaposition of real and virtual worlds.

27 Blind Mice

Posted August 31, 2016 by turtle

An off-line activity that introduces the concept of global and local communication strategies.

Penny Growth

Posted August 31, 2016 by turtle

Penny growth is a table-top hands-on activity in which students grow penny colonies based on simple rules. Through this activity and a corresponding computer model, students gain experience with modeling population growth, plotting data, and recognizing patterns. Different sized environments can be used to prompt a discussion of limits to growth fo the colonies.

Decoding a model

Posted September 1, 2016 by turtle

Decoding a model is an on computer activity in which students are challenged to decode a model.

Traffic Patterns for StarLogo TNG

Posted November 24, 2016 by turtle

Why do traffic jams form?

Each year the number of paved miles grows by roughly 20,000 miles. When traffic gets too congested, traffic engineers must consider changes to existing roads or intersections. This unit engages students in interactive activities to explore pattern formation in complex systems, and in the use, modification, and creation of agent-based models to conduct experiments on simple virtual traffic systems, to study whether proposed road changes will the desired effect.

Formulario de diseño experimental

Posted March 27, 2017 by Rizzi

Una copia imprimible del formulario de diseño experimental, utilizada en los Módulos Científicos de Project GUTS, para que los estudiantes planifiquen un experimento, incluyendo la identificación de variables, la planificación de la recopilación y el análisis de datos y la interpretación. Traducción del original en Inglés.

Archived Material: CS in Science Module 1 (for StarLogo Nova 1.0)

Posted December 2, 2016 by turtle

Archived Material: Module 1 introduces basic concepts in modeling complex systems through hands-on activities and participatory simulations. A scaffolded series of highly-engaging design and build activities guide students through developing their first computer model in StarLogo Nova 1.0, a modeling and simulation environment developed at the Massachusetts Institute of Technology.

Archived Material: CS in Science Module 2: Water as a Shared Resource (for StarLogo Nova 1.0)

Posted December 2, 2016 by turtle

Archived material for CS in Science: Module 2 for StarLogo Nova 1.0 (flash version, updated in 2015). In this module, students will investigate the importance of ground water and the impacts of water usage on aquifer levels. They will also explore how to model important parts of the water cycle, including evaporation and infiltration of water into different types of soils to recharge the aquifers.

Archived Material: CS in Science Module 3 - Ecosystems as complex systems (for StarLogo Nova 1.0)

Posted December 2, 2016 by turtle

Archived Material: CS in Science Module 3 (for StarLogo Nova 1.0, Flash version updated 2015). This Life Science module begins with an exploration of a simple predator-prey model to consider who eats whom—and what happens when one population grows faster than another. Students develop their own model of a local ecosystem and learn about ecosystem dynamics, producers and consumers, and interdependent relationships within an ecosystem.

Archived Material: CS in Science Module 4 Chemical Reactions for StarLogo Nova 1.0 (Flash version)

Posted December 2, 2016 by turtle

Archived Material: CS in Science Module 4: Chemical Reactions for StarLogo Nova 1.0 (Flash version, updated 2015). This Physical Science module explores chemical reactions: the conditions under which they occur, the evidence that a chemical reaction has taken place, limiting reactants versus reactants in excess, and when chemical reactions stop. The base model for this unit simulates the chemical reaction between silver nitrate and copper.

Libro de recetas de StarLogo NOVA

Posted March 27, 2017 by Rizzi

Este documento incluye explicaciones y capturas de pantalla para los códigos comunes en StarLogo Nova, incluyendo la creación del mundo, la creación y el cambio de nombre de razas, el uso de rasgos por defecto y la creación de rasgos personalizados, movimientos aleatorios, coordenadas y el uso de la vista 3D, cajas de datos y gráficos de línea, el color del terreno, el uso de colisiones, la creación de un código para detener la ejecución, y cómo perseguir o huir de otros agentes.

Pixelated Paths

Posted August 30, 2016 by turtle

An off-line activity similar to Trailblazers, where students are introduced to conditional logic by creating and following maze-like paths.  There is an associated coding activity in both StarLogo TNG and StarLogo Nova called "Bumper Turtles."

If you can't find what you're looking for, send us a comment about what you were expecting to find.