Part 1. Preparing for the exercises

Slides:



Advertisements
Similar presentations
Editorial roles Members of a Manila site can be assigned an editorial role if you want to grant them access to write stories or modify the appearance of.
Advertisements

 Use the Left and Right arrow keys or the Page Up and Page Down keys to move between the pages. You can also click on the pages to move forward.  To.
Creating and Editing a Web Page Using Inline Styles
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
Part 1. Preparing for the exercises 1-1. Open a Web broswer (suggesting using Internet Explorer or Firefox, not Safari). Go to VRA Core site (Google "VRA.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Google Earth How to create a Google Earth Tour and place it in your Wiki.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
~ How to create a basic website ~ Prepared by Jann Bradshaw April 2010.
Introduction to PowerPoint 2003 Learning And Research Technical Unit (LARTU)
PowerPoint Basics (for Macs) 1. Before you start your project, you need: Completed project storyboard. Files with images, sound, or video already saved.
SharePoint You must use Internet Explorer Single click only on links and buttons There are two handouts 1.Importing a Web Part into SharePoint 2.Adding.
Creating a Web Site to Gather Data and Conduct Research.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Introduction to PowerPoint Curriculum Implementation Day Friday, November 3, 2006 K.J. Benoy.
Sports Website Creation. In this project you will design and produce your own website.
RIGHT Mouse Button Formatting Cut Copy Paste Save LEFT Mouse Button MAIN BUTTON Single clicks Double clicks Drag Highlight.
XP New Perspectives on Windows 2000 Professional Windows 2000 Tutorial 2 1 Microsoft Windows 2000 Professional Tutorial 2 – Working With Files.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
Photoshop Image Slicing. Reasons to Image Slide To create links out of sliced images To optimise different areas. (flat areas of colour, such as logos,
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
The Basics of Managing Your Department Website March 8, 2012.
Windows XP Lab 2 Organizing Your Work Competencies.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Creating and Editing a Web Page
Creating and Editing a Web Page Using Inline Styles
Computer Skills (1) Internet Explorer. To open the Internet Explorer: –Double click on the Internet Explorer icon on Desktop. –Or, from Start  All Programs.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Word and the Writing Process. To create a document 1.On the Start menu, point to Programs, and then click Microsoft Word. A new document opens in Normal.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
5/14/2003Sprint TekNet IP Train the Trainer1 Open TekNet Software If working at a client station, enter the IP address of the server and mark page as a.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Web Services University Communications
Windows Tutorial 3 Personalizing Your Windows Environment
Lesson 11 Exploring Microsoft Office 2007
Getting an account with WordPress.com
Windows 7 and file management
NOODLETOOLS SIGN-IN Student ID #
INTRO to PIXLR.com.
Computer Literacy BASICS
Computer Skills (1) Internet Explorer.
Practical Office 2007 Chapter 10
About SharePoint Server 2007 My Sites
Creating Tables in a Web Site Using an External Style Sheet
Access Creating a Database
Word and the Writing Process
Access Creating a Database
Microsoft Word 2003 Illustrated Complete
Getting Started with Dreamweaver
Comprehend. Create. Communicate. Achieve More.
Office 2010 and Windows 7: Essential Concepts and Skills
Microsoft Windows 2000 Professional
MS PowerPoint 2010 Week 2.
Creating Database Tables
CREATING, PRINTING, AND EDITING DOCUMENTS
European Computer Driving Licence
Cheat Sheet CSCI 100 JW Ryder
New Perspectives on Windows XP
Excel: Excel Basics Participation Project
Computer Skills (1) Internet Explorer.
Introduction to PowerPoint
How to PostPower Point Presentations
Artstor Made Easy: Online Basics Julia Simic University of Oregon VRC
Using Templates and Library Items
European Computer Driving Licence
Chapter 1 Introducing Small Basic
Tutorial Introduction to help.ebsco.com.
MAINTAINING FILES AND CUSTOMIZING WINDOWS Section 2
Presentation transcript:

Part 1. Preparing for the exercises Instruction Using Oxygen XML Editor software are on SLIS Computer Lab's computers To get a 30 day free-trail version for your computer, go to http://www.oxygenxml.com/register.html Part 1. Preparing for the exercises 1-1. Open a Web broswer (suggesting using Internet Explorer or Firefox, not Safari). Go to VRA Core site (Google "VRA Core 4 examples" or directly go to: http://www.vraweb.org/projects/vracore4/ ). Find 'Cataloging Examples. 1-2. Select Category of "Paintings". Choose "Landscape Painting", it should be “Autumn – On the Hudson River”. (The direct link is: http://www.vraweb.org/projects/vracore4/example026.html) On the top right corner there is a “XML” button. Click on the xml file and save into your desktop or jump drive. (We will read it from Oxygen later. In other cases, you can always read it using a text editor such as TextEdit (Mac) and Notepad (PC)). 1-3 Google "VRA Core schemas" or directly go to the official VRA Core site http://www.loc.gov/standards/vracore/schemas.html, download (save) two schemas of VRA Core to your own disk. Make sure the file saved with a file extension *.xsd ! Unrestricted Version - specifies the basic structure of the schema http://www.loc.gov/standards/vracore/vra.xsd Restricted Version - extends the unrestricted schema by adding controlled type lists and date formats http://www.loc.gov/standards/vracore/vra-strict.xsd

Part 2. Reading a VRA XML record element attribute value Part 2. Reading a VRA XML record 2-1. Starting the software Start  All Programs  Oxygen XML Editor  Oxygen XML Editor It will take a while for the software to start! Close the “Did You Know?” box. The first screen is blank.

element attribute value 2-2. Element 1. Choose FILE  OPEN to open up the XML record example you downloaded. Now you can see the XML record in the center part of the screen. 2. Click on the hierarchy icon to view elements displayed hierarchically. 1 2 4 3 4. Elements available for this set 3. Outline view of the record: wrapper element subelements ? What sub-elements are available for <agent>? (Click on <agent> tag, see in box ). 5

2-3 Attributes element attribute value 1. When clicking on an element, the attributes that are available for it will show on the upper right box. ? What attributes are available for <agent >? ? What attributes have been used for the name of this agent? And for the dates? 1. Attributes available for an element 1

Another way to find out attributes: element attribute value (cont.) 2-3 Attributes: Another way to find out attributes: 1. Inside a tag, type a space, then a list of attributes will open. 2. Clicking on an attribute, you may see the explanations of the attribute. ? What attributes are available for <name >? 1 2

Part 3. Editing an XML record 3-1 Add a new element <agent> and its sub-elements Type "<agent>" after the last set of agent, right below the closing tag"</agent>". Start a new line below <agent> tag in order to add subelements. (Hit a return key between <agent></agent> pair .) Add sub-elements under <agent> by typing "<name>"; or double click on the “name” subelement from the lower-right box to get it onto the record. Add two other subelements: ‘dates’, and ‘role’ in the record. (Not required: For <dates>, it also two sub-subelements. You can insert them in the <dates></dates> set.) 1 2 3 4

3-5 Attribute values Now try your own name. Inside the <name> tag, before ">", type a space after ‘name’ to get the list of the attribute. Choose ‘type’ attribute. its allowable values will show on the screen like a pop-up list. (When there is already a list of restricted values, the values will show on the screen like a pop-up list. If no pre-defined values, there will be no list.) 3. For #2, this can also be done by clicking on the attribute name on the upper- right box of the screen. 2 1 3 ? What ‘type’ values are listed for <name >? ? What ‘type’ values are listed for <dates?

3-3 Values – use controlled vocabularies Add a person’s name, dates, role. Follow the example provided by the record. Add a person’s name, dates, role. (For practice, make any name and dates you like.) For 'role', go to AAT to find the term ‘painter’ and see if the reference id is the same: Google ‘AAT”  Art and Architecture Thesaurus. At AAT site, search “painter” (with quotation marks)  Find “painters (artists)”, open the record to see the concept ID and all other information. For a person's refid, back to AAT and switch to ULAN -> Union List of Artist Names  search Jasper Francis Cropsey  view record and find out the ID. 1 2 2 1 Save the revised record with another name.

Part 4. Doing your own project 4-1 Create a 'project' file 1. Click on Project on the tool bar for a New project. It is like to create a folder for your project. Your xsd, xml, and other files for the same project can be stored under this project. 1 2. Right-mouse click on "newProject.xpr"  Add Files; Add the vra-4.0-restricted.xsd file you downloaded from VRA site. 2 3. File  Save all  Give a name to the project and save into a place you want.

4-2 Start a new VRA record' xml file. 1 4-2 Start a new VRA record' xml file. 1. To create a new file, click on File  New 2. A list is offered of different file types. The default is XML, so click on OK. 1 2

1 2 3 4 A new window will pop-up. At the URL you can point to the VRA Core 4.0 'restricted' schema xsd file. The namespace will automatically be filled. Leave the prefix empty for now. It is very important to choose a Root Element correctly. In VRA Core 4.0, it is 'vra'. (In CDWA Lite, the Root Element is 'cdwalite'.) These could be the prefix as well. But for this assignment, we will not be using a prefix now. It is also very important to check the box 'Add Optional content' so all elements (not just the required ones) will show up. 1 2 3 4

4-3 Work on the XML template 1. Save your file for use in the future. 2. From the left-lower box, you will see collection, work, or image. Click the type that you will NOT need to use (e.g., collection and image here) and DELETE them so that only the elements for work will stay in the central workspace. The elements at each level can be seen from the Outline pane at the left lower box. (Note for this version of software, when you just keep WORK type, the XML record will include both a work and an image. You can either put your two records here together, or separate them.) 2

3. Save the file after you did editing. (cont.) 3-3 Work on the XML template 3. Save the file after you did editing. 4. Add this file into your ‘project’ space if your file is in a different place. Click on project’s file right-mouse-click Add Files 5. Submit your xml file on Blackboard. 6. Print: If you like to keep a copy, you may directly print the record from SLIS 310A printer. Or, open the file from your text editor and print. 4

If you are not confortable with XML, you can try these. [Additional notes] Part 5. Using Tree-editor --- a Non-XML way to edit a record Tools  Tree Editor Option A: 1. Click on the tag (e.g., agentSet) that you want to add sub-ordinate element, (e.g., agent) 2. Choose ‘Insert Element’ from the icon or menu to get the available elements or sub-elements. Option B: 3. Obtain an element tag from the lower-right box, give the position (after, first, last), double click. 4. =2. Choose ‘Insert Element’ from the icon or menu If you are not confortable with XML, you can try these. 2 2 1 3

5. Click on an element (e.g., name), choose ‘Insert attribute’ from the icon or menu. 6. Select the attribute you need (e.g., type) and click to insert it under the element agent. 7. Choose ‘Start Editing’ icon in order to add an attribute. 8. The attribute will be filled in by you. Find the available attributes on the upper-right box. 5 5 8 7 5 6

In order to type a real personal name into the record, click on the element tag (e.g., name). Click on the T icon to obtain a text box. Now you can type the text into the box. 10 9 11

[Additional Notes] Part 6. Grid view of the record 1 [Additional Notes] Part 6. Grid view of the record 1. Switch to ‘Grid view’. 2. Click the sign to open up the description 2 1 You can also use this interface to edit. For example, right-mouse-click on an element to insert before or after an element, or to append sub-elements, attributes, etc. You will need to have a clear idea what you want to add and what attributes values are available.