Harnessing Publicly Available Factual Data in the Analytical Process

Size: px
Start display at page:

Download "Harnessing Publicly Available Factual Data in the Analytical Process"

Transcription

1 June 14, 2012 Harnessing Publicly Available Factual Data in the Analytical Process by Benson Margulies, CTO We put the World in the World Wide Web

2 ABOUT BASIS TECHNOLOGY Basis Technology provides so ware solu ons for text analy cs, informa on retrieval, digital forensics, and iden ty resolu on in over forty languages. Our Rose e linguis cs pla orm is a widely used suite of interoperable components that power search, business intelligence, e-discovery, social media monitoring, financial compliance, and other enterprise applica ons. Our linguis cs team is at the forefront of applied natural language processing using a combina on of sta s cal modeling, expert rules, and corpus-derived data. Our forensics team pioneers be er, faster, and cheaper techniques to extract forensic evidence, keeping government and law enforcement ahead of exponen al growth of data storage volumes. So ware vendors, content providers, financial ins tu ons, and government agencies worldwide rely on Basis Technology s solu ons for Unicode compliance, language iden fica on, mul lingual search, en ty extrac on, name indexing, and name transla on. Our products and services are used by over 250 major firms, including Cisco, EMC, Exalead/Dassault Systems, Hewle -Packard, Microso, Oracle, and Symantec. Our text analysis products are widely used in the U.S. defense and intelligence industry by such firms as CACI, Lockheed Mar n, Northrop Grumman, SAIC, and SRI. We are the top provider of mul lingual technology to web and e-commerce search engines, including Amazon.com, Bing, Google, and Yahoo!. Company headquarters are in Cambridge, Massachuse s, with branch offices in San Francisco, Washington, London, and Tokyo. For more informa on, visit Basis Technology Corpora on. Basis Technology, Geoscope, Odyssey Digital Forensics, Rose e, and We put the World in the World Wide Web are registered trademarks of Basis Technology Corpora on. All other trademarks, service marks, and logos used in this document are the property of their respec ve owners. ( )

3 Analysts need to find relevant informa on. More and more informa on is available to them, but the tools to locate and correlate it to the problem at hand have not kept pace. Full text search is a powerful tool, but as the volume of informa on grows, it becomes increasingly difficult to provide analysts with relevant informa on purely by Googling. When users enter search terms, they are overwhelmed by the number of results. Further, some of the mechanisms that Google uses to achieve high relevancy are not applicable to intelligence analysis; no one is adding links between the documents. One avenue for improving the results for analysts is to use pre-exis ng informa on, or facts, to help organize, filter, and explore document sets. Facts can be as simple as Charles Schwab is a person or as complex as a record of a transac on. Facts allow a system to group and filter informa on to improve the relevancy of results. In the simplest case, if the user is searching for informa on about Charles Schwab the company, they don t want to read informa on about Charles Schwab the person. There are two sources of facts wai ng to be exploited. First, there are structured datasets, such as dbpedia, freebase, and GeoNames. Second, there are textual resources, such as the Wikipedia itself. These sources contain very large amounts of uncontroversial, factual informa on. Analysts need access to this informa on, and systems can use this informa on to improve the relevance and organiza on of informa on retrieved from other resources. There are many other poten al sources of facts. Depending on their provenance, they may be more or less trustworthy or relevant. Over the years, there have been many efforts to create data structures that represent knowledge and to use them for informa on retrieval. Efforts along these lines have o en failed due to difficulty of addressing all of the hard problems related to data provenance and reliability, large-scale system design, user interface design, and combining structured fact data with the unstructured document content. This paper iden fies some achievable goals: a set of func onality that Basis Technology believes is within prac cal reach by a combina on of open source data, open source so ware, and Basis Technology s proprietary components. Since facts are anchored in named en es (people, places, and organiza ons), we propose to start by crea ng a name portal that offers analysts high-relevance informa on about named en es in the world, deriving the informa on returned from publically-available facts, Wikipedia, and news. ACHIEVABLE GOALS FOR PROTOTYPE CONSTRUCTION In this prototype, Basis Technology proposes to build a web-based, cloud-scaled portal. Users of this portal will enter names of people, places, and organiza ons, wri en in the La n alphabet or other script. In return, the portal will present results, including structured facts (linked data) and unstructured text hits of documents that men on the name. The prototype will achieve enhanced relevancy through combining search results on structured facts with plain full-text results. Advanced result filtering capabili es are enabled by leveraging the union of the factual and textual data. Further, the system will include basic visualiza on of rela onships induced from facts. The system will deploy analy cs to allow measurement of the usefulness of the system. By logging queries and clicks, user behavior can also be observed. Our preferred assump on is that the system can be exposed to actual users and the logs can be collected. In an ideal world, a controlled Harnessing Publicly Available Factual Data in the Analy cal Process 3

4 experiment comparing the system with and without the important features would be performed. However, even in the more likely scenario of users working with a control version of the system, ques ons can be framed and informa on gathered that will advance the full prototype. It will be important to gather and use actual data for searching to demonstrate that adding the facts to the analysis improves the results. Online news from RSS fields will be used for this purpose. BASIC COMPONENTS AND APPROACH For input data, the prototype system will exploit Wikipedia, dbpedia (the structured form of Wikipedia), and the publicly available Fact Book. The system will store facts as RDF triples in an RDF store. To control costs, an open source triple-store will be incorporated. Full-text indices will be built on the plain text using Apache Lucene, Apache Solr, or, perhaps, an expected open-source cloud-scale alterna ve from another agency within the Defense and Intelligence Community. Addi onal facts will be extracted from the textual content (Wikipedia and the Fact Book) using the Rose e En ty Extractor (REX), combined with some of our internal research prototypes for rela onship extrac on, document clustering, and cross-document co-reference resolu on (coref). Coref is a cri cal enabling technology in linking the factual and non-factual data. It is also an example of a capability that has remained tantalizingly just out of reach in terms of useful deployment in an opera onal environment. Basis Technology is already inves ng building a prac cally-deployable implementa on and would look forward to refining cross-document coref based on the experience of applying it in this effort. The Rose e Name Indexer (RNI) will be used to provide fuzzy name search capabili es and federate the results of name queries with full-text queries. Several approaches to searching facts from user input of simple text will be explored. These start from retrieving the facts that bear upon an en ty from the name index, and expand to experimen ng with trea ng facts as input to algorithms such as locale-sensi ve hashing. The final set of selected approaches will be determined a er some review of academic work in the area. The en re prototype system will be structured as a set of loosely-coupled components. The overall design goal is to func on in the cloud however, limita ons of me and funding might push the ini al implementa on to focus on demonstra ng the value the prototype brings to the analyst as opposed to large scale cloud deployment. All the func onality of the system will be exposed as REST-ful services that are suitable for use by other automated processes or user interfaces. The user interfaces will be built within the guidelines of the Ozone Widget Layer. 4 Harnessing Publicly Available Factual Data in the Analy cal Process

5 OPTIONS/FUTURE DIRECTIONS If this ini al strategy and approach works, the most important con nua on will be progressive refinement. The use of log analy cs should indicate if the system is, in fact, helping its users. The following bullets describe addi onal possible work areas related to the basic prototype: The core accuracy of named en ty extrac on is cri cal to the success of this approach on a very large scale. The accuracy can be improved by feeding a ested facts into the training of the named en ty extractor and other analy c components. Improvements to fact extrac on Improvements to cross-document co-reference resolu on Related approaches can be applied to the subject data of the system as well as trusted data. Document classifica on and other document-level processes, applied to an en re corpus (e.g. all the documents from a par cular exploita on source), produce addi onal facts that the system can leverage to produce more and be er results. In this ini al effort, all data will be treated as fully-trusted. Another important area of expansion is to make use of data that is less than fully trusted, thereby managing issues of human review and provenance. Large scaling and integra on into cloud-based environments will reveal challenges beyond the appropriate scope of an ini al prototype. ENHANCED COLLABORATION VIA OPEN SOURCE The prototype system described above is a set of services that apply components (e.g. named en ty extrac on) to data. The overall service framework could be built as a collec on of GOTS components, but we would recommend and propose an open source development model. If the source code to the prototype is open source, it is guaranteed to be available for other efforts in the future. Since this problem space is not unique to government, the possibility of collabora on with industry is an important factor to consider for future growth and overall success. As a point of comparison, consider the ManifoldCF project at the Apache So ware Founda on (h p://incubator.apache.org/connectors/). This project is building a mul -level secure full-text search framework and is making great progress through open source collabora on. FOR MORE INFORMATION Contact Bill Ray, VP Federal Sales, at or write to info@basistech.com. Harnessing Publicly Available Factual Data in the Analy cal Process 5

Arabic Content Processing with Rosette

Arabic Content Processing with Rosette January 19, 2010 Arabic Content Processing with Rosette and Microsoft/FAST ESP by Chris an Moen We put the World in the World Wide Web ABOUT BASIS TECHNOLOGY Basis Technology provides so ware solu ons

More information

How to reduce fric-on and transac-on costs in intellectual property management for free and open source projects?

How to reduce fric-on and transac-on costs in intellectual property management for free and open source projects? How to reduce fric-on and transac-on costs in intellectual property management for free and open source projects? LinuxCon Europe 2013, October 21 st 2013 Background Most free and open source so:ware (and

More information

Governance, Risk & Compliance. TSo Plus System Requirements. TSo Plus

Governance, Risk & Compliance. TSo Plus System Requirements. TSo Plus Governance, Risk & Compliance TSo Plus System Requirements TSo Plus 2018.1 Governance, Risk & Compliance This publica on was wri en for TSo Plus Publica on Informa on / Version Document Title: TSo Plus

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Lecture 7 Key-Value Stores: RiakKV Mar n Svoboda mar n.svoboda@fel.cvut.cz 12. 11. 2018 Charles University,

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV B4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-b4m36ds2/ Lecture 4 Key-Value Stores: RiakKV Mar n Svoboda svoboda@ksi.mff.cuni.cz 24. 10. 2016 Charles University in Prague,

More information

Key-Value Stores: RiakKV

Key-Value Stores: RiakKV NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Lecture 4 Key-Value Stores: RiakKV Mar n Svoboda svoboda@ksi.mff.cuni.cz 25. 10. 2016 Charles

More information

Test Coverage vs Liability - A Healthcare TDM

Test Coverage vs Liability - A Healthcare TDM White Paper Test Coverage vs Liability - A Healthcare TDM by Shashi Kiran KV O V E R C O M I N G L I M I T S The growing maturity of Healthcare IT and the digi za on of healthcare is improving the quality

More information

Agile Test Data Management

Agile Test Data Management ebook O V E R C O M I N G L I M I T S Agile Test Data Management - An Emerging Best Practice in Digital Economy Table of Contents Impact of Poorly Managed/Implemented Test Data... 4 Why Does Test Data

More information

Governance, Risk & Compliance. TSo Plus Upgrade Guide. TSo Plus

Governance, Risk & Compliance. TSo Plus Upgrade Guide. TSo Plus Governance, Risk & Compliance TSo Plus Upgrade Guide TSo Plus 2017.4 Governance, Risk & Compliance This publica on was wri en for TSo Plus Publica on Informa on / Version Document Title: TSo Plus Upgrade

More information

Presentation Switchers. digital presentation systems. Users Guide PS110. August, 2014 PN: DOC a

Presentation Switchers. digital presentation systems. Users Guide PS110. August, 2014 PN: DOC a Presentation Switchers digital presentation systems Users Guide PS110 August, 2014 PN: DOC-000023-00a Trademark Informa on Presenta on Switchers, the PS Box logo or icon, and the names and marks associated

More information

SanDisk Extreme PRO SDHC /SDXC UHS-I 95MB/s cards

SanDisk Extreme PRO SDHC /SDXC UHS-I 95MB/s cards SanDisk Extreme PRO SDHC /SDXC UHS-I 95MB/s cards AT A GLANCE Our highest capacity SDXC card to catch all the ac on [512GB only] Our most powerful SD UHS-I memory card yet with shot speeds up to 90MB/s*,

More information

Microso 埘 Exam Dumps PDF for Guaranteed Success

Microso 埘 Exam Dumps PDF for Guaranteed Success Microso 埘 70 698 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Microso 埘 70 698 ques ons and answers product. The Microso 埘 Cer fied Solu on Associa

More information

Governance, Risk & Compliance. TSo Plus Installa on Guide. TSo Plus

Governance, Risk & Compliance. TSo Plus Installa on Guide. TSo Plus Governance, Risk & Compliance TSo Plus Installa on Guide TSo Plus 2017.4 Governance, Risk & Compliance This publica on was wri en for TSo Plus Publica on Informa on / Version Document Title: TSo Plus

More information

Internet of Things Big Data Cloud Computing

Internet of Things Big Data Cloud Computing Internet of Things Big Data Cloud Computing S U S TA I NA B I L I T Y AU TO M AT I O N REAL-TIME PAY B A C K B I G DATA LIVE I N T E G R AT I O N ROI CLOUD w w w. s h i f t e n e r g y. c o m S AV I N

More information

Essential Elements of Multilingual Search Boos ng Global Search Quality with the Rose e Linguis cs Pla orm

Essential Elements of Multilingual Search Boos ng Global Search Quality with the Rose e Linguis cs Pla orm March 26, 2013 Essential Elements of Multilingual Search Boos ng Global Search Quality with the Rose e Linguis cs Pla orm We put the World in the World Wide Web ABOUT BASIS TECHNOLOGY Basis Technology

More information

electronic license applications user s guide Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10

electronic license applications user s guide Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10 applications Contents What you need Page 1 Get started Page 3 Paper Non-Resident Licensing Page 10 Welcome to the Na onal Insurance Producer Registry s applications The give producers the ability to quickly

More information

MapReduce, Apache Hadoop

MapReduce, Apache Hadoop B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-b4m36ds2/ Lecture 5 MapReduce, Apache Hadoop Mar n Svoboda mar n.svoboda@fel.cvut.cz 30. 10. 2017 Charles University

More information

In Workflow. Viewing: Last edit: 11/04/14 4:01 pm. Approval Path. Programs referencing this course. Submi er: Proposing College/School: Department:

In Workflow. Viewing: Last edit: 11/04/14 4:01 pm. Approval Path. Programs referencing this course. Submi er: Proposing College/School: Department: 1 of 5 1/6/2015 1:20 PM Date Submi ed: 11/04/14 4:01 pm Viewing: Last edit: 11/04/14 4:01 pm Changes proposed by: SIMSLUA In Workflow 1. INSY Editor 2. INSY Chair 3. EN Undergraduate Curriculum Commi ee

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Prac cal Class 7 Redis Mar n Svoboda mar n.svoboda@fel.cvut.cz 19. 11. 2018 Charles University, Faculty of

More information

Financial Services. Upgrade Guide. TSoftPlus

Financial Services. Upgrade Guide. TSoftPlus Financial Services Upgrade Guide TSoftPlus 2017.3 Financial Services This publica on was wri en for TSoftPlus, Publica on Informa on / Version Document Title: TSo Plus Upgrade Guide Release Date: September

More information

B4M36DS2, BE4M36DS2: Database Systems 2

B4M36DS2, BE4M36DS2: Database Systems 2 B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-b4m36ds2/ Lecture 2 Data Formats Mar n Svoboda mar n.svoboda@fel.cvut.cz 9. 10. 2017 Charles University in Prague,

More information

MyCouncil. Accredita on Management System Informa on and Naviga on Guide

MyCouncil. Accredita on Management System Informa on and Naviga on Guide MyCouncil Accredita on Management System Informa on and Naviga on Guide October 2017 MyCouncil GENERAL INFORMATION MyCouncil is a web based accredita on management system created to streamline accredita

More information

Canvas BCM Bandwidth & Content Manager. Copyright 2018 Telenity Confiden al & Proprietary

Canvas BCM Bandwidth & Content Manager. Copyright 2018 Telenity Confiden al & Proprietary Canvas BCM Bandwidth & Content Manager Copyright 2018 Telenity Confiden al & Proprietary Canvas BCM, Bandwidth & Content Manager With both exis ng LTE/LTE Advanced func onali es and the upcoming capabili

More information

Column-Family Stores: Cassandra

Column-Family Stores: Cassandra NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Lecture 10 Column-Family Stores: Cassandra Mar n Svoboda svoboda@ksi.mff.cuni.cz 13. 12. 2016

More information

Transitioning to Push Authentication

Transitioning to Push Authentication Transitioning to Push Authentication Summary Current out-of-band authen ca on solu ons have not proven to be up to the task of protec ng cri cal user data, and have been disabled in a variety of recent

More information

So#ware Specifica-ons. David Duncan March 23, 2012

So#ware Specifica-ons. David Duncan March 23, 2012 So#ware Specifica-ons David Duncan March 23, 2012 Execu-ve Summary Crea-ng a so#ware specifica-on is tradi-onally done via the So#ware Requirements Specifica-on (SRS) but there has been a growing movement

More information

Free Yourself into the Cloud Taiwan s only Hybrid Cloud specialist using

Free Yourself into the Cloud Taiwan s only Hybrid Cloud specialist using Free Yourself into the Cloud Taiwan s only Hybrid Cloud specialist using technology easpnet GWS Hybrid Cloud Services Virtualiza on is a new concept and technology that has become a hot topic in recent

More information

NDBI040: Big Data Management and NoSQL Databases. h p://

NDBI040: Big Data Management and NoSQL Databases. h p:// NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-ndbi040/ Prac cal Class 5 Riak Mar n Svoboda svoboda@ksi.mff.cuni.cz 13. 11. 2017 Charles University in Prague,

More information

USING FMEA AS A RISK ASSESSMENT TECHNIQUE

USING FMEA AS A RISK ASSESSMENT TECHNIQUE USING FMEA AS A RISK ASSESSMENT TECHNIQUE piramalpharmasolu ons.com 02 INTRODUCTION Failure mode effects analysis (FMEA) is a form of risk assessment using a step-by-step approach to iden fy possible failures

More information

DIRECT SUPPLIER P RTAL INSTRUCTIONS

DIRECT SUPPLIER P RTAL INSTRUCTIONS DIRECT SUPPLIER P RTAL INSTRUCTIONS page I IMPORTANT Please complete short Online Tutorials and Quiz at www.supplierportal.coles.com.au/dsd TABLE of Contents 1 Ingredients 2 Log In 3 View a Purchase Order

More information

Facebook Adver-sing Strategies for

Facebook Adver-sing Strategies for Facebook Adver-sing Strategies for News Professionals PRESENTED BY: TOYA WILSON-SMITH, M.B.A. NEXGENERATION DIGITAL MARKETING AGENCY INC. FACEBOOK ADVERTISING STRATEGIES THE 7 STEPS TO BUILDING YOUR EMAIL

More information

RefWorks User Quick Start Guide VERSION 5.0

RefWorks User Quick Start Guide VERSION 5.0 RefWorks User Quick Start Guide VERSION 5.0 LOGGING IN Access www.refworks.com/refworks and then enter your personal Login Name and Password. (First- me users need to sign up for an individual account

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-b4m36ds2/ Lecture 1 Introduc on Mar n Svoboda mar n.svoboda@fel.cvut.cz 2. 10. 2017 Charles University in Prague,

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-b4m36ds2/ Prac cal Class 7 Cassandra Mar n Svoboda mar n.svoboda@fel.cvut.cz 27. 11. 2017 Charles University in Prague,

More information

Alexandre Barreto ITA/GMU. Paulo C.G. Costa GMU. Edgar Yano ITA

Alexandre Barreto ITA/GMU. Paulo C.G. Costa GMU. Edgar Yano ITA Alexandre Barreto ITA/GMU Paulo C.G. Costa GMU Edgar Yano ITA 1 failure in electric power system The New World Increasing automa on of processes and systems that are part of cri cal infrastructures. Society

More information

SanDisk Extreme PRO microsdxc UHS-II card

SanDisk Extreme PRO microsdxc UHS-II card SanDisk Extreme PRO microsdxc UHS-II card AT A GLANCE Transfer speeds of up to 7MB/s** Records Full HD and 4K UHD video USB 3.0 reader included 3 RescuePRO Deluxe data recovery so ware Shockproof, temperature-proof,

More information

NDBI040: Big Data Management and NoSQL Databases. h p:// svoboda/courses/ ndbi040/

NDBI040: Big Data Management and NoSQL Databases. h p://  svoboda/courses/ ndbi040/ NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Prac cal Class 2 Riak Key-Value Store Mar n Svoboda svoboda@ksi.mff.cuni.cz 25. 10. 2016 Charles

More information

Unit 1 3 Dependency Injection & Inversion of Control

Unit 1 3 Dependency Injection & Inversion of Control Unit 1 3 Dependency Injection & Inversion of Control This is a free chapter from our CBOX202: WireBox Dependency Injection course (www.coldbox.org/courses/cbox202) and is freely donated to the ColdFusion

More information

RefWorks User Quick Start Guide VERSION 6.0

RefWorks User Quick Start Guide VERSION 6.0 RefWorks User Quick Start Guide VERSION 6.0 LOGGING IN Access www.cityu.edu.hk/lib/eres/refworks/. Click Log in RefWorks button. Enter your name, CityU ID and Library PIN. Enter Login Name and Password

More information

OPTIONAL EXERCISE 1: CREATING A FUSION PROJECT PART A

OPTIONAL EXERCISE 1: CREATING A FUSION PROJECT PART A Exercise Objec ves In the previous exercises, you were provided a full Fusion LIDAR dataset. In this exercise, you will begin with raw LIDAR data and create a new Fusion project one that will be as complete

More information

Governance, Risk & Compliance TSo Plus Installa on Guide. Document Prepara on

Governance, Risk & Compliance TSo Plus Installa on Guide. Document Prepara on Governance, Risk & Compliance TSo Plus Installa on Guide Document Prepara on 2018.3 Governance, Risk & Compliance This publica on was wri en for Document Prepara on Publica on Informa on / Version Document

More information

Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success

Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Vmware 2V0 641 ques 韫 ons and answers product. The VMware Cer 韫 fied Professional 6

More information

XSEDE Iden ty Management Use Cases

XSEDE Iden ty Management Use Cases XSEDE Iden ty Management Use Cases January 6, 2017 Version 1.3 These use cases describe how researchers, scien sts, and other community members register themselves with the XSEDE system, manage their profile

More information

NDBI040: Big Data Management and NoSQL Databases

NDBI040: Big Data Management and NoSQL Databases NDBI040: Big Data Management and NoSQL Databases h p://www.ksi.mff.cuni.cz/~svoboda/courses/171-ndbi040/ Prac cal Class 8 MongoDB Mar n Svoboda svoboda@ksi.mff.cuni.cz 5. 12. 2017 Charles University in

More information

SanDisk Ultra microsdxc UHS-I Card with Adapter

SanDisk Ultra microsdxc UHS-I Card with Adapter SanDisk Ultra microsdxc UHS-I Card with Adapter AT A GLANCE Up to 256GB* for your Android -based device Transfer speeds of up to 100MB/s** [64GB-256GB only; 98MB/s for 16GB-32GB] Rated A1 for faster app

More information

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Home > Digital AnalyĀcs > Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Introduc 韜 on Digital Analy 韜 cs is an e automate applica 韜 on that assists

More information

SanDisk Extreme PRO SDHC /SDXC UHS-II cards

SanDisk Extreme PRO SDHC /SDXC UHS-II cards SanDisk Extreme PRO SDHC /SDXC UHS-II cards AT A GLANCE For pros who demand high performance Shot speeds of up to 260MB/s* Records cinema-quality 4K and Full HD video RescuePRO Deluxe data recovery so

More information

h p://

h p:// B4M36DS2, BE4M36DS2: Database Systems 2 h p://www.ksi.m.cuni.cz/~svoboda/courses/181-b4m36ds2/ Prac cal Class 5 MapReduce Mar n Svoboda mar n.svoboda@fel.cvut.cz 5. 11. 2018 Charles University, Faculty

More information

Canvas USSD Service Center Interac ve Services for a Mobile World. Copyright 2018 Telenity Confiden al & Proprietary

Canvas USSD Service Center Interac ve Services for a Mobile World. Copyright 2018 Telenity Confiden al & Proprietary Canvas USSD Service Center Interac ve for a Mobile World Copyright 2018 Telenity Confiden al & Proprietary Canvas USSD Service Center Canvas USSD Service Center wireless operators to offer rapid and secure

More information

Web Services in Ac-on. Mark Schroeder 2E Track

Web Services in Ac-on. Mark Schroeder 2E Track Web Services in Ac-on Mark Schroeder 2E Track FOR INFORMATION PURPOSES ONLY Terms of this presenta3on This presenta-on was based on current informa-on and resource alloca-ons as of April 2013 and is subject

More information

Inter-agency Mee-ng on Prepara-on for the 2018 SDG Reports 28 Feb 01 Mar Agenda item 6: Review of data/metadata inputs for the database (UNSD)

Inter-agency Mee-ng on Prepara-on for the 2018 SDG Reports 28 Feb 01 Mar Agenda item 6: Review of data/metadata inputs for the database (UNSD) Inter-agency Mee-ng on Prepara-on for the 2018 SDG Reports 28 Feb 01 Mar 2018 Agenda item 6: Review of data/metadata inputs for the database (UNSD) Zin Lin Development Data and Dissemina-on Sec-on Sta-s-cs

More information

PIPELINE Program Competency Model for Informa on Technology So ware Tes ng and Quality Assurance Career Cluster Pathway

PIPELINE Program Competency Model for Informa on Technology So ware Tes ng and Quality Assurance Career Cluster Pathway PIPELINE Program Competency Model for Informa on Technology So ware Tes ng Quality Assurance Career Cluster Pathway Employer-Specific Requirements Occupation-Specific Competencies* Recognize So ware Func

More information

CSE 788 Mathema-cal and Algorithmic Founda-ons for Data Visualiza-on. Winter 2011 Han- Wei Shen

CSE 788 Mathema-cal and Algorithmic Founda-ons for Data Visualiza-on. Winter 2011 Han- Wei Shen CSE 788 Mathema-cal and Algorithmic Founda-ons for Data Visualiza-on Winter 2011 Han- Wei Shen Class Objec-ves Give you an overview of data visualiza-on research Focus more on scien-fic data Overview the

More information

POLYBIUS TOKEN WHITEPAPER

POLYBIUS TOKEN WHITEPAPER POLYBIUS TOKEN WHITEPAPER Dra May 10 2017 etoken 1. etoken Contract as a basis for Polybius Token (PLBT) PLBT is a token issued within an etoken 1 contract. There is no limit to the number of Polybius

More information

BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist

BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist The following informa on provides an overview of how to use and complete the SIP Trunk elements of the BT System CRF portal. 1. Introduc

More information

INDUSTRY EVOLUTION BY SECURELINK FROM HISTORY TO FUTURE

INDUSTRY EVOLUTION BY SECURELINK FROM HISTORY TO FUTURE INDUSTRY EVOLUTION BY SECURELINK FROM HISTORY TO FUTURE In this white paper we will briefly describe how SecureLink, as well as our industry has changed over the last 12 years. It is crystal clear that

More information

Canvas Loca on Middleware

Canvas Loca on Middleware Canvas Loca on Middleware Copyright 2018 Telenity Confiden al & Proprietary Canvas Loca on Middleware With the capabili es of the LTE networks, loca on-based services are opening a new page. Customer,

More information

CS 4604: Introduc0on to Database Management Systems. B. Aditya Prakash Lecture #7: En-ty/Rela-onal Model---Part 3

CS 4604: Introduc0on to Database Management Systems. B. Aditya Prakash Lecture #7: En-ty/Rela-onal Model---Part 3 CS 4604: Introduc0on to Database Management Systems B. Aditya Prakash Lecture #7: En-ty/Rela-onal Model---Part 3 Purpose of E/R Model The E/R model allows us to sketch the design of a database informally.

More information

FTTH-GPON OLT Emulator with integrated Network Analyser

FTTH-GPON OLT Emulator with integrated Network Analyser By WYZARTEL FTTH-GPON OLT Emulator with integrated Network Analyser Features OLT Emula on Emulates OLT func onality, allowing to build specific provi sioning models and configure OMCI enes individually

More information

[ Safe deposit safes ]

[ Safe deposit safes ] according to safe type according to safe type [ Safe deposit safes ] Safes with built in deposit boxes are produced in different resistance grades. The deposit boxes are customized in blocks. If desired,

More information

DFM Concurrent Costing

DFM Concurrent Costing Die Casting Analysis Start a new analysis For the purposes of this tutorial we will es mate the cost per part of manufacturing 200,000 of the disk drive casings shown here: front The material is to be

More information

Program Market Demand Computer and Informa on Sciences, General

Program Market Demand Computer and Informa on Sciences, General Program Market Demand Computer and Informa on Sciences, General Emsi Q1 2018 Data Set March 2018 Emsi Moscow, Idaho 83843 Emsi Q1 2018 Data Set www.economicmodeling.com Page 1/22 Parameters Programs Code

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

The Knight News Innovation Lab

The Knight News Innovation Lab The Knight News Innovation Lab ILLINOIS CONGRESSIONAL PRIMARIES Tools for enhancing coverage of March 20 elec3on What are we trying to accomplish? For publishers: Provide innova-ve technology for elec-on

More information

Buyer s Guide. Contents. This guide will review how to shop, create requisi ons and track your requisi ons, orders and invoices

Buyer s Guide. Contents. This guide will review how to shop, create requisi ons and track your requisi ons, orders and invoices Buyer s Guide This guide will review how to shop, create requisi ons and track your requisi ons, orders and invoices Contents Buyer s Guide... 1 Logging In & Buyer s Role... 3 Key Concepts... 4 My Account

More information

Permits User s Guide. Submit Application. Upload Files & Pay Fees. Plan Review Process. Final PreScreen. Project Approval. Electronic Plan Review

Permits User s Guide. Submit Application. Upload Files & Pay Fees. Plan Review Process. Final PreScreen. Project Approval. Electronic Plan Review New Castle County Land Use Permits Sec on Electronic Plan Review Permits User s Guide Submit Application Upload Files & Pay Fees Plan Review Process Final PreScreen Project Approval Rev. 06/2018 2 l eplans

More information

Core Issues in Digital Preserva on: Storage and Maintenance. Jacob Nadal, Preserva on Officer UCLA Library

Core Issues in Digital Preserva on: Storage and Maintenance. Jacob Nadal, Preserva on Officer UCLA Library Core Issues in Digital Preserva on: Storage and Maintenance Jacob Nadal, Preserva on Officer UCLA Library Storage and Maintenance Digital Repositories Ingest: Get things in Manage: Take care of them Disseminate:

More information

DSD Planning Center Online Tool User Manual

DSD Planning Center Online Tool User Manual Designing much more than beautiful smiles! DSD Planning Center Online Tool User Manual version 1.0 english DSD Planning Center Online Tool User Manual STEP 1 REGiStRatiOn 1.1 Access the dsd planning center

More information

ProwessIQ.

ProwessIQ. Be er than a Google search! If you are looking for companies that meet a set of criteria based on their performance, then you need ProwessIQ, not a Google search. Not even Google Finance! ProwessIQ is

More information

On the Radar: Kenna Security protects enterprises against data breaches

On the Radar: Kenna Security protects enterprises against data breaches On the Radar: Kenna Security protects enterprises against data breaches Kenna offers continuous analysis of vulnerabilities and prioritizes remediation activities Publication Date: 27 Mar 2018 Product

More information

SOLUTIONS BRIEFS. ADMINISTRATION (Solutions Brief) KEY SERVICES:

SOLUTIONS BRIEFS. ADMINISTRATION (Solutions Brief) KEY SERVICES: (Solutions Brief) An integrated cybersecurity Administration solution for securing any Large Enterprise. The Industry s most complete protection for the Large Enterprise and Cloud Deployments. KEY SERVICES:

More information

Novo. A protocol for contributing and verifying business data, and a marketplace for connecting data buyers and sellers.

Novo. A protocol for contributing and verifying business data, and a marketplace for connecting data buyers and sellers. Novo A protocol for contributing and verifying business data, and a marketplace for connecting data buyers and sellers. Ini al Release: June 1, 2018 Date of last update: September 20, 2018 Abstract Novo

More information

AMPS Snapshot: User Registra on External Users

AMPS Snapshot: User Registra on External Users Do You Need an AMPS Account? How to Prepare for AMPS Account Registra on Not an employee of DLA or DFAS? If you cannot authen cate your iden ty with a smart card, you can s ll obtain an AMPS account to

More information

Canvas ICS Intelligent Call Screening Solu on. Copyright 2018 Telenity Confiden al & Proprietary

Canvas ICS Intelligent Call Screening Solu on. Copyright 2018 Telenity Confiden al & Proprietary Canvas ICS Intelligent Call Screening Solu on Copyright 2018 Telenity Confiden al & Proprietary Canvas ICS, Intelligent Call Screening Solu on Nuisance calls has become a real issue for mobile subscribers

More information

Printed Circuit Board Assembly Analysis / 1

Printed Circuit Board Assembly Analysis / 1 Printed Circuit Board Assembly Analysis Introduction DFM Concurrent Costing The first step in the manufacture of the printed circuit board assembly is the fabrica on of the bare circuit board, o en called

More information

BBMRI-ERIC and AAI. Assoc. Prof. RNDr. Petr Holub, Ph.D. IT & Data Protec on BBMRI-ERIC, CIO of BBMRI-ERIC CS IT

BBMRI-ERIC and AAI. Assoc. Prof. RNDr. Petr Holub, Ph.D. IT & Data Protec on BBMRI-ERIC, CIO of BBMRI-ERIC CS IT BBMRI-ERIC and AAI Assoc. Prof. RNDr. Petr Holub, Ph.D. IT & Data Protec on Manager @ BBMRI-ERIC, CIO of BBMRI-ERIC CS IT CORBEL and AARC/AARC2 AAI Workshop, Paris, 2016 05 31 What is BBMRI-ERIC research

More information

B0B36DBS, BD6B36DBS: Database Systems

B0B36DBS, BD6B36DBS: Database Systems B0B36DBS, BD6B36DBS: Database Systems h p://www.ksi.m.cuni.cz/~svoboda/courses/172-b0b36dbs/ Prac cal Class 10 JDBC, JPA 2.1 Author: Mar n Svoboda, mar n.svoboda@fel.cvut.cz Tutors: J. Ahmad, R. Černoch,

More information

LPC PORTAL. Student User Guide

LPC PORTAL. Student User Guide LPC PORTAL Student User Guide Table of Contents Login Instruc ons.. 3 Access Your Schedule.. 3 Search for Classes..... 4 Transcript.... 4 Update Your Personal Informa on... 5 Registra on Instruc ons. 6

More information

D Evaluation and Performance Report

D Evaluation and Performance Report Commercially Empowered D 2.3 - Evaluation and Performance Report Summary: Within the scope of work package 2, two web services have been developed which allows semantic enrichment and disambiguation of

More information

SQL: Advanced Constructs

SQL: Advanced Constructs B0B36DBS, BD6B36DBS: Database Systems h p://www.ksi.mff.cuni.cz/~svoboda/courses/172-b0b36dbs/ Prac cal Class 8 SQL: Advanced Constructs Author: Mar n Svoboda, mar n.svoboda@fel.cvut.cz Tutors: J. Ahmad,

More information

PERFORMANCE NAVIGATOR MANUAL

PERFORMANCE NAVIGATOR MANUAL VERSION 19 MAY 21, 2018 PERFORMANCE NAVIGATOR MANUAL Proprietary Rights 2018 Midrange Performance Group, Inc. (MPG). All rights reserved. The informa on contained in this manual is subject to change at

More information

Bootstrapping the SPAR index

Bootstrapping the SPAR index .. Bootstrapping the SPAR index Léon Willenborg and Sander Scholtus November 29, 2018 This paper discusses bootstrapping for the SPAR index for the development of house prices. So ware (in R) to compute

More information

5 OAuth Essentials for API Access Control

5 OAuth Essentials for API Access Control 5 OAuth Essentials for API Access Control Introduction: How a Web Standard Enters the Enterprise OAuth s Roots in the Social Web OAuth puts the user in control of delegating access to an API. This allows

More information

10/26/2018

10/26/2018 Supported System Requirements for TABE Online Testing Effective October February 2019 This document describes the current system requirements for the DRC INSIGHT Online Learning System, including student-tes

More information

Special Topic: Automated Report Recipients 5. Crea ng a New Region 6 Adding Districts to Regions 8

Special Topic: Automated Report Recipients 5. Crea ng a New Region 6 Adding Districts to Regions 8 TT Tracker Set-up 3 Project Modifica ons 3 Access Country Project 3 Create Web Users 4 Special Topic: Automated Report Recipients 5 Create Program Loca ons (Coverage Areas) 6 Crea ng a New Region 6 Adding

More information

DATACENTER SERVICES DATACENTER

DATACENTER SERVICES DATACENTER SERVICES SOLUTION SUMMARY ALL CHANGE React, grow and innovate faster with Computacenter s agile infrastructure services Customers expect an always-on, superfast response. Businesses need to release new

More information

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security SYMANTEC: SECURITY ADVISORY SERVICES Symantec Security Advisory Services The World Leader in Information Security Knowledge, as the saying goes, is power. At Symantec we couldn t agree more. And when it

More information

Traditional Security Solutions Have Reached Their Limit

Traditional Security Solutions Have Reached Their Limit Traditional Security Solutions Have Reached Their Limit CHALLENGE #1 They are reactive They force you to deal only with symptoms, rather than root causes. CHALLENGE #2 256 DAYS TO IDENTIFY A BREACH TRADITIONAL

More information

SIRE Solution Suite. Better Outcomes. Active Review Administration and User Manual. A Publication Of

SIRE Solution Suite. Better Outcomes. Active Review Administration and User Manual. A Publication Of Active Review Administration and User Manual SIRE Solution Suite An Official Manual of SIRE Technologies Document and Legislative Management Software Version 6.3 A Publication Of Better Outcomes. 2 SIRE

More information

SpectraCloud

SpectraCloud 8 @ ZimbraMail@ SpectraCloud Z Zimbra - Enterprise Email & Collaboration Suite Z Z 8 Overview Zimbra is an enterprise-class email, calendar and collabora on suite, built for the cloud, both public and

More information

The Ul mate Postage Meter Buyers Guide

The Ul mate Postage Meter Buyers Guide The Ul mate Postage Meter Buyers Guide Why FP? Plugged into over 230,000 mailrooms worldwide, FP Mailing Solu ons is the fastest growing mail machine systems company in the U.S. Real people. With over

More information

EDTracker Pro Wired. User Guide

EDTracker Pro Wired. User Guide EDTracker Pro Wired User Guide ENG Document Issue 1.0 Introduction Thank you for purchasing your EDTracker Pro Wired head tracker. We hope that it becomes an invaluable addi on to your gaming experience

More information

Waaslandlaan Lokeren Belgium Tel: Fax: Mail: Website:

Waaslandlaan Lokeren Belgium Tel: Fax: Mail: Website: Waaslandlaan 24 9160 Lokeren Belgium Tel: +32 9 349 37 51 Fax: +32 9 349 37 52 Mail: info@blue1.be Website: www.blue1.be Measuring and monitoring in real me is an essen al tool in a world of short global

More information

SOLUTION BRIEF RSA ARCHER IT & SECURITY RISK MANAGEMENT

SOLUTION BRIEF RSA ARCHER IT & SECURITY RISK MANAGEMENT RSA ARCHER IT & SECURITY RISK MANAGEMENT INTRODUCTION Organizations battle growing security challenges by building layer upon layer of defenses: firewalls, antivirus, intrusion prevention systems, intrusion

More information

How to configure your Video Insight server and router for remote access:

How to configure your Video Insight server and router for remote access: Contents Introduc 뛕 on System Overview Planning Server IP Server Sample Configura 뛕 ons 20 H.264 cameras streaming 1.5Mbps 40 H.264 cameras streaming 1.5Mbps 120 H.264 cameras streaming 1.5Mbps 240 H.264

More information

Julia Eclipse Plugin User Manual Table of Contents

Julia Eclipse Plugin User Manual Table of Contents Julia Eclipse Plugin User Manual Table of Contents Introduction Installation Settings Running Julia Navigating the Results Managing analyses results Extraction of the application under analysis Julia Java

More information

Center for Services Leadership. W. P. CAREY [ Center for Services Leadership ] Strategic Service Institute. Page

Center for Services Leadership. W. P. CAREY [ Center for Services Leadership ] Strategic Service Institute. Page Center for Services Leadership Strategic Service Institute Page The Center for Services Leadership Who We Are Center for Services Leadership Our vision To be the premier self-sustaining and crossdisciplinary

More information

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software, Inc. June 2011 TABLE OF CONTENTS INTRODUCTION... 3 DATA FEDERATION... 4 PROBLEM DATA CONSOLIDATION

More information

Process Chiller Buyer s Guide

Process Chiller Buyer s Guide Process Chiller Buyer s Guide We are Challenging the Status Quo Legacy Chiller Systems, Inc. 877-988-5464 Table of Contents Process Chiller Buyer s Guide Sec ons Page(s) Introduc on to Process Chillers

More information

xa r g h themovingpixel.com

xa r g h themovingpixel.com Our goal at Moving Pixels is to offer our clients the best design solu on that meets their needs and exceeds their expecta ons. We accomplish this by establishing a posi ve rapport with our clients through

More information