@chumillas.

Size: px
Start display at page:

Download "@chumillas."

Transcription

1 R E S P O N S I V E I M A G E S U N D E R C O N T R O L

2 C R I S T I N A C H U M I L L A S D E S I G N E R & D R U P A L F R O N T E N

3 RESPONSIVE IMAGES THE BASICS RESPONSIVE IMAGES IN DRUPAL ART DIRECTION

4 A V E R A G E PAGE WEIGHT ,48Mb +10% ,26Mb +16% ,95Mb

5 FACTS 61% web traffic ASYNCHRONOUS request TOO BIG for the

6 DELIVER THE HIGHEST QUALITY IMAGE SUPPORTED AND NOTHING

7 T H E B A S I C S

8 SCALED IMAGE Variables known by: AUTHOR when she s writing the code? BROWSER when it s loading the page? viewport dimensions x YES image size relative to the viewport YES YES via sizes! screen density x YES source files dimensions YES YES via srcset! SOURCE

9 SCALED IMAGE <img srcset= large.jpg medium.jpg 1440w, 960w, small.jpg 480w sizes= (min-width: 36em) 33.3vw, 100vw src= medium.jpg alt= A road >

10 w WIDTH IN PIXELS <img srcset= large.jpg medium.jpg 1440w, 960w, (1440px) (960px) small.jpg 480w (480px)

11 sizes CSS MEDIA QUERIES <img srcset= large.jpg medium.jpg 1440w, 960w, small.jpg 480w sizes= (min-width: 36em) 33.3vw, 100vw image { width: 100vw; (min-width: 36em) { width: 33.3vw; }

12 SCALED IMAGE <img srcset= large.jpg medium.jpg 1440w, 960w, small.jpg 480w sizes= (min-width: 36em) 33.3vw, 100vw src= medium.jpg alt= A road >

13 S C A L E D I M A G E S

14 A R T D I R E C T I O N

15 @chumillas <picture>

16 <picture> <source srcset= image-small.jpg 1x, image-small2x.jpg 2x media= (min-width: 0px) and (max-width: 29.99em) > <source srcset= image-big.jpg 1x, image-big2x.jpg 2x media= (min-width: 30em) > sizes= (min-width: 30em) 33vw > <img src= image-big.jpg 180w /> </picture>

17 B R O W S E R S U P P O R T P I C T U R E Same for srcret and

18 B R O W S E R S U P P O R T P I C T U R E F I L L A R E S P O N S I V E I M A G E P O L Y F I L

19 RESPONSIVE IMAGES IN D R U P A L

20 D R U P A L 7 RESP_IMG > PICTURE BREAKPOINT COMMITERS: Jelle_S, attiks, ADAPTIVE IMAGES AIS (ADAPTIVE IMAGE STYLES) CLIENT-SIDE ADAPTIVE

21 M O D U L E S RESPONSIVE IMAGES (Picture) BREAKPOINT

22 P R O C E S S Import/ create breakpoints Create Image styles Create Responsive Images Apply Responsive

23 W H E R E B R E A K P O I N T S 1 THEMES

24 W H A T A R E B R E A K P O I N T S all and (min-width:851px)

25 P L A N I M A G E S T Y L E S 2 (min-width: 480px) (min-width: 830px)

26 P L A N I M A G E S T Y L E S 2 830px -40px margins -20px gutter 770px/2 images 385px

27 P L A N I M A G E S T Y L E S 2 240px +25% 300px +25% 385px +25% 480px +25% 240px 300px 385px 480px 240px 300px 385px 385px 480px

28 P L A N I M A G E S T Y L E S 2 N A M I N G COMPONENT SIZE teaser_s (240x200) teaser_s teaser_s (300x250) teaser_m teaser_s (385x 310) teaser_l teaser_s (480x390) teaser_xl 240x x x x390

29 C R E A T E R E S P O N S I V E I M A G E S SCALED IMG 4 Import/ create breakpoints Create Image styles 3 PICTURE Apply Responsive

30 SCALED IMAGE <img srcset= large.jpg medium.jpg 1440w, 960w, small.jpg 480w sizes= (min-width: 36em) 33.3vw, 100vw src= medium.jpg alt= A road

31

32

33 ART DIRECTION <picture> <source srcset= image-big.jpg 1x, image-big2x.jpg 2x media= (min-width: 30em) > sizes= (min-width: 30em) 33vw > <img src= image-big.jpg 180w /> </picture>

34

35 A R T D I R E C T I O N

36 @chumillas

37 R E S P O N S I V E I M A G E S A R T D I R E C T I O N

38 F U L L C O N T R O L I M A G E W I D G E T C R O P

39

40

41

42

43

44

45 G I V E S F U L L C O N T R O L R E Q U I R E S L O N G I M P L E M E N T A T I O N

46 A U T O M A T E D F O C A L P O I N T

47 @chumillas

48 G I V E S B A S I C A R T D I R E C T I O N R E Q U I R E S L O W E F F O R T ( R E A L L Y )

49 W Y S I W Y G

50 R E S P O N S I V E I M A G E S I N S I D E W Y S I W Y G

51 C O N C L U S I O N S Plan your Responsive Images before implementing. Use Focal Point if you don t need full

52 T H A N K

53 JOIN US FOR CONTRIBUTION SPRINT Friday, September 29, 2017 Mentored Core Spint 9:00-18:00 Room: Stolz 2 First time Sprinter Workshop 9:00-12:00 Room: Lehgar 1 - Lehar 2 General sprint 9:00-18:00 Room: Mall #drupalsprints

54 WHAT DID YOU THINK? Locate this session at the DrupalCon Vienna website: Take the survey!

55 Q U E S T I O N S

Assignment 5 Bounding Complexities KEY

Assignment 5 Bounding Complexities KEY Assignment 5 Bounding Complexities KEY Print this sheet and fill in your answers. Please staple the sheets together. Turn in at the beginning of class on Friday, September 16. There are links in the examples

More information

USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES

USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES Jiri Cajthaml, Jiri Krejci Czech Technical University in Prague, Faculty of Civil Engineering, Department of Mapping and Cartography,

More information

Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Homework 2. This homework is due September 14, 2015, at Noon.

Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Homework 2. This homework is due September 14, 2015, at Noon. EECS 16A Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Homework 2 This homework is due September 14, 2015, at Noon. Submission Format Your homework submission should consist

More information

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law Portal for ArcGIS: An Introduction Catherine Hynes and Derek Law Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options and groups Portal for ArcGIS

More information

Delivering Met to the Military User

Delivering Met to the Military User Delivering Met to the Military User Andy Kirkman Met Office Defence Business Manager ECMWF MOS Workshop - November 2007 Crown copyright 2006 Page 1 Delivering Met to the Military User This Presentation

More information

December 2010 Mathematics 302 Name Page 2 of 11 pages

December 2010 Mathematics 302 Name Page 2 of 11 pages December 2010 Mathematics 302 Name Page 2 of 11 pages [9] 1. An urn contains 5 red balls, 10 green balls and 15 yellow balls. You randomly select 5 balls, without replacement. What is the probability that

More information

Presenting Tree Inventory. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Presenting Tree Inventory. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Presenting Tree Inventory Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Suggested Options 1. Print out a Google Maps satellite image of the inventoried block

More information

DataShine Automated Thematic Mapping of 2011 Census Quick Statistics

DataShine Automated Thematic Mapping of 2011 Census Quick Statistics DataShine Automated Thematic Mapping of 2011 Census Quick Statistics Oliver O Brien, James Cheshire Department of Geography University College London UKDS Census Applications Conference, July 2015 Contents

More information

CS 188: Artificial Intelligence Fall 2008

CS 188: Artificial Intelligence Fall 2008 CS 188: Artificial Intelligence Fall 2008 Lecture 14: Bayes Nets 10/14/2008 Dan Klein UC Berkeley 1 1 Announcements Midterm 10/21! One page note sheet Review sessions Friday and Sunday (similar) OHs on

More information

Visualizing Big Data on Maps: Emerging Tools and Techniques. Ilir Bejleri, Sanjay Ranka

Visualizing Big Data on Maps: Emerging Tools and Techniques. Ilir Bejleri, Sanjay Ranka Visualizing Big Data on Maps: Emerging Tools and Techniques Ilir Bejleri, Sanjay Ranka Topics Web GIS Visualization Big Data GIS Performance Maps in Data Visualization Platforms Next: Web GIS Visualization

More information

Econ 1123: Section 2. Review. Binary Regressors. Bivariate. Regression. Omitted Variable Bias

Econ 1123: Section 2. Review. Binary Regressors. Bivariate. Regression. Omitted Variable Bias Contact Information Elena Llaudet Sections are voluntary. My office hours are Thursdays 5pm-7pm in Littauer Mezzanine 34-36 (Note room change) You can email me administrative questions to ellaudet@gmail.com.

More information

S P O N S O R S H I P P R O G R A M

S P O N S O R S H I P P R O G R A M S P O N S O R S H I P P R O G R A M w h a t d o e s i t m e a n t o b u i l d l o v e? T o b u i l d l o v e r e l i e s o n b r i n g i n g t h e c o m m u n i t y t o g e t h e r i n t h e s p i r i

More information

December 2010 Mathematics 302 Name Page 2 of 11 pages

December 2010 Mathematics 302 Name Page 2 of 11 pages December 2010 Mathematics 302 Name Page 2 of 11 pages [9] 1. An urn contains red balls, 10 green balls and 1 yellow balls. You randomly select balls, without replacement. (a What ( is( the probability

More information

2010 Oracle Corporation 1

2010 Oracle Corporation 1 1 Map Views in Oracle Business Intelligence Enterprise Edition, 11g Abhinav Agarwal Jayant Sharma Consulting Product Manager, OBIEE Director, Prod. Mgmt., Oracle Spatial THE FOLLOWING

More information

Land-Line Technical information leaflet

Land-Line Technical information leaflet Land-Line Technical information leaflet The product Land-Line is comprehensive and accurate large-scale digital mapping available for Great Britain. It comprises nearly 229 000 separate map tiles of data

More information

Key Question: Can you believe your senses?

Key Question: Can you believe your senses? Key Question: Can you believe your senses? Student name: Class: http://www.cma-science.nl Activity 1 Feeling temperature For this exploration you need three pans. One with cold water, one with lukewarm

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Introduction to GIS What is a geographic information

More information

Evaluation Module 5 - Class B11 (September 2012) Responsible for evaluation: Dorte Nielsen / Cristina Lerche Data processing and preparation of

Evaluation Module 5 - Class B11 (September 2012) Responsible for evaluation: Dorte Nielsen / Cristina Lerche Data processing and preparation of 2011 Evaluation Module 5 - Class B11 (September 2012) Responsible for evaluation: Dorte Nielsen / Cristina Lerche Data processing and preparation of report: Cristina Lerche Contents Contents... 2 Questions

More information

Activity 8b - Electric Field Exploration

Activity 8b - Electric Field Exploration Name Date Activity 8b - Electric Field Exploration Pd Go to the following website: http://phet.colorado.edu Find the heading Run our Simulations and click On Line. Under the Simulations heading, select

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning CI125230 Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell Brockwell IT Consulting Inc. Sean Kinahan Brockwell IT Consulting Inc. Learning Objectives

More information

Section 20: Arrow Diagrams on the Integers

Section 20: Arrow Diagrams on the Integers Section 0: Arrow Diagrams on the Integers Most of the material we have discussed so far concerns the idea and representations of functions. A function is a relationship between a set of inputs (the leave

More information

GIS Applications on Environmental Education in Taiwan

GIS Applications on Environmental Education in Taiwan GIS Applications on Environmental Education in Taiwan Track: Education Authors: Yu-Chen Lai, Mei-Ling Yeh, Tien-Yin Chou Abstract GIS is a perfect vehicle to deliver environmental knowledge and spatial

More information

Introduction to ArcGIS Server Development

Introduction to ArcGIS Server Development Introduction to ArcGIS Server Development Kevin Deege,, Rob Burke, Kelly Hutchins, and Sathya Prasad ESRI Developer Summit 2008 1 Schedule Introduction to ArcGIS Server Rob and Kevin Questions Break 2:15

More information

Oakland Unified School District. Worksheet To Accompany USGS Map Adventures Teaching Packet

Oakland Unified School District. Worksheet To Accompany USGS Map Adventures Teaching Packet Worksheet To Accompany USGS Map Adventures Teaching Packet Lesson 4: Symbols and Legends This is the overhead view of the park that Nikki saw from the balloon. Usually maps do not show all of the things

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P BASIC TECHNOLOGY Pre K 1 2 3 4 5 6 7 8 9 10 11 12 starts and shuts down computer, monitor, and printer P P P P P P practices responsible use and care of technology devices P P P P P P opens and quits an

More information

Robert D. Borchert GIS Technician

Robert D. Borchert GIS Technician QA/QC: AM/FM: A Checklist Confirmed for fit Quality Methods and Control Actions Robert D. Borchert GIS Technician This just goes to show that QA/QC is important. Robert D. Borchert GIS Technician Did you

More information

How to find Lecture Room 3 in Lecture Block A on the Sidgwick Site

How to find Lecture Room 3 in Lecture Block A on the Sidgwick Site How to find Lecture Room 3 in Lecture Block A on the Sidgwick Site This document is for candidates who have been scheduled for tests or Admissions Assessments in Lecture Room 3 in Lecture Block A on the

More information

Esri UC2013. Technical Workshop.

Esri UC2013. Technical Workshop. Esri International User Conference San Diego, California Technical Workshops July 9, 2013 CAD: Introduction to using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support

More information

Geometric Nonlinear Analysis of a Cantilever Beam

Geometric Nonlinear Analysis of a Cantilever Beam WORKSHOP PROBLEM 2b Geometric Nonlinear Analysis of a Cantilever Beam Objectives: Demonstrate the use of geometric nonlinear analysis. Observe the behavior of the cantilever beam under four increasing

More information

Chem Compute Science Gateway for Undergraduates. Mark J. Perri, M.S. Reeves, R.M. Whitnell

Chem Compute Science Gateway for Undergraduates. Mark J. Perri, M.S. Reeves, R.M. Whitnell Chem Compute Science Gateway for Undergraduates Mark J. Perri, M.S. Reeves, R.M. Whitnell Chemcompute.org Computational Chemistry GAMESS (Quantum) TINKER (MD) About Sonoma State University One of 23 California

More information

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide This page is intentionally left blank. SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide The ACTiSys IR Programmer and SuperCELL

More information

Simple Interactions CS 105 Lecture 2 Jan 26. Matthew Stone

Simple Interactions CS 105 Lecture 2 Jan 26. Matthew Stone Simple Interactions CS 105 Lecture 2 Jan 26 Matthew Stone Rutgers University Department of Computer Science and Center for Cognitive Science Themes from the Preface 2 Computers are multimedia devices Text

More information

Portal for ArcGIS: An Introduction

Portal for ArcGIS: An Introduction Portal for ArcGIS: An Introduction Derek Law Esri Product Management Esri UC 2014 Technical Workshop Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

b. states.xml Listing of states and their postal abbreviations.

b. states.xml Listing of states and their postal abbreviations. Background Information Mankind with all of its inventions and weapons has the false belief that it is in control of the environment. All too often the weather delivers a reminder that we are not invincible.

More information

UI Implementation. John Jannotti. Mar 21, /course/cs0320/www/docs/lectures/ John Jannotti (cs32) UI Implementation Mar 21, / 26

UI Implementation. John Jannotti. Mar 21, /course/cs0320/www/docs/lectures/ John Jannotti (cs32) UI Implementation Mar 21, / 26 UI Implementation John Jannotti /course/cs0320/www/docs/lectures/ Mar 21, 2017 John Jannotti (cs32) UI Implementation Mar 21, 2017 1 / 26 Announcements If you won t see/work with your partner over Spring

More information

Global 3D Models with Local Content

Global 3D Models with Local Content Gunnar Misund Associate Professor Head of Environmental Computing gunnar.misund@hiof.no - Morten Granlund, Scientfic Assistant Herman Kolås, Master Student Mats Lindh, Master Student - Østfold University

More information

Announcements. CS 188: Artificial Intelligence Fall Example Bayes Net. Bayes Nets. Example: Traffic. Bayes Net Semantics

Announcements. CS 188: Artificial Intelligence Fall Example Bayes Net. Bayes Nets. Example: Traffic. Bayes Net Semantics CS 188: Artificial Intelligence Fall 2008 ecture 15: ayes Nets II 10/16/2008 Announcements Midterm 10/21: see prep page on web Split rooms! ast names A-J go to 141 McCone, K- to 145 winelle One page note

More information

OUR 2016 BIG STORIES F R O M R U R A L C O M M U N I T I E S F O L L O W T H E M O N E Y N G.

OUR 2016 BIG STORIES F R O M R U R A L C O M M U N I T I E S F O L L O W T H E M O N E Y N G. OUR 2016 BIG STORIES F R O M R U R A L C O M M U N I T I E S F O L L O W T H E M O N E Y N G. O R G STORIES F R O M C O M M U N I T I E S I n N i g e r i a n r u r a l c o m m u n i t i e s, o v e r t

More information

Nathan Shuck The Art Institute of Dallas GWDA453 Interactive Communication: Development and Delivery Summer 2016

Nathan Shuck The Art Institute of Dallas GWDA453 Interactive Communication: Development and Delivery Summer 2016 Nathan Shuck The Art Institute of Dallas GWDA453 Interactive Communication: Development and Delivery Summer 2016 Table of Contents Site Concepts 1 Competitor Analysis 3 Personas 6 Goals 8 Features 10 Identity

More information

DEVELOPMENT AND IMPLEMENTATION OF A NEW WEB MAPPING SYSTEM ARCHITECTURE FOR ARCTIC REGION

DEVELOPMENT AND IMPLEMENTATION OF A NEW WEB MAPPING SYSTEM ARCHITECTURE FOR ARCTIC REGION GEOIDE SSII#109 DEVELOPMENT AND IMPLEMENTATION OF A NEW WEB MAPPING SYSTEM ARCHITECTURE FOR ARCTIC REGION Presenter: Fanny Tsai hftsai@ucalgary.ca Supervisor: Dr. Steve Liang steve.liang@ucalgary.ca Date:

More information

BRETT SUMMERS, PROJECT DIRECTOR, LEVEL CROSSING AUTHORITY INTERVIEW WITH JON FAINE MELBOURNE RADIO ABC 774 FRIDAY 2 SEPTEMBER 2016, 9.

BRETT SUMMERS, PROJECT DIRECTOR, LEVEL CROSSING AUTHORITY INTERVIEW WITH JON FAINE MELBOURNE RADIO ABC 774 FRIDAY 2 SEPTEMBER 2016, 9. , PROJECT DIRECTOR, LEVEL CROSSING AUTHORITY INTERVIEW WITH JON MELBOURNE RADIO ABC 774 FRIDAY 2 SEPTEMBER 2016, 9.13 You may or may not have been listening yesterday when on the open line, Jan from Caulfield

More information

Physics 8 Monday, September 21, 2015

Physics 8 Monday, September 21, 2015 Physics 8 Monday, September 21, 2015 HW4 will be due on Friday, October 2. I ll hand it out this Wednesday. Nothing to read for this Wednesday. But for your day off on Friday, read Chapter 9 ( Work ).

More information

What is CERA? Coastal Emergency Risks Assessment

What is CERA? Coastal Emergency Risks Assessment What is CERA? Coastal Emergency Risks Assessment Visualization tool using OGC standards Displays the outputs from the ADCIRC storm surge model or other coastal models Represents the maps on interactive

More information

All About Spatial Data. Find it, Manage it, Use it

All About Spatial Data. Find it, Manage it, Use it All About Spatial Data Find it, Manage it, Use it Workshop Outline Define spatial data Spatial data formats Data Sources Metadata Evaluating Spatial Data Data Management Activities: define spatial data,

More information

EUMETSAT s Support to Climate Services and User Support. Joachim Saalmüller

EUMETSAT s Support to Climate Services and User Support. Joachim Saalmüller EUMETSAT s Support to Climate Services and User Support Joachim Saalmüller 1 User Forum in Africa September 2016 Outline of my talk EUMETSAT in support of climate services Exploring our data and subscribing

More information

Topic Modelling and Latent Dirichlet Allocation

Topic Modelling and Latent Dirichlet Allocation Topic Modelling and Latent Dirichlet Allocation Stephen Clark (with thanks to Mark Gales for some of the slides) Lent 2013 Machine Learning for Language Processing: Lecture 7 MPhil in Advanced Computer

More information

CPSC 467: Cryptography and Computer Security

CPSC 467: Cryptography and Computer Security CPSC 467: Cryptography and Computer Security Michael J. Fischer Lecture 18 November 3, 2014 CPSC 467, Lecture 18 1/43 Zero Knowledge Interactive Proofs (ZKIP) Secret cave protocol ZKIP for graph isomorphism

More information

ESRI educational site license in Bahir Dar University. Tegegn Molla Abebe Mengaw Geospatial Data and Technology Center, BDU

ESRI educational site license in Bahir Dar University. Tegegn Molla Abebe Mengaw Geospatial Data and Technology Center, BDU ESRI educational site license in Bahir Dar University Tegegn Molla Abebe Mengaw Geospatial Data and Technology Center, BDU September, 2016 Mission, Vision Purpose and Values of the GDTC Mission of GDTC

More information

Quiz 07a. Integers Modulo 12

Quiz 07a. Integers Modulo 12 MA 3260 Lecture 07 - Binary Operations Friday, September 28, 2018. Objectives: Continue with binary operations. Quiz 07a We have a machine that is set to run for x hours, turn itself off for 3 hours, and

More information

DYNAMIC PORTRAYAL AND DIRECT LOCATION METHOD FOR

DYNAMIC PORTRAYAL AND DIRECT LOCATION METHOD FOR DYNAMIC PORTRAYAL AND DIRECT LOCATION METHOD FOR NEW GEOGRAPHIC INFORMATION PROCESSING WEB SERVICE Hiroyuki Ohno, Norishige Kubo, Noriyuki Takakuwa Hidenori Fujimura, Takayuki Ishizeki Geographical Survey

More information

Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Homework 2

Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Homework 2 EECS 16A Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Homework 2 This homework is due February 6, 2017, at 23:59. Self-grades are due February 9, 2017, at

More information

EnviroMentors. Follow-up Activities. In the Bin

EnviroMentors. Follow-up Activities. In the Bin EnviroMentors Follow-up Activities In the Bin What s in our bins? classroom display Students choose one of their domestic bins and draw a picture of it and what goes inside. Make a display for each bin

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise is the new name for ArcGIS for Server ArcGIS Enterprise Software Components ArcGIS Server Portal

More information

Tuesday 23 May 2017 Morning

Tuesday 23 May 2017 Morning Oxford Cambridge and RSA Tuesday 23 May 2017 Morning AS GCE PHYSICS B (ADVANCING PHYSICS) G491/01 Physics in Action *6687779587* Candidates answer on the Question Paper. OCR supplied materials: Data, Formulae

More information

Oakland Unified School District. Worksheet To Accompany USGS Map Adventures Teaching Packet

Oakland Unified School District. Worksheet To Accompany USGS Map Adventures Teaching Packet Worksheet To Accompany USGS Map Adventures Teaching Packet Lesson 7: Map Scale Is the large map of the park the same size as the real park? Maps almost always have to be drawn smaller than the actual area

More information

Two Different Approaches to Getting Students Involved in Writing Proofs.

Two Different Approaches to Getting Students Involved in Writing Proofs. Two Different Approaches to Getting Students Involved in Writing Proofs. Preliminary report. 10:45am to 10:55am. Friday, January 07, 2011 Martin E Flashman Department of Mathematics Humboldt State University

More information

Explore! Fossils Original Air Date: January 28, 2015 Grade Levels: 3-6 Archived Program URL: Program Materials Page URL: Program Description:

Explore! Fossils Original Air Date: January 28, 2015 Grade Levels: 3-6 Archived Program URL: Program Materials Page URL: Program Description: Explore! Fossils Original Air Date: January 28, 2015 Grade Levels: 3-6 Archived Program URL: http://www.hectv.org/video/16389/explore-fossils-january-2015/ Program Materials Page URL: http://www.hectv.org/teachers/curriculum/hec-tv-live/explorefossils/

More information

Web GIS: Architectural Patterns and Practices. Shannon Kalisky Philip Heede

Web GIS: Architectural Patterns and Practices. Shannon Kalisky Philip Heede Web GIS: Architectural Patterns and Practices Shannon Kalisky Philip Heede Web GIS Transformation of the ArcGIS Platform Desktop Apps Server GIS Web Maps Web Scenes Layers Web GIS Transformation of the

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

Astronomy Day Award 2016 Cosponsored by Sky & Telescope, the American Astronomical Society and the Astronomical League

Astronomy Day Award 2016 Cosponsored by Sky & Telescope, the American Astronomical Society and the Astronomical League Astronomy Day Award 2016 Cosponsored by Sky & Telescope, the American Astronomical Society and the Astronomical League The Astronomy Day award began in 1980 and is award to the group(s) that best exemplifies

More information

CS 188: Artificial Intelligence Spring Announcements

CS 188: Artificial Intelligence Spring Announcements CS 188: Artificial Intelligence Spring 2011 Lecture 16: Bayes Nets IV Inference 3/28/2011 Pieter Abbeel UC Berkeley Many slides over this course adapted from Dan Klein, Stuart Russell, Andrew Moore Announcements

More information

T R A I N I N G M A N U A L 1. 9 G H Z C D M A P C S 80 0 M H Z C D M A /A M P S ( T R I - M O D E ) PM325

T R A I N I N G M A N U A L 1. 9 G H Z C D M A P C S 80 0 M H Z C D M A /A M P S ( T R I - M O D E ) PM325 T R A I N I N G M A N U A L 1. 9 G H Z C D M A P C S 80 0 M H Z C D M A /A M P S ( T R I - M O D E ) PM325 Slide. Click. Send the pic O P E R AT I N G I N S T RU C T I O N S H e a d s e t Ja c k S e l

More information

Newton s Cooling Model in Matlab and the Cooling Project!

Newton s Cooling Model in Matlab and the Cooling Project! Newton s Cooling Model in Matlab and the Cooling Project! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 10, 2014 Outline Your Newton

More information

Meridian Environmental Technology, Inc.

Meridian Environmental Technology, Inc. Meridian Environmental Technology, Inc. Providing Tomorrow s Technology Today Meridian is committed to the support of its clients through advancement of science and technology A National Leader in Road

More information

Testing of Geoportals: INSPIRE demands and challenges

Testing of Geoportals: INSPIRE demands and challenges Testing of Geoportals: INSPIRE demands and challenges Imad Abugessaisa & Solgerd Tanzilli Lantmäteriet - Swedish Mapping, Cadastre and Land Registration Authority / Future Position X, Gävle INSPIRE 2010

More information

GIS Support for a Traffic. Delaware

GIS Support for a Traffic. Delaware GIS Support for a Traffic Operations Management Plan in Delaware Geospatial Information Systems for Transportation AASHTO GIS-T, Hershey Pennsylvania March 28th, 2011 David Racca Center for Applied Demography

More information

Book 5. The wee Maths Book. Growth. Grow your brain. N4 Numeracy. of Big Brain. Guaranteed to make your brain grow, just add some effort and hard work

Book 5. The wee Maths Book. Growth. Grow your brain. N4 Numeracy. of Big Brain. Guaranteed to make your brain grow, just add some effort and hard work Grow your brain N4 Numeracy Book 5 The wee Maths Book of Big Brain Growth Guaranteed to make your brain grow, just add some effort and hard work Don t be afraid if you don t know how to do it, yet! It

More information

Cartographic Division Proposal

Cartographic Division Proposal Cartographic Division Proposal Steve Henderson, Public Works Engineer Background The City of Gulf Shores is expected to purchase or lease additional buildings across the street from City Hall to accommodate

More information

FOSS NOTEBOOK CHEMICAL INTERACTIONS

FOSS NOTEBOOK CHEMICAL INTERACTIONS FOSS NOTEBOOK CHEMICAL INTERACTIONS Investigation #5: Energy Transfer *BIG QUESTION: How are energy transfer and particle kinetic energy related? Salt Crystals Boris and his friends were looking at tiny

More information

Estonian Place Names in the National Information System and the Place Names Register *

Estonian Place Names in the National Information System and the Place Names Register * UNITED NATIONS Working Paper GROUP OF EXPERTS ON No. 62 GEOGRAPHICAL NAMES Twenty-fifth session Nairobi, 5 12 May 2009 Item 10 of the provisional agenda Activities relating to the Working Group on Toponymic

More information

A2 Mathematics Assignment 7 Due Date: Friday 28 th February 2014

A2 Mathematics Assignment 7 Due Date: Friday 28 th February 2014 A Mathematics Assignment 7 Due Date: Friday 8 th February 0 NAME. GROUP: MECHANICS/STATS Instructions to Students All questions must be attempted. You should present your solutions on file paper and submit

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activitydevelop the best experience on this site: Update your browser Ignore Introduction to Population Density How can you figure

More information

Why GIS & Why Internet GIS?

Why GIS & Why Internet GIS? Why GIS & Why Internet GIS? The Internet bandwagon Internet mapping (e.g., MapQuest) Location-based services Real-time navigation (e.g., traffic) Real-time service dispatch Business Intelligence Spatial

More information

Frequentist Statistics and Hypothesis Testing Spring

Frequentist Statistics and Hypothesis Testing Spring Frequentist Statistics and Hypothesis Testing 18.05 Spring 2018 http://xkcd.com/539/ Agenda Introduction to the frequentist way of life. What is a statistic? NHST ingredients; rejection regions Simple

More information

How to do realistic mountain ranges

How to do realistic mountain ranges How to do realistic mountain ranges When starting an ambitious realistic global map on planetary or continental scales, 4 features are fundamental for a successful and readable result. The coastlines.

More information

Announcements Wednesday, September 20

Announcements Wednesday, September 20 Announcements Wednesday, September 20 WeBWorK 1.4, 1.5 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 22. Midterms happen during recitation. The exam covers through 1.5.

More information

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 6

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 6 EECS 16A Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 6 6.1 Introduction: Matrix Inversion In the last note, we considered a system of pumps and reservoirs where the water in

More information

Dynamic Join Assoc Join LoadOpt Deferred. LINQ-to-SQL Part 2. Radu Nicolescu Department of Computer Science University of Auckland.

Dynamic Join Assoc Join LoadOpt Deferred. LINQ-to-SQL Part 2. Radu Nicolescu Department of Computer Science University of Auckland. LINQ-to-SQL Part 2 Radu Nicolescu Department of Computer Science University of Auckland 7 October 2015 1 / 22 1 Dynamic LINQ 2 Inner joins 3 Associations 4 Joins by navigation 5 Load options 6 Deferred

More information

ArcGIS Data Models: Raster Data Models. Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products)

ArcGIS Data Models: Raster Data Models. Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products) ArcGIS Data Models: Raster Data Models Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products) Overview of Session Raster Data Model Context Example Raster Data Models Important Raster

More information

Factoring x 2 + bx + c

Factoring x 2 + bx + c 7.5 Factoring x 2 + bx + c Essential Question How can you use algebra tiles to factor the trinomial x 2 + bx + c into the product of two binomials? Finding Binomial Factors Work with a partner. Use algebra

More information

Announcements Monday, September 17

Announcements Monday, September 17 Announcements Monday, September 17 WeBWorK 3.3, 3.4 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 21. Midterms happen during recitation. The exam covers through 3.4. About

More information

Using CAD data in ArcGIS

Using CAD data in ArcGIS Using CAD data in ArcGIS Phil Sanchez and Jeff Reinhart Esri UC 2014 Technical Workshop Agenda Overview of ArcGIS CAD Support Using CAD Datasets in ArcMap Georeferencing CAD data for ArcGIS Loading CAD

More information

You are Building Your Organization s Geographic Knowledge

You are Building Your Organization s Geographic Knowledge You are Building Your Organization s Geographic Knowledge And Increasingly Making it Available Sharing Data Publishing Maps and Geo-Apps Developing Collaborative Approaches Citizens Knowledge Workers Analysts

More information

The City of Houston is committed to work in partnership with the community to promote and protect the health and social well being of Houstonians

The City of Houston is committed to work in partnership with the community to promote and protect the health and social well being of Houstonians Integrating GIS in Decision Making y from the Process: A Case Study City of Houston, Texas Riju Stephen MS Brenda Reyes, MD, MPH MS MBA Ketan Inamdar Inamdar, MS, Mark Perry MPH Office of Surveillance

More information

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 6

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 6 EECS 16A Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 6 6.1 Introduction: Matrix Inversion In the last note, we considered a system of pumps and reservoirs where the water

More information

Introduction to ArcGIS Maps for Office. Greg Ponto Scott Ball

Introduction to ArcGIS Maps for Office. Greg Ponto Scott Ball Introduction to ArcGIS Maps for Office Greg Ponto Scott Ball Agenda What is Maps for Office? Platform overview What are Apps for the Office? ArcGIS Maps for Office features - Visualization - Geoenrichment

More information

HAPPILY EVER AFTER: THE PRINCESS AND THE PEA

HAPPILY EVER AFTER: THE PRINCESS AND THE PEA HAPPILY EVER AFTER: THE PRINCESS AND THE PEA Retold by Alex Field Illustrated by Helene Magisson Published by New Frontier Publishing SYNOPSIS The Prince travels the world looking for the perfect bride.

More information

Yes, the Library will be accessible via the new PULSE and the existing desktop version of PULSE.

Yes, the Library will be accessible via the new PULSE and the existing desktop version of PULSE. F R E Q U E N T L Y A S K E D Q U E S T I O N S THE LIBRARY GENERAL W H A T I S T H E L I B R A R Y? The Library is the new, shorter, simpler name for the Business Development (Biz Dev) Library. It s your

More information

Esri Production Mapping: An Introduction

Esri Production Mapping: An Introduction Esri Production Mapping: An Introduction Amber Bethell & Joseph Sheffield Esri UC 2014 Technical Workshop Your organization s processes Collect Share Manage Produce Your organization s needs Standardization

More information

Physics 1110: Mechanics

Physics 1110: Mechanics Physics 1110: Mechanics Announcements: Tutorials Thursday and Friday in G2B60, G2B75, & G2B77 Students on wait list should attend lectures and tutorials. CAPA assignments are in bins in G2B hallway. No

More information

Development of a server to manage a customised local version of OpenStreetMap in Ireland

Development of a server to manage a customised local version of OpenStreetMap in Ireland Development of a server to manage a customised local version of OpenStreetMap in Ireland BłaŜej Ciepłuch 1, Jianghua Zheng 1, Peter Mooney 1,2, Adam C. Winstanley 1 1 Department of Computer Science, National

More information

UN COPUOS: Report on Meeting of the Space Weather Expert Group

UN COPUOS: Report on Meeting of the Space Weather Expert Group UN COPUOS: Report on Meeting of the Space Weather Expert Group Presented to CGMS-44 Space Weather Task Team, agenda item 4.1 Elsayed R. Talaat NASA Headquarters Heritage Builds on work of Expert Group

More information

Leitner Helmuth Rizzolli Susanne Zambaldi Martin AUTONOME PROVINZ BOZEN SÜDTIROL PROVINCIA AUTONOMA DI BOLZANO ALTO ADIGE

Leitner Helmuth Rizzolli Susanne Zambaldi Martin AUTONOME PROVINZ BOZEN SÜDTIROL PROVINCIA AUTONOMA DI BOLZANO ALTO ADIGE AUTONOME PROVINZ BOZEN SÜDTIROL Abteilung 9 Informationstechnik Amt 9.6 Amt für raumbezogene und statistische Informatik PROVINCIA AUTONOMA DI BOLZANO ALTO ADIGE Department 9 Information Technology Office

More information

Guest Lecture Friday. Test schedule. SOH CAH TOA! For right triangles. Review and Problem Solving Day: Geometry, movement, and Free-fall.

Guest Lecture Friday. Test schedule. SOH CAH TOA! For right triangles. Review and Problem Solving Day: Geometry, movement, and Free-fall. Review and Problem Solving Day: Geometry, movement, and Free-fall. Guest Lecture Friday He d welcome your feedback! Write something and put it in my mailbox at 111 White Hall. Email me: sarah.spolaor@mail.wvu.edu

More information

NEW HOLLAND IH AUSTRALIA. Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 ***

NEW HOLLAND IH AUSTRALIA. Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 *** NEW HOLLAND IH AUSTRALIA Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 *** www.cnhportal.agriview.com.au Contents INTRODUCTION... 5 REQUIREMENTS... 6 NAVIGATION...

More information

Announcements Monday, September 18

Announcements Monday, September 18 Announcements Monday, September 18 WeBWorK 1.4, 1.5 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 22. Midterms happen during recitation. The exam covers through 1.5. About

More information

Acid/Base Classifications

Acid/Base Classifications Acid/Base Classifications Name Lab Section Log on to the Internet. Type the following address into the location-input line of your browser: http://cheminfo.chem.ou.edu/~mra/ccli2004/acidsm.htm This will

More information

Designing a Quilt with GIMP 2011

Designing a Quilt with GIMP 2011 Planning your quilt and want to see what it will look like in the fabric you just got from your LQS? You don t need to purchase a super expensive program. Try this and the best part it s FREE!!! *** Please

More information

Leveraging ArcGIS Online Elevation and Hydrology Services. Steve Kopp, Jian Lange

Leveraging ArcGIS Online Elevation and Hydrology Services. Steve Kopp, Jian Lange Leveraging ArcGIS Online Elevation and Hydrology Services Steve Kopp, Jian Lange Topics An overview of ArcGIS Online Elevation Analysis Using Elevation Analysis Services in ArcGIS for Desktop Using Elevation

More information