KDD- Service based Numerical Entity Searcher (KSNES) Presentation 2 on March 31 st, Naga Sowjanya Karumuri. CIS 895 MSE PROJECT

Size: px
Start display at page:

Download "KDD- Service based Numerical Entity Searcher (KSNES) Presentation 2 on March 31 st, Naga Sowjanya Karumuri. CIS 895 MSE PROJECT"

Transcription

1 KDD- Service based Numerical Entity Searcher (KSNES) Presentation 2 on March 31 st, 2009 Naga Sowjanya Karumuri sowji@ksu.edu 1 CIS 895 MSE PROJECT

2 OUTLINE Project Data Flow Diagram Action Items Architectural Design Test Plan Formal Inspection Checklist Project Plan Prototype Demonstration Questions / Comments 2

3 PROJECT DATA FLOW DIAGRAM: NUMERICAL ENTITY SEARCHER 3

4 MODULES IN THE PROJECT Webpage (JSP): For requesting and receiving information from the service. POS Tagger (Java): Stanford POS Tagger Numerical Phrase Extractor (Java): Implemented using Shallow Parsing Technique Number-Unit/Date Pattern Recognizer (C++): Implemented based on the Numerical Quantifier developed by Benjamin Sapp, UIUC. 4

5 ACTION ITEMS Implemented Numerical Phrase Extractor Detailed Description of Test Plan Wrote Formal Specification using USE UML Representation of the System 5

6 ARCHITECTURAL DESIGN Service Oriented Architecture 6

7 PACKAGE VIEW Overall Package View Class Descriptions, Attributes and Operations are contained in Architecture Design Document 7

8 SEQUENCE DIAGRAM 8

9 CLASS DIAGRAM(NPE PACKAGE) 9

10 CLASS DIAGRAM(NDPR PACKAGE) 10

11 IMPLEMENTING NUMERICAL PHRASE EXTRACTOR Input: Tagged Text I/PRP lost/vbd thirty-three/jj dollars/nns in/in 1998/CD Regular Expressions are used to determine the numerical patterns in the input. thirty-three/jj dollars/nns in/in 1998/CD Output: Numerical Phrases thirty-three dollars in

12 TAGSET 12

13 SOME PATTERNS "\\d+-\\d+(/jj /CD) [a-za-z]+/nn" parses \\d+-\\d+(/jj /CD) 3-2/JJ 20-20/JJ [a-za-z]+/nn lead/nn match/nn "(between Between from From In in since Since during During)/IN.../CD (([a-za- Z]+/CC [a-z]+/to).../cd)? parses 'between 1987 and 1997', 'in 2007 and

14 ASSIGNING BOUNDS Words that will be detected so as to set the bounds like >, <, ~, = = is used if no words are mentioned Bound Corresponding words > more than, no less than, no fewer than, at most, over < up to, not over, no more than, at least, less than, not over than ~ about, around, approximately, some, nearly, almost, 14

15 SOME PATTERNS [a-za-z0-9]+/cd( percent/nn)?( out/in)? of/in( the/dt)? ( [a-za-z]+/cd)?( [a-za-z]+/jj)? [a-za- Z]+(/NN /NNS /NNP) one of the five people two of the groups one of the rare cases 89 percent of people parses five of the seven former employees 3 out of 5 people 15

16 PHRASES THAT CAN BE PARSED Numerical Phrases 27 year-old boy A 3-2 lead 9 in 10 people About 100 miles per hour 200 adults and children $3 million About two-thirds of the vote The 17-mile drive Less than 10% support Six-bedroom apartment ml 10:00 a.m. CST From 400 to 500 miles Temporal Phrases Last year Next week Monday Sunday January December Mid-1990s Between 1999 and th centaury 18 April 2008 Dec 21, 2009 October 10 th 1984 John, 67 Since

17 PHRASES THAT ARE NOT CURRENTLY PARSED Numerical Phrases Temporal Phrases six-pack of drinks 31 st of March 1998 $100 more Since mid-november 252 (as POS can t parse this) the January-April period Future Work: These phrases can also be parsed by adding more patterns to the current system but for now the most important and commonly occurring patterns are considered. Current goal is to develop a basic idea of numerical phrase extraction. 17

18 FORMAL SPECIFICATION Created and validated using USE All Classes are specified All important attributes and methods are specified Constructor methods are not specified Contained at the end of the Architectural Design Document 18

19 TEST PLAN Outputs are checked at each module by the developer by matching them to the results manually calculated Check if the POS tagger has given the tagged text. Check if the numerical phrases are extracted Check if the numerical phrase is explained to Value, Unit and Unit-Type. UML diagrams and the required specifications will be checked for consistency by two fellow MSE students User interaction will be tested by the developer and the technical inspectors. 19

20 FORMAL INSPECTION CHECKLIST The following items are to be checked: The symbols used in the class diagram conform to UML standards The symbols used in the sequence diagrams conform to UML standards The classes in the class diagrams have corresponding descriptions provided in the Architecture Document The descriptions of the classes in the Architecture Document are clear and concise The classes in the USE model are consistent with those in the Architecture Document All the requirements in the Software Requirements Specification have been covered in the Architecture Document The multiplicities in the USE model have been depicted in the class diagram 20

21 PROJECT SCHEDULE Key Dates Presentation 1: February 24 th, 2009 Complete Numerical Sub-Chunker Presentation 2: March 31 st, 2009 Complete Numerical Phrase Extractor Presentation 3: April 10 th, 2009 Patch up the modules Develop a GUI Set them up on the server To completely submit the documents by April 13 th, 2009 to the committee Final Portfolio submitted by April 15 th,

22 PROJECT SCHEDULE 22

23 PROTOTYPE DEMONSTRATION POS Tagger working For now it works on the local machine Numerical Pattern Extractor For now it works on the local machine 23

24 PHASE 3 DELIVERABLES Action items Component Design Assessment Evaluation Project Evaluation User s Manual Formal Technical Inspection Checklists Presentation 3 Executable Project Source Code 24

25 TO-DO LIST Revise the Documents Revise Project Schedule Work on the Phase3 deliverables Final Demo 25

26 Questions?? Suggestions!! THANK YOU 26

KDD- Service based Numerical Entity Searcher (KSNES) Presentation 3 on April 14 th, Naga Sowjanya Karumuri. CIS 895 MSE PROJECT

KDD- Service based Numerical Entity Searcher (KSNES) Presentation 3 on April 14 th, Naga Sowjanya Karumuri. CIS 895 MSE PROJECT KDD- Service based Numerical Entity Searcher (KSNES) Presentation 3 on April 14 th, 2009 Naga Sowjanya Karumuri sowji@ksu.edu 1 CIS 895 MSE PROJECT OUTLINE Introduction Terms Motivation Goal Project Overview

More information

Vision Plan. For KDD- Service based Numerical Entity Searcher (KSNES) Version 2.0

Vision Plan. For KDD- Service based Numerical Entity Searcher (KSNES) Version 2.0 Vision Plan For KDD- Service based Numerical Entity Searcher (KSNES) Version 2.0 Submitted in partial fulfillment of the Masters of Software Engineering Degree. Naga Sowjanya Karumuri CIS 895 MSE Project

More information

Component Design. For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.0

Component Design. For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.0 Component Design For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.0 Submitted in partial fulfillment of the Masters of Software Engineering degree. Naga Sowjanya Karumuri CIS 895 MSE

More information

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0 Project Plan For GMoDS Visualizer and Test Driver Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Mike Fraka CIS 895 MSE Project Kansas State University Page 1 of

More information

CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0

CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0 Project Plan For agenttool III (Static) Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Deepti Gupta CIS 895 MSE Project Kansas State University Page 1 of 9 TABLE

More information

Software Quality Assurance Plan

Software Quality Assurance Plan Software Quality Assurance Plan For KDD-Research Entity Search Tool (KREST) Version 1.2 Submitted in partial fulfillment of the Masters of Software Engineering degree. Eric Davis CIS 895 MSE Project Department

More information

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review:

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review: Following are three examples of calculations for MCP employees (undefined hours of work) and three examples for MCP office employees. Examples use the data from the table below. For your calculations use

More information

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE Test Plan KSU Student Portal Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents 1.

More information

Website Redevelopment Content Information Session. Presentation by

Website Redevelopment Content Information Session. Presentation by Website Redevelopment Content Information Session Presentation by December 3, 2010 Agenda December 3rd & 10th, 2010 10:00 10:10 Welcome & Introductions 10:10 10:20 Project Status & Development Schedule

More information

Coursework Completion

Coursework Completion Half Term 1 5 th September 12 th September 19 th September 26 th September 3 rd October 10 th October 17 th October Coursework Completion This first half term will be dedicated to ensuring that all students

More information

IT Specialist, Associate of Applied Science Outcomes Assessment Implementation Summary. Academic Year

IT Specialist, Associate of Applied Science Outcomes Assessment Implementation Summary. Academic Year UNIVERSITY OF ALASKA FAIRBANKS Outcomes Assessment Implementation Summary Information Technology Specialist, A.A.S. College of Rural and Community Development IT Specialist, Associate of Applied Science

More information

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA UNITED STATES OF AMERICA, v. Plaintiff, MICROSOFT CORPORATION, Civil Action No. 98-1232 (CKK) Next Court Deadline: May 12, 2006 Joint Status

More information

Grid Code Planner EU Code Modifications GC0100/101/102/104

Grid Code Planner EU Code Modifications GC0100/101/102/104 Grid Code Planner EU Code Modifications GC0100/101/102/104 Place your chosen image here. The four corners must just cover the arrow tips. For covers, the three pictures should be the same size and in a

More information

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0027 Hardwired Back Up System

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0027 Hardwired Back Up System Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0027 Hardwired Back Up System RO TITLE: Hardwired Back Up System REVISION : 5 Overall RO Closure Date (Planned):

More information

Physical Security Reliability Standard Implementation

Physical Security Reliability Standard Implementation Physical Security Reliability Standard Implementation Attachment 4b Action Information Background On March 7, 2014, the Commission issued an order directing NERC to submit for approval, within 90 days,

More information

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI RO TITLE: Safety System Logic & Control (SSLC) Class

More information

MBTA Semester Pass Program User Guide

MBTA Semester Pass Program User Guide MBTA Semester Pass Program User Guide CharlieCard Customer Service 1-888-844-0353 passprogram@mbta.com Monday through Friday 7AM to 8PM EST Saturday and Sunday 9AM to 5PM EST Welcome to the MBTA Semester

More information

INTRODUCING CISCO SECURITY FOR AWS

INTRODUCING CISCO SECURITY FOR AWS SESSION ID: SPO1-T08 INTRODUCING CISCO SECURITY FOR AWS Patrick Crowley CTO Cisco, Stealthwatch Cloud @p_crowley Three Main Points Use VPC Flow logs to make sure nothing is happening behind your back Use

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 8.00 Generating Fiscal Periods Document Release Date: July 2009 Software Release Date: July 2009 Legal Notices Warranty The only warranties

More information

Question Answering System for Yioop

Question Answering System for Yioop Question Answering System for Yioop Advisor Dr. Chris Pollett Committee Members Dr. Thomas Austin Dr. Robert Chun By Niravkumar Patel Problem Statement Question Answering System Yioop Proposed System Triplet

More information

Important Notes: For this course you must check the Regis Bookstore: for the most current online course material information.

Important Notes: For this course you must check the Regis Bookstore:   for the most current online course material information. Online Course Syllabus CS445 Database Management Important Notes: This document provides an overview of expectations for this online course and is subject to change prior to the term start. Changes may

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

This study is brought to you courtesy of.

This study is brought to you courtesy of. This study is brought to you courtesy of www.google.com/think/insights The Role of Video in the Travel Shopping Process Google Compete U.S., September 2010 Background and Objectives Background The objective

More information

Calendar PPF Production Cycles Non-Production Activities and Events

Calendar PPF Production Cycles Non-Production Activities and Events 20-207 Calendar PPF Production Cycles Non-Production Activities and Events Four Productions For non-holiday productions 7 Week Stage Cycles 36 Uses plus strike (as in prior years and per agreement with

More information

AMS API Modifications

AMS API Modifications This Modifications document lists the changes to the current Address Matching System Application Program Interface (AMS API) Product. July 30, 2018 The license agreement was updated and current Licensees

More information

CSE Network Management (3-0-3) Fall 2004 (Term 041) Course Projects

CSE Network Management (3-0-3) Fall 2004 (Term 041) Course Projects 1 Introduction King Fahd University of Petroleum & Minerals College of Computer Sciences and Engineering CSE 552 - Network Management (3-0-3) Fall 2004 (Term 041) Course Projects Tuesday, September 21,

More information

Standard CIP 007 3a Cyber Security Systems Security Management

Standard CIP 007 3a Cyber Security Systems Security Management A. Introduction 1. Title: Cyber Security Systems Security Management 2. Number: CIP-007-3a 3. Purpose: Standard CIP-007-3 requires Responsible Entities to define methods, processes, and procedures for

More information

Previous Capstone Project

Previous Capstone Project Capstone Projects RoviSys (http://www.rovisys.com) located in Aurora Ohio, has 4 project that we will help them develop. In the process you will have an opportunity to experience how software is developed

More information

ISTQB Certified Tester Advanced Level. Release Plan CTAL Version 1.1

ISTQB Certified Tester Advanced Level. Release Plan CTAL Version 1.1 ISTQB Certified Tester Advanced Level Release Plan CTAL 2012 Version 1.1 Revision History Date Version Description Author(s) 8 th January 2012 1.0 Release Plan for GA Approval, March 2012 Graham Bath,

More information

name name C S M E S M E S M E Block S Block M C-Various October Sunday

name name C S M E S M E S M E Block S Block M C-Various October Sunday 01.10.2017 October Sunday 1 10 2017 02.10.2017 October Monday 2 10 2017 03.10.2017 October Tuesday 3 10 2017 Tag der Deutschen Einheit 04.10.2017 October Wednesday 4 10 2017 05.10.2017 October Thursday

More information

Calendar Excel Template User Guide

Calendar Excel Template User Guide Calendar Excel Template User Guide Excel-based simple Calendar Template Version 3 This Excel-based template provides a calendar template for each month of a year. It also incorporates an hourly schedule

More information

Topic: 1-Understanding Addition

Topic: 1-Understanding Addition 10 days /September /October Topic: 1-Understanding Addition Represent and solve problems involving addition and subtraction. 1.OA.1. Use addition and subtraction within 20 to solve word problems involving

More information

TEA/ETS Newsletter March 2008 for Educator Preparation Programs

TEA/ETS Newsletter March 2008 for Educator Preparation Programs TEA/ETS Newsletter March 2008 for Educator Preparation Programs The focus of the TEA/ETS Newsletter is on upcoming events, reminders about important deadlines, and suggestions on how to improve the test-taker

More information

Standard COM-002-2a Communications and Coordination

Standard COM-002-2a Communications and Coordination A. Introduction 1. Title: Communication and Coordination 2. Number: COM-002-2a 3. Purpose: To ensure Balancing Authorities, Transmission Operators, and Generator Operators have adequate communications

More information

PIRT Online User Guide

PIRT Online User Guide PIRT Online User Guide Data Submission Due Dates First half data submission (January June) Second half data submission (July December) Last Updated: 26 November 2015 Performance and Outcomes Service Australian

More information

Annotating Spatio-Temporal Information in Documents

Annotating Spatio-Temporal Information in Documents Annotating Spatio-Temporal Information in Documents Jannik Strötgen University of Heidelberg Institute of Computer Science Database Systems Research Group http://dbs.ifi.uni-heidelberg.de stroetgen@uni-hd.de

More information

B.2 Measures of Central Tendency and Dispersion

B.2 Measures of Central Tendency and Dispersion Appendix B. Measures of Central Tendency and Dispersion B B. Measures of Central Tendency and Dispersion What you should learn Find and interpret the mean, median, and mode of a set of data. Determine

More information

Russell County Schools Grade 2 Math Pacing

Russell County Schools Grade 2 Math Pacing Operations and Algebraic Thinking [OA] Represent and solve problems involving addition and subtraction. Add and subtract within 20. Work with equal groups of objects to gain foundations for multiplication.

More information

Tracing Requirements in Object-Oriented Software Engineering

Tracing Requirements in Object-Oriented Software Engineering Tracing Requirements in Object-Oriented Software Engineering Abstract: Ali S. Dowa. faculty of Information Technology, Azawia Zawia University Amrou S. Dhunnis, faculty of Information Technology Zawia

More information

COMPUTER SCIENCE TRIPOS, PART IA, 2019

COMPUTER SCIENCE TRIPOS, PART IA, 2019 COMPUTER SCIENCE TRIPOS, PART IA, 2019 This Announcement relates to Regulation 11 of the Computer Science Tripos which is as follows: 11. A candidate for Part IA shall submit to the a portfolio of assessed

More information

The Provider Enrollment Process. Provider Relations BlueCross BlueShield of South Carolina BlueChoice HealthPlan Healthy Blue SM

The Provider Enrollment Process. Provider Relations BlueCross BlueShield of South Carolina BlueChoice HealthPlan Healthy Blue SM The Provider Enrollment Process Provider Relations BlueCross BlueShield of South Carolina BlueChoice HealthPlan Healthy Blue SM Introduction The enrollment process is performed for several reasons: To

More information

Formative Benchmark 1

Formative Benchmark 1 Key Section 1: Lessons 1-10 2-Digit Numbers & Place Value, Elapsed Time, Data Collection & Display, Odd & Even Numbers between 0 and August to Formative Benchmark 1 November 13-20, 2013 Section 2: Lessons

More information

Note: Review pre-course content, Before the Course Begins section, starting August 14, 07:00 UTC. Course Element

Note: Review pre-course content, Before the Course Begins section, starting August 14, 07:00 UTC. Course Element Course Schedule: Introduction to Engineering: Imagine. Design. Engineer! Fall 2017 Items are listed in UTC. Please calculate equivalents for your time zone. (07:00 UTC is 7am UTC.) Note: Review pre-course

More information

Analysis of CIP-006 and CIP-007 Violations

Analysis of CIP-006 and CIP-007 Violations Electric Reliability Organization (ERO) Compliance Analysis Report Reliability Standard CIP-006 Physical Security of Critical Cyber Assets Reliability Standard CIP-007 Systems Security Management December

More information

Standard CIP-006-3c Cyber Security Physical Security

Standard CIP-006-3c Cyber Security Physical Security A. Introduction 1. Title: Cyber Security Physical Security of Critical Cyber Assets 2. Number: CIP-006-3c 3. Purpose: Standard CIP-006-3 is intended to ensure the implementation of a physical security

More information

4/6/18 Reset Resource Store of the Future

4/6/18 Reset Resource Store of the Future 4/6/18 Reset Resource Store of the Future Retail Marketing 4/6 Reset Items POP updates DTV wall lug on sample placement example DTV Pavilion- select locations based upon wall size: wall lug on This revised

More information

Introduction to Programming COIT 20245

Introduction to Programming COIT 20245 Introduction to Programming COIT 20245 Assessment item 1 Java Console Program Due date: Weighting: Length: Week 7 T318 24 December 2018 Refer below for complete assessment item 1 requirements (Assignment

More information

Simpson Elementary School Curriculum Prioritization and Mapping 2nd Grade Math - Revised 6/2014

Simpson Elementary School Curriculum Prioritization and Mapping 2nd Grade Math - Revised 6/2014 Simpson lementary School Curriculum Prioritization and Mapping Timeline Topic Priority Standard Learning Targets On-Going 2.OA.2 - Fluently add and subtract within 20 using mental strategies by end of

More information

TxDOT Internal Audit Materials and Testing Audit Department-wide Report

TxDOT Internal Audit Materials and Testing Audit Department-wide Report Materials and Testing Audit Department-wide Report Introduction This report has been prepared for the Transportation Commission, TxDOT Administration and management. The report presents the results of

More information

Modifications to Mail Processing Equipment (MPE) License Agreements and supporting documents

Modifications to Mail Processing Equipment (MPE) License Agreements and supporting documents Modifications to Mail Processing Equipment (MPE) License Agreements and supporting documents January 21, 2018 MPE Developer; Distributor; and Data User Licenses Updated Exhibit A: License Fee Schedule

More information

How to guide for Nursing Facilitators At RDH. Employed by Charles Darwin University

How to guide for Nursing Facilitators At RDH. Employed by Charles Darwin University How to guide for Nursing Facilitators At RDH Employed by Charles Darwin University June 2014 Table of Contents Logging on to CDU (How to create an account to get payslips) 3 How to get a Staff ID card

More information

Topic: 1-One to Five

Topic: 1-One to Five Mathematics Curriculum Kindergarten Suggested Blocks of Instruction: 12 days /September Topic: 1-One to Five Know number names and the count sequence. K.CC.3. Write numbers from 0 to 20. Represent a number

More information

International Legal Metrology Update for the 2015 NCWM Annual Meeting in Philadelphia

International Legal Metrology Update for the 2015 NCWM Annual Meeting in Philadelphia International Legal Metrology Update for the 2015 NCWM Annual Meeting in Philadelphia Ralph Richter, P.E. International Legal Metrology Program NIST Office of Weights and Measures Load Cells OIML TC9:

More information

2016 Calendar of System Events and Moratoriums

2016 Calendar of System Events and Moratoriums 2016 Calendar of System Events and Moratoriums Table of Contents 1. Terminology and Information 2 2. Quarterly Scheduled System Upgrades and Moratoriums 3 3. Scheduled Infrastructure Window 4 4. Scheme

More information

Lab II - Product Specification Outline. CS 411W Lab II. Prototype Product Specification For CLASH. Professor Janet Brunelle Professor Hill Price

Lab II - Product Specification Outline. CS 411W Lab II. Prototype Product Specification For CLASH. Professor Janet Brunelle Professor Hill Price Lab II - Product Specification Outline CS 411W Lab II Prototype Product Specification For CLASH Professor Janet Brunelle Professor Hill Price Prepared by: Artem Fisan Date: 04/20/2015 Table of Contents

More information

Standard CIP 007 4a Cyber Security Systems Security Management

Standard CIP 007 4a Cyber Security Systems Security Management A. Introduction 1. Title: Cyber Security Systems Security Management 2. Number: CIP-007-4a 3. Purpose: Standard CIP-007-4 requires Responsible Entities to define methods, processes, and procedures for

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

Dawood Public School Course Outline Class IV Math

Dawood Public School Course Outline Class IV Math Dawood Public School Course Outline 2016-2017 Class IV Math Books: Lu jitan, New Syllabus Primary Mathematics 4 along with practice books 4a and 4b, Singapore; Oxford University Monthly Syllabus for the

More information

SAVE International Certification Program Transition Summary

SAVE International Certification Program Transition Summary The following is a summary of the certification program changes for SAVE International (SAVE). This information was presented in detail at the 2017 Value Summit in Philadelphia in August 2017. The new

More information

California State University Monterey Bay (CSUMB) School of Information Technology and Communication Design (itcd) (BS)

California State University Monterey Bay (CSUMB) School of Information Technology and Communication Design (itcd) (BS) California State University Monterey Bay (CSUMB) School of Information Technology and Communication Design (itcd) (BS) Digital Animation Capstone Proposal: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

More information

APNIC Training Mini Survey

APNIC Training Mini Survey APNIC Training - 2007 Mini Survey Summary Report by John Earls February 2008 Introduction The following analysis summarises the results of the APNIC training survey conducted during the period November

More information

Get the Facts: Benefits, Timeline, How to Prepare

Get the Facts: Benefits, Timeline, How to Prepare Get the Facts: Benefits, Timeline, How to Prepare Effective as of October 08, 2012 Northwestern University is moving toward a more enhanced communication and collaborative environment to carry out the

More information

Returning Resident Room Selection Instruction Sheet

Returning Resident Room Selection Instruction Sheet 2019-2020 Returning Resident Room Selection Instruction Sheet All residents and roommates that plan to participate in room selection MUST have completed the 2019-2020 Returning Resident Application at

More information

Standard CIP-006-4c Cyber Security Physical Security

Standard CIP-006-4c Cyber Security Physical Security A. Introduction 1. Title: Cyber Security Physical Security of Critical Cyber Assets 2. Number: CIP-006-4c 3. Purpose: Standard CIP-006-4c is intended to ensure the implementation of a physical security

More information

WEB REDESIGN PROJECT. presented to President s Cabinet. presented by Eric Turner, Web and Portal Services Uyen Mai, Marketing and Communication

WEB REDESIGN PROJECT. presented to President s Cabinet. presented by Eric Turner, Web and Portal Services Uyen Mai, Marketing and Communication WEB REDESIGN PROJECT presented to President s Cabinet presented by Eric Turner, Web and Portal Services Uyen Mai, Marketing and Communication October 28, 2014 Web Redesign Goals More Audience Focused More

More information

Dawood Public School Course Outline Computer Studies Class VII

Dawood Public School Course Outline Computer Studies Class VII Dawood Public School Course Outline 2015-16 Computer Studies Class VII August September October November Data processing and Information processing System software Introduction to Web page with Application

More information

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi 1 Cubic Company Proprietary 2 Presentation Outline Introduction to CDIET Benefits provided to user Scope Statement Timeline for development

More information

Math in Focus Vocabulary. Kindergarten

Math in Focus Vocabulary. Kindergarten Math in Focus Vocabulary Kindergarten Chapter Word Definition 1 one 1 * 1 two 2 * * 1 three 3 * * * 1 four 4 * * * * 1 five 5 * * * * * 1 same things that have a common property 1 different things that

More information

Programming Logic and Design Sixth Edition

Programming Logic and Design Sixth Edition Objectives Programming Logic and Design Sixth Edition Chapter 6 Arrays In this chapter, you will learn about: Arrays and how they occupy computer memory Manipulating an array to replace nested decisions

More information

Scheduling. Scheduling Tasks At Creation Time CHAPTER

Scheduling. Scheduling Tasks At Creation Time CHAPTER CHAPTER 13 This chapter explains the scheduling choices available when creating tasks and when scheduling tasks that have already been created. Tasks At Creation Time The tasks that have the scheduling

More information

Time Expression Analysis and Recognition Using Syntactic Token Types and General Heuristic Rules

Time Expression Analysis and Recognition Using Syntactic Token Types and General Heuristic Rules Time Expression Analysis and Recognition Using Syntactic Token Types and General Heuristic Rules Xiaoshi Zhong, Aixin Sun, and Erik Cambria Computer Science and Engineering Nanyang Technological University

More information

Crystal Springs Upland School Transportation Demand Management Plan. March 2016

Crystal Springs Upland School Transportation Demand Management Plan. March 2016 Crystal Springs Upland School Transportation Demand Management Plan March 06 CONTENTS Introduction... Transportation Demand Management (TDM) Program.... Background/Survey of Existing Student Commuting

More information

Department of Information, Evidence & Research. International Clinical Trials Registry Platform. ICTRP Search Portal Revisions Document

Department of Information, Evidence & Research. International Clinical Trials Registry Platform. ICTRP Search Portal Revisions Document Department of Information, Evidence & Research International Clinical Trials Registry Platform ICTRP Search Portal Revisions Document Created on 18/02/2009 Last update on 11/1/2018 Table of contents Introduction..

More information

LVTS RULE 11 CHANGE MANAGEMENT, TESTING AND CERTIFICATION 2018 CANADIAN PAYMENTS ASSOCIATION

LVTS RULE 11 CHANGE MANAGEMENT, TESTING AND CERTIFICATION 2018 CANADIAN PAYMENTS ASSOCIATION LVTS RULE 11 CHANGE MANAGEMENT, TESTING AND CERTIFICATION 2018 CANADIAN PAYMENTS ASSOCIATION This Rule is copyrighted by the Canadian Payments Association. All rights reserved, including the right of reproduction

More information

Time and Attendance Self Service - Hourly Training Guide University of Massachusetts Boston Human Resources Department

Time and Attendance Self Service - Hourly Training Guide University of Massachusetts Boston Human Resources Department 2017-2018 Time and Attendance Self Service - Hourly Training Guide University of Massachusetts Boston Human Resources Department Revised: September 2017 Table of Contents HR Direct Self Service Login Login

More information

TIBCO Upgrade Project New Hub Message Processing Issue ReMCoWG Update

TIBCO Upgrade Project New Hub Message Processing Issue ReMCoWG Update TIBCO Upgrade Project New Hub Message Processing Issue ReMCoWG Update 4 th Nov 2015 Background Part of the project System Integration Test phase execution was to compare the same XML message files output

More information

Grade 4 Mathematics Pacing Guide

Grade 4 Mathematics Pacing Guide Jul 2014 ~ August 2014 ~ Sep 2014 1 2 3 4 5 6 7 8 9 10 11 12 14 15 16 17 Routines 19 Routines 20 Routines BOY 22 BOY 23 24 11 12 14 29 15 30 31 Notes: Found Online @ wwweverydaymathonlinecom 1 More Calendars

More information

Unstructured Information Management Architecture (UIMA) Graham Wilcock University of Helsinki

Unstructured Information Management Architecture (UIMA) Graham Wilcock University of Helsinki Unstructured Information Management Architecture (UIMA) Graham Wilcock University of Helsinki Overview What is UIMA? A framework for NLP tasks and tools Part-of-Speech Tagging Full Parsing Shallow Parsing

More information

Troop calendar

Troop calendar Troop 546 2013-2014 calendar For questions and information please visit www.troop546peoriaaz.com or email troop546info@googlegroups.com August Court of honor Tue Aug 27, 2013 6pm - 7:30pm Award scouts

More information

The Revised Design Examination Guidelines regarding graphic image on a screen designs entered into force on April 1, , in Japan

The Revised Design Examination Guidelines regarding graphic image on a screen designs entered into force on April 1, , in Japan Seiwa IP News Seiwa Patent & Law (IP Information Section) Dated May 10, 2016 The Revised Design Examination Guidelines regarding graphic image on a screen designs entered into force on April 1, 2016 1,

More information

Examination Regulations for Employee Certification regarding Usability Engineering

Examination Regulations for Employee Certification regarding Usability Engineering Examination Regulations for Employee Certification regarding Usability Engineering Fraunhofer-Personenzertifizierungsstelle Fraunhofer-Institute for Applied Information Technology FIT December 2016, Revision

More information

A HIPAA Compliance and Enforcement Update from the HHS Office for Civil Rights Session #24, 10:00 a.m. 11:00 a.m. March 6, 2018 Roger Severino, MSPP,

A HIPAA Compliance and Enforcement Update from the HHS Office for Civil Rights Session #24, 10:00 a.m. 11:00 a.m. March 6, 2018 Roger Severino, MSPP, A HIPAA Compliance and Enforcement Update from the HHS Office for Civil Rights Session #24, 10:00 a.m. 11:00 a.m. March 6, 2018 Roger Severino, MSPP, JD Director, HHS Office for Civil Rights Nicholas Heesters,

More information

Analysis/Intelligence: Data Model - Configuration

Analysis/Intelligence: Data Model - Configuration Analysis/Intelligence: Data Model - Configuration User Guide Table of Contents Data Model - Configuration... 1 Section 1: Folder Expense Types & Categories, Payment Types... 1 Expense Types & Categories,

More information

TARGET Instant Payment Settlement

TARGET Instant Payment Settlement Ignacio Terol DG-MIP/MID TARGET Instant Payment Settlement Status update AMI-Pay, 6 February 2018 ECB-UNRESTRICTED TIPS status update overview TIPS is on track to start operations on 30 November 2018 Since

More information

Apple Inc. US 6,587,904 US 6,618,785 US 6,636,914 US 6,639,918 US 6,718,497 US 6,831,928 US 6,842,805 US 6,865,632 US 6,944,705 US 6,985,981

Apple Inc. US 6,587,904 US 6,618,785 US 6,636,914 US 6,639,918 US 6,718,497 US 6,831,928 US 6,842,805 US 6,865,632 US 6,944,705 US 6,985,981 April 1, 2019 1394 Attachment 1 Page 1 of 7 Apple Inc. US 6,587,904 US 6,618,785 US 6,636,914 US 6,639,918 US 6,718,497 US 6,831,928 US 6,842,805 US 6,865,632 US 6,944,705 US 6,985,981 LG Electronics Inc.

More information

Unofficial Comment Form 1st Draft of PRC-005-3: Protection System and Automatic Reclosing Maintenance (Project )

Unofficial Comment Form 1st Draft of PRC-005-3: Protection System and Automatic Reclosing Maintenance (Project ) Unofficial Comment Form 1st Draft of PRC-005-3: Protection System and Automatic Reclosing Maintenance (Project 2007-17.2) Please DO NOT use this form for submitting comments. Please use the electronic

More information

Meal Pattern Requirements

Meal Pattern Requirements Certification of Compliance with New Meal Pattern Requirements 1 Agenda Background Certification - SFA Responsibilities Certification - State Agency Responsibilities SY 2012-13 Validation Reviews Administrative

More information

IEEE P1564 Voltage Sag Indices Task Force Meeting

IEEE P1564 Voltage Sag Indices Task Force Meeting IEEE P1564 Voltage Sag Indices Task Force Meeting Dan Sabin Electrotek Concepts, Inc. d.sabin@ieee.org January14, 2013 Memphis, Tennessee, USA IEEE P1564 Task Force Meeting Agenda Introductions Patent

More information

Marketing Opportunities

Marketing Opportunities Email Marketing Opportunities Write the important dates and special events for your organization in the spaces below. You can use these entries to plan out your email marketing for the year. January February

More information

Scheduled Base Rental Revenue 919, , , ,027 1,013,613 1,038,875 1,064,831 1,091, ,637 1,099,323 1,132,302 1,166,272

Scheduled Base Rental Revenue 919, , , ,027 1,013,613 1,038,875 1,064,831 1,091, ,637 1,099,323 1,132,302 1,166,272 Time : 10:30 am Page : 1 Schedule Of Prospective Cash Flow In Inflated Dollars for the Fiscal Year Beginning 9/1/2010 Potential Gross Revenue Base Rental Revenue $919,148 $941,812 $965,099 $989,027 $1,013,613

More information

Auction Calendar 2017/2018 for Capacity Allocation Mechanism Network Code

Auction Calendar 2017/2018 for Capacity Allocation Mechanism Network Code CAP682-16 Version date: October 07 2016 Calendar 2017/2018 for Capacity Allocation Mechanism Network Code EXPLANATORY NOTE/DISCLAIMER The Network Code on Capacity Allocation Mechanisms in Gas Transmission

More information

Status Update February 2007

Status Update February 2007 Austin Group Status Update February 2007 http://www.opengroup.org/austin/ UNIX is a registered trademark of The Open Group POSIX is a registered trademark o f The IEEE Summary The Austin Group JDOCS Procedures

More information

Implementing a University-Wide Accessibility Program at Penn State

Implementing a University-Wide Accessibility Program at Penn State Implementing a University-Wide Accessibility Program at Penn State John T. Harwood, Ph.D. Associate Vice Provost, Information Technology Services Penn State October 10, 2012 ARL Membership Meeting Washington,

More information

Standard CIP Cyber Security Critical Cyber Asset Identification

Standard CIP Cyber Security Critical Cyber Asset Identification Standard CIP 002 1 Cyber Security Critical Cyber Asset Identification Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed

More information

WATERLOO REGION HOUSING STABILITY SYSTEM STATS WEEK OF (MONTH/DAYS/YEAR)

WATERLOO REGION HOUSING STABILITY SYSTEM STATS WEEK OF (MONTH/DAYS/YEAR) WATERLOO REGION HOUSING STABILITY SYSTEM STATS WEEK OF (MONTH/DAYS/YEAR) Sent each week to key system stakeholders: Here is what our data tells us about the housing stability system last week including

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

The Optical Receipt Management Application. Design Document

The Optical Receipt Management Application. Design Document The Optical Receipt Management Application Design Document Version 1.0 Garry Ledford Roberto Vieras John Klein Charles Reed Advisor: Professor Jeff Salvage 1 Document History... 4 1. Introduction... 5

More information

California State University Monterey Bay (CSUMB) School of Information Technology and Communication Design (itcd) (BS)

California State University Monterey Bay (CSUMB) School of Information Technology and Communication Design (itcd) (BS) California State University Monterey Bay (CSUMB) School of Information Technology and Communication Design (itcd) (BS) Digital Animation Capstone Proposal: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

More information

CPA PEP 2018 Schedule and Fees

CPA PEP 2018 Schedule and Fees CPA PEP Schedule and Fees The CPA Professional Education Program (CPA PEP) is a graduatelevel program. CPA PEP comprises a series of modules that focus primarily on enhancing CPA candidates ability to

More information

Ministry of Government and Consumer Services. ServiceOntario. Figure 1: Summary Status of Actions Recommended in June 2016 Committee Report

Ministry of Government and Consumer Services. ServiceOntario. Figure 1: Summary Status of Actions Recommended in June 2016 Committee Report Chapter 3 Section 3.06 Ministry of Government and Consumer Services ServiceOntario Standing Committee on Public Accounts Follow-Up on Section 4.09, 2015 Annual Report In March 2016, the Committee held

More information