SlideShare a Scribd company logo
1 of 30
Download to read offline
Lipstick on a Pig:
Integrated Library Systems
30 November 2010
Tip of the week: Communication
• Writing for your library colleagues is not like
writing academic papers.
• No required pagecounts, and no points for prolixity
• Nobody cares about your erudition. (Lit review only to make a
serious point, or to leverage peer pressure.)
• Get to the point. Fast.
• “Executive summary” for people who won’t read it all (which is
most of them!).
• Bullet points are good. Compound-complex sentences and ten-
dollar words are bad.
• Always ask:What is the purpose of this thing I
am writing? Who cares?
• Communicate? Persuade? Train?
• Upbeat matters. Even if you’re frustrated, tired, fed up.
Tool of the week: Creative
Commons
• Creators who license their creations for
reuse; no need to ask permission
• But observe any conditions on the license!
• Images: http://flickr.com/creativecommons/
• or Compfight: http://compfight.com/
• or Flickr Storm: http://zoo-m.com/flickr-storm
• Music: search for “podsafe music”
• Brilliant for decorating presentations and
podcasts
• Remember to give back!
Tool of the week: Online presence
• Yes, you need to worry about your egoGoogle.
• You also need to worry if you don’t have one.
• Are you missing a chance to stand out in a competitive field?
• Once you’re on the job market,THEY ALL HAVE MLS-ES.
• You’ll have to take the bad with the good... and
only you can decide what’s worth it. Consider:
• Professional network (assists, job leads, conference buddies)
• What fits your way of presenting yourself (blog, Flickr,YouTube,
Ravelry, FriendFeed, Facebook, LinkedIn, SlideShare)
• Whether and how to pull all of it together into a portfolio.
Weekly reflection
(for next week’s discussion)
• Google yourself. Could you find yourself?
Do you have Googlegangers?
• Any surprises, good or bad?
• Is this what you want a potential employer
knowing about you?
• If not, what do you plan to do about it?
• Are you satisfied with your own online
privacy?
Software development
models: why you care
• How your software was built affects:
• how much you pay for it, up-front and ongoing
• which chunk of budget those costs come from
• how much you can do with and to it
• how much it will cost to support and train people on it
• how much control you have over your data and how your
data are presented to your patrons
• how good it is
• There is no one right answer.There are only
tradeoffs, which you need to understand.
Building it yourself
• Some libraries deliberately and intentionally
develop their own software. Go them!
• Some libraries do it by accident!
• One bright tinkerer whomps something up.
• The library comes to depend on it.
• ... and then the tinkerer leaves. Oops.
• ... or the computing world changes such that the
whomped-up thing no longer works. Oops.
• Tinkerers are great. But make them document. And have
a plan for transitioning off the whomped-up thing!
Off-the-shelf software
• What you buy in the TechStore
• Made by for-profit companies
• Though small developers and shareware makers are still
out there!
• Certain expectations of performance,
stability, polish, documentation
• May vary somewhat depending on customer base
• May rely on proprietary file formats for
customer lock-in
• Pricing: usually “per seat” or “site licensed”
Vendor software
• Usually springs up in niches where off-the-shelf
software can’t sell enough seats
• ... e.g. ILS software for libraries! Also learning-management systems!
• You pay to run the software AND for a certain
level of customer service
• Installation help
• Employee training, user groups, conferences
• Technical support (up to and including vendor-run servers)
• You’ll still need local tech staff, often!
• Installing and customizing these things is a HASSLE.
• But there will be strict limits on what you can do.
Use the source, Luke!
• “Source code” = the instructions that
humans write for computers to follow
• “Compiled code” or “binary code” =
source code that has been munged to be
directly understandable by the computer
• Not interpretable by humans any more!
• This is the only form in which proprietary software is
distributed (usually), and why you can’t peek under its
hood.
• “Compiler,” “interpreter,” “virtual machine” all bits and
pieces of the source-code to compiled-code
transformation.
Open-source software
• The source code is open!
• You can (legally) download and install it without paying.
• You can (legally) read it.
• You can (legally) change it.
• You can (legally) resell it (sometimes with caveats).
• Developers “license” their code under one
of a number of open-source licenses
• Commonest: GNU General Public License (GPL), which
has a sting in its tail
• Also notable: BSD license, Artistic License
• OSI maintains a vetted list of open-source licenses.
Brief digression: open source,
open standard, open access
• Open source: refers to SOFTWARE
• Open standard: refers to RULES for
protocols, file formats, software specs, etc.
• “Reference implementation:” software that shows how
software that complies with a particular standard should
work
• Example:W3C’s Amaya browser
• Open access: refers to the SCHOLARLY
LITERATURE
I’m not a programmer.Why
should I care about the source?
• Do you benefit when other people hack on
the software?
• With open source, quite possibly yes.
• If there’s a good API, quite possibly yes.
• With API-less proprietary software, rarely and only indirectly.
• What happens when a software company goes
out of business? Or kills a product?
• Proprietary software: decay and obsolescence.
• Open-source software: new companies, forks, options.
• Security
• Security-through-obscurity doesn’t work. No software is
perfectly secure, but OSS has a good track record of fast
patches.
Should I use open-source or
proprietary software, Dorothea?
• It depends.There are tradeoffs.
• $$$ vs. staff time/expertise:“free as in kittens”
• Ease of use/installation vs. control
• Professional support vs. ad-hoc online communities
• You can’t always know what your experience will be.
• Some vendor support is horrible. Some is great. Some online
communities are horrible. Some are great.
• Some open-source projects move fast. Some don’t. Some vendors move
fast. Most don’t (most can’t!).
• Only you understand your library’s situation.
• ASK AROUND before you invest, either way.
The worst of OSS: DSpace
• Few developers (and until recently, all
volunteers), so change is slow.
• Arrogant developers, so change is out-of-
touch with actual user needs.
• Why did publicly-accessible statistics takeYEARS?
• This has gotten better of late. It’s still not perfect.
• Architecture deeply hostile to casual
hacking, so innovation is slow.
• APIs? What APIs? Plugins? Who needs plugins? And why
should we have a space to share code?
• Usability? This is open-source software! We
don’t need no stinkin’ usability!
The worst of vendor
software: ILSes
• Migration is a huge hassle, so vendors lock in
customers and have little further incentive to
serve them.
• Heinous hardware-price markup
• Totally opaque data models; few APIs; licenses that
forbid tinkering
• Horrendous customer support
• Stunningly slow to innovate (partly our fault!)
What’s an ILS?
• Integrated Library System
• THE system that handles library operations.
• “Modules”
• Acquisitions
• Cataloguing
• OPAC
• Circulation/patron management
• Also: serials, metasearch, e-resource managers (sometimes),
link resolvers... separately or bundled
• Underneath: heap big relational database!
State of the market
• Big consolidations in mid-decade
• Players: Endeavor (Voyager), Ex Libris, Sirsi/Dynix (Horizon)
• Up-and-coming open-source packages
• Koha: geared toward public libraries
• Evergreen: geared toward library consortia, is building code
for academic libraries (e.g. serials management)
• eXtensible Catalog Project: University of Rochester
• Some service innovation
• WorldCat Local
• LibraryThing for Libraries
• Typical ILS replacement cycle: 5 to 10 years
Lipsticking the pig
• Libraries turned to outside vendors, homegrown
solutions
• NCSU: adopted Endeca, who are a web-commerce firm
• UVa: Solr/Flare/Blacklight (ha ha ha)
• Scriblio,VuFind, etc.
• What were they looking for?
• USABILITY!
• Faceted searching/browsing
• Better associations among records (quasi-FRBRization)
• Better correlation between user language and controlled vocabularies
• Generally: making the data work harder!
More pieces: Link resolvers
and OpenURL
• You have a citation. How do you find out if the
library has the article among its e-resources?
• OpenURL: protocol for checking citation
information against a library’s list of vendor-
provided e-journals and article databases
• Pack citation info into a URL or a teeny XML document
• Link resolver: gizmo that takes in an OpenURL
and returns list of available copies.
• SFX (Ex Libris) current market leader
Still more pieces: e-resource
management
• You just bought a Big Deal. How do you
update holdings and URLs in your OPAC?
How do you update your link resolver?
• How do you keep track of who bought
what out of which fund? Or who to call
when something breaks? Or usage stats?
• Market leader: Serials Solutions
• Service (auto-holdings-updating), not just product.
• Open-source (though dependent on MS Access) entrant:
ERMes
Catalog vs.“resource discovery”
• What’s actually in an OPAC?
• Print books, maps, sheet music
• Title-level serials
• Maybe govdocs, theses/dissertations, collection records
for stuff in special collections
• What’s not?
• The rest of the world! Including digital collections, stuff on
the web, article-level access to journals, finding aids...
• The information world is bigger than it
used to be!
• So is the ILS/OPAC an INVENTORY tool, or a
DISCOVERY tool?
• And what is our inventory, really?
First-cut solution: Metasearch
• How many databases are you willing to
search? With all their different interfaces?
• Metasearch to the rescue! or something.
• Single search interface presented to the user.
• Sends user’s query to various databases; receives, processes
(deduping, relevance ranking), and presents the results.
• Some databases use search protocols like Z39.50 and SRU/
SRW. Others have to be screenscraped.
• Lousy solution.
• Slow, not always good at processing results, coverage not
always the best, search bells and whistles gone.
Next try: Building local
index for search
• Tricky to do!
• Which data sources can you legally build your index from?
• Of those, how many have an API? Or will you be stuck
screenscraping HTML?
• Or do you have to work with your link resolver?
• See also: Google Scholar
• Essentially this is what GS does.They make special
arrangements to crawl publisher sites, even behind
firewalls.
Now:“web-scale” discovery
• OPAC layers (or ILS replacements, or ILS add-
ins) that purport to offer one-stop shopping:
OPAC, digital collections, serials, etc.
• Serials Solutions: Summon
• WorldCat Local
• Ex Libris: Primo Central
• EBSCO: EBSCO Discovery Service (EDS)
• First question: is this a SEARCH TOOL or a
CONTENT DATABASE or both?
• Next question: coverage?
• PlayersVERY close-mouthed about serials coverage.
The future of MARC
• Bluntly: it doesn’t have one.
• As a file format, it’s LONG past its sell-by date.
• Does not fit into the mashup universe at all.
• Making it work with current-gen technology is a tremendous
resource drain.
• In hindsight, decisions made so that MARC could easily output
human-readable catalog cards are hurting us badly now that
catalog cards aren’t what we want any more.
• That said, we have a lot of data in it.
• If you become a cataloger, you will be involved in a mass data
migration. Have fun! (Believe me, I feel your pain.)
• Migration to what? Well, that’s the question.
• The answer is probably multiple. But RDA is part of the answer.
What is RDA?
• Resource Description and Access
• the next analogue to AACR2
• Does not assume MARC or ISBD underneath!
• Diane Hillmann, others actively working on linked-data/RDF
expressions.
• Claimed benefits
• Expand the universe of what is describable
• Spend less time on rules pilpul, punctuation, and other cruft
• Less emphasis on “record,” more on linkages
• Ability to make our records work with/for outside world
• FRBRization
Right, so what’s FRBR?
• Functional Requirements for Bibliographic
Records
• Relational data model for catalog records.
• Recognizes that not all parts of a bibliographic
record describe the same thing
• Author: of a “work”
• Page count: of an “edition”
• “FRBRizing” a catalog means drawing all those
relationship arrows between records, and then
doing something with them for patrons.
• We can do this mechanically. Sort of. Some of it.
Next problem:Who owns
our records?
• OCLC controls union catalog in the US.
• But OCLC didn’t author most of the records!
• Huge, ongoing flap about who can use/remix
those records, with or without permission.
• Open-records initiatives springing up
• Open Library
• Michigan: http://blog.okfn.org/2010/11/29/open-
bibliographic-data-how-should-the-ecosystem-work/
• To be clear: legal restrictions on reuse and
mashups damage librarianship’s presence
online.We can’t afford not to settle this.
Last problem: How does
our data fit into the Web?
• This is not entirely a catalog problem.
• What about our digitized collections? Born-digital
holdings? Finding aids? Usage data? Authority data?
• What are our APIs?
• To what extent do we NEED local catalogs?
• Uncomfortable but necessary question! Do we need to
reinvent Google? If so, how do we exchange records for
stuff that isn’t in our ILS?
• Are we overinvested in the ILS?
• How do we facilitate appropriate reuse of
our data? Do we/can we bar inappropriate
reuse?

More Related Content

What's hot

Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Adrian Roselli
 
JAZOON'13 - Abdelmonaim Remani - The Economies of Scaling Software
JAZOON'13 - Abdelmonaim Remani - The Economies of Scaling SoftwareJAZOON'13 - Abdelmonaim Remani - The Economies of Scaling Software
JAZOON'13 - Abdelmonaim Remani - The Economies of Scaling Softwarejazoon13
 
TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...
TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...
TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...TAUS - The Language Data Network
 
The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21Jordi Cabot
 
Digital Publishing PDXDMC
Digital Publishing PDXDMCDigital Publishing PDXDMC
Digital Publishing PDXDMCdigitalbindery
 
How to get started in Open Source!
How to get started in Open Source!How to get started in Open Source!
How to get started in Open Source!Pradeep Singh
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Adrian Roselli
 
Apache contribution-bar camp-colombo
Apache contribution-bar camp-colomboApache contribution-bar camp-colombo
Apache contribution-bar camp-colomboSagara Gunathunga
 
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Adrian Roselli
 
Accessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in BelgradAccessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in BelgradMaja Benke
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Adrian Roselli
 

What's hot (11)

Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018
 
JAZOON'13 - Abdelmonaim Remani - The Economies of Scaling Software
JAZOON'13 - Abdelmonaim Remani - The Economies of Scaling SoftwareJAZOON'13 - Abdelmonaim Remani - The Economies of Scaling Software
JAZOON'13 - Abdelmonaim Remani - The Economies of Scaling Software
 
TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...
TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...
TAUS OPEN SOURCE MACHINE TRANSLATION SHOWCASE, Paris, Gustavo Lucardi, Truste...
 
The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21
 
Digital Publishing PDXDMC
Digital Publishing PDXDMCDigital Publishing PDXDMC
Digital Publishing PDXDMC
 
How to get started in Open Source!
How to get started in Open Source!How to get started in Open Source!
How to get started in Open Source!
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017
 
Apache contribution-bar camp-colombo
Apache contribution-bar camp-colomboApache contribution-bar camp-colombo
Apache contribution-bar camp-colombo
 
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
 
Accessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in BelgradAccessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in Belgrad
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019
 

Similar to Lipstick on a Pig: Integrated Library Systems

The Economies of Scaling Software
The Economies of Scaling SoftwareThe Economies of Scaling Software
The Economies of Scaling SoftwareAbdelmonaim Remani
 
The economies of scaling software - Abdel Remani
The economies of scaling software - Abdel RemaniThe economies of scaling software - Abdel Remani
The economies of scaling software - Abdel Remanijaxconf
 
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?gagravarr
 
But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?gagravarr
 
What is open source?
What is open source?What is open source?
What is open source?Ahmet Bulut
 
Geek out : Adding Coding Skills to Your Professional Repertoire
Geek out: Adding Coding Skills to Your Professional RepertoireGeek out: Adding Coding Skills to Your Professional Repertoire
Geek out : Adding Coding Skills to Your Professional RepertoireBohyun Kim
 
Oss and libraries enabling arabic libraries and creating opportunities
Oss and libraries   enabling arabic libraries and creating opportunitiesOss and libraries   enabling arabic libraries and creating opportunities
Oss and libraries enabling arabic libraries and creating opportunitiesMassoud AlShareef
 
Apache: Code, Community and Open Source
Apache: Code, Community and Open SourceApache: Code, Community and Open Source
Apache: Code, Community and Open SourceOPNFV
 
“Mobile Choices” and Library Anywhere (CILIP)
“Mobile Choices” and Library Anywhere (CILIP)“Mobile Choices” and Library Anywhere (CILIP)
“Mobile Choices” and Library Anywhere (CILIP)Tim Spalding
 
OA in the Library Collection: The Challenge of Identifying and Managing Open ...
OA in the Library Collection: The Challenge of Identifying and Managing Open ...OA in the Library Collection: The Challenge of Identifying and Managing Open ...
OA in the Library Collection: The Challenge of Identifying and Managing Open ...NASIG
 
IT Systems for Knowledge Management used in Software Engineering (2010)
IT Systems for Knowledge Management used in Software Engineering (2010)IT Systems for Knowledge Management used in Software Engineering (2010)
IT Systems for Knowledge Management used in Software Engineering (2010)Peter Kofler
 
Putting Kafka Into Overdrive
Putting Kafka Into OverdrivePutting Kafka Into Overdrive
Putting Kafka Into OverdriveTodd Palino
 
Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?Stefane Fermigier
 
Challenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services genChallenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services genrobin fay
 
Preservation and institutional repositories for the digital arts and humanities
Preservation and institutional repositories for the digital arts and humanitiesPreservation and institutional repositories for the digital arts and humanities
Preservation and institutional repositories for the digital arts and humanitiesDorothea Salo
 

Similar to Lipstick on a Pig: Integrated Library Systems (20)

The Economies of Scaling Software
The Economies of Scaling SoftwareThe Economies of Scaling Software
The Economies of Scaling Software
 
The economies of scaling software - Abdel Remani
The economies of scaling software - Abdel RemaniThe economies of scaling software - Abdel Remani
The economies of scaling software - Abdel Remani
 
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
 
But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?
 
What is open source?
What is open source?What is open source?
What is open source?
 
Geek out : Adding Coding Skills to Your Professional Repertoire
Geek out: Adding Coding Skills to Your Professional RepertoireGeek out: Adding Coding Skills to Your Professional Repertoire
Geek out : Adding Coding Skills to Your Professional Repertoire
 
Oss and libraries enabling arabic libraries and creating opportunities
Oss and libraries   enabling arabic libraries and creating opportunitiesOss and libraries   enabling arabic libraries and creating opportunities
Oss and libraries enabling arabic libraries and creating opportunities
 
Metadata
MetadataMetadata
Metadata
 
Apache: Code, Community and Open Source
Apache: Code, Community and Open SourceApache: Code, Community and Open Source
Apache: Code, Community and Open Source
 
“Mobile Choices” and Library Anywhere (CILIP)
“Mobile Choices” and Library Anywhere (CILIP)“Mobile Choices” and Library Anywhere (CILIP)
“Mobile Choices” and Library Anywhere (CILIP)
 
Open Source & Libraries
Open Source & LibrariesOpen Source & Libraries
Open Source & Libraries
 
OA in the Library Collection: The Challenge of Identifying and Managing Open ...
OA in the Library Collection: The Challenge of Identifying and Managing Open ...OA in the Library Collection: The Challenge of Identifying and Managing Open ...
OA in the Library Collection: The Challenge of Identifying and Managing Open ...
 
Wp 3hr-course
Wp 3hr-courseWp 3hr-course
Wp 3hr-course
 
IT Systems for Knowledge Management used in Software Engineering (2010)
IT Systems for Knowledge Management used in Software Engineering (2010)IT Systems for Knowledge Management used in Software Engineering (2010)
IT Systems for Knowledge Management used in Software Engineering (2010)
 
LIBRARIANS AS WEB DEVELOPERS: GAUGING THE BEST TECHNOLOGIES IN ACCESSING INFO...
LIBRARIANS AS WEB DEVELOPERS: GAUGING THE BEST TECHNOLOGIES IN ACCESSING INFO...LIBRARIANS AS WEB DEVELOPERS: GAUGING THE BEST TECHNOLOGIES IN ACCESSING INFO...
LIBRARIANS AS WEB DEVELOPERS: GAUGING THE BEST TECHNOLOGIES IN ACCESSING INFO...
 
Putting Kafka Into Overdrive
Putting Kafka Into OverdrivePutting Kafka Into Overdrive
Putting Kafka Into Overdrive
 
Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?Créer une communauté open source: pourquoi ? comment ?
Créer une communauté open source: pourquoi ? comment ?
 
Wa mw 2013
Wa mw 2013Wa mw 2013
Wa mw 2013
 
Challenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services genChallenges and opportunities in library discovery services gen
Challenges and opportunities in library discovery services gen
 
Preservation and institutional repositories for the digital arts and humanities
Preservation and institutional repositories for the digital arts and humanitiesPreservation and institutional repositories for the digital arts and humanities
Preservation and institutional repositories for the digital arts and humanities
 

More from Dorothea Salo

Soylent Semantic Web Is People! (with notes)
Soylent Semantic Web Is People! (with notes)Soylent Semantic Web Is People! (with notes)
Soylent Semantic Web Is People! (with notes)Dorothea Salo
 
Soylent SemanticWeb Is People!
Soylent SemanticWeb Is People!Soylent SemanticWeb Is People!
Soylent SemanticWeb Is People!Dorothea Salo
 
Privacy and libraries
Privacy and librariesPrivacy and libraries
Privacy and librariesDorothea Salo
 
Risk management and auditing
Risk management and auditingRisk management and auditing
Risk management and auditingDorothea Salo
 
The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)
The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)
The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)Dorothea Salo
 
Is this BIG DATA which I see before me?
Is this BIG DATA which I see before me?Is this BIG DATA which I see before me?
Is this BIG DATA which I see before me?Dorothea Salo
 
MARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archivesMARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archivesDorothea Salo
 
Research Data and Scholarly Communication
Research Data and Scholarly CommunicationResearch Data and Scholarly Communication
Research Data and Scholarly CommunicationDorothea Salo
 
Research Data and Scholarly Communication (with notes)
Research Data and Scholarly Communication (with notes)Research Data and Scholarly Communication (with notes)
Research Data and Scholarly Communication (with notes)Dorothea Salo
 
Manufacturing Serendipity
Manufacturing SerendipityManufacturing Serendipity
Manufacturing SerendipityDorothea Salo
 
RDF, RDA, and other TLAs
RDF, RDA, and other TLAsRDF, RDA, and other TLAs
RDF, RDA, and other TLAsDorothea Salo
 
I own copyright, so I pwn you!
I own copyright, so I pwn you!I own copyright, so I pwn you!
I own copyright, so I pwn you!Dorothea Salo
 
Librarians love data!
Librarians love data!Librarians love data!
Librarians love data!Dorothea Salo
 
Taming the Monster: Digital Preservation Planning and Implementation Tools
Taming the Monster: Digital Preservation Planning and Implementation ToolsTaming the Monster: Digital Preservation Planning and Implementation Tools
Taming the Monster: Digital Preservation Planning and Implementation ToolsDorothea Salo
 

More from Dorothea Salo (20)

Soylent Semantic Web Is People! (with notes)
Soylent Semantic Web Is People! (with notes)Soylent Semantic Web Is People! (with notes)
Soylent Semantic Web Is People! (with notes)
 
Soylent SemanticWeb Is People!
Soylent SemanticWeb Is People!Soylent SemanticWeb Is People!
Soylent SemanticWeb Is People!
 
Encryption
EncryptionEncryption
Encryption
 
Privacy and libraries
Privacy and librariesPrivacy and libraries
Privacy and libraries
 
Paying for it
Paying for itPaying for it
Paying for it
 
Risk management and auditing
Risk management and auditingRisk management and auditing
Risk management and auditing
 
The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)
The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)
The Canonically Bad (Digital) Humanities Proposal (and how to avoid it)
 
Is this BIG DATA which I see before me?
Is this BIG DATA which I see before me?Is this BIG DATA which I see before me?
Is this BIG DATA which I see before me?
 
MARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archivesMARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archives
 
Library Linked Data
Library Linked DataLibrary Linked Data
Library Linked Data
 
FRBR and RDA
FRBR and RDAFRBR and RDA
FRBR and RDA
 
Research Data and Scholarly Communication
Research Data and Scholarly CommunicationResearch Data and Scholarly Communication
Research Data and Scholarly Communication
 
Research Data and Scholarly Communication (with notes)
Research Data and Scholarly Communication (with notes)Research Data and Scholarly Communication (with notes)
Research Data and Scholarly Communication (with notes)
 
Manufacturing Serendipity
Manufacturing SerendipityManufacturing Serendipity
Manufacturing Serendipity
 
What We Organize
What We OrganizeWhat We Organize
What We Organize
 
Occupy Copyright!
Occupy Copyright!Occupy Copyright!
Occupy Copyright!
 
RDF, RDA, and other TLAs
RDF, RDA, and other TLAsRDF, RDA, and other TLAs
RDF, RDA, and other TLAs
 
I own copyright, so I pwn you!
I own copyright, so I pwn you!I own copyright, so I pwn you!
I own copyright, so I pwn you!
 
Librarians love data!
Librarians love data!Librarians love data!
Librarians love data!
 
Taming the Monster: Digital Preservation Planning and Implementation Tools
Taming the Monster: Digital Preservation Planning and Implementation ToolsTaming the Monster: Digital Preservation Planning and Implementation Tools
Taming the Monster: Digital Preservation Planning and Implementation Tools
 

Recently uploaded

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Lipstick on a Pig: Integrated Library Systems

  • 1. Lipstick on a Pig: Integrated Library Systems 30 November 2010
  • 2. Tip of the week: Communication • Writing for your library colleagues is not like writing academic papers. • No required pagecounts, and no points for prolixity • Nobody cares about your erudition. (Lit review only to make a serious point, or to leverage peer pressure.) • Get to the point. Fast. • “Executive summary” for people who won’t read it all (which is most of them!). • Bullet points are good. Compound-complex sentences and ten- dollar words are bad. • Always ask:What is the purpose of this thing I am writing? Who cares? • Communicate? Persuade? Train? • Upbeat matters. Even if you’re frustrated, tired, fed up.
  • 3. Tool of the week: Creative Commons • Creators who license their creations for reuse; no need to ask permission • But observe any conditions on the license! • Images: http://flickr.com/creativecommons/ • or Compfight: http://compfight.com/ • or Flickr Storm: http://zoo-m.com/flickr-storm • Music: search for “podsafe music” • Brilliant for decorating presentations and podcasts • Remember to give back!
  • 4. Tool of the week: Online presence • Yes, you need to worry about your egoGoogle. • You also need to worry if you don’t have one. • Are you missing a chance to stand out in a competitive field? • Once you’re on the job market,THEY ALL HAVE MLS-ES. • You’ll have to take the bad with the good... and only you can decide what’s worth it. Consider: • Professional network (assists, job leads, conference buddies) • What fits your way of presenting yourself (blog, Flickr,YouTube, Ravelry, FriendFeed, Facebook, LinkedIn, SlideShare) • Whether and how to pull all of it together into a portfolio.
  • 5. Weekly reflection (for next week’s discussion) • Google yourself. Could you find yourself? Do you have Googlegangers? • Any surprises, good or bad? • Is this what you want a potential employer knowing about you? • If not, what do you plan to do about it? • Are you satisfied with your own online privacy?
  • 6. Software development models: why you care • How your software was built affects: • how much you pay for it, up-front and ongoing • which chunk of budget those costs come from • how much you can do with and to it • how much it will cost to support and train people on it • how much control you have over your data and how your data are presented to your patrons • how good it is • There is no one right answer.There are only tradeoffs, which you need to understand.
  • 7. Building it yourself • Some libraries deliberately and intentionally develop their own software. Go them! • Some libraries do it by accident! • One bright tinkerer whomps something up. • The library comes to depend on it. • ... and then the tinkerer leaves. Oops. • ... or the computing world changes such that the whomped-up thing no longer works. Oops. • Tinkerers are great. But make them document. And have a plan for transitioning off the whomped-up thing!
  • 8. Off-the-shelf software • What you buy in the TechStore • Made by for-profit companies • Though small developers and shareware makers are still out there! • Certain expectations of performance, stability, polish, documentation • May vary somewhat depending on customer base • May rely on proprietary file formats for customer lock-in • Pricing: usually “per seat” or “site licensed”
  • 9. Vendor software • Usually springs up in niches where off-the-shelf software can’t sell enough seats • ... e.g. ILS software for libraries! Also learning-management systems! • You pay to run the software AND for a certain level of customer service • Installation help • Employee training, user groups, conferences • Technical support (up to and including vendor-run servers) • You’ll still need local tech staff, often! • Installing and customizing these things is a HASSLE. • But there will be strict limits on what you can do.
  • 10. Use the source, Luke! • “Source code” = the instructions that humans write for computers to follow • “Compiled code” or “binary code” = source code that has been munged to be directly understandable by the computer • Not interpretable by humans any more! • This is the only form in which proprietary software is distributed (usually), and why you can’t peek under its hood. • “Compiler,” “interpreter,” “virtual machine” all bits and pieces of the source-code to compiled-code transformation.
  • 11. Open-source software • The source code is open! • You can (legally) download and install it without paying. • You can (legally) read it. • You can (legally) change it. • You can (legally) resell it (sometimes with caveats). • Developers “license” their code under one of a number of open-source licenses • Commonest: GNU General Public License (GPL), which has a sting in its tail • Also notable: BSD license, Artistic License • OSI maintains a vetted list of open-source licenses.
  • 12. Brief digression: open source, open standard, open access • Open source: refers to SOFTWARE • Open standard: refers to RULES for protocols, file formats, software specs, etc. • “Reference implementation:” software that shows how software that complies with a particular standard should work • Example:W3C’s Amaya browser • Open access: refers to the SCHOLARLY LITERATURE
  • 13. I’m not a programmer.Why should I care about the source? • Do you benefit when other people hack on the software? • With open source, quite possibly yes. • If there’s a good API, quite possibly yes. • With API-less proprietary software, rarely and only indirectly. • What happens when a software company goes out of business? Or kills a product? • Proprietary software: decay and obsolescence. • Open-source software: new companies, forks, options. • Security • Security-through-obscurity doesn’t work. No software is perfectly secure, but OSS has a good track record of fast patches.
  • 14. Should I use open-source or proprietary software, Dorothea? • It depends.There are tradeoffs. • $$$ vs. staff time/expertise:“free as in kittens” • Ease of use/installation vs. control • Professional support vs. ad-hoc online communities • You can’t always know what your experience will be. • Some vendor support is horrible. Some is great. Some online communities are horrible. Some are great. • Some open-source projects move fast. Some don’t. Some vendors move fast. Most don’t (most can’t!). • Only you understand your library’s situation. • ASK AROUND before you invest, either way.
  • 15. The worst of OSS: DSpace • Few developers (and until recently, all volunteers), so change is slow. • Arrogant developers, so change is out-of- touch with actual user needs. • Why did publicly-accessible statistics takeYEARS? • This has gotten better of late. It’s still not perfect. • Architecture deeply hostile to casual hacking, so innovation is slow. • APIs? What APIs? Plugins? Who needs plugins? And why should we have a space to share code? • Usability? This is open-source software! We don’t need no stinkin’ usability!
  • 16. The worst of vendor software: ILSes • Migration is a huge hassle, so vendors lock in customers and have little further incentive to serve them. • Heinous hardware-price markup • Totally opaque data models; few APIs; licenses that forbid tinkering • Horrendous customer support • Stunningly slow to innovate (partly our fault!)
  • 17. What’s an ILS? • Integrated Library System • THE system that handles library operations. • “Modules” • Acquisitions • Cataloguing • OPAC • Circulation/patron management • Also: serials, metasearch, e-resource managers (sometimes), link resolvers... separately or bundled • Underneath: heap big relational database!
  • 18. State of the market • Big consolidations in mid-decade • Players: Endeavor (Voyager), Ex Libris, Sirsi/Dynix (Horizon) • Up-and-coming open-source packages • Koha: geared toward public libraries • Evergreen: geared toward library consortia, is building code for academic libraries (e.g. serials management) • eXtensible Catalog Project: University of Rochester • Some service innovation • WorldCat Local • LibraryThing for Libraries • Typical ILS replacement cycle: 5 to 10 years
  • 19. Lipsticking the pig • Libraries turned to outside vendors, homegrown solutions • NCSU: adopted Endeca, who are a web-commerce firm • UVa: Solr/Flare/Blacklight (ha ha ha) • Scriblio,VuFind, etc. • What were they looking for? • USABILITY! • Faceted searching/browsing • Better associations among records (quasi-FRBRization) • Better correlation between user language and controlled vocabularies • Generally: making the data work harder!
  • 20. More pieces: Link resolvers and OpenURL • You have a citation. How do you find out if the library has the article among its e-resources? • OpenURL: protocol for checking citation information against a library’s list of vendor- provided e-journals and article databases • Pack citation info into a URL or a teeny XML document • Link resolver: gizmo that takes in an OpenURL and returns list of available copies. • SFX (Ex Libris) current market leader
  • 21. Still more pieces: e-resource management • You just bought a Big Deal. How do you update holdings and URLs in your OPAC? How do you update your link resolver? • How do you keep track of who bought what out of which fund? Or who to call when something breaks? Or usage stats? • Market leader: Serials Solutions • Service (auto-holdings-updating), not just product. • Open-source (though dependent on MS Access) entrant: ERMes
  • 22. Catalog vs.“resource discovery” • What’s actually in an OPAC? • Print books, maps, sheet music • Title-level serials • Maybe govdocs, theses/dissertations, collection records for stuff in special collections • What’s not? • The rest of the world! Including digital collections, stuff on the web, article-level access to journals, finding aids... • The information world is bigger than it used to be! • So is the ILS/OPAC an INVENTORY tool, or a DISCOVERY tool? • And what is our inventory, really?
  • 23. First-cut solution: Metasearch • How many databases are you willing to search? With all their different interfaces? • Metasearch to the rescue! or something. • Single search interface presented to the user. • Sends user’s query to various databases; receives, processes (deduping, relevance ranking), and presents the results. • Some databases use search protocols like Z39.50 and SRU/ SRW. Others have to be screenscraped. • Lousy solution. • Slow, not always good at processing results, coverage not always the best, search bells and whistles gone.
  • 24. Next try: Building local index for search • Tricky to do! • Which data sources can you legally build your index from? • Of those, how many have an API? Or will you be stuck screenscraping HTML? • Or do you have to work with your link resolver? • See also: Google Scholar • Essentially this is what GS does.They make special arrangements to crawl publisher sites, even behind firewalls.
  • 25. Now:“web-scale” discovery • OPAC layers (or ILS replacements, or ILS add- ins) that purport to offer one-stop shopping: OPAC, digital collections, serials, etc. • Serials Solutions: Summon • WorldCat Local • Ex Libris: Primo Central • EBSCO: EBSCO Discovery Service (EDS) • First question: is this a SEARCH TOOL or a CONTENT DATABASE or both? • Next question: coverage? • PlayersVERY close-mouthed about serials coverage.
  • 26. The future of MARC • Bluntly: it doesn’t have one. • As a file format, it’s LONG past its sell-by date. • Does not fit into the mashup universe at all. • Making it work with current-gen technology is a tremendous resource drain. • In hindsight, decisions made so that MARC could easily output human-readable catalog cards are hurting us badly now that catalog cards aren’t what we want any more. • That said, we have a lot of data in it. • If you become a cataloger, you will be involved in a mass data migration. Have fun! (Believe me, I feel your pain.) • Migration to what? Well, that’s the question. • The answer is probably multiple. But RDA is part of the answer.
  • 27. What is RDA? • Resource Description and Access • the next analogue to AACR2 • Does not assume MARC or ISBD underneath! • Diane Hillmann, others actively working on linked-data/RDF expressions. • Claimed benefits • Expand the universe of what is describable • Spend less time on rules pilpul, punctuation, and other cruft • Less emphasis on “record,” more on linkages • Ability to make our records work with/for outside world • FRBRization
  • 28. Right, so what’s FRBR? • Functional Requirements for Bibliographic Records • Relational data model for catalog records. • Recognizes that not all parts of a bibliographic record describe the same thing • Author: of a “work” • Page count: of an “edition” • “FRBRizing” a catalog means drawing all those relationship arrows between records, and then doing something with them for patrons. • We can do this mechanically. Sort of. Some of it.
  • 29. Next problem:Who owns our records? • OCLC controls union catalog in the US. • But OCLC didn’t author most of the records! • Huge, ongoing flap about who can use/remix those records, with or without permission. • Open-records initiatives springing up • Open Library • Michigan: http://blog.okfn.org/2010/11/29/open- bibliographic-data-how-should-the-ecosystem-work/ • To be clear: legal restrictions on reuse and mashups damage librarianship’s presence online.We can’t afford not to settle this.
  • 30. Last problem: How does our data fit into the Web? • This is not entirely a catalog problem. • What about our digitized collections? Born-digital holdings? Finding aids? Usage data? Authority data? • What are our APIs? • To what extent do we NEED local catalogs? • Uncomfortable but necessary question! Do we need to reinvent Google? If so, how do we exchange records for stuff that isn’t in our ILS? • Are we overinvested in the ILS? • How do we facilitate appropriate reuse of our data? Do we/can we bar inappropriate reuse?