Art and Science. Art Goal: Communicate Human perception and aesthetics Grounded in Science Admits Qualitative and Subjective elements ConcreteAbstract.

Slides:



Advertisements
Similar presentations
Sections 2 and 3 Chapter 1. Review of the Scientific Method The scientific method is not a list of rules that must be followed but a general guideline.
Advertisements

What is Science?.
Critical Thinking Course Introduction and Lesson 1
The Scientific Method Virginia Standard of Learning BIO.1a-m.
1. Develops ideas, plans, and produces original paintings from these content areas: observation experiences, imagination, and emotions.
Proof. Previously... Art Communicates Subjective, Qualitative Science Establishes Facts Objective, Quantitative, Reproducible Experiments Proofs Game.
Graphic Design YOUR NAME Elements & Principles of.
Data Mining Techniques
Framework for K-12 Science Education
1. Develops ideas, plans, and produces artworks that serve specific functions (e.g., expressive, social, and utilitarian).
By Saparila Worokinasih
Virginia Standard of Learning BIO.1a-m
Knowledge begins with a question… Questions that have one correct answer. Example: How many chairs are there in this room? Questions that have many possible.
Called as the Interval Scheduling Problem. A simpler version of a class of scheduling problems. – Can add weights. – Can add multiple resources – Can ask.
Experiments & Statistics. Experiment Design Playtesting Experiments don’t have to be “big”--many game design experiments take only 30 minutes to design.
Scientific Inquiry. Steps to Solving a Problem (The Scientific Method) 1.Identify the Problem State the problem to be solved or the question to be answered.
Evaluation of software engineering. Software engineering research : Research in SE aims to achieve two main goals: 1) To increase the knowledge about.
Designing a Lab Standard 1: Design and conduct scientific investigations using appropriate vocabulary, tools, and techniques.
Educational Psychology Define and contrast descriptive, correlational and experimental studies, giving examples of how each of these have been used in.
THIRD GRADE CURRICULUM NIGHT September Common Core and Essential Standards  Effective in all subject areas  WS/FCS began using Science.
What is “rhetoric”? Empty or deceptive language- “the rhetoric of politicians” Decorative or artificial language The art of determining what will be persuasive.
Scientific Method. Steps to Solving a Problem (The Scientific Method) 1.Identify the Problem State the problem to be solved or the question to be answered.
Scientific Method.
TECH Computer Science Problem: Selection Design and Analysis: Adversary Arguments The selection problem >  Finding max and min Designing against an adversary.
Science and Technology Chapter 1 Section 1  Learning Targets:  1) I can identify skills scientists use to learn about the world.  2) I can describe.
A model is… a representation of a planned or existing object.
MASSACHUSETTS ART CURRICULUM FRAMEWORK Sarah Walker and Chelsea Greene.
Mormons do not feel threatened by science. They are not enemies of the rational world. They are not creationist. On human conduct, they tend to stress.
2010 Virginia Science SOL. Equipped with his five senses, man explores the universe around him and calls the adventure Science.
Scientific Method Mr. Pruett August 28, Science and Physical Science Science: knowledge covering general truths or laws as obtained and tested through.
Vocabulary Observationsubjective(observation)objective(observation) Inferencehypothesiscontrol group ConstantsvariablesIndependent (variable) Dependent.
Develop and Use Models I can identify limitations of models. I can use a model to test cause and effect relationships or interactions concerning the functioning.
The Formal Paragraph  The formal paragraph is a persuasive piece of writing wherein the author is trying to prove a point or make an argument.
Ethics in Public Life Administration in International Organizations 2015 TELEOLOGY.
Introduction to EMS Research Osama A Samarkandi, PhD, RN BSc, GMD, BSN, MSN, NIAC EMS 423; EMS Research and Evidence Based Practice.
The Scientific Method. Objectives What is the scientific method? What are the steps of the scientific method? What is a theory? What is a scientific law?
Scientific Method. Steps to Solving a Problem (The Scientific Method) 1.Identify the Problem State the problem to be solved or the question to be answered.
Scientific Method. Steps to Solving a Problem (The Scientific Method) 1.Identify the Problem State the problem to be solved or the question to be answered.
SCIENCE INQUIRY SKILLS WHAT IS THE SCIENTIFIC METHOD AND HOW TO DO IT CORRECTLY.
The Scientific Method. The student will plan and conduct investigations in which: observations of living organisms are recorded in the lab and in the.
Chapter 7 Occupational Science: The Study of Occupation
Game Theory Just last week:
Reading, Viewing, and Writing
Scientific Method.
Scientific Processes/Practices
Scientific Processes/Practices
Grade 6 Outdoor School Program Curriculum Map
Section 2: The Nature of Science
Scientific Processes/Practices
Scientific Method.
What is Science?.
Observations and Inferences
Qualitative vs. Quantitative
Richard Anderson Autumn 2006 Lecture 1
Rhetoric.
Scientific Method.
Scientific Method.
2.4 What do I really believe?
What is Science?.
Section 2: The Nature of Science
Scientific Method.
Scientific Method.
Scientific Method.
Scientific Method.
Using the 7 Step Lesson Plan to Enhance Student Learning
Scientific Method.
Scientific Method.
Scientific Method.
Biology Chapter 1 The Science of Biology.
The Scientific Method & Controlled Experiments
Presentation transcript:

Art and Science

Art Goal: Communicate Human perception and aesthetics Grounded in Science Admits Qualitative and Subjective elements ConcreteAbstract Shapes, Relationships, Stories, Experiences, Ideas, Themes

Science Goal #1: Establish Facts Objective Quantitative Reproducible Goal #2: Communicate Results Validation: Peer review Citation / related work Proof or Derivation Experimental Evidence (Persuasive Argument) Fact Opinion Historical Observation

The Art of Science Choosing the right problem Experiment design Communicate Results Elegant proofs and systems Intuitive diagrams and demonstrations Computer Science fields that study Art Graphics Games, Film, and Scientific Visualization Vision and Perception Quantitative & Objective Art! { Subjective & Qualitative Science! {

Computer Science Create algorithms and heuristics (strategies), e.g., Next move in a Chess game Color of every pixel in a 3D image Where to aim to hit a moving target Prove properties of algorithms and rule sets, e.g., Correctness (and termination!) Time required State (“space” or “memory”) required Safe, sound, and complete

Game Design Synthesize rule systems that express ideas that are fair and stable under which optimal strategies are engaging ones Requires CS-style of analysis: prove properties of optimal strategies prove properties of rule systems experimentally measure human quantities experimentally validate ideas

Establishing Truth Proof/Derivation For cases where inputs have been measured and the complexity is manageable Proof of Bounds For game situations too complex to analyze directly Experimentation For cases are so complex that we cannot prove anything about them from first principles Proof or Derivation Experimental Evidence (Persuasive Argument) Fact Opinion Historical Observation

Examples Proof: In God of War, all players will have obtained the Medusa power before fighting the first minotaur. Proof of Bounds: The expected value of a Carcassonne road tile is at least 1 point (for the road itself) and at most 1.34 points (because of farms). Experiments: What fraction of people prefer vanilla to chocolate? What amount of variance in Settlers of Catan resource production optimizes engagement for the average player?

Exercises Choose the best approach for each problem: What is the expected value of 3d10? Is Settlers of Catan fair? How long does it take to shuffle a deck of 52 cards? Do piece colors affect a player’s engagement? What is the largest acceptable network lag? What is the minimum network lag between NY and LA? Does a Puerto Rico game always end? Derivation Experiment Bounded proof Derivation Experiment Proof Does the bullet with position x and velocity v hit the character at position p? Derivation