dublin core metadata initiative dr. donna bair-mundy adding metadata to a web page

20
Dublin Core Dublin Core Metadata Metadata Initiative Initiative Dr. donna Bair- Mundy Adding metadata to a web page Adding metadata to a web page

Post on 22-Dec-2015

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Dublin Core Metadata Dublin Core Metadata InitiativeInitiative

Dr. donna Bair-Mundy

Adding metadata to a web pageAdding metadata to a web page

Page 2: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

The ProblemThe Problem

How can we help users (including ourselves) find what is needed?

time8,170,000,000

Page 3: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Adding MetadataAdding Metadata

<meta name ="DC:Publisher" content ="American Bar Association" /> <meta name ="DC:Date" content ="2009-04-04" /> <meta name ="DC:Format" content ="Portal" /> <meta name ="DC:Subject" content ="Legal and Law Resources" /> <meta name ="DC:Audience" content="Public" /> <meta name ="DC:Language" content ="en" /> <meta name ="DC:Rights" content ="Copyright American Bar Association - All Rights Reserved" />

<meta name ="DC:Subject" content ="Legal and Law Resources" />

Page 4: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

MetadataMetadataData about Data

Resource Metadata

Page 5: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

How would you describe this?How would you describe this?

Property Value

Color Blue

Shape Cube

Page 6: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

MetadataProperty:Main Title

Value:The rise of the network

society

Page 7: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Metadata

Property

Personal Name

Main Title

Edition Information

Published/Created

Value

Castells, Manuel, 1942-

The rise of the network society

2nd ed., with a new pref.

Chichester, West Sussex ; Malden, MA : Wiley-Blackwell, 2010.

Page 8: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Embedded MetadataLibrary of Congress Cataloging-in-Publication Data

Castells, Manuel, 1942–

The rise of the network society / Manuel Castells. — 2nd ed., with a new pref.

ISBN 978-1-4051-9686-4 (pbk. : alk. paper) 1. Information technology—Economic aspects. 2. Information society

Page 9: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Metadata tags<html>

<head>

</head><body></body></html>

Metadata tags go here.

Page 10: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

The Meta Tag

<meta name="keywords" content="HTML" />

metaindicates that this tag

contains metadata

name=“keywords” the name of this

property is “keywords” content=“HTML” the value of the

“keywords” property is HTML

Page 11: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Dublin Core Metadata Initiative

http://dublincore.org/

Page 12: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Some Dublin Core Goals

• Simplicity of creation and maintenance – keep it small and simple, usable by non-specialists

• Commonly understood semantics – crosses disciplines

• International scope – versions in many languages

Page 13: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Dublin Core Propertiesabstract • accessRights • accrualMethod • accrualPeriodicity • accrualPolicy • alternative • audience • available • bibliographicCitation • conformsTo • contributor • coverage • created • creator • date • dateAccepted • dateCopyrighted • dateSubmitted • description • educationLevel • extent • format • hasFormat • hasPart • hasVersion • identifier, instructionalMethod • isFormatOf • isPartOf • isReferencedBy • isReplacedBy • isRequiredBy • issued • isVersionOf • language • license • mediator • medium • modified • provenance • publisher • references • relation • replaces • requires • rights • rightsHolder • source • spatial • subject • tableOfContents • temporal • title • type • valid

dateSubmitted

Page 14: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Dublin Core Properties

Property Value

Title

Creator

Subject

Description

Galadriel's LIS 694 Experiment Page

Belinda Beststudent

Automatic indexing

Experimental website for LIS 694

Page 15: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Adding Dublin Core Metadata Tags

<head>

</head>

<meta name="DC.creator" content=“Terry Korpi" />

Page 16: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Adding Dublin Core Metadata Tags

<meta name="DC.creator" content=“Terry Korpi" />

name=“DC.creator”

DCDublin Core

creatorDublin Core

property name

name=name of the

property

Page 17: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Adding Dublin Core Metadata Tags

<meta name="DC.creator" content=“Terry Korpi" />

content=“Terry Korpi”

value of the property

“DC.creator” is...

value of the property

Page 18: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Adding Dublin Core Metadata Tags

<head>

</head>

<meta name="DC.creator" content=“Terry Korpi" />

<meta name="DC.subject" lang="en" content="Automatic indexing" />

language codes: http://xml.coverpages.org/iso639a.html

Page 19: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Look unchanged

Galadriel's LIS 694 Experiment Page

Aloha!This web page is part of an experiment being undertaken by the students in the LIS 694 course entitled "Seminar on Information Communication Policy Issues." In this experiment students will create similar web pages that link to the pages created by other students. Each web page will include metadata in the form of Dublin Core meta tags. Effects on indexing by search engines will be observed.

Page 20: Dublin Core Metadata Initiative Dr. donna Bair-Mundy Adding metadata to a web page

Last step

E-mail your instructor to let her know you’ve completed the assignment.

Be sure to include the URL of your web page.