Adelheid 1.0 Annotation Tool Manual. Introduction

Size: px
Start display at page:

Download "Adelheid 1.0 Annotation Tool Manual. Introduction"

Transcription

1 Adelheid 1.0 Annotation Tool Manual Introduction Adelheid is tagger-lemmatizer system for historical Dutch, available through the Clarin infrastructure. Its output is in an XML format, which, although ideal for interchange, is not easily readable by humans. For this reason Adelheid comes accompanied by a visualization and annotation tool, allowing the user to inspect and, in the future, adjust Adelheid s output. NOTE: We have discovered a deep bug in Version 1.0 which seriously damages the data when specific adjustments to the output are attempted. For that reason we advise to use version 1.0 as a visualization tool only. We will report on the Adelheid website when an updated version become available. In this manual we explain how to use the annotation, starting with an explanation of file formats and then going through the process of using the system step by step. The manual is accompanied by several further manuals: The Adelheid 1.0 Tagger-Lemmatizer Manual, explaining how the Adelheid itself can be used to process texts. The Adelheid 1.0 Tagset Manual, explaining how the tags and lemmas added by the system should be interpreted. The Adelheid 1.0 Demonstrator Scenario Manual, showing several examples of the use of the system.

2 Input and Output File Formats Introduction The file format used by the annotation tool, both for input and output, is the same as that of the output of the Adelheid system, i.e. the filename_atl.xml files. For completeness, we duplicate the format description here. File Format An Adelheid document file is an XML file showing the tags and lemmas added to the tokens in the text: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE adelheid-document [... ]> <adelheid-document> <teiheader>... </teiheader> <body> <manuscript name="p065p34101.st.goedele.pet r.hand58" manid="1"> <sep TPos="1/0" MSep="True" MForm="O" TSep="True" ASep="True" Src="sys" Conf="1.0000"></sep> <token TForm="allen" Tag="Num(indef,formn)" Lemma="al" TPos="1/0-4" MForm="Allen" AForm="allen" Src="sys" Conf="0.4816"> <tlp PTag="Num(indef,formn)" PLemma="al" PProb="0.4816"></tlp> <tlp PTag="Pron(rel,formn)" PLemma="al" PProb="0.2511"></tlp> <tlp PTag="Adv(gener)" PLemma="alleen" PProb="0.0959"></tlp> <tlp PTag="N(prop,formn)" PLemma="ale" PProb="0.0510"></tlp> <tlp PTag="Num(card,formn)" PLemma="al" PProb="0.0486"></tlp> <tlp PTag="N(prop)" PLemma="halen" PProb="0.0290"></tlp> <tlp PTag="Pron(indef,formn)" PLemma="al" PProb="0.0183"></tlp> <tlp PTag="Adj(formn)" PLemma="al" PProb="0.0183"></tlp> <tlp PTag="Pron(indef,formn)" PLemma="alles" PProb="0.0061"></tlp> </token> <sep TPos="1/5" MSep="True" MForm=" " TSep="True" ASep="True" Src="sys" Conf="0.9991"></sep> <token TForm="den" Tag="Art(def,formn)" Lemma="de" TPos="1/5-7" MForm="den" AForm="den" Src="sys" Conf="0.4163"> <tlp PTag="Art(def,formn)" PLemma="de" PProb="0.4163"></tlp> <tlp PTag="Adp()+Art(def,formn)" PLemma="dat+de" PProb="0.1247"></tlp> <tlp PTag="Art(def)+Adj()" PLemma="de+een" PProb="0.1182"></tlp> <tlp PTag="Art(def,formn)" PLemma="dat" PProb="0.1003"></tlp> <tlp PTag="N(sing)" PLemma="deken" PProb="0.0956"></tlp> <tlp PTag="Num(ord,formn)" PLemma="d" PProb="0.0537"></tlp> <tlp PTag="Adv(dem)" PLemma="dan" PProb="0.0457"></tlp> <tlp PTag="Pron(dem,formn)" PLemma="die" PProb="0.0327"></tlp> <tlp PTag="Pron(rel,formn)" PLemma="die" PProb="0.0128"></tlp> <tlp PTag="Art(def,formn)" PLemma="die" PProb="0.0001"></tlp> </token>... </manuscript> <manuscript name="p065p34103.st.goedele.pet r.hand52" manid="2">... </manuscript>... </body> </adelheid-document> Following the DTD and the TEI header, we find a number of <manuscript> elements, each marked for its name and consisting of a series of <sep> elements and <token> elements. The <sep> elements represent the separators that were a) in the manuscript (indicated by the attribute MSep), b) proposed by the transcriber (indicated by the attribute TSep) and/or c) proposed by Adelheid (indicated by the attribute ASep). The attribute TPos shows where in the manuscript the separator is placed. The attribute MForm shows which forms the separator takes in the actual

3 manuscript. The value of MForm will be clear in most cases, except for the value O, which represents a position Outside the manuscript, i.e. before the first or after the last token. The attribute Src shows whether the separator element was created by the system (sys) or during postprocessing (man) with the Adelheid annotation tool. The attribute Conf shows, on a scale from 0 to 1, how certain Adelheid was that there should be an actual separator here. The <token> elements represent the tokens that Adelheid assumes constitute the text. Their attributes show the most likely interpretation of what each token s properties are: TForm. The form found in the transcription. Tag. The wordclass tag assigned to the token. See the Adelheid Tagset Manual for an explanation of the value of this attribute. Lemma. The (modern) lemma assigned to the token. TPos. The position in the input, with the number before the slash indicating the manuscript s position within the input file and the number after the slash indicating the token position within the manuscript. MForm. The form actually present in the manuscript. This may differ in e.g. the presence of unreadable characters or the use of abbreviation marks. AForm. The form used by the system for processing. This may differ e.g. because the system maps j to i and v to u for processing. Src. As for separators, Src has the value sys if Adelheid set the attributes and the value man if the attributes were adjusted in manual postprocessing. Conf. Conf indicates, on a scale of 0 to 1, what Adelheid considers to be the probability of the selected tag and lemma. Each <token> element also contains a series of <tlp> elements. These list all tag/lemma alternatives that Adelheid considered in its processing, down to those having an estimated probability of Each <tlp> has the attributes Atag, Alemma and Aprob, representing the alternative tag, alternative lemma and the probability of that tag/lemma combination. The <tlp> elements are used by the Adelheid annotation tool to provide likely alternatives to the annotator to choose from.

4 The Adelheid Annotation Tool Introduction The Adelheid annotation tool is available as a webapplication at In order to get access to this, you must be a user in one of the institutions listed when you attempt to reach this address. If your institution is in the list, you select it and then provide your username and password that you use inside your own institution. Once through authentication, you can use the webapplication to provide input files, view and possibly adjust them with the annotation tool and download the adjusted results. Getting permission for access If your institution is not in the list, you can also apply for a so-called homeless account. An official procedure for obtaining such an account is still being developed. However, for now, we advise you to go to and apply for a Clarin account there (even if you are not part of an institution that is a Clarin member and do not want to join a Working Group). The username and password for that account can also be used to access Clarin services like Adelheid.

5 Uploading, inspecting and downloading your annotated files You enter the annotation tool in your own workspace (Figure 1). 1 Here you can either upload a new document, open a document for viewing/annotation or download adjusted documents. Figure 1: Documents in your work space 1 As of the writing of this manual, authentication was not yet working perfectly. Depending on conditions as yet unknown, users either get their own workspace or a shared workspace. In case you are making use of the shared space, please mark your files clearly, e.g. by including your name in the filename. We will be looking into the problem.

6 Uploading You can upload a document by clicking the Upload button in Figure 1. This will open an additional window (see Figure 2) in which you can choose a document through a file selection dialogue and activate upload. The Adelheid output file that you should choose here is the one of type filename_atl.xml. Afterwards, the uploaded document is in the system s database and visible in your document list. Figure 2: Uploading a new document Viewing and Adjusting In order to access a document through the annotation tool, click on the document name in the document list (Figure 1). This will open the document and give you access to the functionality described in the next sections. Downloading In order to download an adjusted document back to your own machine, click on the download link next to the document s name in the document list (Figure 1).

7 Viewing annotated text The annotation tool allows editing only on one manuscript at a time. Therefore, its presentation is split in two layers: a) the document and its contents and b) an individual manuscript and its full text. Selecting a manuscript When entering a document, you first come to the manuscript list (Figure 3). On the left, you find a list of all manuscripts present in the document; you can open a manuscript for actual viewing by clicking on the link next to the name. On the right, you can search inside the manuscripts in the document; this functionality is described in a separate section below. Figure 3: The manuscripts in your document

8 Viewing a manuscript After opening a manuscript, you see the situation in Figure 4. The main part of the screen is filled with the text of the manuscript, initially only the tokens. At the top left, you can see in which document you are. Next to it are navigation options to other manuscripts: previous, next and a drop down menu. 2 Further to the right, you can choose between text view (this screen) and matrix view (see below). On the next line, you can return to your workspace, log out or adjust the view options. 3 Figure 4: Initial view of a manuscript 2 Note that the name shown when entering is not necessarily the name of the manuscript that is currently open. We will be examining whether the menu can be manipulated in such a way that the current manuscript name is being shown. However, we expect the adjustment to become active only in a later version of the tool. 3 We have observed that in some browsers, these links are only visible when the right font size has been selected. If you do not see them, try zooming in or out.

9 When clicking the latter link (View options), you can select which information elements you wish to see (Figure 5): Show lemmas. Shows most likely lemma next to each token. Show tags. Shows most likely full tag next to each token. Show truncated tags. As Show tags, but leaves out attributes and shows only POS. Show tool tips. Shows full information, including probability, when moving mouse over a token. Precede search matches sign. Marks matches for the currently active search. Note that you can use the full functionality of your browser in the annotation tool views, e.g. search (usually ctrl-f) for specific strings in the window. So searching after a manuscript search will allow you to find all matches in the current manuscript. Figure 5: Selecting view options

10 Selecting the options as shown in Figure 5 will lead you to the situation similar to the one shown in Figure 6. Now each token (here black) is linked on the next two tiers to a lemma (green) and full tag (brownish). You can zoom in and out with your browsers zoom controls until the font size and screen layout is most comfortable for you. Figure 6: Text view with lemmas and tags

11 In case you would like to see from which potential tags and lemmas Adelheid selected the current combination (and also all their estimated probabilities), click on a token and then drop down the menu marked as apply any of the alternative tags. This will show you a list as in Figure 7. Figure 7: All potential tags/lemmas for a token At this point, please refrain from trying out any of the other buttons. First read the section on adjusting annotation below.you can leave this window by clicking on the top right corner.

12 The second view provided by the annotation tool is the so-called matrix view (Figure 8). The columns from left to right are: The form as provided by the transcriber. (Token) The most likely tag. (Token) The most likely lemma. (Token) Whether the token separation is actually present in the manuscript. (Separator) Whether the token separation is present according to the transcriber. (Separator) Whether the token separation is present according to Adelheid / the annotator. (Separator) The form as actually present in the manuscript. (Token) The position in the manuscript. (Both) Whether the current annotation has been provided by the system of by a human annotator.(both) The confidence in the current annotation, expressed as a number between 0 and 1. (Both) Whether the current token is a match for the currently active manuscript search, as described below. (Token) Figure 8: Matrix view of annotated text Although the matrix view provides much more information about each token, the text view allows you to see more text at the same time. The Filter box allows you to see only lines containing a specific string. However, as there is no possibility to limit the string match to particular columns, filtering is currently not optimal.

13 Adjusting annotations WARNING: we have observed that Version 1.0 of the annotation tool contains one or more bugs that can seriously damage your documents. They are activated (in a manner as yet unclear) by using the more advanced annotation functions. We therefore advise you strongly to refrain from using these functions. We also will not describe these functions in detail in this version of the manual. What appears to be safe is changing the annotation of a token by selecting an alternative tag/lemma combination from the list provided as in Figure 7. You can adjust the most likely tag/lemma combination for a token by first accessing the list of alternative tags/lemmas, as shown in Figure 7 above. You then select the alternative you prefer from the list by clicking on the corresponding line in the list. Then you close the edit window by clicking in the top right corner of the window. 4 When you return to the normal view, your selected alternative has replaced the previously most likely tag and lemma. Changes are permanent. There is no undo function. Also, the changes are applied immediately in the document as present in the annotation tool database. You do not have to save your document. You can download your adjusted document at any time as described above and we advise you to do so regularly if you are changing the annotation so you have a backup in case of serious mistakes (or further bugs). It is also wise to use some kind of versioning system in your filenames, in case you note a serious mistake only after several downloads. Returning to a previous version is possible by uploading the correct version using the same filename as the corrupted document. 4 The explicit closing is needed as, in principle, multiple changes could be affected. However, as already explained, other changes are not safely possible at the moment.

14 Search The annotation tool also allows you to search for tokens containing or associated through their annotation with specific strings. WARNING: Searching for a pattern which is very frequent, e.g. any token with the tag V, may well lead to so many matches that the annotation tool becomes so slow that it cannot be used sensibly anymore. Please consider this before activating the search function. A search pattern consists of one or more criteria. The system starts with one criterion and a link is present to add more (Figure 9). Figure 9: Specifying a search criterion For each criterion, you can specify Which part of the information for each token should be matched. This can be selected with a drop down menu which gives the options: o Form. The form of the token. o Tag. The most likely tag. o Lemma. The most likely lemma. o Conf. The confidence in the choice for this tag and lemma. o Atag. Other potential tags for this token. (Useful for correcting systematic tagging errors.) o Alemma. Other potential lemmas for the token. Which string should match that information. The interpretation of the string depends on which information is matched: o Conf. The string should be an operator such as < or >, followed by a space and then followed by a number.

15 o Other than Conf. The string is a regular expression describing part of the information field. The example search is for all tokens for which the most likely lemma ends in huis. After the search is activated, you will be shown how many manuscripts in your document contain matches and all matches found (Figure 10). Figure 10: Search results at document level

16 To see individual matches, you have to open the corresponding manuscripts. In the views there, the matches will be highlighted (Figure 11). Also, if you selected the marking of matches you can use the search-on-page function of your browser to easily jump to each match. Figure 11: Search results inside a manuscript

17 Appendix: DTD In this appendix, we list the DTD for the files that are output by Adelheid and can be used as input for the annotation tool. Note that the TEI header is not described in detail here; the Adelheid software does not need a detailed DTD for this. <!DOCTYPE adelheid-document [ <!ELEMENT adelheid-document (teiheader,body)> <!ELEMENT teiheader (#PCDATA)> <!ELEMENT body (manuscript+)> <!ELEMENT manuscript ((line sep token)*)> <!ATTLIST manuscript name CDATA #IMPLIED> <!ATTLIST manuscript manid CDATA #REQUIRED> <!ELEMENT line (#PCDATA)> <!ELEMENT sep (#PCDATA)> <!ATTLIST sep TPos CDATA #REQUIRED> <!ATTLIST sep MSep (True False) #REQUIRED> <!ATTLIST sep TSep (True False) #REQUIRED> <!ATTLIST sep ASep (True False) #REQUIRED> <!ATTLIST sep Src (sys usr) "sys"> <!ATTLIST sep MForm CDATA #REQUIRED> <!ATTLIST sep Conf CDATA "1.0"> <!ELEMENT token (tlp*)> <!ATTLIST token TPos CDATA #REQUIRED> <!ATTLIST token AForm CDATA #REQUIRED> <!ATTLIST token TForm CDATA #REQUIRED> <!ATTLIST token MForm CDATA #REQUIRED> <!ATTLIST token Tag CDATA "???"> <!ATTLIST token Lemma CDATA "???"> <!ATTLIST token Src (sys usr) "sys"> <!ATTLIST token Conf CDATA "1.0"> <!ELEMENT tlp (#PCDATA)> <!ATTLIST tlp PTag CDATA "???"> <!ATTLIST tlp PLemma CDATA "???"> <!ATTLIST tlp PProb CDATA #REQUIRED> ENTITY LIST INSERTED HERE ]>

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

T-PEN. Initial Draft User Manual. Transcription for Palaeographical. and Editorial Notation. Prepared by Tomás O Sullivan August 2011

T-PEN. Initial Draft User Manual. Transcription for Palaeographical. and Editorial Notation. Prepared by Tomás O Sullivan August 2011 T-PEN Transcription for Palaeographical and Editorial Notation Initial Draft User Manual Prepared by Tomás O Sullivan August 2011 T-PEN version 0.6 Table Of Contents I. GETTING STARTED 3 A. Setting Up

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

Display Screen User Guide. Last Updated: October 28, 2016

Display Screen User Guide. Last Updated: October 28, 2016 Display Screen User Guide Last Updated: October 28, 2016 Table of Contents Before you Begin... 2 Create content in Microsoft PowerPoint... 2 Convert your content in Microsoft PowerPoint to images... 3

More information

Replication Monitor User s Guide

Replication Monitor User s Guide Replication Monitor User s Guide Version 6.0.2 (041209) DOC Marimba Product Line Copyright 1996 2004 BMC Software, Inc. All rights reserved. This publication is protected by copyright and international

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017 CLOUD EXPLORER DATALOADER USER S GUIDE April 07, 2017 UC INNOVATION, INC. 230 Commerce, Suite 110 Irvine, CA 92602 Phone: 949-415-8246 Fax: 866-890-7874 Email: info@ucinnovation.com http://www.ucinnovation.com

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

Web Manual: Checkbox Surveys March 2014

Web Manual: Checkbox Surveys March 2014 March 2014 Suite 115, 1665 West Broadway, Vancouver, BC V6J 5A4 T. 1800.665.2262 F. 604.638.2916 www.divisionsbc.ca Table of Contents Getting Started... 3 Survey Checklist... 4 Group & User Management...

More information

Administrator User Manual Alandalus

Administrator User Manual Alandalus Administrator User Manual Alandalus Document ID USERMANUAL_ALS_2014 Version No. 1.0 Release Date 09-Jan-2014 Ebox solution.2014 This document is provided on the understanding that it is in strict commercial

More information

Mastering phpmyadmiri 3.4 for

Mastering phpmyadmiri 3.4 for Mastering phpmyadmiri 3.4 for Effective MySQL Management A complete guide to getting started with phpmyadmin 3.4 and mastering its features Marc Delisle [ t]open so 1 I community experience c PUBLISHING

More information

Design issues in XML formats

Design issues in XML formats Design issues in XML formats David Mertz, Ph.D. (mertz@gnosis.cx) Gesticulator, Gnosis Software, Inc. 1 November 2001 In this tip, developerworks columnist David Mertz advises when to use tag attributes

More information

FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker

FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker User s Guide 2003-2004 FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc., registered

More information

WinView. Getting Started Guide

WinView. Getting Started Guide WinView Getting Started Guide Version 4.3.12 June 2006 Copyright 2006 Mincom Limited All rights reserved. No part of this document may be reproduced, transferred, sold or otherwise disposed of without

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Result Point v3 User Manual, Revision Accelerated Technology Laboratories, Inc. All rights reserved.

Result Point v3 User Manual, Revision Accelerated Technology Laboratories, Inc. All rights reserved. User Manual Result Point v3 User Manual, Revision 2 Result Point User Manual Table of Contents WELCOME...1 LOGGING IN...1 RETRIEVING YOUR PASSWORD... 1 CHANGING YOUR PASSWORD... 1 CLIENT INTERFACE...2

More information

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University.

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University. USING SHAREPOINT E-Services and Communications, Information Services, Aberystwyth University OBJECTIVES By the end of this training course you will be able to: Access SharePoint Customise a document library

More information

UR Docs Indexer And Assessor

UR Docs Indexer And Assessor UR Docs Indexer And Assessor 2013, University of Regina. All rights reserved. Page 2 UR Docs Table of Contents SECTION 1 NAVIGATION... 4 A. Background... 4 B. Logging In... 4 C. Logging Out... 5 D. Nolij

More information

An Overview of Webmail

An Overview of Webmail An Overview of Webmail Table of Contents What browsers can I use to view my mail? ------------------------------------------------------- 3 Email size and storage limits -----------------------------------------------------------------------

More information

Opening Screen When you first enter Slick!, a blank opening screen will appear as shown below.

Opening Screen When you first enter Slick!, a blank opening screen will appear as shown below. Quick Start This will provide you an overview on how to:?? select and view a file?? zoom in an out of the graphics window?? panning around the graphics window?? zoom to the extents of graphics window??

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications File Manager allows you to take full control of your website files. You can copy, move, delete, rename and edit files, create and remove directories, change file permissions and upload files from your

More information

Online Testing System Assessment Viewing Application User Guide

Online Testing System Assessment Viewing Application User Guide Online Testing System Assessment Viewing Application User Guide 2018 2019 Published November 9, 2018 Prepared by the American Institutes for Research Descriptions of the operation of the Assessment Viewing

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

Online with Janison Toolbox

Online with Janison Toolbox J E T Janison Education Team Fac ulty o f E duc ation Online with Janison Toolbox A Step-By-Step Guide For UOW Staff May 2006 Welcome to the Faculty Of Education s new generation of online subject delivery.

More information

Test Delivery System. Test Administrator User Guide LOUISIANA ELPS and ELPT. Published July 6, Updated October 12, 2018

Test Delivery System. Test Administrator User Guide LOUISIANA ELPS and ELPT. Published July 6, Updated October 12, 2018 LOUISIANA ELPS and ELPT Test Delivery System Test Administrator User Guide 2018-2019 Published July 6, 2018 Updated October 12, 2018 Prepared by the American Institutes for Research Descriptions of the

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

Termination Payout Calculator

Termination Payout Calculator Termination Payout Calculator User guide System requirements Installation Getting started & logging in Changing your password Users Searching Importing termination records Exporting (CSV or for the Tax

More information

Item Number Change for Sage Accpac ERP

Item Number Change for Sage Accpac ERP SAGE ACCPAC Sage Accpac Options Item Number Change for Sage Accpac ERP User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service

More information

Page 1 of 9. Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system.

Page 1 of 9. Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system. Page 1 of 9. ms] Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system. First you will need to register with edoc Deposit. From the Select

More information

Regexator. User Guide. Version 1.3

Regexator. User Guide. Version 1.3 Regexator User Guide Version 1.3 Regexator User Guide C O N T E N T S 1 INTRODUCTION 5 1.1 Main Window 5 1.2 Regex Categories 6 1.3 Switcher 6 1.4 Tab Reordering 6 2 PROJECT EXPLORER 7 2.1 Project 7 2.2

More information

Online Testing System

Online Testing System Montana Comprehensive Assessment System Online Testing System Assessment Viewing Application User Guide 2018-2019 Published August 27, 2018 Prepared by the American Institutes for Research Descriptions

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

Formatting documents for NVivo, in Word 2007

Formatting documents for NVivo, in Word 2007 Formatting documents for NVivo, in Word 2007 Text in an NVivo document can incorporate most of the familiar richness of appearance that word processors provide, such as changes in font type, size and style,

More information

Oracle Retail Integration Bus Hospital Administration User Guide Release 12.0 May 2006

Oracle Retail Integration Bus Hospital Administration User Guide Release 12.0 May 2006 Oracle Retail Integration Bus Hospital Administration User Guide Release 12.0 May 2006 Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

Bulk Data Manager XML DTD CHAPTER

Bulk Data Manager XML DTD CHAPTER CHAPTER 16 To access Bulk Data management tasks, log into the system (see Logging In section on page 2-1). Then, from the Home page, click the Tools tab. The Tools page appears. From the Tools page, click

More information

Microsoft Office Illustrated. Creating Documents with Word 2007

Microsoft Office Illustrated. Creating Documents with Word 2007 Microsoft Office 2007- Illustrated Creating Documents with Word 2007 Objectives Understand word processing software Explore the Word program window Start a document Save a document 2 Objectives Select

More information

Comp 336/436 - Markup Languages. Fall Semester Week 2. Dr Nick Hayward

Comp 336/436 - Markup Languages. Fall Semester Week 2. Dr Nick Hayward Comp 336/436 - Markup Languages Fall Semester 2017 - Week 2 Dr Nick Hayward Digitisation - textual considerations comparable concerns with music in textual digitisation density of data is still a concern

More information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information 1 Getting Started Whether you are a new user or a returning one, to access ithenticate

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information

TextLab. A User s Guide

TextLab. A User s Guide TextLab A User s Guide 2 TEXTLAB: A USER S GUIDE V1.2 Credits TextLab was created under the direction of Dr. John Bryant at Hofstra University by Brian Ferris and Kevin Pechin, developers at Hofstra University

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

General Use. Searching for Assets (All users) Browsing for Assets (All users) Viewing and Downloading an Asset (All Users)

General Use. Searching for Assets (All users) Browsing for Assets (All users) Viewing and Downloading an Asset (All Users) User Guide Rev1.1 Table of Contents General Use... 2 Searching for Assets (All users)... 2 Browsing for Assets (All users)... 2 Viewing and Downloading an Asset (All Users)... 2 Downloading Large Files

More information

Compliance Document Manager User Guide

Compliance Document Manager User Guide Compliance Document Manager User Guide Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 VENDORMATE PASSWORD REQUIREMENTS... 3 LOGIN... 4 THE HOME SCREEN... 5 BA Screening... 5 BA Oversight... 5 My Screening

More information

Module 1. Selection of Variables

Module 1. Selection of Variables Module 1 Selection of Variables SASPAC Training Variable Selection In the main task window - whatever the task - there will be a Windows Command button that allows access to various searching mechanisms

More information

The software for this server was created by Floris van Vugt (programmer) and Alexis Dimitriadis, for the Berlin-Utrecht Reciprocals Survey.

The software for this server was created by Floris van Vugt (programmer) and Alexis Dimitriadis, for the Berlin-Utrecht Reciprocals Survey. Data entry with the BURS Database Server Alexis Dimitriadis This version: 6 October 2008 Contents 1. Background 2. System requirements 3. The data entry process 4. Important points (Make sure you read

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.2 Client Configuration Cookbook Rev: 2009-10-20 Sitecore CMS 6.2 Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of Contents Chapter 1

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

More information

Contents. CRITERION Vantage 3 Analysis Training Manual. Introduction 1. Basic Functionality of CRITERION Analysis 5. Charts and Reports 17

Contents. CRITERION Vantage 3 Analysis Training Manual. Introduction 1. Basic Functionality of CRITERION Analysis 5. Charts and Reports 17 CRITERION Vantage 3 Analysis Training Manual Contents Introduction 1 Basic Functionality of CRITERION Analysis 5 Charts and Reports 17 Preferences and Defaults 53 2 Contents 1 Introduction 4 Application

More information

Component Tracking System

Component Tracking System Component Tracking System User s Manual PREPARED BY Version 1.2 May 2014 Contents 1 Introduction... 1 2 Getting Started... 1 2.1 System Requirements... 1 2.2 Launching the Application... 1 2.3 Application

More information

Student Guide: Turnitin Originality report

Student Guide: Turnitin Originality report Student Guide: Turnitin Originality report Advance note for students: This guide is for helping you with checking referencing of a draft file for assessment, it does not relate to a final submission. It

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

GROUP CANVAS USER SIDE FUNCTIONS

GROUP CANVAS USER SIDE FUNCTIONS Group Canvas V5.0 17 GROUP CANVAS USER SIDE FUNCTIONS INTRODUCTION Once the template is available on the user side there are a number of functions that the users have access to. This section of the manual

More information

YuJa Enterprise Video Platform WCAG 2.0 Checklist

YuJa Enterprise Video Platform WCAG 2.0 Checklist Platform Accessibility YuJa Enterprise Video Platform WCAG 2.0 Checklist Updated: December 15, 2017 Introduction YuJa Corporation strives to create an equal and consistent media experience for all individuals.

More information

Part II: Semistructured Data

Part II: Semistructured Data Inf1-DA 2011 2012 II: 22 / 119 Part II Semistructured Data XML: II.1 Semistructured data, XPath and XML II.2 Structuring XML II.3 Navigating XML using XPath Corpora: II.4 Introduction to corpora II.5 Querying

More information

User Guide. FTR Reporter For more information, visit

User Guide. FTR Reporter For more information, visit FTR Reporter 5.7.1 For more information, visit www.fortherecord.com TABLE OF CONTENTS INTRODUCTION... 5 Overview... 5 About This Document... 5 GETTING STARTED... 6 Installation... 6 Starting Reporter...

More information

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND 3.2... 4 INSTALLATION GUIDE FOR ECLIPSE 3.3 TO 4.3... 23 INSTALLATION GUIDE FOR ECLIPSE 4.4 OR HIGHER... 37 ECLIPSE VIEWERS... 41 DEVICES... 41

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps Step 1: Log into your BrandingUI Administrative site https:// yourclientid.brandingui.com/admin-signin.php Use the initial

More information

Workshare Compare 9.5

Workshare Compare 9.5 Workshare Compare 9.5 User Guide Workshare 9.5.2 February 2018 9.5.787.333 Workshare Compare 9.5 User Guide Table of Contents Chapter 1: Introducing Workshare Compare...8 What is Workshare Compare?...

More information

Australia Online Forms for Research Software User Manual

Australia Online Forms for Research Software User Manual Australia Online Forms for Research Software User Manual Version 1.3 Released 21 August 2010 2 P a g e A u s t r a l i a O n l i n e F o r m s f o r R e s e a r c h Contents 1. Introduction 5 2. Getting

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

More information

Quick Start Guide Access Online. Maintenance. July 2017 To configure the application before usage and all necessary settings in clear steps.

Quick Start Guide Access Online. Maintenance. July 2017 To configure the application before usage and all necessary settings in clear steps. Quick Start Guide Access Online Maintenance July 2017 To configure the application before usage and all necessary settings in clear steps. General To use the payment and/or reporting module of Access Online

More information

The concept of DTD. DTD(Document Type Definition) Why we need DTD

The concept of DTD. DTD(Document Type Definition) Why we need DTD Contents Topics The concept of DTD Why we need DTD The basic grammar of DTD The practice which apply DTD in XML document How to write DTD for valid XML document The concept of DTD DTD(Document Type Definition)

More information

You will need the unique URL for your site and your username and password to login to Data- Director.

You will need the unique URL for your site and your username and password to login to Data- Director. Getting Started Step 1: Login to the DataDirector website: You will need the unique URL for your site and your username and password to login to Data- Director. You may change your password after you login.

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

4. Structure of a C++ program

4. Structure of a C++ program 4.1 Basic Structure 4. Structure of a C++ program The best way to learn a programming language is by writing programs. Typically, the first program beginners write is a program called "Hello World", which

More information

European Commission FSF. - Financial Sanctions Files - Administrators' User Guide DIRECTORATE GENERAL DEVCO R4

European Commission FSF. - Financial Sanctions Files - Administrators' User Guide DIRECTORATE GENERAL DEVCO R4 European Commission DIRECTORATE GENERAL DEVCO R4 FSF - Financial Sanctions Files - Administrators' User Guide 1 Table of Contents 1 INTRODUCTION... 3 1.1 LOG IN... 3 1.2 USE QUICK PRESENTATION OF THE MENU

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Kindle Previewer User Guide. v3.21 English March 12, 2018

Kindle Previewer User Guide. v3.21 English March 12, 2018 Kindle Previewer User Guide v3.21 English March 12, 2018 Revision History Revision Number Revision Notes 3.21 Updated section 1.1.2, Scanning through Your ebook, to clarify the function of the page size

More information

ONSITE TRACK EASY ONSITE CONTRACTOR USER MANUAL

ONSITE TRACK EASY ONSITE CONTRACTOR USER MANUAL ONSITE TRACK EASY ONSITE CONTRACTOR USER MANUAL Version 2.3 Nov 2008 Onsite Track Easy 1999-2008 This manual remains the property of Onsite Track Easy Pty Limited and is protected by national and international

More information

Using Internet Archive: A guide created by the Digital POWRR Project

Using Internet Archive: A guide created by the Digital POWRR Project May 2016 1 Internet Archive is a way to archive public domain materials free of charge. It is important to have multiple backups of digital files in case of unexpected loss of originals. Table of Contents

More information

SPS Commerce WebForms Reference Guide

SPS Commerce WebForms Reference Guide SPS Commerce WebForms Reference Guide Table of Contents Table of Contents... i Introduction to the WebForms System... 1 Welcome... 1 What is WebForms?... 1 Requirements What do I need to get started?...

More information

Connecture Platform Manager

Connecture Platform Manager Connecture Platform Manager 1 P a g e Table of Contents Connecture Platform Manager... 1 Introduction to the Connecture Platform Manager... 3 Getting Started... 3 Login... 3 Dashboard... 3 Connecture Application

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

MANUAL ACCORDION TOOL

MANUAL ACCORDION TOOL MANUAL ACCORDION TOOL Accordion Tool Manual INTRODUCTION... 2 LOGGING IN TO ICREATE... 3 USING THE ACCORDION TOOL... 3 Adding an Accordion... 3 Adding Content... 4 Nested Accordions... 5 Adding Additional

More information

Quality Payments Scheme 2018/19

Quality Payments Scheme 2018/19 Quality Payments Scheme 2018/19 Uploading the Community Pharmacy Patient Questionnaire User guide Document author: Richard Moore Created date: 02/02/17 Current issue date: 19/11/18 Version number: V4 1.

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

CRSP (Center for Research in Security Prices) Information Services (Libraries)

CRSP (Center for Research in Security Prices) Information Services (Libraries) CRSP (Center for Research in Security Prices) Information Services (Libraries) Management Information and Resource Centre (MIRC) September 2016 CRSP is MIRC s most in-depth and detailed source of historical

More information

MICROSOFT POWERPOINT 2016 Quick Reference Guide

MICROSOFT POWERPOINT 2016 Quick Reference Guide MICROSOFT POWERPOINT 2016 Quick Reference Guide PowerPoint What is it? What s new in PowerPoint 2016? PowerPoint is a computer program that allows you to create, edit and produce slide show presentations.

More information

INSTRUCTIONS, CONDITIONS AND DISCLAIMER FOR THE SUBMISSION OF ELECTRONIC DOCUMENTS IN ILO S E-TENDERING SYSTEM

INSTRUCTIONS, CONDITIONS AND DISCLAIMER FOR THE SUBMISSION OF ELECTRONIC DOCUMENTS IN ILO S E-TENDERING SYSTEM INSTRUCTIONS, CONDITIONS AND DISCLAIMER FOR THE SUBMISSION OF ELECTRONIC DOCUMENTS IN ILO S E-TENDERING SYSTEM A. INSTRUCTIONS ON HOW TO ACCESS ILO TENDERS AND SUBMIT A PROPOSAL ILO e-tendering System

More information

Modul ke: Aplikasi Komputer. Pengenalan Ms. Word. Fakultas FASILKOM. Program Studi Sistem Informasi

Modul ke: Aplikasi Komputer. Pengenalan Ms. Word. Fakultas FASILKOM. Program Studi Sistem Informasi Modul ke: 02 Devi Fakultas FASILKOM Aplikasi Komputer Pengenalan Ms. Word Fitrianah Program Studi Sistem Informasi Pendahuluan Microsoft Word is a word processing program used to create: Letters Memos

More information

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2 Edition 3.2 Tripolis Solutions Dialogue Manual version 3.2 2 Table of Content DIALOGUE SETUP... 7 Introduction... 8 Process flow... 9 USER SETTINGS... 10 Language, Name and Email address settings... 10

More information

CARRIER OPTIMAL ROUTING

CARRIER OPTIMAL ROUTING CARRIER OPTIMAL ROUTING WebCOR Database Preparation Users Manual 2 Table of Contents Chapter 1...7 Getting Started in WebCOR...7 WebCOR Roles and Data Access...7 Data Access Privileges...8 Understanding

More information

PRogramme Information and Activity Management Operational System (PRIAMOS)

PRogramme Information and Activity Management Operational System (PRIAMOS) PRogramme Information and Activity Management Operational System (PRIAMOS) Guidelines for Applicants v.4.0 07/05/2013 the PRIAMOS USM Team HOME-JUST-PRIAMOS-USM@ec.europa.eu p. 1 of 8 Table of Contents:

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Symphony EnvironmentalVue

Symphony EnvironmentalVue Symphony EnvironmentalVue Version 3.1 User's Guide Symphony is a registered trademark of Harris Corporation, and Symphony EnvironmentalVue is a trademark of Harris Corporation. This information is the

More information

bla bla Groupware Compact Guide

bla bla Groupware Compact Guide bla bla Groupware Compact Guide Groupware Groupware: Compact Guide Publication date Friday, 01. June 2018 Version 7.10.0 Copyright 2016-2018 This document is the intellectual property of OX Software GmbH

More information

StarTeam File Compare/Merge StarTeam File Compare/Merge Help

StarTeam File Compare/Merge StarTeam File Compare/Merge Help StarTeam File Compare/Merge 12.0 StarTeam File Compare/Merge Help Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Development Limited. All Rights Reserved. Portions

More information

Introduction to Dreamweaver

Introduction to Dreamweaver COMMUNITY TECHNICAL SUPPORT Introduction to Dreamweaver What is Dreamweaver? Dreamweaver helps you to create Web pages while it codes html (and more) for you. It is located on the bottom tray or in the

More information

User Guide. Collection Planning Online System (CPOS) ZOO AND AQUARIUM ASSOCIATION

User Guide. Collection Planning Online System (CPOS) ZOO AND AQUARIUM ASSOCIATION ZOO AND AQUARIUM ASSOCIATION Collection Planning Online System (CPOS) User Guide Zoo and Aquarium Association Australasia PO Box 20 Mosman NSW 2088 Phone 61-2-9978 4797 Contents What do you want to do?...

More information

CSM. RAO Administrator Quick Start Guide (QSG) Version 1.05

CSM. RAO Administrator Quick Start Guide (QSG) Version 1.05 CSM RAO Administrator Quick Start Guide (QSG) Version 1.05 Disclaimer Copyright 2011 AusCERT Pty Ltd. All rights reserved. Guide version Software version Date issued V1.05 V2.3.23.3 28-Oct-2011 V1.04 V2.3.23.3

More information

Page Gentics Software GmbH Enterprise Portals and Content Management Systems

Page Gentics Software GmbH Enterprise Portals and Content Management Systems 1. 2012 Gentics Software GmbH Page 2 Table of Contents 1. Table of Contents... 3 2. Foreword Infoportal and Support... 6 3. First steps... 6 3.1 Login and logout... 6 3.2 Password change... 7 3.3 User

More information

Using web-based

Using web-based Using web-based Email 1. When you want to send a letter to a friend you write it, put it in an envelope, stamp it and put it in the post box. From there the postman picks it up, takes it to a sorting office

More information

Secure MaxMarkup

Secure MaxMarkup Secure MaxMarkup 4.0 MaxMarkup contains many enhancements over the MaxTakeoff and Secure MaxReader levels of MaxView, such as enhanced document viewing, enhanced markup and annotation tools, layers and

More information