Changes

2008talks Submissions

26,919 bytes added, 14:51, 23 November 2011
2008 talk descriptions
==Finding Relationships in Marc Data==I've been doing a lot of work around extracting as much meaning as possible from Marc records, using RDF as the data structure. Marc is a record-centric format, the result is anything but, with the RDF allowing rich relationships to form in the data that can then be used to drive different navigation techniques. This is about making the most of what is in Marc data to do something new. ==Using XML and LAMP Databases Together In Community Digitization Projects: The Pullman Virtual Museum==I propose to describe how MySQL tables interact with images, censusrecords, digitized newspaper articles, and XML records to record thehistory of the Pullman town and company, 1881-1950. Perl code is usedto create dynamically-built pages as well as editing (CRUD) screensfor data manipulation. (<a href="http://www.pullman-museum.org/">http://www.pullman-museum.org/</a>) Or in hai-ku, even shorter: "Pullman is my obsession;See how I did it with LAMP,Perl, and XML." ==Building the Open Library ==The Open Library project (<a href="demo.openlibrary.org" target=Working "_blank">demo.openlibrary.org</a>) is a collaboration between publishers, libraries, booklovers, and technologists to create a wiki with a page for every book. So far, we've been parsing Library of Congress records, ONIX feeds, Amazon pages, and more. And all the WorldCat code and data used along the way is completely open. We'll discuss the project's goals, what we've built so far, and how you can help. ==DLF ILS Discovery Interface Task Force API recommendation== The DLF ILS Discovery Interface Task Force was charged with creating a technical proposal that would provide standardized integration between integrated library systems and external applications, better enabling libraries to replace their OPAC with an external discovery system. This talk would provide background for the project and an overview of the recommendation (hopefully published by code4lib 2008), as well as address how the library developer community can contribute to API implementation. More information and current work on the recommendation are available:<a href="https://project.library.upenn.edu/confluence/display/ilsapi/Home" target=Zotero "_blank">https://project.library.upenn.edu/confluence/display/ilsapi/Home</a>. A breakout session could facilitate further feedback and Youdiscussion of next steps.  ==XForms for Metadata creation==As distributing metadata creation to authors, catalogers and other system users who may or Bibliography may not have an understanding of XML becomes more and more important it has become imperative to develop reliable methods for creating and editing XML documents. This presentation will focus on the Semantic Web two MODS editors developed by UVM and Brown Universities and introduce the XForms technology as a means for digital libraries to create and manage complex metadata. ==On-Demand, Online Media as a Media Archive==I would discuss the challenges in developing WKAR's on-demand media repository (to launch in January), developed in PHP with a MySQL backend, which employs PBCore metadata, exposes RDF metadata, and offers an OAI-PMH service. I would also address the opportunities for collaboration between public broadcasters, libraries and technologists, including opening up locally-produced media in a structured, searchable fashion, and making it accessible for both researchers and the public. ==�p�n�RL Digital Archive Services (DASe) at UT Austin==Digital Archive Services (DASe) is an open source PHP5/(MySQL|PostgreSQL|SQLite|XML) asset repository and web services engine. DASe is built using REST/ROA principles and is lightweight, embeddable, federation-capable, and highly scalable. DASe leverages the Atom/AtomPub protocols and (proposed) OpenSearch 1.1 and RDFa standards for maximum interoperability and extensibility. The current installation at UT Austin includes over 4 million pieces of metadata about 300K+ audio, video, images, and document files. Public beta release is scheduled for Dec 2007. ==MARCThing The continuing adventures of FBO/Helios==At code4lib 2007, Casey Durfee demonstrated a Django/Solr interface to library resources. It was then adapted by Dan Scott for use as a FACeted BACKup OPAC (FBO), and is now the OPAC for Paul Smith's College, courtesy of Mike Beccaria. Plans are underway to extend FBO/Helios as a discovery layer and a testbed for OPAC design. I'd like to talk about the state of the project, the choices made, and possible future directions. See <a href="http://code.google.com/p/fac-back-opac/" target="_blank">http://code.google.com/p/fac-back-opac/</a> for more info. ==Synapse==Synapse is a new Django-powered web application designed to provide research institutions with the ability to collect and manage bibliographic reference data of publications written by the institution's researchers. Uses include creating lists of significant work to bolster grant applications, generating CVs, and keeping up with the latest work of one's fellow researchers. I'll cover the challenges we faced in importing bulk data in mixed character sets, parsing author names, establishing relationships between canonical lists of employees and mixed representations of author credits in various publications, and how Django enabled us to meet an amazingly short deadline for a working, well-built web application. The Wayback Machine Synapse web application will launch at <a href="http://synapse.mskcc.org/" target="_blank">http://synapse.mskcc.org/</a> in early January 2008. ==From Idea MARCThing==I will discuss MARCThing, a self-contained web service which aims to Open Source do for MARC and Z39.50 what Solr did for searching. MARCThing can run off a thumb drive, but is powerful enough to handle the needs of a large site like LibraryThing.com. It was designed to free developers from the complexity of MARC and Z39.50 and their idiosyncrasies in the real world.  ==Introduction to Erlang==I'll give a brief introduction to Erlang[1], and the features that distinguish it from more commonly used languages. Time permitting, I'll demonstrate concurrency and hot-code-updates, and a concurrent MARC reader and writer. The basic theme will be "why you should consider adding this language to your toolbox." [1] <a href="http://www.erlang.org/" target="_blank">http://www.erlang.org/</a> ==Zotero and You, or Bibliography on the Semantic Web==Representatives from the Center for History and New Media will introduce Zotero, a free and open source extension for Firefox that allows you to collect, organize and archive your research materials. After a brief demo and explanation, we will discuss best practices for making your projects "Zotero ready" and other opportunities to integrate with your digital projects through the Zotero API. ==CouchDB is sacrilege... mmm, delicious sacrilege ==CouchDB has gained buzz in the last year as an ad-hoc, schema-free, web-friendly data store. Slapstick hilarity results when a self- confessed relational database bigot experiments with CouchDB and reports on the good, the bad, and the meh. Translation into serious-ese: I will introduce CouchDB, show how one or more applications interact with it, and share any "wows" or "gotchas" that I ran into. ==DLF ILS Discovery Interface Task Force API recommendation A Metadata Registry==An introduction to the Metadata Registry, an open source vocabulary, metadata schema, and DC application profile manager and registry. The Registry provides a bridge between the XML an RDF worlds, providing its output in XML Schema and SKOS/OWL, as well as providing managed namespace services, URI design, permanent URLs with content negotiation, support for multi-user ontology design, change history and version management tools. ==The Code4Lib Future Fish4Brains==During a 48 hour programming contest we leveraged Ruby on Rails to build <a href="http://www.fish4brains.com" target=A Metadata Registry "_blank">http://www.fish4brains.com</a>, an avatar approach to searching the internet for specific content. You drop your fish into the internet "ocean", and then periodically check on what sites it has visited. You can tune your fish's DNA by supplying custom Ruby code to help its site selection process. I'll demonstrate a few fish; including a fish that looks for libraries at .edu sites, as well as a fish you can train using Bayesian logic. The possible applications are endless. ==Like finding a needle in a 'Festuca'-stack: Identifying scientific names in the Biodiversity Heritage Library==Delivering Google- and Microsoft-funded mass scanning projects provide access tovast, heterogeneous collections of text, but fail to meet the needs ofspecific research communities. The Biodiversity Heritage Library Services (BHL)uses semantic tools developed with collaborators in the Web 2bioinformaticscommunity to provide interfaces to legacy print literature specificallytailored to its intended audience of scientists and taxonomists.0 environment: OSU Libraries Publishing System for These"taxonomically intelligent" algorithms and services create access pointsinto a domain-specific digital library unavailable by Librarians traditionalcataloging means. Example:<a href="http://www.biodiversitylibrary.org/name/Festuca_arundinacea" target="_blank">http://www.biodiversitylibrary.org/name/Festuca_arundinacea</a> This page shows a 'discovered bibliography' where the scientific name Festuca arundinacea (tall fescue, a common grass used in hay production) occurs throughout digitized content in BHL. Session would step through process & tools required to go from a scanned page to extracting scientific names using Natural Language Processing-based web services, plus the services that BHL support to further distribute this information. ==Finding Relationships in Marc Data Using a CSS Framework==Using a CSS framework can allow you to speed up your development time, normalize your code base, and avoid some common browser bugs. In this talk I will discuss when it is appropriate to use a framework, potential pitfalls of common frameworks, how the Yahoo User Interface (YUI) Grids system has been implemented in the default installation of the VuFind software, and demonstrate the creation of a 3 column CSS layout from scratch in under 5 minutes.  ==The Making From Idea to Open Source==Last year I spoke about my research and initial investigations of building a "Next Generation Catalog" using XML technologies coined as the MyResearch Portal. The Code4Lib Journal software has since progressed into an open source project known as VuFind. In this presentation I will talk about architecture and design decisions that were made to turn VuFind into a viable open source project and what future plans are in store, as well as how making the project open source has aided the project (and put me into project leader overtime). ==Hooking it together==Building Mountains Out Folk love our new single interface for requesting books via WorldCat from our catalog (III) and consortial systems: BLC Virtual Catalog (URSA), Borrow Direct (URSA), InRhode (INNReach), and Interlibrary Loan (ILLiad). We used php, java, and django to build a dozen web-APIs coordinated via mysql and a python script. I'll show our SOA architecture that allows consortial members to use components of Molehills our (recently open-sourced) code, and describe lessons-learned. ==WMS ? A Flexible Digital Object Workflow Management System ==OSS WebWMS is an integrated digital object workflow utility aimed at providing a front-based end platform for the open source repository packages, such as Fedora, as well as creating a vehicle for flexible and extensible metadata architectures. WMS is designed as a functional module container, the core modules of which are digital resource handling utility with configurable digital file handling capabilities, and metadata cataloging tool ==utility with a flexible schema builder. Other modules include metadata schema mapping, batch import/export, authentication/authorization, and collection/project/user management. ==XForms for Metadata creation Enriching code4lib through diversity====Using Technology conferences tend to lack in diversity - diversity in gender, and diversity in relation to people of color and underrepresented cultures. While the overall problem of increasing diversity within the larger technology sector is an issue larger than code4lib, we have the unique opportunity to lead other technology and library/technology conferences in supporting, promoting, and encouraging a CSS Framework ==community of inclusion. As code4lib is a conference, a website, a chatroom, a listserv, etc., our ability to pull together around the topics of coding, libraries, and technology also can be leveraged to pull together in expanding our community out in ways that are inclusive to all peoples. This session will focus on how we can hack the community in ways that further code4lib's ability to promote diversity - it will be part presentation, part proposal, part brainstorming, and all-inclusive. Follow-up from the outcomes of this session will take place via the other code4lib communication tools.  ==Show Your Stuff, using Omeka ====RDF Libraries need a simple solution for sharing and RDA: declaring publishing collections on the web. Omeka can help. Open source, robust, and modeling library metadata ==easy to install, Omeka gives cultural and academic institutions the means to publish archived content into beautiful, customizable web sites and exhibits. We'll show you how Omeka works, and how to extend it with plugins and custom themes. Finally, we'll explore the possibilities for migrating and publishing existing collections from other management systems using Omeka. ==Losing sleep over REST? ====Enriching code4lib through diversity Git in a open-source ILS project==Git is a distributed revision control system created in 2005 and is most notably used by the Linux kernel project. In mid-2007, Git was adopted by the Koha open source ILS project, replacing CVS. I will discuss Git's distributed repository model and the Koha developers' experience adjusting to it, then end with some speculation about how decentralized information exchange applies to library metadata by playing with the metaphor of LC as a central CVS repository. ==OAI-PMH, Solr and Federated Search: A Texas Story ==Using OAI-PMH metadata harvesting, the Solr indexer and an SRU external interface, the UNT Libraries developed a system to provide search access to over a million records from cultural heritage institutions in Texas. An IMLS National Leadership Grant funded the creation of a federated search portal located at the Texas State Library which uses this service. This presentation discusses the decisions made in the development of the OAI-PMH harvesting system and addresses challenges faced in the development of this service. ==A Tale XDRE/DAMS==We will present an overview of Three Plugins the Digital Asset Management System, a locally developed digital repository designed to store and manage any digital asset (images, documents, video, etc.). DAMS is an expression of our XDRE (eXtensible Digital Resource Environment) framework, an RDF, Solr, JSON, SRB, ARK, and Java based development platform. DAMS consumes and produces XML as a web service and uses XSLT and CSS to produce any kind of output (HTML, OAI, RSS, CSV).   ==?p?n?RL==The ?mlaut is an open source OpenURL middleware layer intended to improve the link resolving chain by analyzing incoming citations and intelligently querying resources to better enable access to them. The ?mlaut takes multiple approaches for locating items such as conference proceedings, preprints, postprints and gray literature utilizing search engines, Amazon, social citation managers and more. By utilizing the Worldcat registry, it is also personalizable and geospatially aware of available collections allowing access to all resources available to the user beyond the subscriptions of the ?mlaut's host institution. This talk will cover the history, architecture and community of this project. ==Agile Project Management Delivering Library Services in the Web 2.0 environment: OSU Libraries Publishing System for and by Librarians==Using Ruby on Rails, we built a web page publishing system. The system allows librarians with minimal technical expertise to create dynamic pages that integrate Web 2.0 features with traditional library content. Students use the pages to connect quickly to selected library resources. We'll discuss why we chose a custom solution, give an overview of our agile development processes, and then look under the hood. ==Location, Location, Location ==As libraries continue their move to offering resources online, the issue of categorizing and organizing information continues to be important. In particular, the "findability" of resources depends on accurate and standardized machine readable markings. Creative Commons has been a leader in encouraging users to mark their work with metadata indicating the license status. This talk will discuss the CC Rights Expression Langauge (ccREL) as a concrete example of co-locating machine and human readable markup. Colocated markup lowers the threshold effort required for content creators to add machine readable information. Buzz words: microformats, semantic web, RDF, RDFa, Creative Commons :). ==Hooking The Making of The Code4Lib Journal==Over the last 8 months, several members of the code4lib community have been hard at work creating a new journal from the ground up. The first issue will be released in mid-December, and work on upcoming issues is well underway. This presentation will cover the customizations we made to WordPress to use it together as a CMS for The Code4Lib Journal, as well as the various tools used for coordinating and organizing the editorial process. See also: <a href="http://journal.code4lib.org/" target="_blank">http://journal.code4lib.org/</a> ==Git Working with the WorldCat API==David Walker, from California State University, will show a prototype that uses the new OCLC Grid Services WorldCat API. The presentation will detail the newly released WorldCat API, examining its strengths and weaknesses. The prototype will include some examples of how libraries might integrate the API with their local systems in order to build a open-custom WorldCat interface designed specifically for their users. ==The Wayback Machine==Open source ILS project Wayback Machine 1.4 (Feb08) will conclude a year of substantial evolution of the tool. We will describe the new app framework designed to facilitate flexible configuration, customization, and integration with other applications and workflows, to extend file and repository support, and to eliminate dependencies on client-side javascript. We will also review added/enhanced replay modes and pluggable components, the multi-tier, exclusion management system, and improved performance, scalability and extensibility of the app.  ==A look inside AsiaPortal.info from Copenhagen==AsiaPortal.info the recently launched Community and Resource Portal, for Asian Studies for 20+ Universities, Think-tanks and Research Institutes in the Nordic Region. Building on the semantic capability of Talis Platform storage we are bridging the relationships between our community members and the knowledge they are using and producing. Using/creating OS tools, graphical relationship browser, and APIs to link Institutions, Research Events, People, Books, etc., integrating with Facebook, Yahoo and Amazon Webservices.  ==Participation�at what cost? RDF and RDA: declaring and modeling library metadata==This talk proposes to introduce the DCMI/RDA task group, formed to analyze the relationship of RDA to other metadata communities and to examine the modeling of library metadata. Recent DCMI developments will be discussed, including the DC Abstract Model, Application Profiles, RDF declarations of metadata element sets and value vocabularies, the Singapore Framework, and the emerging concept of description set profiling. It is hoped that this will help to foster collaboration between code4lib and DCMI. ==AquaBrowser A Tale of Three Plugins==We will describe three Ruby on Rails plugins developed as part of the DLF Aquifer project: acts_as_xml extends ActiveRecord functionality to a table with a column containing XML, e.g. MODS or DC. The plugin binds Ruby methods and classes to XML elements and attributes similar to Java's XMLBeans. acts_as_solr_xml, like act_as_solr, maps the XML column above to a SOLR index. act_as_sru adds SRU/SRW server-side capabilities to a RoR application. ==Digital Archive Services (DASe) Participation?at UT Austin what cost?==Ajax and other dynamic scripting languages have created opportunities to engage the library?s users as active contributors and annotators, while keeping these users in the flow of their existing activity streams (browsing the catalog, e-resources; renewing items already check out, etc).  But with this potential often comes the temptation to create bloated, slow interfaces that drive many users crazy ? and are just plain unusable to others (whether on dial-up, or disabled).  New approaches and environments are emerging. This session will share lessons learned from documented best practices of some of the largest interactive sites ? as well as our own trial and error. ==Tag Seeding Building Mountains Out of Molehills==Faceted navigation, which is an increasingly common feature of library OPACS, was initially developed to browse hierarchical data. MARC data however, has relatively little hierarchy, and user-generated tags have even less. The flatness of this data, makes the navigation of search result-sets cumbersome and often ineffective. BiblioCommons has been tracking academic research and industry best-practices in this realm, and experimenting with different methods of adding structure to these datasets. This session will share learning to date. ==The Web Archiving Service: Web Archiving Tools under Development at the California Digital Library ====Fish4Brains ====The continuing adventures California Digital Library is currently developing the Web Archiving Service (WAS) to enable librarians to capture, curate and preserve web-based information. The Web Archiving Service is a Java application with a Ruby-on-Rails front-end and employs a number of FBO/Helios open-source web archiving tools. CDL proposes to demonstrate the Web Archiving Service in progress. Particular emphasis will be placed on: ? Particular strengths of the Web Archiving Service, such as site change analysis. ? Design decisions driven by feedback from the library community. ? Challenges and opportunities offered by the technologies used.  Further information about the Web Archiving Service and the NDIIPP Web-at-Risk grant is available at: <a href="http://wiki.cdlib.org/WebAtRisk/tiki-index.php" target="_blank">http://wiki.cdlib.org/WebAtRisk/tiki-index.php</a> ==Bridges between library acquisitions systems and financial systems OSS Web-based cataloging tool==This presentation introduces a new open source, web-based cataloging application, started for the 2007 Google Summer of Code and currently developed at LibLime. It provides a full featured, customizable, fast application for original and copy cataloging. It uses the ExtJS user interface toolkit, Google Gears for local storage of bibliographic records, PazPar2 for searching multiple Z39.50 servers, and it will feature an integrated Jabber client for exchanging records. ==Why the social webs need libraries�as libraries?as much as libraries need the social web. ==Various recent reports (Pew, Forrester and Nielsen) have documented the tremendous participation gap that is evolving with the emergence of social web. Participation in the social web is far from universal. Moreover, the demographic profile of those who do participate is by no means representative of the internet user population at large. Yet this minority of users who are active contributors have had a significant, and growing, impact on how our collective attention is distributed ? and ultimately in determing that which gets seen, read and heard. This session will explore why this divide matters (so much), and why libraries ? collectively ? are uniquely positioned to engage so many new voices. ==Introduction to Erlang The Code4Lib Future==Code4lib is a successful brand in the library world, but with its continued growth it is time to consider the future of Code4Lib. This presentation will discuss options Code4lib has for the future, including becoming a non-profit 501(3)c corporation, joining with another organization, or keeping everything as it is. The implications of forming an organizational structure will be discussed and ample time will be giving to solicit input from conference attendees. ==Synapse LISInfo==LISInfo (<a href="http://lisinfo.org" target=XDRE"_blank">http:/DAMS /lisinfo.org</a>), presented by Brett Bonfield, will be a comprehensive catalog of things related to library and information science (e.g., associations, blogs, conferences, jobs, mailing lists).  It's not a wiki; it will have a controlled vocabulary and its records will be created by editors familiar with the field of librarianship. This open source, open data, Django-Solr hybrid with a faceted public interface is being developed by Brett Bonfield and Gabriel Sean Farrell. ==Agile Project Management==I would like to speak on Agile Project Management and how it can be used effective within library development teams to produce better code in less time. Concrete examples will be given from some of our recent project here at Emory.  ==Shelf Directional Map Display in a Library OPAC ==The shelf directional map is an interactive map display in an online public access catalog for library patrons. After the patron has initiated a search and selected a particular book or other library resource, the patron is given an option to view a dynamic map for the chosen resource based on the combination of its call number, location code and format. <a href="http://libmedia.wichita.edu/lhf/map_proposal.htm" target=Using XML "_blank">See examples</a>.The session will discuss the strategy and LAMP Databases Together In Community Digitization Projects: development of this map system. The Pullman Virtual Museum codes will be opened to the attendees.  ==Feed43==On-DemandIt's true that RSS is the information lifeline of the truly geeky library technologist, Online Media as but we get perturbed when our favorite sites fail to meet our RSS addiction. Enter Feed43. I'll detail how to manipulate the patterns and parameters in a Media Archive variety of different sites with this service to make the Web your RSS oyster. ==Tag Seeding==Whether tags are used for discovery, retrieval, or personal notes, user involved tagging is a popular component in web 2.0 content. If you're like the University of Michigan Library, you don't have this kind of tag associated with most of your data, but you would like to. I propose to discuss the theory, tools, and resources (perl, Wikipedia, Lucene, Infomap, Technorati) we are investigating to seed the tagging system we will deploy in early 2008. ==Like finding Losing sleep over REST?==We've recently hacked an API for the NYPL Digital Gallery to share images with the video collaboration platform, Kaltura. This could be your library's dream, or nightmare, depending where you sit. Is there a needle sweet spot between offering lightweight APIs - with possibly limited reliability - vs. trying to develop a bullet-proof API? Is the possible solution to seed the API to interested parties through feeds, with the implied expectation that it's a work in progress? ==AquaBrowser==Tod Olson and I can show folks around technical underpinnings of the University of Chicago implementation of AquaBrowser, soon to be made public. We'll be hacking AquaBrowser as a platform, but we'Festucall keep it generic with a focus on handling integration of LCC refine facets, overlaying other data on MARC records, and relevancy ranking in the context of mixed content. We'll probably also go into FRBR-stack: Identifying scientific names ization techniques and display considerations using builtin automated algorithms, and we'll have some good statistics to share about usage of next-gen interface techniques, and about patron participation in the Biodiversity Heritage Library ==catalog using social tools in the academic library context. ==Preserving Digital Content from CONTENTdm collections in private LOCKSS networks ====Better Living Through Hierarchy ==Presentation on the development of a LOCKSS plugin for harvesting CONTENTdm collections into a Private LOCKSS network. Discussion around the plugin development as well as the issues of related to preservation of the archival assets vs the presentation format, and the need to effectively save not only the digital objects but the associated metadata in a useful format.==WMS � A Flexible Digital Object Workflow Management System ====LISInfo Bridges between library acquisitions systems and financial systems==Few tools or systems outside of libraries understand MARC. So why is MARC the lingua franca for electronic ordering and batch loading of purchase orders from vendors? Is this a function that libraries will continue to expect from other bibliographic formats, say ONIX? This session will discuss some ideas about how we can move forward and build bridges between our acquisitions systems and other financial systems. ==Feed43 Better Living Through Hierarchy====Why does your catalog is FULL of fixed resources, really? One of your new gig a rails request comes in with openurl resolver it will deter any federal agents. Do people use last.fm? Plugins? When java started using assert as a general discussion of ruby/sru and rubyforge around these parts? This would solve the problem then take her to do a lot of what these are truly awesome band names page dates back to my place in Second Life. A look inside AsiaPortalmarkov chain that can introduce bugs.info from Copenhagen ==