Checking Bid Compliance

Slides:



Advertisements
Similar presentations
Lucienne Blessing Université du Luxembourg Autumn Lecture-Workshop series University of Bath, 19 November 2009 Developing a Reference Model: the line of.
Advertisements

M2 – Explain the tools and techniques used in the creation of an interactive website. By Arturas Vitkovskij.
Software Delivery. Software Delivery Management  Managing Requirements and Changes  Managing Resources  Managing Configuration  Managing Defects 
Foreword & Chapter 1 provide a proper entry to the document and to explain its purpose and scope more fully ILW may be roughly categorized into two main.
An overview of Wetland Delineation In preparation for next week’s field trip.
Requirements Engineering
MSF Requirements Envisioning Phase Planning Phase.
1 REQUIREMENT ENGINEERING Chapter 7. 2 REQUIREMENT ENGINEERING Definition Establishing what the customer requires from a software system. OR It helps.
Advanced Technical Writing
Chapter 2 Creating a Research Paper with References and Sources
10/10/2015 IENG 471 Facilities Planning 1 IENG Lecture END Project Report Requirements & Project Presentation Information.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
Economy. The rapid developments in computers and the features offered have changed the way the economy operates. Automation by interacting with computers.
Formal Methods in Software Engineering Credit Hours: 3+0 By: Qaisar Javaid Assistant Professor.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
Dobrin / Keller / Weisser : Technical Communication in the Twenty-First Century. © 2008 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Reading a Newspaper Article An Interactive Guide to Understanding.
Research Introduction to the concept of incorporating sources into your own work.
Section 2 Effective Groupwork Online. Contents Effective group work activity what is expected of you in this segment of the course: Read the articles.
New NSW Geography syllabus 7-10
Human Computer Interaction Lecture 21 User Support
We are dedicated to A Healthy Georgia.
How to teach reading Why teach reading? There are many reasons:
Installing and Learning Software
Writing Scientific Research Paper
Software Quality Control and Quality Assurance: Introduction
BASIC IRRS TRAINING Lecture 7
Installing and Learning Software
DESIGNING A LOGO.
Software Configuration Management (SCM)
Chapter 4 – Requirements Engineering
Presentation on Software Requirements Submitted by
Chapter 4 Requirements Engineering (1/3)
Chapter 4 – Requirements Engineering
Chapter 5 – Requirements Engineering
Writing Requirements Lecture # 23.
Evaluating Existing Systems
Advanced Technical Writing
CO5021 Systems Development Week 1
Evaluating Existing Systems
Search Strategies.
Employee Performance Management Software
By Dr. Abdulrahman H. Altalhi
Software Engineering: A Practitioner’s Approach, 6/e Chapter 23 Estimation for Software Projects copyright © 1996, 2001, 2005 R.S. Pressman & Associates,
Prescription Drug Abuse Awareness Curriculum
Must Know Tips for Picking the Right Acting School.
Editing & Polishing your Assignment
Ad Prima Charter School
© Cengage Learning. All rights reserved.
Daniel Siahaan February 2012
© Cengage Learning. All rights reserved.
THE POTENTIAL FOR INTERCULTURAL COMPETENCE
External Text Features
Lab Reports What goes into a lab report? Why do we need a report?
© Cengage Learning. All rights reserved.
Chapter 7 –Implementation Issues
Notice! This file is a ‘disabled’ file. It is not complete. Slides have been left out and other info is lacking. I have posted this file for general information.
Writing reports Wrea Mohammed
Software Engineering: A Practitioner’s Approach, 6/e Chapter 23 Estimation for Software Projects copyright © 1996, 2001, 2005 R.S. Pressman & Associates,
Technical Writing Abstract Writing.
2008 Workshop AHEPA District 3 Website Presentation
Web Standards and Accessible Design.
Department of Computer Science Abdul Wali Khan University Mardan
Overview: ICS Evaluation Procedures
Chapter 26 Estimation for Software Projects.
CHAPTER – 4 RESEARCH ETHICS
Information Systems Development MIS331
Product Definition Scenario Overview
TECHNICAL REPORTS WRITING
Office of the Inspector General
Presentation transcript:

Checking Bid Compliance Cross Compliance Checking Bid Compliance Interactive Engineering

The Compliance Problem A specification comes in, a frenzy of work, a bid goes out. The specification can be voluminous and detailed, and the bid will usually describe what is being offered, not directly address the requirements. A mistake can be costly. How can we know the bid is compliant? Interactive Engineering

Interactive Engineering Hard to Do Manually Cross Compliance between specification and bid can be a daunting task, with hundreds of separate yet somewhat integrated requirements, requiring the person to build up a model of how the requirements interact. The person who did the bid is probably the wrong person to check for compliance, because of their investment of time and effort in the bid, but no-one else has the detailed knowledge. Interactive Engineering

Interactive Engineering Compliance Checking One way to do compliance checking is to: turn the requirements into their semantic structure, turn the bid into its semantic structure, use each requirement to search the bid structure This way, we can automatically find requirements that aren’t addressed, or are inconsistent with the bid. Interactive Engineering

Turning Text into Semantic Structure 3.2.4.3 Chapter 1, Space System Description. This chapter shall describe the space system and supporting facilities in sufficient detail to afford the reader a single source document of general system information. A brief narrative shall describe the purpose, main features and leading particulars for the space system as described below. Illustrations that clarify a particular system or reduce the verbiage necessary for explanation shall be included. 3.2.4.3.1 Description of the satellite. The description shall be of sufficient detail to provide an understanding of the purpose and function of the subsystems, their relation to overall system operation, and such additional information as to enable the crew member to understand subsystem functions peculiar to the satellite. Subsequent paragraphs shall describe in greater detail subsystems peculiar to that satellite. Such information shall include a general discussion of each major subsystem. Conversion of text into structure leaves behind all the problems of text – passive or active voice, synonyms, mapping between relations like Buy and Sell, references to other parts of the document. Interactive Engineering

Interactive Engineering Comparing Structures The two semantic structures are compared automatically and structure in the specification that is different in meaning, or is missing from the bid document, is reported on. Any ambiguity in the specification has already been identified (it was checked as it came in), so where the bid assumes a specific meaning, this possibility of noncompliance is noted. The degree of compliance can be assessed from the report. Interactive Engineering

Automatic Compliance Checking Comparing semantic structures automatically is a good way for management to ensure the process is free of bias – the system hasn’t spent the long hours doing the bid, and is not invested in the outcome. Interactive Engineering