An Open Source Framework for Tracking and State Estimation ('Stone Soup')

Size: px
Start display at page:

Download "An Open Source Framework for Tracking and State Estimation ('Stone Soup')"

Transcription

1 CAN UNCLASSIFIED An Open Source Framework for Tracking and State Estimation ('Stone Soup') Paul A. Thomas, Jordi Barr Defence Science and Technology Laboratory (UK) Bhashyam Balaji DRDC Ottawa Research Centre Kruger White Defence Science and Technology Group (Australia) Society of Photo-Optical Instrumentation Engineers (SPIE), Vol , Date of Publication from Ext Publisher: May 2017 Terms of Release: This document is approved for Public release. Defence Research and Development Canada External Literature (N) DRDC-RDDC-2017-N031P00 September 2017 CAN UNCLASSIFIED

2 CAN UNCLASSIFIED IMPORTANT INFORMATIVE STATEMENTS Disclaimer: This document is not published by the Editorial Office of Defence Research and Development Canada, an agency of the Department of National Defence of Canada, but is to be catalogued in the Canadian Defence Information System (CANDIS), the national repository for Defence S&T documents. Her Majesty the Queen in Right of Canada (Department of National Defence) makes no representations or warranties, express or implied, of any kind whatsoever, and assumes no liability for the accuracy, reliability, completeness, currency or usefulness of any information, product, process or material included in this document. Nothing in this document should be interpreted as an endorsement for the specific use of any tool, technique or process examined in it. Any reliance on, or use of, any information, product, process or material included in this document is at the sole risk of the person so using it or relying on it. Canada does not assume any liability in respect of any damages or losses arising out of or in connection with the use of, or reliance on, any information, product, process or material included in this document. This document was reviewed for Controlled Goods by Defence Research and Development Canada (DRDC) using the Schedule to the Defence Production Act. Template in use: (2012) CR EL1 Advanced Template_EN _21-V02_WW.dotm Her Majesty the Queen in Right of Canada (Department of National Defence), 2017 Sa Majesté la Reine en droit du Canada (Ministère de la Défense nationale), 2017 CAN UNCLASSIFIED

3 An Open Source framework for Tracking and State Estimation ( Stone Soup ) Paul A. Thomas (pathomas@dstl.gov.uk) a, Jordi Barr a, Bhashyam Balaji b, Kruger White c a Defence Science and Technology Laboratory (United Kingdom), b Defence Research and Development Canada (Canada), c Defence Science and Technology Group (Australia). ABSTRACT The ability to detect and unambiguously follow all moving entities in a state-space is important in multiple domains both in defence (e.g. air surveillance, maritime situational awareness, ground moving target indication) and the civil sphere (e.g. astronomy, biology, epidemiology, dispersion modelling). However, tracking and state estimation researchers and practitioners have difficulties recreating state-of-the-art algorithms in order to benchmark their own work. Furthermore, system developers need to assess which algorithms meet operational requirements objectively and exhaustively rather than intuitively or driven by personal favourites. We have therefore commenced the development of a collaborative initiative to create an open source framework for production, demonstration and evaluation of Tracking and State Estimation algorithms. The initiative will develop a (MIT-licensed) software platform for researchers and practitioners to test, verify and benchmark a variety of multi-sensor and multi-object state estimation algorithms. The initiative is supported by four defence laboratories, who will contribute to the development effort for the framework. The tracking and state estimation community will derive significant benefits from this work, including: access to repositories of verified and validated tracking and state estimation algorithms, a framework for the evaluation of multiple algorithms, standardisation of interfaces and access to challenging data sets. Keywords: Tracking, state estimation, open source, software development Content includes material subject to Crown copyright (2017), Dstl. This material is licensed under the terms of the Open Government Licence except where otherwise stated. To view this licence, visit or write to the Information Policy Team, The National Archives, Kew, London TW9 4DU, or psi@nationalarchives.gsi.gov.uk. 1. INTRODUCTION Tracking & state estimation is a critical capability for military Situational Awareness (SA). The ability to detect and follow unambiguously all moving entities in a state-space is important for SA in multiple domains ranging from the traditional (e.g. air surveillance, maritime SA, ground moving target indication) to the less conventional (e.g. tracking internet transactions, monitoring changes in sentiment, CBRN dispersion prediction or following disease epidemics). However, researchers and practitioners find difficulties recreating state-of-the-art algorithms in order to benchmark their own work 1. Comparison of new algorithms with alternative solutions is time-consuming, involving recoding of the alternative algorithms from the academic literature. Industrial exploiters of algorithms also need to assess which algorithms meet operational requirements objectively and exhaustively rather than intuitively and driven by personal favourites. The best solution to these issues is to develop an open source tracking and state estimation framework and to populate it with open source components. This is in line with wider open source and open data government initiatives 2,3. The project described in this paper aims to provide a flexible and unified software platform for researchers and engineers to Signal Processing, Sensor/Information Fusion, and Target Recognition XXVI, edited by Ivan Kadar, Proc. of SPIE Vol , SPIE CCC code: X/17/$18 doi: / Proc. of SPIE Vol

4

5

6 3. ACCESSIBILITY The key to wide adoption of this framework is to make it as accessible as possible. 3.1 Licence Most of the code developed in the Consortium phase of the Stone Soup project will be subject to copyright. All such code will be licensed under the MIT licence 4, which is one of the freest forms of open source licence. Work done by US Government employees as part of their official duties is not subject to copyright and shall contain a disclaimer stating that it is not subject to copyright protection. All source code files shall contain a reproduction of the licence as a prominent boilerplate in the file. During the open phase of the project external contributions may either be subject to copyright or not subject to copyright protection. Contributions subject to copyright protection will be permissible if they are released under any of the following licences: The MIT License 4 ; The BSD 3-Clause license 5 ; The BSD 2-clause license 6 ; The International Astronomical Union's Standards of Fundamental Astronomy License 7. Contributions not subject to copyright shall contain a disclaimer stating that they are not subject to copyright protection. 3.2 Protective marking The open source version of the framework will not be protectively marked, though users are at liberty to download a copy and run it on protected data/scenarios as they wish. 3.3 Releases Ideally, in an open source project, the development team would code in the open 11. However, due to the legacy requirement for release permission from each government lab before each released software version, this would require a culture change. Such a culture change is long overdue and this project should prove the driver for this, but until this happens, Stone Soup will work under the model of shared coding in a private Git repository, coupled with frequent authorised releases. 4. REQUIREMENTS Open source software, unlike the traditional software development model, tends to develop amorphously according to the will and enthusiasm of members of the user/developer community. Therefore, upfront definition of requirements for the open phase of Stone Soup is less valid. However, in order to rapidly build the initial framework in the Consortium phase it is useful to have a set of requirements. These allow the funding stakeholders in the Consortium phase to shape the initial project to suit their objectives, which gives them an initial return on their investment. Of course, the Stone Soup consortium phase is more concerned with building a framework that is compatible with future algorithms, data, metrics, simulators and sensor models, than actually populating these elements. The requirements, therefore, relate to compatibility with specified classes of algorithm, types of data, types of model, etc., that might be added in the open phase; rather than requiring specific functions to be added immediately. These types of requirement will drive the data model inside the Stone Soup framework. For example, the funding stakeholders for the consortium phase might decide that, although (of course) they would prefer compatibility with all types of algorithm, compatibility with certain algorithm classes have a higher priority for the initial work on the framework. This would drive the data model to ensure compatibility with these classes first. Proc. of SPIE Vol

7 1 4.1 Use Cases In order to frame the requirements, the project team constructed three Use Cases. As Stone Soup is open source software, where the community is characterised as user/developers rather than simply users, the use cases contain activities associated with code development. The use cases are: Analyst A common analysis use case involves a task to evaluate the efficacy of a recently-developed novel state-estimation algorithm by a Tracking Evaluator. The evaluator has a technical knowledge of the field, but not a deep understanding of the algorithm, or its theoretical underpinnings. The evaluator is able to receive a Stone Soup compatible algorithm from the developer and download standard verified benchmarking algorithms, test data, and some relevant metrics. In this way they are able to form a judgement on the algorithm, impartially, and with pertinence to their problem. Algorithm developer Provides algo thm Downloads relevant metrics I Tracking Evaluator Uses standard test dataset Evaluates Stone Soup Component developer An algorithm developer is at work on a bleeding-edge multi-sensor, multi-target tracking (MTT) algorithm. The developer codes up the algorithm in Python and is busy writing up their results for publication in a top journal. They are able to access standard, well-used, MTT algorithms in the Stone Soup repository. At the same time they can access appropriate data and some useful metrics. With this repository, the developer is able to reproduce that others have run and to demonstrate impressive margin. The results are published no doubt to much acclaim. The developer may wish to upload their algorithm to the Stone Soup repository in order to benefit the wider tracking community. that the new algorithm does indeed outperform the current state of the art by an the same experiment Proc. of SPIE Vol

8 loads novel algorithm Downloads standard algorithm Alpo Elm De wnloads relavant me rics Writes up re:yl Produces novel otonmm 1(e..goh,Pap Tests am renne Stone Soup Framework developer New_Requiremenl User/Developer include» Upload to Stone Soup Repository Update Software documentation «include» «extend >4 Mod erator Authorise New Release The Framework developer, perhaps prompted by an external requirement, or their own requirement, makes a modification to the code base of the Stone Soup framework. This modification must be associated with an update to the software documentation. Both these elements are uploaded to the Stone Soup (Git) repository. Perhaps prompted by the upload or perhaps during a scheduled release, the moderator authorises the new release. The release process involves retrieval of code from version control and running a script that pulls dependencies, builds and tests the latest code. If the build is for release, the script will also collate the relevant information to populate a Release Note, including the commit ID, the test results, the changes to the code since last release and any outstanding and fixed issues. The master branch will be used and tagged in Git to ensure every release can be replicated. Proc. of SPIE Vol

9 4.2 Algorithms Priority for the initial phases of Stone Soup will be to ensure compatibility with the following generic algorithm types: Filtering algorithms: Discrete-Time State and Measurement Models o Standard Kalman Filter for the Linear State and Measurement Model o Extended Kalman Filter o Derivative-free Kalman Filters Particle Filter Class of algorithms o Random Particle Filters o Deterministic Particle Filters Multiple Model filtering algorithms for Kalman filter class of algorithms 4.3 Data Model These different algorithms, at the most basic level, are attempting to represent a dynamic system. A general dynamic system consists of state and measurement models, either of which may be linear or non-linear (noting that the system might be time-varying; i.e. the state model may change with time, the measurement model may change with time or the state and measurement models may explicitly depend on time). The fundamental requirement of Stone Soup is to enable the comparison of different algorithmic approaches against the same data or simulated scenario. Thus algorithms must be swappable at the state and measurement model level. Therefore, key to the success of the framework is the creation of an underlying data model which enables algorithm swappability across all the supported algorithm classes and can cope with all the supported data types. This is more complex than it seems because the algorithms represent uncertainty in different ways, e.g. algorithms based around the Kalman filter model a target state distribution as a mixture of one or more Gaussian distributions, versus particle filters which represent the distribution by a set of weighted samples. Furthermore, the data model must support manipulation of a measurement model via data from a variety of data sources, in effect data swappability, across range and bearing, bearings only, range only, and/or categorical (identity) data. 4.4 Data Priority for the initial phases of Stone Soup will be to enable the use of the following data types. This involves creation of an appropriate data model in the framework for handling the data and making available representative data sets in the repository. The initial data types will be: Airborne radar detection data. This could be in 2D or 3D, from a rotating radar or from a planar array. Coincident AIS data EO/IR data (which typically is reasonably accurate in bearing but has poor accuracy or no information about range) The intention is to build wider compatibility with further data types and provide more example data sets, as the project progresses. 4.5 Metrics Assessment of alternative Tracking and State Estimation algorithms requires a means of objective evaluation using a set of metrics which correspond to characteristics of interest to operational systems 16. In certain circumstances knowledge of the actual number of entities and their states may be available such as when simulations include the state of entities, sensor data and implementation of tracking and state estimation algorithms. In other circumstances knowledge of the actual number of entities and their states may not be available. Priority for the initial phases of Stone Soup will be to enable assessments in the presence of entity truth state information. In this case, an absolute evaluation of each alternative algorithm can be conducted by comparing the tracking and state estimation output against the truth data. Typically, a data association approach is first used to associate track data with entity truth data 16 Subsequently, performance metrics can be applied to quantify tracking characteristics such as the following: Proc. of SPIE Vol

10 Initiation of a track following the first appearance of an entity Accuracy of a track estimate compared to the state of an entity Continuity of a track during the time evolution of the state of an entity Existence of false tracks which are tracks that do not correspond to entities of interest Credibility of a track estimate and its estimation uncertainty compared to the state of an entity 17 As with other aspects of Stone Soup, the intention is to develop further performance metrics as the project progresses. 5. DEVELOPER GUIDE The Stone Soup project aims to provide an environment which is as open and inclusive as possible to contributions from the broad tracking community. However, some broad development guidance is required in order to ensure a minimum quality standard. The Stone Soup Consortium phase will implement a standard body of developer guidance that is defined in the Stone Soup Requirements Document 10. This provides guidance on the following: Documentation / comments Code Quality Interfaces to and dependencies on external code Extensibility and reuse of algorithms Unit Tests 6. JOINING IN The Stone Soup project would welcome additional commitments of developer resources during the Consortium Phase. The minimum meaningful commitment is 0.5 x developer year per year. This is open to all types of contributing agency; e.g. Government, Industry or Academia, in both the Defence and Civil sectors. Agencies willing to make this level of commitment would gain membership of the Requirements Panel, shaping the software to their needs. Benefits to being part of the Consortium Phase are: Influence on the development of what (the authors hope) will become an academic standard open architecture o This supports the most governments visions of making greater use of open systems. Significant gearing on algorithm and testbed development o Several pledges of support of manpower have so far been received from government agencies. Ability to influence the international tracking and state estimation community o Leading the community towards next-generation tracking and state estimation approaches, scenarios and solutions. Any interested party should contact the corresponding author of this paper. 7. WHY THE NAME? The name Stone Soup refers to an old folk story 13, 14, 15, and many more, in which a traveller persuades the local people of a village into collaborating to share their food. The story: A traveller arrives in a village, carrying nothing more than an empty cooking pot. Upon arrival, the discovers the village is undergoing a famine and everyone is hungry. So the traveller goes to a stream and fills the pot with water, drops a large stone in it, and places the pot over a fire. One of the villagers becomes curious and asks what is happening. The traveller answers that "stone soup" is being made and that, it is very nutritious, although it still needs a little bit of garnish to improve the flavour. The villager does not mind parting with an old cabbage so that is added to the soup. Another villager walks by, inquiring about the pot, and the traveller again mentions their stone soup which has not reached its full potential yet. The villager hands them some scraps to help them out. More and more villagers walk by, Proc. of SPIE Vol

11 each adding meat, potatoes, etc, etc. Finally, the stone (being inedible) is removed from the pot, and a delicious and nourishing pot of soup is enjoyed by all. Moral: By working together, with everyone contributing what they can, a greater good is achieved Of course, in the case of the original story the soup is consumed. However in the case of a software project, the output from the collaboration will remain to benefit everyone into the future. 8. SUMMARY Stone Soup is a collaborative initiative to create an open source framework for comparison of tracking and state estimation algorithms, data, metrics, simulators and sensor models. The initiative will develop a software platform for researchers and practitioners to test, verify and benchmark multi-sensor and multi-object state estimation algorithms. The initiative is split into two phases, Consortium and Open, with the Consortium phase being supported by a number of government defence laboratories, who will contribute to the development effort for the framework. The Open phase will build upon and existing repository which will be drawn from The Tracker Component Library 5, published on Git with the addition of algorithms from the academic community. The authors hope this will become an academic standard open architecture. Code developed in the Consortium phase of the Stone Soup project will be not protectively marked and released under the MIT license, where possible. Requirements are being developed currently and are driven by three use cases; Analyst, Component developer and Framework developer. Developer guidance is also being written to ensure a minimum software quality standard. We predict that the tracking and state estimation community will derive significant benefits from this work, including: access to a repository of tracking and state estimation algorithms, framework for evaluation of multiple algorithms and access to challenging data sets. The authors encourage contributions of developer time to assist in building the framework. Any interested party should contact the corresponding author. REFERENCES [1] P. Thomas, Open letter on the stone soup tracking framework, in Proceedings of the 10th Data Fusion and Target Tracking Conference, University of Liverpool, United Kingdom, 30 Apr [Online]. Available: [2] Defence White Paper: National Security Through Technology. pp [Online] Available [3] B. Obama. Presidential memorandum building a 21st century digital government. The White House, Office of the Press Secretary. (2012) [Online]. Available: [4] Raymond, Eric S. The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary. O'Reilly Media. ISBN (1999). [5] David Frederic Crouse. The Tracker Component Library: Free Routines for Rapid Prototyping. Submitted for publication to IEEE Aerospace and Electronic Systems Magazine. [6] [7] [8] [9] [10] Open Source Tracking and State Estimation "Stone Soup" Requirements Document. Thomas, PA, Crouse, DF, Balaji, B, White, K, Tagg, J, Barr, J, Brown, G, Green, R, Ablett, S, McKinlay, R. DSTL/PUB (2017). [11] Coding in the open. Blog - Government Digital Service. [online] Available Proc. of SPIE Vol

12 [12] Open Source Development Guidelines. Civic Commons. [Online] Available [13] Stone Soup. DLTK's Educational Activities: Fables. [Online] Available [14] Stone Soup: An Old Tale. Marcia Brown. Aladdin Picture Books. ISBN: [15] Stone Soup. Jon J Muth. Scholastic Press; 1st edition ISBN-10: X [16] A. Blackman, S. and Popoli, R. Design and Analysis of Modern Tracking Systems. Artech House, [17] B. Li, X.R., Zhao, Z., Li, X-B. Evaluation of Estimation Algorithms Credibility Tests. IEEE Trans on Systems, Man, and Cybernetics Part A: Systems and Humans, Vol. 42, No. 1, January Proc. of SPIE Vol

13 CAN UNCLASSIFIED DOCUMENT CONTROL DATA (Security markings for the title, abstract and indexing annotation must be entered when the document is Classified or Designated) 1. ORIGINATOR (The name and address of the organization preparing the document. Organizations for whom the document was prepared, e.g., Centre sponsoring a contractor's report, or tasking agency, are entered in Section 8.) 2a. SECURITY MARKING (Overall security marking of the document including special supplemental markings if applicable.) DRDC Ottawa Research Centre Defence Research and Development Canada 3701 Carling Avenue Ottawa, Ontario K1A 0Z4 Canada CAN UNCLASSIFIED 2b. CONTROLLED GOODS NON-CONTROLLED GOODS DMC A 3. TITLE (The complete document title as indicated on the title page. Its classification should be indicated by the appropriate abbreviation (S, C or U) in parentheses after the title.) An Open Source Framework for Tracking and State Estimation ('Stone Soup') 4. AUTHORS (last name, followed by initials ranks, titles, etc., not to be used) Thomas, P.A.; Barr, J.; Balaji, B.; White, K. 5. DATE OF PUBLICATION (Month and year of publication of document.) September a. NO. OF PAGES (Total containing information, including Annexes, Appendices, etc.) 11 6b. NO. OF REFS (Total cited in document.) DESCRIPTIVE NOTES (The category of the document, e.g., technical report, technical note or memorandum. If appropriate, enter the type of report, e.g., interim, progress, summary, annual or final. Give the inclusive dates when a specific reporting period is covered.) External Literature (P) 8. SPONSORING ACTIVITY (The name of the department project office or laboratory sponsoring the research and development include address.) DRDC Ottawa Research Centre Defence Research and Development Canada 3701 Carling Avenue Ottawa, Ontario K1A 0Z4 Canada 9a. PROJECT OR GRANT NO. (If appropriate, the applicable research and development project or grant number under which the document was written. Please specify whether project or grant.) 9b. CONTRACT NO. (If appropriate, the applicable number under which the document was written.) 10a. ORIGINATOR S DOCUMENT NUMBER (The official document number by which the document is identified by the originating activity. This number must be unique to this document.) 10b. OTHER DOCUMENT NO(s). (Any other numbers which may be assigned this document either by the originator or by the sponsor.) DRDC-RDDC-2017-N031 11a. FUTURE DISTRIBUTION (Any limitations on further dissemination of the document, other than those imposed by security classification.) Public release 11b. FUTURE DISTRIBUTION OUTSIDE CANADA (Any limitations on further dissemination of the document, other than those imposed by security classification.) Public release CAN UNCLASSIFIED

14 CAN UNCLASSIFIED 12. ABSTRACT (A brief and factual summary of the document. It may also appear elsewhere in the body of the document itself. It is highly desirable that the abstract of classified documents be unclassified. Each paragraph of the abstract shall begin with an indication of the security classification of the information in the paragraph (unless the document itself is unclassified) represented as (S), (C), (R), or (U). It is not necessary to include here abstracts in both official languages unless the text is bilingual.) The ability to detect and unambiguously follow all moving entities in a state-space is important in multiple domains both in defence (e.g. air surveillance, maritime situational awareness, ground moving target indication) and the civil sphere (e.g. astronomy, biology, epidemiology, dispersion modelling). However, tracking and state estimation researchers and practitioners have difficulties recreating state-of-the-art algorithms in order to benchmark their own work. Furthermore, system developers need to assess which algorithms meet operational requirements objectively and exhaustively rather than intuitively or driven by personal favourites. We have therefore commenced the development of a collaborative initiative to create an open source framework for production, demonstration and evaluation of Tracking and State Estimation algorithms. The initiative will develop a (MIT-licensed) software platform for researchers and practitioners to test, verify and benchmark a variety of multi-sensor and multiobject state estimation algorithms. The initiative is supported by four defence laboratories, who will contribute to the development effort for the framework. The tracking and state estimation community will derive significant benefits from this work, including: access to repositories of verified and validated tracking and state estimation algorithms, a framework for the evaluation of multiple algorithms, standardisation of interfaces and access to challenging data sets. 13. KEYWORDS, DESCRIPTORS or IDENTIFIERS (Technically meaningful terms or short phrases that characterize a document and could be helpful in cataloguing the document. They should be selected so that no security classification is required. Identifiers, such as equipment model designation, trade name, military project code name, geographic location may also be included. If possible keywords should be selected from a published thesaurus, e.g., Thesaurus of Engineering and Scientific Terms (TEST) and that thesaurus identified. If it is not possible to select indexing terms which are Unclassified, the classification of each should be indicated as with the title.) Fusion; Tracking; state estimation; open source; software development CAN UNCLASSIFIED

Iterative constrained least squares for robust constant modulus beamforming

Iterative constrained least squares for robust constant modulus beamforming CAN UNCLASSIFIED Iterative constrained least squares for robust constant modulus beamforming X. Jiang, H.C. So, W-J. Zeng, T. Kirubarajan IEEE Members A. Yasotharan DRDC Ottawa Research Centre IEEE Transactions

More information

Polaris Big Boss oise eduction

Polaris Big Boss oise eduction Defence Research and Development Canada Recherche et développement pour la défense Canada Polaris Big Boss oise eduction Report 2: Component ound ource anking C. Antelmi HGC Engineering Contract Authority:.

More information

Recherche et développement pour la défense Canada. Centre des sciences pour la sécurité 222, rue Nepean, 11ième étage Ottawa, Ontario K1A 0K2

Recherche et développement pour la défense Canada. Centre des sciences pour la sécurité 222, rue Nepean, 11ième étage Ottawa, Ontario K1A 0K2 Defence Research and Development Canada Centre for Security Science 222 Nepean Street, 11 th floor Ottawa, Ontario K1A 0K2 Recherche et développement pour la défense Canada Centre des sciences pour la

More information

Conceptual Model Architecture and Services

Conceptual Model Architecture and Services CAN UNCLASSIFIED Conceptual Model Architecture and Services Contribution to the National Science Foundation Report on Research Challenges in Modeling and Simulation for Engineering Complex Systems Nathalie

More information

ATLANTIS - Assembly Trace Analysis Environment

ATLANTIS - Assembly Trace Analysis Environment ATLANTIS - Assembly Trace Analysis Environment Brendan Cleary, Margaret-Anne Storey, Laura Chan Dept. of Computer Science, University of Victoria, Victoria, BC, Canada bcleary@uvic.ca, mstorey@uvic.ca,

More information

Non-dominated Sorting on Two Objectives

Non-dominated Sorting on Two Objectives Non-dominated Sorting on Two Objectives Michael Mazurek Canadian Forces Aerospace Warfare Centre OR Team Coop Student Slawomir Wesolkowski, Ph.D. Canadian Forces Aerospace Warfare Centre OR Team DRDC CORA

More information

The New Government Security Classification System -

The New Government Security Classification System - The New Government Security Classification System -? Industry The guidance in this booklet is being developed for use from April 2014. It is but is being shared with industry in order to raise awareness

More information

Model and Data Management Tool for the Air Force Structure Analysis Model - Final Report

Model and Data Management Tool for the Air Force Structure Analysis Model - Final Report Air Force Structure Analysis Model - Final Report D.G. Hunter DRDC CORA Prepared By: CAE Integrated Enterprise Solutions - Canada 1135 Innovation Drive Ottawa, ON, K2K 3G7 Canada Telephone: 613-247-0342

More information

RESPONSE TO 2016 DEFENCE WHITE PAPER APRIL 2016

RESPONSE TO 2016 DEFENCE WHITE PAPER APRIL 2016 RESPONSE TO 2016 DEFENCE WHITE PAPER APRIL 2016 HunterNet Co-Operative Limited T: 02 4908 7380 1 P a g e RESPONSE TO 2016 DEFENCE WHITE PAPER APRIL 2016 Project Manager Marq Saunders, HunterNet Defence

More information

Accreditation Process. Trusted Digital Identity Framework February 2018, version 1.0

Accreditation Process. Trusted Digital Identity Framework February 2018, version 1.0 Accreditation Process Trusted Digital Identity Framework February 2018, version 1.0 Digital Transformation Agency This work is copyright. Apart from any use as permitted under the Copyright Act 1968 and

More information

Comparing open source and commercial off-the-shelf software

Comparing open source and commercial off-the-shelf software CAN UNCLASSIFIED Comparing open source and commercial off-the-shelf software Initial comparison Richard Cross Sean Webb Anna-Liesa S. Lapinski DRDC Atlantic Research Centre Defence Research and Development

More information

MAGS Data Access Policy

MAGS Data Access Policy MAGS Data Access Policy Originally adopted: November 24, 1997 Revised: March 30, 2004 1. INTRODUCTION The Mackenzie GEWEX Study (MAGS) Data Access Policy has been established to promote and govern the

More information

Standards Designation and Organization Manual

Standards Designation and Organization Manual Standards Designation and Organization Manual InfoComm International Standards Program Ver. 2014-1 April 28, 2014 Issued by: Joseph Bocchiaro III, Ph.D., CStd., CTS-D, CTS-I, ISF-C Director of Standards

More information

Canadian Fire Community of Practice

Canadian Fire Community of Practice Canadian Fire Community of Practice Ret on Intermediate Science and Technology Priorities of Canadian Fire Services Capability Assessment Management System (CAMS) Redesign Donn MacMillan Delivery Manager

More information

Your Health. Your Safety. Our Commitment. Violence Assessment Tool. Online User Guide

Your Health. Your Safety. Our Commitment. Violence Assessment Tool. Online User Guide Your Health. Your Safety. Our Commitment. Violence Assessment Tool Online User Guide Violence Assessment Tool - Online User Guide Copyright 2017 Product Code: VPRTLBEN0917 Public Services Health and Safety

More information

STRATEGY ATIONAL. National Strategy. for Critical Infrastructure. Government

STRATEGY ATIONAL. National Strategy. for Critical Infrastructure. Government ATIONAL STRATEGY National Strategy for Critical Infrastructure Government Her Majesty the Queen in Right of Canada, 2009 Cat. No.: PS4-65/2009E-PDF ISBN: 978-1-100-11248-0 Printed in Canada Table of contents

More information

1 von 5 13/10/2005 17:44 high graphics home search browse about whatsnew submit sitemap Factors affecting the quality of an information source The purpose of this document is to explain the factors affecting

More information

GCSE Subject Level Conditions and Requirements for Computer Science May 2015

GCSE Subject Level Conditions and Requirements for Computer Science May 2015 GCSE Subject Level Conditions and Requirements for Computer Science May 2015 Ofqual/15/5681 Contents GCSE Subject Level Conditions and Requirements for Computer Science Introduction... 2 About this document...

More information

Inversion of water clouds lidar returns using the azimuthal dependence of the cross-polarization signal

Inversion of water clouds lidar returns using the azimuthal dependence of the cross-polarization signal CAN UNCLASSIFIED Inversion of water clouds lidar returns using the azimuthal dependence of the cross-polarization signal Xiaoying Cao Lidar Consultant Gilles Roy DRDC Valcartier Research Centre Gregoire

More information

Managing Web Resources for Persistent Access

Managing Web Resources for Persistent Access Página 1 de 6 Guideline Home > About Us > What We Publish > Guidelines > Guideline MANAGING WEB RESOURCES FOR PERSISTENT ACCESS The success of a distributed information system such as the World Wide Web

More information

Open Access compliance:

Open Access compliance: Open Access compliance: How publishers can reach the recommended standards Jisc, April 2016. Draft Summary This document outlines what publishers might do to help authors and institutions globally implement

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION Telecommunication Development Bureau T E L E F A X Place des Nations Telephone +41 22 730 51 11 CH-1211 Geneva 20 Telefax Gr3: +41 22 733 72 56 Switzerland Gr4: +41

More information

Assessment of the progress made in the implementation of and follow-up to the outcomes of the World Summit on the Information Society

Assessment of the progress made in the implementation of and follow-up to the outcomes of the World Summit on the Information Society ECOSOC Resolution 2008/3 Assessment of the progress made in the implementation of and follow-up to the outcomes of the World Summit on the Information Society The Economic and Social Council, Recalling

More information

Integration With the Business Modeler

Integration With the Business Modeler Decision Framework, J. Duggan Research Note 11 September 2003 Evaluating OOA&D Functionality Criteria Looking at nine criteria will help you evaluate the functionality of object-oriented analysis and design

More information

INFORMATION ASSURANCE DIRECTORATE

INFORMATION ASSURANCE DIRECTORATE National Security Agency/Central Security Service INFORMATION ASSURANCE DIRECTORATE CGS Signature Repository A Signature Repository provides a group of signatures for use by network security tools such

More information

AIS Indexer User Guide

AIS Indexer User Guide AIS Indexer User Guide Dan Radulescu Prepared by: OODA Technologies Inc. 4891 Av. Grosvenor, Montreal Qc, H3W 2M2 Project Manager: Anthony W. Isenor Contract Number: W7707-115137, Call Up 6, 4500959431

More information

Legal Issues in Data Management: A Practical Approach

Legal Issues in Data Management: A Practical Approach Legal Issues in Data Management: A Practical Approach Professor Anne Fitzgerald Faculty of Law OAK Law Project Legal Framework for e-research Project Queensland University of Technology (QUT) am.fitzgerald@qut.edu.au

More information

NIS Directive : Call for Proposals

NIS Directive : Call for Proposals National Cyber Security Centre, in Collaboration with the Research Institute in Trustworthy Inter-connected Cyber-physical Systems (RITICS) Summary NIS Directive : Call for Proposals Closing date: Friday

More information

INFORMATION ASSURANCE DIRECTORATE

INFORMATION ASSURANCE DIRECTORATE National Security Agency/Central Security Service INFORMATION ASSURANCE DIRECTORATE CGS Risk Monitoring Risk Monitoring assesses the effectiveness of the risk decisions that are made by the Enterprise.

More information

ANZPAA National Institute of Forensic Science BUSINESS PLAN

ANZPAA National Institute of Forensic Science BUSINESS PLAN ANZPAA National Institute of Forensic Science BUSINESS PLAN 2018 19 OUR STRATEGIC INTENT PROMOTE AND FACILITATE EXCELLENCE IN FORENSIC SCIENCE The National Institute of Forensic Science is a directorate

More information

Defence Science and Technology Laboratory

Defence Science and Technology Laboratory Defence Science and Technology Laboratory Alex Kanaouris MEng (CompSci) Michael Jones MSc (Physics) Earl Merson MEng (Elec. Eng.) Dstl Electronics Department Who are Dstl? Integral part of MOD Research

More information

Electronic warfare, information and cyber

Electronic warfare, information and cyber Electronic warfare, information and cyber 2018-2019 Symposia Symposia at Shrivenham provides a forum to Government agencies, military and civilian, industry and research establishments for the exploration

More information

Marketing and Communications Missouri University of Science and Technology

Marketing and Communications Missouri University of Science and Technology Marketing and Communications Missouri University of Science and Technology Missouri S&T Web Standards Missouri S&T strives to build and support the university s online identity. Toward this goal, members

More information

Common Statistical Analysis Plan (SAP) Frequently Asked Questions

Common Statistical Analysis Plan (SAP) Frequently Asked Questions Last Updated 4-Nov-2018 Topics 1 Stakeholder Input to Common SAP Template Development... 2 2 Template Content... 2 3 Implementation of the Common SAP template by the Sponsor... 55 4 Updates to the Common

More information

Policy Based Network Management System Design Document

Policy Based Network Management System Design Document Policy Based Network Management System Design Document J. Spagnolo, D. Cayer The scientific or technical validity of this Contract Report is entirely the responsibility of the contractor and the contents

More information

Keyword AAA. National Archives of Australia

Keyword AAA. National Archives of Australia Keyword AAA National Archives of Australia 1999 Commonwealth of Australia 1999 This work is copyright. Apart from any use as permitted under the Copyright Act 1968, no part may be reproduced by any process

More information

Framework for building information modelling (BIM) guidance

Framework for building information modelling (BIM) guidance TECHNICAL SPECIFICATION ISO/TS 12911 First edition 2012-09-01 Framework for building information modelling (BIM) guidance Cadre pour les directives de modélisation des données du bâtiment Reference number

More information

Journal Citation Reports on the Web v.2.0 sem-jcr

Journal Citation Reports on the Web v.2.0 sem-jcr Journal Citation Reports on the Web v.2.0 sem-jcr-2-0-0703 Copyright 2003 Institute for Scientific Information, Inc (ISI ). Thomson Scientific customers are hereby granted permission to make copies of

More information

ACCAB. Accreditation Commission For Conformity Assessment Bodies

ACCAB. Accreditation Commission For Conformity Assessment Bodies ACCAB Accreditation Commission For Conformity Assessment Bodies ACCAB Platinum Plus Accreditation For Certification Bodies, Inspection Bodies, Testing & Calibration Laboratories and Medical Laboratories

More information

Notes for authors preparing technical guidelines for the IPCC Task Group on Data and Scenario Support for Impact and Climate Analysis (TGICA)

Notes for authors preparing technical guidelines for the IPCC Task Group on Data and Scenario Support for Impact and Climate Analysis (TGICA) Notes for authors preparing technical guidelines for the IPCC Task Group on Data and Scenario Support for Impact and Climate Analysis (TGICA) One of the core activities included within the mandate of the

More information

IEEE Electronic Mail Policy

IEEE Electronic Mail Policy IEEE Electronic Mail Policy 1. Policy Responsibility and related documents This policy is maintained by the IEEE Information Technology Strategy Committee (ITSC), with revisions submitted to the Board

More information

Cybersecurity. Quality. security LED-Modul. basis. Comments by the electrical industry on the EU Cybersecurity Act. manufacturer s declaration

Cybersecurity. Quality. security LED-Modul. basis. Comments by the electrical industry on the EU Cybersecurity Act. manufacturer s declaration Statement Comments by the electrical industry on the EU Cybersecurity Act manufacturer s declaration industrial security Cybersecurity Quality basis security LED-Modul Statement P January 2018 German Electrical

More information

TERMS OF REFERENCE FOR INTERNSHIPS THE WHO INTERAGENCY COORDINATION GROUP ON ANTIMICROBIAL RESISTANCE FOR MEDICAL STUDENTS IN IFMSA

TERMS OF REFERENCE FOR INTERNSHIPS THE WHO INTERAGENCY COORDINATION GROUP ON ANTIMICROBIAL RESISTANCE FOR MEDICAL STUDENTS IN IFMSA TERMS OF REFERENCE FOR INTERNSHIPS THE WHO INTERAGENCY COORDINATION GROUP ON ANTIMICROBIAL RESISTANCE FOR MEDICAL STUDENTS IN IFMSA Location: Geneva, Switzerland Duration: 2 months or longer (flexible)

More information

Stakeholder and community feedback. Trusted Digital Identity Framework (Component 2)

Stakeholder and community feedback. Trusted Digital Identity Framework (Component 2) Stakeholder and community feedback Trusted Digital Identity Framework (Component 2) Digital Transformation Agency This work is copyright. Apart from any use as permitted under the Copyright Act 1968 and

More information

Virtually Real: Terrestrial Laser Scanning

Virtually Real: Terrestrial Laser Scanning Check. They re Chartered. Geomatics Client Guides Virtually Real: Terrestrial Laser Scanning Understanding an evolving survey technology Summary This guide gives you an overview of the technique, some

More information

CHARTER OUR MISSION OUR OBJECTIVES OUR GUIDING PRINCIPLES

CHARTER OUR MISSION OUR OBJECTIVES OUR GUIDING PRINCIPLES OUR MISSION Promote the highest level of safety for the U.S. offshore oil and natural gas industry through effective leadership, communication, teamwork, utilization of disciplined management systems and

More information

ISAO SO Product Outline

ISAO SO Product Outline Draft Document Request For Comment ISAO SO 2016 v0.2 ISAO Standards Organization Dr. Greg White, Executive Director Rick Lipsey, Deputy Director May 2, 2016 Copyright 2016, ISAO SO (Information Sharing

More information

Radar Automatic Target Recognition based on Disjoint Multi-static K-space Coverage

Radar Automatic Target Recognition based on Disjoint Multi-static K-space Coverage Radar Automatic Target Recognition based on Disjoint Multi-static K-space Coverage David Blacknell, Darren Muff, Matt Nottingham, Claire Stevenson Dstl, Porton Down, Salisbury, SP4 0JQ United Kingdom dblacknell@dstl.gov.uk

More information

Qualification Specification

Qualification Specification BCS Level 2 Certificate in IT User Skills (ECDL Core) Version 2.0 March 2018 This is a United Kingdom government regulated qualification which is administered and approved by one or more of the following:

More information

PROBLEM FORMULATION AND RESEARCH METHODOLOGY

PROBLEM FORMULATION AND RESEARCH METHODOLOGY PROBLEM FORMULATION AND RESEARCH METHODOLOGY ON THE SOFT COMPUTING BASED APPROACHES FOR OBJECT DETECTION AND TRACKING IN VIDEOS CHAPTER 3 PROBLEM FORMULATION AND RESEARCH METHODOLOGY The foregoing chapter

More information

Global Specification Protocol for Organisations Certifying to an ISO Standard related to Market, Opinion and Social Research.

Global Specification Protocol for Organisations Certifying to an ISO Standard related to Market, Opinion and Social Research. CONTENTS i. INTRODUCTION 3 ii. OVERVIEW SPECIFICATION PROTOCOL DOCUMENT DEVELOPMENT PROCESS 4 1. SCOPE 5 2. DEFINITIONS 5 3. REFERENCES 6 4. MANAGEMENT STANDARDS FOR APPROVED CERTIFICATION BODIES 6 4.1

More information

AS/NZS ISO/IEC/IEEE :2015

AS/NZS ISO/IEC/IEEE :2015 (ISO/IEC/IEEE 29119-1:2013, IDT) Australian/New Zealand Standard Software and systems engineering Software testing Part 1: Concepts and definitions AS/NZS ISO/IEC/IEEE 29119.1:2015 This joint Australian/New

More information

TURNING STRATEGIES INTO ACTION DISASTER MANAGEMENT BUREAU STRATEGIC PLAN

TURNING STRATEGIES INTO ACTION DISASTER MANAGEMENT BUREAU STRATEGIC PLAN DISASTER MANAGEMENT BUREAU STRATEGIC PLAN 2005-2006 PREFACE Historical statistics would suggest that Bangladesh is one of the most disaster prone countries in the world with the greatest negative consequences

More information

Defence Research 2010

Defence Research 2010 is the only official UK MOD event to present the whole of the MOD s 450 million annual research investment to industry, academia and other suppliers, alongside key members of the MOD and Armed Services.

More information

Representing Symbolic Reasoning

Representing Symbolic Reasoning Representing Symbolic Reasoning Brian Mastenbrook and Eric Berkowitz 1400 N. Roosevelt Blvd. Schaumburg, IL 60173 chandler@acm.roosevelt.edu eric@cs.roosevelt.edu Abstract Introspection is a fundamental

More information

Analysis of integrating Computer-Aided Dispatch information with the Multi-Agency Situational Awareness System

Analysis of integrating Computer-Aided Dispatch information with the Multi-Agency Situational Awareness System 2014-08-26 DRDC-RDDC-2014-L169 Produced for / Distribution List: MASAS Users Community and the Federal/Provincial/Territorial (FPT) Interoperability Working Group Scientific Letter Analysis of integrating

More information

Therapy Provider Portal. User Guide

Therapy Provider Portal. User Guide Therapy Provider Portal User Guide Page 2 of 16 UCare User Guide V1.7 Table of Contents I. Introduction...3 About HSM Therapy Management... 4 Terms of Use... 4 Contact Information... 6 II. Using the Therapy

More information

2017 CMSC Presentations and Technical Paper Guidelines

2017 CMSC Presentations and Technical Paper Guidelines 2017 CMSC Presentations and Technical Paper Guidelines Coordinate Metrology Society CMSC 2017 Snowbird, UT Introduction The Executive Committee of the (CMS) puts a premium on the content of technical presentations

More information

EU Code of Conduct on Data Centre Energy Efficiency

EU Code of Conduct on Data Centre Energy Efficiency EUROPEAN COMMISSION DIRECTORATE-GENERAL JRC JOINT RESEARCH CENTRE Institute for Energy Renew able and Energy Efficiency Unit EU Code of Conduct on Data Centre Energy Efficiency Introductory guide for all

More information

REAL-TIME IDENTIFICATION USING MOBILE HAND-HELD DEVICE : PROOF OF CONCEPT SYSTEM TEST REPORT

REAL-TIME IDENTIFICATION USING MOBILE HAND-HELD DEVICE : PROOF OF CONCEPT SYSTEM TEST REPORT REAL-TIME IDENTIFICATION USING MOBILE HAND-HELD DEVICE : PROOF OF CONCEPT SYSTEM TEST REPORT Prepared by: C/M Tien Vo Royal Canadian Mounted Police Scientific authority: Pierre Meunier DRDC Centre for

More information

Government of Ontario IT Standard (GO-ITS) Number 30.2 OPS Middleware Software for Java Platform

Government of Ontario IT Standard (GO-ITS) Number 30.2 OPS Middleware Software for Java Platform Government of Ontario IT Standard (GO-ITS) Number 30.2 OPS Middleware Software for Java Platform Version #: 1.0 Status: Approved Prepared for the Information Technology Standards Council (ITSC) under the

More information

The New Government Security Classification System - A Guide for List X Defence Contractors

The New Government Security Classification System - A Guide for List X Defence Contractors The New Government Security Classification System - A Guide for List X Defence Contractors Who should read this? All personnel working for MOD contractors undertaking defence contracts on their own premises.

More information

Code of Conduct on Data Centres Energy Efficiency. Registration Form for Endorsers

Code of Conduct on Data Centres Energy Efficiency. Registration Form for Endorsers Code of Conduct on Data Centres Energy Efficiency Registration Form for Endorsers General Principles: 1. Organisations eligible to become Endorsers include: Vendor or Manufacturer Consultancies (design,

More information

Designing a System Engineering Environment in a structured way

Designing a System Engineering Environment in a structured way Designing a System Engineering Environment in a structured way Anna Todino Ivo Viglietti Bruno Tranchero Leonardo-Finmeccanica Aircraft Division Torino, Italy Copyright held by the authors. Rubén de Juan

More information

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design Loughborough University Institutional Repository Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design This item was submitted to Loughborough University's

More information

Article I - Administrative Bylaws Section IV - Coordinator Assignments

Article I - Administrative Bylaws Section IV - Coordinator Assignments 3 Article I - Administrative Bylaws Section IV - Coordinator Assignments 1.4.1 ASSIGNMENT OF COORDINATORS To fulfill the duties of the Fiscal Control and Internal Auditing Act (30 ILCS 10/2005), the Board

More information

Principles for a National Space Industry Policy

Principles for a National Space Industry Policy Principles for a National Space Industry Policy Commonwealth of Australia 2011 DIISR 11/144 This work is copyright. Apart from any use as permitted under the Copyright Act 1968, no part may be reproduced

More information

Steering Committee on Canada s Archives MEETING NOTES October 12, :00 a.m. to 12:00 p.m. (ET) Ottawa, Ontario

Steering Committee on Canada s Archives MEETING NOTES October 12, :00 a.m. to 12:00 p.m. (ET) Ottawa, Ontario Steering Committee on Canada s Archives MEETING NOTES October 12, 2016 9:00 a.m. to 12:00 p.m. (ET) Ottawa, Ontario Members: Lara Wilson, Canadian Council of Archives (Chair) Christina Nichols, Canadian

More information

ESTABLISHMENT OF AN OFFICE OF FORENSIC SCIENCES AND A FORENSIC SCIENCE BOARD WITHIN THE DEPARTMENT OF JUSTICE

ESTABLISHMENT OF AN OFFICE OF FORENSIC SCIENCES AND A FORENSIC SCIENCE BOARD WITHIN THE DEPARTMENT OF JUSTICE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 ESTABLISHMENT OF AN OFFICE OF FORENSIC SCIENCES AND A FORENSIC SCIENCE BOARD WITHIN

More information

ISRAEL NATIONAL CYBER SECURITY STRATEGY IN BRIEF

ISRAEL NATIONAL CYBER SECURITY STRATEGY IN BRIEF SEPTEMBER 2017 ISRAEL NATIONAL CYBER SECURITY STRATEGY IN BRIEF STATE OF ISRAEL PRIME MINISTER S OFFICE NATIONAL CYBER DIRECTORATE Vision and Objective 5 Development of Israel s national cyber security

More information

Government of Ontario IT Standard (GO-ITS) GO-ITS Number 30.7 OPS Backup & Restore Software Suite. Version #: 1.0 Status: Approved

Government of Ontario IT Standard (GO-ITS) GO-ITS Number 30.7 OPS Backup & Restore Software Suite. Version #: 1.0 Status: Approved Government of Ontario IT Standard (GO-ITS) GO-ITS Number 30.7 OPS Backup & Restore Software Suite Version #: 1.0 Status: Approved Prepared for the Information Technology Standards Council (ITSC) under

More information

Frequently Asked Questions Regarding Charitable Fundraising & The Personal Information Protection and Electronic Documents Act (PIPEDA)

Frequently Asked Questions Regarding Charitable Fundraising & The Personal Information Protection and Electronic Documents Act (PIPEDA) Frequently Asked Questions Regarding Charitable Fundraising & The Personal Information Protection and Electronic Documents Act (PIPEDA) On January 1, 2004, the federal Personal Information Protection and

More information

Geospatial Intelligence Centres Empowered by Airbus

Geospatial Intelligence Centres Empowered by Airbus DEFENCE AND SPACE Intelligence Geospatial Intelligence Centres Empowered by Airbus Planning Collection Processing Analysis Dissemination 2 Geospatial Intelligence Centres Geospatial Intelligence Centres

More information

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Data to Decisions Advanced Technology FY 2012 OCO

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Data to Decisions Advanced Technology FY 2012 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2012 Office of Secretary Of Defense DATE: February 2011 BA 3: Advanced Development (ATD) COST ($ in Millions) FY 2010 FY 2011 Base OCO Total FY 2013 FY

More information

This slide is relevant to providing either a single three hour training session or explaining how a series of shorter sessions focused on per chapter

This slide is relevant to providing either a single three hour training session or explaining how a series of shorter sessions focused on per chapter Welcome to the OpenChain Curriculum Slides. These slides can be used to help train internal teams about FOSS compliance issues and to conform with the OpenChain Specification. You can deliver these slides

More information

Callicott, Burton B, Scherer, David, Wesolek, Andrew. Published by Purdue University Press. For additional information about this book

Callicott, Burton B, Scherer, David, Wesolek, Andrew. Published by Purdue University Press. For additional information about this book Making Institutional Repositories Work Callicott, Burton B, Scherer, David, Wesolek, Andrew Published by Purdue University Press Callicott, Burton B. & Scherer, David & Wesolek, Andrew. Making Institutional

More information

CONCLUSIONS AND RECOMMENDATIONS

CONCLUSIONS AND RECOMMENDATIONS Chapter 4 CONCLUSIONS AND RECOMMENDATIONS UNDP and the Special Unit have considerable experience in South-South cooperation and are well positioned to play a more active and effective role in supporting

More information

IMPACT Global Response Centre. Technical Note GLOBAL RESPONSE CENTRE

IMPACT Global Response Centre. Technical Note GLOBAL RESPONSE CENTRE Technical Note GLOBAL RESPONSE CENTRE INTRODUCTION IMPACT s Global Response (GRC) acts as the foremost cyber threat resource centre for the global. It provides emergency response to facilitate identification

More information

OFFICIAL COMMISSIONING OF SECURITY SYSTEMS AND INFRASTRUCTURE

OFFICIAL COMMISSIONING OF SECURITY SYSTEMS AND INFRASTRUCTURE Title of document ONR GUIDE COMMISSIONING OF SECURITY SYSTEMS AND INFRASTRUCTURE Document Type: Unique Document ID and Revision No: Nuclear Security Technical Assessment Guide CNS-TAST-GD-4.4 Revision

More information

NAVIGATING THE ITU. Four routes for civil society engagement. / December 2017

NAVIGATING THE ITU. Four routes for civil society engagement. / December 2017 NAVIGATING THE ITU Four routes for civil society engagement / December 2017 ARTICLE 19 Free Word Centre 60 Farringdon Road London, EC1R 3GA United Kingdom - T: +44 20 7324 2500 F: +44 20 7490 0566 E: info@article19.org

More information

ISO/IEC TR TECHNICAL REPORT. Software engineering Product quality Part 4: Quality in use metrics

ISO/IEC TR TECHNICAL REPORT. Software engineering Product quality Part 4: Quality in use metrics TECHNICAL REPORT ISO/IEC TR 9126-4 First edition 2004-04-01 Software engineering Product quality Part 4: Quality in use metrics Génie du logiciel Qualité des produits Partie 4: Qualité en métrologie d'usage

More information

SciVerse Scopus. Date: 21 Sept, Coen van der Krogt Product Sales Manager Presented by Andrea Kmety

SciVerse Scopus. Date: 21 Sept, Coen van der Krogt Product Sales Manager Presented by Andrea Kmety SciVerse Scopus Date: 21 Sept, 2011 Coen van der Krogt Product Sales Manager Presented by Andrea Kmety Agenda What is SciVerse? SciVerse Scopus at a glance Supporting Researchers Supporting the Performance

More information

An Accelerated Approach to Business Capability Acquisition for the Montgomery IT Summit. Presented by: Mr. Paul Ketrick May 19, 2009

An Accelerated Approach to Business Capability Acquisition for the Montgomery IT Summit. Presented by: Mr. Paul Ketrick May 19, 2009 An Accelerated Approach to Business Capability Acquisition for the Montgomery IT Summit Presented by: Mr. Paul Ketrick May 19, 2009 2 IT Acquisition Issues Main issue observed that DoD software programs

More information

RESOLUTION 67 (Rev. Buenos Aires, 2017)

RESOLUTION 67 (Rev. Buenos Aires, 2017) 524 Res. 67 RESOLUTION 67 (Rev. Buenos Aires, 2017) The role of the ITU Telecommunication Development Sector in child online protection The World Telecommunication Development Conference (Buenos Aires,

More information

Digital Assets: Practitioner s Guide Australia

Digital Assets: Practitioner s Guide Australia Digital Assets: Practitioner s Guide Australia This practitioner s guide has been prepared to assist Australian practitioners with the issue of digital assets when taking instructions from clients for

More information

The University of Adelaide. Maritime Capability

The University of Adelaide. Maritime Capability The University of Adelaide Maritime Capability Introduction The University of Adelaide is a world-class institution committed to delivering high quality education, research and mutually rewarding industry

More information

INFORMATION ASSURANCE DIRECTORATE

INFORMATION ASSURANCE DIRECTORATE National Security Agency/Central Security Service INFORMATION ASSURANCE DIRECTORATE CGS Network Mapping The Network Mapping helps visualize the network and understand relationships and connectivity between

More information

Section I. GENERAL PROVISIONS

Section I. GENERAL PROVISIONS LAW OF THE RUSSIAN FEDERATION NO. 5151-1 OF JUNE 10, 1993 ON CERTIFICATION OF PRODUCTS AND SERVICES (with the Additions and Amendments of December 27, 1995, March 2, July 31, 1998) Federal Law No. 154-FZ

More information

Information and documentation Records management. Part 1: Concepts and principles AS ISO :2017 ISO :2016

Information and documentation Records management. Part 1: Concepts and principles AS ISO :2017 ISO :2016 ISO 15489-1:2016 AS ISO 15489.1:2017 Information and documentation Records management Part 1: Concepts and principles This Australian Standard was prepared by Committee IT-021, Records and Document Management

More information

School of Engineering and Built Environment. MSc. Information Technology (Oil & Gas) Programme Specification Document

School of Engineering and Built Environment. MSc. Information Technology (Oil & Gas) Programme Specification Document School of Engineering and Built Environment MSc. Information Technology (Oil & Gas) Programme Specification Document 20/2016 1. Programme Specification Pro-forma GENERAL INFORMATION Programme Titles: Final

More information

EXAM PREPARATION GUIDE

EXAM PREPARATION GUIDE When Recognition Matters EXAM PREPARATION GUIDE PECB Certified ISO 22000 Lead Auditor www.pecb.com The objective of the Certified ISO 22000 Lead Auditor examination is to ensure that the candidate has

More information

ACL Interpretive Visual Remediation

ACL Interpretive Visual Remediation January 2016 ACL Interpretive Visual Remediation Innovation in Internal Control Management SOLUTIONPERSPECTIVE Governance, Risk Management & Compliance Insight 2015 GRC 20/20 Research, LLC. All Rights

More information

National Policy and Guiding Principles

National Policy and Guiding Principles National Policy and Guiding Principles National Policy, Principles, and Organization This section describes the national policy that shapes the National Strategy to Secure Cyberspace and the basic framework

More information

GM Kennedy-Smith Military Survey Systems & Techniques Unit RE Elmwood Avenue, Feltham Middlesex, TW13 7AE, UK

GM Kennedy-Smith Military Survey Systems & Techniques Unit RE Elmwood Avenue, Feltham Middlesex, TW13 7AE, UK DATA QUALITY - A MANAGEMENT PHILOSOPHY GM Kennedy-Smith Military Survey Systems & Techniques Unit RE Elmwood Avenue, Feltham Middlesex, TW13 7AE, UK ABSTRACT Military Survey is developing a 2nd generation

More information

Private sector s engagement in the implementation of the Sendai Framework

Private sector s engagement in the implementation of the Sendai Framework Private sector s engagement in the implementation of the Sendai Framework Palais des Nations, Geneva, 2 May 2017 Oz Ozturk, PricewaterhouseCoopers Content: Introduction Key messages Sendai Framework and

More information

Recommendations for LXI systems containing devices supporting different versions of IEEE 1588

Recommendations for LXI systems containing devices supporting different versions of IEEE 1588 Recommendations for LXI systems containing devices supporting different versions of IEEE 1588 Revision 1.0 December 15, 2008 Edition Page 1 of 9 Notice of Rights All rights reserved. This document is the

More information

Managing intranets: opportunities and challenges

Managing intranets: opportunities and challenges 1 Managing intranets: opportunities and challenges IN THIS CHAPTER: Life in a workflow world The intranet opportunity Life as an intranet manager The challenges of intranet management A framework for intranet

More information

The US National Near-Earth Object Preparedness Strategy and Action Plan

The US National Near-Earth Object Preparedness Strategy and Action Plan The US National Near-Earth Object Preparedness Strategy and Action Plan Briefing to SMPAG Lindley Johnson Program Executive / Planetary Defense Officer Science Mission Directorate NASA HQ October 18, 2018

More information

Topic 01. Software Engineering, Web Engineering, agile methodologies.

Topic 01. Software Engineering, Web Engineering, agile methodologies. Topic 01 Software Engineering, Web Engineering, agile methodologies. 1 What is Software Engineering? 2 1 Classic Software Engineering The IEEE definition: Software Engineering is the application of a disciplined,

More information

Systematic Software Engineering 2006

Systematic Software Engineering 2006 1 Coalition Interoperability Through Network Centric Standards Management Good afternoon ladies and gentlemen. My paper today is about a network centric solution for managing structured information standards.

More information