This is a structured tutorial demonstrating the features of the GEdit system. The tutorial guides the designer through three structured examples.

Size: px
Start display at page:

Download "This is a structured tutorial demonstrating the features of the GEdit system. The tutorial guides the designer through three structured examples."

Transcription

1 Tutorial on Gedit This is a structured tutorial demonstrating the features of the GEdit system. The tutorial guides the designer through three structured examples. Background GEdit is a program that allows a designer to construct shape grammar rules using 2-d shapes. A labeled shape is a finite arrangement of finite lines of non-zero length together with a finite set of labeled points. Each line consists of two endpoints which do not coincide. The shapes are composed of lines and labels. the first and third examples use unlabeled shapes, while the second uses labeled shapes to define the rules. A rule consists of a left hand side (the pattern) and a right hand side (the replacement). Each rule specifies a possible replacement operation. Whenever a Euclidean transformation makes the pattern part of a given shape U, the rule can be applied, replacing the transformed pattern by the replacement shape suitably transformed. The shape grammar web page at contains more detailed information on shape grammars including articles, bibliographies, and the use of shape grammars, For a more detailed overview of the GEdit system and some of the ideas of shape grammars see the document paper.pdf (the pdf format of the document) that is accessible at the same level as this document. Launching the Program First, launch the application with a GEdit file. Double-click on the file abcd in the Examples folder. This will launch the GEdit program and read the grammar in the abcd file.

2 The screen after double-clicking on the file abcd in the Examples folder The abcd window is a grammar window containing several rules; the Current Shape window is empty. The menubar after launching GEdit. To see the current shape, go to the pulldown menu in the abcd window and pulldown the menu starting with Possible in it and select Current Shape. You can also select Current Shape from the Views menu.

3 The rule strip at the top of the abcd window. Each rule appears in a separate cell. There are four rules displayed in the rule strip. Rules with both a pattern and replacement shape contain an orange marker on the left and right hand sides of the rule serving as a reference point. Only the first two rules have both pattern and replacement shapes; the last two rules erase the shape. The first rule replaces a square by two squares arranged so that one corresponds to the pattern and the other to an identical square arranged so that its bottom left hand corner is at the center of the other square. The second rule reverses the roles of the pattern and replacement, effectively erasing one of two squares arranged in that way. Select the first rule in the rule strip by holding the mouse button down. Continue holding the button down, while keeping the mouse relatively steady. A marking menu will pop up. The menu items are arranged in a circular pattern around a circular, central hole. The menu items appear in black lettering on a white background. There are four menu items: Inspect, Remove, Copy and Rules. The first last two items have a small shadowed circle to their left indicating that they are menus. When a menu item is selected it will appear as white lettering on a black background. To avoid making a selection return to the central hole and release the mouse button. Position the mouse over the replacement shape (left hand side) of the first rule. To select the Inspect menu item, continue holding the mouse button down and move until the Inspect menu item is highlighted (becomes white lettering on a black ground). Then release the mouse button. The menu will disappear and the action will be performed.

4 The Shapes window will appear, allowing you to examine the replacement shape of the first rule at the default 1x scale. You can increase or decrease the scale by invoking a marking menu inside the window. Experiment with the various options: Enlarge, Reduce, and Normal. Notice that Normal is dimmed since the view is already at normal (1x) scale. You can enlarge or reduce the shape by a factor of 8 (1x, 2x, 4x, 8x,1/2x, 1/4x, and 1/8x) Select the Copy submenu, by moving the mouse while keeping the button pressed until the Copy item is highlighted, pause for a moment as soon as it is highlighted while keeping the mouse button pressed. A new menu will appear. Continue keeping the button pressed, select the Rule menu item by keeping the mouse button pressed down, moving the mouse until the item is highlighted, then release the button. To avoid making a Copy selection, return to the center of the Copy menu while keeping the mouse button depressed. Release the mouse button, the menu will disappear and the previous menu will appear. To avoid making any selection, return to the center of the original menu and release the mouse button.

5 A copy of the rule will appear in the working rule area at the bottom of the abcd window. There are separate menus for the two shaded regions and for the white region in between. In the white region near the arrow, invoke the marking menu. Select the Animate menu item. The Alternatives window appears showing the four ways in which the rule allows the pattern a square to be replaced. The gray lines indicate portions of the original lines retained by the rule, blue lines the added line segments, and orange lines the deleted portions of line segments. From the rule strip, select the replacement shape of the first rule and use the marking menu to select first the Copy submenu and then to select the Current shape menu item. The system will copy the replacement shape into the current shape window. In the current shape window invoke the Rules submenu and select the Possibilities menu item. The animate item animates the rule, retract retracts the rule (in this case it would return the current shape to its previous empty state).

6 While your system may not show this possibility as the first one, it will appear as one of them. There are 12 possibilities in total including several that leave the shape unchanged. The current shape window allows you to examine them one at a time. To go to the next shape, use the marking menu to select Next or press the right arrow or page down keys; to go the previous shape, use the marking menu to select Previous, or press the left arrow or page up keys. To go to the first shape, press the Home key; to go to the last shape press the End key. You can also examine the possibilities in an array. To view the possibilities window, either select possible from the pulldown menu on the abcd window, or select Possibilities from the views menu. The possibilities window allows you to see more possibilities at the same time. You can increase or decrease the size of the cells by using a marking menu to

7 select Reduce or Enlarge, trading screen space for detail. To select a particular rule application, invoke the marking menu over the cell containing the desired shape and from the Rules submenu choose select. The current shape window reflect the fact that the rule has changed the current shape If you want to find where the pattern appears in the shape from the Rules menu in the menubar, select Show Pattern. The menu item will be checked when it is on and otherwise will be unchecked. With Show Pattern in effect, selecting Rules and then Possibilities shows the three instances of the square in the shape. Choosing Select from the Rules submenu will now have the effect of selecting the pattern, and displaying the four resulting shapes. Choosing select again will make that shape the current shape.

8 A Grammar for Brick Patterns Next open another grammar containing two rules for generating brick patterns. The rules uses labels to restrict the application of a rule. From the Files menu in the menubar select Open and then open the brick file in the list. Any of the files with orange squares in their icons are GEdit files that correspond to grammars. You used the file abcd in the previous example. More examples may be added to the list This grammar contains two rules, one that creates an infinite pattern and another that ultimately creates one of four shapes. The two rules both use a single label a circle with an empty fill pattern. The figure below shows an enlarged version of a label filled with a pattern. There is one point associated with the label the point p corresponding to the top left hand corner of the rectangle. The other four points denote the corners of the bounding rectangle for the circle. Even when the circle becomes an ellipse, the top left corner is still the point associated with the label.

9 P In both rules the label is placed in the same relative position that it appears in the pattern within the rightmost rectangle in the replacement shape. In many programs this is the perceived location of the circle. How the abcd window appears after copying the first rule to the rule area.

10 The Alternatives window shows the result of animating the rule. Colors serve to distinguish the changed portions of the shape: gray indicates the retained portion the four lines, orange the deleted portions of the shape the label associated with the pattern, and blue the portions added the three line segments at the right and the label. The Current Shape window after copying the pattern to the current shape. After applying the rule two times, this is the single possibility. The design continues to grow down and to the right.

11 The current shape window after copying the pattern of the second rule to the current shape. After applying the rule two times, this is the single possibility. The design continues to grow around the central square. Importing Pictures There are two ways to incorporate a rule or shape into the system: copying a picture onto the clipboard and then pasting it into the system or reading an entire file in pict format. In both cases, you must create the picture using a standard application (e.g. MiniCad) with the line and circle tools. The simplest way to demonstrate the feature is to go to the rule area and select either the pattern or replacement shapes.

12 This is the rule area before the cut. This is the rule area after the cut. To show the contents of the clipboard, go to the Finder and select Show Clipboard from the Edit menu. The contents of the clipboard is displayed after the Show Clipboard commands. The pattern has been transferred to the clipboard. Return to the GEdit program and paste the contents of the clipboard back into the pattern. The rule will now look just as it did just before the cut. Next we will convert a file containing a picture containing a rule. The system can interpret any file that has been saved as a picture. It will place the rule in the rule area at the bottom of the grammar window. Draw the lines using the

13 line tool and labels using the oval tool. The fill pattern of the circle distinguishes labels, allowing a wide variety of labels. Remember to draw the pattern and replacement shapes together to ensure that the rule will perform as expected. Use the default solid black pattern to draw the lines and the ovals. Select the brick window. From the File menu on the menubar select Convert pict Select the closed.pict file. The rotated.pict file corresponds to the rule in the next example. The rule area after the picture has been interpreted. Next, add the rule to rule strip. Select the rule by clicking on it once (clicking it twice brings up pictures of the pattern and replacement). Press the mouse button down in-between the pattern and replacement, and select Add rule from the marking menu that appears. The rule will disappear from the rule area and then reappear at the end of the rule strip.

14 The rule strip after moving the rule from the rule area. Animate the rule, using Animate from the Rules submenu. This shows that rule erases the pattern and replaces it with a new shape. The result after applying the rule several times A final example - roundoff errors The final example shows a simple grammar that rotates very simple grammar to rotate a square around its center by 45. From the File menu select Open

15 and select the Rotated Square file in the Examples folder. The file rotated.pict contains the first rule in the grammar. The grammar demonstrates that the square can be rotated twice in succession to return to its original size and position. The rule strip of the window after opening the rotated square file. The alternatives window shows the result of animating the first rule. The rule effectively rotates the square.

16 Set the current shape to the third shape in the rule strip by selecting that shape and the choosing the Current shape menu item from the copy menu. Then select the first rule. Next generate the rule possibilities by selecting Possibilities from the Rules menu item. Journey through the alternatives, selecting the following one, by choosing Select from the Rules menu. Choose rule possibilities again (from the rules menu select possibilities) The screen image below shows that the square returns to its original position.. If you select this rule application and then apply the rule again, the system will recognize the lower left square within the blue square and not any of the other

17 three squares. This suggests that there is a problem with roundoff. The system uses rational transformations to approximate an irrational transformation. The result is a roundoff error that creates the problem just described. Exiting from the Program To exit from the program, select Quit from the File menu The system will then ask you three times to restart the shape computation, once for abcd, once for brick, and once for rotated square. Press Yes each time. Sometimes this message appears. Press Yes.

18 Press Discard to leave the brick file unchanged.

Drawing Tools. Drawing a Rectangle

Drawing Tools. Drawing a Rectangle Chapter Microsoft Word provides extensive DRAWING TOOLS that allow you to enhance the appearance of your documents. You can use these tools to assist in the creation of detailed publications, newsletters,

More information

Anima-LP. Version 2.1alpha. User's Manual. August 10, 1992

Anima-LP. Version 2.1alpha. User's Manual. August 10, 1992 Anima-LP Version 2.1alpha User's Manual August 10, 1992 Christopher V. Jones Faculty of Business Administration Simon Fraser University Burnaby, BC V5A 1S6 CANADA chris_jones@sfu.ca 1992 Christopher V.

More information

Learning Microsoft Word By Greg Bowden. Chapter 10. Drawing Tools. Guided Computer Tutorials

Learning Microsoft Word By Greg Bowden. Chapter 10. Drawing Tools. Guided Computer Tutorials Learning Microsoft Word 2007 By Greg Bowden Chapter 10 Drawing Tools Guided Computer Tutorials www.gct.com.au PUBLISHED BY GUIDED COMPUTER TUTORIALS PO Box 311 Belmont, Victoria, 3216, Australia www.gct.com.au

More information

Part 1: Basics. Page Sorter:

Part 1: Basics. Page Sorter: Part 1: Basics Page Sorter: The Page Sorter displays all the pages in an open file as thumbnails and automatically updates as you add content. The page sorter can do the following. Display Pages Create

More information

Adobe Flash CS3 Reference Flash CS3 Application Window

Adobe Flash CS3 Reference Flash CS3 Application Window Adobe Flash CS3 Reference Flash CS3 Application Window When you load up Flash CS3 and choose to create a new Flash document, the application window should look something like the screenshot below. Layers

More information

Recipes4Success. Draw and Animate a Rocket Ship. Frames 5 - Drawing Tools

Recipes4Success. Draw and Animate a Rocket Ship. Frames 5 - Drawing Tools Recipes4Success You can use the drawing tools and path animation tools in Frames to create illustrated cartoons. In this Recipe, you will draw and animate a rocket ship. 2012. All Rights Reserved. This

More information

Introduction to Flash - Creating a Motion Tween

Introduction to Flash - Creating a Motion Tween Introduction to Flash - Creating a Motion Tween This tutorial will show you how to create basic motion with Flash, referred to as a motion tween. Download the files to see working examples or start by

More information

Ancient Cell Phone Tracing an Object and Drawing with Layers

Ancient Cell Phone Tracing an Object and Drawing with Layers Ancient Cell Phone Tracing an Object and Drawing with Layers 1) Open Corel Draw. Create a blank 8.5 x 11 Document. 2) Go to the Import option and browse to the Graphics 1 > Lessons folder 3) Find the Cell

More information

Peripheral Devices devices attached to the CPU (computer)

Peripheral Devices devices attached to the CPU (computer) Lesson Notes Author: Pamela Schmidt Peripheral Devices devices attached to the CPU (computer) Input Devices allows information to be sent to the computer Pointing Devices Mouse Most mice have two buttons.

More information

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics Session 7 MS Word Graphics Inserting Clipart, and Graphics Modify graphics Position graphics Table of Contents Session 7 Working with Graphics... 1 The Toolbar... 1 Drawing Toolbar... 1 Picture Toolbar...

More information

Creating a Text Frame. Create a Table and Type Text. Pointer Tool Text Tool Table Tool Word Art Tool

Creating a Text Frame. Create a Table and Type Text. Pointer Tool Text Tool Table Tool Word Art Tool Pointer Tool Text Tool Table Tool Word Art Tool Picture Tool Clipart Tool Creating a Text Frame Select the Text Tool with the Pointer Tool. Position the mouse pointer where you want one corner of the text

More information

SMART Board Notebook Software, Version 10

SMART Board Notebook Software, Version 10 SMART Board Notebook Software, Version 10 Interactive Whiteboard is the generic name for SMART Board, Mimio, etc. SMART Board Notebook is an application that comes with SMART Board and works on the Mimio

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Graphics Microsoft Clip Art Introduction Office 2001 wants to be the application that does everything, including Windows! When it comes

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

More information

Promethean Board. Guide to Basics

Promethean Board. Guide to Basics Promethean Board Guide to Basics 1 Table of Contents Introduction... 3 Aligning the Projector Image... 3 Calibrating the ACTIVboard... 4 Opening ACTIVstudio/Creating a Profile... 4 Features Located Within

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

CREATING DESMOS ETOOLS

CREATING DESMOS ETOOLS CREATING DESMOS ETOOLS Table of Contents Using Desmos... 3 Creating & Using a Desmos Account (Top Black Bar)... 4 Domain/Range & Axis Labels & Zoom: (Right side Icons)... 6 Adding Items in the List Tray:

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Algebra 1 EOC practice test. By reviewing the steps listed below, you will have a better understanding of the test functionalities,

More information

Adobe Illustrator CS5 Part 2: Vector Graphic Effects

Adobe Illustrator CS5 Part 2: Vector Graphic Effects CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 2: Vector Graphic Effects Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading the

More information

2. If a window pops up that asks if you want to customize your color settings, click No.

2. If a window pops up that asks if you want to customize your color settings, click No. Practice Activity: Adobe Photoshop 7.0 ATTENTION! Before doing this practice activity you must have all of the following materials saved to your USB: runningshoe.gif basketballshoe.gif soccershoe.gif baseballshoe.gif

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction VLSI Lab Tutorial 1 Cadence Virtuoso Schematic Composer Introduction 1.0 Introduction The purpose of the first lab tutorial is to help you become familiar with the schematic editor, Virtuoso Schematic

More information

3.2 A Three-Bar Linkage 51

3.2 A Three-Bar Linkage 51 3.2 A Three-Bar Linkage 51 It may happen that the drawing in Euclidean view is too big or too small. You can use the zooming tools to change this. There is a Zoom-In and a Zoom-Out tool below the Euclidean

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Florida Standards Assessments (FSA) Algebra 1 End-of- Course (EOC) practice test. By reviewing the steps listed below, you

More information

Using Microsoft Power Point

Using Microsoft Power Point Using Microsoft Power Point Using the Menus in both the English and Japanese Versions Toolbars Shortcuts Resources on the Web Contents Menus Page Main Menu 1 File Menu 2 Edit Menu 3 View Menu 4 Insert

More information

To learn how to use Focus in Pix:

To learn how to use Focus in Pix: Welcome To learn how to use Focus in Pix: Step-by-step guide Visit www.focusinpix.com/quick-guide for a quick overview of Focus in Pix software. You will also find many tips and tutorials on our site.

More information

Computer Literacy Guide. for use in a Family Literacy Center

Computer Literacy Guide. for use in a Family Literacy Center Computer Literacy Guide for use in a Family Literacy Center ISBN: 1-931507-94-5 2003 FAMILY LITERACY CENTERS, INC. All rights reserved. No part of this book may be reproduced or used in any form, including

More information

Beginning PowerPoint XP for Windows

Beginning PowerPoint XP for Windows Beginning PowerPoint XP for Windows Tutorial Description This course introduces you to the PowerPoint program basics for creating a simple on-screen presentation. Intended Audience Individuals interested

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Microsoft Office Publisher

Microsoft Office Publisher Microsoft Office 2007- Publisher Opening Microsoft Publisher Using the Start Menu, click on All Programs and navigate to the Microsoft Office folder. Click on Microsoft Office Publisher 2007. Choosing

More information

This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality.

This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality. This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality. If you need further assistance with questions, you can refer to the

More information

Microsoft Office. Microsoft Office

Microsoft Office. Microsoft Office is an office suite of interrelated desktop applications, servers and services for the Microsoft Windows. It is a horizontal market software that is used in a wide range of industries. was introduced by

More information

Spiky Sphere. Finding the Sphere tool. Your first sphere

Spiky Sphere. Finding the Sphere tool. Your first sphere Spiky Sphere Finding the Sphere tool The Sphere tool is part of ShapeWizards suite called MagicBox (the other tools in the suite are Pursuit, Shell, Spiral). You can install all these tools at once by

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

OnPoint s Guide to MimioStudio 9

OnPoint s Guide to MimioStudio 9 1 OnPoint s Guide to MimioStudio 9 Getting started with MimioStudio 9 Mimio Studio 9 Notebook Overview.... 2 MimioStudio 9 Notebook...... 3 MimioStudio 9 ActivityWizard.. 4 MimioStudio 9 Tools Overview......

More information

Fig. A. Fig. B. Fig. 1. Fig. 2. Fig. 3 Fig. 4

Fig. A. Fig. B. Fig. 1. Fig. 2. Fig. 3 Fig. 4 Create A Spinning Logo Tutorial. Bob Taylor 2009 To do this you will need two programs from Xara: Xara Xtreme (or Xtreme Pro) and Xara 3D They are available from: http://www.xara.com. Xtreme is available

More information

PowerPoint 2003 for Windows Version Technology Workshop: Basic PowerPoint Animation for Music Presentations

PowerPoint 2003 for Windows Version Technology Workshop: Basic PowerPoint Animation for Music Presentations PowerPoint 2003 for Windows Version! Technology Workshop: Basic PowerPoint Animation for Music Presentations Edmond Johnson February 13, 2008 Three Basic Animation Techniques 1. Making things appear 2.

More information

Microsoft Office Word. Help. Opening a Document. Converting from Older Versions

Microsoft Office Word. Help. Opening a Document. Converting from Older Versions Microsoft Office 2007 - Word Help Click on the Microsoft Office Word Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

FSA Geometry EOC Practice Test Guide

FSA Geometry EOC Practice Test Guide FSA Geometry EOC Practice Test Guide This guide serves as a walkthrough of the Florida Standards Assessments (FSA) Geometry End-of- Course (EOC) practice test. By reviewing the steps listed below, you

More information

Microsoft. An Introduction

Microsoft. An Introduction Microsoft Amarillo College Revision Date: February 7, 2011 Table of Contents SLIDE MASTER... 2 ACCESSING THE SLIDE MASTER... 2 BACKGROUNDS... 2 FONT COLOR OF SLIDE TITLES... 3 FONT COLOR OF BULLET LEVELS...

More information

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE Getting Started with Abaqus: Interactive Edition Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you

More information

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Tim Varner - 2004 The Inventor User Interface Command Panel Lists the commands that are currently

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

The original image. Let s get started! The final result.

The original image. Let s get started! The final result. Vertical Photo Panels Effect In this Photoshop tutorial, we ll learn how to create the illusion that a single photo is being displayed as a series of vertical panels. It may look complicated, but as we

More information

A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan

A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan Samantha T. Porter University of Minnesota, Twin Cities Fall 2015 Index 1) Automatically masking a black background / Importing Images.

More information

Word 2010 Beginning. Technology Integration Center

Word 2010 Beginning. Technology Integration Center Word 2010 Beginning File Tab... 2 Quick Access Toolbar... 2 The Ribbon... 3 Help... 3 Opening a Document... 3 Documents from Older Versions... 4 Document Views... 4 Navigating the Document... 5 Moving

More information

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

2. Write Your Test Questions & Create Interactions Page 12

2. Write Your Test Questions & Create Interactions Page 12 This guide will show you how to create a computer-based test using Authorware 4.0 or higher. These instructions are for use on both Macintosh and IBM (Windows) computers. It is recommended that you purchase

More information

Introducing Your Sun Desktop

Introducing Your Sun Desktop Introducing Your Sun Desktop Everything on your screen is part of your Sun Desktop, which includes many features to make your work easier. This introduction presents the basic skills you need to start

More information

Motion Guide Animations

Motion Guide Animations Motion Guide Animations Chapter 8 Animations that involve objects orbiting around a point can be done using fixed points, but better results can sometimes be achieved through the use of a circular motion

More information

SMART Notebook Quick Reference Guide. Created by Veronica Garcia

SMART Notebook Quick Reference Guide. Created by Veronica Garcia SMART Notebook Quick Reference Guide Created by Veronica Garcia Grouping To group objects, you must have all of the objects you want to group together already on the SMART Notebook page. Grouping can be

More information

Dice in Google SketchUp

Dice in Google SketchUp A die (the singular of dice) looks so simple. But if you want the holes placed exactly and consistently, you need to create some extra geometry to use as guides. Plus, using components for the holes is

More information

Intermediate Microsoft Word 2010

Intermediate Microsoft Word 2010 Intermediate Microsoft Word 2010 USING PICTURES... PAGE 02! Inserting Pictures/The Insert Tab! Picture Tools/Format Tab! Resizing Images! Using the Arrange Tools! Positioning! Wrapping Text! Using the

More information

ShiftWizard User Guide. Version 4

ShiftWizard User Guide. Version 4 ShiftWizard User Guide Version 4 ShiftWizard Program and User Guide 2003 Emergency Medicine Informatics, LLC. All rights reserved. 2 Introduction...4 Running the ShiftWizard...4 Starting the ShiftWizard

More information

BASIC MICROSOFT POWERPOINT

BASIC MICROSOFT POWERPOINT BASIC MICROSOFT POWERPOINT PART ONE PHONE: 504-838-1144 IT Training Team Jefferson Parish Library EMAIL: jpltrain@jplibrary.net In this class you will learn to: Launch, close, and interact with Microsoft

More information

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

Was this document helpful? smarttech.com/docfeedback/ SMART Ink 5.2 USER S GUIDE

Was this document helpful? smarttech.com/docfeedback/ SMART Ink 5.2 USER S GUIDE Was this document helpful? smarttech.com/docfeedback/171190 SMART Ink 5.2 USER S GUIDE Trademark notice SMART Ink, SMART Notebook, SMART Meeting Pro, Pen ID, smarttech, the SMART logo and all SMART taglines

More information

Grade 8 FSA Mathematics Practice Test Guide

Grade 8 FSA Mathematics Practice Test Guide Grade 8 FSA Mathematics Practice Test Guide This guide serves as a walkthrough of the Grade 8 Florida Standards Assessments (FSA) Mathematics practice test. By reviewing the steps listed below, you will

More information

DeskCNC setup and operation manual

DeskCNC setup and operation manual DeskCNC setup and operation manual This document explains how to install, setup and cut foam shapes using DeskCNC 4 axis foam cutting software. The document will go through a step by step process of how

More information

EASY INTERACTIVE WHITEBOARD

EASY INTERACTIVE WHITEBOARD EASY INTERACTIVE WHITEBOARD CONNECT COMPUTER/TURN ON PROJECTOR LAPTOP For the projectors in the labs, a computer is connected. These instructions are for you to connect a laptop computer to the projector.

More information

Texas School for the Blind and Visually Impaired. Using The Drawing Tools in Microsoft Word 2007 for Tactile Graphic Production

Texas School for the Blind and Visually Impaired. Using The Drawing Tools in Microsoft Word 2007 for Tactile Graphic Production Texas School for the Blind and Visually Impaired Outreach Programs 1100 West 45 th Street Austin, Texas, 78756 Using The Drawing Tools in Microsoft Word 2007 for Tactile Graphic Production Developed by:

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Module 4A: Creating the 3D Model of Right and Oblique Pyramids

Module 4A: Creating the 3D Model of Right and Oblique Pyramids Inventor (5) Module 4A: 4A- 1 Module 4A: Creating the 3D Model of Right and Oblique Pyramids In Module 4A, we will learn how to create 3D solid models of right-axis and oblique-axis pyramid (regular or

More information

Beginning PageMaker 7.0

Beginning PageMaker 7.0 Information Technology Rice University Document MAC 2 September 2001 Beginning PageMaker 7.0 This document explains the terminology and some basic applications of PageMaker 7.0. This document also contains

More information

Adobe Illustrator CS Design Professional GETTING STARTED WITH ILLUSTRATOR

Adobe Illustrator CS Design Professional GETTING STARTED WITH ILLUSTRATOR Adobe Illustrator CS Design Professional GETTING STARTED WITH ILLUSTRATOR Chapter Lessons Create a new document Explore the Illustrator window Create basic shapes Apply fill and stroke colors to objects

More information

Shell Education #50672 Interactive Whiteboard Activities: Mathematics 1

Shell Education #50672 Interactive Whiteboard Activities: Mathematics 1 Shell Education #50672 Interactive Whiteboard Activities: Mathematics 1 Table of Contents Introduction......................................4 Overview.......................................4 Getting Started..................................4

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

More information

SMART Board Quick Reference

SMART Board Quick Reference The Ready Light Your SMART Board interactive whiteboard includes a Ready Light that indicates the status of your interactive whiteboard. Color of Ready Light Not lit Solid green Flashing green Solid red

More information

Making ecards Can Be Fun!

Making ecards Can Be Fun! Making ecards Can Be Fun! A Macromedia Flash Tutorial By Mike Travis For ETEC 664 University of Hawaii Graduate Program in Educational Technology April 4, 2005 The Goal The goal of this project is to create

More information

Creating a Flyer. Open Microsoft Publisher. You will see the list of Popular Publication Types. Click the Blank Page Sizes.

Creating a Flyer. Open Microsoft Publisher. You will see the list of Popular Publication Types. Click the Blank Page Sizes. Creating a Flyer Open Microsoft Publisher. You will see the list of Popular Publication Types. Click the Blank Page Sizes. Double click on Letter (Portrait) 8.56 x 11 to open up a Blank Page. Go to File

More information

BIM - ARCHITECTUAL PLAN VIEWPORTS

BIM - ARCHITECTUAL PLAN VIEWPORTS BIM - ARCHITECTUAL PLAN VIEWPORTS INTRODUCTION There are many uses for viewports in Vectorworks software. Viewports can display an entire drawing, as well as cropped views of a drawing. These views can

More information

40. Sim Module - Common Tools

40. Sim Module - Common Tools HSC Sim Common Tools 15021-ORC-J 1 (33) 40. Sim Module - Common Tools Table of Contents 40.1. Drawing flowsheets and adding tables to flowsheets... 2 40.1.1. Drawing units... 2 40.1.2. Drawing streams...

More information

JASCO CANVAS PROGRAM OPERATION MANUAL

JASCO CANVAS PROGRAM OPERATION MANUAL JASCO CANVAS PROGRAM OPERATION MANUAL P/N: 0302-1840A April 1999 Contents 1. What is JASCO Canvas?...1 1.1 Features...1 1.2 About this Manual...1 2. Installation...1 3. Operating Procedure - Tutorial...2

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

COLORSPACE USER MANUAL

COLORSPACE USER MANUAL BLAIR COMPANIES COLORSPACE USER MANUAL Rev 1b Part # 33-19-13 5107 Kissell Avenue Altoona PA 16601 814-949-8287 blaircompanies.com TABLE OF CONTENTS Overview/Startup...3 Basic Text Controls...4-7 Message

More information

Tutorial 4: Texture Mapping Techniques

Tutorial 4: Texture Mapping Techniques Tutorial 4: Texture Mapping Techniques Completion time 40 minutes In the previous tutorial we learned how to create materials, and how to assign texture maps to those materials. In this tutorial we will

More information

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7)

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) Graph as a XY Scatter Chart, add titles for chart and axes, remove gridlines. A. Select

More information

Creating or enlarging a hole in the center of a kaleidoscope (Paint Shop Pro)

Creating or enlarging a hole in the center of a kaleidoscope (Paint Shop Pro) TM Kaleidoscope Kreator Tutorial Series Creating or enlarging a hole in the center of a kaleidoscope (Paint Shop Pro) There may be times when you want to create (or enlarge) a hole in the center of a kaleidoscope:

More information

Magazine Layout Design. and Adobe InDesign basics

Magazine Layout Design. and Adobe InDesign basics Magazine Layout Design and Adobe InDesign basics Click on Document on the right side of the pink and black box in the center of your screen. To create a document If this box does not pop open, go to the

More information

FREEDOM-Pad Installation and Operation

FREEDOM-Pad Installation and Operation FREEDOM-Pad Installation and Operation Quick Start Steps for installing FREEDOM-Pad Page 2 Desktop Install Overview Page 2 Mobile Device Installation Overview Page 2 Activating the Battery Page 2 Resetting

More information

To Select a Tool: Persistence of Tools. Tools. New Graphic Tool. Do one of the following: Click a tool icon on the palette.

To Select a Tool: Persistence of Tools. Tools. New Graphic Tool. Do one of the following: Click a tool icon on the palette. Visualization and Graphics 119 To Select a Tool: Do one of the following: Click a tool icon on the palette. With a graphic selected, type one of these letters: o, p, f, l, s, a, g, c, q, m, t Persistence

More information

Autodesk Inventor 2019 and Engineering Graphics

Autodesk Inventor 2019 and Engineering Graphics Autodesk Inventor 2019 and Engineering Graphics An Integrated Approach Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 1 Introduction to Microsoft Word 2010 Handout from Lodi Memorial Library (Developed by Barb Hauck Mah for ESL Tech Literacy Grant; Modified by Jennifer Cohen Feb. 2015) What is Microsoft Word? Microsoft

More information

-Remember to always hit Command + S every time you make a change to your project going forward.

-Remember to always hit Command + S every time you make a change to your project going forward. -Open Animate -Under Create New - Select ActionScript 3.0 -Choose Classic as the Design type located in the upper right corner -Animate workspace shows a toolbar, timeline, stage, and window tabs -From

More information

PowerPoint 2016 Advanced for Windows

PowerPoint 2016 Advanced for Windows 1 PowerPoint 2016 Advanced for Windows PowerPoint 2016 Advanced for Windows Training Objective To learn advanced features of PowerPoint 2016 in order to create more elaborate presentations. What you can

More information

With ClaroIdeas you can quickly and easily create idea maps using a combination of words, symbols and pictures.

With ClaroIdeas you can quickly and easily create idea maps using a combination of words, symbols and pictures. Welcome to ClaroIdeas ClaroIdeas is a fresh tool to support the creation and editing of concept maps or idea maps using visual and audio components. It has been specifically developed to support people

More information

In this lesson, you ll learn how to:

In this lesson, you ll learn how to: LESSON 5: ADVANCED DRAWING TECHNIQUES OBJECTIVES In this lesson, you ll learn how to: apply gradient fills modify graphics by smoothing, straightening, and optimizing understand the difference between

More information

Vision Pointer Tools

Vision Pointer Tools Vision Pointer Tools Pointer Tools - Uses Pointer Tools can be used in a variety of ways: during a Vision Demo to annotate on the master station s screen during a Remote Control session to annotate on

More information

Lesson 2 Quick Tour and Features

Lesson 2 Quick Tour and Features Lesson 2 Quick Tour and Features Objectives Students will format a document page. Students will use a spell-checker. Students will copy, cut, and paste text. Students will adjust paragraph indentations.

More information

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence E C D L S y l l a b u s 5. 0 Module 6 Presentation Contents GRAPHICAL OBJECTS... 1 INSERTING DRAWN OBJECTS... 1 ADDING TEXT TO A DRAWN OBJECT... 2 FORMATTING DRAWN OBJECTS...

More information

The PCC CIS etutorial to Windows

The PCC CIS etutorial to Windows The PCC CIS etutorial to Windows Table of Contents What do I see when I start my computer?...3 What is the desktop?...4 What is the start menu?...5 How do I adjust my windows?...6 How do I minimize a window?...6

More information

An Animated Scene. Pick a color for the street. Then use the Paint can to fill the lower part of the page with grass.

An Animated Scene. Pick a color for the street. Then use the Paint can to fill the lower part of the page with grass. An Animated Scene In this project, you create a simple animated scene with graphics, a bit of text, a simple animation and some music. Click on the Steps below and be creative! Remember: if you must leave

More information

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids.

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids. ClickerPaintManualUS.indd 2-3 13/02/2007 13:20:28 Clicker Paint User Guide Contents Introducing Clicker Paint 5 Free resources at LearningGrids.com, 6 Installing Clicker Paint, 6 Getting Started 7 How

More information

Adobe Acrobat 5.0. Overview. Internet & Technology Training Services Miami Dade County Public Schools

Adobe Acrobat 5.0. Overview. Internet & Technology Training Services Miami Dade County Public Schools Adobe Acrobat 5.0 Overview Internet & Technology Training Services Miami Dade County Public Schools Preparing Microsoft Office Documents in.pdf Format Converting Documents to.pdf Format Using the Tool

More information

Creating and Analyzing a Simple Model in Abaqus/CAE

Creating and Analyzing a Simple Model in Abaqus/CAE Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you through the Abaqus/CAE modeling process by visiting

More information

Computer Essentials Session 1 Lesson Plan

Computer Essentials Session 1 Lesson Plan Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012 Intermediate/Advanced Faculty Development Workshop FSE Faculty retreat April 18, 2012 Remote Desktop Sharing Quick Reference Guide for Moderators The Moderator or a Participant may request control of another

More information