<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Library Web Chic &#187; code4lib+2007</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/tag/code4lib2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.librarywebchic.net/wordpress</link>
	<description>Resources for librarians who are interested in the application of web design and technologies in libraries</description>
	<lastBuildDate>Thu, 15 Jul 2010 20:13:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Code4lib wrap-up</title>
		<link>http://www.librarywebchic.net/wordpress/2007/03/05/code4lib-wrap-up/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/03/05/code4lib-wrap-up/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 19:43:06 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/03/05/code4lib-wrap-up/</guid>
		<description><![CDATA[For a number of reasons I&#8217;ve been a bit shell shocked the past couple of days and haven&#8217;t had a chance to post my code4lib wrap-up. Due to intense migraine there are no live notes from Day 3 (sorry!).
It is hard to capture in a blog post this year&#8217;s code4lib and do it justice. However, [...]]]></description>
			<content:encoded><![CDATA[<p>For a number of reasons I&#8217;ve been a bit shell shocked the past couple of days and haven&#8217;t had a chance to post my code4lib wrap-up. Due to intense migraine there are no live notes from Day 3 (sorry!).</p>
<p>It is hard to capture in a blog post this year&#8217;s code4lib and do it justice. However, I will can honestly say it was one of the best conference experiences I&#8217;ve ever had. This year&#8217;s conference had a larger and more gender diverse audience. There was a <a href="http://code4lib.org/node/139">fabulous preconference</a>, <a href="http://onebiglibrary.net/story/zeroconf-meta-opensearch-code4lib-talk-wrap-up">great presentations</a>, and <a href="http://thedil.wordpress.com/2007/03/03/xforms-resources/">helpful breakouts</a>. Probably the thing I liked the best was just getting a chance to sit down, play with code, and have other people help me figure things out. The moment that captured the spirit of the conference for me was sitting with Terry Resse and Erik Hatcher talking about and playing with Solr. I learned a lot and got a tangible idea about how I was going to integrate a Solr-based application into my site. When I started the conference I felt overwhelmed with trying to get Solr running and building a usable application. By the end of the conference, my level of confidence was much greater. A great deal of that just had to do with working on stuff and having people answer questions and solve problems. It is a great feeling to come away with and one of the things that I value most about the code4lib community. I&#8217;m already looking forward to next year&#8217;s code4lib in Portland, OR!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/03/05/code4lib-wrap-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tidbits from the Afternoon Sessions at code4lib</title>
		<link>http://www.librarywebchic.net/wordpress/2007/03/01/tidbits-from-the-afternoon-sessions-at-code4lib/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/03/01/tidbits-from-the-afternoon-sessions-at-code4lib/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 02:16:32 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/03/01/tidbits-from-the-afternoon-sessions-at-code4lib/</guid>
		<description><![CDATA[From Dan Chudnov&#8217;s Presentation on Fun with ZeroConfMetaOpen Search

iStumbler
Bonjour Browser

From Ed Summers Atom Publishing Protocol Primer
Atom protocol RFC 4287
REST (Representational State Transfer)

Application state and functionality are divided into resources
Resources are uniquely addressability using a universal syntax (ie. URIs)
All resources share a uniform interface for the transfer of state between client and resources (HTTP)
Live HTTP Headers


Firefox [...]]]></description>
			<content:encoded><![CDATA[<h3>From Dan Chudnov&#8217;s Presentation on Fun with ZeroConfMetaOpen Search</h3>
<ul>
<li><a href="http://www.istumbler.net/">iStumbler</a></li>
<li><a href="http://www.versiontracker.com/dyn/moreinfo/macosx/21622">Bonjour Browser</a></li>
</ul>
<h3>From Ed Summers Atom Publishing Protocol Primer</h3>
<p>Atom protocol RFC 4287</p>
<p>REST (Representational State Transfer)</p>
<ul>
<li>Application state and functionality are divided into resources</li>
<li>Resources are uniquely addressability using a universal syntax (ie. URIs)</li>
<li>All resources share a uniform interface for the transfer of state between client and resources (HTTP)</li>
<li>Live HTTP Headers</li>
</ul>
<ul>
<li><a href="https://addons.mozilla.org/firefox/3829/">Firefox plugin</a> for looking at these</li>
<li>GET</li>
<li>POST</li>
<li>PUT &#8211; update</li>
<li>DELETE</li>
</ul>
<p>Atom + REST = APP (Atom Publishing Protocol)</p>
<p>A Few Particulars</p>
<ul>
<li>service</li>
<li>workspace</li>
<li>collection (feed)</li>
<li>resource (entries and media entries)</li>
</ul>
<p>Service Document</p>
<ul>
<li>Sits on the server and defines what collection are available and what you can do with them</li>
</ul>
<p>Google Data Uses Atom Publishing Protocol</p>
<ul>
<li><a href="http://base.google.com/base">Google Base</a></li>
<li><a href="http://www.blogger.com/">Blogger</a></li>
<li><a href="http://www.google.com/calendar">Google Calendar</a></li>
<li><a href="http://www.google.com/codesearch">Google Code Search</a></li>
<li><a href="http://www.google.com/notebook">Google Notebook</a></li>
</ul>
<p>Create an Atom Server yourself</p>
<ul>
<li>Help interoperability on the web</li>
<li>Linked to Web Service API building</li>
</ul>
<p><a href="http://www.webdav.org/">WebDAV</a> is similar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/03/01/tidbits-from-the-afternoon-sessions-at-code4lib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bib App &#8211; Eric Larson and Nate Vack</title>
		<link>http://www.librarywebchic.net/wordpress/2007/03/01/the-bib-app-eric-larson-and-nate-vack/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/03/01/the-bib-app-eric-larson-and-nate-vack/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 16:02:04 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/03/01/the-bib-app-eric-larson-and-nate-vack/</guid>
		<description><![CDATA[The Bib App &#8211; Eric Larson and Nate Vack
Idea: UW Bibliography

don&#8217;t know where people are publishing and need to capture this information
Directory
Citation
Citation Management
Archival rights (Sherpa/RoMEO)

What is it?

12,000 + Citation
2,700 Ready to Archive
9 Departments
257 People

Find items that are ready for deposit into Institutional Repositories
Written in Rails
How to use the system

Import Directory Server data
Add People
Add Papers
Collect the [...]]]></description>
			<content:encoded><![CDATA[<p>The Bib App &#8211; Eric Larson and Nate Vack</p>
<p>Idea: UW Bibliography</p>
<ul>
<li>don&#8217;t know where people are publishing and need to capture this information</li>
<li>Directory</li>
<li>Citation</li>
<li>Citation Management</li>
<li>Archival rights (Sherpa/RoMEO)</li>
</ul>
<p>What is it?</p>
<ul>
<li>12,000 + Citation</li>
<li>2,700 Ready to Archive</li>
<li>9 Departments</li>
<li>257 People</li>
</ul>
<p>Find items that are ready for deposit into Institutional Repositories</p>
<p>Written in Rails</p>
<p>How to use the system</p>
<ol>
<li>Import Directory Server data</li>
<li>Add People</li>
<li>Add Papers</li>
<li>Collect the archival data from Sherpa</li>
<ul>
<li>want to know if you can upload and archive the publisher&#8217;s copy</li>
</ul>
<li>Flag publishers that let you upload and archive the publisher&#8217;s copy</li>
<li>Use OpenURL to get electronic copy and save PDF to server</li>
</ol>
<p>Features</p>
<ul>
<li>Tag cloud of terms</li>
<li>List of people</li>
<li>Find an Expert</li>
<li>RSS feeds</li>
</ul>
<ul>
<li>People</li>
<li>Groups</li>
</ul>
<li>Can see what kinds of places (open access friendly or not) people are publishing in</li>
<li>Create Dot files (Graphiz) &#8211; show who publishes with who</li>
<p>To Do List (it is not perfect)</p>
<ol>
<li>Sherpa/RoMEO</li>
<ul>
<li>don&#8217;t have have complete coverage</li>
<li>Can&#8217;t disambiguate what copy (publisher, pre-print, etc) can be archived</li>
</ul>
<li>Our de-duplication is jacked</li>
<li>Name collisions</li>
</ol>
<p>Get the code<br />
Google Code Project &#8211; <a href="http://code.google.com/p/bibapp">http://code.google.com/p/bibapp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/03/01/the-bib-app-eric-larson-and-nate-vack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Subjects: Application Independent Subject Recommendations &#8211; Tito Sierra</title>
		<link>http://www.librarywebchic.net/wordpress/2007/02/28/smart-subjects-application-independent-subject-recommendations-tito-sierra/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/02/28/smart-subjects-application-independent-subject-recommendations-tito-sierra/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 03:01:35 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/02/28/smart-subjects-application-independent-subject-recommendations-tito-sierra/</guid>
		<description><![CDATA[Smart Subjects: Application Independent Subject Recommendations &#8211; Tito Sierra
Concept

Input &#8211; user search
Output &#8211; A list of related library subjects
Subject recommendation engine

Motivation

Search log analysis
What kinds of queries are people inserting into our search tool
Lots of topical subject queries

Subject Browse portal  at NCSU

connect people to subject portal in a search environment
Locally developed subject classification
100 subject notes [...]]]></description>
			<content:encoded><![CDATA[<p>Smart Subjects: Application Independent Subject Recommendations &#8211; Tito Sierra</p>
<p>Concept</p>
<ul>
<li>Input &#8211; user search</li>
<li>Output &#8211; A list of related library subjects</li>
<li>Subject recommendation engine</li>
</ul>
<p>Motivation</p>
<ul>
<li>Search log analysis</li>
<li>What kinds of queries are people inserting into our search tool</li>
<li>Lots of topical subject queries</li>
</ul>
<li>Subject Browse portal  at NCSU</li>
<ul>
<li>connect people to subject portal in a search environment</li>
<li>Locally developed subject classification</li>
<li>100 subject notes in 12 top-level categories</li>
<li>Subject influence by the university cirriculum</li>
</ul>
<p>Smart Subject Applications</p>
<ul>
<li>Quick Search Integration</li>
<li>Find article module</li>
<li>Recommends a set of topical databases</li>
</ul>
<li>Open Search Interface</li>
<ul>
<li>simple format for syndicating search results</li>
</ul>
<p>How it Works</p>
<ol>
<li>Harvesting available institutional data</li>
<ul>
<li>Course catalog</li>
</ul>
<ul>
<li>Course Descriptions</li>
</ul>
<li>Faculty Publication Repository</li>
<ul>
<li>Article citations</li>
</ul>
<li>Create text extract representation for each academic depart on campus</li>
<li>Index the text extracts</li>
<li>Retrieval interface queries indices</li>
<li>Retrieval algorithm crosswalks academic departments to Library Subject Recommendations</li>
</ol>
<p>Technology Used</p>
<ul>
<li>SWISH-E</li>
<li>PHP</li>
</ul>
<p>Strengths</p>
<ul>
<li>Application and collection independent</li>
<li>Subject recommendations can be integrated in any library search application</li>
<li>Encourages broadened, serendipitous resource discovery</li>
</ul>
<p>Weaknesses</p>
<ul>
<li>False Positives</li>
<li>Zero Hits</li>
</ul>
<p>Future Plans</p>
<ul>
<li>Deploy new users of Smart Subject tool</li>
<li>Database adviser</li>
</ul>
<li>Increase the size of subject indices</li>
<ul>
<li>article tables of contents data</li>
<li>backlog of course descriptions</li>
</ul>
<li>Gauge interest for community subject recommendations platform</li>
<p><a href="http://www.lib.ncsu.edu/dli/projects/smartsubjects">http://www.lib.ncsu.edu/dli/projects/smartsubjects</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/02/28/smart-subjects-application-independent-subject-recommendations-tito-sierra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free the Data: creating a web services interface to the online catalog &#8211; Emily Lynema</title>
		<link>http://www.librarywebchic.net/wordpress/2007/02/28/free-the-data-creating-a-web-services-interface-to-the-online-catalog-emily-lynema/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/02/28/free-the-data-creating-a-web-services-interface-to-the-online-catalog-emily-lynema/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 03:00:42 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/02/28/free-the-data-creating-a-web-services-interface-to-the-online-catalog-emily-lynema/</guid>
		<description><![CDATA[Free the Data: creating a web services interface to the online catalog &#8211; Emily Lynema
Look for holding availability
CatalogWS

REST web API for dynamically querying information from the NCSU Libraries Catalog

Motivations

Initial impetus &#8211; 2 requests


Can we have RSS feeds for the catalog?
Can we integrate catalog results into library

Using the service
http://www.lib.ncsu.edu/catalogws/?
Parameters

service
query
output
count
offset
sort
style

XML Response

Defined with Relax NG Schema
Data from search [...]]]></description>
			<content:encoded><![CDATA[<p>Free the Data: creating a web services interface to the online catalog &#8211; Emily Lynema</p>
<p>Look for holding availability</p>
<p>CatalogWS</p>
<ul>
<li>REST web API for dynamically querying information from the NCSU Libraries Catalog</li>
</ul>
<p>Motivations</p>
<ul>
<li>Initial impetus &#8211; 2 requests</li>
</ul>
<ul>
<li>Can we have RSS feeds for the catalog?</li>
<li>Can we integrate catalog results into library</li>
</ul>
<p>Using the service</p>
<p>http://www.lib.ncsu.edu/catalogws/?</p>
<p>Parameters</p>
<ul>
<li>service</li>
<li>query</li>
<li>output</li>
<li>count</li>
<li>offset</li>
<li>sort</li>
<li>style</li>
</ul>
<p>XML Response</p>
<ul>
<li>Defined with Relax NG Schema</li>
<li>Data from search results page</li>
</ul>
<ul>
<li>Search information</li>
<li>Results</li>
<li>Facets</li>
</ul>
<p>Services on top of XML</p>
<ul>
<li>RSS</li>
<li>OpenSearch</li>
</ul>
<ul>
<li>role=subset</li>
<li>Extended OpenSearch parameters to createa  face parameter for use in the Open Search URL template</li>
<li></li>
</ul>
<li>Quicksearch</li>
<li>Mobile device searching</li>
<p><a href="http://www.lib.ncsu.edu/catalog/ws">CatalogWS project site </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/02/28/free-the-data-creating-a-web-services-interface-to-the-online-catalog-emily-lynema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyResearch Portal &#8211; Andrew Nagy</title>
		<link>http://www.librarywebchic.net/wordpress/2007/02/28/myresearch-portal-andrew-nagy/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/02/28/myresearch-portal-andrew-nagy/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 02:59:30 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/02/28/myresearch-portal-andrew-nagy/</guid>
		<description><![CDATA[MyResearch Portal &#8211; Andrew Nagy
ILS agnostic web portal for students and faculty to perform research activities
Create 1 single interface for all library resource to minimize interface learning curve
Develop in-house a &#8220;framework&#8221; to combine all of our resources

Most resources are in XML
Digital Library: METS
MetaLib XServer: XML
Catalog: MARCXML
Library Website: XHTML

Data Store

Native XML stores allows for easy storage [...]]]></description>
			<content:encoded><![CDATA[<p>MyResearch Portal &#8211; Andrew Nagy</p>
<p>ILS agnostic web portal for students and faculty to perform research activities</p>
<p>Create 1 single interface for all library resource to minimize interface learning curve</p>
<p>Develop in-house a &#8220;framework&#8221; to combine all of our resources</p>
<ul>
<li>Most resources are in XML</li>
<li>Digital Library: METS</li>
<li>MetaLib XServer: XML</li>
<li>Catalog: MARCXML</li>
<li>Library Website: XHTML</li>
</ul>
<p>Data Store</p>
<ul>
<li>Native XML stores allows for easy storage of complex data</li>
<li>No need to develop a complete relational database and covert data &#8211; too messay</li>
<li>No need to normalize data</li>
<li>Just import!</li>
</ul>
<p>Native XML Database- Could it be that simple?</p>
<p><a href="http://exist.sourceforge.net/">eXist</a> &#8211; Open Source</p>
<ul>
<li>Still in infancy-ish stages</li>
<li>Platform independant</li>
</ul>
<ul>
<li>Java Backend</li>
<li>API: REST, SOAP</li>
</ul>
<li>Full-text extension</li>
<li>Inferent directory structure</li>
<li>LDAP support</li>
<li>Large user base</li>
<p><a href="http://www.oracle.com/technology/products/berkeley-db/xml/index.html">Berkeley DB XML</a> &#8211; Open Source</p>
<ul>
<li>Proven capabilities</li>
<li>Support for a wide range of platforms</li>
<li>Good performance</li>
<li>Decent help support</li>
<li>Commercial backing</li>
<li>No full-text extensions</li>
<li>No inherent directories</li>
</ul>
<p>Commercial Options</p>
<ul>
<li>MarkLogic</li>
</ul>
<ul>
<li>Enticing Discounts for .edu and non-profits</li>
<li>Commercial Support</li>
<li>Much more complex to administrator</li>
<li>Speed</li>
</ul>
<li>X-Hue DB</li>
<p>Scalability Testing</p>
<ul>
<li>eXist not meant for searching, more for browse and fetch</li>
<li>DBXML Sleepycat &#8211; rework queries and modified indexes to make these respond in 30-60 seconds</li>
</ul>
<p>Converted MARCXML to custom format because MARCXML not helpful (elements all have the same names)</p>
<ul>
<li>dbxml &#8211; 1.6 -1.7 second response</li>
</ul>
<p>Query Optimization</p>
<ul>
<li>This is an important step since we are dealing with infant technology</li>
<li>dbxml has a query plan generator</li>
<li>eXist will soon have a query plan generator and a new query optimizer</li>
</ul>
<p>Implementation</p>
<p>Create a web portal using a Native XML Database</p>
<p>Performance</p>
<ul>
<li>The good</li>
</ul>
<ul>
<li>.9 seconds</li>
</ul>
<li>The Bad</li>
<ul>
<li>More advanced queries can get as high as 12-15 seconds</li>
</ul>
<li>The Ugly</li>
<ul>
<li>What happens when 10-50 simultaneous users search with advanced queries</li>
</ul>
<p>Need to develop a lots os search query translation algorithms to missing Full Text Extension</p>
<p>So the answer is NOT YET!</p>
<p>It&#8217;s a Sun Shiny Day</p>
<ul>
<li>Apache SOLR to the rescue!</li>
<li>SOLR implements Lucene index on XML documents</li>
<li>SOLR is platform independent</li>
</ul>
<ul>
<li>Runs as a java web app</li>
<li>Interface via REST</li>
</ul>
<li>Lots of full-text searching tools</li>
<li>No Standards compliant interface</li>
<ul>
<li>XML database use XQueries</li>
</ul>
<li>Performance is astonishing</li>
<li>Average results in .1 seconds over 492,000+ records</li>
<li>Slower performance with built-in faceting</li>
<p>Easy Implementation</p>
<ul>
<li>XSL Stylesheet to covert MARCXML to SOLR XML</li>
</ul>
<ul>
<li>Coverated 492,000 in 2.5 hours</li>
</ul>
<li>SOLR Import</li>
<ul>
<li>3 hours</li>
<li>Andrew showed the <a href="http://research.library.villanova.edu">final product</a> which uses Solr in the Lightning Talks</li>
</ul>
<p>Other options</p>
<ul>
<li><a href="http://dsd.lbl.gov/nux/">Nux</a></li>
<li><a href="http://www.cdlib.org/inside/projects/xtf/">XTF</a></li>
<li><a href="http://cheshire3.sourceforge.net/">Cheshire</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/02/28/myresearch-portal-andrew-nagy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hurry up Please It&#8217;s Time &#8211; Karen Schneider Keynote</title>
		<link>http://www.librarywebchic.net/wordpress/2007/02/28/hurry-up-please-its-time-karen-schneider-keynote/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/02/28/hurry-up-please-its-time-karen-schneider-keynote/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 02:44:46 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/02/28/hurry-up-please-its-time-karen-schneider-keynote/</guid>
		<description><![CDATA[Hurry up Please It&#8217;s Time &#8211; Karen Schneider
State of Emergency

We have given away our collections
We don&#8217;t build or own the tools that manage them
We provide complex, poorly-marketed systems
We function like a monopoly service when our competition is thriving right under our nose.

Memory work &#8211; preserve and provide access to our culture&#8217;s memories
5-3-1 rule

Pick 5 issues [...]]]></description>
			<content:encoded><![CDATA[<p>Hurry up Please It&#8217;s Time &#8211; Karen Schneider<br />
State of Emergency</p>
<ul>
<li>We have given away our collections</li>
<li>We don&#8217;t build or own the tools that manage them</li>
<li>We provide complex, poorly-marketed systems</li>
<li>We function like a monopoly service when our competition is thriving right under our nose.</li>
</ul>
<p>Memory work &#8211; preserve and provide access to our culture&#8217;s memories</p>
<p>5-3-1 rule</p>
<ul>
<li>Pick 5 issues you believe are important</li>
<li>Focus on 3</li>
<li>Now make 1 happen</li>
</ul>
<p>Five Things we can fix</p>
<ul>
<li>Digital preservation</li>
<li>Standards adoption</li>
<li>The sucky state of most library software</li>
<li>Third-party library hegemony</li>
<li>Scholarly awareness of key issues in LibraryLand</li>
</ul>
<p>3</p>
<ul>
<li>Digital preservation</li>
<li>The sucky state of most library software</li>
<li>Scholarly awareness of key issues in LibraryLand</li>
</ul>
<p>1</p>
<ul>
<li>The sucky state of most library software</li>
</ul>
<p>4 Nifty Happenings with Library Software</p>
<ul>
<li>Evergreen</li>
<li>Umlaut</li>
<li>Scriblio</li>
<li>The solr search engine you are all going to bolt on top of your geezy old ILS middleware as soon as you get home from code4lib</li>
</ul>
<p>Renaissance of librarian built software</p>
<ul>
<li>Begins to restore the balance of power</li>
<li>Reinstates the direction of our profession</li>
<li>Puts emphasis back on the library as memory organization</li>
<li>Sends the message that we means business</li>
</ul>
<p>Other outcomes</p>
<ul>
<li>Creative decoupling of components</li>
<li>Interesting re-use of tools, such as WordPress</li>
<li>Re-socialization of librarian artisans</li>
</ul>
<p>My big 1 today: Evergreen</p>
<ul>
<li>Evergreen is big&#8230; really big</li>
<li>Timing is perfect: an era of worrisome consolidation, even as &#8230; paradoxically&#8230;</li>
<li>The centrality of the ILS is weakening</li>
</ul>
<ul>
<li>in a better position to take risks, change software</li>
</ul>
<p>Useful over-generalization</p>
<ul>
<li>Nobody cares about open source</li>
<li>Nobody cares about standards</li>
<li>Nobody cares about usability</li>
<li>Nobody cares about Evergreen</li>
<li>The ARL body count continues to drive too many decisions</li>
<li>IT directors do not have the resources to take on underfunded mandates</li>
<li>Most libraries cannot provide developer time</li>
</ul>
<p>It is all about the experience they don&#8217;t care about the software</p>
<p>How directors see the world</p>
<ul>
<li>How much does it cost, and what are we getting for the money?</li>
<li>What are other directors doing?</li>
<li>What problems will it create?</li>
<li>Why would I spend time/money on this rather than X?</li>
<li>Is this thing fully baked?</li>
</ul>
<p>Need to answer these questions ahead of time. Otherwise, you don&#8217;t have a prayer of getting resources/support.</p>
<p>What do directors &#8220;know&#8221; about open source</p>
<ul>
<li>One guy in a garage&#8230; probably in a torn tee-shirt</li>
</ul>
<ul />
<ul>
<li>One care accident away from orphan software</li>
</ul>
<li>No support model</li>
<li>Cheesy &#8220;make-do&#8221; quality</li>
<li>Arcane and developer-oriented</li>
<li>Nobody else is doing it</li>
<p>Open source software projects have a huge problems with marketing their &#8220;products&#8221;.</p>
<p>There is no such thing as free software!</p>
<p>5 Strategies</p>
<ul>
<li>The riveting lead</li>
<li>The elevator talk</li>
<li>The pre-visit background investigation</li>
</ul>
<p><a href="http://www.rosenfeldmedia.com/books/searchanalytics/">Search Analytics for Your Site</a> &#8211; Lou Rosenfeld</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/02/28/hurry-up-please-its-time-karen-schneider-keynote/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code4Lib Day 1</title>
		<link>http://www.librarywebchic.net/wordpress/2007/02/28/code4lib-day-1/</link>
		<comments>http://www.librarywebchic.net/wordpress/2007/02/28/code4lib-day-1/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 02:42:45 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Notes from the Field]]></category>
		<category><![CDATA[code4lib+2007]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2007/02/28/code4lib-day-1/</guid>
		<description><![CDATA[My first full day at code4lib started off with a bang. I ran into Nicole Engard who is the recipient of this year&#8217;s the Code4Lib Scholarship for Women. It is really nice to see Nicole is here as well as so many other awesome tech women.
I also talked to Terry Reese about LibraryFind and where [...]]]></description>
			<content:encoded><![CDATA[<p>My first full day at code4lib started off with a bang. I ran into Nicole Engard who is the recipient of this year&#8217;s the Code4Lib Scholarship for Women. It is really nice to see Nicole is here as well as so many other awesome tech women.</p>
<p>I also talked to Terry Reese about LibraryFind and where it is going. Terry also has some other interesting projects he is working on. In particular, he&#8217;ll be doing a Lightning talk tomorrow that I&#8217;m looking forward to. I&#8217;m psyched about getting to LibraryFind running at UH, when we get a chance.</p>
<p>Overall the first day of the conference was awesome. I gave a Lightning talk on <a href="http://awstats.sourceforge.net/">AWStats</a> and how we&#8217;ve created some custom reports. I got to talk to lots of different people and see great presentations. For those who couldn&#8217;t make it, parts of code4lib were videoed and these will be put up later. I hope that you are able to enjoy the conference vicariously through the blog posts and video.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2007/02/28/code4lib-day-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
