<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Demiankatz</id>
		<title>Code4Lib - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Demiankatz"/>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/Special:Contributions/Demiankatz"/>
		<updated>2026-04-09T02:12:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Working_with_MARC&amp;diff=44680</id>
		<title>Working with MARC</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Working_with_MARC&amp;diff=44680"/>
				<updated>2016-12-16T14:07:12Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: Updated link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MARC stands for Machine Readable Cataloging, and many folks in the code4lib community find themselves working with MARC records at some point. This page is meant to be a round-up of the tools for working with MARC. If you want a general introduction to the standard, [http://en.wikipedia.org/wiki/MARC_standards the Wikipedia article] is a good place to start. MARC data is usually expressed either in ISO 2709 (&amp;quot;binary&amp;quot;) form or MARCXML form.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference information ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.loc.gov/marc/ Library of Congress MARC Standards Pages] (covers MARC21; formerly USMARC)&lt;br /&gt;
* [http://www.bl.uk/bibliographic/ukmarc.html British Library UKMARC Pages]&lt;br /&gt;
* [http://archive.ifla.org/VI/3/p1996-1/sec-uni.htm IFLA UNIMARC Pages]&lt;br /&gt;
* [http://www.oclc.org/content/bibformats/en.html OCLC MARC Pages]&lt;br /&gt;
&lt;br /&gt;
== Desktop tools ==&lt;br /&gt;
&lt;br /&gt;
* [http://marcedit.reeset.net/ MarcEdit]&lt;br /&gt;
&lt;br /&gt;
* [http://csharpmarc.net/ C# MARC Editor]: is a simple and light weight MARC Editor for Windows&lt;br /&gt;
&lt;br /&gt;
* [http://www.auto-graphics.com/download/SHOWMARC.EXE Showmarc]: is a DOS program that will show all the MARC fields used and how many times each is used.&lt;br /&gt;
&lt;br /&gt;
* [http://rossjohnson.homemail.com.au/MARCRTP/ MARC Record Translation Program] (MARC RTP) is a command line utility that shows fields and subfields used in a collection of MARC records and then converts, and selectively imports, into databases built with general-purpose applications.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.loc.gov/marc/marc-functional-analysis/tool.html FRBR Display Tool] takes a file of MARC records and creats XML and HTML files arranged using the Functional Requirements for Bibliographic Records principles.&lt;br /&gt;
&lt;br /&gt;
* [http://mysite.du.edu/~ttyler/freeware/marcxgen.htm MarcXGen] is a Marc URL extractor and HTML generator. Useful for link checking MARC records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.loc.gov/marc/makrbrkr.html MARCMaker and MARCBreaker] are DOS programs by the Library of Congress for converting MARC records to a text format and back.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bl.uk/bibliographic/usemarcon.html USEMARCON] is a multi-platform rule-based MARC record manipulation program. It is a command-line utility but there is also a GUI for it.&lt;br /&gt;
&lt;br /&gt;
== Getting Marc Indexed for Search Engines ==&lt;br /&gt;
&lt;br /&gt;
=== MARC in Solr ===&lt;br /&gt;
&lt;br /&gt;
* SolrMarc https://github.com/solrmarc/solrmarc&lt;br /&gt;
&lt;br /&gt;
* Solr http://lucene.apache.org/solr&lt;br /&gt;
&lt;br /&gt;
* Catmandu http://librecat.org (provides also loading into ElasticSearch, MongoDB and others)&lt;br /&gt;
&lt;br /&gt;
=== MARC in Zebra ===&lt;br /&gt;
&lt;br /&gt;
* Getting Started with Zebra http://wiki.code4lib.org/index.php/Getting_Started_with_Zebra&lt;br /&gt;
&lt;br /&gt;
* Zebra  http://www.indexdata.com/zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC Programming Libraries ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Project !! Language !! class=&amp;quot;unsortable&amp;quot; | Links !! class=&amp;quot;unsortable&amp;quot; | Notes&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| MARC4J || Java || http://marc4j.tigris.org/ || &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| javamarc || Java || http://github.com/billdueber/javamarc || Fork of MARC4J&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| MARC/Perl || Perl || http://marcpm.sf.net || Umbrella project; see also [http://search.cpan.org/search?query=marc&amp;amp;mode=all CPAN]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| pymarc || Python || http://github.com/edsu/pymarc/ || &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| File_MARC || PHP || http://pear.php.net/package/File_MARC/ || PEAR package; sanctioned fork of PHP-MARC&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| PHP-MARC || PHP || http://www.emilda.org/index.php?q=php-marc || Abandoned(?); served as basis for File_MARC&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| ruby-marc || Ruby || http://rubyforge.org/projects/marc/ &amp;lt;br/&amp;gt; http://wiki.code4lib.org/index.php/Ruby-marc ||&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| enhanced-marc || Ruby || http://github.com/rsinger/enhanced-marc || Convenience methods for ruby-marc&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| marc21 || Scheme || http://code.google.com/p/marc21 ||&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| marcerl || Erlang || svn://pubserv.oclc.org/marcerl|| Very alpha code&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Scala-MARC || Scala || http://github.com/achelous/Scala-MARC || &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| MARC Library (SobekCM) || C# || http://sourceforge.net/projects/marclibrary/ || Implemented in .NET 4.0 with LINQ and streams with Z39.50 support&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| CSharp MARC || C# || http://csharpmarc.net || Based upon File_MARC Pear packaged for PHP, but restyled for use in .NET&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| MARC.NET || C# || http://github.com/willkurt/MARC.NET || basic start, not thoroughly 'real world' tested&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| marc_record.js || JavaScript || http://www.pusc.it/bib/mel/marc_record.js (dead link) || Part of [http://www.pusc.it/bib/mel/ MARC Editor Lite] (dead link)&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| marcjs || JavaScript (node) || https://github.com/fredericd/marcjs || &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| USEMARCON || C++ || http://www.nationallibrary.fi/libraries/format/usemarcon.html || A rule-based MARC record conversion library&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| clj-marc || Clojure || http://github.com/phochste/clj-marc || Basic MARC21 and Aleph500 sequential export parser&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| MARC4J.Net || C# || https://github.com/mxurshid/MARC4J.Net || https://www.nuget.org/packages/MARC4J.Net&lt;br /&gt;
|-valian=&amp;quot;top&amp;quot;&lt;br /&gt;
| marc4js || JavaScript (Node.js) || https://github.com/jiaola/marc4js || Read/transform/write records with Node stream api. Handles MARC8 and UTF8.  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A feed of commit messages and release announcements from many of the projects listed above can be found at http://pipes.yahoo.com/gmcharlt/marctoolchanges.&lt;br /&gt;
&lt;br /&gt;
== Utilities and Frameworks ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Project !! Language !! class=&amp;quot;unsortable&amp;quot; | Links !! class=&amp;quot;unsortable&amp;quot; | Notes&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| MarcXimiL || Python || http://marcximil.sourceforge.net/ || Bibliographic Similarity Analysis Framework &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| Catmandu || Perl || http://librecat.org || An ETL-framework to extract, transform and load MARC (and other formats) from/to various databases, indexes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Getting Sample Data ==&lt;br /&gt;
&lt;br /&gt;
One common question is where to get sample MARC records for testing or playing around with. If you work at a library, chances are good that you can get some records out of your ILS (go ask your systems librarian if you don't know how to do this yourself). If you don't work in a library, you can get [http://www.archive.org/details/ol_data MARC bibliographic records from the Internet Archive].&lt;br /&gt;
&lt;br /&gt;
You can also get [http://www.hathitrust.org/data MARCXML data for titles in HathiTrust through OAI-PMH].&lt;br /&gt;
&lt;br /&gt;
There is a nascent movement within the code4lib community to establish a test set of problematic MARC records, especially records that are representative of the kinds of weirdness that is encountered in real libraries. It is hoped that this could eventually become a test corpus against which to run various MARC processing implementations. For more information, watch [http://www.archive.org/details/MARCTHULU Simon Spero's excellent talk from Code4LibCon 2010].&lt;br /&gt;
&lt;br /&gt;
MARC records for authority data are more common. The [http://www.getty.edu/research/conducting_research/vocabularies/download.html Getty Vocabularies] makes both the The Art &amp;amp; Architecture Thesaurus (AAT) and The Union List of Artist Names (ULAN) freely available. The [http://www.library.northwestern.edu/public/gsafd/ Guidelines On Subject Access To Individual Works Of Fiction, Drama, Etc.] records are available from Northwestern University. The [http://www.nlm.nih.gov/mesh/filelist.html Medical Subject Headings (MeSH)] are available in many formats, one of them being MARC.&lt;br /&gt;
&lt;br /&gt;
== Reporting on How MARC Has Been Used ==&lt;br /&gt;
&lt;br /&gt;
[http://experimental.worldcat.org/marcusage/ MARC Usage in WorldCat] - A site that reports on how MARC has been used within the 300 million record WorldCat database&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_game_night&amp;diff=36655</id>
		<title>2013 game night</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_game_night&amp;diff=36655"/>
				<updated>2013-02-12T22:20:11Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Race for the Galaxy (7:45) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Game Night! Type of games might vary due to interest and what people bring. Looks like interest right now is mostly on light to mediumish games with a dash of abstracts ;).&lt;br /&gt;
&lt;br /&gt;
= Schedule =&lt;br /&gt;
Tuesday night the 11th.&lt;br /&gt;
&lt;br /&gt;
Rough Schedule:&lt;br /&gt;
&lt;br /&gt;
    7:30 setup&lt;br /&gt;
    7:45 start playing games!&lt;br /&gt;
    10:00 start winding down (don't start new games)&lt;br /&gt;
    10:30 all done, turn off the lights&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I highly recommend that people walk in groups to get back to their respective lodgings. I'll ask folks still around at the end to help me clean up so we can walk back to the conference hotel&lt;br /&gt;
&lt;br /&gt;
Please bring your badge with. (You don't need to wear it on the way, but that'll help us make sure everyone in the room is supposed to be there.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Where =&lt;br /&gt;
&lt;br /&gt;
We have a conference room at the UIC library (Richard J. Daley Library MC 234, 801 S. Morgan, Chicago) reserved for 7:30 on Tuesday the 11th. I'll try to show up at the lobby and hang out there for at about 7:15. I'll be the guy with a code4lib nametag and a box of games ;). Not sure how late we'll play, it looks like the library is open till 1:00am, but I suspect I will for now put a rough ending time of 11pm.&lt;br /&gt;
&lt;br /&gt;
(Note, there's also some discussion on Cards Against Humanity. I will try to make sure there's an alternative game, but I don't know if I want to prohibit any games. I would say though to remember to be respectful and courteous to those around you. I will probably be pondering this issue for a while)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Games =&lt;br /&gt;
&lt;br /&gt;
Some notes:&lt;br /&gt;
&lt;br /&gt;
Please bring your badge with. (You don't need to wear it on the way, but that'll help us make sure everyone in the room is supposed to be there.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We may have more people signed up for this night than there is space. Due to that, we're going to try to set up tables in the space that volunteers who aren't playing can also teach. Also, we may have to ask people to find somewhere else to play if we need overfill.  We'll try to make a list of locations that might have tables and space that people can go to in walking distance.  Also, given some of the constraints, I'm going to say two-player games can be added, but may ask them to move out to the overfill since it's a bit easier for two people to find a spot to play and it'll free up some room. We're going to have to play this by ear, my apologizes.  I hope we can make this work!&lt;br /&gt;
&lt;br /&gt;
To make the event flow smoother, we're going to have sign-ups for games at least to start with. Please, please sign up for a game. We'll be setting up games that have folks signed up and getting them seated first.  Then we'll try to fill in spots or help set up folks who haven't signed up for a particular game. If you bought a game and know for sure you want to play it, add a slot below. We'll have signs on tables for the particular game slot so people can find the games. I'm still trying to decide on how we'll deal with games as they end and getting new games setup. (We'll probably have sign-up sheets at a table for future slots that people can sign up for) Look for more rules at the actual event ;).&lt;br /&gt;
&lt;br /&gt;
* If you can teach the game, put (T) after name&lt;br /&gt;
* If you brought several games and are willing to teach them and not play, make a note on the bottom and we'll try to set them up near each other.&lt;br /&gt;
* Please show up 5 minutes before the game starts. Otherwise you may find your seat has been given away.&lt;br /&gt;
* If you bought another copy of a game and it's already on the list and full, feel free to start another one. Add a number&lt;br /&gt;
* Signing up for a slot only commits you for one play of the game.  In other words, if you signed up for the 7:45 RoboRally and it finishes at 8:30 and someone wants to play again, you don't have to ;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format&lt;br /&gt;
&lt;br /&gt;
== Game name (time it will start) [# if duplicate game in same slot] ==&lt;br /&gt;
description&lt;br /&gt;
# foo&lt;br /&gt;
# bar &lt;br /&gt;
# number of &amp;quot;seats&amp;quot;, set what feels good, doesn't have to be the highest limit of the tame&lt;br /&gt;
- any notes, like if you're will to teach and not play (don't put if you're planning on playing games)&lt;br /&gt;
&lt;br /&gt;
Clarifications:&lt;br /&gt;
You a&lt;br /&gt;
&lt;br /&gt;
== Hey, that's my fish! (7:45)==&lt;br /&gt;
Simple rules, but challenging play.  Try to pick up fish but as you do, the ice begins to separate! Can you get the most or will you end up stuck alone on a ice flow.  Fairly quick game. http://www.boardgamegeek.com/boardgame/8203/hey-thats-my-fish&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Time's Up! Title Recall (7:45)==&lt;br /&gt;
A mix of charades and Taboo.  You'll start with a set of titles and the ability to give nearly unlimted clues and go through a series of tougher rounds until it's just charades. The same titles (literature, arts, music) are used from round to round, so you'll end up even developing your own language ;). Good party game that isn't as well know as it could be. http://www.boardgamegeek.com/boardgame/36553/times-up-title-recall&lt;br /&gt;
# Heidi Frank (hf36@nyu.edu) - haven't played this one before, but sounds cool!&lt;br /&gt;
# Megan O'Neill Kudzia (moneill@albion.edu)&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
NOTE: This game requires even number of players&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Tsuro (7:45) ==&lt;br /&gt;
Featured on the first season of the Tabletop show, http://www.youtube.com/watch?v=NMtlQxJeWvc.  A nice game that's difficult to describe.  You lay tiles that control your future path and try to avoid running into other folks http://www.boardgamegeek.com/boardgame/16992/tsuro! &lt;br /&gt;
# Christie Peterson (have played before, but don't have game, so T if I can review rules quickly)&lt;br /&gt;
# Emily Shaw&lt;br /&gt;
# Christian Sarason (this game looks cool)&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== No Thanks! (7:45) ==&lt;br /&gt;
A nice quick card game.  Like golf, lowest score wins. http://boardgamegeek.com/boardgame/12942/no-thanks&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Carcassone (7:45) ==&lt;br /&gt;
The classic tile laying game.  Build up a medieval town, http://boardgamegeek.com/boardgame/822/carcassonne&lt;br /&gt;
# Allan Berry&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Ticket to Ride (7:45) ==&lt;br /&gt;
Can you build up a network of trains to ensure you can reach all of your destination?  Gather cards to build your lines.  A nice game with a simple set of actions that builds up nicely. http://www.boardgamegeek.com/boardgame/9209/ticket-to-ride&lt;br /&gt;
# Emily Lynema - I can give the general idea how to play&lt;br /&gt;
# Cynthia Ng - in for at least 1 game&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Bohnanza (7:45) ==&lt;br /&gt;
A set collection card game with a twist! You need too keep the cards in a certain order in your hand! http://www.boardgamegeek.com/boardgame/11/bohnanza&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
- Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
- Christie Peterson is bringing this game and can play/coach if needed although it's been a while so I'll need to brush up on the rules!&lt;br /&gt;
&lt;br /&gt;
== Wits &amp;amp; Wagers (7:45) ==&lt;br /&gt;
A trivia game where you don't need to know the answer, but when to bet on who does! http://boardgamegeek.com/boardgame/20100/wits-wagers&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
-  Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== RoboRally (7:45) ==&lt;br /&gt;
Who's will be the first to get their robot to finish the race course while avoiding the endless pits and the lazer blasts of other robots. But you need to fill the robot's registers with his next five moves! http://boardgamegeek.com/boardgame/18/roborally&lt;br /&gt;
# Esmé Cowles (T)&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
-  Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Fluxx! (7:45) ==&lt;br /&gt;
The rules of the game evolve as you play.  An ever changing card game where you try to make the rules and goal match what objects you have in front of you. http://boardgamegeek.com/boardgame/258/fluxx&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
-  Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Zombie Dice (7:45) ==&lt;br /&gt;
Can you eat the most brains?  Can you evade the shotguns the longest? Try this press your luck dice game to find out if you are the best zombie. http://boardgamegeek.com/boardgame/62871/zombie-dice&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
-  Jon Gorman will be willing to teach even if he can't play. This means you might have to wait a little to start.&lt;br /&gt;
&lt;br /&gt;
== Kill Doctor Lucky (8:00) ==&lt;br /&gt;
Why do all mystery games start just after all the fun is over? Your objective in this board game: kill Doctor Lucky. I have to warn you, though, that Doctor Lucky is aptly named... http://boardgamegeek.com/boardgame/257/kill-doctor-lucky&lt;br /&gt;
# Becky Yoose - T&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Give Me The Brain! (9:00) ==&lt;br /&gt;
Working fast food can be rough, Particularly when you're a graveyard shift zombie.  Thankfully, you don't really need to be entirely there, except for some of the most challenging tasks. In that case, you better hope you can get your hands on some brains.  A card game where you try to get rid of all the cards in your hand, but your fellow gamers will be also playing cards to make that more difficult. http://www.boardgamegeek.com/boardgame/176/give-me-the-brain&lt;br /&gt;
# Maura Byrne (T)&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Wandering Monster (7:45) ==&lt;br /&gt;
Brave adventurers explore a dungeon maze and you compete with other fearsome monsters to eat the most of them. It's a movement tactics game with plenty of chances to throw obstacles at other players through card play. This is home brew so no link on BGG yet, but you can get some of the flavor from the project blog: http://gnomekeeper.blogspot.com. Good for 2-4 players so the designer can watch or play depending on interest.&lt;br /&gt;
# Alan Dyck (T)&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Race for the Galaxy (7:45) ==&lt;br /&gt;
In the card game Race for the Galaxy,   http://boardgamegeek.com/boardgame/28143/race-for-the-galaxy   players build galactic civilizations by playing game cards in front of them that represent worlds or technical and social developments. Some worlds allow players to produce goods, which can be consumed later to gain either card draws or victory points when the appropriate technologies are available to them. These are mainly provided by the developments and worlds that are not able to produce, but the fancier production worlds also give these bonuses.&lt;br /&gt;
&lt;br /&gt;
# Robert Haschart (T)&lt;br /&gt;
# Demian Katz&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Dominion (7:45) ==&lt;br /&gt;
In Dominion, each player starts with an identical, very small deck of cards. In the center of the table is a selection of other cards the players can &amp;quot;buy&amp;quot; as they can afford them. Through their selection of cards to buy, and how they play their hands as they draw them, the players construct their deck on the fly, striving for the most efficient path to the precious victory points by game end.  http://boardgamegeek.com/boardgame/36218/dominion&lt;br /&gt;
&lt;br /&gt;
I did not bring this game, however if there is interest, there is a free online web-based version of the game that includes the base game as well as all of the expansion sets.  To go this route those interested will need to have a laptop.  I will be able to Teach both the rules of the game as well and the mechanics of playing the game using the web-interface.  &lt;br /&gt;
&lt;br /&gt;
# Rob Dumas&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Bang! (8:30) ==&lt;br /&gt;
&amp;quot;The Outlaws hunt the Sheriff. The Sheriff hunts the Outlaws. The Renegade plots secretly, ready to take one side or the other. Bullets fly. Who among the gunmen is a Deputy, ready to sacrifice himself for the Sheriff? And who is a merciless Outlaw, willing to kill him? If you want to find out, just draw (your cards)!&amp;quot; (From back of box)  More at http://boardgamegeek.com/boardgame/30933/bang-the-bullet&lt;br /&gt;
&lt;br /&gt;
# Ian Walls (only actually played once before, but I'm sure we can figure it out)&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Contact info =&lt;br /&gt;
&lt;br /&gt;
Any questions?  Contact jonathan (dot) gorman (at) gmail (dot) com.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_breakout_sessions_reports&amp;diff=36647</id>
		<title>2013 breakout sessions reports</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_breakout_sessions_reports&amp;diff=36647"/>
				<updated>2013-02-12T21:58:13Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Tuesday, Feb.12, 2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tuesday, Feb.12, 2013 ==&lt;br /&gt;
* CodeCraft - Writing better code - '''location: Room D''' &lt;br /&gt;
* Code4Lib Journal discussion of editorial process (open to anyone) - '''Main Room, front right corner''' &lt;br /&gt;
* Tools for instruction: Guide on the Side, LMS integration, subject / course guides, etc. - '''Main Room, rear right corner''' &lt;br /&gt;
* Marc4J, SolrMarc, and MARC -&amp;gt; Solr in general -- Next steps - '''Room E''' Minutes: [[2013_marc_breakout]]&lt;br /&gt;
* Building / Keeping relevant skills - How do you access training, develop skills, and keep current while still doing your day job - '''Room F'''&lt;br /&gt;
* Cupcakes4Lib -- A Pilgrimage - '''Registration Table''' &lt;br /&gt;
* relevance ranking and testing - '''Main room, left rear corner'''&lt;br /&gt;
* Fedora4Lib: Developer Challenge! (http://fedora4lib.org/hack/) - '''Main room, left front corner'''&lt;br /&gt;
&lt;br /&gt;
== Wednesday, Feb.13, 2013 ==&lt;br /&gt;
* Group 42/Topic&lt;br /&gt;
* Group 43/Topic&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36646</id>
		<title>2013 marc breakout</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36646"/>
				<updated>2013-02-12T21:57:21Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Attendees: some with no MARC4J/SolrMarc experience, some using MARC4J outside of SolrMarc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Marc4j ==&lt;br /&gt;
&lt;br /&gt;
=== Basics ===&lt;br /&gt;
&lt;br /&gt;
What is it?  Java library for working with MARC records.&lt;br /&gt;
&lt;br /&gt;
Supports MARC21 and Unicode; may be more robust for MARC21.&lt;br /&gt;
&lt;br /&gt;
=== Migration ===&lt;br /&gt;
&lt;br /&gt;
There is now a Marc4j organization on GitHub to migrate content out of Tigris/CVS.&lt;br /&gt;
&lt;br /&gt;
Goal: centralize management of the project so versions can be tracked more easily (i.e. no more custom versions bundled in SolrMarc that exist nowhere else).&lt;br /&gt;
&lt;br /&gt;
No objections to moving Marc4j to GitHub.&lt;br /&gt;
&lt;br /&gt;
Bob will talk to Bas about putting a &amp;quot;we've moved&amp;quot; notice in the old Tigris/CVS repo.&lt;br /&gt;
&lt;br /&gt;
=== Other Issues ===&lt;br /&gt;
&lt;br /&gt;
==== ICU4j embedding ====&lt;br /&gt;
&lt;br /&gt;
Issue: Marc4j builds its code tables using a normalizer borrowed from the ICU4j library.  ICU library is huge, so normalizer is bundled into Marc4j by itself.  This saves space but makes it more complex/difficult to update ICU4j dependency.&lt;br /&gt;
&lt;br /&gt;
Should we continue to bundle subset of ICU4j, or should we simply add ICU4j as a straight dependency and not worry about the space savings?&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Version Numbers ====&lt;br /&gt;
&lt;br /&gt;
Current GitHub version is 2.5.1 beta.&lt;br /&gt;
&lt;br /&gt;
Proposal: clean up/test, then start semantic versioning with 2.6.0.&lt;br /&gt;
&lt;br /&gt;
Start release notes/change history file in repo.  Joe will look into this.&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Test Coverage ====&lt;br /&gt;
&lt;br /&gt;
Current level of coverage: unknown.&lt;br /&gt;
&lt;br /&gt;
Possible project: borrow tests from other MARC libraries and adapt for Marc4j to improve coverage.&lt;br /&gt;
&lt;br /&gt;
==== Continuous Integration ====&lt;br /&gt;
&lt;br /&gt;
Simple solution: create Travis-CI hook in GitHub to run tests (probably using existing Ant script for now).&lt;br /&gt;
&lt;br /&gt;
Future project: begin measuring test coverage.&lt;br /&gt;
&lt;br /&gt;
==== Dependency Management ====&lt;br /&gt;
&lt;br /&gt;
We need to get Marc4j into the Maven central repository so that it can be easily included in other projects.&lt;br /&gt;
&lt;br /&gt;
Bill Dueber will look at introducing Ivy for dependency management within Marc4j.&lt;br /&gt;
&lt;br /&gt;
==== Simon's Pull Request ====&lt;br /&gt;
&lt;br /&gt;
Simon Spero submitted a large pull request to rearrange code (including some Ivy-related work).  Bob will review.&lt;br /&gt;
&lt;br /&gt;
==== Integration with Eclipse ====&lt;br /&gt;
&lt;br /&gt;
Bob could use some help with checking code out of Git and getting it working in Eclipse.&lt;br /&gt;
&lt;br /&gt;
== SolrMarc ==&lt;br /&gt;
&lt;br /&gt;
=== Moving code to Marc4j ===&lt;br /&gt;
&lt;br /&gt;
SolrMarc contains some custom MARC readers that are generic and reusable enough to better fit in the base Marc4j library.  There were no objections to moving these up to Marc4j for greater availability.&lt;br /&gt;
&lt;br /&gt;
=== Expanded Use of Mix-Ins ===&lt;br /&gt;
&lt;br /&gt;
Bob has developed &amp;quot;mix-in&amp;quot; mechanism for writing custom routines in a stand-alone way.  He would like to see more use of these in place of the custom system-specific examples.  This simplifies the project structure and allows easier sharing of routines that may be useful to various members of the community.&lt;br /&gt;
&lt;br /&gt;
Documentation is in progress, plus development of &amp;quot;SolrMarc mix-in development kit.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Some discussion of where mix-ins should live: as part of SolrMarc repo, or elsewhere?  Would dependency management with Ivy (for example) help with this?&lt;br /&gt;
&lt;br /&gt;
Demian volunteered to help refactor the GenericVuFind example to mix-ins as a first step in evaluating how to proceed; Tod is doing some mix-in work already and will help advise this process.&lt;br /&gt;
&lt;br /&gt;
Naomi pointed out that we can trash the GenericBlacklight and Stanford examples as they are out of date and no longer in use.&lt;br /&gt;
&lt;br /&gt;
=== Number of .jars ===&lt;br /&gt;
&lt;br /&gt;
Naomi asked about the current situation of bundling most of SolrMarc into a single .jar; Bob stated that this adds some benefits and some restrictions/complexity.  The one jar approach is a good way of avoiding &amp;quot;class not found&amp;quot; errors but it makes the build process more complex.&lt;br /&gt;
&lt;br /&gt;
After Bill investigated Ivy for Marc4j, perhaps his new knowledge can be applied to investigating an alternative to the current complex Ant scripts.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36643</id>
		<title>2013 marc breakout</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36643"/>
				<updated>2013-02-12T21:30:47Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Attendees: some with no MARC4J/SolrMarc experience, some using MARC4J outside of SolrMarc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Marc4j ==&lt;br /&gt;
&lt;br /&gt;
=== Basics ===&lt;br /&gt;
&lt;br /&gt;
What is it?  Java library for working with MARC records.&lt;br /&gt;
&lt;br /&gt;
Supports MARC21 and Unicode; may be more robust for MARC21.&lt;br /&gt;
&lt;br /&gt;
=== Migration ===&lt;br /&gt;
&lt;br /&gt;
There is now a Marc4j organization on GitHub to migrate content out of Tigris/CVS.&lt;br /&gt;
&lt;br /&gt;
Goal: centralize management of the project so versions can be tracked more easily (i.e. no more custom versions bundled in SolrMarc that exist nowhere else).&lt;br /&gt;
&lt;br /&gt;
No objections to moving Marc4j to GitHub.&lt;br /&gt;
&lt;br /&gt;
Bob will talk to Bas about putting a &amp;quot;we've moved&amp;quot; notice in the old Tigris/CVS repo.&lt;br /&gt;
&lt;br /&gt;
=== Other Issues ===&lt;br /&gt;
&lt;br /&gt;
==== ICU4j embedding ====&lt;br /&gt;
&lt;br /&gt;
Issue: Marc4j builds its code tables using a normalizer borrowed from the ICU4j library.  ICU library is huge, so normalizer is bundled into Marc4j by itself.  This saves space but makes it more complex/difficult to update ICU4j dependency.&lt;br /&gt;
&lt;br /&gt;
Should we continue to bundle subset of ICU4j, or should we simply add ICU4j as a straight dependency and not worry about the space savings?&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Version Numbers ====&lt;br /&gt;
&lt;br /&gt;
Current GitHub version is 2.5.1 beta.&lt;br /&gt;
&lt;br /&gt;
Proposal: clean up/test, then start semantic versioning with 2.6.0.&lt;br /&gt;
&lt;br /&gt;
Start release notes/change history file in repo.  Joe will look into this.&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Test Coverage ====&lt;br /&gt;
&lt;br /&gt;
Current level of coverage: unknown.&lt;br /&gt;
&lt;br /&gt;
Possible project: borrow tests from other MARC libraries and adapt for Marc4j to improve coverage.&lt;br /&gt;
&lt;br /&gt;
==== Continuous Integration ====&lt;br /&gt;
&lt;br /&gt;
Simple solution: create Travis-CI hook in GitHub to run tests (probably using existing Ant script for now).&lt;br /&gt;
&lt;br /&gt;
Future project: begin measuring test coverage.&lt;br /&gt;
&lt;br /&gt;
==== Dependency Management ====&lt;br /&gt;
&lt;br /&gt;
We need to get Marc4j into the Maven central repository so that it can be easily included in other projects.&lt;br /&gt;
&lt;br /&gt;
Bill Dueber will look at introducing Ivy for dependency management within Marc4j.&lt;br /&gt;
&lt;br /&gt;
==== Simon's Pull Request ====&lt;br /&gt;
&lt;br /&gt;
Simon Spero submitted a large pull request to rearrange code (including some Ivy-related work).  Bob will review.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36642</id>
		<title>2013 marc breakout</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36642"/>
				<updated>2013-02-12T21:29:49Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Attendees: some with no MARC4J/SolrMarc experience, some using MARC4J outside of SolrMarc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Marc4j ==&lt;br /&gt;
&lt;br /&gt;
=== Basics ===&lt;br /&gt;
&lt;br /&gt;
What is it?  Java library for working with MARC records.&lt;br /&gt;
&lt;br /&gt;
Supports MARC21 and Unicode; may be more robust for MARC21.&lt;br /&gt;
&lt;br /&gt;
=== Migration ===&lt;br /&gt;
&lt;br /&gt;
There is now a Marc4j organization on GitHub to migrate content out of Tigris/CVS.&lt;br /&gt;
&lt;br /&gt;
Goal: centralize management of the project so versions can be tracked more easily (i.e. no more custom versions bundled in SolrMarc that exist nowhere else).&lt;br /&gt;
&lt;br /&gt;
No objections to moving Marc4j to GitHub.&lt;br /&gt;
&lt;br /&gt;
Bob will talk to Bas about putting a &amp;quot;we've moved&amp;quot; notice in the old Tigris/CVS repo.&lt;br /&gt;
&lt;br /&gt;
=== Other Issues ===&lt;br /&gt;
&lt;br /&gt;
==== ICU4j embedding ====&lt;br /&gt;
&lt;br /&gt;
Issue: Marc4j builds its code tables using a normalizer borrowed from the ICU4j library.  ICU library is huge, so normalizer is bundled into Marc4j by itself.  This saves space but makes it more complex/difficult to update ICU4j dependency.&lt;br /&gt;
&lt;br /&gt;
Should we continue to bundle subset of ICU4j, or should we simply add ICU4j as a straight dependency and not worry about the space savings?&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Version Numbers ====&lt;br /&gt;
&lt;br /&gt;
Current GitHub version is 2.5.1 beta.&lt;br /&gt;
&lt;br /&gt;
Proposal: clean up/test, then start semantic versioning with 2.6.0.&lt;br /&gt;
&lt;br /&gt;
Start release notes/change history file in repo.  Joe will look into this.&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Test Coverage ====&lt;br /&gt;
&lt;br /&gt;
Current level of coverage: unknown.&lt;br /&gt;
&lt;br /&gt;
Possible project: borrow tests from other MARC libraries and adapt for Marc4j to improve coverage.&lt;br /&gt;
&lt;br /&gt;
==== Continuous Integration ====&lt;br /&gt;
&lt;br /&gt;
Simple solution: create Travis-CI hook in GitHub to run tests (probably using existing Ant script for now).&lt;br /&gt;
&lt;br /&gt;
==== Dependency Management ====&lt;br /&gt;
&lt;br /&gt;
We need to get Marc4j into the Maven central repository so that it can be easily included in other projects.&lt;br /&gt;
&lt;br /&gt;
Bill Dueber will look at introducing Ivy for dependency management within Marc4j.&lt;br /&gt;
&lt;br /&gt;
==== Simon's Pull Request ====&lt;br /&gt;
&lt;br /&gt;
Simon Spero submitted a large pull request to rearrange code (including some Ivy-related work).  Bob will review.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36635</id>
		<title>2013 marc breakout</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_marc_breakout&amp;diff=36635"/>
				<updated>2013-02-12T21:16:31Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: Created page with &amp;quot;Attendees: some with no MARC4J/SolrMarc experience, some using MARC4J outside of SolrMarc.   == Marc4j ==  === Basics ===  What is it?  Java library for working with MARC records...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Attendees: some with no MARC4J/SolrMarc experience, some using MARC4J outside of SolrMarc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Marc4j ==&lt;br /&gt;
&lt;br /&gt;
=== Basics ===&lt;br /&gt;
&lt;br /&gt;
What is it?  Java library for working with MARC records.&lt;br /&gt;
&lt;br /&gt;
Supports MARC21 and Unicode; may be more robust for MARC21.&lt;br /&gt;
&lt;br /&gt;
=== Migration ===&lt;br /&gt;
&lt;br /&gt;
There is now a Marc4j organization on GitHub to migrate content out of Tigris/CVS.&lt;br /&gt;
&lt;br /&gt;
Goal: centralize management of the project so versions can be tracked more easily (i.e. no more custom versions bundled in SolrMarc that exist nowhere else).&lt;br /&gt;
&lt;br /&gt;
No objections to moving Marc4j to GitHub.&lt;br /&gt;
&lt;br /&gt;
=== Other Issues ===&lt;br /&gt;
&lt;br /&gt;
==== ICU4j embedding ====&lt;br /&gt;
&lt;br /&gt;
Issue: Marc4j builds its code tables using a normalizer borrowed from the ICU4j library.  ICU library is huge, so normalizer is bundled into Marc4j by itself.  This saves space but makes it more complex/difficult to update ICU4j dependency.&lt;br /&gt;
&lt;br /&gt;
Should we continue to bundle subset of ICU4j, or should we simply add ICU4j as a straight dependency and not worry about the space savings?&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Version Numbers ====&lt;br /&gt;
&lt;br /&gt;
Current GitHub version is 2.5.1 beta.&lt;br /&gt;
&lt;br /&gt;
Proposal: clean up/test, then start semantic versioning with 2.6.0.  Start release notes/change history file in repo.&lt;br /&gt;
&lt;br /&gt;
Group decision: yes.  No objections.&lt;br /&gt;
&lt;br /&gt;
==== Dependency Management ====&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_Lightning_Talks_Signup&amp;diff=36519</id>
		<title>2013 Lightning Talks Signup</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_Lightning_Talks_Signup&amp;diff=36519"/>
				<updated>2013-02-12T16:23:19Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Wenesday, 4:20-5:20pm [12 slots] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Sign up for Lightning Talks!!'''&lt;br /&gt;
&lt;br /&gt;
Lightning talks are scheduled on all three days of the conference. A lightning talk is a fast-paced 5 minute talk on a topic of your choosing. Sign-ups for lightning talks will open immediately following the first keynote.&lt;br /&gt;
&lt;br /&gt;
Mark Jason Dominus has a nice page [http://perl.plover.com/lt/lightning-talks.html about lightning talks], which includes this summary of why you might want to do one:&lt;br /&gt;
&lt;br /&gt;
''Maybe you've never given a talk before, and you'd like to start small. For a Lightning Talk, you don't need to make slides, and if you do decide to make slides, you only need to make three.''&lt;br /&gt;
&lt;br /&gt;
''Maybe you're nervous and you're afraid you'll mess up. It's a lot easier to plan and deliver a five minute talk than it is to deliver a long talk. And if you do mess up, at least the painful part will be over quickly.''&lt;br /&gt;
&lt;br /&gt;
''Maybe you don't have much to say. Maybe you just want to ask a question, or invite people to help you with your project, or boast about something you did, or tell a short cautionary story. These things are all interesting and worth talking about, but there might not be enough to say about them to fill up thirty minutes.''&lt;br /&gt;
&lt;br /&gt;
You might also like Mark Fowler's's [http://www.perl.com/pub/2004/07/30/lightningtalk.html Advice for Giving a Lightning Talk].&lt;br /&gt;
&lt;br /&gt;
Have something to add but didn't get a chance to do it in Chicago?  Consider signing up to present at the [[Virtual Lightning Talks]] on April 3rd, 2013.&lt;br /&gt;
&lt;br /&gt;
'''LIGHTNING TALK SIGNUPS OPEN AT 10 AM EST ON FEBRUARY 12'''&lt;br /&gt;
&lt;br /&gt;
Those who already have presentation slots, please hold off and give those without slots lightning talk chances, to spread around the opportunity to talk to the conference. &lt;br /&gt;
&lt;br /&gt;
=== Tuesday, 4:20-5:20pm [12 slots] ===&lt;br /&gt;
&lt;br /&gt;
Enter ''Name'' -- ''Title of Talk''&lt;br /&gt;
&lt;br /&gt;
# Cynthia Ng / RULA Bookfinder&lt;br /&gt;
# Julien Gibert - turning a solr response into a rdf file&lt;br /&gt;
# Bill Dueber -- Datamart report generator at UMich&lt;br /&gt;
# Jonathan Rochkind -- bento_search&lt;br /&gt;
# Ross Singer - How are you managing copyright?&lt;br /&gt;
# Masao Takaku - saveMLAK project for two years - http://savemlak.jp/&lt;br /&gt;
# Jon Stroop - Loris Image Server&lt;br /&gt;
# Eric Nord - Candybars for bugs&lt;br /&gt;
# Megan O'Neill Kudzia -- games for pedagogy in the library&lt;br /&gt;
# Geoffrey Boushey - GEDI reference app for Inter Library Loan&lt;br /&gt;
# john sarnowski - Audio archiving with full text search&lt;br /&gt;
# George Campbell - three.js: 3D Objects in the browser&lt;br /&gt;
&lt;br /&gt;
=== Wenesday, 4:20-5:20pm [12 slots] ===&lt;br /&gt;
&lt;br /&gt;
Enter ''Name'' -- ''Title of Talk''&lt;br /&gt;
&lt;br /&gt;
#  Jeremy Morse -- mPach: Publishing directly into HathiTrust&lt;br /&gt;
# Steven Bassett -- RWD Retrofit&lt;br /&gt;
# Demian Katz - gamebooks.org, Geeby-Deeby, and the Dime Novel Bibliography Project.&lt;br /&gt;
# Rachel Frick -- LODLAM Summit 2013 and Challenge&lt;br /&gt;
# Kenny Ketner -- Occam's Reader&lt;br /&gt;
# Al Cornish - Orbis Cascade Alliance Shared ILS Project&lt;br /&gt;
# Makoto Okamoto -- Crowd Funding for Library in Japan&lt;br /&gt;
# Ryan Rotter -- HathiTrust ingest tools&lt;br /&gt;
# Rosalyn Metz -- What I learned while I was away&lt;br /&gt;
# Nettie Lagace -- recent cool fun NISO activities&lt;br /&gt;
# &lt;br /&gt;
# Andromeda Yelton -- I'll get bak to you on the title ;)&lt;br /&gt;
&lt;br /&gt;
=== Thursday, 10:15-11:00am [9 slots] ===&lt;br /&gt;
&lt;br /&gt;
Enter ''Name'' -- ''Title of Talk''&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
# James Stuart - Taming Email&lt;br /&gt;
# Jason Casden and Cory Lown - My #HuntLibrary&lt;br /&gt;
# Steven Anderson - Details TBA&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_social_activities&amp;diff=33305</id>
		<title>2013 social activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_social_activities&amp;diff=33305"/>
				<updated>2013-01-25T20:16:02Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Veg*n Dinner */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas ==&lt;br /&gt;
&lt;br /&gt;
* Aviary: super-crazy cocktails. http://www.molecularrecipes.com/molecular-mixology/aviary-cocktails/ . List your name if you're interested, whether Sunday, Monday, and/or Tuesday (after newcomer dinners) work, and whether you're just interested in stopping by, or doing a 7 cocktail tasting flight.*&lt;br /&gt;
** statsfool: sunday/monday/tuesday, either drinks or flight.&lt;br /&gt;
** Amyhannah: monday/tuesday, drinks, probably not the flight.&lt;br /&gt;
** anarchivist: sunday/monday, prefer drinks over flight but could be convinced&lt;br /&gt;
** [[User:highermath|highermath]]: monday (could use 10 cocktails after Drupal subCon, I am sure). Uber now works in Chicago, so I would do the flight.&lt;br /&gt;
** [[User:pberry|pberry]]: any night but Wednesday (that's  Goose Island night) and I'd be up for drinks or flight, although leaning away from flight.&lt;br /&gt;
** [[User:thatandromeda|thatandromeda]] oh my gosh yes, any time, probably not the flight.&lt;br /&gt;
** [[User:Gdave|gdave]] beautiful site, I would be interested, Sun,Mon,Tues.  either drink or flight.&lt;br /&gt;
** scollett: sun/mon/tue, drinks, maybe flight. Parks and Recreation: [http://bit.ly/13MY2EW The wrong way to consume alcohol (molecular mixology)]&lt;br /&gt;
** [[User:shawnc12|shawnc12]]: sunday/monday, either drink or flight&lt;br /&gt;
* Brewery tour - some possible candidates would be Goose Island, Brew Bus http://www.chicagobrewbus.com/, Piece, Revolution, Half Acre.&lt;br /&gt;
* Library field trips - because we're library geeks. Possible places include Newberry and Read/Write.--Read/Write Library confirmed for February 12.--Newberry Library confirmed for February 14.&lt;br /&gt;
* Art Institute of Chicago - Only open until 5pm, but possible for people coming in early enough on Sunday.&lt;br /&gt;
** escowles: I'm getting in around noon on Sunday, and interested in this.&lt;br /&gt;
&lt;br /&gt;
== Planned Events ==&lt;br /&gt;
&lt;br /&gt;
=== Newcomer Dinner, Tuesday 2/12 ===&lt;br /&gt;
&lt;br /&gt;
First time at code4lib? Join fellow c4l newbies and veterans for an evening of food, socializing, and stimulating &amp;lt;strike&amp;gt;discussions about&amp;lt;/strike&amp;gt; demonstrations of the many uses of &amp;lt;strike&amp;gt;bacon&amp;lt;/strike&amp;gt; &amp;lt;strike&amp;gt;dongles&amp;lt;/strike&amp;gt; XML.&lt;br /&gt;
&lt;br /&gt;
Code4Lib veterans, you're invited too. Join us in welcoming the newcomers!&lt;br /&gt;
&lt;br /&gt;
'''Plans'''&lt;br /&gt;
* When: Tuesday evening (2/12)&lt;br /&gt;
* Time: 6 PM (ish) or whenever you can get your group together&lt;br /&gt;
* Mastermind (if you have any questions): [mailto:yoosebec@grinnell.edu Becky Yoose]&lt;br /&gt;
&lt;br /&gt;
''Guidelines:''&lt;br /&gt;
*Max of '''6''' per group&lt;br /&gt;
**Please, no waitlisting&lt;br /&gt;
*ID yourselves so we can get a good mix of new people and veterans in each group&lt;br /&gt;
**New folks - n&lt;br /&gt;
**c4l vets - v&lt;br /&gt;
*One leader needed for each location (declare yourself! - '''Vets are highly encouraged to lead the group''')&lt;br /&gt;
**Leader duties&lt;br /&gt;
***Make reservations if required; otherwise make sure that the restaurant can handle a group of 6 rowdy library coders &lt;br /&gt;
***Herd folks from hotel to restaurant (know where you're going!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restaurants'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restaurants within .25 miles of the hotel'''&lt;br /&gt;
&lt;br /&gt;
[http://www.athenarestaurantchicago.com/index.php Athena] (Greek)&lt;br /&gt;
&lt;br /&gt;
* Al Cornish - v (leader)&lt;br /&gt;
&lt;br /&gt;
[http://www.dinerestaurant.com/ Dine] (Contemporary)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;[http://www.girlandthegoat.com/ Girl and the Goat] (American) Top Chef fans take note! This is Stephanie Izard's award-winning resto.&amp;lt;/del&amp;gt; Totally booked.&lt;br /&gt;
&lt;br /&gt;
[http://www.haymarketbrewing.com/ Haymarket Pub &amp;amp; Brewery] (Pub food)&lt;br /&gt;
&lt;br /&gt;
[http://www.karynsongreen.com/ Karyn’s on Green] (Vegan)&lt;br /&gt;
Completely vegan and close to the conference hotel. We'll meet in the conference hotel at around 6:45 (reservation at 7:00 for 6). Google maps says it is a 5 minute walk.&lt;br /&gt;
&lt;br /&gt;
*Jason Ronallo (leader)- v&lt;br /&gt;
*Linda Ballinger &lt;br /&gt;
*Alicia Cozine - n&lt;br /&gt;
*Mark Mounts - v&lt;br /&gt;
&lt;br /&gt;
[http://niarestaurant.com/nia-restaurant-mediterranean-cuisine/ Nia] (Mediterranean tapas)&lt;br /&gt;
&lt;br /&gt;
[http://www.pegasuschicago.com/index.php Pegasus] (Greek)&lt;br /&gt;
&lt;br /&gt;
[http://www.roditys.com/index.html Roditys] (Greek)&lt;br /&gt;
&lt;br /&gt;
* Rosalyn Metz (leader) - v&lt;br /&gt;
* [[User:highermath|Cary Gordon]] - v&lt;br /&gt;
* [[User:Jacobandresen|Jacob Andresen]] - n&lt;br /&gt;
* Karen Miller - n&lt;br /&gt;
* Dre - v&lt;br /&gt;
* Mahria Lebow - n&lt;br /&gt;
* '''Capped at 6'''&lt;br /&gt;
&lt;br /&gt;
'''Restaurants between .25 miles and .5 miles of the hotel'''&lt;br /&gt;
&lt;br /&gt;
[http://avecrestaurant.com/# Avec] (Small plate)&lt;br /&gt;
&lt;br /&gt;
[http://www.babavillage.com/ Baba’s Village] (Indian/Pakistani)&lt;br /&gt;
&lt;br /&gt;
[http://blackbirdrestaurant.com/ Blackbird] (Contemporary)&lt;br /&gt;
&lt;br /&gt;
[http://www.carnivalechicago.com/menu Carnivale] (Nuevo Latino)&lt;br /&gt;
&lt;br /&gt;
[http://decero.hellotacos.com/ De Cero] (Mexican)&lt;br /&gt;
&lt;br /&gt;
[http://www.dragonflymandarin.com/  Dragonfly] (Chinese, sushi)&lt;br /&gt;
&lt;br /&gt;
[http://giordanos.com/ Giordano's] (Chicago Style Pizza) This place should be able to handle multiple groups...&lt;br /&gt;
&lt;br /&gt;
[http://www.grangehallburgerbar.com/ Grange Hall Burger Bar] (Local food)&lt;br /&gt;
&lt;br /&gt;
[http://www.idreamoffalafel.com/  I Dream of Falafel] (Mediterranean)&lt;br /&gt;
&lt;br /&gt;
* Emily Lynema (leader) - v&lt;br /&gt;
&lt;br /&gt;
[http://www.jaipurchicago.com/ Jaipur] (Indian)&lt;br /&gt;
&lt;br /&gt;
[http://lasardine.com/ La Sardine] (French)&lt;br /&gt;
&lt;br /&gt;
[http://www.mythaitakumi.com/index.html MyThai Takumi] (Japanese Thai) Meeting details TBA&lt;br /&gt;
&lt;br /&gt;
*Becky Yoose (leader) - v&lt;br /&gt;
*May Chan - n&lt;br /&gt;
*David Anderson - newby&lt;br /&gt;
*Terry Brady - new&lt;br /&gt;
* Dave Menninger - n&lt;br /&gt;
*Shawn Carraway -n&lt;br /&gt;
* '''Capped at 6'''&lt;br /&gt;
&lt;br /&gt;
[http://www.nellcoterestaurant.com/ Nellcôte] (French)&lt;br /&gt;
&lt;br /&gt;
[http://chicago.provincerestaurant.com/ Province] (American with Central/South American/Spanish influence)&lt;br /&gt;
&lt;br /&gt;
[http://thepublicanrestaurant.com/ The Publican] (Seafood)&lt;br /&gt;
&lt;br /&gt;
* Jay Luker (eater) - v&lt;br /&gt;
* Mark Matienzo (tweeter) - v&lt;br /&gt;
* Devon Smith (pickle eater) - repeat offender&lt;br /&gt;
* Chris Sharp (dead horse beater) - v&lt;br /&gt;
* Michael B. Klein (greeter) - v&lt;br /&gt;
* Bill McMillin (meeter) - n&lt;br /&gt;
* '''Capped at 6'''&lt;br /&gt;
&lt;br /&gt;
[http://saigonsisters.tumblr.com/ Saigon Sisters] (Vietnamese)&lt;br /&gt;
&lt;br /&gt;
[http://www.thaiurbankitchen.com/ Thai Urban Kitchen] (Thai, sushi)&lt;br /&gt;
&lt;br /&gt;
[http://www.trattoriaisabellachicago.com/rest.html Trattoria Isabella] (Italian)&lt;br /&gt;
&lt;br /&gt;
[http://www.vivo-chicago.com/homepage-2 Vivo] (Italian) &lt;br /&gt;
&lt;br /&gt;
[http://www.wishbonechicago.com/dining/westloop/ Wishbone] (Southern Reconstruction)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restaurants between .5 miles and .75 miles of the hotel'''&lt;br /&gt;
&lt;br /&gt;
[http://currentsontheriver.com/ Currents on the River] (Eclectic)&lt;br /&gt;
&lt;br /&gt;
[http://n9ne.com/ N9NE Steakhouse] (Steak)&lt;br /&gt;
&lt;br /&gt;
[http://www.verachicago.com/menu Vera Chicago] (Spanish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restaurants between .75 miles and 1 mile of the hotel'''&lt;br /&gt;
&lt;br /&gt;
[http://www.theberghoff.com/default.aspx The Berghoff] (German)&lt;br /&gt;
* Declan Fleming - v (leader)  I checked reservations, and for 6 people, the first time open after the conf is 7:30, so I grabbed that.&lt;br /&gt;
* Joshua Gomez - v (I will have to leave by around 7:15, going to see a show at 7:30)&lt;br /&gt;
* Dave Green - n &lt;br /&gt;
* Steven Villereal - n &lt;br /&gt;
&lt;br /&gt;
[http://www.yelp.com/biz/frontera-grill-chicago Frontera] (a Rick Bayliss Mex-American restaurant) Reservations are for 7:30, so perhaps the group could get a drink in the lobby beforehand.  Either way, we'll depart at 7pm.&lt;br /&gt;
: (''note: the drinks at the bar at frontera are very tasty.'')&lt;br /&gt;
*Dan Suchy (leader and over-eater) - v&lt;br /&gt;
*Matt Critchlow - v&lt;br /&gt;
*Carmen Mitchell - v&lt;br /&gt;
*Maureen Callahan - n&lt;br /&gt;
*David Cliff - n&lt;br /&gt;
&lt;br /&gt;
[http://www.nativefoods.com/ Native Foods] (Vegan)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restaurants more than 1 mile from the hotel'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.greenzebrachicago.com/index.html Green Zebra] (Vegan)&lt;br /&gt;
&lt;br /&gt;
[http://honkytonkbbqchicago.com/ Honky Tonk Barbeque] (BBQ)&lt;br /&gt;
&lt;br /&gt;
[http://www.karynraw.com/cooked Karyn’s Cooked] (Vegan)&lt;br /&gt;
&lt;br /&gt;
[http://www.latabernatapas.com/ La Taberna Tapas] (Mediterranean)&lt;br /&gt;
&lt;br /&gt;
[http://www.morganschicago.com/ Morgan's on Maxwell] (Pub food)&lt;br /&gt;
&lt;br /&gt;
=== Veg*n Dinner ===&lt;br /&gt;
&lt;br /&gt;
Let's have dinner at a veg*n-friendly place one night of the conference. Folks of all eating styles welcome.&lt;br /&gt;
&lt;br /&gt;
Max *6* people per party this year.&lt;br /&gt;
&lt;br /&gt;
'''Party #1: Chicago Diner''', Wednesday Night http://www.veggiediner.com/ &amp;quot;meat free since '83&amp;quot; &lt;br /&gt;
Will they easily be able to accommodate 6 folks walking in?&lt;br /&gt;
We'll plan on meeting in the conference hotel at 6pm and taking the 8 bus up there (3411 N. Halsted St  Chicago, IL 60657). &lt;br /&gt;
# Jason Ronallo (jronallo@gmail.com)&lt;br /&gt;
# Linda Ballinger&lt;br /&gt;
# May Chan (msuicat at gmail dot com)&lt;br /&gt;
# Demian Katz (demian DOT katz AT villanova DOT edu)&lt;br /&gt;
&lt;br /&gt;
=== Code4lib/Goose Island Brewing Pull Request ===&lt;br /&gt;
'''When:''' Wednesday, 2/13, 8:00 PM to 11:00 PM&lt;br /&gt;
&lt;br /&gt;
More information and sign up at [https://code4lib2013-estw.eventbrite.com/|https://code4lib2013-estw.eventbrite.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Non-beery get together ===&lt;br /&gt;
'''When:''' Wednesday, 2/13, TBD (evening)&lt;br /&gt;
&lt;br /&gt;
Contact: @dchud, @ranti, @yo_bj, @wendyrlibrarian&lt;br /&gt;
&lt;br /&gt;
# Chris Sharp (indicating interest)&lt;br /&gt;
&lt;br /&gt;
=== Flying Trapeze ===&lt;br /&gt;
'''When:''' Monday, 2/11, TBD&lt;br /&gt;
&lt;br /&gt;
'''Contact:''' rosalynmetz at gmail dot com&lt;br /&gt;
&lt;br /&gt;
No this is not a joke. If you haven't heard Rosy is an aspiring trapeze artists and wants to bring the fun to her friends in Code4Lib.  There is a trapeze rig in Chicago and she plans on visiting it and hopes that some of you can come along as well.  If its your first time taking a trapeze class, they'll start you off learning [http://www.youtube.com/watch?v=_oqPi_zuX7A a knee hang] and depending on how that goes you might be able to catch it at the end of class.  If you have any questions about whether or not this is for you, [http://chicago.trapezeschool.com/classes/trapeze.php TSNY Chicago's website] should have the answer, if not feel free to contact Rosy.&lt;br /&gt;
&lt;br /&gt;
Trapeze classes are $57, last 2 hours, and are limited to 10 people.  Currently TSNY Chicago hasn't release their class schedule for February -- they should be doing that around Jan. 1.  If we can get enough people interested before then, we can buy out a whole class.  If not it'll be first come, first serve (along with the general public).&lt;br /&gt;
&lt;br /&gt;
If you're interested in signing up, feel free to add your name and contact info to the list below.&lt;br /&gt;
&lt;br /&gt;
'''''Sign Up List'''''&lt;br /&gt;
# Jay Luker (first!)&lt;br /&gt;
# Bill McMillin&lt;br /&gt;
# Bess Sadler&lt;br /&gt;
# Karen Coyle&lt;br /&gt;
# Sibyl Schaefer&lt;br /&gt;
# Rosalyn Metz (because I'm organizing)&lt;br /&gt;
# Alicia Cozine&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
=== Game Night! ===&lt;br /&gt;
&lt;br /&gt;
Moved this from idea to an actual event.  Still getting some details, but here's what we know:&lt;br /&gt;
&lt;br /&gt;
We have a conference room at the UIC library reserved for 7:30 on Tuesday the 11th.  Not sure how late we'll play.  I'll bring some board games and pick up some cards. List below were people who were interested in games and what games they are bringing.&lt;br /&gt;
&lt;br /&gt;
(Note, there's also some discussion on Cards Against Humanity.  I will try to make sure there's an alternative game, but I don't know if I want to prohibit any games. I would say though to remember to be respectful and curteous to those around you. I will probably be pondering this issue for a while)&lt;br /&gt;
&lt;br /&gt;
This will get updated more as I have time to spend on it.&lt;br /&gt;
&lt;br /&gt;
 Game Night!  Type of games might vary due to interest, could range from party games like Werewolf, Wits &amp;amp; Wagers, Telestrations, Taboo, Apples to Apples to perhaps more strategic games like De Vulgari Eloquentia or Eclipse.  Jon Gorman is willing to bring some games, are you? Jon will try to send out an email soon to get some interest.&lt;br /&gt;
** yo_bj: I have some games I can bring as well (Kill Doctor Lucky, Fluxx, Godzilla: Stomp, Munchkin Zombies, etc.). Monday doesn't have anything major planned...&lt;br /&gt;
**danwho:  I 'll bring the Cards Against Humanity set.&lt;br /&gt;
**escowles (Mon/Tue preferred): I've got lots of games I could bring like Settlers of Catan, Carcassonne, Ticket to Ride, Age of Renaissance, Elfenland, Agricola, Le Havre, Smallworld, RoboRally, etc. etc.&lt;br /&gt;
**jen_young: I'm local and I have quite a few games. Just about every version of Fluxx, Bananagrams, Gloom, Munchkin Cthulu,Cards Against Humanity, Apples to Apples, Risk, Last Night on Earth, etc.)&lt;br /&gt;
** decasm: Interested in Go (aka igo, weiqi, baduk) anytime, not just game night. I can do Catan as well. (And as much as I love it, Cards Against Humanity is probably a violation of the new Code of Conduct.)&lt;br /&gt;
** csharp: I'm interested in playing games - whatever people bring.  I almost always travel with a pack or two of playing cards ;-).  Monday or Tuesday nights are fine.&lt;br /&gt;
** moneill: I would love to join in! I have a version of Catchphrase floating around somewhere, and I think I have Battleship...I need to go weed around in that drawer and see what else presents itself. Tuesday would be my preferred night, but I will make it work!&lt;br /&gt;
** demiankatz: I'm always up for a game.  I'm hoping to travel light so probably shouldn't bring anything, but if there's a local game shop, I might be persuaded to pick up something new as a souvenir.&lt;br /&gt;
** sekjal: I've got [http://boardgamegeek.com/boardgame/36218/dominion Dominion], [http://boardgamegeek.com/boardgame/68448/7-wonders 7 Wonders], [http://boardgamegeek.com/boardgame/30933/bang-the-bullet Bang!], [http://boardgamegeek.com/boardgame/18333/ecofluxx EcoFluxx] and [http://boardgamegeek.com/boardgame/116/guillotine Guillotine] that I can bring.  ++ on Cards against Humanity!  Prefer non-conflict with beer night.&lt;br /&gt;
** arty: so totally interested. Unfortunately, I have no games to contribute.&lt;br /&gt;
** sanderson: I would be interested. I can bring [http://boardgamegeek.com/boardgame/478/citadels Citadels] (2-7 players)&lt;br /&gt;
** dvdndrsn: Definitely in! Can bring Innovation, Tichu, Dominion, but Cards Against Humanity sounds good. &lt;br /&gt;
** smkiewel: I'm likely to join. Can bring Arkham Horror and Munchkin.&lt;br /&gt;
** jkwilson: I'd like to attend Monday or Tuesday. I have a bunch of games but I'd prefer not to travel with them, and anyway it sounds like they're covered above. I'll bring the 5-6 player Catan extension.&lt;br /&gt;
** ejlynema: Interested, but will probably attend Newcomer dinner on Tuesday. Like Dominion and 7 Wonders, but probably don't have room to bring in suitcase. Anyone bringing Tsuro?&lt;br /&gt;
** save4use: Also interested, but also probably attending newcomer dinner on Tuesday. Can bring [http://boardgamegeek.com/boardgame/11/bohnanza Bohnanza] and one deck of {http://en.wikipedia.org/wiki/Set_%28game%29 Set]. &lt;br /&gt;
** dgcliff: I'd be interested. Can bring Ticket to Ride.&lt;br /&gt;
** mbklein: definitely interested. Will check on my (currently unpacked) games. I am dying to play Cards Against Humanity. If we can't find a way to reconcile it with the Code of Conduct, we need a different Code of Conduct.&lt;br /&gt;
*** Considering that this is a public event, and that no one knows everyone's sensitivity levels in the room, it might not be a good idea to break out a crass, adult version of apples to apples in the middle of the gaming room. :cP (yo_bj)&lt;br /&gt;
&lt;br /&gt;
== Social Map - Places of Interest==&lt;br /&gt;
&lt;br /&gt;
https://maps.google.com/maps/ms?msid=213549257652679418473.0004ce6c25e6cdeb0319d&amp;amp;msa=0&lt;br /&gt;
&lt;br /&gt;
== Local Events ==&lt;br /&gt;
== Local Food ==&lt;br /&gt;
== Local Drinks ==&lt;br /&gt;
==Chicago Events Feb 11-14==&lt;br /&gt;
===Monday February 11===&lt;br /&gt;
===Tuesday, February 12===&lt;br /&gt;
Field trip to the Read/Write Library (details to follow). 6-9 PM+&lt;br /&gt;
Come help catalog the Read/Write Library catalog and hack on the library catalog. We will also invite friends from Code for America to hang out and talk civic data.&lt;br /&gt;
&lt;br /&gt;
Concert - [http://www.thefatbabies.com/ The Fat Babies] playing at an awesome venue, [http://greenmilljazz.com/ The Green Mill].&lt;br /&gt;
&lt;br /&gt;
===Wednesday, February 13===&lt;br /&gt;
===Thursday, February 14===&lt;br /&gt;
Tour of the [http://www.newberry.org/ Newberry Library] -- 3:30 p.m.&lt;br /&gt;
This will be a special tour for Code4Lib attendees, so please sign up below if you are interested, as I'll need to give the tour guide an estimate of how many people will come. Details on how to get to the Newberry will follow. Questions? Contact ballingerl at newberry dot org&lt;br /&gt;
&lt;br /&gt;
'''''Sign Up List'''''&lt;br /&gt;
# Michael Doran - doran@uta.edu&lt;br /&gt;
# William Denton - wtd@pobox.com&lt;br /&gt;
# [name] - [email address]&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_social_activities&amp;diff=31195</id>
		<title>2013 social activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_social_activities&amp;diff=31195"/>
				<updated>2013-01-10T19:46:42Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Ideas ==&lt;br /&gt;
&lt;br /&gt;
* Game Night!  Type of games might vary due to interest, could range from party games like Werewolf, Wits &amp;amp; Wagers, Telestrations, Taboo, Apples to Apples to perhaps more strategic games like De Vulgari Eloquentia or Eclipse.  Jon Gorman is willing to bring some games, are you? Jon will try to send out an email soon to get some interest.&lt;br /&gt;
** yo_bj: I have some games I can bring as well (Kill Doctor Lucky, Fluxx, Godzilla: Stomp, Munchkin Zombies, etc.). Monday doesn't have anything major planned...&lt;br /&gt;
**danwho:  I 'll bring the Cards Against Humanity set.&lt;br /&gt;
**escowles (Mon/Tue preferred): I've got lots of games I could bring like Settlers of Catan, Carcassonne, Ticket to Ride, Age of Renaissance, Elfenland, Agricola, Le Havre, Smallworld, RoboRally, etc. etc.&lt;br /&gt;
**jen_young: I'm local and I have quite a few games. Just about every version of Fluxx, Bananagrams, Gloom, Munchkin Cthulu,Cards Against Humanity, Apples to Apples, Risk, Last Night on Earth, etc.)&lt;br /&gt;
** decasm: Interested in Go (aka igo, weiqi, baduk) anytime, not just game night. I can do Catan as well. (And as much as I love it, Cards Against Humanity is probably a violation of the new Code of Conduct.)&lt;br /&gt;
** csharp: I'm interested in playing games - whatever people bring.  I almost always travel with a pack or two of playing cards ;-).  Monday or Tuesday nights are fine.&lt;br /&gt;
** moneill: I would love to join in! I have a version of Catchphrase floating around somewhere, and I think I have Battleship...I need to go weed around in that drawer and see what else presents itself. Tuesday would be my preferred night, but I will make it work!&lt;br /&gt;
** demiankatz: I'm always up for a game.  I'm hoping to travel light so probably shouldn't bring anything, but if there's a local game shop, I might be persuaded to pick up something new as a souvenir.&lt;br /&gt;
 &lt;br /&gt;
* Brewery tour - some possible candidates would be Goose Island, Brew Bus http://www.chicagobrewbus.com/, Piece, Revolution, Half Acre.&lt;br /&gt;
* Library field trips - because we're library geeks. Possible places include Newberry and Read/Write.--Read/Write Library confirmed for February 12.&lt;br /&gt;
* Art Institute of Chicago - Only open until 5pm, but possible for people coming in early enough on Sunday.&lt;br /&gt;
** escowles: I'm getting in around noon on Sunday, and interested in this.&lt;br /&gt;
&lt;br /&gt;
== Planned Events ==&lt;br /&gt;
&lt;br /&gt;
=== Newcomer Dinner, Tuesday 2/12 ===&lt;br /&gt;
&lt;br /&gt;
First time at code4lib? Join fellow c4l newbies and veterans for an evening of food, socializing, and stimulating &amp;lt;strike&amp;gt;discussions about&amp;lt;/strike&amp;gt; demonstrations of the many uses of &amp;lt;strike&amp;gt;bacon&amp;lt;/strike&amp;gt; &amp;lt;strike&amp;gt;dongles&amp;lt;/strike&amp;gt; XML.&lt;br /&gt;
&lt;br /&gt;
Code4Lib veterans, you're invited too. Join us in welcoming the newcomers!&lt;br /&gt;
&lt;br /&gt;
'''Plans'''&lt;br /&gt;
* When: Tuesday evening (2/12)&lt;br /&gt;
* Time: 6 PM (ish) or whenever you can get your group together&lt;br /&gt;
* Mastermind (if you have any questions): [mailto:yoosebec@grinnell.edu Becky Yoose]&lt;br /&gt;
&lt;br /&gt;
''Guidelines:''&lt;br /&gt;
*Max of '''6''' per group&lt;br /&gt;
**Please, no waitlisting&lt;br /&gt;
*ID yourselves so we can get a good mix of new people and veterans in each group&lt;br /&gt;
**New folks - n&lt;br /&gt;
**c4l vets - v&lt;br /&gt;
*One leader needed for each location (declare yourself! - '''Vets are highly encouraged to lead the group''')&lt;br /&gt;
**Leader duties&lt;br /&gt;
***Make reservations if required; otherwise make sure that the restaurant can handle a group of 6 rowdy library coders &lt;br /&gt;
***Herd folks from hotel to restaurant (know where you're going!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Restaurants'''&lt;br /&gt;
&lt;br /&gt;
List coming soon&lt;br /&gt;
&lt;br /&gt;
=== Veg*n Dinner ===&lt;br /&gt;
&lt;br /&gt;
Let's have dinner at a veg*n-friendly place one night of the conference. All welcome.&lt;br /&gt;
&lt;br /&gt;
Details later. Suggestions on where to eat near the conference hotel? Interested in coming or co-organizing? Contact Jason at jronallo@gmail.com.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Code4lib/Goose Island Brewing Pull Request ===&lt;br /&gt;
'''When:''' Wednesday, 2/13, 8:00 PM to 11:00 PM&lt;br /&gt;
&lt;br /&gt;
More information and sign up at [https://code4lib2013-estw.eventbrite.com/|https://code4lib2013-estw.eventbrite.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Non-beery get together ===&lt;br /&gt;
'''When:''' Wednesday, 2/13, TBD (evening)&lt;br /&gt;
&lt;br /&gt;
Contact: @dchud, @ranti, @yo_bj, @wendyrlibrarian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Flying Trapeze ===&lt;br /&gt;
'''When:''' Monday, 2/11, TBD&lt;br /&gt;
&lt;br /&gt;
'''Contact:''' rosalynmetz at gmail dot com&lt;br /&gt;
&lt;br /&gt;
No this is not a joke. If you haven't heard Rosy is an aspiring trapeze artists and wants to bring the fun to her friends in Code4Lib.  There is a trapeze rig in Chicago and she plans on visiting it and hopes that some of you can come along as well.  If its your first time taking a trapeze class, they'll start you off learning [http://www.youtube.com/watch?v=_oqPi_zuX7A a knee hang] and depending on how that goes you might be able to catch it at the end of class.  If you have any questions about whether or not this is for you, [http://chicago.trapezeschool.com/classes/trapeze.php TSNY Chicago's website] should have the answer, if not feel free to contact Rosy.&lt;br /&gt;
&lt;br /&gt;
Trapeze classes are $57, last 2 hours, and are limited to 10 people.  Currently TSNY Chicago hasn't release their class schedule for February -- they should be doing that around Jan. 1.  If we can get enough people interested before then, we can buy out a whole class.  If not it'll be first come, first serve (along with the general public).&lt;br /&gt;
&lt;br /&gt;
If you're interested in signing up, feel free to add your name and contact info to the list below.&lt;br /&gt;
&lt;br /&gt;
'''''Sign Up List'''''&lt;br /&gt;
# Jay Luker (first!)&lt;br /&gt;
# Bill McMillin&lt;br /&gt;
# Bess Sadler&lt;br /&gt;
# Karen Coyle&lt;br /&gt;
# Sibyl Schaefer&lt;br /&gt;
# Rosalyn Metz (because I'm organizing)&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Social Map - Places of Interest==&lt;br /&gt;
&lt;br /&gt;
https://maps.google.com/maps/ms?msid=213549257652679418473.0004ce6c25e6cdeb0319d&amp;amp;msa=0&lt;br /&gt;
&lt;br /&gt;
== Local Events ==&lt;br /&gt;
== Local Food ==&lt;br /&gt;
== Local Drinks ==&lt;br /&gt;
==Chicago Events Feb 11-14==&lt;br /&gt;
===Monday February 11===&lt;br /&gt;
===Tuesday, February 12===&lt;br /&gt;
Field trip to the Read/Write Library (details to follow). 6-9 PM+&lt;br /&gt;
Come help catalog the Read/Write Library catalog and hack on the library catalog. We will also invite friends from Code for America to hang out and talk civic data.&lt;br /&gt;
&lt;br /&gt;
===Wednesday, February 13===&lt;br /&gt;
===Thursday, February 14===&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_preconference_proposals&amp;diff=31161</id>
		<title>2013 preconference proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_preconference_proposals&amp;diff=31161"/>
				<updated>2013-01-10T15:11:52Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Solr 4 In Depth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please sign up to attend by January 15th. Doesn't mean you can't change your mind, but we will use the host committee will use these numbers to assign rooms.&lt;br /&gt;
&lt;br /&gt;
Proposals '''now closed'''.&lt;br /&gt;
&lt;br /&gt;
Spaces available: 4+ Rooms&lt;br /&gt;
&lt;br /&gt;
Please follow the formatting guidelines:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== Talk Title ===&lt;br /&gt;
 &lt;br /&gt;
* Presenter/Leader, affiliation (optional), and email address (mandatory!)&lt;br /&gt;
* Second Presenter/Leader, affiliation, email address, if applicable&lt;br /&gt;
&lt;br /&gt;
Description.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Full Day==&lt;br /&gt;
&lt;br /&gt;
===Drupal4lib Sub-con Barcamp===&lt;br /&gt;
&lt;br /&gt;
* Contact [[User:highermath|Cary Gordon]], cgordon@chillco.com or &lt;br /&gt;
* [[User:cdmo|Charlie Morris]], NCSU Libraries, cdmorris@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
This will be a full day of self-selected barcamp style sessions. Anyone who wants to present can write down the topic on an index card and, after the keynote, we will vote to choose what we want to see. Attendees can also pick a topic and attempt to talk someone else into presenting on it.&lt;br /&gt;
&lt;br /&gt;
If we run out of topics, we will pay homage to the project by testing patches for Drupal 8. It is easy, and we will show you how to do this invaluable task.&lt;br /&gt;
&lt;br /&gt;
Local Drupal uber-ninja Larry Garfield will stop by to answer questions and give us some guidance.&lt;br /&gt;
&lt;br /&gt;
====I plan on attending:====&lt;br /&gt;
&lt;br /&gt;
=====All Day=====&lt;br /&gt;
*Margaret Heller&lt;br /&gt;
*Mahria Lebow, mahria at uw edu&lt;br /&gt;
*Paula Gray-Overtoom, pgrayove at gmail.com&lt;br /&gt;
&lt;br /&gt;
=====Morning=====&lt;br /&gt;
* [[User:Kevenj|Keven Jeffery]]&lt;br /&gt;
* Sean Chen&lt;br /&gt;
&lt;br /&gt;
=====Afternoon=====&lt;br /&gt;
* Kevin Reiss, Princeton University Library, kr2 at princeton.edu (afternoon only)&lt;br /&gt;
* Christina Salazar (afternoon only)&lt;br /&gt;
* Sarah Dooley (afternoon)&lt;br /&gt;
* Josh Wilson, joshwilsonnc at gmail (likely afternoon only)&lt;br /&gt;
* Ken Varnum, varnum at umich e-d-u&lt;br /&gt;
* Cody Hennesy, chennesy at library berkeley edu&lt;br /&gt;
&lt;br /&gt;
==Half Day Morning==&lt;br /&gt;
=== Open space session ===&lt;br /&gt;
&lt;br /&gt;
* Dan Chudnov, dchud at gwu edu&lt;br /&gt;
&lt;br /&gt;
The rest of code4libcon is pretty well structured these days; come in the morning for a few hours of old-school [http://en.wikipedia.org/wiki/Open-space_technology open space technology] unconference.  Bring a rough talk or idea you want to share or questions you have or something you want to learn about or discuss with other people, and be ready to tell us about it.  Use it as extra prep time for your upcoming prepared or lightning talk if you want.  We'll plan the morning out a little bit at the beginning, but not too much.  What we do will be up to the people there in the room.&lt;br /&gt;
&lt;br /&gt;
If there's interest, we could start with a &amp;quot;welcome to code4lib&amp;quot; introductory session for newcomers.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Devon Smith&lt;br /&gt;
* Esmé Cowles, escowles@ucsd.edu&lt;br /&gt;
* Jason Casden&lt;br /&gt;
* Ryan Eby&lt;br /&gt;
* mark matienzo&lt;br /&gt;
* Donald Mennerich&lt;br /&gt;
* Patrick Berry, pberry@csuchico.edu&lt;br /&gt;
&lt;br /&gt;
=== Delivery services ===&lt;br /&gt;
* Ted Lawless, Brown University Library, tlawless at brown edu.  &lt;br /&gt;
* Kevin Reiss, Princeton University Library, kr2 at princeton edu.&lt;br /&gt;
&lt;br /&gt;
Are you interested in making it easier for users to obtain copies of known items?  Do you feel your OpenURL and Interlibrary Loan software could be streamlined?  This pre-conference workshop will focus on providing services that deliver content to users.  Discovery systems are doing a better job of exposing library holdings but there's still a lot of work to do actually get the content in the users hands.  &lt;br /&gt;
&lt;br /&gt;
Possible topics/activities include:&lt;br /&gt;
* group discussion of what some libraries have done in this area&lt;br /&gt;
* comparisons of different approaches to addressing delivery &lt;br /&gt;
* overview of tools available &lt;br /&gt;
* sharing of strategies and experiences&lt;br /&gt;
* time to work with and review open source code in this area. Some possible tools to install and test out [https://github.com/team-umlaut/umlaut Umlaut], [https://github.com/lawlesst/heroku-360link Py360 Link]. &lt;br /&gt;
 &lt;br /&gt;
Resources and background information:&lt;br /&gt;
* [https://github.com/team-umlaut/umlaut/wiki/What-is-Umlaut-anyway What-is-Umlaut-anyway] &lt;br /&gt;
* [http://journal.code4lib.org/articles/7308 Hacking 360 Link: A hybrid approach]&lt;br /&gt;
* [http://journal.code4lib.org/articles/108 Auto-Populating an ILL form with the Serial Solutions Link Resolver API]&lt;br /&gt;
* [http://lawlesst.github.com/notebook/delivery.html Focusing on Delivery]&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Ken Varnum, varnum at umich e-d-u&lt;br /&gt;
* Ayla Stein&lt;br /&gt;
* Curtis Thacker&lt;br /&gt;
* Rosalyn Metz rosalynmetz at gmail com&lt;br /&gt;
* James Van Mil - james.vanmil at gmail com&lt;br /&gt;
* Andrew Nagy&lt;br /&gt;
* Ranti Junus&lt;br /&gt;
* Aaron Collier - acollier at csufresno edu&lt;br /&gt;
* Demian Katz - demian dot katz at villanova dot edu&lt;br /&gt;
&lt;br /&gt;
=== Intro to Blacklight CANCELLED ===&lt;br /&gt;
&lt;br /&gt;
PLEASE NOTE: This pre-conference has been cancelled in favor of joining forces with the RailsBridge workshop. The afternoon Blacklight session will still be offered.&lt;br /&gt;
&lt;br /&gt;
=== RailsBridge Intro to Ruby on Rails ===&lt;br /&gt;
* Jason Ronallo, North Carolina State University Libraries, jnronall@ncsu.edu&lt;br /&gt;
* Mark Bussey, Data Curation Experts (mark at curationexperts.com)&lt;br /&gt;
* Shaun Ellis (helper), Princeton University Library, shaune@princeton.edu&lt;br /&gt;
* Ross Singer, Talis, rossfsinger@gmail.com&lt;br /&gt;
* Adam Wead (helper), Rock and Roll Hall of Fame, awead@rockhall.org&lt;br /&gt;
* Bess Sadler, Stanford University, bess@stanford.edu&lt;br /&gt;
* Anyone else want to come and help folks? Contact Jason.&lt;br /&gt;
&lt;br /&gt;
RailsBridge comes to code4lib! We'll follow the RailsBridge curriculum (http://railsbridge.org) to provide a gentle introduction to Ruby on Rails. Topics covered include an introduction to the Ruby language, the Rails framework, and version control with git. Participants will build a working Rails application. &lt;br /&gt;
&lt;br /&gt;
There will be some pre-preconference preparation needed so that we can effectively use our time. Details to come.&lt;br /&gt;
&lt;br /&gt;
* Note: Attendees can follow up with the Intro to Blacklight afternoon session, which will be tailored for folks new to Ruby&lt;br /&gt;
&lt;br /&gt;
Please add your name below and fill out the [https://docs.google.com/spreadsheet/viewform?formkey=dEpxd0tzU1ZscnU5QUUtd0JGUk9qQkE6MA#gid=0 experience survey].&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
# First and last name and email address&lt;br /&gt;
# John MacGillivray&lt;br /&gt;
# Jon Stroop - jstroop at princeton&lt;br /&gt;
# Christina Salazar - christina{dot}salazar{at}csuci{dot}edu&lt;br /&gt;
# Karen Coombs - coombsk{at}oclc{dot}org&lt;br /&gt;
# Becky Yoose - b dot yoose at google overlord&lt;br /&gt;
# Jeremy Morse - jgmorse at umich&lt;br /&gt;
# Julia Bauder - julia{dot}bauder{at}gmail{dot}com &lt;br /&gt;
# Chung Kang&lt;br /&gt;
# Karen Miller - k-miller3{at}northwestern{dot}edu&lt;br /&gt;
# Betsy Coles - bcoles{at}caltech{dot}edu&lt;br /&gt;
# Jay Luker - jay{dot}luker{at}gmail{dot}com&lt;br /&gt;
# Santi Thompson&lt;br /&gt;
# Sarah Dooley - sarah{at}nclive{dot}org&lt;br /&gt;
# Brandon Dudley&lt;br /&gt;
# Ken Irwin&lt;br /&gt;
# Dennis Ogg - ogg{at}ucar{dot}edu&lt;br /&gt;
# Ian Walls - iwalls{at}library{dot}umass{dot}edu&lt;br /&gt;
# Steven Villereal – villereal{at}gmail{dot}com&lt;br /&gt;
# Hillel Arnold - hillel{dot}arnold{at}gmail{dot}com&lt;br /&gt;
# Josh Wilson - joshwilsonnc at gmail&lt;br /&gt;
# Cynthia Ng - cynthia [dot] s [dot] ng [at] gmail&lt;br /&gt;
# Ian Chan&lt;br /&gt;
# Heidi Frank - hf36{at}nyu{dot}edu&lt;br /&gt;
# Mark Mounts - mark{dot}mounts{at}dartmouth{dot}edu&lt;br /&gt;
# Bill McMillin - wmcmilli{at}pratt {dot}edu&lt;br /&gt;
# David Lacy - david dot lacy at villanova dot edu&lt;br /&gt;
# Courtney Greene - crgreene at indiana dot edu&lt;br /&gt;
# Laney McGlohon - lmcglohon@getty.edu&lt;br /&gt;
# Nancy Enneking - nenneking@getty.edu&lt;br /&gt;
# Jason Raitz - jcraitz at ncsu dot edu&lt;br /&gt;
# Nick Cappadona&lt;br /&gt;
# Steven Marsden - steven.marsden@ryerson.ca&lt;br /&gt;
# Linda Ballinger - ballingerl at newberry dot org&lt;br /&gt;
# Brendan Quinn - brendan-quinn at northwestern dot edu&lt;br /&gt;
# Michael Levy - mlevy {at}ushmm {dot}org&lt;br /&gt;
# Michael North   (m-north at northwestern dot edu)&lt;br /&gt;
# Shawn Averkamp - shawnaverkamp{at}gmail{dot}com&lt;br /&gt;
# Tim Thompson - t.thompson5{at}miami{dot}edu&lt;br /&gt;
# Allan Berry - allan{dot}berry{at}gmail{dot}com&lt;br /&gt;
# Andrew Darby - agdarby at miami dot edu&lt;br /&gt;
# Cody Hennesy - chennesy at library dot berkeley dot edu&lt;br /&gt;
# Devin Higgins - higgi135 at msu dot edu&lt;br /&gt;
# Emily Zervas - emily{dot}zervas{at}gmail{dot}com&lt;br /&gt;
# Rob Dumas - rdumas {at} chipublib {dot} org&lt;br /&gt;
&lt;br /&gt;
===Intro to NoSQL Databases===&lt;br /&gt;
* Joshua Gomez, George Washington University, jngomez at gwu edu&lt;br /&gt;
&lt;br /&gt;
Since Google published its paper on BigTable in 2006, alternatives to the traditional relational database model have been growing in both variety and popularity. These new databases (often referred to as NoSQL databases) excel at handling problems faced by modern information systems that the traditional relational model cannot. They are particularly popular among organizations tackling the so-called &amp;quot;Big Data&amp;quot; problems. However, there are always tradeoffs involved when making such dramatic changes. Understanding how these different kinds of databases are designed and what they can offer is essential to the decision making process. In this precon I will discuss some of the various types of new databases (key-value, columnar, document, graph) and walk through examples or exercises using some of their open source implementations like Riak, HBase, CouchDB, and Neo4j.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Esha Datta&lt;br /&gt;
* Trevor Thornton&lt;br /&gt;
* Michael Doran&lt;br /&gt;
* Ray Schwartz - schwartzr2@wpunj.edu&lt;br /&gt;
* Kevin Clarke&lt;br /&gt;
* Andreas Orphanides&lt;br /&gt;
* Tommy Ingulfsen - tommying{at}caltech{dot}edu&lt;br /&gt;
* Harrison Dekker&lt;br /&gt;
* Eric James eric dot james at yale dot edu&lt;br /&gt;
* Sean Crowe - sean.crowe@uc.edu&lt;br /&gt;
* Scott Hanrath&lt;br /&gt;
* Erin Fahy - erin.fahy at mtholyoke edu&lt;br /&gt;
* Karen Coyle - kcoyle at kcoyle.net&lt;br /&gt;
* Charles Draper&lt;br /&gt;
* David Uspal&lt;br /&gt;
* Shawn Kiewel - smkiewel at uga dot edu&lt;br /&gt;
* Stephanie Collett - stephanie dot collett at ucop dot edu&lt;br /&gt;
* Declan Fleming - declan at declan dot net&lt;br /&gt;
* David Gonzalez - d.gonzalez26 at umiami dot edu&lt;br /&gt;
* Jeff Peterson - gpeterso at umn dot edu&lt;br /&gt;
* May Chan - msuicat at gmail dot com&lt;br /&gt;
* Kathryn Stine - kathryn dot stine at ucop dot edu&lt;br /&gt;
&lt;br /&gt;
==Half Day Afternoon==&lt;br /&gt;
=== Data Visualization Hackfest ===&lt;br /&gt;
* Chris Beer, cabeer at stanford.edu&lt;br /&gt;
* Dan Chudnov, dchud at gwu edu&lt;br /&gt;
&lt;br /&gt;
* Description: Want to hack/design/plan/document on a team of people who enjoy learning by creating?  Interested in data visualization?  Well, this hackfest is for you.  Not familiar with the concept of a hackfest?  See Roy Tennant's [http://www.libraryjournal.com/article/CA332564.html &amp;quot;Where Librarians Go To Hack&amp;quot;] and the page for the [http://access2010.lib.umanitoba.ca/node/3.html Access 2010 Hackfest].  We propose a half-day hackfest with a focus on visualization library data -- think stuff like library catalog data, access/circulation statistics, etc. Here's how it works, roughly: &lt;br /&gt;
 - we'll (you'll!) do lightning tutorials for some data visualization tools, toolkits (R? d3js? ?), datasets.&lt;br /&gt;
 - we'll separate into groups and hack on stuff.&lt;br /&gt;
 - at the end of the day, we'll present our progress.&lt;br /&gt;
&lt;br /&gt;
Not a code hacker?  No worries; all skill sets and backgrounds are valuable! &lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Devon Smith&lt;br /&gt;
* Esha Datta&lt;br /&gt;
* Ray Schwartz - schwartzr2@wpunj.edu&lt;br /&gt;
* Karen Coombs - coombsk{at}oclc{dot}org&lt;br /&gt;
* Julia Bauder - julia{dot}bauder{at}gmail{dot}com&lt;br /&gt;
* Jason Stirnaman (jstirnaman at kumc.edu)&lt;br /&gt;
* Joshua Gomez&lt;br /&gt;
* Ayla Stein&lt;br /&gt;
* Harrison Dekker&lt;br /&gt;
* Ian Walls - iwalls{at}library{dot}umass{dot}edu&lt;br /&gt;
* Scott Hanrath&lt;br /&gt;
* [[User:Kevenj|Keven Jeffery]]&lt;br /&gt;
* James Van Mil - james.vanmil at gmail com&lt;br /&gt;
* Sean Crowe - sean.crowe@uc.edu&lt;br /&gt;
* Karen coyle - kcoyle at kcoyle.net&lt;br /&gt;
* David Lacy - david dot lacy at villanova dot edu&lt;br /&gt;
* mark matienzo&lt;br /&gt;
* David Uspal&lt;br /&gt;
* Emily Lynema - ejlynema at ncsu dot edu&lt;br /&gt;
* Sean Chen&lt;br /&gt;
* Donald Mennerich&lt;br /&gt;
* Allan Berry - allan{dot}berry{at}gmail{dot}com&lt;br /&gt;
* Declan Fleming - declan at declan dot net&lt;br /&gt;
* Chick Markley -- chick at qrhino dot com&lt;br /&gt;
* Rosalyn Metz -- rosalynmetz at gmail com&lt;br /&gt;
* Devin Higgins - higgi135 at msu dot edu&lt;br /&gt;
* Emily Zervas emily{dot}zervas{at}gmail{dot}com&lt;br /&gt;
* May Chan -- msuicat at gmail dot com&lt;br /&gt;
* Kathryn Stine - kathryn dot stine at ucop dot edu&lt;br /&gt;
&lt;br /&gt;
=== Intro to Hydra ===&lt;br /&gt;
* Adam Wead, Rock and Roll Hall of Fame (awead at rockhall.org)&lt;br /&gt;
* Justin Coyne, Data Curation Experts (justin.coyne at curationexperts.com)&lt;br /&gt;
* Mark Bussey, Data Curation Experts (mark at curationexperts.com)&lt;br /&gt;
&lt;br /&gt;
Hydra (http://projecthydra.org) is a free and open source repository solution that is being used by institutions on both sides of the North Atlantic to provide access to their digital content.  Hydra provides a versatile and feature rich environment for end-users and repository administrators alike. Leveraging Blacklight as its front end discovery interface, the hydra project provides a suite of software components, data models, and design patterns for building a robust and sustainable digital repository, as well as a community of support for ongoing development. This workshop will provide an introduction to the hydra project and its software components. Attendees will leave with enough knowledge to get started building their own local repository solutions. This workshop will be led by Adam Wead of the Rock and Roll Hall of Fame. &lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Jeremy Prevost&lt;br /&gt;
* Dennis Ogg - ogg{at}ucar{dot}edu&lt;br /&gt;
* Terry Brady&lt;br /&gt;
* Betsy Coles - bcoles{at}caltech{dot}edu&lt;br /&gt;
* Brendan Quinn - brendan-quinn at northwestern dot edu&lt;br /&gt;
* Shawn Kiewel - smkiewel at uga dot edu&lt;br /&gt;
* Steven Villereal – villereal{at}gmail{dot}com&lt;br /&gt;
* Ryan Eby&lt;br /&gt;
* Dean Farrell&lt;br /&gt;
* Ian Chan&lt;br /&gt;
* Mark Mounts - mark{dot}mounts{at}dartmouth{dot}edu&lt;br /&gt;
* Carl Jones&lt;br /&gt;
* Laney McGlohon - lmcglohon@getty.edu&lt;br /&gt;
* Nancy Enneking - nenneking@getty.edu&lt;br /&gt;
* Allan Berry - allan{dot}berry{at}gmail{dot}com&lt;br /&gt;
* Andrew Darby - agdarby at miami dot edu&lt;br /&gt;
&lt;br /&gt;
=== Intro to Blacklight ===&lt;br /&gt;
* Bess Sadler, Stanford University Library (bess at stanford.edu)&lt;br /&gt;
* Jason Ronallo, NC State (jronallo at gmail.com)&lt;br /&gt;
* Shaun Ellis (helper), Princeton University Library, (shaune@princeton.edu)&lt;br /&gt;
&lt;br /&gt;
Blacklight (http://projectblacklight.org) is a free and open source discovery interface built on solr and ruby on rails. It is used by institutions such as Stanford University, NC State, WGBH, Johns Hopkins University, the Rock and Roll Hall of Fame, and an ever expanding community of adopters and contributors. Blacklight can be used as a front-end discovery solution for an ILS, or the contents of a digital repository, or to provide a unified discovery solution for many siloed collections. In this workshop we will cover the basics of solr indexing and searching, setting up and customizing Blacklight, and leave time for Q&amp;amp;A around local issues people might encounter. &lt;br /&gt;
&lt;br /&gt;
Note: this workshop will be tailored as a follow-on to the morning's RailsBridge Intro to Ruby on Rails workshop, but everyone is welcome&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* John MacGillivray&lt;br /&gt;
* Jon Stroop&lt;br /&gt;
* Jeremy Morse - jgmorse at umich&lt;br /&gt;
* Karen Miller - k-miller3{at}northwestern{dot}edu&lt;br /&gt;
* Tommy Ingulfsen - tommying{at}caltech{dot}edu&lt;br /&gt;
* Chung Kang&lt;br /&gt;
* Santi Thompson&lt;br /&gt;
* Brandon Dudley&lt;br /&gt;
* Ken Irwin&lt;br /&gt;
* Hillel Arnold&lt;br /&gt;
* Heidi Frank - hf36{at}nyu{dot}com&lt;br /&gt;
* Chris Sharp - csharp{at}georgialibraries{dot}org&lt;br /&gt;
* Bill McMillin - wmcmilli{at} pratt{dot} edu&lt;br /&gt;
* Jason Raitz - jcraitz at ncsu dot edu&lt;br /&gt;
* Linda Ballinger - ballingerl at newberry dot org&lt;br /&gt;
* Tim Thompson - t.thompson5{at}miami{dot}edu&lt;br /&gt;
* David Gonzalez - d.gonzalez26 at umiami dot edu&lt;br /&gt;
* Courtney Greene - crgreene at indiana dot edu&lt;br /&gt;
&lt;br /&gt;
=== DPLA Intro/Hacking ===&lt;br /&gt;
 &lt;br /&gt;
* Presenter(s)/Leader(s): TBD&lt;br /&gt;
* Guy Who'd Be Interested in Helping: Jay Luker, Smithsonian Astrophysics Data System (jluker at cfa.harvard.edu)&lt;br /&gt;
&lt;br /&gt;
This is a stub proposal entered solely to beat the submission deadline. I think there's be sufficient interest in this session, but only thought of it yesterday and haven't had time to coordinate with actual DPLA'ers and confirm that any of them are definitely coming.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* First and last name&lt;br /&gt;
&lt;br /&gt;
=== Fail4lib ===&lt;br /&gt;
* Jason Casden, NCSU Libraries (jmcasden at ncsu.edu)&lt;br /&gt;
* Andreas Orphanides, NCSU Libraries (akorphan at ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
The Code4lib community is full of driven people who embrace the risks that are often associated with new projects. While these traits lead to the incredible projects that are presented at Code4lib, creative technical work also often leads to unexpected, vexing, or disappointing results even from eventually successful projects (however you define the term). Learning more about how our colleagues deal with failure in various contexts could lead to the development of better methods for communicating the value of productive failure, modifying project plans (&amp;quot;The Pivot&amp;quot;), and failing more cheaply.&lt;br /&gt;
&lt;br /&gt;
Hopefully we can define the format as a group, but a fairly high level of participation is crucial if this is to be a worthwhile preconference. Some possible agenda items that could be mixed and matched to fill the afternoon:&lt;br /&gt;
&lt;br /&gt;
# Given willing presenters, a series of 10-20 minute presentations that go into some depth about specific failures.&lt;br /&gt;
# Depending on the number of participants, either a multi- or single-track series of unconference-like themed discussions on various aspects of failure, possibly including themes like:&lt;br /&gt;
#* Technical failure&lt;br /&gt;
#* Failure to effectively address a real user need&lt;br /&gt;
#* Overinvestment&lt;br /&gt;
#* Outreach/Promotion failure&lt;br /&gt;
#* Design/UX failure&lt;br /&gt;
#* Project team communication failure&lt;br /&gt;
#* Missed opportunities (risk-averse failure)&lt;br /&gt;
#* Successes gleaned from failures&lt;br /&gt;
# A panel of participants who have prepared in advance to answer moderator and audience questions about their experience with failure.&lt;br /&gt;
# A prepared reading assignment that we could all forget to read, creating a shared fail in order to start the preconference on the right foot.&lt;br /&gt;
&lt;br /&gt;
I'll serve as a moderator (if needed) and participant and would welcome more organizers. I am happy to be outvoted by participants on any of these points--I just want to get us talking about our screw-ups, blind spots, and anvils dropping from the sky.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Becky Yoose&lt;br /&gt;
* Lisa Rabey&lt;br /&gt;
* Cynthia Ng (maybe) - cynthia [dot] s [dot] ng [at] gmail&lt;br /&gt;
* Patrick Berry, pberry@csuchico.edu&lt;br /&gt;
&lt;br /&gt;
=== Solr 4 In Depth ===&lt;br /&gt;
* Contact: Erik Hatcher (erik.hatcher at lucidworks.com)&lt;br /&gt;
&lt;br /&gt;
The long awaited and much anticipated Solr 4 has been released!   It's a really big deal.  There are so many improvements, it makes the head spin.  This session will cover the major feature improvements from Lucene's flexible indexing and scoring API up through SolrCloud in a digestable half-day format. Sounds like this is an evening thing that might happen at a bar somewhere?&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* First and last name&lt;br /&gt;
* Erin Fahy - erin.fahy at mtholyoke edu&lt;br /&gt;
* Esmé Cowles, escowles@ucsd.edu&lt;br /&gt;
* Jon Stroop&lt;br /&gt;
* Adam Constabars&lt;br /&gt;
* Kevin Clarke&lt;br /&gt;
* Jacob Andresen&lt;br /&gt;
* Ted Lawless (tlawless at brown dot edu)&lt;br /&gt;
* Jay Luker&lt;br /&gt;
* Tom Burton-West&lt;br /&gt;
* Curtis Thacker&lt;br /&gt;
* Eric James eric dot james at yale dot edu&lt;br /&gt;
* Bess Sadler (bess at stanford dot edu)&lt;br /&gt;
* Michael North&lt;br /&gt;
* Charles Draper&lt;br /&gt;
* Nick Cappadona&lt;br /&gt;
* Stephanie Collett - stephanie dot collett at ucop dot edu&lt;br /&gt;
* Kalee Sprague - kalee dot sprague at yale dot edu&lt;br /&gt;
* Jeff Peterson - gpeterso at umn dot edu&lt;br /&gt;
* Erik Hetzner&lt;br /&gt;
* Demian Katz - demian dot katz at villanova dot edu &lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_preconference_proposals&amp;diff=31159</id>
		<title>2013 preconference proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_preconference_proposals&amp;diff=31159"/>
				<updated>2013-01-10T15:11:31Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Delivery services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Proposals '''now closed'''.&lt;br /&gt;
&lt;br /&gt;
Spaces available: 4+ Rooms&lt;br /&gt;
&lt;br /&gt;
Please follow the formatting guidelines:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== Talk Title ===&lt;br /&gt;
 &lt;br /&gt;
* Presenter/Leader, affiliation (optional), and email address (mandatory!)&lt;br /&gt;
* Second Presenter/Leader, affiliation, email address, if applicable&lt;br /&gt;
&lt;br /&gt;
Description.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Full Day==&lt;br /&gt;
&lt;br /&gt;
===Drupal4lib Sub-con Barcamp===&lt;br /&gt;
&lt;br /&gt;
* Contact [[User:highermath|Cary Gordon]], cgordon@chillco.com or &lt;br /&gt;
* [[User:cdmo|Charlie Morris]], NCSU Libraries, cdmorris@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
This will be a full day of self-selected barcamp style sessions. Anyone who wants to present can write down the topic on an index card and, after the keynote, we will vote to choose what we want to see. Attendees can also pick a topic and attempt to talk someone else into presenting on it.&lt;br /&gt;
&lt;br /&gt;
If we run out of topics, we will pay homage to the project by testing patches for Drupal 8. It is easy, and we will show you how to do this invaluable task.&lt;br /&gt;
&lt;br /&gt;
Local Drupal uber-ninja Larry Garfield will stop by to answer questions and give us some guidance.&lt;br /&gt;
&lt;br /&gt;
====I plan on attending:====&lt;br /&gt;
&lt;br /&gt;
=====All Day=====&lt;br /&gt;
*Margaret Heller&lt;br /&gt;
*Mahria Lebow, mahria at uw edu&lt;br /&gt;
*Paula Gray-Overtoom, pgrayove at gmail.com&lt;br /&gt;
&lt;br /&gt;
=====Morning=====&lt;br /&gt;
* [[User:Kevenj|Keven Jeffery]]&lt;br /&gt;
* Sean Chen&lt;br /&gt;
&lt;br /&gt;
=====Afternoon=====&lt;br /&gt;
* Kevin Reiss, Princeton University Library, kr2 at princeton.edu (afternoon only)&lt;br /&gt;
* Christina Salazar (afternoon only)&lt;br /&gt;
* Sarah Dooley (afternoon)&lt;br /&gt;
* Josh Wilson, joshwilsonnc at gmail (likely afternoon only)&lt;br /&gt;
* Ken Varnum, varnum at umich e-d-u&lt;br /&gt;
* Cody Hennesy, chennesy at library berkeley edu&lt;br /&gt;
&lt;br /&gt;
==Half Day Morning==&lt;br /&gt;
=== Open space session ===&lt;br /&gt;
&lt;br /&gt;
* Dan Chudnov, dchud at gwu edu&lt;br /&gt;
&lt;br /&gt;
The rest of code4libcon is pretty well structured these days; come in the morning for a few hours of old-school [http://en.wikipedia.org/wiki/Open-space_technology open space technology] unconference.  Bring a rough talk or idea you want to share or questions you have or something you want to learn about or discuss with other people, and be ready to tell us about it.  Use it as extra prep time for your upcoming prepared or lightning talk if you want.  We'll plan the morning out a little bit at the beginning, but not too much.  What we do will be up to the people there in the room.&lt;br /&gt;
&lt;br /&gt;
If there's interest, we could start with a &amp;quot;welcome to code4lib&amp;quot; introductory session for newcomers.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Devon Smith&lt;br /&gt;
* Esmé Cowles, escowles@ucsd.edu&lt;br /&gt;
* Jason Casden&lt;br /&gt;
* Ryan Eby&lt;br /&gt;
* mark matienzo&lt;br /&gt;
* Donald Mennerich&lt;br /&gt;
* Patrick Berry, pberry@csuchico.edu&lt;br /&gt;
&lt;br /&gt;
=== Delivery services ===&lt;br /&gt;
* Ted Lawless, Brown University Library, tlawless at brown edu.  &lt;br /&gt;
* Kevin Reiss, Princeton University Library, kr2 at princeton edu.&lt;br /&gt;
&lt;br /&gt;
Are you interested in making it easier for users to obtain copies of known items?  Do you feel your OpenURL and Interlibrary Loan software could be streamlined?  This pre-conference workshop will focus on providing services that deliver content to users.  Discovery systems are doing a better job of exposing library holdings but there's still a lot of work to do actually get the content in the users hands.  &lt;br /&gt;
&lt;br /&gt;
Possible topics/activities include:&lt;br /&gt;
* group discussion of what some libraries have done in this area&lt;br /&gt;
* comparisons of different approaches to addressing delivery &lt;br /&gt;
* overview of tools available &lt;br /&gt;
* sharing of strategies and experiences&lt;br /&gt;
* time to work with and review open source code in this area. Some possible tools to install and test out [https://github.com/team-umlaut/umlaut Umlaut], [https://github.com/lawlesst/heroku-360link Py360 Link]. &lt;br /&gt;
 &lt;br /&gt;
Resources and background information:&lt;br /&gt;
* [https://github.com/team-umlaut/umlaut/wiki/What-is-Umlaut-anyway What-is-Umlaut-anyway] &lt;br /&gt;
* [http://journal.code4lib.org/articles/7308 Hacking 360 Link: A hybrid approach]&lt;br /&gt;
* [http://journal.code4lib.org/articles/108 Auto-Populating an ILL form with the Serial Solutions Link Resolver API]&lt;br /&gt;
* [http://lawlesst.github.com/notebook/delivery.html Focusing on Delivery]&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Ken Varnum, varnum at umich e-d-u&lt;br /&gt;
* Ayla Stein&lt;br /&gt;
* Curtis Thacker&lt;br /&gt;
* Rosalyn Metz rosalynmetz at gmail com&lt;br /&gt;
* James Van Mil - james.vanmil at gmail com&lt;br /&gt;
* Andrew Nagy&lt;br /&gt;
* Ranti Junus&lt;br /&gt;
* Aaron Collier - acollier at csufresno edu&lt;br /&gt;
* Demian Katz - demian dot katz at villanova dot edu&lt;br /&gt;
&lt;br /&gt;
=== Intro to Blacklight CANCELLED ===&lt;br /&gt;
&lt;br /&gt;
PLEASE NOTE: This pre-conference has been cancelled in favor of joining forces with the RailsBridge workshop. The afternoon Blacklight session will still be offered.&lt;br /&gt;
&lt;br /&gt;
=== RailsBridge Intro to Ruby on Rails ===&lt;br /&gt;
* Jason Ronallo, North Carolina State University Libraries, jnronall@ncsu.edu&lt;br /&gt;
* Mark Bussey, Data Curation Experts (mark at curationexperts.com)&lt;br /&gt;
* Shaun Ellis (helper), Princeton University Library, shaune@princeton.edu&lt;br /&gt;
* Ross Singer, Talis, rossfsinger@gmail.com&lt;br /&gt;
* Adam Wead (helper), Rock and Roll Hall of Fame, awead@rockhall.org&lt;br /&gt;
* Bess Sadler, Stanford University, bess@stanford.edu&lt;br /&gt;
* Anyone else want to come and help folks? Contact Jason.&lt;br /&gt;
&lt;br /&gt;
RailsBridge comes to code4lib! We'll follow the RailsBridge curriculum (http://railsbridge.org) to provide a gentle introduction to Ruby on Rails. Topics covered include an introduction to the Ruby language, the Rails framework, and version control with git. Participants will build a working Rails application. &lt;br /&gt;
&lt;br /&gt;
There will be some pre-preconference preparation needed so that we can effectively use our time. Details to come.&lt;br /&gt;
&lt;br /&gt;
* Note: Attendees can follow up with the Intro to Blacklight afternoon session, which will be tailored for folks new to Ruby&lt;br /&gt;
&lt;br /&gt;
Please add your name below and fill out the [https://docs.google.com/spreadsheet/viewform?formkey=dEpxd0tzU1ZscnU5QUUtd0JGUk9qQkE6MA#gid=0 experience survey].&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
# First and last name and email address&lt;br /&gt;
# John MacGillivray&lt;br /&gt;
# Jon Stroop - jstroop at princeton&lt;br /&gt;
# Christina Salazar - christina{dot}salazar{at}csuci{dot}edu&lt;br /&gt;
# Karen Coombs - coombsk{at}oclc{dot}org&lt;br /&gt;
# Becky Yoose - b dot yoose at google overlord&lt;br /&gt;
# Jeremy Morse - jgmorse at umich&lt;br /&gt;
# Julia Bauder - julia{dot}bauder{at}gmail{dot}com &lt;br /&gt;
# Chung Kang&lt;br /&gt;
# Karen Miller - k-miller3{at}northwestern{dot}edu&lt;br /&gt;
# Betsy Coles - bcoles{at}caltech{dot}edu&lt;br /&gt;
# Jay Luker - jay{dot}luker{at}gmail{dot}com&lt;br /&gt;
# Santi Thompson&lt;br /&gt;
# Sarah Dooley - sarah{at}nclive{dot}org&lt;br /&gt;
# Brandon Dudley&lt;br /&gt;
# Ken Irwin&lt;br /&gt;
# Dennis Ogg - ogg{at}ucar{dot}edu&lt;br /&gt;
# Ian Walls - iwalls{at}library{dot}umass{dot}edu&lt;br /&gt;
# Steven Villereal – villereal{at}gmail{dot}com&lt;br /&gt;
# Hillel Arnold - hillel{dot}arnold{at}gmail{dot}com&lt;br /&gt;
# Josh Wilson - joshwilsonnc at gmail&lt;br /&gt;
# Cynthia Ng - cynthia [dot] s [dot] ng [at] gmail&lt;br /&gt;
# Ian Chan&lt;br /&gt;
# Heidi Frank - hf36{at}nyu{dot}edu&lt;br /&gt;
# Mark Mounts - mark{dot}mounts{at}dartmouth{dot}edu&lt;br /&gt;
# Bill McMillin - wmcmilli{at}pratt {dot}edu&lt;br /&gt;
# David Lacy - david dot lacy at villanova dot edu&lt;br /&gt;
# Courtney Greene - crgreene at indiana dot edu&lt;br /&gt;
# Laney McGlohon - lmcglohon@getty.edu&lt;br /&gt;
# Nancy Enneking - nenneking@getty.edu&lt;br /&gt;
# Jason Raitz - jcraitz at ncsu dot edu&lt;br /&gt;
# Nick Cappadona&lt;br /&gt;
# Steven Marsden - steven.marsden@ryerson.ca&lt;br /&gt;
# Linda Ballinger - ballingerl at newberry dot org&lt;br /&gt;
# Brendan Quinn - brendan-quinn at northwestern dot edu&lt;br /&gt;
# Michael Levy - mlevy {at}ushmm {dot}org&lt;br /&gt;
# Michael North   (m-north at northwestern dot edu)&lt;br /&gt;
# Shawn Averkamp - shawnaverkamp{at}gmail{dot}com&lt;br /&gt;
# Tim Thompson - t.thompson5{at}miami{dot}edu&lt;br /&gt;
# Allan Berry - allan{dot}berry{at}gmail{dot}com&lt;br /&gt;
# Andrew Darby - agdarby at miami dot edu&lt;br /&gt;
# Cody Hennesy - chennesy at library dot berkeley dot edu&lt;br /&gt;
# Devin Higgins - higgi135 at msu dot edu&lt;br /&gt;
# Emily Zervas - emily{dot}zervas{at}gmail{dot}com&lt;br /&gt;
# Rob Dumas - rdumas {at} chipublib {dot} org&lt;br /&gt;
&lt;br /&gt;
===Intro to NoSQL Databases===&lt;br /&gt;
* Joshua Gomez, George Washington University, jngomez at gwu edu&lt;br /&gt;
&lt;br /&gt;
Since Google published its paper on BigTable in 2006, alternatives to the traditional relational database model have been growing in both variety and popularity. These new databases (often referred to as NoSQL databases) excel at handling problems faced by modern information systems that the traditional relational model cannot. They are particularly popular among organizations tackling the so-called &amp;quot;Big Data&amp;quot; problems. However, there are always tradeoffs involved when making such dramatic changes. Understanding how these different kinds of databases are designed and what they can offer is essential to the decision making process. In this precon I will discuss some of the various types of new databases (key-value, columnar, document, graph) and walk through examples or exercises using some of their open source implementations like Riak, HBase, CouchDB, and Neo4j.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Esha Datta&lt;br /&gt;
* Trevor Thornton&lt;br /&gt;
* Michael Doran&lt;br /&gt;
* Ray Schwartz - schwartzr2@wpunj.edu&lt;br /&gt;
* Kevin Clarke&lt;br /&gt;
* Andreas Orphanides&lt;br /&gt;
* Tommy Ingulfsen - tommying{at}caltech{dot}edu&lt;br /&gt;
* Harrison Dekker&lt;br /&gt;
* Eric James eric dot james at yale dot edu&lt;br /&gt;
* Sean Crowe - sean.crowe@uc.edu&lt;br /&gt;
* Scott Hanrath&lt;br /&gt;
* Erin Fahy - erin.fahy at mtholyoke edu&lt;br /&gt;
* Karen Coyle - kcoyle at kcoyle.net&lt;br /&gt;
* Charles Draper&lt;br /&gt;
* David Uspal&lt;br /&gt;
* Shawn Kiewel - smkiewel at uga dot edu&lt;br /&gt;
* Stephanie Collett - stephanie dot collett at ucop dot edu&lt;br /&gt;
* Declan Fleming - declan at declan dot net&lt;br /&gt;
* David Gonzalez - d.gonzalez26 at umiami dot edu&lt;br /&gt;
* Jeff Peterson - gpeterso at umn dot edu&lt;br /&gt;
* May Chan - msuicat at gmail dot com&lt;br /&gt;
* Kathryn Stine - kathryn dot stine at ucop dot edu&lt;br /&gt;
&lt;br /&gt;
==Half Day Afternoon==&lt;br /&gt;
=== Data Visualization Hackfest ===&lt;br /&gt;
* Chris Beer, cabeer at stanford.edu&lt;br /&gt;
* Dan Chudnov, dchud at gwu edu&lt;br /&gt;
&lt;br /&gt;
* Description: Want to hack/design/plan/document on a team of people who enjoy learning by creating?  Interested in data visualization?  Well, this hackfest is for you.  Not familiar with the concept of a hackfest?  See Roy Tennant's [http://www.libraryjournal.com/article/CA332564.html &amp;quot;Where Librarians Go To Hack&amp;quot;] and the page for the [http://access2010.lib.umanitoba.ca/node/3.html Access 2010 Hackfest].  We propose a half-day hackfest with a focus on visualization library data -- think stuff like library catalog data, access/circulation statistics, etc. Here's how it works, roughly: &lt;br /&gt;
 - we'll (you'll!) do lightning tutorials for some data visualization tools, toolkits (R? d3js? ?), datasets.&lt;br /&gt;
 - we'll separate into groups and hack on stuff.&lt;br /&gt;
 - at the end of the day, we'll present our progress.&lt;br /&gt;
&lt;br /&gt;
Not a code hacker?  No worries; all skill sets and backgrounds are valuable! &lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Devon Smith&lt;br /&gt;
* Esha Datta&lt;br /&gt;
* Ray Schwartz - schwartzr2@wpunj.edu&lt;br /&gt;
* Karen Coombs - coombsk{at}oclc{dot}org&lt;br /&gt;
* Julia Bauder - julia{dot}bauder{at}gmail{dot}com&lt;br /&gt;
* Jason Stirnaman (jstirnaman at kumc.edu)&lt;br /&gt;
* Joshua Gomez&lt;br /&gt;
* Ayla Stein&lt;br /&gt;
* Harrison Dekker&lt;br /&gt;
* Ian Walls - iwalls{at}library{dot}umass{dot}edu&lt;br /&gt;
* Scott Hanrath&lt;br /&gt;
* [[User:Kevenj|Keven Jeffery]]&lt;br /&gt;
* James Van Mil - james.vanmil at gmail com&lt;br /&gt;
* Sean Crowe - sean.crowe@uc.edu&lt;br /&gt;
* Karen coyle - kcoyle at kcoyle.net&lt;br /&gt;
* David Lacy - david dot lacy at villanova dot edu&lt;br /&gt;
* mark matienzo&lt;br /&gt;
* David Uspal&lt;br /&gt;
* Emily Lynema - ejlynema at ncsu dot edu&lt;br /&gt;
* Sean Chen&lt;br /&gt;
* Donald Mennerich&lt;br /&gt;
* Allan Berry - allan{dot}berry{at}gmail{dot}com&lt;br /&gt;
* Declan Fleming - declan at declan dot net&lt;br /&gt;
* Chick Markley -- chick at qrhino dot com&lt;br /&gt;
* Rosalyn Metz -- rosalynmetz at gmail com&lt;br /&gt;
* Devin Higgins - higgi135 at msu dot edu&lt;br /&gt;
* Emily Zervas emily{dot}zervas{at}gmail{dot}com&lt;br /&gt;
* May Chan -- msuicat at gmail dot com&lt;br /&gt;
* Kathryn Stine - kathryn dot stine at ucop dot edu&lt;br /&gt;
&lt;br /&gt;
=== Intro to Hydra ===&lt;br /&gt;
* Adam Wead, Rock and Roll Hall of Fame (awead at rockhall.org)&lt;br /&gt;
* Justin Coyne, Data Curation Experts (justin.coyne at curationexperts.com)&lt;br /&gt;
* Mark Bussey, Data Curation Experts (mark at curationexperts.com)&lt;br /&gt;
&lt;br /&gt;
Hydra (http://projecthydra.org) is a free and open source repository solution that is being used by institutions on both sides of the North Atlantic to provide access to their digital content.  Hydra provides a versatile and feature rich environment for end-users and repository administrators alike. Leveraging Blacklight as its front end discovery interface, the hydra project provides a suite of software components, data models, and design patterns for building a robust and sustainable digital repository, as well as a community of support for ongoing development. This workshop will provide an introduction to the hydra project and its software components. Attendees will leave with enough knowledge to get started building their own local repository solutions. This workshop will be led by Adam Wead of the Rock and Roll Hall of Fame. &lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Jeremy Prevost&lt;br /&gt;
* Dennis Ogg - ogg{at}ucar{dot}edu&lt;br /&gt;
* Terry Brady&lt;br /&gt;
* Betsy Coles - bcoles{at}caltech{dot}edu&lt;br /&gt;
* Brendan Quinn - brendan-quinn at northwestern dot edu&lt;br /&gt;
* Shawn Kiewel - smkiewel at uga dot edu&lt;br /&gt;
* Steven Villereal – villereal{at}gmail{dot}com&lt;br /&gt;
* Ryan Eby&lt;br /&gt;
* Dean Farrell&lt;br /&gt;
* Ian Chan&lt;br /&gt;
* Mark Mounts - mark{dot}mounts{at}dartmouth{dot}edu&lt;br /&gt;
* Carl Jones&lt;br /&gt;
* Laney McGlohon - lmcglohon@getty.edu&lt;br /&gt;
* Nancy Enneking - nenneking@getty.edu&lt;br /&gt;
* Allan Berry - allan{dot}berry{at}gmail{dot}com&lt;br /&gt;
* Andrew Darby - agdarby at miami dot edu&lt;br /&gt;
&lt;br /&gt;
=== Intro to Blacklight ===&lt;br /&gt;
* Bess Sadler, Stanford University Library (bess at stanford.edu)&lt;br /&gt;
* Jason Ronallo, NC State (jronallo at gmail.com)&lt;br /&gt;
* Shaun Ellis (helper), Princeton University Library, (shaune@princeton.edu)&lt;br /&gt;
&lt;br /&gt;
Blacklight (http://projectblacklight.org) is a free and open source discovery interface built on solr and ruby on rails. It is used by institutions such as Stanford University, NC State, WGBH, Johns Hopkins University, the Rock and Roll Hall of Fame, and an ever expanding community of adopters and contributors. Blacklight can be used as a front-end discovery solution for an ILS, or the contents of a digital repository, or to provide a unified discovery solution for many siloed collections. In this workshop we will cover the basics of solr indexing and searching, setting up and customizing Blacklight, and leave time for Q&amp;amp;A around local issues people might encounter. &lt;br /&gt;
&lt;br /&gt;
Note: this workshop will be tailored as a follow-on to the morning's RailsBridge Intro to Ruby on Rails workshop, but everyone is welcome&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* John MacGillivray&lt;br /&gt;
* Jon Stroop&lt;br /&gt;
* Jeremy Morse - jgmorse at umich&lt;br /&gt;
* Karen Miller - k-miller3{at}northwestern{dot}edu&lt;br /&gt;
* Tommy Ingulfsen - tommying{at}caltech{dot}edu&lt;br /&gt;
* Chung Kang&lt;br /&gt;
* Santi Thompson&lt;br /&gt;
* Brandon Dudley&lt;br /&gt;
* Ken Irwin&lt;br /&gt;
* Hillel Arnold&lt;br /&gt;
* Heidi Frank - hf36{at}nyu{dot}com&lt;br /&gt;
* Chris Sharp - csharp{at}georgialibraries{dot}org&lt;br /&gt;
* Bill McMillin - wmcmilli{at} pratt{dot} edu&lt;br /&gt;
* Jason Raitz - jcraitz at ncsu dot edu&lt;br /&gt;
* Linda Ballinger - ballingerl at newberry dot org&lt;br /&gt;
* Tim Thompson - t.thompson5{at}miami{dot}edu&lt;br /&gt;
* David Gonzalez - d.gonzalez26 at umiami dot edu&lt;br /&gt;
* Courtney Greene - crgreene at indiana dot edu&lt;br /&gt;
&lt;br /&gt;
=== DPLA Intro/Hacking ===&lt;br /&gt;
 &lt;br /&gt;
* Presenter(s)/Leader(s): TBD&lt;br /&gt;
* Guy Who'd Be Interested in Helping: Jay Luker, Smithsonian Astrophysics Data System (jluker at cfa.harvard.edu)&lt;br /&gt;
&lt;br /&gt;
This is a stub proposal entered solely to beat the submission deadline. I think there's be sufficient interest in this session, but only thought of it yesterday and haven't had time to coordinate with actual DPLA'ers and confirm that any of them are definitely coming.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* First and last name&lt;br /&gt;
&lt;br /&gt;
=== Fail4lib ===&lt;br /&gt;
* Jason Casden, NCSU Libraries (jmcasden at ncsu.edu)&lt;br /&gt;
* Andreas Orphanides, NCSU Libraries (akorphan at ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
The Code4lib community is full of driven people who embrace the risks that are often associated with new projects. While these traits lead to the incredible projects that are presented at Code4lib, creative technical work also often leads to unexpected, vexing, or disappointing results even from eventually successful projects (however you define the term). Learning more about how our colleagues deal with failure in various contexts could lead to the development of better methods for communicating the value of productive failure, modifying project plans (&amp;quot;The Pivot&amp;quot;), and failing more cheaply.&lt;br /&gt;
&lt;br /&gt;
Hopefully we can define the format as a group, but a fairly high level of participation is crucial if this is to be a worthwhile preconference. Some possible agenda items that could be mixed and matched to fill the afternoon:&lt;br /&gt;
&lt;br /&gt;
# Given willing presenters, a series of 10-20 minute presentations that go into some depth about specific failures.&lt;br /&gt;
# Depending on the number of participants, either a multi- or single-track series of unconference-like themed discussions on various aspects of failure, possibly including themes like:&lt;br /&gt;
#* Technical failure&lt;br /&gt;
#* Failure to effectively address a real user need&lt;br /&gt;
#* Overinvestment&lt;br /&gt;
#* Outreach/Promotion failure&lt;br /&gt;
#* Design/UX failure&lt;br /&gt;
#* Project team communication failure&lt;br /&gt;
#* Missed opportunities (risk-averse failure)&lt;br /&gt;
#* Successes gleaned from failures&lt;br /&gt;
# A panel of participants who have prepared in advance to answer moderator and audience questions about their experience with failure.&lt;br /&gt;
# A prepared reading assignment that we could all forget to read, creating a shared fail in order to start the preconference on the right foot.&lt;br /&gt;
&lt;br /&gt;
I'll serve as a moderator (if needed) and participant and would welcome more organizers. I am happy to be outvoted by participants on any of these points--I just want to get us talking about our screw-ups, blind spots, and anvils dropping from the sky.&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* Becky Yoose&lt;br /&gt;
* Lisa Rabey&lt;br /&gt;
* Cynthia Ng (maybe) - cynthia [dot] s [dot] ng [at] gmail&lt;br /&gt;
* Patrick Berry, pberry@csuchico.edu&lt;br /&gt;
&lt;br /&gt;
=== Solr 4 In Depth ===&lt;br /&gt;
* Contact: Erik Hatcher (erik.hatcher at lucidworks.com)&lt;br /&gt;
&lt;br /&gt;
The long awaited and much anticipated Solr 4 has been released!   It's a really big deal.  There are so many improvements, it makes the head spin.  This session will cover the major feature improvements from Lucene's flexible indexing and scoring API up through SolrCloud in a digestable half-day format. Sounds like this is an evening thing that might happen at a bar somewhere?&lt;br /&gt;
&lt;br /&gt;
'''I plan on attending:'''&lt;br /&gt;
* First and last name&lt;br /&gt;
* Erin Fahy - erin.fahy at mtholyoke edu&lt;br /&gt;
* Esmé Cowles, escowles@ucsd.edu&lt;br /&gt;
* Jon Stroop&lt;br /&gt;
* Adam Constabars&lt;br /&gt;
* Kevin Clarke&lt;br /&gt;
* Jacob Andresen&lt;br /&gt;
* Ted Lawless (tlawless at brown dot edu)&lt;br /&gt;
* Jay Luker&lt;br /&gt;
* Tom Burton-West&lt;br /&gt;
* Curtis Thacker&lt;br /&gt;
* Eric James eric dot james at yale dot edu&lt;br /&gt;
* Bess Sadler (bess at stanford dot edu)&lt;br /&gt;
* Michael North&lt;br /&gt;
* Charles Draper&lt;br /&gt;
* Nick Cappadona&lt;br /&gt;
* Stephanie Collett - stephanie dot collett at ucop dot edu&lt;br /&gt;
* Kalee Sprague - kalee dot sprague at yale dot edu&lt;br /&gt;
* Jeff Peterson - gpeterso at umn dot edu&lt;br /&gt;
* Erik Hetzner&lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2013_talks_proposals&amp;diff=25547</id>
		<title>2013 talks proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2013_talks_proposals&amp;diff=25547"/>
				<updated>2012-10-02T14:57:13Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deadline for talk submission is ''Friday, November 2'' at 5pm PT.&lt;br /&gt;
&lt;br /&gt;
Prepared talks are 20 minutes (including setup and questions), and focus on one or more of the following areas:&lt;br /&gt;
* tools (some cool new software, software library or integration platform)&lt;br /&gt;
* specs (how to get the most out of some protocols, or proposals for new ones)&lt;br /&gt;
* challenges (one or more big problems we should collectively address)&lt;br /&gt;
&lt;br /&gt;
The community will vote on proposals using the criteria of:&lt;br /&gt;
* usefulness&lt;br /&gt;
* newness&lt;br /&gt;
* geekiness&lt;br /&gt;
* uniqueness&lt;br /&gt;
* awesomeness&lt;br /&gt;
&lt;br /&gt;
Please follow the formatting guidelines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== Talk Title ==&lt;br /&gt;
 &lt;br /&gt;
* Speaker's name, affiliation, and email address&lt;br /&gt;
* Second speaker's name, affiliation, email address, if applicable&lt;br /&gt;
&lt;br /&gt;
Abstract of no more than 500 words.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Modernizing VuFind with Zend Framework 2 ==&lt;br /&gt;
&lt;br /&gt;
* Demian Katz, Villanova University, demian DOT katz AT villanova DOT edu&lt;br /&gt;
&lt;br /&gt;
When setting goals for a new major release of VuFind, use of an existing web framework was an important decision to encourage standardization and avoid reinvention of the wheel.  Zend Framework 2 was selected as providing the best balance between the cutting-edge (ZF2 was released in 2012) and stability (ZF1 has a long history and many adopters).  This talk will examine some of the architecture and features of the new framework and discuss how it has been used to improve the VuFind project.&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2013]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2012_preconference_proposals&amp;diff=10191</id>
		<title>2012 preconference proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2012_preconference_proposals&amp;diff=10191"/>
				<updated>2012-01-12T13:47:57Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Interest in Attending */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Proposals for 2012 Code4LibCon Preconferences=&lt;br /&gt;
Proposals closed Sunday, November 20, 2011, so we can finalize the list and add them to registration! (The deadline for preconference proposals has passed.)&lt;br /&gt;
&lt;br /&gt;
Spaces available: main meeting room (max 275) + 5 breakout rooms (max 30-50). &lt;br /&gt;
&lt;br /&gt;
'''Please include a &amp;quot;Contact/Responsible Individual&amp;quot; name and email address so we know who is willing to put on the proposed precon.&lt;br /&gt;
'''&lt;br /&gt;
==Full Day==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hacking Content ===&lt;br /&gt;
&lt;br /&gt;
What is the future of getting library information and resources into users’ hands at the right time and with appropriate context and relevancy.  Learning management systems, library guides, Web-scale discovery systems-plenty of tools to choose from and still we see lots of opportunities for improvement. Let’s pick them apart and brainstorm ideas for projects that could address weaknesses in one or all of these systems. If you’re interested in these issues, challenges and conundrums join us for a day of thinking, dreaming and scheming. All skill sets and backgrounds needed. &lt;br /&gt;
&lt;br /&gt;
Speakers/Facilitators will be:&lt;br /&gt;
 - Thom Cox - Manager of Library Information Technology Services - Tufts University&lt;br /&gt;
 - Ken Varnum – Web Systems Manager - University of Michigan Libraries&lt;br /&gt;
 - Evviva Weinraub – Director, Emerging Technologies and Services - Oregon State University Libraries &lt;br /&gt;
&lt;br /&gt;
Contact:  Margaret Mellinger - margaret dot mellinger at oregonstate dot edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
&lt;br /&gt;
=== Developing applications using REST web services ===&lt;br /&gt;
&lt;br /&gt;
Been hearing about web services but don’t know where to start to build something? Have you built applications that use read services but are stumped by OAuth, Content Negotiation and HTTP Headers? Come dig in and learn how to build applications that interact with both read and write REST services. We’ll cover the basic principles and practices of REST services and discuss the Atom Publishing Protocol as a REST service and its extensibility. The group will examine and test the CouchDB HTTP API by building a simple list creation tool. You’ll learn how OCLC’s platform web services leverage Atom to expose the data and business processes from OCLC’s library systems. By the end of the session, you’ll know the basic principles of REST services, be able to perform Create, Read, Update and Delete operations via REST and be able to authenticate to REST services via API keys and OAuth.&lt;br /&gt;
&lt;br /&gt;
Come ready to learn and code!&lt;br /&gt;
&lt;br /&gt;
Presenter: Karen Coombs - coombsk at oclc dot org&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
&lt;br /&gt;
*Sam Kome&lt;br /&gt;
*Ray Schwartz&lt;br /&gt;
*Jim Robinson&lt;br /&gt;
*David Bucknum&lt;br /&gt;
*Jean Rainwater&lt;br /&gt;
&lt;br /&gt;
==Half Day Morning==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Linkfest ===&lt;br /&gt;
&lt;br /&gt;
We've had talks and sessions galore about Linked Data at code4lib in past years.  Let's focus on linking.  Bring data you want to publish and link to or link from and your ideas about new ways we can push data linking into being part of our regular approach to how we put our libraries' content and services on the web.  At the start of the session we'll run a quick poll to see who wants to link to what and how, and we'll pair or group up and get to work from there.  May a kajillion links bloom!&lt;br /&gt;
&lt;br /&gt;
If you need an &amp;quot;intro to linked data&amp;quot; we can prep a good list of readings/talks to review before you come.  But please come ready to link!&lt;br /&gt;
&lt;br /&gt;
Organizer type person:  Dan Chudnov, GWU Libraries, @dchud or dchud at gwu edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
*Becky Yoose&lt;br /&gt;
*Tom Johnson&lt;br /&gt;
*Ed Summers&lt;br /&gt;
* bernardo gomez ( bgomez at emory dot edu )&lt;br /&gt;
* William Gunn&lt;br /&gt;
* Jason Ronallo&lt;br /&gt;
* Keri Thompson&lt;br /&gt;
* David Lacy&lt;br /&gt;
&lt;br /&gt;
=== What's New in Solr ===&lt;br /&gt;
&lt;br /&gt;
This session will bring folks up to speed on the latest developments in Lucene and Solr.  There's always a lot of new capabilities as well as tips and tricks on using Solr in clever and powerful ways.  &lt;br /&gt;
&lt;br /&gt;
Presenter: Erik Hatcher - erik . hatcher @ lucidimagination dot com&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* &amp;quot;Gabriel Farrell&amp;quot; &amp;lt;gsf24@drexel.edu&amp;gt;&lt;br /&gt;
* &amp;quot;Erik Hetzner&amp;quot; &amp;lt;erik.hetzner AT ucop BORK edu&amp;gt;&lt;br /&gt;
* &amp;quot;Kevin S. Clarke&amp;quot; &amp;lt;ksclarke@gmail&amp;gt;&lt;br /&gt;
* &amp;quot;Michael B. Klein&amp;quot; &amp;lt;mbklein@gmail&amp;gt;&lt;br /&gt;
* Demian Katz (demian DOT katz AT villanova DOT edu)&lt;br /&gt;
&lt;br /&gt;
==Half Day Afternoon==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Git -r done === &lt;br /&gt;
&lt;br /&gt;
A session to cover all things Git, everyone's favorite distributed version control system.  This session should cover a little bit of the history of Git, how it works, and how it's different than other version controls systems like SVN.  Practical application should also be covered, including how to clone existing repos and contribute code back to them, how to host your own repository, and best practices for setting up a distributed network.&lt;br /&gt;
&lt;br /&gt;
Looking for attendees with real-life Git experience to share it, so we can all broaden our understanding of possible use-cases and nifty advanced features.&lt;br /&gt;
&lt;br /&gt;
Coordinator:  Ian Walls, ByWater Solutions, @sekjal or ian.walls at bywatersolutions com&lt;br /&gt;
&lt;br /&gt;
Helper: Cary Gordon, Cherry Hill Company, @highermath / cgordon@chillco.com&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
&lt;br /&gt;
* Patrick Berry (pberry@csuchico.edu)&lt;br /&gt;
* Chris Sharp (csharp@georgialibraries.org)&lt;br /&gt;
* Matt Critchlow (mcritchlow@ucsd.edu)&lt;br /&gt;
* Peter Murray (Peter.Murray@lyrasis.org)&lt;br /&gt;
* Margaret Heller (mheller@dom.edu)&lt;br /&gt;
* Kevin S. Clarke (ksclarke@gmail)&lt;br /&gt;
* Michael B. Klein (mbklein@gmail)&lt;br /&gt;
* Demian Katz (demian DOT katz AT villanova DOT edu)&lt;br /&gt;
&lt;br /&gt;
=== Blacklight ===&lt;br /&gt;
&lt;br /&gt;
This session will be walk-through of the architecture of Blacklight and what we have been improving since the rails 3 upgrade.  In addition to the architecture of the software, we will also briefly discuss the architecture of the Blacklight community and what has made it successful so far.&lt;br /&gt;
&lt;br /&gt;
For part of the session we will install Blacklight live and get it up and running.  This install demo will include a How-To on basic customizations in Blacklight using a test-driven approach (one of the cornerstones of the Blacklight community).&lt;br /&gt;
&lt;br /&gt;
For more information about Blacklight see our wiki ( http://projectblacklight.org/ ) and our GitHub repo ( https://github.com/projectblacklight/blacklight ).  We will also send out some brief instructions beforehand for those that would like to setup their environments to follow along and get Blacklight up and running on their local machines.&lt;br /&gt;
&lt;br /&gt;
Presenters: Jessie Keck, Stanford University - jkeck at stanford dot edu | Molly Pickral, University of Virginia - mpc3c at virginia dot edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* bernardo gomez ( bgomez at emory dot edu )&lt;br /&gt;
&lt;br /&gt;
=== DACS and EAD Overview ===&lt;br /&gt;
&lt;br /&gt;
This session will look at what DACS (Describing Archives: a Content Standard) is and describe the ten required elements.  Then there will be an overview of what EAD is, how it works, and the required elements.  The final part will be a practice session on taking a paper finding aid and coding it using DACS and EAD.&lt;br /&gt;
&lt;br /&gt;
Presenter:  Doris Munson, Eastern Washington University, dmunson at ewu dot edu&lt;br /&gt;
(please feel free to contact me if you are interested in being a co-presenter)&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* Francis Kayiwa ( kayiwa@ YouEyeSee dot edu )&lt;br /&gt;
&lt;br /&gt;
=== [[Digging into metadata: context, code, and collaboration]] ===&lt;br /&gt;
&lt;br /&gt;
Working with library/archival metadata is difficult. This preconference will tackle pressing questions and will show some of the intricacies of metadata (including AACR2/MARC) with exercises to demonstrate why inconsistencies exist in the data. What steps can the cataloging &amp;amp; metadata community take to help improve the quality of this data?  What tools &amp;amp; techniques could help?  Rules have evolved over time leaving dirty legacy data.  Systems have impacted--and will continue to impact--data structure &amp;amp; design.  How can this data be aggregated and refined for use in a new emerging data environments?  What assumptions can safely be made and when do you need to inquire about local practice?  We will end with a hack-fest where you can ask questions of experienced catalogers and get help with your metadata related problems.  Bring your laptops and data.   &lt;br /&gt;
&lt;br /&gt;
Person Herder: Becky Yoose, Grinnell College, yoosebec at grinnell dot edu&lt;br /&gt;
&lt;br /&gt;
Collaborators/Facilitators: Corey Harper, New York University - corey dot harper at nyu dot edu | Shana L. McDanold, University of Pennsylvania - 	&lt;br /&gt;
mcdanold at pobox dot upenn dot edu  | Laura Smart, Caltech - laura at library dot caltech dot edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
Jen Weintraub (jweintraub@library.ucla.edu)&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Geo&amp;quot; ===&lt;br /&gt;
This session will explore, we hope collaboratively, the presentation of objects on maps.  There will be a section on workflow, a section on discovering objects via &amp;quot;geobrowse,&amp;quot; a section discovery of objects via &amp;quot;geosearch,&amp;quot; and an exploration of the discovery and presentation of geo-referenced images (e.g. historic maps). There will be open discussion on other approaches to map-based discovery.  Emphasis will be placed on simplicity of workflow and implementation.  Technologies include: Atom, Django, Solr, and OpenLayers.  &lt;br /&gt;
&lt;br /&gt;
Presenters:  Mike Graves, UNC Chapel Hill, gravm at email dot unc dot edu; Tim Shearer, UNC Chapel Hill, tshearer at email dot unc dot edu&lt;br /&gt;
(please feel free to contact Tim if you are interested in being a co-presenter)&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* &amp;quot;Gabriel Farrell&amp;quot; &amp;lt;gsf24@drexel.edu&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Half-day Evening ==&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Campus Visit ===&lt;br /&gt;
Join us for a trip across Lake Washington to Microsoft Headquarters.  Bus will depart from the conference hotel at 4:15pm on Monday. We will visit the Microsoft Home and the Envisioning Lab.  The we'll head over to Microsoft Research for drinks and appetizers, and you'll see some great demos of some cool new (and free!) technologies coming out of MSR.  Bus will get back to hotel by 9:00pm, plenty of time to hit a pub.  You'll learn about:&lt;br /&gt;
&lt;br /&gt;
1. Layerscape -[http://communities.worldwidetelescope.org/]&lt;br /&gt;
&lt;br /&gt;
2. ChronoZoom - [http://research.microsoft.com/chronozoom/]&lt;br /&gt;
&lt;br /&gt;
3. F# - [http://www.tryfsharp.org]&lt;br /&gt;
&lt;br /&gt;
4. Microsoft Academic Search - [http://academic.research.microsoft.com]&lt;br /&gt;
&lt;br /&gt;
Space is limited, so reserve your seat today  Email Alex at the address below.    &lt;br /&gt;
&lt;br /&gt;
Coordinator: Alex Wade, Microsoft Research, awade at microsoft dot com &lt;br /&gt;
&lt;br /&gt;
Presenters: Rob Fatland; Christophe Poulain; Michael Zyskowski &lt;br /&gt;
[[Category: Code4Lib2012]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2012_preconference_proposals&amp;diff=10190</id>
		<title>2012 preconference proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2012_preconference_proposals&amp;diff=10190"/>
				<updated>2012-01-12T13:47:03Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: /* Half Day Afternoon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Proposals for 2012 Code4LibCon Preconferences=&lt;br /&gt;
Proposals closed Sunday, November 20, 2011, so we can finalize the list and add them to registration! (The deadline for preconference proposals has passed.)&lt;br /&gt;
&lt;br /&gt;
Spaces available: main meeting room (max 275) + 5 breakout rooms (max 30-50). &lt;br /&gt;
&lt;br /&gt;
'''Please include a &amp;quot;Contact/Responsible Individual&amp;quot; name and email address so we know who is willing to put on the proposed precon.&lt;br /&gt;
'''&lt;br /&gt;
==Full Day==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hacking Content ===&lt;br /&gt;
&lt;br /&gt;
What is the future of getting library information and resources into users’ hands at the right time and with appropriate context and relevancy.  Learning management systems, library guides, Web-scale discovery systems-plenty of tools to choose from and still we see lots of opportunities for improvement. Let’s pick them apart and brainstorm ideas for projects that could address weaknesses in one or all of these systems. If you’re interested in these issues, challenges and conundrums join us for a day of thinking, dreaming and scheming. All skill sets and backgrounds needed. &lt;br /&gt;
&lt;br /&gt;
Speakers/Facilitators will be:&lt;br /&gt;
 - Thom Cox - Manager of Library Information Technology Services - Tufts University&lt;br /&gt;
 - Ken Varnum – Web Systems Manager - University of Michigan Libraries&lt;br /&gt;
 - Evviva Weinraub – Director, Emerging Technologies and Services - Oregon State University Libraries &lt;br /&gt;
&lt;br /&gt;
Contact:  Margaret Mellinger - margaret dot mellinger at oregonstate dot edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
&lt;br /&gt;
=== Developing applications using REST web services ===&lt;br /&gt;
&lt;br /&gt;
Been hearing about web services but don’t know where to start to build something? Have you built applications that use read services but are stumped by OAuth, Content Negotiation and HTTP Headers? Come dig in and learn how to build applications that interact with both read and write REST services. We’ll cover the basic principles and practices of REST services and discuss the Atom Publishing Protocol as a REST service and its extensibility. The group will examine and test the CouchDB HTTP API by building a simple list creation tool. You’ll learn how OCLC’s platform web services leverage Atom to expose the data and business processes from OCLC’s library systems. By the end of the session, you’ll know the basic principles of REST services, be able to perform Create, Read, Update and Delete operations via REST and be able to authenticate to REST services via API keys and OAuth.&lt;br /&gt;
&lt;br /&gt;
Come ready to learn and code!&lt;br /&gt;
&lt;br /&gt;
Presenter: Karen Coombs - coombsk at oclc dot org&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
&lt;br /&gt;
*Sam Kome&lt;br /&gt;
*Ray Schwartz&lt;br /&gt;
*Jim Robinson&lt;br /&gt;
*David Bucknum&lt;br /&gt;
*Jean Rainwater&lt;br /&gt;
&lt;br /&gt;
==Half Day Morning==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Linkfest ===&lt;br /&gt;
&lt;br /&gt;
We've had talks and sessions galore about Linked Data at code4lib in past years.  Let's focus on linking.  Bring data you want to publish and link to or link from and your ideas about new ways we can push data linking into being part of our regular approach to how we put our libraries' content and services on the web.  At the start of the session we'll run a quick poll to see who wants to link to what and how, and we'll pair or group up and get to work from there.  May a kajillion links bloom!&lt;br /&gt;
&lt;br /&gt;
If you need an &amp;quot;intro to linked data&amp;quot; we can prep a good list of readings/talks to review before you come.  But please come ready to link!&lt;br /&gt;
&lt;br /&gt;
Organizer type person:  Dan Chudnov, GWU Libraries, @dchud or dchud at gwu edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
*Becky Yoose&lt;br /&gt;
*Tom Johnson&lt;br /&gt;
*Ed Summers&lt;br /&gt;
* bernardo gomez ( bgomez at emory dot edu )&lt;br /&gt;
* William Gunn&lt;br /&gt;
* Jason Ronallo&lt;br /&gt;
* Keri Thompson&lt;br /&gt;
* David Lacy&lt;br /&gt;
&lt;br /&gt;
=== What's New in Solr ===&lt;br /&gt;
&lt;br /&gt;
This session will bring folks up to speed on the latest developments in Lucene and Solr.  There's always a lot of new capabilities as well as tips and tricks on using Solr in clever and powerful ways.  &lt;br /&gt;
&lt;br /&gt;
Presenter: Erik Hatcher - erik . hatcher @ lucidimagination dot com&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* &amp;quot;Gabriel Farrell&amp;quot; &amp;lt;gsf24@drexel.edu&amp;gt;&lt;br /&gt;
* &amp;quot;Erik Hetzner&amp;quot; &amp;lt;erik.hetzner AT ucop BORK edu&amp;gt;&lt;br /&gt;
* &amp;quot;Kevin S. Clarke&amp;quot; &amp;lt;ksclarke@gmail&amp;gt;&lt;br /&gt;
* &amp;quot;Michael B. Klein&amp;quot; &amp;lt;mbklein@gmail&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Half Day Afternoon==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Git -r done === &lt;br /&gt;
&lt;br /&gt;
A session to cover all things Git, everyone's favorite distributed version control system.  This session should cover a little bit of the history of Git, how it works, and how it's different than other version controls systems like SVN.  Practical application should also be covered, including how to clone existing repos and contribute code back to them, how to host your own repository, and best practices for setting up a distributed network.&lt;br /&gt;
&lt;br /&gt;
Looking for attendees with real-life Git experience to share it, so we can all broaden our understanding of possible use-cases and nifty advanced features.&lt;br /&gt;
&lt;br /&gt;
Coordinator:  Ian Walls, ByWater Solutions, @sekjal or ian.walls at bywatersolutions com&lt;br /&gt;
&lt;br /&gt;
Helper: Cary Gordon, Cherry Hill Company, @highermath / cgordon@chillco.com&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
&lt;br /&gt;
* Patrick Berry (pberry@csuchico.edu)&lt;br /&gt;
* Chris Sharp (csharp@georgialibraries.org)&lt;br /&gt;
* Matt Critchlow (mcritchlow@ucsd.edu)&lt;br /&gt;
* Peter Murray (Peter.Murray@lyrasis.org)&lt;br /&gt;
* Margaret Heller (mheller@dom.edu)&lt;br /&gt;
* Kevin S. Clarke (ksclarke@gmail)&lt;br /&gt;
* Michael B. Klein (mbklein@gmail)&lt;br /&gt;
* Demian Katz (demian DOT katz AT villanova DOT edu)&lt;br /&gt;
&lt;br /&gt;
=== Blacklight ===&lt;br /&gt;
&lt;br /&gt;
This session will be walk-through of the architecture of Blacklight and what we have been improving since the rails 3 upgrade.  In addition to the architecture of the software, we will also briefly discuss the architecture of the Blacklight community and what has made it successful so far.&lt;br /&gt;
&lt;br /&gt;
For part of the session we will install Blacklight live and get it up and running.  This install demo will include a How-To on basic customizations in Blacklight using a test-driven approach (one of the cornerstones of the Blacklight community).&lt;br /&gt;
&lt;br /&gt;
For more information about Blacklight see our wiki ( http://projectblacklight.org/ ) and our GitHub repo ( https://github.com/projectblacklight/blacklight ).  We will also send out some brief instructions beforehand for those that would like to setup their environments to follow along and get Blacklight up and running on their local machines.&lt;br /&gt;
&lt;br /&gt;
Presenters: Jessie Keck, Stanford University - jkeck at stanford dot edu | Molly Pickral, University of Virginia - mpc3c at virginia dot edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* bernardo gomez ( bgomez at emory dot edu )&lt;br /&gt;
&lt;br /&gt;
=== DACS and EAD Overview ===&lt;br /&gt;
&lt;br /&gt;
This session will look at what DACS (Describing Archives: a Content Standard) is and describe the ten required elements.  Then there will be an overview of what EAD is, how it works, and the required elements.  The final part will be a practice session on taking a paper finding aid and coding it using DACS and EAD.&lt;br /&gt;
&lt;br /&gt;
Presenter:  Doris Munson, Eastern Washington University, dmunson at ewu dot edu&lt;br /&gt;
(please feel free to contact me if you are interested in being a co-presenter)&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* Francis Kayiwa ( kayiwa@ YouEyeSee dot edu )&lt;br /&gt;
&lt;br /&gt;
=== [[Digging into metadata: context, code, and collaboration]] ===&lt;br /&gt;
&lt;br /&gt;
Working with library/archival metadata is difficult. This preconference will tackle pressing questions and will show some of the intricacies of metadata (including AACR2/MARC) with exercises to demonstrate why inconsistencies exist in the data. What steps can the cataloging &amp;amp; metadata community take to help improve the quality of this data?  What tools &amp;amp; techniques could help?  Rules have evolved over time leaving dirty legacy data.  Systems have impacted--and will continue to impact--data structure &amp;amp; design.  How can this data be aggregated and refined for use in a new emerging data environments?  What assumptions can safely be made and when do you need to inquire about local practice?  We will end with a hack-fest where you can ask questions of experienced catalogers and get help with your metadata related problems.  Bring your laptops and data.   &lt;br /&gt;
&lt;br /&gt;
Person Herder: Becky Yoose, Grinnell College, yoosebec at grinnell dot edu&lt;br /&gt;
&lt;br /&gt;
Collaborators/Facilitators: Corey Harper, New York University - corey dot harper at nyu dot edu | Shana L. McDanold, University of Pennsylvania - 	&lt;br /&gt;
mcdanold at pobox dot upenn dot edu  | Laura Smart, Caltech - laura at library dot caltech dot edu&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
Jen Weintraub (jweintraub@library.ucla.edu)&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Geo&amp;quot; ===&lt;br /&gt;
This session will explore, we hope collaboratively, the presentation of objects on maps.  There will be a section on workflow, a section on discovering objects via &amp;quot;geobrowse,&amp;quot; a section discovery of objects via &amp;quot;geosearch,&amp;quot; and an exploration of the discovery and presentation of geo-referenced images (e.g. historic maps). There will be open discussion on other approaches to map-based discovery.  Emphasis will be placed on simplicity of workflow and implementation.  Technologies include: Atom, Django, Solr, and OpenLayers.  &lt;br /&gt;
&lt;br /&gt;
Presenters:  Mike Graves, UNC Chapel Hill, gravm at email dot unc dot edu; Tim Shearer, UNC Chapel Hill, tshearer at email dot unc dot edu&lt;br /&gt;
(please feel free to contact Tim if you are interested in being a co-presenter)&lt;br /&gt;
&lt;br /&gt;
==== Interest in Attending ====&lt;br /&gt;
* &amp;quot;Gabriel Farrell&amp;quot; &amp;lt;gsf24@drexel.edu&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Half-day Evening ==&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Campus Visit ===&lt;br /&gt;
Join us for a trip across Lake Washington to Microsoft Headquarters.  Bus will depart from the conference hotel at 4:15pm on Monday. We will visit the Microsoft Home and the Envisioning Lab.  The we'll head over to Microsoft Research for drinks and appetizers, and you'll see some great demos of some cool new (and free!) technologies coming out of MSR.  Bus will get back to hotel by 9:00pm, plenty of time to hit a pub.  You'll learn about:&lt;br /&gt;
&lt;br /&gt;
1. Layerscape -[http://communities.worldwidetelescope.org/]&lt;br /&gt;
&lt;br /&gt;
2. ChronoZoom - [http://research.microsoft.com/chronozoom/]&lt;br /&gt;
&lt;br /&gt;
3. F# - [http://www.tryfsharp.org]&lt;br /&gt;
&lt;br /&gt;
4. Microsoft Academic Search - [http://academic.research.microsoft.com]&lt;br /&gt;
&lt;br /&gt;
Space is limited, so reserve your seat today  Email Alex at the address below.    &lt;br /&gt;
&lt;br /&gt;
Coordinator: Alex Wade, Microsoft Research, awade at microsoft dot com &lt;br /&gt;
&lt;br /&gt;
Presenters: Rob Fatland; Christophe Poulain; Michael Zyskowski &lt;br /&gt;
[[Category: Code4Lib2012]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2012_talks_proposals&amp;diff=9430</id>
		<title>2012 talks proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2012_talks_proposals&amp;diff=9430"/>
				<updated>2011-10-06T19:26:57Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deadline for talk submission is ''Sunday, November 20''.&lt;br /&gt;
&lt;br /&gt;
Prepared talks are 20 minutes (including setup and questions), and focus on one or more of the following areas:&lt;br /&gt;
 * tools (some cool new software, software library or integration platform)&lt;br /&gt;
 * specs (how to get the most out of some protocols, or proposals for new ones)&lt;br /&gt;
 * challenges (one or more big problems we should collectively address)&lt;br /&gt;
&lt;br /&gt;
The community will vote on proposals using the criteria of:&lt;br /&gt;
 * usefulness&lt;br /&gt;
 * newness&lt;br /&gt;
 * geekiness&lt;br /&gt;
 * diversity of topics&lt;br /&gt;
&lt;br /&gt;
Please follow the formatting guidelines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Talk Title: ==&lt;br /&gt;
 &lt;br /&gt;
* Speaker's name, affiliation, and email address&lt;br /&gt;
* Second speaker's name, affiliation, email address, if second speaker&lt;br /&gt;
&lt;br /&gt;
Abstract of no more than 500 words.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== VuFind 2.0: Why and How? ==&lt;br /&gt;
&lt;br /&gt;
* Demian Katz, Villanova University, demian.katz@villanova.edu&lt;br /&gt;
&lt;br /&gt;
A major new version of the VuFind discovery software is currently in development.  While VuFind 1.x remains extremely popular, some of its components are beginning to show their age.  VuFind 2.0 aims to retain all the strengths of the previous version of the software while making the architecture cleaner, more modern and more standards-based.  This presentation will examine the motivation behind the update, preview some of the new features to look forward to, and discuss the challenges of creating a developer-friendly open source package in PHP.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2011_Breakout_Sessions&amp;diff=7354</id>
		<title>2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2011_Breakout_Sessions&amp;diff=7354"/>
				<updated>2011-02-08T21:28:49Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''''''NOTE: Breakout sessions are usually proposed at the conference or shortly befrore the conference begins&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Those interested in the same project/problem can hang out in a space together for 70 minute blocks. Generally the person who suggests the topic will take on the role as moderator to begin and moderate the discussion. Anyone can propose a breakout session - please think about whether you would want a session to be held on Tuesday or Wednesday, depending on the order of talks and who you hope will attend. There are lots of spaces in the IMU where small groups can congregate and we do have a couple of rooms including the large Alumni Hall space for this. We will route different proposed sessions to the different rooms depending on a quick show-of-hands survey just before each one begins.&lt;br /&gt;
&lt;br /&gt;
This page will list any sessions proposed, but there will also be flip charts outside the meeting room where more sessions can be proposed. '''Please include your name when proposing a session.&lt;br /&gt;
&lt;br /&gt;
'''Tuesday 16:00-17:00:''' Alumni Hall (1-2 groups); Solarium (2-3 groups); Whittenberger Auditorium&lt;br /&gt;
&lt;br /&gt;
* Drupal in Libraries - Cary Gordon and a cast of &amp;lt;strike&amp;gt;1,000s&amp;lt;/strike&amp;gt; &amp;lt;strike&amp;gt;100s&amp;lt;/strike&amp;gt; some - Solarium. &lt;br /&gt;
* Digital Video for research - William Cowan, Indiana University - Can we get beyond YouTube? - Solarium&lt;br /&gt;
* Plone / Zope in Libraries - Maccabee Levine, University of Wisconsin Oshkosh - Alumni Hall&lt;br /&gt;
* Usability research/designing for user experience - what are we doing about it? - Erin White, VCU - Solarium&lt;br /&gt;
* [[Can we hack on this: Open Extensible Proxy: going beyond EZProxy?]] - Terry Reese (Oregon State) and Jeremy Frumkin (University of Arizona) - Alumni Hall&lt;br /&gt;
&lt;br /&gt;
'''Wednesday 14:40-15:50:''' Alumni Hall (1-2 groups); Solarium (2-3 groups); Maple Room; Walnut Room&lt;br /&gt;
&lt;br /&gt;
*  Solr--Tom Burton-West University of Michigan (HathiTrust)&lt;br /&gt;
* Supporting Open Source in Libraries - Peter Murray and Tim Daniels, LYRASIS&lt;br /&gt;
* Digital Library Federation Community Update - Rachel L. Frick, CLIR/DLF&lt;br /&gt;
* Student thesis self-submission with Pylons, Fedora Commons, &amp;amp;amp; MARC - Jeremy Nelson (Colorado College)&lt;br /&gt;
* Collection, appraisal and tools like the [https://github.com/UNC-Libraries/Curators-Workbench Curator's Workbench] - Greg Jansen, UNC Chapel Hill - Solarium&lt;br /&gt;
* How OpenSocial apps and open APIs/data can personalize and enhance search and discovery - Remko Caprio, Developer Platform Evangelist at [http://developer.sciverse.com SciVerse] &lt;br /&gt;
* Blacklight/Hydra - Bess Sadler &amp;amp; Matt Zumwalt&lt;br /&gt;
* [[Can we hack on this: Open Extensible Proxy: going beyond EZProxy?]] Part II - Reese, Frumkin, et al.&lt;br /&gt;
* VuFind Discussion - Demian Katz, Villanova University&lt;br /&gt;
&lt;br /&gt;
'''Not yet scheduled:''' ''Organizers: Please move your sessions to Tuesday or Wednesday above.''&lt;br /&gt;
&lt;br /&gt;
* ColdFusion in Libraries - Daria Norris, Free Library of Philadelphia&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2011]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2011talks_Submissions&amp;diff=6318</id>
		<title>2011talks Submissions</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2011talks_Submissions&amp;diff=6318"/>
				<updated>2010-11-12T20:15:34Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deadline for talk submission is ''Saturday, November 13''.  See [http://www.mail-archive.com/code4lib@listserv.nd.edu/msg08878.html this mailing list post for more details], or the general [http://code4lib.org/conference/2011 Code4Lib 2011] page.&lt;br /&gt;
&lt;br /&gt;
See the [http://wiki.code4lib.org/index.php/2011talkscall_Call_for_Submissions Call for Submissions] for guidelines on appropriate topic talks and the criteria on which submissions are evaluated.&lt;br /&gt;
&lt;br /&gt;
Please follow the formatting guidelines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== Talk Title: ==&lt;br /&gt;
 &lt;br /&gt;
* Speaker's name, affiliation, and email address&lt;br /&gt;
* Second speaker's name, affiliation, email address, if second speaker&lt;br /&gt;
&lt;br /&gt;
Abstract of no more than 500 words.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How &amp;quot;great&amp;quot; are the Great Books? ==&lt;br /&gt;
 &lt;br /&gt;
* Eric Lease Morgan, University of Notre Dame (emorgan at nd.edu)&lt;br /&gt;
&lt;br /&gt;
In the 1960s a set of books called the Great Books of the Western World was published. It was supposed to represent the best of Western literature and enable the reader to further their liberal arts education. Sixty volumes in all, it included works by Plato, Aristotle, Shakespeare, Milton, Galileo, Kepler, Melville, Darwin, etc. These great books were selected based on the way they discussed a set of 102 &amp;quot;great ideas&amp;quot; such as art, astronomy, beauty, evil, evolution, mind, nature, poetry, revolution, science, will, wisdom, etc. How &amp;quot;great&amp;quot; are these books, and how &amp;quot;great&amp;quot; are the ideas expressed in them?&lt;br /&gt;
&lt;br /&gt;
Given full text versions of these books it is almost trivial to use the &amp;quot;great ideas&amp;quot; as input and apply relevancy ranking algorithms against the texts thus creating a sort of score -- a &amp;quot;Great Ideas Coefficient&amp;quot;. Term Frequency/Inverse Document Frequency (TFIDF) is a well-established algorithm for computing just this sort of thing:&lt;br /&gt;
&lt;br /&gt;
relevancy = ( c / t ) * log( d / f ) where:&lt;br /&gt;
&lt;br /&gt;
* c = number of times a given word appears in a document&lt;br /&gt;
* t = total number of words in a document&lt;br /&gt;
* d = total number of documents in a corpus&lt;br /&gt;
* f = total number of documents containing a given word&lt;br /&gt;
&lt;br /&gt;
Thus, to calculate our Great Ideas Coefficient I sum the relevancy score for each &amp;quot;great idea&amp;quot; for each &amp;quot;great book&amp;quot;. Plato's Republic might have a cumulative score of 525 while Aristotle's On The History Of Animals might have a cumulative score of 251. Books with a larger Coefficient could be considered greater. Given such a score a person could measure a book's &amp;quot;greatness&amp;quot;. We could then compare the score to the scores of other books. Which book is the &amp;quot;greatest&amp;quot;? We could compare the score to other measurable things such as book's length or date to see if there were correlations. Are &amp;quot;great books&amp;quot; longer or shorter than others? Do longer books contain more &amp;quot;great ideas&amp;quot;? Are there other books that were not included in the set that maybe should have been included?&lt;br /&gt;
&lt;br /&gt;
The first part of this talk describes the different steps involved in the text pre-processing to calculate an accurate TFIDF value for each item of the corpus. The results and statistical analysis are discussed in the second part. Finally I will outline the remaining work such as refining the analysis and extending the current quantitative process to a web implementation.&lt;br /&gt;
&lt;br /&gt;
== UNR BookFinder: Leveraging Google Books to Move Beyond Catalog Search ==&lt;br /&gt;
* Will Kurt, University of Nevada, Reno, (wkurt at unr.edu)&lt;br /&gt;
Google Books is a great tool, but it lacks an easy method allowing users to access the items they find through their library. The UNR BookFinder is a mashup of the Google Books and WorldCat APIs (and some ugly hacks) which allows users to search for items with the power of Google’s fulltext search while eliminating the need to search all of the library’s various resources to find an item. The UNR BookFinder automatically searches the catalog and consortial ILL for the item, if these fail an ILLiad request form as automatically filled out.  The end result is that the user can explore an universe of books and access them as fast as possible through the university library. A video of the alpha version can be found [http://www.youtube.com/watch?v=qaqcUSTtdVk here].&lt;br /&gt;
&lt;br /&gt;
== Moving a large multi-tiered search architecture from dedicated hosts to the cloud ==&lt;br /&gt;
* Peter Ciuffetti, Senior Software Engineer, Credo Reference Ltd. (pete at credoreference.com)&lt;br /&gt;
So you want to move a large production search service from dedicated hosts to the cloud?  The flexibility is enticing, the costs are attractive, the geek cred is undeniable.  Our cloud adventure came with many undocumented surprises ranging from mysterious server behavior to sales engineers suggesting that 'maybe the cloud isn't for you'.  We eventually made it all work and our production service is now on the cloud.  This talk will cover what the cloud product FAQs don't say, what their tech support doesn't know (or won't say) and mistakes you can avoid by talking to the guys with the arrows in their backs.&lt;br /&gt;
&lt;br /&gt;
== VuFind Beyond MARC: Discovering Everything Else ==&lt;br /&gt;
* Demian Katz, Library Technology Development Specialist, Villanova University (demian dot katz at villanova dot edu)&lt;br /&gt;
The VuFind[http://vufind.org] discovery layer has been providing a user-friendly interface to MARC records for several years now.  However, library data consists of more than just MARC records, and VuFind has grown to accommodate just about anything you can throw at it.  This presentation will examine the new workflows and tools that enable discovery of non-MARC resources and some of the non-traditional applications of VuFind that they make possible.  Technologies covered will include OAI-PMH, XSLT, Aperture, Solr and, of course, VuFind itself.&lt;br /&gt;
&lt;br /&gt;
== Linked data apps for medical professionals ==&lt;br /&gt;
* Rurik Thomas Greenall, NTNU Library, (rurik dot greenall at ub dot ntnu dot no)&lt;br /&gt;
The promise of linked data for libraries has yet to be realized, as a demonstration of the power of RDF, HTTP-URIs and SPARQL, NTNU Library together with the Norwegian Electronic Health Library produced a linked data representation of MeSH and created a small translation app that can be used to help health professionals identify the right term and apply it in their database searches. This talk presents the simple ways in which the core technologies and concepts in linked data provide a solid, time-saving way of developing usable applications.&lt;br /&gt;
&lt;br /&gt;
== fiwalk With Me: Building Emergent Pre-Ingest Workflows for Digital Archival Records using Open Source Forensic Software ==&lt;br /&gt;
* Mark A. Matienzo, Manuscripts and Archives, Yale University Library (mark at matienzo dot org)&lt;br /&gt;
Many of the complications of born-digital records involve preparing them for transfer into a storage or preservation environment. Digital evidence of any kind is easily susceptible to unintentional and intentional modification. This presentation will describe the use of open source forensic software in pre-ingest workflows for digital archives. Digital archivists and other digital curation practitioners can develop emergent processes to prepare records for ingest and transfer using a combination of relatively simple tools. The granularity and simplicity of these tools and procedures provides the possibility for their smooth integration into a digital curation environment built on micro-services.&lt;br /&gt;
== Why (Code4) Libraries Exist ==&lt;br /&gt;
* Eric Hellman, President, Gluejar, Inc. (eric at hellman dot net)&lt;br /&gt;
Libraries have historically delivered value to society by facilitating the sharing of books. The library &amp;quot;brand&amp;quot; is built around the building and exploitation of their collections. These collections have been acquired and owned. As ebook readers become the preferred consumption platform for books, libraries are beginning to come to terms with the fact that they don't own their digital collections, and can't share books as they'd like to. Yet libraries continue to be valuable in many ways. In this transitional period, only one thing can save libraries from irrelevance and dissipation: Code.&lt;br /&gt;
== The Story of TILE:  Making Modular &amp;amp; Reusable Tools ==&lt;br /&gt;
* Doug Reside, MITH, University of Maryland (dougreside at gmail dot com)&lt;br /&gt;
&lt;br /&gt;
The Text Image Linking Environment (TILE) is a collaborative project between the Maryland Institute for Technology in the Humanities (MITH), the Digital Library Program at Indiana University, and the School of Library and Information Science at Indiana University Bloomington. Since May 2009, the TILE project team has been developing through NEH Research &amp;amp; Development funding a web-based, modular, image markup tool for both semi-automated linking between encoded text and image of text, and image annotation. The software will be complete and ready for release in June 2011. &lt;br /&gt;
&lt;br /&gt;
The basic functionality of TILE is to create links between images and text that relates to that image – either annotations or transcriptions. We have paid particular attention to linking between image of text and transcription of text. These links may be made manually, but the project also includes an algorithm, written in JavaScript, for recognizing text within an image and automatically associating the coordinates with a Unicode transcription.  Additionally, the tool can import and export transcriptions and links from and to a variety of metadata formats (TEI, METS, OWL) and will provide an API for developers to write mappings for additional formats.  Of course, this functionality is immediately useful to a relatively limited set of editors of digital materials, but we have made modularity and extensibility primary goals of the project.&lt;br /&gt;
&lt;br /&gt;
	Many members of the TILE development team are also members of the Open Annotation Collaboration (OAC), and have therefore attempted to develop TILE’s annotation features to be OAC compliant.  Like OAC, TILE assumes that the text and the images to be linked may exist at separate and completely unconnected servers.  When a user starts the TILE tool for the first time, she is prompted to supply a URI to a TILE compliant JSON file. &lt;br /&gt;
&lt;br /&gt;
TILE’s JSON is simple and thoroughly documented, and we provide several translators to map common existing metadata formats to the format.  We have already created a PHP script that will generate TILE JSON from a TEI P5 document and are currently working to do the same for the METS files used in the Indiana University’s METS navigator tool. &lt;br /&gt;
&lt;br /&gt;
	Additionally, TILE provides a modular exporting tool that allows users to run the work they’ve done in TILE through an external translator and then download the result to the client computer.  For example, a user may import a set of images and transcripts from a METS file at the Library of Congress, use TILE to link images and text, and then export the result as a TEI file.  The TEI file may then be reimported to TILE at a later data to further edit or convert the file.&lt;br /&gt;
&lt;br /&gt;
	 At Code4Lib, we will demonstrate the functionality of TILE and display a poster and provide handouts that describe the thinking behind TILE, how it is intended to be used, and details on how TILE is built and functions.&lt;br /&gt;
&lt;br /&gt;
== We Don’t Server Their Kind : Managing E-resources with Flat-File Databases ==&lt;br /&gt;
* Junior Tidal, Multimedia and Web Services Librarian, New York City College of Technology, CUNY (jtidal at citytech dot cuny dot edu)&lt;br /&gt;
Managing E-resources can be a daunting challenge. URLs, database names, and even vendors can change, go down, or simply cease to exist. My proposal involves the use of a PHP-based, flat-file database driven web tool for database management. The design of this program was to fulfill two needs: ease of use for librarians with a lack of programming experience and to meet the security and technical restrictions placed by the college’s IT department. My presentation will explore the development of this tool, challenges within its development, and future improvements. PHP code and the flat-file database will also be explained and provided to attendees. For a working demonstration feel free to visit the New York City College of Technology’s A-Z database [http://library.citytech.cuny.edu/research/AToZ/index.php page] or the subject database [http://library.citytech.cuny.edu/research/subject/index.php page].&lt;br /&gt;
&lt;br /&gt;
== Drupal 7 as a Rapid Application Development Tool ==&lt;br /&gt;
&lt;br /&gt;
* Cary Gordon, President, The Cherry Hill Company &amp;amp; Board Member, The Drupal Association (cgordon at chillco dawt com)&lt;br /&gt;
Five years ago, I discovered that the Drupal CMS had a programming framework disguised as an API, and learned that I could use it to solve problems.&lt;br /&gt;
&lt;br /&gt;
Drupal 7 builds on that to provide a powerful toolset for interfacing with, manipulating and presenting data. It empowers tool-builders by providing a minimal install option, along with a more powerful installation profile system makes it easier for developers to package and distribute their applications.&lt;br /&gt;
&lt;br /&gt;
== Helping Open Source Succeed ==&lt;br /&gt;
&lt;br /&gt;
* [[User:DataGazetteer|Peter Murray]], LYRASIS, [mailto:Peter.Murray@lyrasis.org Peter.Murray@lyrasis.org] &lt;br /&gt;
* Tim Daniels, LYRASIS, [mailto:Tim.Daniels@lyrasis.org Tim.Daniels@lyrasis.org]&lt;br /&gt;
&lt;br /&gt;
Deciding if open source is an option for your institution, or what open source software matches your institution’s needs and capabilities, is a complex decision.  LYRASIS is developing a new area of focus to assist libraries with decision tools and an open source software registry.  We want to learn from the creators of open source software what questions institutions have when considering the adoption of open source software and what information you would like to see in a registry that compares various open source tools.  A summary of topics discussed in this session will be openly published as part of LYRASIS’ program development plans and decision support resources.&lt;br /&gt;
&lt;br /&gt;
The mission of the new and emerging LYRASIS Technology Services area is to serve members and the broader library community as a provider of expertise and capacity in open source based technology solutions. We think that viable roles for an organization supporting open source software are to: a) Increase understanding of open source technology within the library community, including value, benefits, risks, and costs; b) Assist in decision-making by providing resources to help libraries evaluate open source technologies, institutional readiness, and capacity for adoption; c) Support adoption and use of open source technologies and systems within libraries and consortia; d) Foster integration of open source software tools to expand the ability of existing programs to meet a range of library user needs; e) Develop and test new open source software programs, and contribute to the development of existing programs; f) Support long-term sustainability of viable, library-based open source software and systems. We recognize that these roles exist to some extent on a continuum, with latter services related to development and sustainability building on the knowledge and experience gained through deployment of existing open source systems. In turn, effective adoption and use depends on understanding open source systems and having resources to assist in decision-making and implementation.&lt;br /&gt;
&lt;br /&gt;
With open source software in the “innovator” and “early adopter” stages in the library community, we intend to focus its initial efforts on roles A-D in the above list: increased understanding, decision-support, and effective adoption and integration of existing library-focused open source systems.  This session is focused on the decision-support services area of activity.&lt;br /&gt;
&lt;br /&gt;
The impact of this session is expected to be far reaching, if initially subtle.  With most of the session time devoted to discussion and interaction among peers on questions surrounding the adoption of open source software, participants will take away a deeper understanding of topics each institution should consider when looking at open source software.  These findings, along with that of similar sessions around the country, will inform the creation and expansion of the free decision support tools being developed by LYRASIS.&lt;br /&gt;
&lt;br /&gt;
== Letting in the light: using Solr as an external search component ==&lt;br /&gt;
&lt;br /&gt;
* Jay Luker, IT Specialist, ADS (jluker at cfa dot harvard dot edu)&lt;br /&gt;
* Benoit Thiell, software developer, ADS (bthiell at cfa dot harvard dot edu)&lt;br /&gt;
&lt;br /&gt;
It’s well-established that [http://lucene.apache.org/solr/ Solr] provides an excellent foundation for building a faceted search engine. But what if your application’s foundation has already been constructed? How do you add Solr as a federated, fulltext search component to an existing system that already provides a full set of well-crafted scoring and ranking mechanisms?&lt;br /&gt;
&lt;br /&gt;
This talk will describe a work-in-progress project at the [http://adswww.harvard.edu/ Smithsonian/NASA Astrophysics Data System] to migrate its aging search platform to [http://invenio-software.org/ Invenio], an open-source institutional repository and digital library system originally developed at CERN, while at the same time incorporating Solr as an external component for both faceting and fulltext search.&lt;br /&gt;
&lt;br /&gt;
In this presentation we'll start with a short introduction of Invenio and then move on to the good stuff: an in-depth exploration of our use of Solr. We'll explain the challenges that we faced, what we learned about some particular Solr internals, interesting paths we chose not to follow, and the solutions we finally developed, including the creation of custom Solr request handlers and query parser classes.&lt;br /&gt;
&lt;br /&gt;
This presentation will be quite technical and will show a measure of horrible Java code. Benoit will probably run away during that part.&lt;br /&gt;
&lt;br /&gt;
== Working with DuraCloud: How to preserve your data in the cloud ==&lt;br /&gt;
&lt;br /&gt;
* Bill Branan, DuraSpace, bbranan at duraspace dot org&lt;br /&gt;
* Andrew Woods, DuraSpace, awoods at duraspace dot org&lt;br /&gt;
&lt;br /&gt;
Ever expanding digital collections have become the norm in academic libraries. As the size of collections grow, the need for simple-to-deploy yet powerful preservation strategies becomes increasingly important. The [http://duracloud.org DuraCloud] project, a cloud-hosted service for data management and preservation, is committed to bringing the availability and elasticity of the cloud to bear on the issue of digital preservation. This session will discuss the APIs and tools which can be used to communicate and integrate with the DuraCloud platform, providing an immediate connection to scalable storage available from multiple cloud storage providers, configurable services which can be run over your content out-of-the-box, and a development platform which can serve as the basis for ongoing data mining and analysis.&lt;br /&gt;
&lt;br /&gt;
== Visualizing Library Data ==&lt;br /&gt;
 &lt;br /&gt;
* Karen Coombs, OCLC, coombsk at oclc dot org&lt;br /&gt;
&lt;br /&gt;
Visualizations can be powerful tools to give context to library users&lt;br /&gt;
and to provide a clear picture for data-driven decision-making in&lt;br /&gt;
libraries. Map mashups, tag clouds and timelines can be used to show&lt;br /&gt;
information to users in new ways and help them locate materials to meet&lt;br /&gt;
their needs. QR codes can help link users to materials that libraries&lt;br /&gt;
have in their collections. Charts and graphs can be used to help analyze&lt;br /&gt;
library collections (holdings) and compare them to other libraries. This&lt;br /&gt;
session will show prototypes which combine tools like Google Chart API,&lt;br /&gt;
Protovis and Simile Widgets with data from WorldCat, WorldCat Registry,&lt;br /&gt;
Classify, Terminology Services, and Dewey.info to create vivid&lt;br /&gt;
illustrations in library user interfaces and administration tools.&lt;br /&gt;
&lt;br /&gt;
== Kuali OLE: Architecture for Diverse and Linked Data ==&lt;br /&gt;
 &lt;br /&gt;
* Tim McGeary, Lehigh University, Kuali OLE Functional Council, tim dot mcgeary at lehigh dot edu&lt;br /&gt;
* Brad Skiles, Project Manager, Kuali OLE, Indiana University, bradskil at indiana dot edu&lt;br /&gt;
&lt;br /&gt;
With programming scheduled to be begin in January 2011 on the Kuali Open Library Environment (OLE), the Kuali OLE Functional Council is developing the requirements for an architecture for diverse data sets and linked data.  With no frontrunner for one bibliographic data standard, and local requirements on what data will be accompanying or linked to the main record store, Kuali OLE needs to build a flexible environment for records management and access.&lt;br /&gt;
&lt;br /&gt;
We will present the concepts of our planned architecture, a multi-repository framework, using a document repository, a semantic repository, and a relational repository, brokered on top of the enterprise service bus of Kuali Rice.  As a community source project, this is an opportunity for the Kuali OLE partners to present our plans for discussion with the community, and we look forward to feedback, questions, and comments. &lt;br /&gt;
&lt;br /&gt;
== One Week | One Tool: ultra-rapid open source development among strangers ==&lt;br /&gt;
&lt;br /&gt;
* Scott Hanrath, University of Kansas Libraries, shanrath at ku dot edu&lt;br /&gt;
* Jason Casden, North Carolina State University Libraries, jason_casden at ncsu dot edu&lt;br /&gt;
&lt;br /&gt;
In summer 2010, the Center for History and New Media at George Mason University, supported by an NEH Summer Institute grant, gathered 12 'digital humanists' for an intense week of collaboration they dubbed 'One Week | One Tool: a digital humanities barn raising.'  The group -- several of whom hang their professional hats in libraries and most of whom were previously unacquainted -- was asked to spend one week together brainstorming, specifying, building, publicizing, and releasing an open source software tool of use to the digital humanities community.  The result was Anthologize, a free, open-source, plugin that transforms WordPress into a platform for publishing electronic texts in formats including PDF, ePub, and TEI; in other words, a &amp;quot;blog-to-book&amp;quot; tool.  This presentation will focus on how One Week | One Tool addressed the challenges of collaborative open source development.  From the perspectives of two library coders on the team, we will describe and provide lessons learned from the One Week development process including: how the group structured itself without predefined roles; how the one week time frame and makeup of the group -- which included scholars, grad students, librarians, museum professionals, instructional technologists, and more -- influenced planning and development decisions; the roles of user experience and outreach efforts; the life of Anthologize since the end of the week; and thoughts on what a one week, one 'library' tool could look like.&lt;br /&gt;
&lt;br /&gt;
== Improving the presentation of library data using FRBR and linked data ==&lt;br /&gt;
&lt;br /&gt;
* Anne-Lena Westrum, Oslo Public Library (annelena at deichman dot no)&lt;br /&gt;
* Asgeir Rekkavik, Oslo Public Library (asgeirr at deichman dot no)&lt;br /&gt;
&lt;br /&gt;
The Pode project at Oslo Public Library has experimented on the automated FRBRizing of catalogue records, as well as expressing bibliographic descriptions as linked data to enrich catalogue browsing with information from external sources.&lt;br /&gt;
&lt;br /&gt;
When a library enduser searches the online catalogue for works by a particular author, he will typically get a long list that contain all the different translations and editions of all the books by that author, sorted by title or date of issue. The Pode project applied a method of automated FRBRizing, based on the information contained in MARC records, RDF representation and SPARQL queries, to demonstrate how an author's complete production can be presented as a lucid list of unique works, that can easily be browsed by their different expressions and manifestations. Furthermore, by linking instances in the dataset to matching or corresponding instances in external sets, the presentation can be enriched with additional information about authors and works, as well as links to electronic full-text representations. &lt;br /&gt;
&lt;br /&gt;
The talk will also present the work on making an RDF representation of the catalogue records for the whole collection of non-fiction documents at the Norwegian Multilingual library, linking subject headings and Dewey classes, and allowing endusers to browse the collection by the multilingual Dewey class labels published by OCLC at http://dewey.info.&lt;br /&gt;
&lt;br /&gt;
The talk will focus on the challenges technological progresses such as these raise for cataloguers, to deliver consistent and standardized catalogue records. Many cataloguers have a local and pragmatic focus on the library's own and already existing services. Attitudes like this might represent a problem when emerging technologies find new applications for library catalogue data, as well as when the library wants to use data submitted by others to enrich their own services.&lt;br /&gt;
&lt;br /&gt;
== Touch and go: building a touch screen kiosk with software you already own ==&lt;br /&gt;
 &lt;br /&gt;
* Andreas K. Orphanides, North Carolina State University Libraries, akorphan at ncsu dot edu&lt;br /&gt;
&lt;br /&gt;
In October 2010, the NCSU Libraries debuted its first public touch-screen information kiosk, designed to provide on-demand access to useful and commonly consulted real-time displays of library information. With the exception of the touchscreen itself, the system was created using commonly available free software and off-the-shelf hardware. In this presentation, I will describe the process for creating the touchscreen interface that is used in this kiosk. I will walk through the challenges of developing for a touch-optimized environment in HTML and JavaScript; I will describe how free utilities and web browser plugins may be combined to secure a public touchscreen kiosk; and I will present a data analysis of touchscreen usage since the kiosk's rollout to evaluate content selection and interface design.&lt;br /&gt;
&lt;br /&gt;
== Next-L Enju, NDL Search and library geeks in Japan ==&lt;br /&gt;
&lt;br /&gt;
* Kosuke Tanabe, Keio University, tanabe at mwr dot mediacom dot keio dot ac dot jp&lt;br /&gt;
&lt;br /&gt;
[http://github.com/next-l Next-L Enju ] is an open source integrated library system developed by Project Next-L, the library geek community in Japan launched on November 2006. It is built on open-source software (Ruby on Rails, PostgreSQL/MySQL and Solr) and supports modern ILS features (e.g. FRBR structure and RESTful WebAPI).&lt;br /&gt;
&lt;br /&gt;
Enju has been inplemented by some libraries, which include National Diet Library (NDL), the largest library in Japan. NDL has chosen Enju to provide a new search engine, called &amp;quot;NDL Search&amp;quot; and added some extra features (e.g. automatic FRBRization and providing bibliographic data in a Linked Data format) . The development version is available at http://iss.ndl.go.jp/ .&lt;br /&gt;
&lt;br /&gt;
I'm one of the authors of Next-L Enju. I'd like to talk about the overview and structure of Next-L Enju, NDL Search and the activities of our project.&lt;br /&gt;
&lt;br /&gt;
== A community based approach to developing a Digital Exhibit at Notre Dame using the Hydra Framework ==&lt;br /&gt;
&lt;br /&gt;
* Rick Johnson, University of Notre Dame, (rick dot johnson at nd dot edu)&lt;br /&gt;
* Dan Brubaker Horst, University of Notre Dame (dbrubak1 at nd dot edu)&lt;br /&gt;
&lt;br /&gt;
It was clear to us early on that the scope of managing, preserving, and interacting with digital content is too much for any one institution to conquer by itself.  We realized that we need help.  &lt;br /&gt;
&lt;br /&gt;
We were already fairly convinced using Fedora, Solr, and ActiveFedora were solid choices because of their strong development community and flexible robust solutions.  We were also exploring Blacklight for search and browse for the same reasons.  The open questions were:&lt;br /&gt;
&lt;br /&gt;
* What is the best way to put the pieces together?&lt;br /&gt;
* How do you tackle the heterogenous content types and workflows without getting bogged down in each individual solution?&lt;br /&gt;
&lt;br /&gt;
Enter Code4Lib2010...&lt;br /&gt;
&lt;br /&gt;
After connecting with folks from the Hydra project at Code4Lib it was immediately clear that we had many things in common:&lt;br /&gt;
* The same architectural choices: Fedora, Solr, ActiveFedora, Blacklight&lt;br /&gt;
* Similar design philosophies&lt;br /&gt;
* A need to work together &lt;br /&gt;
* Too many shared use cases to ignore&lt;br /&gt;
&lt;br /&gt;
So, we jumped on board and have adopted the Hydra Framework for all of our Digital Repository efforts.&lt;br /&gt;
&lt;br /&gt;
In our presentation we will cover:&lt;br /&gt;
* Why we chose to adopt the Hydra Framework instead of creating our own solution&lt;br /&gt;
* Why the community based approach is so appealing&lt;br /&gt;
* How we were welcomed into the Hydra development community&lt;br /&gt;
* Why we chose to create something beyond basic Blacklight search and facet browse&lt;br /&gt;
* How to create your own Digital Exhibit using Hydra including&lt;br /&gt;
** Metadata management&lt;br /&gt;
** Custom Browse and Search&lt;br /&gt;
&lt;br /&gt;
The Hydra Project is actively seeking partnerships with other institutions to extend its efforts.  Will your institution be next?&lt;br /&gt;
&lt;br /&gt;
More about the [https://wiki.duraspace.org/display/hydra/The+Hydra+Project  Hydra Project]&lt;br /&gt;
&lt;br /&gt;
== Mendeley's API and University Libraries: 3 examples to create value ==&lt;br /&gt;
 &lt;br /&gt;
* Jan Reichelt, Co-Founder, Mendeley&lt;br /&gt;
&lt;br /&gt;
Mendeley (http://www.mendeley.com) is a technology startup that is helping to revolutionize the way research is done. Used by more than 600,000 academics and industry researchers, Mendeley enables researchers to arrange collaborative projects, work and discuss in groups, as well as share data across its web platform. Launched in London in December 2008, Mendeley is already the world’s largest research collaboration platform. Through this platform, we anonymously pools users’ research paper collections, creating a crowd-sourced research database with a unique layer of social information - each research paper is connected with socio-demographic information about its audience. &lt;br /&gt;
&lt;br /&gt;
Based on this platform and data, I will present three examples of how Mendeley is working to support university libraries and contribute to opening up academic research:&lt;br /&gt;
1)	Mendeley’s integration as a workflow tool with institutional repositories with the aim of increasing IR deposit rates;&lt;br /&gt;
2)	Application examples building on Mendeley’s API to showcase what is possible with the newly available type of usage data Mendeley is aggregating;&lt;br /&gt;
3)	Preview of Mendeley’s library dashboard that will reveal content usage within an institution.&lt;br /&gt;
&lt;br /&gt;
I would also hope that a subsequent discussion can address how you (the attendees) could envision Mendeley’s future in the library tech community.&lt;br /&gt;
&lt;br /&gt;
== ArticlesPlus: Summon API Client Implementation and Integration with Drupal 6 ==&lt;br /&gt;
&lt;br /&gt;
* Albert Bertram, University of Michigan (bertrama@umich.edu)&lt;br /&gt;
&lt;br /&gt;
On September 27, 2010, the University of Michigan launched ArticlesPlus, an application for web-scale article discovery using the Serials Solutions' Summon service as its search engine.  Rather than providing a search box which sent our patrons to the interface provided by Serials Solutions, we used Summon's API to integrate the search as a feature of our library's website.  In addition to Summon as the search engine, we used our Drupal instance for the interface engine.&lt;br /&gt;
&lt;br /&gt;
I propose to talk about how we implemented the Summon API, the Drupal module we developed in to access the Summon API, problems with implementing an interface ourselves, benefits of implementing the interface ourselves, and plans for future expansion or improved integration in our website.&lt;br /&gt;
&lt;br /&gt;
== Let's Get Small: A Microservices Approach to Library Websites ==&lt;br /&gt;
&lt;br /&gt;
* Sean Hannan, Johns Hopkins University, shannan at jhu dot edu&lt;br /&gt;
&lt;br /&gt;
Most, if not all, library websites are housed and maintained in singular, monolithic content management systems.  This is fantastic if the library website is the one place your users go for library information.  But it isn't.  Users are going to Facebook, checking mobile applications, browsing portals as well as checking the library website.  Wouldn't it be great if you could update the information on all of these sites from a single source?  Why maintain the library hours in five different places?&lt;br /&gt;
&lt;br /&gt;
In this talk, I will show how breaking the construction of the library website into as-needed, swappable microservices can free your content to live where it needs to, as well as free you from the maintenance headaches usually involved. What kind of microservices, you ask? Well, basic templating and styling is a given, but how about a microservice that gracefully degrades your layouts for older browsers? Or enforces highfalutin typographic rules? Or optimizes your site assets to improve load times? All wonderful little black boxes that allow you to focus on the website and its content, and not the details.&lt;br /&gt;
&lt;br /&gt;
I promise at least one diagram.  That will burn your eyes.&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2011]]&lt;br /&gt;
&lt;br /&gt;
== Sharing Between Data Repositories ==&lt;br /&gt;
 &lt;br /&gt;
* Kevin S. Clarke, NESCent/Dryad Data Repository, ksclarke at nescent dot org&lt;br /&gt;
&lt;br /&gt;
Dryad (http://datadryad.org) is a generic subject repository that shares author submitted data with other scientific repositories.  In a&lt;br /&gt;
part &amp;quot;how we done it&amp;quot; and part &amp;quot;things to consider&amp;quot; talk, I'll discuss 1) why we chose BagIt and OAI-ORE as mechanisms for sharing our data, 2) how&lt;br /&gt;
we've integrated with TreeBASE (http://www.treebase.org/ -- a subject repository of phylogenetic information), and 3) the possibility of this&lt;br /&gt;
method of data sharing being adopted by other repositories within the larger DataONE community.&lt;br /&gt;
&lt;br /&gt;
There will be cake.&lt;br /&gt;
&lt;br /&gt;
== Hey, Dilbert. Where’s my data?! ==&lt;br /&gt;
 &lt;br /&gt;
* Tommy Barker, University of Pennsylvania, tbarker at pobox dot upenn dot edu&lt;br /&gt;
&lt;br /&gt;
Libraries are notorious for maintaining data in massively disparate systems such as databases, flat files, xml and web services.  The data is rich and valuable to assessment, but extracting value from multiple systems is complex and time consuming.  Yes, there are open source and commercial solutions available, but libraries have unique requirements that can be difficult to integrate into these products.  Commercial options also tend to be overly complex or the cool features require an expensive enterprise edition.  &lt;br /&gt;
&lt;br /&gt;
With funding from the Institute of Museum and Library Services, UPenn is developing MetriDoc to address data integration headaches within the library, and support reporting requirements from management.  MetriDoc’s mission is to provide an open source API / tool set where users can specify dataflows and use library based services to solve integration problems while MetriDoc worries about scalability and performance.  MetriDoc accomplishes this with no complex xml configuration or scary SOA middleware, but instead uses a simple DSL where possible.  Eventually the project will also include dashboards to assist with complex job management and data flow monitoring. &lt;br /&gt;
&lt;br /&gt;
The first half the presentation briefly discusses MetriDoc’s architecture while the remainder of the presentation will include code samples to illustrate problems it can solve.   Information on how to contribute or download MetriDoc will be provided as well.&lt;br /&gt;
&lt;br /&gt;
== Open Data and the Biodiversity Heritage Library experience ==&lt;br /&gt;
 &lt;br /&gt;
* Trish Rose-Sandler, Missouri Botanical Gardens, trish dot rose dash sandler at mobot dot org&lt;br /&gt;
&lt;br /&gt;
The Biodiversity Heritage Library (BHL) is an international consortium of the world’s leading natural history museum libraries, botanical libraries, and research institutions organized to digitize, serve, and preserve the legacy literature of biodiversity.  From the beginning the BHL partners conceived of the BHL collection as being “open” – available to anyone regardless of geographic location or affiliation and a linked into a global Biodiversity Commons.  This talk will discuss the basic principles of open data and use BHL as one example of how those principles have played out in a real world context.  &lt;br /&gt;
&lt;br /&gt;
What does it mean for data to be “open” and what tools or services can enable this?  Our metadata is purposely “open” so that others can harvest it and repurpose it in different contexts.   We make it available through both OAI-PMH  and APIs.  &lt;br /&gt;
&lt;br /&gt;
If you “open” your data will they come?  In some cases yes.  BHL can give examples of scientists and science services, who have taken our data and exploited it for other purposes (e.g. BioStor, Earthcape, EOL, ZipcodeZoo)  Yet, in a recent BHL survey we learned that of our frequent users, 42% were not aware that we provided APIs and 31% did not understand what APIs were.  Clearly promotion of your open data is a key activity to making it truly useful.&lt;br /&gt;
&lt;br /&gt;
What are some advantages to open data?  Harvestable data allows that data which was created for a specific purpose and audience (e.g. historic texts, nomenclatural services, encyclopedias) to interact with other data and serve new, previously unimagined, roles.  For BHL, opening our data it was a desire to do three things 1) make biodiversity data available to foster scientific research 2) support the public use of these data  and 3) build a web of science.&lt;br /&gt;
&lt;br /&gt;
== The Road to SRFdom: OpenSRF as Curation Microservices Architecture ==&lt;br /&gt;
&lt;br /&gt;
* Dan Coughlin, Digital Library Technologies, Penn State University ITS (danny@psu.edu)&lt;br /&gt;
* Mike Giarlo, Digital Library Technologies, Penn State University ITS (michael@psu.edu)&lt;br /&gt;
&lt;br /&gt;
OpenSRF is the XMPP-based framework that underlies the Evergreen ILS, providing a service-oriented architecture with failover, load-balancing, and high availability.  Curation microservices represent a new approach to digital curation in which typical repository functions such as storage, versioning, and fixity-checking are implemented as small, independent services.  Put them together and what do you have? &lt;br /&gt;
&lt;br /&gt;
The next phase of Penn State's institutional digital stewardship program will involve prototyping a suite of curation services to enable users to manage and enrich their digital content -- we’re just about to get started on this, at the time this proposal was written.  The curation services will be implemented following the microservices philosophy, and they will be stitched together via OpenSRF.  We will talk about why we chose the “road to SRFdom,” colliding the ILS world with the repository world, how we implemented the curation services &amp;amp; architecture, and how OpenSRF might be helpful to you.  Code will be shown, beware.&lt;br /&gt;
&lt;br /&gt;
== Enhancing the Performance and Extensibility of the XC’s MetadataServicesToolkit ==&lt;br /&gt;
 &lt;br /&gt;
* [http://tech.benanderson.us Ben Anderson], [http://www.extensiblecatalog.org/ eXtensible Catalog Organization], banderson@library.rochester.edu&lt;br /&gt;
&lt;br /&gt;
Learn how we increased the performance of the [http://code.google.com/p/xcmetadataservicestoolkit/ XC Metadata Services Toolkit] (MST) by over 900%.  The MST is an open-source Java application, that uses SOLR and MySQL to harvest (OAI-PMH) library metadata (MARC, DC), clean it up, convert and frbrize, and then make new metadata (RDA flavor, XC Schema) available for harvesting.  Our first release performed too slowly with degrading performance with large record batches and we needed to enable the MST  to process a library’s entire catalog in a reasonable amount of time on a common server.  The MST was also intended to be extensible.  Libraries will almost certainly want to customize this process in some way.  Thus our second goal was to make it is as easy as possible for a developer to write a service which can be plugged into the MST.&lt;br /&gt;
&lt;br /&gt;
In the spring of ‘10 we set out to accomplish our 2 goals.  The first task was to establish how close the existing MST was to these goals.  More concretely, our goal was to be able to process 1M MARC records/hr and have little to no degradation as the MST processed several million records.  The first service in our chain of services, the normalization service, served as our initial metric.  The normalization service was processing records at a speed of 125k/hr, much slower than we hoped for.  On top of that, before processing 2M records, the MST essentially crawled to a halt.  We were about an order of magnitude off and we needed to increase scalability in a substantial way as well.  Also, examining the steps involved in writing a new service for the MST showed us that it was not easy to do so.  Internals of the MST were exposed to the service developer and the developer was expected to re-implement much of this internal code with no instructions on how to do so.  Much work needed to be done to abstract the implementation of the MST away from the service developer.&lt;br /&gt;
&lt;br /&gt;
Working hard over the course of several months, we were able to accomplish both of our goals.  The MST is now processing records at a speed of 1.2M records/hr with no degradation on a set of 6M records on a less than optimal server (1.5GHz cpu).  In this talk, I will detail the specifics of the strategies we used to accomplish this major speed enhancement (such as a shift from Apache SOLR to a hybrid SOLR/MySQL approach).  In regards to our second goal, third party developers can now download an MST development environment, write a few lines of code, and package their service for deployment into the MST.  Third party developers need not concern themselves with the details of the internal MST implementation.  In this talk, I will also walk through [http://code.google.com/p/xcmetadataservicestoolkit/wiki/HowToImplementService the steps] required to write a service for the MST.&lt;br /&gt;
&lt;br /&gt;
== Free my DSpace Data! How to get your data out of DSpace 1.7 and restore your content after a disaster. ==&lt;br /&gt;
&lt;br /&gt;
* Tim Donohue, DuraSpace, tdonohue at duraspace dot org&lt;br /&gt;
&lt;br /&gt;
For a while, [http://www.dspace.org DSpace] has provided many means to get content into the system (or create new content in the system), e.g. basic ingest packages, user interfaces, SWORD.  However, getting your content out of DSpace, especially for backups or migrations has often been problematic.  In the past, although individual Items could be exported in standard formats, entire Collections or Communities (and the relationships between them) could not be as easily exported.&lt;br /&gt;
&lt;br /&gt;
DSpace 1.7.0 provides a new [https://wiki.duraspace.org/display/DSDOC/AipBackupRestore AIP Backup &amp;amp; Restore feature] which allows DSpace to export '''all''' of its contents (Communities, Collections, Items, Groups, People, Permissions, and relationships between all objects) into a series of METS-based Archival Information Packages (AIPs).  As these AIPs are just zip files, they can be backed up using your normal backup practices (e.g. to tape, hard-drive, or even to the cloud via a service like DuraCloud).  As these AIPs also fully describe your DSpace contents, they can be used to restore your entire DSpace after a local server crash or larger disaster.&lt;br /&gt;
&lt;br /&gt;
DSpace created AIPs use standard library metadata formats like MODS, PREMIS and METSRights (along with a few DSpace-specific ones where a &amp;quot;standard format&amp;quot; doesn't yet exist) to describe all the content housed in your DSpace installation.  This comes in handy, should you ever decide to migrate some or all of your contents to another DSpace instance or another system altogether.&lt;br /&gt;
&lt;br /&gt;
This talk will describe this new DSpace AIP Backup &amp;amp; Restore feature, provide hints/tips on how it can be used to backup/restore/migrate data.  Time permitting, I can also touch on the DSpace Roadmap and other ideas/plans to &amp;quot;free your DSpace data&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Using cloud-based services to leverage open source software ==&lt;br /&gt;
 &lt;br /&gt;
* Erik Mitchell, Wake Forest University, mitcheet at wfu dot edu&lt;br /&gt;
&lt;br /&gt;
Open source software and cloud computing systems are perceived as enticing technologies for both IT staff and IT/Academic administrators.  The implementation of open source software or adoption of cloud services is often met with resistance however because of lack of technical expertise in smaller organizations or lack of perceived benefit in larger organizations.  Although these technologies are not necessarily related when combined they offer easy deployment of services without significant organization investment or local expertise [http://cloud.lib.wfu.edu/blog/gazette/2010/11/04/finding-ways-to-combine-cloud-computing-and-open-source-software/].  This ability allows organizations to leverage open source systems without the overhead typically associated with &amp;quot;free as in a free kitten.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
While there are some large national projects looking at using cloud platforms to deliver new services there is an opportunity for a grassroots effort to develop and support pre-configured application servers that are simple to deploy and maintain.  These 'disposable' servers would serve the needs of both small and large libraries by enabling them to adopt open source software without taking on the requirement of local infrastructure, configuration, or detailed support. &lt;br /&gt;
&lt;br /&gt;
This presentation will cover the technical details and lessons learned from efforts to create this type of service [http://cloud.lib.wfu.edu/blog/tech/2010/11/01/running-the-zsr-vufind-application-server/] on the Amazon EC2 platform and discuss the impact of this approach on open software adoption and its potential impact on IT support in libraries.&lt;br /&gt;
&lt;br /&gt;
== VIVO: Enabling National Networking of Scientists ==&lt;br /&gt;
 &lt;br /&gt;
* Brian Keese, Indiana University, bkeese at indiana dot edu&lt;br /&gt;
* Brian Lowe, Cornell University, bjl23 at cornell dot edu&lt;br /&gt;
&lt;br /&gt;
VIVO is an open-source semantic Web application that enables the discovery of research and scholarship across disciplines at an institution. Originally developed from 2003-2009 by Cornell University, in September 2009 the National Institute of Health's National Center for Research Resources made a grant to the University of Florida [http://vivo.ufl.edu], Cornell University [http://vivo.cornell.edu], Indiana University Bloomington [http://vivo.iu.edu], and four implementation partners to use VIVO to create a national network for scientists[http://www.vivoweb.org]. This network will allow researchers to discover potential collaborators with specific expertise, based on authoritative information on projects, grants, publications, affiliations, and research interests, essentially creating a social network for browsing, visualizing, and discovering scientists. This talk will give an overview of the technical underpinnings of VIVO, describe how it integrates with the larger semantic Web, sketch out the plans for enabling discovery across the national network of VIVO sites, and explore the role of libraries in implementing VIVO at all the partner sites. Additionally we will demonstrate some experiments in federated searching that have been undertaken by the VIVO network and the NIH funded Clinical and Translational Science Awards (CTSA) consortium network of networks.&lt;br /&gt;
&lt;br /&gt;
== Mass Moves with Worldcat APIs ==&lt;br /&gt;
* Sam Kome, Claremont Colleges Library, sam.kome at cuc dot claremont dot edu&lt;br /&gt;
&lt;br /&gt;
Claremont needed to perform a mass evaluation of item level records to facilitate large scale collection moves and de-accession.  Our de-accession criteria, for example, include that 3 or more copies of any book must be available in the 50+ libraries in our Link+ network.  We addressed our requirements with the help of the OCLC Worldcat Search and xID APIs and a couple simple python scripts.  The process was ultimately a success. We will present our approach, code, and the lessons learned as we discovered limits inherent in the APIs and in our own coding (in)experience.  Bonus sub-topic: the use of OCLC Work ID to identify and coalesce alternative ISBNs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== A Simple Algorithm for User Query Classification &amp;amp; Resource Recommendation ==&lt;br /&gt;
* Josh Bishoff, University of Illinois, bishoff2 at illinois dot edu&lt;br /&gt;
&lt;br /&gt;
One of the longstanding problems in library services is how we might automatically direct users to the most appropriate personnel, databases or facilities to meet their information need.  Utilizing the faceted navigation features of various next-gen catalogs, we can efficiently &amp;amp; very accurately assign subject domains to user search queries. &lt;br /&gt;
&lt;br /&gt;
For example: if a user searches “Gallium Arsenide” in the library discovery layer, we can first broadcast this query to a suitably large OPAC and receive the following subject distribution:&lt;br /&gt;
&lt;br /&gt;
-Engineering &amp;amp; Technology: 45%&lt;br /&gt;
&lt;br /&gt;
-Physical Sciences: 21%&lt;br /&gt;
&lt;br /&gt;
-Education: 9%&lt;br /&gt;
&lt;br /&gt;
…and so on.  &lt;br /&gt;
&lt;br /&gt;
By leveraging the cataloging efforts that have classified large collections, we can efficiently classify queries with a high rate of accuracy.  By applying this approach to the library discovery layer, we can offer users tailored result sets from subject-specific A &amp;amp; I services.  We can also recommend subject specialists &amp;amp; most appropriate campus libraries.&lt;br /&gt;
  &lt;br /&gt;
This presentation will discuss the technical challenges of implementing such a system and the trouble with mapping traditional subject classifications to non-book resources (databases, people, buildings, etc.).  The dangers of ''incorrect'' automatic query classification will be discussed, along with strategies to combat this.  A functional system will be demonstrated and code will be made available.&lt;br /&gt;
&lt;br /&gt;
== Beyond Sacrilege: A CouchApp Catalog ==&lt;br /&gt;
* Gabriel Farrell, Drexel University, g@grrawr.com&lt;br /&gt;
At Code4LibCon2008 Dan Scott gave us a taste of yummy CouchDB, a document-oriented database with a RESTful JSON API (http://couchdb.org/). Since then, CouchDB has passed the 1.0 mark and landed on desktops, the cloud, and mobile devices. With the advent of CouchApps (web apps served directly from CouchDB) applications can be built that are as easy to install as the replicating of databases (which is super easy!). I'll discuss the advantages and challenges in designing a CouchApp to be used as a catalog, repository, or directory of resources. Some things are made fairly simple, such as site templating, the outputting of documents in different formats, and the attachment of binary objects to documents. Some things, like document versioning and the modeling of data, are a little trickier, but still straightforward. And some things, such as granular authentication and the integration of search, are tangled enough to produce some head-on-wall banging. But hey, take it easy. It’s time to relax.&lt;br /&gt;
&lt;br /&gt;
Check out some code at http://github.com/gsf/catlg.&lt;br /&gt;
&lt;br /&gt;
== (Yet Another) Home-Grown Digital Library System, Built Upon Open Source XML Technologies and Metadata Standards ==&lt;br /&gt;
* David Lacy, Library Software Development Specialist, Villanova University (david dot lacy at villanova dot edu)&lt;br /&gt;
We have recently rearchitected our homegrown digital library utilizing an all-XML framework.  The system is comprised of a data repository residing in a native XML database (eXist-DB), a metadata editor constructed using a Java-based XForms processor (Orbeon Forms), and a series of services for image manipulation, OCR processing and OAI-PMH serving.  In this talk, I will detail our workflow process from scanning to online publishing, demonstrate the software's flexible configuration and features, and how these steps allow rapid digital preservation and online access.  Oh, and it's open source, so I'll show you where to get it as well.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2011_Breakout_Sessions&amp;diff=6212</id>
		<title>2011 Breakout Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2011_Breakout_Sessions&amp;diff=6212"/>
				<updated>2010-10-26T13:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''NOTE: Breakout sessions are usually proposed at the conference or shortly befrore the conference begins&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Those interested in the same project/problem can hang out in a space together for 70 minute blocks. Generally the person who suggests the topic will take on the role as moderator to begin and moderate the discussion. Anyone can propose a breakout session - please think about whether you would want a session to be held on Tuesday or Wednesday, depending on the order of talks and who you hope will attend. There are lots of spaces in the IMU where small groups can congregate and we do have a couple of rooms including the large Alumni Hall space for this. We will route different proposed sessions to the different rooms depending on a quick show-of-hands survey just before each one begins.&lt;br /&gt;
&lt;br /&gt;
This page will list any sessions proposed, but there will also be flip charts outside the meeting room where more sessions can be proposed. '''Please include your name when proposing a session.'''&lt;br /&gt;
&lt;br /&gt;
* VuFind Discussion - Demian Katz, Villanova University&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2011]]&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=2011talks_Submissions&amp;diff=6211</id>
		<title>2011talks Submissions</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=2011talks_Submissions&amp;diff=6211"/>
				<updated>2010-10-26T13:03:53Z</updated>
		
		<summary type="html">&lt;p&gt;Demiankatz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deadline for talk submission is ''Saturday, November 13''.  See [http://www.mail-archive.com/code4lib@listserv.nd.edu/msg08878.html this mailing list post for more details].&lt;br /&gt;
&lt;br /&gt;
Please follow the formatting guidelines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== Talk Title: ==&lt;br /&gt;
 &lt;br /&gt;
* Speaker's name, affiliation, and email address&lt;br /&gt;
* Second speaker's name, affiliation, email address, if second speaker&lt;br /&gt;
&lt;br /&gt;
Abstract of no more than 500 words.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How &amp;quot;great&amp;quot; are the Great Books? ==&lt;br /&gt;
 &lt;br /&gt;
* Eric Lease Morgan, University of Notre Dame (emorgan at nd.edu)&lt;br /&gt;
&lt;br /&gt;
In the 1960s a set of books called the Great Books of the Western World was published. It was supposed to represent the best of Western literature and enable the reader to further their liberal arts education. Sixty volumes in all, it included works by Plato, Aristotle, Shakespeare, Milton, Galileo, Kepler, Melville, Darwin, etc. These great books were selected based on the way they discussed a set of 102 &amp;quot;great ideas&amp;quot; such as art, astronomy, beauty, evil, evolution, mind, nature, poetry, revolution, science, will, wisdom, etc. How &amp;quot;great&amp;quot; are these books, and how &amp;quot;great&amp;quot; are the ideas expressed in them?&lt;br /&gt;
&lt;br /&gt;
Given full text versions of these books it is almost trivial to use the &amp;quot;great ideas&amp;quot; as input and apply relevancy ranking algorithms against the texts thus creating a sort of score -- a &amp;quot;Great Ideas Coefficient&amp;quot;. Term Frequency/Inverse Document Frequency (TFIDF) is a well-established algorithm for computing just this sort of thing:&lt;br /&gt;
&lt;br /&gt;
relevancy = ( c / t ) * log( d / f ) where:&lt;br /&gt;
&lt;br /&gt;
* c = number of times a given word appears in a document&lt;br /&gt;
* t = total number of words in a document&lt;br /&gt;
* d = total number of documents in a corpus&lt;br /&gt;
* f = total number of documents containing a given word&lt;br /&gt;
&lt;br /&gt;
Thus, to calculate our Great Ideas Coefficient I sum the relevancy score for each &amp;quot;great idea&amp;quot; for each &amp;quot;great book&amp;quot;. Plato's Republic might have a cumulative score of 525 while Aristotle's On The History Of Animals might have a cumulative score of 251. Books with a larger Coefficient could be considered greater. Given such a score a person could measure a book's &amp;quot;greatness&amp;quot;. We could then compare the score to the scores of other books. Which book is the &amp;quot;greatest&amp;quot;? We could compare the score to other measurable things such as book's length or date to see if there were correlations. Are &amp;quot;great books&amp;quot; longer or shorter than others? Do longer books contain more &amp;quot;great ideas&amp;quot;? Are there other books that were not included in the set that maybe should have been included?&lt;br /&gt;
&lt;br /&gt;
The first part of this talk describes the different steps involved in the text pre-processing to calculate an accurate TFIDF value for each item of the corpus. The results and statistical analysis are discussed in the second part. Finally I will outline the remaining work such as refining the analysis and extending the current quantitative process to a web implementation.&lt;br /&gt;
&lt;br /&gt;
== UNR BookFinder: Leveraging Google Books to Move Beyond Catalog Search ==&lt;br /&gt;
* Will Kurt, University of Nevada, Reno, (wkurt at unr.edu)&lt;br /&gt;
Google Books is a great tool, but it lacks an easy method allowing users to access the items they find through their library. The UNR BookFinder is a mashup of the Google Books and WorldCat APIs (and some ugly hacks) which allows users to search for items with the power of Google’s fulltext search while eliminating the need to search all of the library’s various resources to find an item. The UNR BookFinder automatically searches the catalog and consortial ILL for the item, if these fail an ILLiad request form as automatically filled out.  The end result is that the user can explore an universe of books and access them as fast as possible through the university library. A video of the alpha version can be found [http://www.youtube.com/watch?v=qaqcUSTtdVk here].&lt;br /&gt;
&lt;br /&gt;
== Moving a large multi-tiered search architecture from dedicated hosts to the cloud ==&lt;br /&gt;
* Peter Ciuffetti, Senior Software Engineer, Credo Reference Ltd. (pete at credoreference.com)&lt;br /&gt;
So you want to move a large production search service from dedicated hosts to the cloud?  The flexibility is enticing, the costs are attractive, the geek cred is undeniable.  Our cloud adventure came with many undocumented surprises ranging from mysterious server behavior to sales engineers suggesting that 'maybe the cloud isn't for you'.  We eventually made it all work and our production service is now on the cloud.  This talk will cover what the cloud product FAQs don't say, what their tech support doesn't know (or won't say) and mistakes you can avoid by talking to the guys with the arrows in their backs.&lt;br /&gt;
&lt;br /&gt;
== VuFind Beyond MARC: Discovering Everything Else ==&lt;br /&gt;
* Demian Katz, Library Technology Development Specialist, Villanova University (demian dot katz at villanova dot edu)&lt;br /&gt;
The VuFind[http://vufind.org] discovery layer has been providing a user-friendly interface to MARC records for several years now.  However, library data consists of more than just MARC records, and VuFind has grown to accommodate just about anything you can throw at it.  This presentation will examine the new workflows and tools that enable discovery of non-MARC resources and some of the non-traditional applications of VuFind that they make possible.  Technologies covered will include OAI-PMH, XSLT, Aperture, Solr and, of course, VuFind itself.&lt;/div&gt;</summary>
		<author><name>Demiankatz</name></author>	</entry>

	</feed>