Listing entries tagged with princeton


The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
1) $paginate_current_page = 1; $paginate_sections = array( 0 , 1); $paginate_top_section = $paginate_sections[$paginate_current_page-1]+1; $paginate_bottom_section = $paginate_sections[$paginate_current_page]; } else { $paginate_top_section = 1; $paginate_bottom_section = 1; } if(isset($_SERVER['QUERY_STRING'])) { $paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&'; $paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self); $paginate_self = preg_replace("/&page_section=[^&]*&/", "&", $paginate_self); $paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1); if($paginate_self == '&') $paginate_self = ''; else $paginate_self = htmlentities($paginate_self); } else { $paginate_self = ''; } $paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page"; ?>

google library dominoes Post date  02.20.2007, 2:00 AM

Princeton is the latest university to partner up with the Google library project, signing an agreement to have 1 million public domain books scanned over the next six years. Over at ALA Techsource Tom Peters voices the growing unease among librarians worried about the long-term implications of commercial enclosure of the world's leading research libraries.

Posted by ben vershbow at 02:00 AM | Comments (4) | TrackBack
tags: digitization , google_book_search , libraries , library , princeton