Archive for February, 2008

Code4Lib 2008: Open Library

Friday, February 29th, 2008 by Nicole C. Engard

In his presentation, Building the Open Library, Aaron Swartz introduced us to his vision of an online library. In his vision, like Brewster’s, he sees a wiki with one page for every book. For this reason, the small group (6 people spread out around the world) is starting their project with monographs.

To achieve this feat, the team is using their own database framework called ThingDB:

ThingDB stores a collection of objects, called “things”. For example, on the Open Library site, each page, book, author, and user is a thing in the database. Each thing then has a series of arbitrary key-value pairs as properties. For example, a book thing may have the key “title” with the value “A Heartbreaking Work of Staggering Genius” and the key “genre” with the value “Memoir”. Each collection of key-value pairs is stored as a version, along with the time it was saved and the person who saved it. This allows us to store full semi-structured data, as well as travel back thru time to retrieve old versions of it.

Gathering Data

Obviously a library isn’t anything without data, so to start, the team contacted publishers for their ONIX data - surprisingly they were mostly receptive - they wanted their books to be findable.

Next, they contacted librarians to ask for data dumps for their catalogs - unsurprisingly they didn’t get the same kind of response that they got from the publishers. Librarians wanted to think about it for a while… Long story short, they have some library data, but would love more.

Now that they had book data, they wanted to enhance it with additional content like book reviews from the New York Times, Harper’s, Reader’s Catalog, and the New York Review of Books. These titles will all soon have their reviews integrated into the site!!

Lastly, they’re scanning books to get data. This is where the Internet Archive comes in. They are providing their scans and data for the Open Library project.

The Library

The library itself has to focus on display. When a user enters a search term you will get back a book page, each book page gives you more info about the book - buy, borrow, download. From each book page, each author has a page as well, this way they’ll be able to auto generate bibliography for author. This is very much like the LibraryThing author pages.

So, now that we have library with pages for books and authors, we need to organize data. Aaron was awfully funny here - he had librarians arguing - but what subjects should we use? Which classification scheme do we use? We’re going to have to think about this! Aaron says quite simply - there is no need to argue - it’s only we can use them all!! I love it - very Everything is Miscellaneous - we can organize things in any way we want on the web - we aren’t limited by the physical world!!

There is also a sort of FRBR where you can link books together.

So now we have an online library - how do we keep it updated? Each page (book, author, etc) is editable - it’s a wiki!! In addition to that, you can easily edit the templates for your own need or make fixes to bugs you find in the templates that the Open Library is using.

The Future

In the future, they want to provide scan on demand - for $20 or $30 they’ll go get a scanned copy of the book. Then the PDF is put online with a bookplate saying that you paid for that book to be digitized. Now, the PDF is available to everyone!!

Aaron’s dream is to have a web of books online - all the information about the book - all the people who reviewed it, all the libraries that have it - all the places you can buy it - all in one place - so that everyone can find any book and find out how to access the information it holds.

In order to fulfull Aaron’s dream, we have to share. “We want your data” - share your MARC data with the project (something that a few people at the conference did as a gift to Brewster for his keynote). If this is to be a open-source project you need to share. Also, as an open-source project, they need all the help they can get - so chip in!

Questions & Answers

Q: Can we scan on demand now?

A: Scan on demand is not available now - but it should be done in the next couple weeks - we’ll see

Q: Will we get a copy of the items to put in our catalogs if we pay for it to be scanned?

A: The idea is that the book will scanned then a URL will be provided that can be put in the 856 field in your catalog.

Q: What about books that are only published online?

A: Yes - any and all books - get as much in there as possible

Q: Is there an API?

A: They are planning an API - so that you can get any book page in the format they need

Q: Where are you getting cover art?

A: LibraryThing - user scanned covers, Publishers give covers and we got a dump of covers from Amazon. We want to let libraries use them so we got as many covers as possible.

Q: Plans for Internationalization?

A: It should be translatable in the future

More Info

Demo: demo.openlibrary.org

This article (subscription required) discusses the potential friction between Open Library and WorldCat. Will the success of the former spell doom for the latter? How will librarians respond to the invitation to send records to one or the other, or both? [via LISNews]

Find more press about Open Library.

Conclusions

There were no negatives out of this guy!!! The project sounds so much better than I had even realized from reading articles and blog posts. I love it - this is amazing :) and I can’t wait to see more!

Technorati Tags: , , ,

Code4Lib 2008: VuFind

Friday, February 29th, 2008 by Nicole C. Engard

In Andrew Nagy’s presentation From Idea to Open Source, he took us through the process of creating VuFind, an open-source OPAC replacement/Library portal.

At Villanova, they wanted to develop a portal for library patrons that would let people search the catalog, the article databases and digital library all in one - and keep it separate from the ILS. The goal was one single interface for all library resources in order to minimize the learning curve associated with having many different interfaces.

After doing some asking around, they quickly found that many other academic libraries were having the same problem - so the question became - why don’t we do it together? Why not make this an open-source project so that others can participate and benefit from the work of others?

The Goal

At Villanova, they wanted to build a system that would work with any ILS (including Koha & Evergreen - which Andrew called “our open source cousins”) and needs to work on a variety of platforms (Linux, Windows, etc).

The goal was not to replace the ILS, keep the ILS to do what it does best - but change the web app our patrons use so that it better meets their needs and expectations. VuFind uses the ILS to pull live holdings data from and either harvest bib data (if the ILS doesn’t provide direct database access) or query existing index (mostly used on the open-source ILSes which provide a way to let you in to search directly).

By having this top layer in addition to your ILS, you can easily change ILSes in the future without disrupting your patrons or changing the way they’re used to working. All this, just by separating the OPAC from the ILS.

Making it Open Source

The next step is to take this open source and share it - Villanova is not the marketplace to sell/support software. Andrew made a call to the audience to help build a collaborative community around VuFind so that this project can take off and be successful. Since other institutions are interested in it it would be a shame for Villanova to keep it to themselves - this is why open source is the next logical stop for the project.

In order to do this decisions have to be made, the right tools need to chosen. Some options were Sourceforge and Google Code. Right now, the VuFind team chose Sourceforge - they don’t find that it has all of the tools they need, but it was a good first step in making the project shareable.

The future vision includes having a local SVN or CVS and using a tool like JIRA, TRAC, Bugzilla, etc. These options lead to true freedom, but require a hosting institution.

Positives of Open-sourcing

  • collaborative code sharing
  • idea sharing
  • university gets national attention (good for the university - and shows the directors that it’s worth spending time on)

Negatives of Open-sourcing

  • mailing list support - requires time that you may not have
  • facilitate communication - also takes time
  • possibility of people not have things unanswered due to time constraints
  • time involved with marketing - getting the word out (the true success of an open-source project is word of mouth) - requires traveling and schmoozing
  • project switching is expensive (we all have other jobs - jumping from our primary roles to assist in VuFind is time-consuming & thus expensive)

Where VuFind is now

Most importantly, we need easy ways to install the software. Everyone knows about the famous Wordpress 1 minute install - this should be the goal. The product requires easy install and integration, strong user interface and strong functionality before it will be widely adopted (I’d argue that the interface is pretty strong already - just a few more tweaks and it’s there).

When open-sourcing a project you need a roadmap for organization, to keep the process agile and to communicate with the community so they know what you’re doing from time to time. The start to this is the VuFind site and Sourceforge, but as Andrew said, not everything needed can be found in Sourceforge.

Conclusions

I’ve seen Andrew talk a few times about VuFind and I think this was the best of all of the talks I saw. It showed me how I can help, it showed me that there is a plan and a pretty mapped out one for VuFind. I see this as a viable option for librarians looking for a way to to integrate searching of all of their collections in one easy to use, clean, interface.

Technorati Tags: , , ,

Code4Lib 2008: Code4Lib Journal

Wednesday, February 27th, 2008 by Nicole C. Engard

Jonathan Brinley, Edward M. Corrado, and Jodi Schneider talked to us about the Code4Lib Journal, a project that had been talked about for years but never implemented until recently. The moral of this story is stop talking and just do it.

They decided to use an agile development philosophy, which basically means don’t over-engineer complicated rules and procedures your might never need - just work on what you need now and the rest will come.

Blog v. Journal

So, why did they choose to do a Journal instead of a blog? In short they chose a journal because it comes with a bit of a stamp of approval that some people need in order to move up the ladder at their workplace - in particular among those in academia.

Where to start?

Get an ISSN - Code4Lib Journal - 1940-5758. They thought this was going to be a crazy process, but it’s just a one page form with a few questions. I’ve actually applied for a few ISSNs - two for work and one for my blog - which Ed Corrado suggested we all go out and do since it’s so easy - but I can tell you that they will turn you down! and if they don’t - let me know and I’ll try again.

Other details

They decided to have rotating coordinating editors so that not one person was in charge all of the time. They also decided to have a public listserv - c4lj-discuss@googlegroups.com - so that everyone can follow along with discussions about the journal.

Articles can be sent in several different formats - right now the editors have worked with almost all of them. They then use WordPress as a publishing tool because it has a flexible templating engine that allows you to make a site not look like a blog and allows for private posts, public posts and public pages. It also comes with stats and other neat plugins that make it the right tool for them to use now - because their agile it may not always be the tool they use.

They’ve gotten their journal listed is DOAJ & Ebsco and it is also being blogged about which is bringing traffic to the site (however - just a note to bloggers for some reason trackbacks aren’t working yet - so post comments on the articles as well). Along those lines, they’d like to see more comments on the journal site - Code4Lib is a community and they want the journal to reflect that.

Overall an interesting talk with some great ideas for publishing a journal online with free tools available on the web.

Technorati Tags: , , ,

Code4Lib 2008: The Internet Archive

Wednesday, February 27th, 2008 by Nicole C. Engard

What a great way to open a conference like Code4Lib. The first keynote was presented by Brewster Kahle of the Internet Archive.

Brewster started by reminding us that the reason he was there talking to us and the reason he is working on the Internet Archive is because the library metaphor easily translates to the Internet - as librarians we’re paid to give stuff away! We work in a $12 billion a year industry which supports the publishing infrastructure. With the Internet Archive, Brewster is not suggesting that we spend less money - but that we spend it better.

He started with a slide of the Boston Public Library which has “Free to All” carved in stone. Brewster says that what people carve in stone is taken seriously - and so this is a great example of what libraries stand for. Our opportunity now is to go digital. Provide free digital content in addition to the traditional content we have been providing. I loved that he then said that this is not just a time for us to be friendly together as librarians - but to work together as a community and build something that can be offered freely to all!

He went on to say that what happens to libraries is that they burn - they tend to get burned by governments who don’t want them around. The Library of Alexandria is probably best known for not being here anymore. This is why lots of copies keeps stuff safe. Along those lines, the Internet Archive makes sure to store their data in mirror locations - and by providing information to the archive we’re ensuring that our data is also kept safe and available. This idea of large scale swap agreements (us sharing with the Internet Archive, us sharing with other libraries, etc) in different geographical regions finds us some level of preservation.

How it started

The internet archive started by collecting the world wide web - every 2 months taking a snap shot of the web. Brewster showed Yahoo! 10 years ago - ironically a bit of data that even Yahoo! didn’t have - so for their 10 year anniversary they had to ask the Internet Archive for a copy of what their site looked like! He showed us the first version of Code4Lib’s site and exclaimed “Gosh is that geeky!” because it was a simple black text on white background page.

While it may have seemed a bit ambitious to archive the web, the Wayback Machine gets about 500 hits a second. And it turns out that the out of print materials on the web are often just as valuable as the in print information on the web. People are looking for the way things were for historical or cultural research reasons and this tool makes it possible.

Audio

The Grateful Dead started a tradition in the 60s of allowing people to record their concerts and share them with others - this tradition of tape trading caught on and lots of bands were doing this. Following in this tradition, the Internet Archive decided to offer unlimited storage and unlimited bandwidth for free to any band who wanted to provide recordings of their concerts to the archive. It’s a bit different than tape trading, but an amazing idea! They are getting 1 or 2 bands a day - around 30,000 concerts now and it’s working! Overall the community is building the best metadata Brewster’s ever seen - beautiful work supported by a community - just what I love to hear!!

This shows that librarians can provide a role other than providing information - they can provide back end storage for information. By giving people like these bands a place to store their music for free, the Internet Archive made it so that concerts are now available online for those in search of them!

Moving Images

1000 movies that are out of copyright are available via the Internet Archive. Interestingly, the things that are popular are movies you can’t get any other way - movies you wouldn’t expect people to be interested in at all - government films, social behavior films like the ones you saw in high school when you had a substitute teacher - they’re fantastically popular. Brewster theorizes, and I tend to agree that people are using these videos as research tools to see what things were like culturally at different times in history.

Brewster is a follower of the “it’s easier to apologize than ask permission” philosophy and it has worked very well for him and the organization. You probably have a closet of video tapes that are just waiting to go online - so put them online and if people ask you to take it down - take it down. One example that most of us have probably seen are the Lego movies. Brewster found this genre of movies fascinating - but he mentions that if it weren’t for the free storage on the archive (pre-YouTube) these movies may never have been so widely spread. He described this as, we as the library supporting a community that had no home before. We’re here to put things of shelves and give things away - so why not put things online and give them away?

Television

The Internet Archive only has 1 week of TV available so far - 9/11 - 9/18/2001. This shows a full picture of what people were watching during that horrible week. (update: I may have misunderstood - as I view the archive site I see more than just this….)

Apparently there is someone in North Carolina out there recording TV non stop on 20 channels in DVD quality. Apparently it costs him about $15 per video hour to digitize and has over 50,000 videos in his archive. You can’t get just one point of view (need multiple channels) news may say it’s fair and balanced - but it’s not - you don’t just want John Stewart as your archive of news :)

Software

Not much because of licensing issues - it’s doable - just not legal yet.

Text

This is where Brewster see the biggest opportunity for traditional libraries to participate. We have in our charge the responsibility to distribute print/books.

We, as librarians, have to work very hard on text. Look at what we did with journals - we handed them to many corporations and now we have to rent them back from them :( if we had never let it happen in the first place we wouldn’t be wondering how to digitize our journals now. The same thing is going on with monographs now - we’re handing them over to corporations - we should be doing this ourselves instead and the Internet Archive wants to help.

There are 26 million books in the Library of Congress - one book is about 1MB that’s 26TB in the Library of Congress. For $60,000 you could have the entire Library of Congress digitized.

Brewster’s goal sounds like a simple one - “one webpage for every book ever published.” What would it take to do this?

First off, we’d have scan a whole heck of a lot of books - and get the catalog data.

The archive has experimented with a few methods, first they worked with the million book project - they shipped their books to India and they learned not to ship their books to India. Brewster recommends that you have the Indians scan the books they like - but keep your books to yourself. Instead they found that for 10 cents a page they could scan their own items in house. They came up with the scanner and have a person turn the pages of the book - they tried the robots but they weren’t great (may be better now). At the University of Toronto this method produces a million pages a month.

So, for the cost of copying a page at Kinkos you can digitize it and add MARC records and share with the world. Most importantly it’s being done by librarians - our of the corporate sphere. We need to demand the right to give our books away - not have our books owned by corporations who will rent the content to us with exceptions tied to it.

Some quotes from Brewster: “Please help support these scanning centers while they’re up and running … take collections that you’ve got and have them digitized and start building services around them.” If we’re going to build one web page for every book, we’re going to have to scan a lot of books. One option of a service you could add is a scan on demand link to your catalog. Have patrons click this link to have a book scanned - same cost as ILL - might as well scan it and put it on the web for anyone to use.

Then you can provide your digital copies via ILL, Brewster states: “I don’t know what loan means in the digital world - but let’s figure it out!” Why wait for someone else to tell us?

Next, let’s scan all the microfilm. Someone came up to Brewster after one of his talks and said - “we’ve done this before - it’s called microfilm.” So why not digitize our microfilm as well? For less than 10 cents a page they can do all microfilm. The Internet Archive is actually doing a large scale microfilm scanning project right now using the Carnegie model. Apparently Carnegie would build your library for you if you promised to stock it with books and materials. So the The Kahle/Austin Foundation will donate a microfilm scanner to your organization for X years if you the library will keep it up and running for X hours a week. This only costs labor and time and no money has to change hands. In the end we’ve digitized all of our microfilm and made it more accessible.

This made me think of a question - if years ago people said you should microfilm everything and now everyone’s saying you should digitize it - what’s to say that in another 50 years there won’t be another format? This sounds to me like a never ending loop - but at the same time it sounds like such an obvious progression given the technology we have and the types of users we’re dealing with.

Next, we need better selection - right now we’re just digitizing whatever we’re handed - this means we don’t have full collections. Because of this the Internet Archive now has 90 sponsor collections - “We need help!”–Brewster asks that we pick an area of cataloged material and share that digitally - think outside of your own library. For some reason librarians seem to think that they’re only responsible for digital copies of materials they have in their own library - keep digital copies of things from other libraries - why only have digital copies of items you have in print? You want a full collection on your area of study for your library. This was something I was working on at the Seminary. I was finding digital copies of materials I thought would be of interest to our students and importing those OCLC records into our catalog. Just another way to provide access to data.

The next step according to Brewster is to build the catalog and “we finally need to do this FRBR thing - come on guys, it’s not that hard!!!” Even if the digital copy of the book isn’t available yet, it makes sense to provide pages for the book with catalog data that pulls information from sites like Amazon and other book information sites.


Code4Lib - Day 1
Originally uploaded by nengard

When the books are available, we need to work on our displays. Many of our displays are lacking. We need better search functions, open APIs to allow people to re-purpose our data in ways that make sense for them. We also need to make book images with pages that flip, provide the ability to zoom in and printable. In fact the Internet Archive offers a service where people can print books out from their service in real paperback looking formats.


Code4Lib - Day 1
Originally uploaded by nengard

Another option is to use the One Laptop per Child as an ebook reader. The kindle handles ASCII formats okay - but not the types of images that we’re creating for our digital collections.

Conclusions

We have to work together on building this! We can’t just check back in a year and see what’s happening - instead of waiting for others to do the work - why not contribute? We want to be able to build some great services that will allow people to bulk download these materials and re-purpose them if they want.

One way is to join the Open Content Alliance - there are over 80 libraries now. It’s free to join, you just have to contribute.

The next step is to get service layers in place - this is where the code4libers come in. We have the skills to make the Internet Archive even more accessible and valuable.

Questions & Answers

Dan Chudnov asked what he called “tough questions” - now that some companies like Reed Elsevier are trying to change their business models from journal sales to other routes, is there an opportunity to go and buy up their journal services so we get our data back?

Brewster’s answer: there is a way to do this - some people are trying - until it comes to the point where they aren’t making money any more we’re going to have to keep scanning ourselves

Dan’s other question - is power an issue?

Brewster - power is costly, but not running out any time soon.

Another question: the data is only good as long as the disks are still spinning - how do you make it last for years?

Brewster: the question is a good one - the real way to have long term preservation is to have access - access drives preservation. dark archives lead to data being lost. we have to replace our machines every few years to keep up. tapes suck! have you ever tried to read them back??? if there are at least 5 copies - 5 organizations then I can sleep

Real Conclusion

“if you’re frustrated enough - please come and help!” — Brewster

What an amazing way to stop! What an amazing way to start the conference! So many people were completely inspired, I can’t wait to see what comes of this talk - I hope some amazing APIs start popping up!

Technorati Tags: , ,

One small step for Mozilla - One giant leap for open source

Friday, February 22nd, 2008 by Nicole C. Engard

Yesterday Mozilla announced that Firefox has been downloaded 500 million times!!

Firefox just reached 500,000,000 downloads. This is an absolutely phenomenal milestone for Firefox. It is sort of hard to imagine what that number means. For some perspective, that’s roughly the audience size of 10,000 Rome Colosseums combined. It would be the weight, in kilograms, of 8,500 Boeing 747 airplanes. In dollars, for $500 million you and 15 of your friends can fly to the International Space Station.

To celebrate they’re asking that we help people in need:

OR, you can affect change and invite 15 of your friends to play a game and feed 25,000 people. With your help we can break another milestone today with FreeRice.com –500,000,000 grains of donated rice in one day. Imagine helping to feed the hungry while picking up some new vocabulary too!

This is great news! Now if more libraries would just make Firefox their default browser on patron stations - imagine how many more downloads Mozilla would be able to report??

Platform Specific Library Products - Bad for OSS?

Friday, February 22nd, 2008 by Nicole C. Engard

Today I’d like to look at a reader’s question. I got this email from Paul Adasiak:

Several libraries in the state have signed up recently for audiobooks from OverDrive. You may know that OverDrive digital audiobooks are formatted in Microsoft Windows Media Audio format, and that the software for downloading and listening to them can be run only in Microsoft Windows.

As a home user of MEPIS Linux (Debian/Ubuntu derivative), I cannot use OverDrive. And, were my public library to go over to Linux, nobody there would be able to use it, nor show Windows-running patrons how to use it.

Possible angles on this (that I see) are: (1) success stories of how libraries have incorporated multiple operating systems into their public-access computers; (2) long-term strategies for libraries to leverage cross-platform products from commercial producers; and (3) alternate sources of open-format, platform-independent audiobooks.

I think this is an interesting point/question. I’d love to hear what other libraries are doing about this. I always like to remind librarians that it’s our job to provide information to all users equally - and by using a product like this one you’re not only cutting out the people with open-source operating systems, but it sounds like it also makes it so that Mac users can’t access this information.

I too would love to hear answers to Paul’s questions:

  1. success stories of how libraries have incorporated multiple operating systems into their public-access computers

  2. long-term strategies for libraries to leverage cross-platform products from commercial producers
  3. alternate sources of open-format, platform-independent audiobooks

I’d even add to that list - with products like this in use, how can libraries even consider switching their in-house operating systems?

Comments are open - let’s hear from our readers! :)

Essential Open-Source Reading

Wednesday, February 20th, 2008 by Nicole C. Engard

I thought I’d start with some of the basics here. I’ve had several people ask me where to start their open-source research, so here’s a quick list of (freely-available) essential open-source reading (according to me):

Then there are a couple of public bibliographies out there:

I’m sure there is a bunch of other great materials out there, please share with us all.

Open Source at Code4Lib

Tuesday, February 19th, 2008 by Nicole C. Engard

I’m very excited to be attending Code4Lib this year in Portland, Oregon (someplace I’ve never been). If you’re attending you’ll want to keep and eye out for these great LibLime open-source events:

OSS Web-based cataloging tool
with Chris Catalfo - Programmer, LibLime
Wednesday, Feb 27 • 9:45-10:05

This presentation introduces a new open source, web-based cataloging application, started for the 2007 Google Summer of Code and currently developed at LibLime. It provides a full featured, customizable, fast application for original and copy cataloging. It uses the ExtJS user interface toolkit, Google Gears for local storage of bibliographic records, PazPar2 for searching multiple Z39.50 servers, and it will feature an integrated Jabber client for exchanging records.

Git: Lightening Talk at Code4Lib
with Galen Charlton - Koha Application Developer, LibLime
Lightening Talk at Code4Lib

Git is a distributed revision control system created in 2005 and is
most notably used by the Linux kernel project. In mid-2007, Git was adopted by the Koha open source ILS project, replacing CVS. Galen will discuss Git’s distributed repository model and the Koha developers’ experience adjusting to it, then end with some speculation about how decentralized information exchange applies to library metadata by playing with the metaphor of LC as a central CVS repository.

Koha Camp at Code4Lib!
with LibLime staff
Monday, Feb 25 • 9:30-4:30

Koha Camp is a unique first opportunity for systems librarians, library software developers and designers to come together for an open source experience with Koha Library Integrated System. The next Koha Camp will be held the day before Code4Lib in Portland Oregon on Monday, February 25. For an agenda… check out Koha Camp at Code4Lib 2008!

In addition, the entire first day will be filled with pre-conference events about open-source goodies like Evergreen, LibraryFind and Zotero (I don’t see descriptions on the conference site for these events). Lastly, these other open-source presentations sound promising as well:

From Idea to Open Source
with Andrew Nagy - Villanova University
Tuesday, Feb 26 • 11:40-12:00

Last year I spoke about my research and initial investigations of building a “Next Generation Catalog” using XML technologies coined as the MyResearch Portal. The software has since progressed into an open source project known as VuFind. In this presentation I will talk about architecture and design decisions that were made to turn VuFind into a viable open source project and what future plans are in store, as well as how making the project open source has aided the project (and put me into project leader overtime).

Show Your Stuff, using Omeka
with Dave Lester - Web Developer, Center for History and New Media, George Mason University & Jeremy Boggs - Creative Lead, Web Designer/Developer, Center for History and New Media, George Mason University
Wednesday, Feb 27 • 1:20-1:40

Libraries need a simple solution for sharing and publishing collections on the web. Omeka can help. Open source, robust, and easy to install, Omeka gives cultural and academic institutions the means to publish archived content into beautiful, customizable web sites and exhibits. We’ll show you how Omeka works, and how to extend it with plugins and custom themes. Finally, we’ll explore the possibilities for migrating and publishing existing collections from other management systems using Omeka.

Zotero and You, or Bibliography on the Semantic Web
with Trevor Owens - Technology Evangelist, Center for History and New Media, George Mason University
Tuesday, Feb 26 • 1:00-1:20

Representatives from the Center for History and New Media will introduce Zotero, a free and open source extension for Firefox that allows you to collect, organize and archive your research materials. After a brief demo and explanation, we will discuss best practices for making your projects “Zotero ready” and other opportunities to integrate with your digital projects through the Zotero API.

Now that I’ve wet your appetite, I should let you know that registration is closed for this event, but in the spirit of openness I will be blogging every event I can! For those who are attending, the full schedule can be found on the Code4Lib site.

OSS in Schools

Monday, February 18th, 2008 by Nicole C. Engard

This from the SchoolForge discussion list:

On Saturday March 1st, Untangle and the ACCRC are organizing a massive installfest for Bay Area schools. We are refurbishing hundreds of older/discarded computers with Ubuntu and donating them to Bay Area schools. We need your help from Linux users installing Ubuntu at the 4 locations, which are San Francisco, Berkeley, San Mateo & Marin County.

Signup sheets for each location are here:

http://wiki.untangle.com/index.php/Installfest

What a great idea! I’d love to see more events like this on the east coast - or anywhere else in the world for that matter. If you’re in the area and have the skills this would be a great way to help spread knowledge of open source to future professionals.

Learn more from Untangle.

New RSS Feed

Friday, February 15th, 2008 by Nicole C. Engard

Open Sesame now has a new RSS feed. Please update your feed readers and use our new Feedburner feed.