Answering Science Questions With Jupyter Notebooks

Slides:



Advertisements
Similar presentations
Beth Roland Eighth Grade Science JFMS
Advertisements

Big Idea 3 : The Role of Theories, Laws, Hypotheses, and Models
Solar Electric or Photovoltaic (PV) Panels are used to collect energy from the sun and convert it into electricity. This is done through the Photovoltaic.
Using The Scientific Method
Big Idea 3: The Role of Theories, Laws, Hypotheses, and Models
Unit 1 Lesson 3 What Are Some Types of Investigations?
World of Physical Science & Exploring Physical Science
Physical Science: CH 2 , Sec 1
The ISTE National Educational Technology Standards (NETS  S) and Performance Indicators for Students.
Technology & Inquiry Projects: What I’ve Learned from Teaching with Data Jennifer Leimberer Chicago Public Schools: Boone, NKO Charter LETUS Center, Northwestern.
 $3.99  I have been using this app in my science classroom.  This is an interesting app that will let students get to experience dissection without.
Steps for Solving Math Problems Physics Calculations.
#1: WHAT IS THE MEDIAN OF THE FOLLOWING NUMBERS? 3,5,7,9,12,33,45,67,99 #2: DEFINE THE FOLLOWING (USE YOUR NOTES IF YOU HAVE TO) MEAN: MEDIAN: MODE: Bell.
1-2: Scientific Inquiry What role do models, theories, and laws play in scientific investigation?
Science Fair Project Type your project title here Your name Your teacher’s name Your school.
AP Physics C Some Potentially useful information.
 “Physics” comes from the ancient Greek word for nature  Physics is defined as the study of matter, energy, and the interactions between them; in.
Shawn Weatherford Saint Leo University
Introduction to CSCI 1311 Dr. Mark C. Lewis
Unit 1 Lesson 3 What Are Some Types of Investigations?
GCSE COMPUTER SCIENCE Practical Programming using Python
Mathematical Derivation of Probability
Type your project title here Your name Your teacher’s name Your school
IMPACT SAMR Cover Sheet
CSE3 Computational Thinking
Coding, Computer Science, and 21st Century curriculum
What You Will Do Identify influences on amount of body fat.
AP Biology: Normal Distribution
Do Now: Answer the following questions in your notebook.
A Science Fair Project Guide
Coding, Computer Science, and 21st Century Curriculum
CSE 3 – Fall 2015 Sierra Ampudia
Scientific Method The 6-step process to scientific investigations.
DAY 25 LETS GO! TODAY AT A GLANCE:
Everything will be posted on the wiki..look for your invitation soon
BOHR’S ATOM AND ATOMIC SPECTRA
SCI 214 Enthusiastic Studysnaptutorial.com
Unit 1 Lesson 3 What Are Some Types of Investigations?
Envision Math - 3rd Grade - Topic 4 Data Topic 4.1
IMPACT SAMR Cover Sheet
A Science Fair Project Guide
What You Will Do Identify influences on amount of body fat.
Experimental Design: The Scientific Method.
Lesson Culminating Lesson
A Science Fair Project Guide
Scientific Method The 8-Step Process to Scientific Investigations.
Scientific Method The 7-step process to scientific investigations.
Tuesday, Aug. 16 Day 1 AR Book 1. Please have these
Carbon: Transformations in Matter and Energy
Scientific Method The 8-Step Process to Scientific Investigations.
Do Now: Answer the following questions in your notebook.
Scientific Method The 8-Step Process to Scientific Investigations.
“Day D” March 1, :01 - 9:01 Exploratory 9: :03
Table of Contents: Title: Visualizing Scientific Methods
Modeling, Coding and good research
Y9A- Inheritance and variation
Graphing in Science.
“Day B” March 7, :51 - 8:51 Exploratory 8:53 - 9:53 9: :55
What You Will Do Identify influences on amount of body fat.
Unit 1 Lesson 3 What Are Some Types of Investigations?
Grab all Warm up and glue in your journal and complete.
The Scientific Method.
“Day D” March 3, :51 - 8:51 Exploratory 8:53 - 9:53 9: :55
Installations for Course
Materials: Catalyst sheet, notes sheet
NGSS Next Generation Science Standards.
Open data in teaching and education
Installations for Course
Inputs, Outputs and Assignment
Presentation transcript:

Answering Science Questions With Jupyter Notebooks Jeff Gaw jgaw@micds.org Mary Institute and Country Day School 101 North Warson Rd St. Louis, MO 63124

MICDS Science 9 Accelerated Math Intensive MICDS Science 9 Accelerated Most scientists have had to learn to code to do their job Some only know how to make Excel to what they want Others write complex applications to model some physical process they are studying And others write complex code to understand the data they collect We wanted our students to understand and appreciate the role computer programing plays with real scientists Programming is done to do science! Sci9 Accelerated used Jupyter Notebooks to step our students through this type of coding.

Jupyter Notebooks Web-based interactive computing environment Series of interconnected narrative text blocks (LaTex) and coding blocks. Variables and data from one coding block are available to later coding blocks. Makes it ideal for stepping a student through a process. Can display pictures Can make and display graphs using matplotlib Narrative Text (instructions) Python Code Narrative Text (instructions) Python Code

How we started (with the Big Bang)… How big is BIG? Students wrote code to convert numbers from one representation to another (mimicking how they use their calculator). Eventually, they wrote code to scale AUs to the size of things in our classroom. How SMALL is small? As we studied the Standard Model and the Big Bang, we used this notebook to try to understand how small things can really get. Explosions In studying the Big Bang, we needed students to understand what happens to objects that explode. This notebook investigates what happens. Hubble Diagram This notebook leads students through an exercise using recent astronomical data to determine the age of the universe.

Additional Notebooks …. Analyzing STEM building data Part 1 Analyzing STEM building data Part 2 Looked for trends in a three weeks worth of data (recorded every 15 mins) for the amount of electricity generated from the PV cells on top of this building amount of electricity used by the building used matplotlib for graphing Bohr Energy Equation Part 1 Bohr Energy Equation Part 2 Computed and displayed the emission spectra for the user requested one electron ion for any of the first five elements of the periodic table.

AP Physics Use VPython in GlowScript (www.glowscript.org). A web-based IDE that gets around the issues of using the older Python 2.7 required for VPython. Student projects included modeling free fall and projectile motion with correct physics. Students model 3D electric fields in the E&M portion of the AP Physics course http://www.glowscript.org/#/user/babel/folder/PhysicsCMechanicsDBlock/program/projectile-motion http://www.glowscript.org/#/user/pbaur/folder/Public/program/ProjectileMotion

Which would you like to try?