Modeling, Coding and good research

Slides:



Advertisements
Similar presentations
Color Tiles Suzanne Evans. You will need 10 each...
Advertisements

Title You can use your question as your title
T HE S CIENTIFIC M ETHOD. W HAT IS THE S CIENTIFIC METHOD ? Steps taken in a specific order to get an answer to a posed problem Steps include: Observation.
Triangular Numbers by Ryan and Michael.
Science Fair.
Using the Scientific Method
SE2 Math FIT Project Sign in and take a name tag.
Student Name Teacher Name Section Number
Science Fair Research Paper
Pythagorean Theorem and It’s Converse
Introduction to Programming with Java. Overview What are the tools we are using – What is Java? This is the language that you use to write your program.
Date Essential Question Learning Goal 8/25/’14 What is scientific Method? Explore the scientific process. Identify steps of scientific method Vocabulary.
The Scientific Method. The Scientific Method The Scientific Method is a problem solving-strategy. *It is just a series of steps that can be used to solve.
Assessment Focus (This project will assess your ability to respond creatively to briefs)
Developing a Conceptual Understanding of Fractions
SCIENTIFIC METHOD  A step by step process that scientists use to solve problems.
Art 321 Lecture 7 Dr. J. Parker. Programming In order to ‘make things happen’ on a computer, you really have to program it. Programming is not hard and.
Science Process Skills. Observe- using our senses to find out about objects, events, or living things. Classify- arranging or sorting objects, events,
New Mexico Computer Science For All Variables and Scope Maureen Psaila-Dombrowski.
Y7 Engineering project Maths Lesson 1. Remember you will be assessed on this work All work to be Done on A4 paper You can add to this project at home.
The Scientific Method. Every science experiment begins with a That’s Step ONE !
Scientific Method. Ask a question Ask a question.
SCIENTIFIC METHOD THE PROCESS OF THINKING SCIENTIFICALLY.
Biology 1.3 The Scientific Process. Scientific Process  Steps of the Scientific Process 1. Identify the Problem 2. Gather information 3. Form Hypothesis.
The Scientific Method aka: Scientific Inquiry. What is Science? The goal of science is to investigate and understand the natural world, to explain events.
Science Fair Research Paper General Paper Guidelines MUST be Typed 12 pt. Font Black Ink 1.5 or double spaced At least 4 pages (not including bibliography.
LI: I can show what I already know about handling data Steps to Success… Give ideas of important words to contribute towards a mind map Be able to name.
Scientific Method.
The Scientific Method: How to solve just about anything.
Redbook Online Table of contents. Effective Steps Strategies Draw a model Organize a Table Find a Pattern Algebra Equations Use Equal Ratios Table of.
I wonder if,……… How to use the scientific process to find answers to what you wonder about.
mQ OBJECTIVES The student should be able to: 1.list and describe the steps of the scientific method 2.define.
Scientific Inquiry The process of thinking scientifically.
Quietly get supplies and have a seat Supplies Pencil Science notebook open to homework Colored pen or pencil Scissors.
The Scientific Method.
LOGO BY Kaotip 9S.
LOGO 32 By: Xenon 9S.
Steps of the Scientific Process
Scientific Method.
Ecosystems Unit Activity 2.2 The Meadow Simulation
Standards California Preparation for AF2.0
The Scientific Method.
Objective: Be able to add and subtract directed numbers.
Scientific Method.
Scientific Method.
The Scientific Method C1L1CP1 How do scientists work?
Title of Your Action Research Project
The Scientific Method.
1.6 Solve Linear Inequalities
Experimental Design: The Scientific Method.
Steps of the Scientific Process
Scientific Method.
Scientific Method.
Pick up a handout and take out a pen or pencil to take notes with.
Title You can use your question as your title
How to Hypothesis.
TEACHER NOTES below Materials per student: sheet of copy paper, scissors, ruler, colored pencils (optional) Super-simple teacher notes: Have students do.
The Scientific Method.
creating a ecosystems model in net logo
Ms. Moreno’s Science Class
Learn how to choose the best strategy to solve the problem.
The Nature of Science.
Drawing graphs….
Objective: Be able to add and subtract directed numbers.
1.6 Solving Linear Inequalities
What does this graph tell you?
Title You can use your question as your title
Rules for Making Perfect Graphs
How to use Open study By blm1.
Fractions with Pattern Blocks
Presentation transcript:

Modeling, Coding and good research What is a model? How can we code it?

Boids: Bird Flocking behaviors A Good Model 3:46

What makes the Boids Model a good one? The Bird was abstracted to a simple triangular shape Boids have variables like : Number of birds Number of obstacles Rules on or off Data is validated (do real birds act like this) Data Collection and Verification(though he did not show it) Changed variable one at a time Ran the model at least 30 times for each variable Data Analysis (what does your data tell you)

Abstraction – no need for intricate agent shapes Do you need to spend time and energy creating the most perfect looking birds for our model, or will a simple shape work just as well. Remember your job is to get to the experiment/behavior, not to make them look life-like. That’s called OR Abstraction! OR ? If I tell you before you see my bird model that green triangles are healthy birds and red triangles are unhealthy, can you get the idea of the difference? The time it takes to create exact replicas of your agents takes up too much of your coding time.

Wolf and sheep model – What do you think it does? 5 min

What/Who are the agents? What question can you ask from this model ? So what do we See? What/Who are the agents? What question can you ask from this model ? Can you collect data from this model? Can you answer your question with this model?

What things can we add so that we can collect some “good” data from it? 5 min

manipulate the variables If we have some variables to change, then we can ask a question and then use our model to generate data in which to answer our question. What did we add to our model to be able to change variables? SLIDERS!!!

Good projects Validate their data How do we know our model is like the real world? How can we prove our model is a model that would work in the real world? This is called Validation. We would use some real event data and see if our model predicts accurately what really happens.

Did we validate our model? (My model) For example. If I create a model that predicts where hurricanes will come ashore, we can use real hurricane data and see if our model predicted where it really came ashore.

Graph Paper Programming Start here Model 1

Graph Paper computer code blocks Use this code to program the next picture on your graph paper

Graph Paper Programming activity Each person will need: a graph paper programming assessment worksheet Pen or pencil 10 min

Solution

Graph paper programming Start here Model 2

Solution

Reverse Programming What is the code doing?

Solution to Reverse Programming

Netlogo code - what does it do? to make pattern fd 1 set pcolor black rt 90 fd 3 end

Solution to make pattern fd 1 set pcolor black rt 90 fd 3 end

Time to work on your project Really think about What you plan to Study Do you have a question your model will answer? (Your question should have your variable in it) Is this a question you or researchers already know the answer to? Do you know what research has already been done on your question? Who will research it?(Rethink a new one) Do you have variables to manipulate? What are they? How will you show your model verifies real world behavior? How you show that your data changes when you manipulate your variables? This is called verifying your model. How will you analyze your data? 15-30 min