Print Templates. 1.0 Introduction

Size: px
Start display at page:

Download "Print Templates. 1.0 Introduction"

Transcription

1 Print Templates 1.0 Introduction Often shelters and rescues have their own forms and documents. ishelters allows you to create your own print forms to fit your requirements. Each document can be assigned one of eight categories. Those categories are: 1. Animal Profile Forms 2. Person Profile Forms 3. Adoption Forms 4. Medical Procedure Forms 5. Medical Check-Up Forms 6. Vaccination Forms 7. Donation Forms 8. Movement Forms Each print document can have a set of variables embedded in it. The system will replace the variables you have in the document with the data you have in ishelters whenever you click to merge the document. This means you no longer need to enter the data twice (i.e. into the system and then on a particular form). Plus you can design the form so that the information and fields are in the places you want. You can have as many templates in each category as you want. That means, for instance, that you can create a template for an animal s kennel card, another for a profile that you hand out to potential adopters, and so on. 2.0 Creating a Print Template To create the template itself, first open up Microsoft Word or another word processing program. Create the document you would normally use. Then replace all the variable information (such as the animal s name, age, person s address, etc). To add a variable all you need to do is type in the variable name with brackets ([]) around it. Each category has a list of possible variables. See below for a complete list of all the variable names. If the category you are creating the template for, does not have a variable you need, please let us know and we will be sure to work it in. In addition there are a set of variables called special variables that are surrounded by curly brackets ({}) with a dollar sign ($) in front of the variable name. These variables allow you to loop through sets of data (e.g. Vaccinations, Procedures, etc) instead of just one field. They also allow you to customize the date format to whichever format you'd like as well as specify yes/no type values for other fields (e.g. spayed/neutered date... yes if there is a date and no if there isn't a date). They are a bit more complicated to use than the square bracket variables but offer a lot more flexibility. We would be more than happy to add these variables for you in your print templates. For more information please see the section on Special Variables below. After you have added all the variables to the document, save the document. Be sure to save the document in RTF (Rich Text Format). Saving the document as RTF allows the word document to be read in any word processing software as well as allow ishelters to merge your data with the Word document. Now log into adminshelter. Go to the System Section. Then click on the Print Documents link. This will display a list of all the categories in the system (see above). Choose the category you are interested in. The next page will display a list of all the print document templates you have in the system. You can either update or delete a template by clicking on the corresponding button or add a new one by clicking on the add button in the top left hand corner. On the add and update forms you can click on the browse button to select your template. Then click submit to upload it to the system. Now the template is ready for you to use in ishelters.

2 3.0 Merging Print Documents On certain forms in ishelter there will be a printer icon in the top right hand corner with a link to the relevant print documents. For example, there is a link on the animal profile to all the profile documents. Clicking on this link will display all the forms you have created for the animal profile category. You can select the one you are interested in merging the animal s data with by clicking on the corresponding select button. This will prompt you to either save the document to your computer or open it up. After you either save the document or open it up right away, the system will merge the animal s data with your template. Then you can print the document or send it as an attachment to someone else. 4.0 Special Variables This section can be skipped if you are using only normal variables. Special variables are those variables that are surrounded by curly brackets instead of the normal square brackets. They also have a dollar sign ($) in front of the variable name. All normal variables can be used as special variables (i.e. surrounded by curly brackets instead of square ones with a dollar sign in front of the name). So, for instance, e.g. [dateneutered] would be {$dateneutered} as a special variable. However, certain special variables cannot become normal variables. Those variables are what are called group variables. Group variables are those variables that start with a group name in the plural followed by the group name in the singular surrounded by square brackets followed by a dot an the name of the particular variable in the group. So, for example, a group of vaccination records would look like this: {$vacs[vac].vaccine} for the vaccine name and {$vacs[vac].dategiven} for the date it was given. You can loop through these variables to display all the vaccination records. To loop through group variables requires a little more complexity. A standard loop for vaccinations would look something like this: {section name = "vac" loop = "$vacs"} Vaccine : {$vacs[vac].vaccine} Date Given : {$vacs[vac].dategiven} {/section} Basically any place you would like to display all the records from a group variable all you need to do is put a section statement with the plural and singular name of the group followed by the particular parts of the group variable that you would like to use. To close the loop all you need to add is {/section}. All special variables can be modified to send back yes/no type responses. For instance, you can check if a particular field is blank or not and then display yes or no depending on the answer. A standard yes/no type response might look like this: {if $neutereddate}yes{else}no{/if} Basically all you need to do is put an if at the beginning followed by the field you are interested in. After that you can put what word(s) you would like to see if it is not blank followed by {else} and the word(s) you would like to see if it is blank. Of course, you can use any wording you would like and not just yes or no. Special variables also allow you to format any date field just the way you would like to see it. So if you would like to see the date formated as 10/21/2007 or as 10/2007, special variables can take of it. A standard date format

3 might look like this: {$dateneutered date_format: %m/%d/%y } Basically all you need to do is put date_format: after the name of the date variable followed by the date format. To see a list of all the possible formats please see below (6.0). In short, special variables add a level of complexity but offer a lot more possibilities for your print templates. If you are interested in any of the added benefits of special variables but would prefer not to handle any of the layout, please let us know. We would be more than happy to layout your print templates using special variables for you. 5.0 Variable List Each category has its own set of possible variables. Each category and its variables are listed below with descriptions where needed. In the print template be sure to add brackets [] around each variable name. 1. Animal Profile Forms a. name b. aliases c. code d. cage e. microchipnumber f. microchip Name of the microchip brand g. primaryspecies h. primarybreed i. secondaryspecies j. secondarybreed k. birthdate l. birthyear m. birthmonth n. birthday o. age animal s age in years p. agemonths animal s age in months q. agedays animal s age in days r. timeentered s. timeenteredyear t. timeenteredmonth u. timeenteredday v. comments w. features x. primarycolor y. secondarycolor z. eyecolor aa. neutereddate bb. neuteredyear cc. neuteredmonth dd. neuteredday ee. type ff. status gg. gender hh. updatedbyfirst first name of the person who last updated the animal ii. updatedbylast last name of the person who last updated the animal

4 jj. adoptable Yes or No depending on whether the animal is ready to be adopted kk. picthumb thumbnail profile picture of the animal ll. assignedtoanimalagency the shelter/rescue that the animal is currently assigned to mm.assignedtoperson -- the person that the animal is currently assigned to nn. shortbio short biography oo. longbio long biography pp. diary diary entries qq. diaryauthorinfo diary entries with author and time updated given rr. firstcheckin date of animal s first check-in ss. firstcheckinyear tt. firstcheckinmonth uu. firstcheckinday vv. lastcheckin date of animal s most recent check-in ww.lastcheckinyear xx. lastcheckinmonth yy. lastcheckinday zz. lastcheckintype type of animal's most recent check-in aaa.weight animal s current weight bbb.location animal s current/last location ccc.sublocation animal s current/last location ddd.boardfor animal agency that you are boarding for eee. boardwith animal agency that you are boarding with Group Variables (exclusively special variables) fff. vacs[vac].vaccine vaccination names ggg.vacs[vac].dateneeded dates needed for the vaccination hhh.vacs[vac].dategiven dates given for vaccinations iii. vacs[vac].serialnumber vaccination serial number jjj. vacs[vac].vetclinic vet clinic where vaccination was given kkk.vacs[vac].comments vaccination comments lll. meds[med].medication medication name mmm.meds[med].startdate date medication was started nnn. meds[med].enddate date medication was finished ooo.meds[med].vetclinic vet clinic where medication was given ppp.meds[med].comments medication comments qqq.treats[treat].treatment treatment name rrr. treats[treat].startdate date treatment was started sss. treats[treat].enddate date treatment was finished ttt. treats[treat].vetclinic vet clinic where treatment was given uuu.treats[treat].comments treatment comments vvv. procedures[procedure].procedure procedure name www. procedures[procedure].dateneeded date needed for the procedure xxx. procedures[procedure].dategiven date given for the procedure yyy.procedures[procedure].vetclinic vet clinic where procedure was given zzz.procedures[procedure].comments comments for the procedure aaaa.tests[test].type diagnostic test name bbbb.tests[test].result result for the diagnostic test cccc.tests[test].dateneeded date needed for the diagnostic test dddd. tests[test].dategiven date given for the diagnostic test eeee. tests[test].vetclinic vet clinic where diagnostic test was given ffff. tests[test].comments diagnostic test comments

5 2. Person Profile Forms a. businessname b. firstname c. middlename d. lastname e. nickname f. birthdate g. birthyear h. birthmonth i. birthday j. homephone k. workphone l. cellphone m. address n. city o. postalcode 3. Adoption Forms a. adoptiontime date and time of adoption b. adoptiondate date of adoption c. adoptionyear d. adoptionmonth e. adoptionday f. comments g. businessname -- business name of the adopter h. firstname adopter s first name i. middlename adopter s middle name j. lastname adopter s last name k. nickname adopter s nickname l. additionalnames adopter s additional names m. address n. address2 second address line o. city p. region q. postalcode r. homephone s. workphone t. cellphone u. adopter v. fee adoption fee w. name animal s name x. aliases animal's aliases y. code animal s code z. cage aa. species animal s species bb. breed animal s breed cc. primaryspecies dd. primarybreed ee. secondaryspecies ff. secondarybreed gg. type animal's type

6 hh. primarycolor ii. secondarycolor jj. animalbirthdate animal s birthdate kk. animalbirthyear ll. animalbirthmonth mm.animalbirthday nn. age -- animal s age in years oo. agemonths animal's age in months pp. agedays animal's age in days qq. sex animal s gender rr. microchipnumber ss. weight animal s weight at the last check up tt. neutereddate uu. neuteredyear vv. neuteredmonth ww.neuteredday xx. VName01 through VName25 vaccination names yy. VNeeded01 through VNeeded25 dates needed for the vaccination zz. VGiven01 through VGiven25 dates given for vaccinations aaa.vserialnumber01 through VSerialNumber25 vaccination serial number bbb.approvedfirst first name of person who approved adoption ccc.approvedlast last name of person who approved adoption ddd.pname01 through PName25 procedure names eee.pneeded01 through PNeeded25 dates needed for the procedure fff. PGiven01 through PGiven25 dates given for the procedure ggg.mname01 through MName25 medication name hhh.mstarted01 through MStarted25 date medication was started iii. MEnded01 through MEnded25 date medication was finished jjj. DName01 through DName25 diagnostic test names kkk.dresult01 through DResult25 result for the diagnostic test lll. DNeeded01 through DNeeded25 dates needed for the diagnostic test mmm. DGiven01 through DGiven25 dates given for the diagnostic test nnn.picthumb thumbnail profile picture of the animal Group Variables (exclusively special variables) ooo.vacs[vac].vaccine vaccination names ppp.vacs[vac].dateneeded dates needed for the vaccination qqq.vacs[vac].dategiven dates given for vaccinations rrr. vacs[vac].serialnumber vaccination serial number sss.vacs[vac].vetclinic vet clinic where vaccination was given ttt. vacs[vac].comments vaccination comments uuu.meds[med].medication medication name vvv.meds[med].startdate date medication was started www. meds[med].enddate date medication was finished xxx.meds[med].vetclinic vet clinic where medication was given yyy.meds[med].comments medication comments zzz.treats[treat].treatment treatment name aaaa.treats[treat].startdate date treatment was started bbbb. treats[treat].enddate date treatment was finished cccc.treats[treat].vetclinic vet clinic where treatment was given dddd.treats[treat].comments treatment comments

7 eeee. procedures[procedure].procedure procedure name ffff. procedures[procedure].dateneeded date needed for the procedure gggg. procedures[procedure].dategiven date given for the procedure hhhh.treats[treat].vetclinic vet clinic where procedure was given iiii. procedures[procedure].comments comments for the procedure jjjj. tests[test].type diagnostic test name kkkk.tests[test].result result for the diagnostic test llll. tests[test].dateneeded date needed for the diagnostic test mmmm. tests[test].dategiven date given for the diagnostic test nnnn. tests[test].vetclinic vet clinic where diagnostic test was given oooo. tests[test].comments diagnostic test comments 4. Medical Procedure Forms a. name animal s name b. code animal s code c. dategiven d. givenyear e. givenmonth f. givenday g. dateneeded h. neededyear i. neededmonth j. neededday k. datepaid l. paidyear m. paidmonth n. paidday o. fee p. comments q. procedure 5. Medical Check-Up Forms a. name animal s name b. code animal s code c. dateexamed d. examedyear e. examedmonth f. examedday g. dateneeded h. neededyear i. neededmonth j. neededday k. datepaid l. paidyear m. paidmonth n. paidday o. fee p. comments q. temp r. weight s. height

8 6. Vaccination Forms a. name animal s name b. code animal s code c. dategiven d. givenyear e. givenmonth f. givenday g. dateneeded h. neededyear i. neededmonth j. neededday k. datepaid l. paidyear m. paidmonth n. paidday o. fee p. comments q. serialnumber r. vaccine 7. Donation Forms a. firstname b. middlename c. lastname d. nickname e. birthdate f. birthyear g. birthmonth h. birthday i. homephone j. workphone k. cellphone l. address m. address2 second address line n. city o. postalcode p. additionalnames donor s additional names q. donationtype type of donation r. timedonated date and time of donation s. datedonated date of donation t. donatedyear u. donatedmonth v. donatedday w. amount amount donated 8. Movement Forms a. BusinessName -- Business name of person who is currently with the animal b. firstname First name of person who is currently with the animal c. middlename d. lastname e. nickname

9 6.0 Date Formating f. personbirthdate g. personbirthyear h. personbirthmonth i. personbirthday j. homephone k. workphone l. cellphone m. address n. address2 second address line o. city p. region q. postalcode r. additionalnames additional names s. name t. code u. species primary species v. breed primary breed w. animalbirthdate x. animalbirthyear y. animalbirthmonth z. animalbirthday aa. animalage animal s age in years bb. animalagemonths animal s age in months cc. animalagedays animal s age in days dd. gender animal s gender ee. microchipnumber ff. movementdate gg. movementyear hh. movementmonth ii. movementday jj. location kk. sublocation ll. comments mm.picthumb animal s thumbnail picture If you are using special variables you can format date variables using the following format symbols: %a - abbreviated weekday name according to the current locale %A - full weekday name according to the current locale %b - abbreviated month name according to the current locale %B - full month name according to the current locale %c - preferred date and time representation for the current locale %C - century number (the year divided by 100 and truncated to an integer, range 00 to 99) %d - day of the month as a decimal number (range 01 to 31)

10 %D - same as %m/%d/%y %e - day of the month as a decimal number, a single digit is preceded by a space (range 1 to 31) %g - Week-based year within century [00,99] %G - Week-based year, including the century [0000,9999] %h - same as %b %H - hour as a decimal number using a 24-hour clock (range 00 to 23) %I - hour as a decimal number using a 12-hour clock (range 01 to 12) %j - day of the year as a decimal number (range 001 to 366) %k - Hour (24-hour clock) single digits are preceded by a blank. (range 0 to 23) %l - hour as a decimal number using a 12-hour clock, single digits preceeded by a space (range 1 to 12) %m - month as a decimal number (range 01 to 12) %M - minute as a decimal number %n - newline character %p - either `am' or `pm' according to the given time value, or the corresponding strings for the current locale %r - time in a.m. and p.m. notation %R - time in 24 hour notation %S - second as a decimal number %t - tab character %T - current time, equal to %H:%M:%S %u - weekday as a decimal number [1,7], with 1 representing Monday %U - week number of the current year as a decimal number, starting with the first Sunday as the first day of the first week %V - The ISO 8601:1988 week number of the current year as a decimal number, range 01 to 53, where week 1 is the first week that has at least 4 days in the current year, and with Monday as the first day of the week. %w - day of the week as a decimal, Sunday being 0 %W - week number of the current year as a decimal number, starting with the first Monday as the first day of the first week

11 %x - preferred date representation for the current locale without the time %X - preferred time representation for the current locale without the date %y - year as a decimal number without a century (range 00 to 99) %Y - year as a decimal number including the century %Z - time zone or name or abbreviation %% - a literal `%' character

Wisconsin Retirement Testing Preparation

Wisconsin Retirement Testing Preparation Wisconsin Retirement Testing Preparation The Wisconsin Retirement System (WRS) is changing its reporting requirements from annual to every pay period starting January 1, 2018. With that, there are many

More information

How to Register for Summer Camp. A Tutorial

How to Register for Summer Camp. A Tutorial How to Register for Summer Camp A Tutorial Table of Contents 1. Logging In 2 2. OU student faculty, or staff or Previous visitor 3 3. New User Account 4 4. Summer Camp Offerings 5 5. Summer Camp Page 6

More information

How to Register for Summer Camp. A Tutorial

How to Register for Summer Camp. A Tutorial How to Register for Summer Camp A Tutorial 1. Upon arriving at our website (https://flightcamp.ou.edu/), the very first step is logging in. Please click the Login link in the top left corner of the page

More information

PracticeAdmin Identity Guide. Last Updated 4/27/2015 Created by Vanessa Street

PracticeAdmin Identity Guide. Last Updated 4/27/2015 Created by Vanessa Street PracticeAdmin Identity Guide Last Updated 4/27/2015 Created by Vanessa Street About PracticeAdmin Mission At PracticeAdmin, we simplify the complex process of medical billing by providing healthcare professionals

More information

BRAND STANDARD GUIDELINES 2014

BRAND STANDARD GUIDELINES 2014 BRAND STANDARD GUIDELINES 2014 LOGO USAGE & TYPEFACES Logo Usage The Lackawanna College School of Petroleum & Natural Gas logo utilizes typography, two simple rule lines and the Lackawanna College graphic

More information

Section 6: Triangles Part 1

Section 6: Triangles Part 1 Section 6: Triangles Part 1 Topic 1: Introduction to Triangles Part 1... 125 Topic 2: Introduction to Triangles Part 2... 127 Topic 3: rea and Perimeter in the Coordinate Plane Part 1... 130 Topic 4: rea

More information

"Charting the Course... Teradata SQL Course Summary

Charting the Course... Teradata SQL Course Summary Course Summary Description In this course, students will learn SQL starting at the most basic level and going to the most advanced level with many examples. Topics Basic SQL Functions The WHERE Clause

More information

Brand Guidelines October, 2014

Brand Guidelines October, 2014 Brand Guidelines October, 2014 Contents 1 Logo 2 Graphical Elements 3 Icons 4 Typography 5 Colors 6 Stationery 7 Social Media 8 Templates 9 Product Line logos Brand Guidelines Page 2 1) Logo Logo: Overview

More information

recruitment Logo Typography Colourways Mechanism Usage Pip Recruitment Brand Toolkit

recruitment Logo Typography Colourways Mechanism Usage Pip Recruitment Brand Toolkit Logo Typography Colourways Mechanism Usage Primary; Secondary; Silhouette; Favicon; Additional Notes; Where possible, use the logo with the striped mechanism behind. Only when it is required to be stripped

More information

Similar Polygons Date: Per:

Similar Polygons Date: Per: Math 2 Unit 6 Worksheet 1 Name: Similar Polygons Date: Per: [1-2] List the pairs of congruent angles and the extended proportion that relates the corresponding sides for the similar polygons. 1. AA BB

More information

Visual Identity Guidelines. Abbreviated for Constituent Leagues

Visual Identity Guidelines. Abbreviated for Constituent Leagues Visual Identity Guidelines Abbreviated for Constituent Leagues 1 Constituent League Logo The logo is available in a horizontal and vertical format. Either can be used depending on the best fit for a particular

More information

Tranont Mission Statement. Tranont Vision Statement. Change the world s economy, one household at a time.

Tranont Mission Statement. Tranont Vision Statement. Change the world s economy, one household at a time. STYLE GUIDE Tranont Mission Statement Change the world s economy, one household at a time. Tranont Vision Statement We offer individuals world class financial education and training, financial management

More information

"Charting the Course... Certified Secure Web Application Engineer Course Summary

Charting the Course... Certified Secure Web Application Engineer Course Summary Course Summary Description Web applications are increasingly more sophisticated and as such, they are critical to almost all major online businesses. As more applications are web enabled, the number of

More information

Brand Standards. V1 For Internal Use. Newcastle Systems Brand Standards 1

Brand Standards. V1 For Internal Use. Newcastle Systems Brand Standards 1 Brand Standards V1 For Internal Use Newcastle Systems Brand Standards 1 Logo In order to ensure that the logo appears consistent in all mediums do not alter it in any way. This includes stretching, changing

More information

Eureka Math. Grade 7, Module 6. Student File_A. Contains copy-ready classwork and homework

Eureka Math. Grade 7, Module 6. Student File_A. Contains copy-ready classwork and homework A Story of Ratios Eureka Math Grade 7, Module 6 Student File_A Contains copy-ready classwork and homework Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be

More information

Copy Material. Geometry Unit 1. Congruence, Proof, and Constructions. Eureka Math. Eureka Math

Copy Material. Geometry Unit 1. Congruence, Proof, and Constructions. Eureka Math. Eureka Math Copy Material Geometry Unit 1 Congruence, Proof, and Constructions Eureka Math Eureka Math Lesson 1 Lesson 1: Construct an Equilateral Triangle We saw two different scenarios where we used the construction

More information

BRANDING AND STYLE GUIDELINES

BRANDING AND STYLE GUIDELINES BRANDING AND STYLE GUIDELINES INTRODUCTION The Dodd family brand is designed for clarity of communication and consistency within departments. Bold colors and photographs are set on simple and clean backdrops

More information

BRAND BOOK. Copyright 2016 WashU Student Union Student Union Brand Guidebook 1

BRAND BOOK. Copyright 2016 WashU Student Union Student Union Brand Guidebook 1 BRAND BOOK 2019 2016 Copyright 2016 WashU Student Union Student Union Brand Guidebook 1 WHY THIS MATTERS While it is easy for the student body to see the hundreds of group events that take place every

More information

Section 1: Introduction to Geometry Points, Lines, and Planes

Section 1: Introduction to Geometry Points, Lines, and Planes Section 1: Introduction to Geometry Points, Lines, and Planes Topic 1: Basics of Geometry - Part 1... 3 Topic 2: Basics of Geometry Part 2... 5 Topic 3: Midpoint and Distance in the Coordinate Plane Part

More information

Growing Our Own Through Collaboration

Growing Our Own Through Collaboration NWI INITIATIVE NUCLEAR WORKFORCE Growing Our Own Through Collaboration BRAND STANDARDS reference guide Brand Standards 2011 SRS Community Reuse Organization. All rights reserved. Version 1.0-02.10.2011

More information

Visit MathNation.com or search "Math Nation" in your phone or tablet's app store to watch the videos that go along with this workbook!

Visit MathNation.com or search Math Nation in your phone or tablet's app store to watch the videos that go along with this workbook! Topic 1: Introduction to Angles - Part 1... 47 Topic 2: Introduction to Angles Part 2... 50 Topic 3: Angle Pairs Part 1... 53 Topic 4: Angle Pairs Part 2... 56 Topic 5: Special Types of Angle Pairs Formed

More information

TABLE OF CONTENTS. 3 Intro. 4 Foursquare Logo. 6 Foursquare Icon. 9 Colors. 10 Copy & Tone Of Voice. 11 Typography. 13 Crown Usage.

TABLE OF CONTENTS. 3 Intro. 4 Foursquare Logo. 6 Foursquare Icon. 9 Colors. 10 Copy & Tone Of Voice. 11 Typography. 13 Crown Usage. BRANDBOOK TABLE OF CONTENTS 3 Intro 4 Foursquare Logo 6 Foursquare Icon 9 Colors 10 Copy & Tone Of Voice 11 Typography 13 Crown Usage 14 Badge Usage 15 Iconography 16 Trademark Guidelines 2011 FOURSQUARE

More information

The ABC s of Web Site Evaluation

The ABC s of Web Site Evaluation Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz The ABC s of Web Site Evaluation by Kathy Schrock Digital Literacy by Paul Gilster Digital literacy is the ability to understand

More information

HEL HEL HEL HEL VETIC HEL VETIC HEL HEL VETICA HEL HEL ETICA ETIC VETIC HEL VETIC HEL HEL C VETICA ETI- HEL HEL VETI HEL VETICA VETIC HEL HEL VETICA

HEL HEL HEL HEL VETIC HEL VETIC HEL HEL VETICA HEL HEL ETICA ETIC VETIC HEL VETIC HEL HEL C VETICA ETI- HEL HEL VETI HEL VETICA VETIC HEL HEL VETICA CA C C CA C C CA Max Miedinger with Eduard Hoffmann C C CA C CA ETI- ETI- L istory elvetica was developed in 1957 by Max Miedinger with Eduard Hoffmann at the Haas sche Schriftgiesserei of Münchenstein,

More information

1.2 Round-off Errors and Computer Arithmetic

1.2 Round-off Errors and Computer Arithmetic 1.2 Round-off Errors and Computer Arithmetic 1 In a computer model, a memory storage unit word is used to store a number. A word has only a finite number of bits. These facts imply: 1. Only a small set

More information

Media Kit & Brand Guidelines

Media Kit & Brand Guidelines Media Kit & Brand Guidelines Generation XYZ Generation X 1960-1980 Generation Y 1977-2004 Generation Z Early 2001 - Present Named after Douglas Coupland s novel Generation X: Tales from an Accelerated

More information

Brand Standards September 2016 CREATED BY M3 GROUP

Brand Standards September 2016 CREATED BY M3 GROUP Brand Standards September 2016 CREATED BY M3 GROUP CONTENTS NACW as a Brand... 3 NACW Messaging... 3 NACW Logo... 5 Logo Spacing... 6 Color... 7 Color Palette... 8 Logo Misuse... 9 Typography... 10 Marketing

More information

Stacks & Queues. Kuan-Yu Chen ( 陳冠宇 ) TR-212, NTUST

Stacks & Queues. Kuan-Yu Chen ( 陳冠宇 ) TR-212, NTUST Stacks & Queues Kuan-Yu Chen ( 陳冠宇 ) 2018/10/01 @ TR-212, NTUST Review Stack Stack Permutation Expression Infix Prefix Postfix 2 Stacks. A stack is an ordered list in which insertions and deletions are

More information

Quadratic Functions Date: Per:

Quadratic Functions Date: Per: Math 2 Unit 10 Worksheet 1 Name: Quadratic Functions Date: Per: [1-3] Using the equations and the graphs from section B of the NOTES, fill out the table below. Equation Min or Max? Vertex Domain Range

More information

Math 96--Radicals #1-- Simplify; Combine--page 1

Math 96--Radicals #1-- Simplify; Combine--page 1 Simplify; Combine--page 1 Part A Number Systems a. Whole Numbers = {0, 1, 2, 3,...} b. Integers = whole numbers and their opposites = {..., 3, 2, 1, 0, 1, 2, 3,...} c. Rational Numbers = quotient of integers

More information

Lesson 1: Why Move Things Around?

Lesson 1: Why Move Things Around? NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 1 8 2 Lesson 1: Why Move Things Around? Classwork Exploratory Challenge a Describe, intuitively, what kind of transformation is required to move the figure

More information

November 25, Mr. Paul Kaspar, PE City Engineer City of Bryan Post Office Box 1000 Bryan, Texas 77802

November 25, Mr. Paul Kaspar, PE City Engineer City of Bryan Post Office Box 1000 Bryan, Texas 77802 November 25, 213 Mr. Paul Kaspar, PE City Engineer City of Bryan Post Office Box 1 Bryan, Texas 7782 Re: Greenbrier Phase 9 Oversize Participation Request Dear Paul: On behalf of the owner, Carter-Arden

More information

identity and logo GrapHIc StandardS manual august 2016

identity and logo GrapHIc StandardS manual august 2016 identity and logo GrapHIc StandardS manual august 2016 Welcome This Graphic Standards Manual contains the tools necessary for using the Forest Enhancement Society of British Columbia (FESBC) logo and brand

More information

Microframe Corporation

Microframe Corporation A0262: RS232 Remote Display Operating Manual A0262-7010 *A0262-7010* A0262 INSTALLATION & SPECIFICATION GUIDE ITEM NO: A0262 REVISION DATE: 11/09 Microframe Corporation 604 S. 12th Street Broken Arrow,

More information

FINAL EXAM REVIEW CH Determine the most precise name for each quadrilateral.

FINAL EXAM REVIEW CH Determine the most precise name for each quadrilateral. FINAL EXAM REVIEW CH 6 1. Determine the most precise name for each quadrilateral. 2. Find the measures of the numbered angle for the following parallelogram a. A(-5,7), B(2,6), C(-4,0), D(5,-3) 1 3 2 35

More information

NCSS Statistical Software. The Data Window

NCSS Statistical Software. The Data Window Chapter 103 Introduction This chapter discusses the operation of the NCSS Data Window, one of the four main windows of the NCSS statistical analysis system. The other three windows are the Output Window,

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

More information

BRAND GUIDELINES UPDATED NOVEMBER 2018

BRAND GUIDELINES UPDATED NOVEMBER 2018 BRAND GUIDELINES UPDATED NOVEMBER 2018 National Industries for the Blind Brand Guidelines i 19nI2-1921 TABLE OF CONTENTS 01. Introduction 02. Logo Alignment 03. NIB Logo Specifications 04. NIB Logo Usage

More information

I.D. GUIDE Kentucky Campus Version 1.0

I.D. GUIDE Kentucky Campus Version 1.0 I.D. GUIDE 2008-2009 Kentucky Campus Version 1.0 introduction to the identity guidelines Summer 2008 Dear Asbury College community, As we continue our mission of academic excellence and spiritual vitality

More information

Bangladesh. Rohingya Emergency Response. Early Warning, Alert and Response System (EWARS) Epidemiological Bulletin W6 2018

Bangladesh. Rohingya Emergency Response. Early Warning, Alert and Response System (EWARS) Epidemiological Bulletin W6 2018 Bangladesh Rohingya Emergency Response Early Warning, Alert and Response System (EWARS) Epidemiological Bulletin W 0 Ministry of Health and Family Welfare Bangladesh Printed: 0: Tuesday, February 0 UTC

More information

CONTENTS 05 DYNICS BRAND 06 LOGO 08 SOFTWARE 12 PRODUCT BRANDS 16 ICONS 17 TYPEFACE 19 E SQUAD 20 CONTACT INFORMATION COPYRIGHT NOTICE

CONTENTS 05 DYNICS BRAND 06 LOGO 08 SOFTWARE 12 PRODUCT BRANDS 16 ICONS 17 TYPEFACE 19 E SQUAD 20 CONTACT INFORMATION COPYRIGHT NOTICE BRANDING GUIDE CONTENTS 05 DYNICS BRAND 06 LOGO 08 SOFTWARE 12 PRODUCT BRANDS 16 ICONS 17 TYPEFACE 19 E SQUAD 20 CONTACT INFORMATION COPYRIGHT NOTICE 2018 DYNICS, Inc. All Rights Reserved No part of this

More information

Identity: Clear Space. Brand Standards. Brand Standards

Identity: Clear Space. Brand Standards. Brand Standards Identity: Clear Space 6.18.18 Identity: Clear Space Standards Overview This Manual provides the steps and background needed for use of The View On Pullen Circle identity and how it should be applied. It

More information

the Soneira-Peebles Model

the Soneira-Peebles Model the Soneira-Peebles Model Rien van de Weygaert & Willem Schaap Kapteyn Astronomical Institute, University of Groningen Lecture Course Large Scale Structure in the Universe Febr-April 2007 2 Rien van de

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

PLANNING COMMISSION PRELIMINARY MINUTES REGULAR MEETING. April 18, OTHERS PRESENT: Jason Rasmussen Sharon Farr - LPC-TV Lisha Klaiber, Recorder

PLANNING COMMISSION PRELIMINARY MINUTES REGULAR MEETING. April 18, OTHERS PRESENT: Jason Rasmussen Sharon Farr - LPC-TV Lisha Klaiber, Recorder PLANNING COMMISSION PRELIMINARY MINUTES REGULAR MEETING April 18, 2017 MEMBERS PRESENT: Alan Couch, Chair Terry Carter Alan Isaacson Logan Nicoll MEMBERS ABSENT: Norm Vanasse STAFF PRESENT: Rose Goings

More information

Section 8: Monomials and Radicals

Section 8: Monomials and Radicals In this section, we are going to learn skills for: NGSS Standards MA.912.A.4.1 Simplify monomials and monomial expressions using the laws of integral exponents. MA.912.A.6.1 Simplify radical expressions.

More information

Using Custom Number Formats

Using Custom Number Formats APPENDIX B Using Custom Number Formats Although Excel provides a good variety of built-in number formats, you may find that none of these suits your needs. This appendix describes how to create custom

More information

IMPERIAL VALLEY COLLEGE CURRICULUM AND INSTRUCTION COMMITTEE MEETING ADOPTED MINUTES REGULAR MEETING THURSDAY, JUNE 4, :00 P.M.

IMPERIAL VALLEY COLLEGE CURRICULUM AND INSTRUCTION COMMITTEE MEETING ADOPTED MINUTES REGULAR MEETING THURSDAY, JUNE 4, :00 P.M. IMPERIAL VALLEY COLLEGE CURRICULUM AND INSTRUCTION COMMITTEE MEETING ADOPTED MINUTES REGULAR MEETING THURSDAY, JUNE 4, 2009 3:00 P.M. BOARD ROOM Present: Kathy Berry Suzanne Gretz Carol Lee Taylor Ruhl

More information

MAILMERGE WORD MESSAGES

MAILMERGE WORD MESSAGES MAILMERGE WORD 2007 It is recommended that Excel spreadsheets are used as source files and created with separate columns for each field, e.g. FirstName, LastName, Title, Address1, Address2, City, State,

More information

Multicast Tree Aggregation in Large Domains

Multicast Tree Aggregation in Large Domains Multicast Tree Aggregation in Large Domains Joanna Moulierac 1 Alexandre Guitton 2 and Miklós Molnár 1 IRISA/University of Rennes I 502 Rennes France 2 Birkbeck College University of London England IRISA/INSA

More information

MODBUS Network Communication

MODBUS Network Communication MODBUS Network Communication The IP3416 and IP99 use the MODBUS protocol, originally standardized by Modicon and is used widely in the PLC industry. For instance, many graphic interface packages available

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 15: Networking overview Prof. (amislove@ccs.neu.edu) What is a network? 2 What is a network? Wikipedia: A telecommunications network is a network

More information

PRACTICE MANAGEMENT SYSTEMS

PRACTICE MANAGEMENT SYSTEMS PRACTICE MANAGEMENT SYSTEMS P.O. Box 102 Ivanhoe, Victoria, 3079 T: 1300 784 908 F: 1300 784 906 www.ppmp.com.au Pag 1 of 124 Table of Contents PROGRAM SETUP WIZARD... 4 INSTALLATION & ACTIVATION OF HICAPS...

More information

SPM723 Programmable Stereo Preamp/Mixer

SPM723 Programmable Stereo Preamp/Mixer SPM723 Programmable Stereo Preamp/Mixer RS-232 Control Manual Released: 14 Aug 2001 Biamp Systems, 10074 S.W. Arctic Drive, Beaverton, Oregon 97005 U.S.A. (503) 641-7287 an affiliate of Rauland-Borg Corp.

More information

Unifi 45 Projector Retrofit Kit for SMART Board 580 and 560 Interactive Whiteboards

Unifi 45 Projector Retrofit Kit for SMART Board 580 and 560 Interactive Whiteboards Unifi 45 Projector Retrofit Kit for SMRT oard 580 and 560 Interactive Whiteboards 72 (182.9 cm) 60 (152.4 cm) S580 S560 Cautions, warnings and other important product information are contained in document

More information

"Charting the Course... CA-View Administration. Course Summary

Charting the Course... CA-View Administration. Course Summary Course Summary Description This course is designed to teach all administrator functions of CA View from the system initialization parameters to integration with CA Deliver. Students will learn implementation

More information

Robust Linear Regression (Passing- Bablok Median-Slope)

Robust Linear Regression (Passing- Bablok Median-Slope) Chapter 314 Robust Linear Regression (Passing- Bablok Median-Slope) Introduction This procedure performs robust linear regression estimation using the Passing-Bablok (1988) median-slope algorithm. Their

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

PSU Object Reports: Introduction. Object Reports: Introduction. Understanding Object Reports. Creating Your Object Report. A Time-Saving Process

PSU Object Reports: Introduction. Object Reports: Introduction. Understanding Object Reports. Creating Your Object Report. A Time-Saving Process PSU 2012 Object Reports: Introduction Object Reports: Introduction Use PowerSchool s Object Reports functionality when you need to produce a report that extracts information from a PowerSchool data file,

More information

Q.4 Properties of Quadratic Function and Optimization Problems

Q.4 Properties of Quadratic Function and Optimization Problems 384 Q.4 Properties of Quadratic Function and Optimization Problems In the previous section, we examined how to graph and read the characteristics of the graph of a quadratic function given in vertex form,

More information

Sequence alignment is an essential concept for bioinformatics, as most of our data analysis and interpretation techniques make use of it.

Sequence alignment is an essential concept for bioinformatics, as most of our data analysis and interpretation techniques make use of it. Sequence Alignments Overview Sequence alignment is an essential concept for bioinformatics, as most of our data analysis and interpretation techniques make use of it. Sequence alignment means arranging

More information

Solano Community College Academic Senate CURRICULUM COMMITTEE AGENDA Tuesday, May 1, :30 p.m., Room 503

Solano Community College Academic Senate CURRICULUM COMMITTEE AGENDA Tuesday, May 1, :30 p.m., Room 503 Tuesday, 1:30 p.m., Room 503 1. ROLL CALL Robin Arie-Donch, Debra Berrett, Curtiss Brown, Joe Conrad (Chair), Lynn Denham-Martin, Erin Duane, Erin Farmer, Marianne Flatland, Betsy Julian, Margherita Molnar,

More information

CEU BRAND GUIDELINES

CEU BRAND GUIDELINES CEU BRAND GUIDELINES THE CEU SEAL THE CEU LOGO The CEU Seal shall be used for highly formal documents and records, which require authentication. (transcript of records, diploma, certificates) The CEU Logo

More information

Palatino. Palatino. Linotype. Palatino. Linotype. Linotype. Palatino. Linotype. Palatino. Linotype. Palatino. Linotype

Palatino. Palatino. Linotype. Palatino. Linotype. Linotype. Palatino. Linotype. Palatino. Linotype. Palatino. Linotype Copyright 2013 Johanna Corsini Arts 79 Typography 1 Sources: http://en.wikipedia.org/wiki/ http://en.wikipedia.org/wiki/typography By Johanna Corsini P a a P o l t a a n L P i l t n a i o a o y l t n n

More information

"Charting the Course... MOC A Planning, Deploying and Managing Microsoft Forefront TMG Course Summary

Charting the Course... MOC A Planning, Deploying and Managing Microsoft Forefront TMG Course Summary Description Course Summary The goal of this three-day instructor-led course is to provide students with the knowledge and skills necessary to effectively plan, deploy and manage Microsoft Forefront Threat

More information

COMP Logic for Computer Scientists. Lecture 23

COMP Logic for Computer Scientists. Lecture 23 COMP 1002 Logic for Computer cientists Lecture 23 B 5 2 J Admin stuff Assignment 3 extension Because of the power outage, assignment 3 now due on Tuesday, March 14 (also 7pm) Assignment 4 to be posted

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

Adobe EchoSign Calculated Fields Guide

Adobe EchoSign Calculated Fields Guide Adobe EchoSign Calculated Fields Guide Version 1.0 Last Updated: May, 2013 Table of Contents Table of Contents... 2 Overview... 3 Calculated Fields Use-Cases... 3 Calculated Fields Basics... 3 Calculated

More information

Engineering Methods in Microsoft Excel. Part 1:

Engineering Methods in Microsoft Excel. Part 1: Engineering Methods in Microsoft Excel Part 1: by Kwabena Ofosu, Ph.D., P.E., PTOE Abstract This course is the first of a series on engineering methods in Microsoft Excel tailored to practicing engineers.

More information

Unit 1. Name. Basics of Geometry Part 1. 2 Section 1: Introduction to Geometry Points, Lines and Planes

Unit 1. Name. Basics of Geometry Part 1. 2 Section 1: Introduction to Geometry Points, Lines and Planes Name Period Date Points, lines, and planes are the building blocks of geometry. What is geometry? Unit 1 Basics of Geometry Part 1 Geometry means, and it involves the properties of points, lines, planes

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

Teacher Assignment and Transfer Program (TATP) On-line Teacher Application Quick Sheets

Teacher Assignment and Transfer Program (TATP) On-line Teacher Application Quick Sheets Teacher Assignment and Transfer Program (TATP) On-line Teacher Application Quick Sheets February 2018 On-line Teacher Application Process Teachers interested in applying for any advertised vacancies in

More information

Online Registration Users Guide

Online Registration Users Guide Online Registration Users Guide CJSA Online Registration Users Guide Version 1 January 26, 2010 Initial Release Version 2 March 2, 2010 Added Appendix A Version 3 July 16, 2010 Added Verification, Submittal

More information

Eureka Math. Geometry, Module 5. Student File_A. Contains copy-ready classwork and homework

Eureka Math. Geometry, Module 5. Student File_A. Contains copy-ready classwork and homework A Story of Functions Eureka Math Geometry, Module 5 Student File_A Contains copy-ready classwork and homework Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may

More information

Eureka Math. Geometry, Module 4. Student File_B. Contains Exit Ticket, and Assessment Materials

Eureka Math. Geometry, Module 4. Student File_B. Contains Exit Ticket, and Assessment Materials A Story of Functions Eureka Math Geometry, Module 4 Student File_B Contains Exit Ticket, and Assessment Materials Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work

More information

For fine ti.ito vvt* have hcen in IS PUBLISHED EVERY. OF LOWELL. n t m r n T i l t " ^ n a i I Howk & White, CAPITAL, ,000.

For fine ti.ito vvt* have hcen in IS PUBLISHED EVERY. OF LOWELL. n t m r n T i l t  ^ n a i I Howk & White, CAPITAL, ,000. G G 7 87 - G G * - -» *» - - -8 6 8 ( - * - - - [- -- ( G - ( X * ( - --» - ( - - G» # - - - x- G»»» * 6 q q 6» - * 6 76 G» q 6 * - Q * /» q ** - X - * (( G» - * * * 8 8» * * X - - - (»-» * - - G - - G

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Merge Data from Shelby v.5 & ShelbyNext to Microsoft Word

Merge Data from Shelby v.5 & ShelbyNext to Microsoft Word Merge Data from Shelby v.5 & ShelbyNext to Microsoft Word (Course #E236) Presented by: Betty Heston, Shelby Consultant 2018 Shelby Systems, Inc. Other brand and product names are trademarks or registered

More information

Teacher Assignment and Transfer Program (TATP) On-Line Application Quick Sheets

Teacher Assignment and Transfer Program (TATP) On-Line Application Quick Sheets Teacher Assignment and Transfer Program (TATP) On-Line Application Quick Sheets On-Line Application The on-line application process is being piloted for teachers applying for advertised teaching positions

More information

T10/05-233r2 SAT - ATA Errors to SCSI Errors - Translation Map

T10/05-233r2 SAT - ATA Errors to SCSI Errors - Translation Map To: T10 Technical Committee From: Wayne Bellamy (wayne.bellamy@hp.com), Hewlett Packard Date: June 30, 2005 Subject: T10/05-233r2 SAT - s to Errors - Translation Map Revision History Revision 0 (June 08,

More information

[Type text] DLC Client Manager Welcome Manual

[Type text] DLC Client Manager Welcome Manual [Type text] DLC Client Manager Welcome Manual Table of Contents Getting Started Prepping Your Data in Expert... 3 Logging In... 4 Synching with Expert... 5 Getting Started with Client Manager... 6 Working

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

SimpleSend 3.4 MANUAL.

SimpleSend 3.4 MANUAL. SimpleSend 3.4 MANUAL www.simpleindex.com Revised January, 2013 - 2 - SimpleSend Documentation Table of Contents 1 Introduction... 4 2 Freeware Features & Licensing... 5 2.1 Compare Free & Full Features...

More information

4.5 Notes Domain and Range

4.5 Notes Domain and Range Algebra 1 4.5 Notes Domain and Range Name: Date: Class #: A relation is. The entire set of numbers that are put into a relation or function is called the After putting the numbers in the domain into the

More information

Lecture 3.3 Robust estimation with RANSAC. Thomas Opsahl

Lecture 3.3 Robust estimation with RANSAC. Thomas Opsahl Lecture 3.3 Robust estimation with RANSAC Thomas Opsahl Motivation If two perspective cameras captures an image of a planar scene, their images are related by a homography HH 2 Motivation If two perspective

More information

Certified Course Curriculum

Certified Course Curriculum Basic Mailings Training Guide CERTIFIED STUDENT CURRICULUM SAGE LEARNING SERVICES Certified Course Curriculum Software Version 9.0 NOTICE This document and the Sage Fundraising 50 software may be used

More information

On the Midterm Exam. Monday, 10/17 in class. Closed book and closed notes. One-side and one page cheat sheet is allowed. A calculator is allowed

On the Midterm Exam. Monday, 10/17 in class. Closed book and closed notes. One-side and one page cheat sheet is allowed. A calculator is allowed On the Midterm Exam Monday, 1/17 in class Closed book and closed notes One-side and one page cheat sheet is allowed A calculator is allowed Covers the topics until the class on Wednesday, 1/12 Take-home

More information

B. This product shall be manufactured by a company whose quality system is in compliance with the ISO 9001, QUALITY SYSTEM.

B. This product shall be manufactured by a company whose quality system is in compliance with the ISO 9001, QUALITY SYSTEM. VECTIS ix06-1tb IP Video Network Recorder ARCHITECTURAL AND ENGINEERING SPECIFICATION DIVISION - LEVEL 1 28 ELECTRONIC SAFETY AND SECURITY LEVEL 2 28 20 00 ELECTRONIC SURVEILLANCE LEVEL 3 28 23 00 Closed

More information

Arena Word Merge Templates

Arena Word Merge Templates Arena Word Merge Templates (Course #A224) Presented by: Staci Sampson Shelby Contract Trainer 2018 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

Lesson 1: Construct an Equilateral Triangle

Lesson 1: Construct an Equilateral Triangle Lesson 1 Lesson 1: Construct an Equilateral Triangle Classwork Opening Exercise Joe and Marty are in the park playing catch Tony joins them, and the boys want to stand so that the distance between any

More information

Shading II. CITS3003 Graphics & Animation

Shading II. CITS3003 Graphics & Animation Shading II CITS3003 Graphics & Animation Objectives Introduce distance terms to the shading model. More details about the Phong model (lightmaterial interaction). Introduce the Blinn lighting model (also

More information

Why Structured Parallel Programming Matters. Murray Cole

Why Structured Parallel Programming Matters. Murray Cole 1 Why Structured Parallel Programming Matters Murray Cole Institute for Computing Systems Architecture School of Informatics University of Edinburgh Murray Cole Why Structured Parallel Programming Matters

More information

Lesson 12: Angles Associated with Parallel Lines

Lesson 12: Angles Associated with Parallel Lines Lesson 12 Lesson 12: Angles Associated with Parallel Lines Classwork Exploratory Challenge 1 In the figure below, LL 1 is not parallel to LL 2, and mm is a transversal. Use a protractor to measure angles

More information

INTRODUCTION. CONTENTS Introduction 3 Kibo (Key-Bo) 4 Our Official Name 5 Our Products 6 Brand Philosophy 8 Brand Voice and

INTRODUCTION. CONTENTS Introduction 3 Kibo (Key-Bo) 4 Our Official Name 5 Our Products 6 Brand Philosophy 8 Brand Voice and TABLE OF CONTENTS Introduction 3 Kibo (Key-Bo) 4 Our Official Name 5 Our Products 6 Brand Philosophy 8 Brand Voice and Tone 9 The Logo 10 The Icon 14 Kibo Colors 15 Kibo Pattern 16 Typography 18 Graphic

More information

Lesson 19: The Graph of a Linear Equation in Two Variables Is a Line

Lesson 19: The Graph of a Linear Equation in Two Variables Is a Line The Graph of a Linear Equation in Two Variables Is a Line Classwork Exercises THEOREM: The graph of a linear equation yy = mmmm + bb is a non-vertical line with slope mm and passing through (0, bb), where

More information

Thermo Scientific VisionMate Wireless Barcode Reader User Manual

Thermo Scientific VisionMate Wireless Barcode Reader User Manual Thermo Scientific VisionMate Wireless Barcode Reader User Manual Version 01 User Manual September 2016 This page intentionally left blank Contents Overview 1-1 Package contents 2-1 Installation requirements

More information

"Charting the Course... Teradata Basics Course Summary

Charting the Course... Teradata Basics Course Summary Course Summary Description In this course, students will learn the basics of Teradata architecture with a focus on what s important to know from an IT and Developer perspective. Topics The Teradata Architecture

More information

Handwriting Standards

Handwriting Standards ANCHOR STANDARDS adapted from the " for Handwriting & Keyboarding" retrieved from www.hw21summit.com HW.1 From legible letters, numerals, and punctuation using manuscript writing, demonstrating an understanding

More information

How to use this catalog

How to use this catalog Font Catalog Copyright 2005 Vision Engraving Systems. All rights reserved. This publication is protected by copyright, and all rights are reserved. No part of this manual may be reproduced or transmitted

More information