SlideShare una empresa de Scribd logo
1 de 61
Digital Libraries
Lillian N. Cassel
A digital library
• An informal definition of a digital library is a
managed collection of information, with
associated services, where the information is
stored in digital formats and accessible over a
network. --
• Wm Arms, Digital Libraries, 1999
• A focused collection of digital objects,
including text, video, and audio, along with
methods for access and retrieval, and for
selection, organization, and maintenance of
the collection. --
• Witten and Bainbridge, How to Build a Digital Library 2003
What is a library?
• An active exercise to explore what we
know about, and think about, traditional
libraries.
• How do we translate these
characteristics to the digital world?
– Is that the right model? Are we
unnecessarily constraining the digital
environment? Are there things that do not
translate?
Vannevar Bush
• “As we may think”
• (http://www.theatlantic.com/doc/194507/bush)
• Reflecting after WWII
– The value of collaboration
– The sad use of scientific expertise to invent the
atomic bomb
– The need for organization and access to
information.
memex
• Vannevar Bush’s vision
Image source:
kelty.rice.edu/375/images/memex/camera.jpg
http://www.knowledgesearch.org/presentations/etcon/images/memex.gif
MyLifeBits
• Gordon Bell and Microsoft
• http://www.guardian.co.uk/science/story/0,3605,1674359,00.html
“Gordon Bell doesn't need to remember, but has no chance of forgetting.
At the age of 71, he is recording as much of his life as modern
technology will allow, storing it all on a vast database: a digital
facsimile of a life lived.
If he goes for a walk, a miniature camera that dangles from his neck
snaps pictures every minute or so, immediately committing the scene
to a memory built not of neurons but ones and noughts. If he wanders
into a cafe, sensors note the change in light, the shift of temperature
and squirrel the information away. Conversations are recorded and
steps logged thanks to a GPS receiver carried with him.”
Related work
• Walden’s Path
– http://www.csdl.tamu.edu/walden/
– System used by itself or as a service within a digital library
– Allows a user to make a path through a set of related
resources and save the path for reuse at a later time.
• Used to allow a teacher to “blaze a trail” through a collection of
materials to help students find their way from a starting point to
a goal.
• Also for recording personal trips through a collection of material
to be revisited.
How does that compare to a set of
bookmarks?
Moving Forward
• Looked at what a library is
• Now
– How do we translate that to a digital entity?
• Information resources, including digital libraries, are
very complex systems.
– A formal model helps to capture the essence of the system
and give special attention to specific areas
– The model also allows developers of digital libraries to have
a check list of areas to consider and develop well.
The 5S model
• Streams
– The flow of information in various formats
• Structures
– Organizational aspects of the DL
• Spaces
– Views of components; real or abstract images
• Scenarios
– Services and behaviors
• Societies
– Communities and relationships among them
5S summary
Model Primitives Formalisms Objectives
Stream Text; video, audio,
software program
Sequences, types Describes properties of the DL
content, encoding and textual
material or particular forms of
multimedia data.
Structure Collection, catalog;
hypertext; document;
metadata;
organizational tools
Graphs; nodes; links;
labels; hierarchies
Specifies organizational aspects
of the DL content
Space User Interface;
index; retrieval
model
Sets; operations; vector
space; measure space;
probability space
Defines logical and
presentational views of several
DL components
Scenarios Service, event;
condition; action
Sequence diagrams;
collaboration diagrams
Details the behavior of DL
services
Societies Community;
managers; actors;
classes;
relationships;
attributes; operators
Object-oriented
modeling constructs;
design patterns
Defines managers responsible
for running DL services; actors
that use those services, and
relationships among them
Source: http://www.dlib.vt.edu/projects/5S-Model/
Etana - A DL for archeology
An example application of 5S -
Etana: A DL for an archeological site
Text Video Audio
*Site *Sub-partition *Container *Artifact*LocusRegion
Taxonomies
Temporal Artifact-specific
Space model
Structure
model
Metadata
Drawing Photo 3D
Stream
model
*Partition
Society model
Archaeologist
General public
Geographic space
Service Manager
Information Satisfaction
Value added
Repository building
Scenario
model Services
Domain specific
User interface Metric space
Spatial
Source: E. A. Fox http://feathers.dlib.vt.edu/
Applying the model, informally
Personal Photos; Movie, TV, media
• Stream - what types of data? Gif, jpg, avi?
• Structure - How are the elements organized? Is
there a hierarchy? Are there multiple structures?
• Spaces - How would you index the items? How
would you divide them into related groups
• Scenarios - what services would you provide?
What information do we need to provide those
services?
• Societies - who is the library intended to serve?
Remember to include agents and other
processes as well as users.
In your group, choose one or the other (photos or movie/TV/media).
Start with stream, scenarios, societies.
More formally: Definitions
• Definition: A stream is a sequence
whose co-domain is a non empty set.
• Definition: A structure is a tuple (G, L,
F) where G = (V,E) is a directed graph
with vertex set V and edge set E, L is a
set of label values, and F is a labeling
function.
Definitions, cont’d
• Definition: A space is a measurable space,
measure space, probability space, vector
space, topological space, or metric space
– A vector space is a representation for the set of
elements in a collection. The vector representing
each element is a set of characteristics held by
that element and both connecting that element to
others that are similar and distinguishing it from
those that are different.
– We will do an exercise to illustrate
Definitions - 3
• Definition: A scenario is a sequence of related
transition events (e1, e2, …, en) on state set S
such that ek = (sk, sk+1,) for 1 <= k <= n.
– More easily visualized, a scenario is a path in a
directed graph, G = (S, ∑e), where vertices
correspond to states in the state set S and
directed edges are equivalent to events in a set of
events, ∑e, and correspond to transitions between
states.
– Scenarios must be implemented to make a
working system.
Definitions - 4
• Definition: A society is a tuple (C,R) where
– C = (c1, c2, …, cn) is a set of conceptual
communities, each community referring to a set of
individuals of the same class or type (e.g. actors,
activities, components, hardware, software, data);
– R = (r1, r2, …, rm) is a set of relationships, each
relationship being a tuple rj = (ej, ij) where ej is a
Cartesian product ck1
x ck2
x … x cknj
. 1<= k1 < k2 < … <
knj
<= n, which specifies the communities involved in the
relationship and ij is an activity.
The Digital Library Content
• Essential elements for a digital library
– Users
– Content
– Services
Content - requirements
• Store
– Organize
– Describe
• Find
• Deliver
Describing the content
• How to describe content
– Metadata
• Machine readable description of anything
• What description
– Machine readable requires standard descriptive elements
• Dublin Core (http://dublincore.org/)
– International standard
– “a standard for cross-domain information resource description.”
– 15 descriptive elements
• Other metadata schemes
– IEEE-LOM
Metadata
• What does metadata look like?
• Metadata is data about data
– Information about a resource, encoded in
the resource or associated with the
resource.
• The language of metadata: XML
– eXtensible Markup Language
Google Books Project
• Michael A. Keller, Closing Keynote
– Ida M. Green University Librarian at Stanford,
– Director of Academic Information Resources,
– Publisher of HighWire Press, and
– Publisher of the Stanford University Press:
• "One good turn deserves another; how the
Google Book Search project is benefiting
everyone".
Google Books demo
• Full text - Life of Miguel de Cervantes
• Limited Preview - The Life of Miguel de
Cervantes Saavedra
• Snippet View - "Discreción" in the
Works of Cervantes: A Semantic Study
What has been accomplished
• As of September 2006
• Nearly 30,000 Stanford books digitized
– ~1M books from all partner libraries
• Over 4,000 books identified as needing
preservation treatment (& so not digitized)
• A great debate about copyright has started
– Orphan works
– What can an archive do to provide access
– Defense of fair use underway
This slide is taken from the presentation by Michael A. Keller at ECDL 2006
Original Principles
• If legally possible, digitize every book (9M volumes)
in the Stanford libraries
– Now digitizing with imprint dates up to 1963
• Partner libraries (*added recently)
– University of Michigan (similar to Stanford)
– Harvard (public domain (?), maybe > 1M)
– NYPL (public domain, unusual collections)
– Oxford - Bodleian (earlier than 1885, ~ 1M titles)
– University of California (similar to Stanford >6M)
– (more to follow)
This slide is taken from the presentation by Michael A. Keller at ECDL 2006
Purposes
• Digital preservation
– Virtual Bookshelves in Stanford Digital Repository under
construction as part of the Stanford Digital Repository
– For Stanford use only
• Other searching and research functions
– Subtle searching (as in Socrates & HighWire)
– Taxonomic (LCSH & HighWire) & Associative Searching (Takano)
– Citation linking (HighWire & “InforTools” (Ebrary)
– Better navigation (through visualization ?) (Grokker)
• Digitized books from all sources as test bed for new research;
combine with articles, datasets, etc. for data mining & other
transformative uses.
This slide is taken from the presentation by Michael A. Keller at ECDL 2006
Some Conclusions
• Google Book Search
– Is an indexing, not a publishing project
– Offers substantial increases in access to contents of books
in library collections by keyword searching
– Offers publishers global marketing of their publications
– Offers several useful services to readers
• Offers participating libraries
– Digital copies of books on their shelves for preservation
– New possibilities for services to local readers
– New possibilities for research for local faculty & students
This slide is taken from the presentation by Michael A. Keller at ECDL 2006
Google statement
• “Many of the books in Google Book Search come from authors and
publishers who participate in our Partner Program. For these books, our
partners decide how much of the book is browsable -- anywhere from a
few sample pages to the whole book.
• For books that enter Book Search through the Library Project, what you
see depends on the book's copyright status. We respect copyright law
and the tremendous creative effort authors put into their work. If the
book is in the public domain and therefore out of copyright, you can
page through the entire book and even download it and read it offline.
But if the book is under copyright, and the publisher or author is not part
of the Partner Program, we only show basic information about the book,
similar to a card catalog, and, in some cases, a few snippets --
sentences of your search terms in context. The aim of Google Book
Search is to help you discover books and learn where to buy or borrow
them, not read them online from start to finish. It's like going to a
bookstore and browsing - with a Google twist.”
http://books.google.com/support/bin/answer.py?answer=43729&topic=9259&hl=en
Other projects
• Open Content Alliance (Yahoo and the
Internet Archive)
• The Internet Archive www.archive.org
• The European Digital Library (Growing
number of countries)
• others
Comments? Discussion?
A DL example
• Library of Congress American Memory project
– http://memory.loc.gov/ammem/index.html
– “American Memory provides free and open access through the
Internet to written and spoken words, sound recordings, still and
moving images, prints, maps, and sheet music that document the
American experience. It is a digital record of American history and
creativity. These materials, from the collections of the Library of
Congress and other institutions, chronicle historical events, people,
places, and ideas that continue to shape America, serving the
public as a resource for education and lifelong learning.”
Dublin Core for a map
• Map found in the LOC American Memory
collection
– Map at http://memory.loc.
gov/ammem/gmdhtml/gmdhome.html
• Dublin Core metadata illustration found at
http://webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
– Part of a DL course at U. of Alabama
Go to web site to explore what is there --
including copyright information, title,
history, etc.
Dublin Core: Title
• Name given, usually by the creator or publisher
< META name = “DC.Title”
content = “Novi Belgii Novæque Angliæ:nec non
partis Virginiæ tabula multis in locis emendata ”
lang = “la”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Subject
• What the work is about, possibly
keywords, terms from classification
scheme if available.
<META name = “DC.Subject”
content = “Middle Atlantic States - Maps
- Early works to 1800 - Facsimilies”
scheme = “LCSH”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
LCSH = Library of Congress Subject Headers
Dublin Core: Description
• Free text description, abstract, etc.
<META
name = DC.Description”
content = “An (sic) historical map
showing the coast of New Jersey as
perceived in the senventeenth century”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Source
• Is this object derived from another? Is
this map a part of a larger map? Is this
text a variation or revision of another
piece of text?
<META
name = “DC.Source”
content = “G3715 1685 .V5 1969”
scheme = “LCCN”
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
LCCN = Library of Congress Call Number
Dublin Core: Language
• Language of the content of the resource
• For the map, there is no language
content
<META
name = “DC.Language”
content = “nl”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Relation
• To what other object(s) or collection is this object
related? Does it also exist in another collection? Is it
derived from another document or image? How is it
related?
<META
name = “DC.Relation”
content = “isPartOf
http://lcweb2.loc.gov/cgi-bin/query/r?ammem/gmd:@filreq
(@field(NUMBER+@band(g3715+ct000001))+@field(COLLID+dsxpmap))
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Creator
• Person or organization responsible for
the Intellectual Content of this object
<META
name = “DC.Creator”
content = “Nicolaum Visscher”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Publisher
• Entity responsible for making the
resource available in its present form
• Not shown in the example, but should
be something like this:
<META name = “DC.Publisher”
content = “Library of Congress
American Memory Project”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Contributor
• Any entity making a contribution to this
object.
• Example: someone who added some
information to the original document or
image
• No entry for this map.
Dublin Core: Rights
• A pointer to a copyright notice, a rights
management statement, or a rights server.
<META
name = “DC.Rights”
content =
http://lcweb2.loc.gov/cgi-bin/ ammemrr.pl ?title=%3ca%20href%3d%22%2fammem
%2fgmdhtml %2fdsxphome.html%22%3eDiscovery%20and%20Exploration
%3c%2fa%3e&coll=gmd&div=&agg=g3715&default=ammem &dir=ammem
>
Dublin Core: Date
• Date on which this object was made available
in its present form, possibly the date it was
entered into this digital collection.
<META
name = “DC.DATE”
content = “1996-04-17”
scheme = “ISO 8601”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Specify the date format so that others can interpret it correctly
Dublin Core: Type or Category
• What sort of thing is this? Some
examples: home page, novel, poem,
working paper, technical report, essay
dictionary, …
• Type should be selected from a
controlled list. For example, see the
DCMI Type Vocabulary:
• http://dublincore.org/documents/2006/08/28/dcmi-type-vocabulary/
Why is this recommended as a controlled vocabulary field?
DCMI Type Vocabulary
• Collection
• Dataset
• Event
• Image
• InteractiveResource
• MovingImage
• PhysicalObject
• Service
• Software
• Sound
• StillImage
• Text
See the official page for explanations of the categories.
Note that Image is a broad category and Moving Image and
StillImage are more restricted subcategories.
Dublin Core: Type
• Category of this resource
<META
name = “DC.Type”
content = “image.photograph”
>
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Dublin Core: Format
• The way the content is encoded. This
tells what resource is needed to access
this content.
<META
name=“DC.Format”
content = “image/gif”
scheme = “IMT”
>
Internet MIME Types:
http://www.ltsw.se/knbase/internet/mime.htp
See also Internet Media Type:
http://www.graphcomp.com/info/specs/mime.html
Dublin Core: Unique ID
• The key for this object in the collection.
• I cannot find one for the map we are looking
at, but the ID for the map of which it is a part
is g3715 ct000001
• The Metadata specification for that would be
<META name= “DC.Id”
content = “g3715 ct000001”
>
Source: http://memory.loc.gov/cgi-bin/query/r?ammem/gmd:@filreq(@field(NUMBER+
@band(g3715+ct000001))+@field(COLLID+dsxpmap))
Dublin Core: Coverage
• The time, space or other measurement of the
scope or completeness of the object.
• No coverage entry specified, but might be
this:
<META
name = “DC.Coverage”
content = “North America, Eastern lands and
coast, as viewed in late seventeenth century”
> Example not a controlled vocabulary. Why
would a controlled vocabulary be better?
International Concensus
• Recognition of International Scope of
Resource Discovery on Web
• 17 Countries Currently Involved in DC
Working Groups
• 50+ Implementation Projects in 10
Countries
Source:
webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
Guide to Good Practice
• The NINCH Guide to Good Practice in the Digital
Representation and Management of Cultural
Heritage Materials
• http://www.nyu.edu/its/humanities/ninchguide/index.html
Legal and Technical Issues
• Legal: When is a resource available to
digitize and make available. What
requirements exist for controlling access.
• Technical: How do we control access to a
resource that is stored online?
– Policies
– Encoding
– Distribution limitations
Date of work Protected from Term
Created 1-1-78
or after
When work is fixed in tangible
medium of expression
Life + 70 years1(or if work of
corporate authorship, the shorter of
95 years from publication, or 120
years from creation
Published before
1923
In public domain None
Published 1923 -
63
When published with notice 28 years + could be renewed for 47
years, now extended by 20 years for a
total renewal of 67 years. If not so
renewed, now in public domain
Published from
1964 - 77
When published with notice 28 years for first term; now automatic
extension of 67 years for second term
Created before 1-
1-78 but not
published
1-1-78, the effective date of the
1976 Act which eliminated
common law copyright
Life + 70 years or 12-31-2002,
whichever is greater
Created before
1-1-78 but
published
between then and
12-31-2002
1-1-78, the effective date of the
1976 Act which eliminated
common law copyright
Life + 70 years or 12-31-2047
whichever is greater
Chart created by Lolly Gasaway. Updates at
http://www.unc.edu/~unclng/public-d.htm
Works for hire
• Usual case -- works created by faculty
are not the property of the university.
– Faculty surrender copyright to publishers of
journals and books
– Some publishers allow faculty to retain
copyright, giving the publisher specific
limited rights to reproduce and distribute
the work.
Fair use
• No clear, easy answers.
• Checksheet provided in the article is a
good guide to the issues.
• Link to the checksheet:
http://www.copyright.iupui.edu/checklist.htm
Moral rights
• Fair to the creator
– Keep the identity of the creator of the work
– Do not cut the work
– Generally, be considerate of the person (or
institution) that created the work.
Getting Permission
• With the best will in the world, getting the appropriate
permissions is not always easy.
– Identify who holds the rights
– Get in touch with the rights holder
– Get a suitable agreement to cover the needs of your use.
• Useful links:
http://www.loc.gov/copyright/
http://www.utsystem.edu/OGC/IntellectualProperty/PERMISSN.HTM
– Connections to various ways to discover and contact the
rights holder of a work.
Source: NINCH Guide to
Good Practice. Chapter 4:
Rights Management
Checking copyright
status
Source: NINCH
Guide to Good
Practice. Chapter
4: Rights
Management
Copyright: Lauryn
G. Grant
Considering
people
depicted in
the work
Technical issues
• Link the resource to the copyright statements
• Maintain that link when the resource is copied
or used
• Approaches:
– Steganography
– Encryption
– Digital Wrappers
– Digital Watermarks
Issues in Encryption
• General cases for protection of controlled content:
Concern for passive listening, active interference.
– Listening: intruder gains information, may not be detected.
Effects indirect.
– Active interference
• Intruder may prevent delivery of the message to the intended
recipient.
• Intruder may substitute a fake message for the intended one
• Effects are direct and immediate
• Less likely in the case of digital library content

Más contenido relacionado

La actualidad más candente

WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...Micah Altman
 
Fondly Collisions: Archival hierarchy and the Europeana Data Model
Fondly Collisions: Archival hierarchy and the Europeana Data Model   Fondly Collisions: Archival hierarchy and the Europeana Data Model
Fondly Collisions: Archival hierarchy and the Europeana Data Model Valentine Charles
 
JeromeDL - the Semantic Digital Library
JeromeDL - the Semantic Digital LibraryJeromeDL - the Semantic Digital Library
JeromeDL - the Semantic Digital LibrarySebastian Ryszard Kruk
 
The Semantic Web and Libraries in the United States: Experimentation and Achi...
The Semantic Web and Libraries in the United States: Experimentation and Achi...The Semantic Web and Libraries in the United States: Experimentation and Achi...
The Semantic Web and Libraries in the United States: Experimentation and Achi...New York University
 
Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...
Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...
Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...Valentine Charles
 
NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...
NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...
NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...Nebraska Library Commission
 
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage ObjectsThe Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage ObjectsLIBIS
 
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata MattersAlphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata MattersNew York University
 
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...locloud
 
Introduction | Categories for Description of Works of Art | CDWA-LITE
Introduction | Categories for Description of Works of Art | CDWA-LITE Introduction | Categories for Description of Works of Art | CDWA-LITE
Introduction | Categories for Description of Works of Art | CDWA-LITE Kymberly Keeton
 
E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016Sven Schlarb
 
The LoCloud lightweight digital library and alternative content sources, Adam...
The LoCloud lightweight digital library and alternative content sources, Adam...The LoCloud lightweight digital library and alternative content sources, Adam...
The LoCloud lightweight digital library and alternative content sources, Adam...locloud
 
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...Stefan Schmunk
 
Introducing the Open Discovery Initiative
Introducing the Open Discovery InitiativeIntroducing the Open Discovery Initiative
Introducing the Open Discovery InitiativeNASIG
 
DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...Andrea Bollini
 
Role of Ontologies in Semantic Digital Libraries
Role of Ontologies in Semantic Digital LibrariesRole of Ontologies in Semantic Digital Libraries
Role of Ontologies in Semantic Digital LibrariesSebastian Ryszard Kruk
 
Repository technologies
Repository technologiesRepository technologies
Repository technologiesAndrea Bollini
 

La actualidad más candente (18)

WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
 
Fondly Collisions: Archival hierarchy and the Europeana Data Model
Fondly Collisions: Archival hierarchy and the Europeana Data Model   Fondly Collisions: Archival hierarchy and the Europeana Data Model
Fondly Collisions: Archival hierarchy and the Europeana Data Model
 
JeromeDL - the Semantic Digital Library
JeromeDL - the Semantic Digital LibraryJeromeDL - the Semantic Digital Library
JeromeDL - the Semantic Digital Library
 
The Semantic Web and Libraries in the United States: Experimentation and Achi...
The Semantic Web and Libraries in the United States: Experimentation and Achi...The Semantic Web and Libraries in the United States: Experimentation and Achi...
The Semantic Web and Libraries in the United States: Experimentation and Achi...
 
Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...
Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...
Mapping cross-­domain metadata to the Europeana Data Model (EDM) - EDM introd...
 
NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...
NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...
NCompass Live: Metadata Makeover: Transforming Omaha Public Library's Digital...
 
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage ObjectsThe Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
 
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata MattersAlphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
 
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
 
Introduction | Categories for Description of Works of Art | CDWA-LITE
Introduction | Categories for Description of Works of Art | CDWA-LITE Introduction | Categories for Description of Works of Art | CDWA-LITE
Introduction | Categories for Description of Works of Art | CDWA-LITE
 
E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016E-ARK-iPRES2016-Bern-October-2016
E-ARK-iPRES2016-Bern-October-2016
 
The LoCloud lightweight digital library and alternative content sources, Adam...
The LoCloud lightweight digital library and alternative content sources, Adam...The LoCloud lightweight digital library and alternative content sources, Adam...
The LoCloud lightweight digital library and alternative content sources, Adam...
 
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
 
Introducing the Open Discovery Initiative
Introducing the Open Discovery InitiativeIntroducing the Open Discovery Initiative
Introducing the Open Discovery Initiative
 
Semantics-enhanced Geoscience Interoperability, Analytics, and Applications
Semantics-enhanced Geoscience Interoperability, Analytics, and ApplicationsSemantics-enhanced Geoscience Interoperability, Analytics, and Applications
Semantics-enhanced Geoscience Interoperability, Analytics, and Applications
 
DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...DSpace for Cultural Heritage: adding support for images visualization,audio/v...
DSpace for Cultural Heritage: adding support for images visualization,audio/v...
 
Role of Ontologies in Semantic Digital Libraries
Role of Ontologies in Semantic Digital LibrariesRole of Ontologies in Semantic Digital Libraries
Role of Ontologies in Semantic Digital Libraries
 
Repository technologies
Repository technologiesRepository technologies
Repository technologies
 

Destacado

Statistical tools in research
Statistical tools in researchStatistical tools in research
Statistical tools in researchShubhrat Sharma
 
Common statistical tools used in research and their uses
Common statistical tools used in research and their usesCommon statistical tools used in research and their uses
Common statistical tools used in research and their usesNorhac Kali
 
Commonly Used Statistics in Survey Research
Commonly Used Statistics in Survey ResearchCommonly Used Statistics in Survey Research
Commonly Used Statistics in Survey ResearchPat Barlow
 

Destacado (9)

Dspace madhu s
Dspace madhu sDspace madhu s
Dspace madhu s
 
Ecdl2004
Ecdl2004Ecdl2004
Ecdl2004
 
Dlindia
DlindiaDlindia
Dlindia
 
E learning
E learningE learning
E learning
 
ugc net
ugc netugc net
ugc net
 
Mdld show-all
Mdld show-allMdld show-all
Mdld show-all
 
Statistical tools in research
Statistical tools in researchStatistical tools in research
Statistical tools in research
 
Common statistical tools used in research and their uses
Common statistical tools used in research and their usesCommon statistical tools used in research and their uses
Common statistical tools used in research and their uses
 
Commonly Used Statistics in Survey Research
Commonly Used Statistics in Survey ResearchCommonly Used Statistics in Survey Research
Commonly Used Statistics in Survey Research
 

Similar a Class 5-introto dl

ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsJon Voss
 
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎Libcorpio
 
New Directions in Information Organization: A Linked Data Model with BIBFRAME
New Directions in Information Organization: A Linked Data Model with BIBFRAMENew Directions in Information Organization: A Linked Data Model with BIBFRAME
New Directions in Information Organization: A Linked Data Model with BIBFRAMESharonYang
 
UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18Rafael Alvarado
 
2013 RBMS Premodern manuscript application profile presentation
2013 RBMS Premodern manuscript application profile presentation2013 RBMS Premodern manuscript application profile presentation
2013 RBMS Premodern manuscript application profile presentationssteuer
 
What do you want to discover today? / Janet Aucock, University of St Andrews
What do you want to discover today? / Janet Aucock, University of St AndrewsWhat do you want to discover today? / Janet Aucock, University of St Andrews
What do you want to discover today? / Janet Aucock, University of St AndrewsCIGScotland
 
Fuller Disclosure: Getting More Collections into the Network Flow
Fuller Disclosure: Getting More Collections into the Network FlowFuller Disclosure: Getting More Collections into the Network Flow
Fuller Disclosure: Getting More Collections into the Network Flowkramsey
 
Union catalogandknowledge engineering for teldap
Union catalogandknowledge engineering for teldapUnion catalogandknowledge engineering for teldap
Union catalogandknowledge engineering for teldapAAT Taiwan
 
From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...
From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...
From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...4Science
 
I1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdomI1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdomevaminerva
 
New Metaphors: Data Papers and Data Citations
New Metaphors: Data Papers and Data CitationsNew Metaphors: Data Papers and Data Citations
New Metaphors: Data Papers and Data CitationsJohn Kunze
 
Cambridge university library ess update for ucs
Cambridge university library  ess update for ucsCambridge university library  ess update for ucs
Cambridge university library ess update for ucsEdmund Chamberlain
 
I1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdomI1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdomevaminerva
 
Connecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challengesConnecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challengesCARARE
 
Share: discovery: a focus on papers
Share: discovery: a focus on papersShare: discovery: a focus on papers
Share: discovery: a focus on paperslisld
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge GraphsPeter Haase
 
Europeana and open data
Europeana and open dataEuropeana and open data
Europeana and open dataRobinaClayphan
 

Similar a Class 5-introto dl (20)

DL-architecture.ppt
DL-architecture.pptDL-architecture.ppt
DL-architecture.ppt
 
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
 
Sistema Compartit a l'ICOLC
Sistema Compartit a l'ICOLCSistema Compartit a l'ICOLC
Sistema Compartit a l'ICOLC
 
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
 
New Directions in Information Organization: A Linked Data Model with BIBFRAME
New Directions in Information Organization: A Linked Data Model with BIBFRAMENew Directions in Information Organization: A Linked Data Model with BIBFRAME
New Directions in Information Organization: A Linked Data Model with BIBFRAME
 
Digital libraries
Digital librariesDigital libraries
Digital libraries
 
UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18
 
2013 RBMS Premodern manuscript application profile presentation
2013 RBMS Premodern manuscript application profile presentation2013 RBMS Premodern manuscript application profile presentation
2013 RBMS Premodern manuscript application profile presentation
 
What do you want to discover today? / Janet Aucock, University of St Andrews
What do you want to discover today? / Janet Aucock, University of St AndrewsWhat do you want to discover today? / Janet Aucock, University of St Andrews
What do you want to discover today? / Janet Aucock, University of St Andrews
 
Fuller Disclosure: Getting More Collections into the Network Flow
Fuller Disclosure: Getting More Collections into the Network FlowFuller Disclosure: Getting More Collections into the Network Flow
Fuller Disclosure: Getting More Collections into the Network Flow
 
Union catalogandknowledge engineering for teldap
Union catalogandknowledge engineering for teldapUnion catalogandknowledge engineering for teldap
Union catalogandknowledge engineering for teldap
 
From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...
From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...
From Digital Records to Digital Cultural Landscapes. Beyond Digital Library b...
 
I1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdomI1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdom
 
New Metaphors: Data Papers and Data Citations
New Metaphors: Data Papers and Data CitationsNew Metaphors: Data Papers and Data Citations
New Metaphors: Data Papers and Data Citations
 
Cambridge university library ess update for ucs
Cambridge university library  ess update for ucsCambridge university library  ess update for ucs
Cambridge university library ess update for ucs
 
I1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdomI1 sorin hermon_ancient_wisdom
I1 sorin hermon_ancient_wisdom
 
Connecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challengesConnecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challenges
 
Share: discovery: a focus on papers
Share: discovery: a focus on papersShare: discovery: a focus on papers
Share: discovery: a focus on papers
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge Graphs
 
Europeana and open data
Europeana and open dataEuropeana and open data
Europeana and open data
 

Más de madhuvardhan

Dapsys08 dl on_grid
Dapsys08 dl on_gridDapsys08 dl on_grid
Dapsys08 dl on_gridmadhuvardhan
 
Research methidology
Research methidologyResearch methidology
Research methidologymadhuvardhan
 
Style manual assingment (1)
Style manual assingment (1)Style manual assingment (1)
Style manual assingment (1)madhuvardhan
 
Mc computer glossary new
Mc   computer glossary  newMc   computer glossary  new
Mc computer glossary newmadhuvardhan
 
Binding standards ms
Binding standards msBinding standards ms
Binding standards msmadhuvardhan
 
553 what are digital libraries
553 what are digital libraries553 what are digital libraries
553 what are digital librariesmadhuvardhan
 
Dapsys08 dl on_grid
Dapsys08 dl on_gridDapsys08 dl on_grid
Dapsys08 dl on_gridmadhuvardhan
 
Class 5-introto dl
Class 5-introto dlClass 5-introto dl
Class 5-introto dlmadhuvardhan
 
553 what are digital libraries
553 what are digital libraries553 what are digital libraries
553 what are digital librariesmadhuvardhan
 
research methodology
research methodologyresearch methodology
research methodologymadhuvardhan
 
Researchmethodologynotes
Researchmethodologynotes Researchmethodologynotes
Researchmethodologynotes madhuvardhan
 
Department of library and information science
Department of library and information scienceDepartment of library and information science
Department of library and information sciencemadhuvardhan
 

Más de madhuvardhan (19)

Dapsys08 dl on_grid
Dapsys08 dl on_gridDapsys08 dl on_grid
Dapsys08 dl on_grid
 
Kumra (1)
Kumra (1)Kumra (1)
Kumra (1)
 
Print net
Print netPrint net
Print net
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 
Open access
Open accessOpen access
Open access
 
Research methidology
Research methidologyResearch methidology
Research methidology
 
Style manual assingment (1)
Style manual assingment (1)Style manual assingment (1)
Style manual assingment (1)
 
lib notes
lib noteslib notes
lib notes
 
Open access (1)
Open access (1)Open access (1)
Open access (1)
 
Mc computer glossary new
Mc   computer glossary  newMc   computer glossary  new
Mc computer glossary new
 
Binding standards ms
Binding standards msBinding standards ms
Binding standards ms
 
madhu
madhumadhu
madhu
 
553 what are digital libraries
553 what are digital libraries553 what are digital libraries
553 what are digital libraries
 
Dapsys08 dl on_grid
Dapsys08 dl on_gridDapsys08 dl on_grid
Dapsys08 dl on_grid
 
Class 5-introto dl
Class 5-introto dlClass 5-introto dl
Class 5-introto dl
 
553 what are digital libraries
553 what are digital libraries553 what are digital libraries
553 what are digital libraries
 
research methodology
research methodologyresearch methodology
research methodology
 
Researchmethodologynotes
Researchmethodologynotes Researchmethodologynotes
Researchmethodologynotes
 
Department of library and information science
Department of library and information scienceDepartment of library and information science
Department of library and information science
 

Último

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Último (20)

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

Class 5-introto dl

  • 2. A digital library • An informal definition of a digital library is a managed collection of information, with associated services, where the information is stored in digital formats and accessible over a network. -- • Wm Arms, Digital Libraries, 1999 • A focused collection of digital objects, including text, video, and audio, along with methods for access and retrieval, and for selection, organization, and maintenance of the collection. -- • Witten and Bainbridge, How to Build a Digital Library 2003
  • 3. What is a library? • An active exercise to explore what we know about, and think about, traditional libraries. • How do we translate these characteristics to the digital world? – Is that the right model? Are we unnecessarily constraining the digital environment? Are there things that do not translate?
  • 4. Vannevar Bush • “As we may think” • (http://www.theatlantic.com/doc/194507/bush) • Reflecting after WWII – The value of collaboration – The sad use of scientific expertise to invent the atomic bomb – The need for organization and access to information.
  • 5. memex • Vannevar Bush’s vision Image source: kelty.rice.edu/375/images/memex/camera.jpg http://www.knowledgesearch.org/presentations/etcon/images/memex.gif
  • 6. MyLifeBits • Gordon Bell and Microsoft • http://www.guardian.co.uk/science/story/0,3605,1674359,00.html “Gordon Bell doesn't need to remember, but has no chance of forgetting. At the age of 71, he is recording as much of his life as modern technology will allow, storing it all on a vast database: a digital facsimile of a life lived. If he goes for a walk, a miniature camera that dangles from his neck snaps pictures every minute or so, immediately committing the scene to a memory built not of neurons but ones and noughts. If he wanders into a cafe, sensors note the change in light, the shift of temperature and squirrel the information away. Conversations are recorded and steps logged thanks to a GPS receiver carried with him.”
  • 7. Related work • Walden’s Path – http://www.csdl.tamu.edu/walden/ – System used by itself or as a service within a digital library – Allows a user to make a path through a set of related resources and save the path for reuse at a later time. • Used to allow a teacher to “blaze a trail” through a collection of materials to help students find their way from a starting point to a goal. • Also for recording personal trips through a collection of material to be revisited. How does that compare to a set of bookmarks?
  • 8. Moving Forward • Looked at what a library is • Now – How do we translate that to a digital entity? • Information resources, including digital libraries, are very complex systems. – A formal model helps to capture the essence of the system and give special attention to specific areas – The model also allows developers of digital libraries to have a check list of areas to consider and develop well.
  • 9. The 5S model • Streams – The flow of information in various formats • Structures – Organizational aspects of the DL • Spaces – Views of components; real or abstract images • Scenarios – Services and behaviors • Societies – Communities and relationships among them
  • 10. 5S summary Model Primitives Formalisms Objectives Stream Text; video, audio, software program Sequences, types Describes properties of the DL content, encoding and textual material or particular forms of multimedia data. Structure Collection, catalog; hypertext; document; metadata; organizational tools Graphs; nodes; links; labels; hierarchies Specifies organizational aspects of the DL content Space User Interface; index; retrieval model Sets; operations; vector space; measure space; probability space Defines logical and presentational views of several DL components Scenarios Service, event; condition; action Sequence diagrams; collaboration diagrams Details the behavior of DL services Societies Community; managers; actors; classes; relationships; attributes; operators Object-oriented modeling constructs; design patterns Defines managers responsible for running DL services; actors that use those services, and relationships among them Source: http://www.dlib.vt.edu/projects/5S-Model/
  • 11. Etana - A DL for archeology
  • 12. An example application of 5S - Etana: A DL for an archeological site Text Video Audio *Site *Sub-partition *Container *Artifact*LocusRegion Taxonomies Temporal Artifact-specific Space model Structure model Metadata Drawing Photo 3D Stream model *Partition Society model Archaeologist General public Geographic space Service Manager Information Satisfaction Value added Repository building Scenario model Services Domain specific User interface Metric space Spatial Source: E. A. Fox http://feathers.dlib.vt.edu/
  • 13. Applying the model, informally Personal Photos; Movie, TV, media • Stream - what types of data? Gif, jpg, avi? • Structure - How are the elements organized? Is there a hierarchy? Are there multiple structures? • Spaces - How would you index the items? How would you divide them into related groups • Scenarios - what services would you provide? What information do we need to provide those services? • Societies - who is the library intended to serve? Remember to include agents and other processes as well as users. In your group, choose one or the other (photos or movie/TV/media). Start with stream, scenarios, societies.
  • 14. More formally: Definitions • Definition: A stream is a sequence whose co-domain is a non empty set. • Definition: A structure is a tuple (G, L, F) where G = (V,E) is a directed graph with vertex set V and edge set E, L is a set of label values, and F is a labeling function.
  • 15. Definitions, cont’d • Definition: A space is a measurable space, measure space, probability space, vector space, topological space, or metric space – A vector space is a representation for the set of elements in a collection. The vector representing each element is a set of characteristics held by that element and both connecting that element to others that are similar and distinguishing it from those that are different. – We will do an exercise to illustrate
  • 16. Definitions - 3 • Definition: A scenario is a sequence of related transition events (e1, e2, …, en) on state set S such that ek = (sk, sk+1,) for 1 <= k <= n. – More easily visualized, a scenario is a path in a directed graph, G = (S, ∑e), where vertices correspond to states in the state set S and directed edges are equivalent to events in a set of events, ∑e, and correspond to transitions between states. – Scenarios must be implemented to make a working system.
  • 17. Definitions - 4 • Definition: A society is a tuple (C,R) where – C = (c1, c2, …, cn) is a set of conceptual communities, each community referring to a set of individuals of the same class or type (e.g. actors, activities, components, hardware, software, data); – R = (r1, r2, …, rm) is a set of relationships, each relationship being a tuple rj = (ej, ij) where ej is a Cartesian product ck1 x ck2 x … x cknj . 1<= k1 < k2 < … < knj <= n, which specifies the communities involved in the relationship and ij is an activity.
  • 18. The Digital Library Content • Essential elements for a digital library – Users – Content – Services
  • 19. Content - requirements • Store – Organize – Describe • Find • Deliver
  • 20. Describing the content • How to describe content – Metadata • Machine readable description of anything • What description – Machine readable requires standard descriptive elements • Dublin Core (http://dublincore.org/) – International standard – “a standard for cross-domain information resource description.” – 15 descriptive elements • Other metadata schemes – IEEE-LOM
  • 21. Metadata • What does metadata look like? • Metadata is data about data – Information about a resource, encoded in the resource or associated with the resource. • The language of metadata: XML – eXtensible Markup Language
  • 22. Google Books Project • Michael A. Keller, Closing Keynote – Ida M. Green University Librarian at Stanford, – Director of Academic Information Resources, – Publisher of HighWire Press, and – Publisher of the Stanford University Press: • "One good turn deserves another; how the Google Book Search project is benefiting everyone".
  • 23. Google Books demo • Full text - Life of Miguel de Cervantes • Limited Preview - The Life of Miguel de Cervantes Saavedra • Snippet View - "Discreción" in the Works of Cervantes: A Semantic Study
  • 24. What has been accomplished • As of September 2006 • Nearly 30,000 Stanford books digitized – ~1M books from all partner libraries • Over 4,000 books identified as needing preservation treatment (& so not digitized) • A great debate about copyright has started – Orphan works – What can an archive do to provide access – Defense of fair use underway This slide is taken from the presentation by Michael A. Keller at ECDL 2006
  • 25. Original Principles • If legally possible, digitize every book (9M volumes) in the Stanford libraries – Now digitizing with imprint dates up to 1963 • Partner libraries (*added recently) – University of Michigan (similar to Stanford) – Harvard (public domain (?), maybe > 1M) – NYPL (public domain, unusual collections) – Oxford - Bodleian (earlier than 1885, ~ 1M titles) – University of California (similar to Stanford >6M) – (more to follow) This slide is taken from the presentation by Michael A. Keller at ECDL 2006
  • 26. Purposes • Digital preservation – Virtual Bookshelves in Stanford Digital Repository under construction as part of the Stanford Digital Repository – For Stanford use only • Other searching and research functions – Subtle searching (as in Socrates & HighWire) – Taxonomic (LCSH & HighWire) & Associative Searching (Takano) – Citation linking (HighWire & “InforTools” (Ebrary) – Better navigation (through visualization ?) (Grokker) • Digitized books from all sources as test bed for new research; combine with articles, datasets, etc. for data mining & other transformative uses. This slide is taken from the presentation by Michael A. Keller at ECDL 2006
  • 27. Some Conclusions • Google Book Search – Is an indexing, not a publishing project – Offers substantial increases in access to contents of books in library collections by keyword searching – Offers publishers global marketing of their publications – Offers several useful services to readers • Offers participating libraries – Digital copies of books on their shelves for preservation – New possibilities for services to local readers – New possibilities for research for local faculty & students This slide is taken from the presentation by Michael A. Keller at ECDL 2006
  • 28. Google statement • “Many of the books in Google Book Search come from authors and publishers who participate in our Partner Program. For these books, our partners decide how much of the book is browsable -- anywhere from a few sample pages to the whole book. • For books that enter Book Search through the Library Project, what you see depends on the book's copyright status. We respect copyright law and the tremendous creative effort authors put into their work. If the book is in the public domain and therefore out of copyright, you can page through the entire book and even download it and read it offline. But if the book is under copyright, and the publisher or author is not part of the Partner Program, we only show basic information about the book, similar to a card catalog, and, in some cases, a few snippets -- sentences of your search terms in context. The aim of Google Book Search is to help you discover books and learn where to buy or borrow them, not read them online from start to finish. It's like going to a bookstore and browsing - with a Google twist.” http://books.google.com/support/bin/answer.py?answer=43729&topic=9259&hl=en
  • 29. Other projects • Open Content Alliance (Yahoo and the Internet Archive) • The Internet Archive www.archive.org • The European Digital Library (Growing number of countries) • others Comments? Discussion?
  • 30. A DL example • Library of Congress American Memory project – http://memory.loc.gov/ammem/index.html – “American Memory provides free and open access through the Internet to written and spoken words, sound recordings, still and moving images, prints, maps, and sheet music that document the American experience. It is a digital record of American history and creativity. These materials, from the collections of the Library of Congress and other institutions, chronicle historical events, people, places, and ideas that continue to shape America, serving the public as a resource for education and lifelong learning.”
  • 31. Dublin Core for a map • Map found in the LOC American Memory collection – Map at http://memory.loc. gov/ammem/gmdhtml/gmdhome.html • Dublin Core metadata illustration found at http://webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm – Part of a DL course at U. of Alabama
  • 32. Go to web site to explore what is there -- including copyright information, title, history, etc.
  • 33. Dublin Core: Title • Name given, usually by the creator or publisher < META name = “DC.Title” content = “Novi Belgii Novæque Angliæ:nec non partis Virginiæ tabula multis in locis emendata ” lang = “la” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 34. Dublin Core: Subject • What the work is about, possibly keywords, terms from classification scheme if available. <META name = “DC.Subject” content = “Middle Atlantic States - Maps - Early works to 1800 - Facsimilies” scheme = “LCSH” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm LCSH = Library of Congress Subject Headers
  • 35. Dublin Core: Description • Free text description, abstract, etc. <META name = DC.Description” content = “An (sic) historical map showing the coast of New Jersey as perceived in the senventeenth century” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 36. Dublin Core: Source • Is this object derived from another? Is this map a part of a larger map? Is this text a variation or revision of another piece of text? <META name = “DC.Source” content = “G3715 1685 .V5 1969” scheme = “LCCN” Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm LCCN = Library of Congress Call Number
  • 37. Dublin Core: Language • Language of the content of the resource • For the map, there is no language content <META name = “DC.Language” content = “nl” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 38. Dublin Core: Relation • To what other object(s) or collection is this object related? Does it also exist in another collection? Is it derived from another document or image? How is it related? <META name = “DC.Relation” content = “isPartOf http://lcweb2.loc.gov/cgi-bin/query/r?ammem/gmd:@filreq (@field(NUMBER+@band(g3715+ct000001))+@field(COLLID+dsxpmap)) > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 39. Dublin Core: Creator • Person or organization responsible for the Intellectual Content of this object <META name = “DC.Creator” content = “Nicolaum Visscher” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 40. Dublin Core: Publisher • Entity responsible for making the resource available in its present form • Not shown in the example, but should be something like this: <META name = “DC.Publisher” content = “Library of Congress American Memory Project” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 41. Dublin Core: Contributor • Any entity making a contribution to this object. • Example: someone who added some information to the original document or image • No entry for this map.
  • 42. Dublin Core: Rights • A pointer to a copyright notice, a rights management statement, or a rights server. <META name = “DC.Rights” content = http://lcweb2.loc.gov/cgi-bin/ ammemrr.pl ?title=%3ca%20href%3d%22%2fammem %2fgmdhtml %2fdsxphome.html%22%3eDiscovery%20and%20Exploration %3c%2fa%3e&coll=gmd&div=&agg=g3715&default=ammem &dir=ammem >
  • 43. Dublin Core: Date • Date on which this object was made available in its present form, possibly the date it was entered into this digital collection. <META name = “DC.DATE” content = “1996-04-17” scheme = “ISO 8601” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm Specify the date format so that others can interpret it correctly
  • 44. Dublin Core: Type or Category • What sort of thing is this? Some examples: home page, novel, poem, working paper, technical report, essay dictionary, … • Type should be selected from a controlled list. For example, see the DCMI Type Vocabulary: • http://dublincore.org/documents/2006/08/28/dcmi-type-vocabulary/ Why is this recommended as a controlled vocabulary field?
  • 45. DCMI Type Vocabulary • Collection • Dataset • Event • Image • InteractiveResource • MovingImage • PhysicalObject • Service • Software • Sound • StillImage • Text See the official page for explanations of the categories. Note that Image is a broad category and Moving Image and StillImage are more restricted subcategories.
  • 46. Dublin Core: Type • Category of this resource <META name = “DC.Type” content = “image.photograph” > Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 47. Dublin Core: Format • The way the content is encoded. This tells what resource is needed to access this content. <META name=“DC.Format” content = “image/gif” scheme = “IMT” > Internet MIME Types: http://www.ltsw.se/knbase/internet/mime.htp See also Internet Media Type: http://www.graphcomp.com/info/specs/mime.html
  • 48. Dublin Core: Unique ID • The key for this object in the collection. • I cannot find one for the map we are looking at, but the ID for the map of which it is a part is g3715 ct000001 • The Metadata specification for that would be <META name= “DC.Id” content = “g3715 ct000001” > Source: http://memory.loc.gov/cgi-bin/query/r?ammem/gmd:@filreq(@field(NUMBER+ @band(g3715+ct000001))+@field(COLLID+dsxpmap))
  • 49. Dublin Core: Coverage • The time, space or other measurement of the scope or completeness of the object. • No coverage entry specified, but might be this: <META name = “DC.Coverage” content = “North America, Eastern lands and coast, as viewed in late seventeenth century” > Example not a controlled vocabulary. Why would a controlled vocabulary be better?
  • 50. International Concensus • Recognition of International Scope of Resource Discovery on Web • 17 Countries Currently Involved in DC Working Groups • 50+ Implementation Projects in 10 Countries Source: webapp.slis.ua.edu/smmweb/DLib/Metadata/OrganizingInternetResources_files/v3_document.htm
  • 51. Guide to Good Practice • The NINCH Guide to Good Practice in the Digital Representation and Management of Cultural Heritage Materials • http://www.nyu.edu/its/humanities/ninchguide/index.html
  • 52. Legal and Technical Issues • Legal: When is a resource available to digitize and make available. What requirements exist for controlling access. • Technical: How do we control access to a resource that is stored online? – Policies – Encoding – Distribution limitations
  • 53. Date of work Protected from Term Created 1-1-78 or after When work is fixed in tangible medium of expression Life + 70 years1(or if work of corporate authorship, the shorter of 95 years from publication, or 120 years from creation Published before 1923 In public domain None Published 1923 - 63 When published with notice 28 years + could be renewed for 47 years, now extended by 20 years for a total renewal of 67 years. If not so renewed, now in public domain Published from 1964 - 77 When published with notice 28 years for first term; now automatic extension of 67 years for second term Created before 1- 1-78 but not published 1-1-78, the effective date of the 1976 Act which eliminated common law copyright Life + 70 years or 12-31-2002, whichever is greater Created before 1-1-78 but published between then and 12-31-2002 1-1-78, the effective date of the 1976 Act which eliminated common law copyright Life + 70 years or 12-31-2047 whichever is greater Chart created by Lolly Gasaway. Updates at http://www.unc.edu/~unclng/public-d.htm
  • 54. Works for hire • Usual case -- works created by faculty are not the property of the university. – Faculty surrender copyright to publishers of journals and books – Some publishers allow faculty to retain copyright, giving the publisher specific limited rights to reproduce and distribute the work.
  • 55. Fair use • No clear, easy answers. • Checksheet provided in the article is a good guide to the issues. • Link to the checksheet: http://www.copyright.iupui.edu/checklist.htm
  • 56. Moral rights • Fair to the creator – Keep the identity of the creator of the work – Do not cut the work – Generally, be considerate of the person (or institution) that created the work.
  • 57. Getting Permission • With the best will in the world, getting the appropriate permissions is not always easy. – Identify who holds the rights – Get in touch with the rights holder – Get a suitable agreement to cover the needs of your use. • Useful links: http://www.loc.gov/copyright/ http://www.utsystem.edu/OGC/IntellectualProperty/PERMISSN.HTM – Connections to various ways to discover and contact the rights holder of a work.
  • 58. Source: NINCH Guide to Good Practice. Chapter 4: Rights Management Checking copyright status
  • 59. Source: NINCH Guide to Good Practice. Chapter 4: Rights Management Copyright: Lauryn G. Grant Considering people depicted in the work
  • 60. Technical issues • Link the resource to the copyright statements • Maintain that link when the resource is copied or used • Approaches: – Steganography – Encryption – Digital Wrappers – Digital Watermarks
  • 61. Issues in Encryption • General cases for protection of controlled content: Concern for passive listening, active interference. – Listening: intruder gains information, may not be detected. Effects indirect. – Active interference • Intruder may prevent delivery of the message to the intended recipient. • Intruder may substitute a fake message for the intended one • Effects are direct and immediate • Less likely in the case of digital library content