Begin with a good plan. Outline. ECE496 Design Project Preparing Your Project Proposal. to guide the rest of your journey

Size: px
Start display at page:

Download "Begin with a good plan. Outline. ECE496 Design Project Preparing Your Project Proposal. to guide the rest of your journey"

Transcription

1 Begin with a good plan ECE496 Design Project Preparing Your Project Proposal Thursday, Sept. 14, 2017 n Maps n Equipment n Study terrain n Plan path All things are created twice. There s a mental or first creation, and a physical or second creation. Stephen Covey 1 to guide the rest of your journey Outline n Design n Implementation n Testing n Presentations n Teamwork n Your Project Proposal an evolving plan n Developing the Proposal n Discussion: understanding your audience n Development models waterfall vs. spiral n Submission schedule n Draft A meetings 4 1

2 Project Proposal Guidelines (2 files) Your Project Proposal an evolving plan Document Guidelines general guidelines that apply to all written deliverables Project Proposal -- Guidelines specific to the project proposal (all versions) Contains many examples & suggestions read through carefully 5 6 Understanding your audience Your Project Proposal an evolving plan ECP staff Admin Administrator & Supervisor Students Supervisor Administrator & ECP Staff The expert client Defining the problem Getting the technical details right Team manager and coach Engineering design & project planning Effective technical communication 8 2

3 Project Proposal (Draft A) Project Proposal (Draft A) 9 10 Background and Motivation Example: Background and Motivation The Situation/Problem/Solution Structure n 1. Describe the Situation from which the problem emerges n 2. Isolate the Problem n 3. Explain a potential Solution, its benefits & significance Numerical Simulation of the Cardiovascular System, ECE496,

4 Example: Background and Motivation Background and Motivation According to Canadian Heart and Stroke foundation, cardiovascular diseases are causing 29% of deaths in Canada[1]. One of the novel ways is to use numeric solvers or modeling to simulate the behavior of the vessels to increase our understanding of the underlying processes[2]. Currently there are two different approaches for approximating the solution. One is the use of non-linear numerical solvers to directly calculate their behavior, without any simplifications to the governing differential equations. However, this approach is very time consuming, as it requires three days of computation time for modeling only five artery system[2]. Thus, it is not feasible to use this in real time processing operations. Another existing solution is to linearize the equations governing the flow before modeling. This simplification allows for much faster calculations, while having only small deviations from the actual results [2]. Additionally, because of the similarities between the physics the fluid mechanics and electrical transmission lines, it is possible to turn the linearized equations governing blood flow into circuits. This is done because of the overwhelming ability of modern circuit simulators. That is, it is easier to model the blood vessels in circuitry rather than trying to directly understand the behavior of the vessels. In this project, we build on the previous progress done in electric simulation of the cardiovascular system, by accounting for nonlinear effects and streamlining the calculation process to gain faster runtime speed than the aforementioned numerical nonlinear modeling. To achieve this, we will be modeling the Navier-Stokes equations which are the underlying governing equations for the physics of cardiovascular systems[3].we will be removing the linearizing constraints one by one, and hope to build a circuit system which is not limited by the simplifications of linearizations, but still has the speed due to the use of circuit stimulation. Numerical Simulation of the Cardiovascular System, ECE496, According to Canadian Heart and Stroke foundation, cardiovascular diseases are causing 29% of deaths in Canada[1]. One of the novel ways is to use numeric solvers or modeling to simulate the behavior of the vessels to increase our understanding of the underlying processes[2]. Currently there are two different approaches for approximating the solution. One is the use of non-linear numerical solvers to directly calculate their behavior, without any simplifications to the governing differential equations. However, this approach is very time consuming, as it requires three days of computation time for modeling only five artery system[2]. Thus, it is not feasible to use this in real time processing operations. Another existing solution is to linearize the equations governing the flow before modeling. This simplification allows for much faster calculations, while having only small deviations from the actual results [2]. Additionally, because of the similarities between the physics the fluid mechanics and electrical transmission lines, it is possible to turn the linearized equations governing blood flow into circuits. This is done because of the overwhelming ability of modern circuit simulators. That is, it is easier to model the blood vessels in circuitry rather than trying to directly understand the behavior of the vessels. In this project, we build on the previous progress done in electric simulation of the cardiovascular system, by accounting for nonlinear effects and streamlining the calculation process to gain faster runtime speed than the aforementioned numerical nonlinear modeling. To achieve this, we will be modeling the Navier-Stokes equations which are the underlying governing equations for the physics of cardiovascular systems[3].we will be removing the linearizing constraints one by one, and hope to build a circuit system which is not limited by the simplifications of linearizations, but still has the speed due to the use of circuit stimulation. Situation Problem Potential solutions Benefits 14 Project Proposal (Draft A) Evolving the Goal Statement Project Goal (initial) This design is intended to a cardiovascular system to predict the future state of the system to assist the surgeons during surgery and alarming heart diseased patients of upcoming threats. Project Goal (final) The goal of this project is to create an accurate circuit model of the cardiovascular system so that we can obtain information about the pressure and flow rate at various junctions of the system. This will be compared with work done by the previous group and by the work done by graduate students.[1]

5 Project Proposal (Draft A) Goal Statement and Requirements (initial) Goal This design is intended to a cardiovascular system to predict the future state of the system to assist the surgeons during surgery and alarming heart diseased patients of upcoming threats. Project Requirements There are several factors which have to be considered during the design process and some would be used as guidelines for helping during decision making processes. Some of which are as follows: Functions: The design intends to address following factors: Receive each Heart pumping pattern for modelling the source behaviour Predict the stabilized pressure state of the body. Predict the future state of the body. 17 Visually graphs the current and future states of the system. 18 Goal Statement and Requirements (final) Project Proposal (Draft B) Project Goal (final) The goal of this project is to create an accurate circuit model of the cardiovascular system so that we can obtain information about the pressure and flow rate at various junctions of the system. This will be compared with work done by the previous group and by the work done by graduate students.[1] Project Requirements (final) Functions: The design shall simulate the cardiovascular system using a circuit model It shall produce a visual representation of the flow rate and pressure at each artery Objectives: Its runtime time shall be within seconds to minutes for it to be comparable with the fastest existing solution [1] Its accuracy should be at least 95% matching with results from numerical solvers of the graduate students, and its error should be less than the circuit with linear lumped elements [1] Constraints: The design shall use the PSpice circuit simulation program. The solution shall be in the form of circuit diagram

6 Connecting Validation & Acceptance Tests to the Goal Project Goal The goal of this project is to create an accurate circuit model of the cardiovascular system so that we can obtain information about the pressure and flow rate at various junctions of the system. This will be compared with work done by the previous group and by the work done by graduate students.[1] Validation and Acceptance Tests To verify that our design, we will compare the output from our new preprocessor with the output from the linear case and with the graduate students work [1] with the following requirements: Our output shall have at least 95% correspondence with the output of the graduate student s. This can be verified by extracting the data output from LTSpice to MATLAB and using numerical analysis to compare each of the values. A graph of the relative percentage error will be shown and the average error will be calculated. We shall test the speed of simulation of our nonlinear circuit by running it 3 times with a single artery in our model for both the linear and nonlinear case. We expect the speed for modelling a single artery in the linear case to be under 1 second, the speed for the nonlinear case to be under 3 seconds. 21 Understanding your audience Supervisor Students The expert client Defining the problem Getting the technical details right Administrator & ECP Staff Team manager and coach Engineering design & project planning Effective technical communication Your Project Proposal an evolving plan ECP staff Admin Administrator & Supervisor Spiral Development Model (similar in structure to agile but with different time scales) Evaluate alternatives, resolve risks Establish / discover requirements, identify alternatives Start Implement solution End1 End2 End3 Stop 23 More likely used in software projects, where iterations can be rapid and low-cost Does *not* mean that no requirements, no planning, or no verification is needed Test/verify [There are several differing labels out there, but all show a snowball effect for increasing functionality] 6

7 Waterfall Model Traditional, sure, but still needed for multidisciplinary engineering/safety-related systems where it cannot fail Projects can employ combinations Evaluate alternatives, resolve risks Goal Requirements level 1 Final integration Acceptance Testing Establish / discover requirements, identify alternatives Implement solution Design to level 1 Verify level 1 solution Start Requirements level 2 Integrate to level End1 Design to level 2 Verify level 2 solution End2 End3 Stop Failure cannot be tolerated in delivered products (i.e. spacecraft) Costs are high for the design iteration and cannot be reduced (such as some hardware-intensive projects) Goal Requirements level 1 Design to level 1 Requirements level 2 Design to level 2 Test/verify Acceptance Testing Final integration Verify level 1 solution Integrate to level Verify level 2 solution Project Proposal Schedule Draft A Meetings n Draft A Wed. Sept 20 at 3pm Paper copy: submit to ECP office (SFB670) Register for an appointment with ECP Electronic copy: Log into ECE496 website and under assignments, Proposal Draft A, click Submit assignment n Draft B Thu. Oct 5 at 3pm Paper copy: Submit into drop boxes outside SFB560 in the box for your section # (you will know by then) Electronic copy: upload onto ECE496 website n Final Proposal Thu. Oct 26 at 3pm Paper copy: Submit into drop boxes outside SFB560 in the box for your section # (you will know by then) Electronic copy: upload onto ECE496 website ONLY the Final Proposal is assigned a grade

8 Draft A Meeting Sign-Up and Submission Submitting Draft A Wednesday, September 20, 9am-3pm Sign up for a Writing Instructor meeting on the signup sheet posted in SF B670. (Be sure whole group can attend.) Staple a Draft A Feedback Form to the front of your Proposal Write down Session Code, e.g., A28100, and Meeting Date, Time, and Place on the Draft A Feedback Form. Note meeting details in your calendar. Submit hard copy in the drop box (electronic copy: upload onto ECE496 website) Sign-up Sheet After the Submissions Time Session Location 12:00 A GB204A 12:00 K SFB670B Project Name Contact Person Name (PRINT) Contact Person n Draft A (Sept. 20): Meeting with ECP instructors n Draft B (Oct. 5): Lecture 3 Design reviews (Oct. 5) 12:30 A GB204A 12:30 K SFB670B 1:00 A19100 GB204A 3:00 M19300 SFB670E Draft B returned by administrator (Oct. 19) n Final proposal (Oct. 26): Design Review Meetings (Oct. 30-Nov. 10) 3:30 M19330 SFB670E 4:00 M19400 SFB670E

User Guide Chronic Disease Management Tariffs e-form

User Guide Chronic Disease Management Tariffs e-form User Guide Chronic Disease Management Tariffs e-form Page 1 of 15 Table of Contents Computer Requirements... 3 Accessing the e-form... 3 Are eforms Secure?... 4 Completing the Chronic Disease Management

More information

Advanced Client-Side Web Programming CSCI 491/595 Syllabus Fall 2018

Advanced Client-Side Web Programming CSCI 491/595 Syllabus Fall 2018 Advanced Client-Side Web Programming CSCI 491/595 Syllabus Fall 2018 CSCI 491/595 Section 00 Instructor: Michael Cassens Office: SS 411 Office Hours: MWF 11:00-11:50 am or by appt Phone: (415) 787-0577

More information

C02: Overview of Software Development and Java

C02: Overview of Software Development and Java CISC 3120 C02: Overview of Software Development and Java Hui Chen Department of Computer & Information Science CUNY Brooklyn College 08/31/2017 CUNY Brooklyn College 1 Outline Recap and issues Brief introduction

More information

University of Maryland at College Park Department of Geographical Sciences GEOG 477/ GEOG777: Mobile GIS Development

University of Maryland at College Park Department of Geographical Sciences GEOG 477/ GEOG777: Mobile GIS Development University of Maryland at College Park Department of Geographical Sciences GEOG 477/ GEOG777: Mobile GIS Development Instructor: Dr. Ruibo Han Office: LeFrak Hall (LEF) 1111B Email: ruibo@umd.edu (preferred)

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Fall 2015 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases. Upcoming Dates. Course Description.

SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases. Upcoming Dates. Course Description. SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases Learn the high level architectural overview of SQL Server 2016 and explore SQL Server execution model, waits and queues

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE ALLIED HEALTH AND NATURAL SCIENCES Fall 2017 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Summer 2011 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

COLLEGE OF DUPAGE CIS 2542 Advanced C++ with Data Structure Applications Course Syllabus

COLLEGE OF DUPAGE CIS 2542 Advanced C++ with Data Structure Applications Course Syllabus Carolyn England COD Main #: 942-4125 Voicemail Ext. 4125 Office: BIC1544B (Division Office TEC1034) Mailbox: BIC1E01 Office Hours: M 12:05 pm 1:45 pm Tu 12:05 pm 1:45 pm W 12:05 pm 1:45 pm Th 9:00 am 10:40

More information

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping.

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping. i About the Tutorial SDLC stands for Software Development Life Cycle. SDLC is a process that consists of a series of planned activities to develop or alter the Software Products. This tutorial will give

More information

Introduction to Information Technology ITP 101x (4 Units)

Introduction to Information Technology ITP 101x (4 Units) Objective Concepts Introduction to Information Technology ITP 101x (4 Units) Upon completing this course, students will: - Understand the fundamentals of information technology - Learn core concepts of

More information

computational Fluid Dynamics - Prof. V. Esfahanian

computational Fluid Dynamics - Prof. V. Esfahanian Three boards categories: Experimental Theoretical Computational Crucial to know all three: Each has their advantages and disadvantages. Require validation and verification. School of Mechanical Engineering

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Fall 2011 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

Instructions for Part I of the CWIC and Community Partner Work Incentives Counselor Assessment and Certification Process

Instructions for Part I of the CWIC and Community Partner Work Incentives Counselor Assessment and Certification Process Instructions for Part I of the CWIC and Community Partner Work Incentives Counselor Assessment and Certification Process February 2018 To be certified to provide work incentives planning and assistance

More information

Part A: Course Outline

Part A: Course Outline University of Macau Faculty of Science and Technology Course Title: Department of Electrical and Computer Engineering Part A: Course Outline Communication System and Data Network Course Code: ELEC460 Year

More information

Agenda. Lessons learned from CECAS Training approach to ECATS. Changes to Training/Support Development of LEA Training Plan Updates

Agenda. Lessons learned from CECAS Training approach to ECATS. Changes to Training/Support Development of LEA Training Plan Updates ECATS Delivery Team Agenda Lessons learned from CECAS Training approach to ECATS Recommended Training Groups Training Group Goals Changes to Training/Support Development of LEA Training Plan Updates Preparing

More information

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1, 2, and 3, Spring 2018

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1, 2, and 3, Spring 2018 San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1, 2, and 3, Spring 2018 Course and Contact Information Instructor: Suneuy Kim Office

More information

Fundamentals of Computer Science CSCI 136 Syllabus Fall 2018

Fundamentals of Computer Science CSCI 136 Syllabus Fall 2018 Fundamentals of Computer Science CSCI 136 Syllabus Fall 2018 CSCI 136 Section 00 Instructor: Michael Cassens Office: SS 411 Office Hours: MWF 11:00-11:50 am or by appt Phone: (415) 787-0577 E-mail: michael.cassens@mso.umt.edu

More information

CPM Specifications Document Healthy Vertebral:

CPM Specifications Document Healthy Vertebral: CPM Specifications Document Healthy Vertebral: OSMSC 0078_0000, 0079_0000, 0166_000, 0167_0000 May 1, 2013 Version 1 Open Source Medical Software Corporation 2013 Open Source Medical Software Corporation.

More information

Locating the Dropbox Tool:

Locating the Dropbox Tool: This step- by- step guide will demonstrate how to utilize the Dropbox Tool in your course in Desire2Learn (D2L). Locating the Dropbox Tool: 1. Go to the Course Navigation Bar and locate the Dropbox Tool.

More information

Insight Parent Portal : User Guide

Insight Parent Portal : User Guide Insight Parent Portal : User Guide Logging on for the first time 1. Go to https://tasc.churchill-academy.org/insight and you will see this screen: 2. Click on the Don t know your password? link. 3. Enter

More information

CGI Deliverables Approval and Maintenance Process

CGI Deliverables Approval and Maintenance Process CGI Management CGI Deliverables Approval and Maintenance Process Approved 02 September 2011 1. Introduction The following describes the official approval and maintenance process for the Common Global Implementation

More information

CMPSC 111 Introduction to Computer Science I Fall 2016 Lab 2 Assigned: September 7, 2016 Due: Wednesday, September 14, 2016 by 2:30 pm

CMPSC 111 Introduction to Computer Science I Fall 2016 Lab 2 Assigned: September 7, 2016 Due: Wednesday, September 14, 2016 by 2:30 pm 1 Objectives CMPSC 111 Introduction to Computer Science I Fall 2016 Lab 2 Assigned: September 7, 2016 Due: Wednesday, September 14, 2016 by 2:30 pm To develop a template for a Java program to use during

More information

Mission Lipid Data Management Software User s Guide

Mission Lipid Data Management Software User s Guide Mission Lipid Data Management Software User s Guide V1.0 September 2018 Table of Contents 1. Overview...1 1.1 About the Mission Lipid Data Management Software...1 1.2 System Requirements...1 1.3 Materials

More information

University staff and student broadcast policy. Overview. Scope. Related Documents

University staff and student broadcast  policy. Overview. Scope. Related Documents Policy: University staff and student broadcast email policy Last updated: May 2009 Owner: Overview Broadcast email is one of the methods used to communicate University information to broad groups of staff

More information

SOFTWARE LIFE-CYCLE MODELS 2.1

SOFTWARE LIFE-CYCLE MODELS 2.1 SOFTWARE LIFE-CYCLE MODELS 2.1 Outline Software development in theory and practice Software life-cycle models Comparison of life-cycle models 2.2 Software Development in Theory Ideally, software is developed

More information

ECE 156A - Syllabus. Description

ECE 156A - Syllabus. Description ECE 156A - Syllabus Lecture 0 ECE 156A 1 Description Introduction to HDL (Hardware Description Language) basic elements, HDL simulation concepts, HDL concurrent statements with examples and applications,

More information

This course includes 14 lessons and 5 Course Activities. Each lesson contains one or more Lesson Activities. The lessons cover the following topics:

This course includes 14 lessons and 5 Course Activities. Each lesson contains one or more Lesson Activities. The lessons cover the following topics: Syllabus Computer Science 1B Overview This one-semester course is intended as a practical, hands-on guide to help you understand various phases of the Software Development Life Cycle (SDLC). This course

More information

Second. Incremental development model

Second. Incremental development model 3 rd Stage Lecture time: 8:30 AM-2:30 PM Instructor: Ali Kadhum AL-Quraby Lecture No. : 4 Subject: Software Engineering Class room no.: Department of computer science Second. Incremental development model

More information

examinations. 1. Policy Statement 2. Examination Arrangements 3. Examination Papers 4. Examination Venue Arrangements

examinations. 1. Policy Statement 2. Examination Arrangements 3. Examination Papers 4. Examination Venue Arrangements Document Title/Reference Purpose Exam Administration: Policy & Procedures To outline the procedures for the production of exam papers; staging & conduct of exams; correction of scripts; and checking of

More information

Systems Analysis and Design

Systems Analysis and Design Systems Analysis and Design Michael Brydon Summer 2003 Slide 1 Introduction to the Course Course structure Lectures: material from the Dennis text Labs: in-lab assignments, demonstrations, and consulting

More information

USER QUICK LOOK FOR FACULTY & STAFF

USER QUICK LOOK FOR FACULTY & STAFF TABLE OF CONTENTS ACCESSING ONTRACK... 2 PROFILE INFORMATION... 3 INSTITUTIONAL PROFILE... 3 APPOINTMENT PREFERENCES:... 3 EMAIL NOTIFICATIONS... 3 UPDATE YOUR PROFILE... 4 INSTITUTIONAL PROFILE... 4 APPOINTMENT

More information

Programming Languages CSCE

Programming Languages CSCE Programming Languages CSCE 314 500 Class schedule: MW, 04:10pm 05:25pm Room: HECC 100 Homepage: http://courses.cs.tamu.edu/gdr/2013/314/ Prerequisite: CSCE 221 Instructor: Dr. Gabriel Dos Reis (gdr@cse.tamu.edu)

More information

myhealth myrewards Scheduling a biometric screening Health Provider Screening Your step-by-step instructions What is a biometric screening?

myhealth myrewards Scheduling a biometric screening Health Provider Screening Your step-by-step instructions What is a biometric screening? myhealth myrewards Scheduling a biometric screening What is a biometric screening? A biometric screening can help detect abnormal health values that may indicate significant risk of or presence of chronic

More information

Syllabus for HIMT 450 Healthcare Information and Technology Standards

Syllabus for HIMT 450 Healthcare Information and Technology Standards Syllabus for HIMT 450 Healthcare Information and Technology Standards Course Description Healthcare is the fastest growing employment sector in the United States. The ways in which healthcare is given

More information

SYLLABUS BIOLOGY 1107: Principles of Biology I Fall Semester Section 001: (9:05-9:55AM, Mon, Wed and Fri) Bldg.: Laurel Hall, Room 102

SYLLABUS BIOLOGY 1107: Principles of Biology I Fall Semester Section 001: (9:05-9:55AM, Mon, Wed and Fri) Bldg.: Laurel Hall, Room 102 SYLLABUS BIOLOGY 1107: Principles of Biology I Fall Semester 2016 Section 001: (9:05-9:55AM, Mon, Wed and Fri) Bldg.: Laurel Hall, Room 102 Section 020: (10:10-11:00AM, Mon, Wed and Fri) Bldg.: Laurel

More information

Dr. Frisbie

Dr. Frisbie Anatomy and Physiology II Summer 2018 BIO 139 All Lab sections Instructor Information Instructor: Dr. Frisbie Email (preferred contact) S molly.frisbie@kctcs.edu Office/Mailbox: 205R NSEC Office Phone:

More information

Expert Test Manager: Operational Module Course Outline

Expert Test Manager: Operational Module Course Outline Expert Test Manager: Operational Module Course Outline General Description A truly successful test organization not only has solid, relevant test objectives and a test strategy, but it also has the means

More information

Rapid Application Development. Course Outline Semester 2, 2012

Rapid Application Development. Course Outline Semester 2, 2012 158753 Rapid Application Development Course Outline Semester 2, 2012 Massey University, Albany E.Calude@massey.ac.nz http://www.massey.ac.nz/ ecalude/co753.pdf July 5, 2012 1 SCRUM 1.1 Agile and Scrum

More information

CSCD18: Computer Graphics. Instructor: Leonid Sigal

CSCD18: Computer Graphics. Instructor: Leonid Sigal CSCD18: Computer Graphics Instructor: Leonid Sigal CSCD18: Computer Graphics Instructor: Leonid Sigal (call me Leon) lsigal@utsc.utoronto.ca www.cs.toronto.edu/~ls/ Office: SW626 Office Hour: M, 12-1pm?

More information

Preparing for the Assistant Laboratory Animal Technician (ALAT) Certification Exam. University Laboratory Animal Resources

Preparing for the Assistant Laboratory Animal Technician (ALAT) Certification Exam. University Laboratory Animal Resources Preparing for the Assistant Laboratory Animal Technician (ALAT) Certification Exam University Laboratory Animal Resources Materials Covered Today ALAT Class Syllabus ALAT class schedule 2013 AALAS Certification

More information

VO Software Engineering

VO Software Engineering Administrative Issues Univ.Prof. Dr. Peter Auer Chair for Information Technology Email: auer@unileoben.ac.at Lecture Thursday 10:15 11:45 Project Lab Montag 16:00 19:00 Literature Helmut Balzert, Lehrbuch

More information

Faculty of Information School of Graduate Studies University of Toronto St. George Semester: Winter 2017 INF2191H User Interface Design

Faculty of Information School of Graduate Studies University of Toronto St. George Semester: Winter 2017 INF2191H User Interface Design Faculty of Information School of Graduate Studies University of Toronto St. George Semester: Winter 2017 INF2191H User Interface Design COURSE DIRECTOR: Dr. Olivier St-Cyr, PhD, LEL Office: BL 710 E-mail:

More information

King Abdulaziz University Faculty of Computing and Information Technology Computer Science Department

King Abdulaziz University Faculty of Computing and Information Technology Computer Science Department King Abdulaziz University Faculty of Computing and Information Technology Computer Science Department CPCS202, 1 st Term 2016 (Fall 2015) Program 5: FCIT Grade Management System Assigned: Thursday, December

More information

Web Programming Fall 2011

Web Programming Fall 2011 Web Programming Fall 2011 Course number: M&IS 24065 Section: 002 CRN: 23080 Location: BSA 110 Meeting Day: TR Meeting Time: 12:30-1:45 Instructor Information: Name: Professor Janet Formichelli, MS E-mail:

More information

Emergency Medical Assistants Continuing Competence System (EMACCS) User Manual

Emergency Medical Assistants Continuing Competence System (EMACCS) User Manual Emergency Medical Assistants Continuing Competence System (EMACCS) User Manual Creation Date: June 2013 Last Updated: Oct 1, 2013 Document Name: EMACCS_User_Manual Version: V 1.0 June 2013 Contents Introduction...

More information

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1,2 and 3, Spring 2017

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1,2 and 3, Spring 2017 San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1,2 and 3, Spring 2017 Course and Contact Information Instructor: Dr. Kim Office Location:

More information

University Announcements

University Announcements University Announcements Tip Sheet Florida State University offers a unified event and general announcements distribution system. The university announcements website pulls together campus updates in one

More information

Networks of Networks: Building Coalitions to Co-Create the Future

Networks of Networks: Building Coalitions to Co-Create the Future Networks of Networks: Building Coalitions to Co-Create the Future Glenda Eoyang, PhD Executive Director Human Systems Dynamics Institute geoyang@hsdinstitute.org September 6, 2018 Nothing Is Intractable.

More information

Introduction to Data Management CSE 344. Lecture 1: Introduction

Introduction to Data Management CSE 344. Lecture 1: Introduction Introduction to Data Management CSE 344 Lecture 1: Introduction CSE 344 - Winter 2014 1 Staff Instructor: Sudeepa Roy sudeepa@cs.washington.edu Office hours: Wednesdays, 3:30-4:20, in CSE 344 (my office)

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Spring 2011 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

Representative Syllabus

Representative Syllabus PREPARING COMPETENT AND RESPONSIBLE BUSINESS LEADERS THE UNIVERSITY OF AKRON COLLEGE OF BUSINESS ADMINISTRATION DEPARTMENT OF FINANCE SYLLABUS Fall, 2012 CORPORATE FINANCIAL MANAGEMENT 6400:310 001 BCCE

More information

IT Methodology Webinar

IT Methodology Webinar IT Methodology Webinar Leverage the Software Development Lifecycle Initiate Project Intelligence Things to Know All participants will be on mute Questions are welcome Ask questions in the question box

More information

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS

BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS BLUEGRASS COMMUNITY AND TECHNICAL COLLEGE NATURAL SCIENCES Spring 2013 BIO 139 HUMAN ANATOMY AND PHYSIOLOGY II LABORATORY SYLLABUS 0 CREDIT HOURS 2 CONTACT HOURS PREREQUISITE: BIO 137 COURSE DESCRIPTION:

More information

CSC 111 Introduction to Computer Science (Section C)

CSC 111 Introduction to Computer Science (Section C) CSC 111 Introduction to Computer Science (Section C) Course Description: (4h) Lecture and laboratory. Rigorous introduction to the process of algorithmic problem solving and programming in a modern programming

More information

Canadian Common CV. April 26, 2013 Kelley Bromley-Brits, PhD Grants Facilitation Officer Faculty of Arts, MUN

Canadian Common CV. April 26, 2013 Kelley Bromley-Brits, PhD Grants Facilitation Officer Faculty of Arts, MUN Canadian Common CV April 26, 2013 Kelley Bromley-Brits, PhD Grants Facilitation Officer Faculty of Arts, MUN Slides available at http://www.mun.ca/arts/research/grant_applications.php April 26, 2013 Kelley

More information

Division of Engineering, Computer Programming, and Technology

Division of Engineering, Computer Programming, and Technology 1 of 10 8/27/2017, 6:42 PM Jump to Today Edit Division of Engineering, Computer Programming, and Technology Department of Network Engineering Technology National Center of Academic Excellence in Information

More information

Software Engineering Lifecycles. Controlling Complexity

Software Engineering Lifecycles. Controlling Complexity Software Engineering Lifecycles Class url:http://laser.cs.umass.edu/courses/cs320.spring11/ Controlling Complexity Separation of Concerns Planning Ahead Do a little work now to make later work easier The

More information

CMPE 280 Web UI Design and Development

CMPE 280 Web UI Design and Development San José State University Department of Computer Engineering CMPE 280 Web UI Design and Development Section 2 Fall 2018 Course and Contact Information Instructor: Ron Mak Office Location: ENG 250 Email:

More information

Syllabus. Computer Science Information Technology 975. Information Storage and Management for Computer Networks

Syllabus. Computer Science Information Technology 975. Information Storage and Management for Computer Networks Syllabus Computer Science Information Technology 975 Information Storage and Management for Computer Networks Course: CSIT 975, 8525, Fall 2015, 3 Units Instructor: Associate Professor Marcus Butler E-mail:

More information

CLOVIS WEST DIRECTIVE STUDIES P.E INFORMATION SHEET

CLOVIS WEST DIRECTIVE STUDIES P.E INFORMATION SHEET CLOVIS WEST DIRECTIVE STUDIES P.E. 2018-19 INFORMATION SHEET INSTRUCTORS: Peggy Rigby peggyrigby@cusd.com 327-2104. Vance Walberg vancewalberg@cusd.com 327-2098 PURPOSE: Clovis West High School offers

More information

Grande Prairie Regional College

Grande Prairie Regional College Grande Prairie Regional College Department of Office Administration COURSE OUTLINE OA 2280 M2, Microsoft Word 2007 Expert Level (3) (0-0-4) 60 hours Monday Friday 10 11:30 am. A313 Instructor Sharron Barr

More information

Request for Proposal To develop and teach a Training Course on RTCA Airworthiness Security Documents (DO-326A, DO-355, and DO-356A)

Request for Proposal To develop and teach a Training Course on RTCA Airworthiness Security Documents (DO-326A, DO-355, and DO-356A) Washington, DC August 28, 2018 Request for Proposal To develop and teach a Training Course on RTCA Airworthiness Security Documents (DO-326A, DO-355, and DO-356A) 1. RTCA Background RTCA is a private,

More information

ISM 324: Information Systems Security Spring 2014

ISM 324: Information Systems Security Spring 2014 ISM 324: Information Systems Security Spring 2014 Instructor: Co-Instructor: Office: E-Mail: Phone: Office Hours: Jeffrey Wall Hamid Nemati 392 Bryan Building jdwall2@uncg.edu (email is the preferred method

More information

New Rules of ME Ph.D. Qualifying Exams 1/8

New Rules of ME Ph.D. Qualifying Exams 1/8 New Rules of ME Ph.D. Qualifying Exams 1/8 Qualifying Examination The student must pass a Qualifying Examination before the Dissertation Director, the Interdisciplinary Committee, and the courses for the

More information

NYCRIN Node Schedule at-a-glance Doubletree Newark Airport Hotel. Kick-off Workshop - Tuesday, July 25, 2017

NYCRIN Node Schedule at-a-glance Doubletree Newark Airport Hotel. Kick-off Workshop - Tuesday, July 25, 2017 NYCRIN Node Schedule at-a-glance Doubletree Newark Airport Hotel Kick-off Workshop - Tuesday, July 25, 2017 6:00 pm-9:00 pm Registration Lower Lobby Level 7:00 pm-9:00 pm Welcome Reception Lower Lobby

More information

COURSE LISTING. Courses Listed. with SAP HANA. 15 February 2018 (05:18 GMT) HA100 - SAP HANA. HA250 - Migration to SAP HANA using DMO

COURSE LISTING. Courses Listed. with SAP HANA. 15 February 2018 (05:18 GMT) HA100 - SAP HANA. HA250 - Migration to SAP HANA using DMO with SAP HANA COURSE LISTING Courses Listed HA100 - SAP HANA HA240 -, SAP HANA HA250 - Migration to SAP HANA using DMO C_HANATEC_13 - SAP Certified Technology Associate - SAP HANA 2.0 HA200 - SAP HANA

More information

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1 Creating an Assessment Task Step 1 Navigate to the subject area in your Learning Areas and select Assessment Tasks. Step 2 Select Maintain Tasks (View Tasks is for assessing the completed tasks, recording

More information

IT Methodology Webinar

IT Methodology Webinar IT Methodology Webinar Explore the Software Testing Lifecycle Initiate Project Intelligence Things to Know All participants will be on mute Questions are welcome Ask questions in the question box We DO

More information

University of North Texas ACCT 4100 (3 hours) Accounting Systems. Section Time Place 001 TR 12:30 1:50 p.m. Busi R 6:30-9:20 Busi 231

University of North Texas ACCT 4100 (3 hours) Accounting Systems. Section Time Place 001 TR 12:30 1:50 p.m. Busi R 6:30-9:20 Busi 231 University of North Texas ACCT 4100 (3 hours) Accounting Systems Section Time Place 001 TR 12:30 1:50 p.m. Busi 176 002 R 6:30-9:20 Busi 231 Instructor: Jesse Robertson, Ph.D., CPA Busi 202G 940.369.8156

More information

EE Capstone Final Report Assignment Revision 0.4, 07 Mar 2016

EE Capstone Final Report Assignment Revision 0.4, 07 Mar 2016 EE Capstone Final Report Assignment Revision 0.4, 07 Mar 2016 Introduction The end of the project development cycle is marked by three closely related assignments: 1. a final report; 2. a project poster;

More information

Tonight s Agenda. CSC340: Requirements Engineering. Course Objectives. Requirements Engineering. Software Engineering. What is Software Engineering?

Tonight s Agenda. CSC340: Requirements Engineering. Course Objectives. Requirements Engineering. Software Engineering. What is Software Engineering? Tonight s Agenda CSC340: Engineering Jennifer Campbell Lecturer Part 1 Introduction to course content Course information Changes to the SE courses/program Part 2 What are requirements? CSC340 University

More information

When does RDBMS representation make sense When do other representations make sense. Prerequisites: CS 450/550 Database Concepts

When does RDBMS representation make sense When do other representations make sense. Prerequisites: CS 450/550 Database Concepts CS-695 NoSQL Databases Fall 2015 Thursdays 1910 2150, Dragas Hall, room 2110 Instructor: Dr. Cartledge http://www.cs.odu.edu/ ccartled/teaching Big data is quadrupling every year!! Everyone is creating

More information

Western Libraries Website Re-Design Update ( July 2016)

Western Libraries Website Re-Design Update ( July 2016) Western Washington University Western CEDAR Usability & Design Working Group Documents Western Libraries Departmental, Committee, and Working Group Documents 7-2016 Western Libraries Website Re-Design

More information

Blackboard Student Guide

Blackboard Student Guide Blackboard Student Guide Blackboard is an Internet application used by many instructors to put their courses online. Typically, your instructor will let you know on the first day of class if he or she

More information

Syllabus CSCI 405 Operating Systems Fall 2018

Syllabus CSCI 405 Operating Systems Fall 2018 Syllabus CSCI 405 Operating Systems Fall 2018 1.0 General Information Class Time: Monday/Wednesday/Friday 11:00 AM - 11:50 AM Class Location: 317 Thompson Instructor: Dr. Deepti Joshi; Office: 224 Thompson;

More information

Catholic University of America. School of Library and Information Science Fall Semester 2012 COURSE DESCRIPTION. Randolph Hock, Ph.D.

Catholic University of America. School of Library and Information Science Fall Semester 2012 COURSE DESCRIPTION. Randolph Hock, Ph.D. Catholic University of America School of Library and Information Science Fall Semester 2012 Randolph Hock, Ph.D. 1070 Foxcroft Run Annapolis, MD 21401 Office number: 410-224-3739 Home number: 410-224-3739

More information

Request For Proposal ONWAA Website & E-Learn Portal

Request For Proposal ONWAA Website & E-Learn Portal Request For Proposal ONWAA Website & E-Learn Portal ONWAA 880 17 E, Garden River, Ontario P6A 6Z5 Table Of Contents General information Project Overview Statement of Needs Proposal Format Proposal Preparation

More information

2018 CANADIAN ELECTRICAL CODE UPDATE TRAINING PROVIDER PROGRAM Guidelines

2018 CANADIAN ELECTRICAL CODE UPDATE TRAINING PROVIDER PROGRAM Guidelines 2018 CANADIAN ELECTRICAL CODE UPDATE TRAINING PROVIDER PROGRAM Guidelines Under this program, CSA Group has developed a training program that provides detailed instruction on all changes of the CE Code

More information

SOFTWARE ENGINEERING DECEMBER. Q2a. What are the key challenges being faced by software engineering?

SOFTWARE ENGINEERING DECEMBER. Q2a. What are the key challenges being faced by software engineering? Q2a. What are the key challenges being faced by software engineering? Ans 2a. The key challenges facing software engineering are: 1. Coping with legacy systems, coping with increasing diversity and coping

More information

Request for Proposal for Technical Consulting Services

Request for Proposal for Technical Consulting Services Request for Proposal for Technical Consulting Services The Node.js Foundation is requesting proposals from highly qualified consultants with demonstrated expertise in providing Node.js technical consultation

More information

Canvas: Interface & Modules

Canvas: Interface & Modules Canvas: Interface & Modules Contents View Dashboard... 2 Course Navigation Menu... 3 The Syllabus Tool... 4 View Syllabus Table... 5 Editing/Uploading the Syllabus... 6 Editing an Event or Assignment in

More information

Aquatic Leadership Catalogue September 2018 Labour Day 2019

Aquatic Leadership Catalogue September 2018 Labour Day 2019 Aquatic Leadership Catalogue September 2018 Labour Day 2019 Aquatic Leadership 2017-2018 Page 1 Bronze Star & Basic First Aid with CPR A Bronze Star Bronze Star is the pre-bronze Medallion training standard

More information

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008 Synergy Distributed Meeting Scheduler Project Plan Revision 2.0 CS 6361 Advance Requirements Engineering Fall 2008 Team Members: Name Email Phone Student ID Animesh Roy animesh.roy@student.utdallas.edu

More information

GradLeaders Service Request Process (for schools using GradLeaders Career Center)

GradLeaders Service Request Process (for schools using GradLeaders Career Center) GradLeaders Service Request Process (for schools using GradLeaders Career Center) Updated December 2017 1 Table of Contents Welcome! This document will help guide you through the GradLeaders Service Request

More information

University of British Columbia Library. Persistent Digital Collections Implementation Plan. Final project report Summary version

University of British Columbia Library. Persistent Digital Collections Implementation Plan. Final project report Summary version University of British Columbia Library Persistent Digital Collections Implementation Plan Final project report Summary version May 16, 2012 Prepared by 1. Introduction In 2011 Artefactual Systems Inc.

More information

Affinity Group 2 October 2, 2018

Affinity Group 2 October 2, 2018 Affinity Group 2 October 2, 2018 The University of Wisconsin Service Center will Serve the people of the University of Wisconsin System Collaborate by being supportive and constructive Act with Integrity

More information

Improve Under Performing Web Content with a Content Audit DAVID STURTZ DIRECTOR OF PRODUCT STRATEGY

Improve Under Performing Web Content with a Content Audit DAVID STURTZ DIRECTOR OF PRODUCT STRATEGY Improve Under Performing Web Content with a Content Audit DAVID STURTZ DIRECTOR OF PRODUCT STRATEGY Today s Presenter David Sturtz Directory of Product Strategy Geonetric David is the product lead for

More information

Intelligent Agents in CloudDeakin

Intelligent Agents in CloudDeakin SENSES e L e a r n i n g p r o j e c t Intelligent Agents in CloudDeakin Intelligent Agents are automatic emails sent to students in response to their actions. It is an efficient way to personalise the

More information

Certified Software Quality Engineer Preparation On Demand, Web-Based Course Offered by The Westfall Team

Certified Software Quality Engineer Preparation On Demand, Web-Based Course Offered by The Westfall Team Certified Software Quality Engineer (CSQE) Preparation course is an on demand, web-based course design to be a comprehensive, in-depth review of the topics in the ASQ s Certified Software Quality Engineer

More information

CS 490 Design Exhibition Fall 2010

CS 490 Design Exhibition Fall 2010 CS 490 Design Exhibition Fall 2010 Sanjeev Setia http://www.cs.gmu.edu/~setia/cs490/ Course Objectives Provide students an opportunity to work on a semester long project Project more substantial than a

More information

Course Fees: 850 euro

Course Fees: 850 euro In conjuction with: Prishtinë: 19.02.2015. Offer: 2M Consulting & PECB, ISO 27001:2013 Lead Auditor Training Lecturer: Msc. CMC, Lekë Zogaj, Master ISO/IEC ISO 27001:2013 Convenient ISMS Lead Auditor Training

More information

Payroll User Group Meeting October 11 th, 2017 AGENDA HRS. Washington State Univeristy 10/10/2017

Payroll User Group Meeting October 11 th, 2017 AGENDA HRS. Washington State Univeristy 10/10/2017 Payroll User Group Meeting October 11 th, 2017 1. HRS 2. New Time Report Email 3. Payroll Outlook Calendar 4. Address Issues 5. PEAR Notes Requirements 6. Duplicate Time Reports 7. Overpayment Process

More information

Usability Tests and Heuristic Reviews Planning and Estimation Worksheets

Usability Tests and Heuristic Reviews Planning and Estimation Worksheets For STC DC Usability SIG Planning and Estimation Worksheets Scott McDaniel Senior Interaction Designer 26 February, 2003 Eval_Design_Tool_Handout.doc Cognetics Corporation E-mail: info@cognetics.com! Web:

More information

The Journey to EQRS with System Design

The Journey to EQRS with System Design *EQRS: ESRD Quality Reporting System The Journey to EQRS with System Design With CROWNWeb Outreach, Communication, and Training (OCT) September 27, 2018 2pm to 3pm ET Submitting Questions Type questions

More information

11/8/ th IEEE Requirements Engineering Conference 27-Sep to 1-Oct, 2010

11/8/ th IEEE Requirements Engineering Conference 27-Sep to 1-Oct, 2010 11/8/2010 18 th IEEE Requirements Engineering Conference 27-Sep to 1-Oct, 2010 Requirements Engineering @ Intel few dedicated requirements engineers central training / coaching department still using Word

More information

PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS

PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS Introduction Certified Scrum Trainer professionals ( CSTs ) play a vital role within Scrum Alliance.

More information

How to make Glendale Self-transport and Central Transport reservations

How to make Glendale Self-transport and Central Transport reservations Updated July 2016 Table of Contents How to make Glendale Self-transport and Central Transport reservations... 1 How to submit a request for a Private Transport... 3 How to view your upcoming appointments...

More information

Cloud Security. Copyright Ramesh Nagappan. All rights reserved.

Cloud Security. Copyright Ramesh Nagappan. All rights reserved. Cloud Security 1 Cloud Security Week 1 Lecture 1 Ramesh Nagappan Harvard University Extension School Brandeis University GPS 2 Week 1 Lecture - 1 Course Introduction Evolution of Cloud Computing Introduction

More information

SERVICE PACK 12 FEATURE GUIDE FOR END-USERS. Updated for GRCC on August 22, 2013

SERVICE PACK 12 FEATURE GUIDE FOR END-USERS. Updated for GRCC on August 22, 2013 SERVICE PACK 12 FEATURE GUIDE FOR END-USERS Updated for GRCC on August 22, 2013 2 Contents Introduction 3 Accessibility Features 3 Discussions 3 Calendar 5 Retention Center 6 Inline Assignment Grading

More information