Resources/Library/Dead Tree: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
m (Reverted edits by JohnyRadio (talk) to last revision by Lizzard)
(20 intermediate revisions by 9 users not shown)
Line 1: Line 1:
See [[Library#Dead_tree_library]]  
[[Image:library.jpg|thumb|right|Our excellent library]]


==Books!==


----
If you use a book or like it, and want to make sure it doesn't get weeded, please write your name or something indicative of your interest on the inside front cover.


Noisebridge has a lot of them, they're mostly sorted, mostly sitting on our South wall shelf.
Here's a rough description of what books can be found where.


It would be nice if everyone contributed a few books to the Noise Bridge library. We have quite a few authors in our midst and I'm sure they'd be happy to share their works. People would be welcome to come and donate or lend their books with the expectation they may never see them again.  
Sections:
We'll need an easy way to track any of the books we have. A useful project that may help with this is the distributed library project. It would need some work on the source code to make it functional again.  
 
It may also be just as useful to not track anything at all and let the books pile up without an index.  
# Small black shelf on west side of library
I have every back-issue of Circuit Cellar that Jack left me when he moved to LA. I bet he'd love to have that in the library -lamont
## Kids' books
I have several dozen back issues of QSL (the ham radio magazine) which contain interesting electronics projects, and would be happy to donate those. Mlp 10:57, 23 December 2007 (PST)
## RPG books
I'll be donating a nearly-complete set of 2600, plus some random O'Reilly.  
## General interest, how-to
--Adi 22:01, 6 January 2008 (PST)
 
# Taller shelf on west side
# Politics, philosophy, fiction, art
 
# North wall
## Graphics programming books at top and along the east side
## Math and science
## Computer and Internet culture
## Programming Languages, Hacking
## Computer Science books
## Operating systems
## Network
 
# North wall near electronics area
## Electronics books
## Parts catalogs
 
==Sorting==
The books are currently for the most part sorted thanks to Al. Proposed systems to help keep the books mostly organized:
 
* Color code or number shelves and books. Books that belong on the "Yellow" shelf will have a yellow sticker on it.
* Leave it chaos
* bar codes or QR codes or library of congress index numbers
 
==Library Catalog==
A library catalog system for Noisebridge would be awesome! Here are some requirements, adding items to this list doesn't actually mean anything.
 
Cataloging and checkout are separable problems.
 
====High Priority====
* Open source software with a nice license that wont fuck us over in the future.
* Web based.
* Quickly add books to the library via ISBN or bar code scan.
* Book search returns the last known location of a book (such as "Green Shelf" or "Book Case 8").
* Books can have a checked out status in addition to its last known location, date of check out should be displayed.
* Users can check out books without the need to register, as in when they check out a book it'll ask for a name and email, blank entries should be allowed as anonymous.
* Users who leave an email address will get a reminder email with a list of books they have checked out once a week.
 
====Low Priority====
* Integration with [http://openlibrary.org http://openlibrary.org].
* Book search returns results with descriptions and a cover scraped from some other part of the internet.
* Library database in an open format to easily export later on.
* Ability to use a barcode scanner.
 
===Possible Solutions===
* Writing it ourselves
* [http://koha.org/ Koha] Currently being used at [http://www.hackerbotlabs.com/ Hackerbot Labs]
* [http://www.librarything.com/ Librarything]
* Evergreen? http://open-ils.org/
 
[[Category:Pages with a Noisebridge Tiny URL]]

Revision as of 18:13, 5 May 2014

Our excellent library

Books!

If you use a book or like it, and want to make sure it doesn't get weeded, please write your name or something indicative of your interest on the inside front cover.

Noisebridge has a lot of them, they're mostly sorted, mostly sitting on our South wall shelf. Here's a rough description of what books can be found where.

Sections:

  1. Small black shelf on west side of library
    1. Kids' books
    2. RPG books
    3. General interest, how-to
  1. Taller shelf on west side
  2. Politics, philosophy, fiction, art
  1. North wall
    1. Graphics programming books at top and along the east side
    2. Math and science
    3. Computer and Internet culture
    4. Programming Languages, Hacking
    5. Computer Science books
    6. Operating systems
    7. Network
  1. North wall near electronics area
    1. Electronics books
    2. Parts catalogs

Sorting

The books are currently for the most part sorted thanks to Al. Proposed systems to help keep the books mostly organized:

  • Color code or number shelves and books. Books that belong on the "Yellow" shelf will have a yellow sticker on it.
  • Leave it chaos
  • bar codes or QR codes or library of congress index numbers

Library Catalog

A library catalog system for Noisebridge would be awesome! Here are some requirements, adding items to this list doesn't actually mean anything.

Cataloging and checkout are separable problems.

High Priority

  • Open source software with a nice license that wont fuck us over in the future.
  • Web based.
  • Quickly add books to the library via ISBN or bar code scan.
  • Book search returns the last known location of a book (such as "Green Shelf" or "Book Case 8").
  • Books can have a checked out status in addition to its last known location, date of check out should be displayed.
  • Users can check out books without the need to register, as in when they check out a book it'll ask for a name and email, blank entries should be allowed as anonymous.
  • Users who leave an email address will get a reminder email with a list of books they have checked out once a week.

Low Priority

  • Integration with http://openlibrary.org.
  • Book search returns results with descriptions and a cover scraped from some other part of the internet.
  • Library database in an open format to easily export later on.
  • Ability to use a barcode scanner.

Possible Solutions