Jordan McGuigan Sara Christensen.  Document the network protocol  The network protocol provides an interface in which to communicate with other tables.

Slides:



Advertisements
Similar presentations
Lesson 15 Presentation Programs.
Advertisements

Chapter 3 Application Software p. 6.
Understand the Macromedia Flash environment Open a document and play a movie Create and save a movie Work with layers and the timeline Plan a Web site.
Chapter 6 Photoshop and ImageReady: Part II The Web Warrior Guide to Web Design Technologies.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Calendar Browser is a groupware used for booking all kinds of resources within an organization. Calendar Browser is installed on a file server and in a.
Front and Back End: Webpage and Database Management Prepared by Nailya Galimzyanova and Brian J Kapala Supervisor: Prof. Adriano Cavalcanti, PhD College.
Spatial Hypermedia and Augmented Reality
Adobe Photoshop CS Design Professional ADOBE PHOTOSHOP CS GETTING STARTED WITH.
Lab 10: Creating a Presentation
Web Page Development Identify elements of a Web Page Start Notepad
Macromedia Flash MX 2004 – Design Professional Macromedia Flash MX GETTING STARTED WITH.
Virtual Meetings Increasing Collaboration While Reducing Costs and Ensuring Business Continuity Ram Narayanaswamy CTO 8x8, Inc.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Story Boards. Creating and using storyboards Storyboards are an essential tool when designing websites. They help keep developers and graphic artists.
Open and save files directly from Word, Excel, and PowerPoint No more flash drives or sending yourself documents via Stop manually merging versions.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Dobrin / Keller / Weisser : Technical Communication in the Twenty-First Century. © 2008 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Baiboard Ask3 Nearpod. Kimberly Boyd Kay Cole Edmodo Group Code: ib9yk2.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
Lesson 17 Enhancing Presentations with Multimedia Effects
Introduction to Interactive Media 02. The Interactive Media Development Process.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Unit 12 LO3 Be able to design websites
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
OCLC Online Computer Library Center CONTENTdm ® Digital Collection Management Software Ron Gardner, OCLC Digital Services Consultant ICOLC Meeting April.
Introducing Dreamweaver MX 2004
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
Computing on the Cloud Jason Detchevery March 4 th 2009.
IE 411/511: Visual Programming for Industrial Applications
Dm 11 – Intro. To Flash Macromedia Flash MX GETTING STARTED WITH.
Macromedia Flash CS4. What is Flash CS4? –Animation and interactive authoring program –Tools for complex animation, as well as excellent drawing tools.
Introduction to Interactive Media The Interactive Media Development Process.
On Hardware and Software. On Hardware  Selection of proper platform for developing your multimedia is based on –Personal preference –Budget constraints.
Web Engineering Web engineering is the process used to create high quality WebApps. Web engineering is not a perfect clone of software engineering. But.
Chapter 12 Visual Aids. Learning Objective 1 Describe the purposes of visual aids in written and oral communication.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
How to Make a PowerPoint Yes you can do it too! How to (legally) Download PowerPoint aspx?family=officehomestudent&culture=en.
HTML Comprehensive Concepts and Techniques Second Edition.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Unit A Getting Started with Adobe Photoshop. What is Adobe Photoshop? Adobe Photoshop delivers powerful, industry-standard image-editing tools for designers.
Working with Shapes Guided Lesson. Objective  In this lesson you will learn how to insert a shape and format it by changing its fill color, outline color,
SMART Boards in the World Language Classroom Amanda Robustelli-Price 9/20/11.
Chapter 5 Introduction To Form Builder. Lesson A Objectives  Display Forms Builder forms in a Web browser  Use a data block form to view, insert, update,
A Quick Review Of Unit 6 – Using Microsoft Office PowerPoint 2007 Key Applications © CCI Learning Solutions Inc.
© Prentice Hall, 2007 Excellence in Business Communication, 7eChapter Writing Reports and Proposals.
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
1. Electronic Presentation Overview Terry Harnden.
Learning Aim B.  In this section, you will consider the resources necessary for designing your website.  You will also think about any constraints that.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Final Review Systems Analysis and Design in a Changing World, 4th Edition 1 Final Review u Chapters 1-6, 8-10, 13, 14, 15 u Multiple choice, short answer,
Boxes. boxes- learning targets o I will be able to display buttons (boxes) o I will be able to organize boxes o I will be able to create an animation.
1 INTRODUCTION TO COMPUTER GRAPHICS. Computer Graphics The computer is an information processing machine. It is a tool for storing, manipulating and correlating.
Third Grade Home Directory/H-Drive The location on the server where individual users can save their work. This directory is named the same as the username.
CONTENT INCLUDED IN POSTERS THAT WOULD BE DISPLAYED IN A GYM AND METHODS BY WHICH THESE POSTERS CAN BE CREATED.
Objective % Select and utilize tools to design and develop websites.
Working in the Forms Developer Environment
Objectives At the end of this session, students will be able to:
Chapter Lessons Understand the Macromedia Flash workspace
Chapter Lessons Start Adobe Photoshop CS
Objective % Select and utilize tools to design and develop websites.
Inserting Graphics, Media, and Objects
Chapter 4 Application Software
Graphic Editing Terms Cropping
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Presentation transcript:

Jordan McGuigan Sara Christensen

 Document the network protocol  The network protocol provides an interface in which to communicate with other tables in an orderly and consistent manner. Each action happens the same way every time so that they are interpreted by the other connected tables in the same way  This would allow the network protocol to be abstracted network protocol so that other clients (iPad, browser with websockets, Macs) can be coded andcan connect to the same table system  Ability to run a dedicated server

 Look over code, specifically networking code  What needs to be transmitted -- for example, iPad, what is sent out by the iPad and what needs to be transmitted back?  Help Sara in her abstraction and mapping process  Look at high-level MITRE requirements  Provide technical details for abstraction based of code, requirements and technical knowledge.

 High Level Architecture: the first consistent standard for creating component- based computer models and simulations -- internationally standardized, therefore creating a worldwide market for modeling components  Purpose  Scope ▪ Themes/Use Cases  Definition of Terms  Acronyms & Abbreviations  Document Structure  MITRE Requirements  Cost  Stakeholder Management  Rules  Runtime Infrastructure  Object Model Template  Networking

Janelle Hilliard Josiah Peterham Sara Christensen

 Users – Strategic Planners  Primary Use Case  Marking Up a Map for Strategy Planning ▪ Map image loaded onto the workspace (board) via a toolbox ▪ Users, both local and remotes, can view the map ▪ Using the toolboxes, users can draw on the map and place items ▪ Content can be selected and manipulated (moved, resized, rotated, etc) ▪ Audio and video from the workspace is recorded for future reference

 Possible Additions to the System  Security (login or identity recognition)  Image Scanner to load graphs and charts  Personal work area that slides out with each of the four toolbars(for 4 separate individuals on the same table)- to be able to draw/create something without distracting what’s being worked on cooperatively  Access to government database for military purposes to pull files from when needed  Ability to replay conference(audio and visual) in personal work area

 Continued  Workspace has sliding feature for when area gets too cluttered but more information needs to be added(ability to slide back and forward)  Receive radio transmissions from individuals on the field(ie. airplane on front line) - tie into other communication networks?  Speech to text recognition to add onto the handwriting to text translation  “Self destruct” mechanism in case of any type of breach  Extra kinect camera for gesture recognition a little farther away from the table area

 Using the MITRE project in other areas:  Business  Engineering  Education  Art  Others

 User(s)  Executives and Employees  Use Case(s)  Meeting to discuss company stats and other figures  Possible Additions to the System  Ability to add graphs and other visual aids  Ability to view and mark-up/edit documents (word, excel,

 User(s)  Users working with blueprints or models  Use Case(s)  Reviewing blueprints, plots, models, etc.  Possible Additions to the System  Import blueprint and model files onto the whiteboard  Rotate and manipulate a 3D image  3D scanning of prototypes  Product/Item recognition, can display dimensions ie. height, width, length, etc  Layers of images to view various aspects of a virtual model (normal view, stress test view, etc)

 User(s)  Professors, student, faculty  Use Case(s)  Collaborative work on school documents i.e. classplans  Digital whiteboard  Possible Additions to the System  Plug-ins to match content for different kinds of classes (math equations, physics formulas, etc)

 User(s)  Collaborative, storyboard, animation artists  Use Case(s)  Presenting ideas to the team  Simultaneously working on an art piece  Possible Additions to the System  More detailed art system like Photoshop (brush sizes, color mixing, filters, etc)  Image editing (hue, contrast, brightness)  Selection tools (box, polygon, free form, and magic wand)  Preset shape options  Fills and gradient fills ▪ May require being able to hold 2 colors at the same time  Integration with various digital pen tools i.e. Wacom

 Other Possible Uses  Personal/Home, Gaming  Possible Additions to the System  Web browser  Customizable toolbar for each individual  Ability to add personal apps  Game piece recognition

 Comfort Level  Horizontal vs Vertical  Location & Placement of the UI bars  Single board vs Individual stations  orientation of text  options for remote users  combining board with remote individual stations  Setup  Time it takes to setup the system  Stability and resistance to error  Complexity  Weight and travel requirements