Re: [CODE4LIB] Python CMSs

2014-02-14 Thread Tom Keays
Here's a little digression, getting away from talk about the underlying technology... Most CMSes, rather than being *content *management systems, are actually *page *management systems. They provide a few different page templates -- blog posts, about pages, product descriptions, etc. -- but when y

Re: [CODE4LIB] code4lib.org down

2014-02-21 Thread Tom Keays
Interesting. The Journal was also down last night with a mysql database error. Pure coincidence since they are not served at uoregon. Tom On Fri, Feb 21, 2014 at 4:19 PM, Rosalyn Metz wrote: > :( >

Re: [CODE4LIB] Jobs Digest

2014-02-25 Thread Tom Keays
filters++ I do like to receive them here, but filtering removes them from my inbox until I'm ready to go through a batch of them. On Mon, Feb 24, 2014 at 7:39 PM, Nick Ruest wrote: > Email filters ;-) > > > On 14-02-24 07:32 PM, Riley Childs wrote: > >> I just got like 25 Jobs emails, anyone e

Re: [CODE4LIB] Tool Library 2.0

2014-03-14 Thread Tom Keays
EDUCAUSE published a useful "7 Things You Should Know About Makerspaces" last year that is probably still relevant. They have it in PDF and ePub, but really it should have been published in HTML. The resources be

Re: [CODE4LIB] SubjectsPlus themes

2014-04-29 Thread Tom Keays
I searched briefly in the SubjectsPlus group archive but found no mention of themes. https://groups.google.com/forum/?hl=en#!forum/subjectsplus On Tue, Apr 29, 2014 at 11:54 AM, Wilhelmina Randtke wrote: > Does anyone have a theme for SubjectsPlus up on github? > > I'm playing around with the

Re: [CODE4LIB] jobs digest for 2014-05-16

2014-05-21 Thread Tom Keays
I would prefer to get the full ads as well. full ads and (listserv topics and/or email filter) gives each code4lib subscriber the most control. On Wed, May 21, 2014 at 8:53 AM, Dunn, Katie wrote: > On Fri, May 16, 2014 at 10:06 PM, Joe Hourcle wrote: > > It looks to me like it's a change in th

Re: [CODE4LIB] jobs digest for 2014-05-16

2014-05-23 Thread Tom Keays
I want the t-shirt too. Somebody should make it so! (To be fair, I might occasionally velcro other other listserv names over the code{4}lib logo.) On Fri, May 23, 2014 at 10:10 AM, Doran, Michael D wrote: > > I honestly have no opinion as to whether we have full job postings, a > > > digest, a

Re: [CODE4LIB] 15% off of all tshirts on the code4lib store (MYSHIRT2014

2014-05-26 Thread Tom Keays
Probably a good time to flog the store URL then. http://code4lib.spreadshirt.com/ On Mon, May 26, 2014 at 10:46 AM, Riley Childs wrote: > Spreadshirt is offering 15% off of all tshirts on our store this week with > coupon code MYSHIRT2014 > > > > > Riley Childs > Junior > IT Admin > email: rchi

Re: [CODE4LIB] software for a glossary

2014-06-20 Thread Tom Keays
The Web Ahead podcast had an episode that covered the current state of web annotation. Something there might work. http://5by5.tv/webahead/60 Crossing the thread over to linked author data, this item made me laugh. http://w3cmemes.tumblr.com/post/76273506486/dave-started-reviewing-open-annotations

Re: [CODE4LIB] c4l Stickers

2014-07-08 Thread Tom Keays
I might be interested, but I need to see it first. Any chance you could upload a sample image somewhere -- e.g., Google Drive -- so we could see what you are proposing? Tom On Tue, Jul 8, 2014 at 9:08 AM, Riley Childs wrote: > The code4lib logo > The stickers range in size and shape, you can v

Re: [CODE4LIB] Stickers

2014-08-15 Thread Tom Keays
I was interested in the idea but I *still *need to see a mock-up of the design before I commit to making a purchase. On Fri, Aug 15, 2014 at 11:36 AM, Riley Childs wrote: > So far I have 14 people that have indicated interest in stickers, for this > to be economically viable I need at least 50

Re: [CODE4LIB] code4lib stickers

2014-11-08 Thread Tom Keays
I might place an order if you provided a mockup of what they would look like. Tom On Wed, Nov 5, 2014 at 2:58 PM, Karen Coyle wrote: > and for those of us with mushy brains who can't remember if they responded > previously? ... kc > > > On 11/4/14 4:29 PM, Riley Childs wrote: > >> This is a remi

Re: [CODE4LIB] what good books did you read in 2014?

2014-12-10 Thread Tom Keays
Thanks for all the good additions to my own reading list. Here are some of mine. Fiction Books - I tend to read urban fantasy and sci-fi, with other stuff thrown in. I tend to graze tech books, so I won't record them. The Rivers of London by Ben Aaronovitch - I'm currently reading book #4 in the

Re: [CODE4LIB] looking for a good PHP table-manipulating class

2014-12-11 Thread Tom Keays
Ken: are you looking for pivot table functions? I thought you were describing something more akin to the Excel TRANSPOSE function. If you are looking for a pivot table library, ADO is a good abstraction library and has it built in. http://phplens.com/adodb/pivot.tables.html If you want to transp

Re: [CODE4LIB] Library Hours Fail

2014-12-15 Thread Tom Keays
I've been playing with the hours options in LibCal. I especially like being able to pull out today's hours so easily. LibCal gives you options to do this using HTML (iframe), JavaScript, JSON, or RSS. HTML and JavaScript both format the output in a table, which is probably desirable if you have mu

Re: [CODE4LIB] Library Hours Fail

2015-01-13 Thread Tom Keays
ntrance to the building. LibCal let me set this up quite easily. In the pen, if you change the offset from 0 to 1 (from current week to next week), you can see what that looks like. Tom On Mon, Dec 15, 2014 at 4:11 PM, Tom Keays wrote: > I've been playing with the hours options in LibCa

Re: [CODE4LIB] Library Hours

2015-05-06 Thread Tom Keays
I'd like to find out how and why Google is parsing this information. If you go to the the SFPL hours page (first link in the Google results), and look at the source code, this is all you find. http://sfpl.org/index.php?pg=010101 Is the ID in the DIV sufficient? It would be nice to have a set o

Re: [CODE4LIB] looking for free hosting for html code

2015-05-22 Thread Tom Keays
GitHub Pages is one way. You can even use CNAME to wrap them within another domain. https://pages.github.com/ https://help.github.com/articles/tips-for-configuring-a-cname-record-with-your-dns-provider/ On Fri, May 22, 2015 at 8:40 AM, Sarles Patricia (18K500) < psar...@schools.nyc.gov> wrote: >

Re: [CODE4LIB] Combining RSS feeds

2015-06-18 Thread Tom Keays
I guess I'd approach it by tweaking your RSS feeds such that the PubDate is the date the event occurs rather than the default of the date the entry was entered into the system. Otherwise, you have to add some sort of non-standard tag (in the description maybe?) and build a system that sorts on that

[CODE4LIB] Code4Lib Conference streaming?

2013-01-29 Thread Tom Keays
I was wondering if talks from the conference would be streamed this year? It was really great to have it the last time I was unable to attend. Tom

Re: [CODE4LIB] Code4Lib Conference streaming?

2013-01-30 Thread Tom Keays
UIC++ On Wed, Jan 30, 2013 at 9:22 AM, Jon Gorman wrote: > Three cheers for UIC folks! > > Jon Gorman >

Re: [CODE4LIB] Anyone have a SUSHI client?

2013-02-04 Thread Tom Keays
ed up being pretty low. > > Josh Welker > > > -Original Message- > From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of > Tom Keays > Sent: Friday, January 25, 2013 8:40 AM > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] Anyone have a SUS

Re: [CODE4LIB] Code4Lib Conference streaming?

2013-02-11 Thread Tom Keays
ize it widely when we have them. > > Margaret Heller > > Margaret Heller > Digital Services Librarian > Loyola University Chicago > 773.508.2686 > > >>> Tom Keays 01/29/13 20:36 PM >>> > I was wondering if talks from the conference would be streamed th

Re: [CODE4LIB] Editing Code4lib Wiki

2013-02-11 Thread Tom Keays
There's a timely article on the subject in SitePoint, http://www.sitepoint.com/captcha-inaccessible-to-everyone/ The article concludes: > There is a fundamental disconnect in intent that means it is highly > unlikely that a universally accessible CAPTCHA, or even a set of different > CAPTCHAs wil

[CODE4LIB] Streaming URL

2013-02-12 Thread Tom Keays
The URL for streaming was given in the IRC channel http://new.livestream.com/accounts/2768983/events/1865025?device_panel=true You apparently need to register for an account to avoid ads.

Re: [CODE4LIB] You *are* a coder. So what am I?

2013-02-15 Thread Tom Keays
Nice start on a list. I added the directory links to the wiki page for new coders. I bet there are more that could be added. http://wiki.code4lib.org/index.php/One_recommended_tool/resource_for_n00bs#Meetups_and_User_Groups On Fri, Feb 15, 2013 at 9:30 AM, Joe Hourcle wrote: > On Feb 15, 2013, a

Re: [CODE4LIB] A Responsibility to Encourage Better Browsers ( ? )

2013-02-19 Thread Tom Keays
jQuery 2.x will support IE 9+ . Jonathan is correct that 1.x will continue to support IE 6+ and there are techniques to deliver the older version of jQuery to older browsers if the developer deems it necessary. http://jquery.com/browser-support/ However, I think Michael is in good company in thin

Re: [CODE4LIB] Library CDNs

2013-03-28 Thread Tom Keays
A couple of months ago I asked for suggestions for a CDN that a library without its own web server (other than our OPAC) might use to deploy image, javascript and css resources for use on third-party systems such as LibGuides, Serials Solutions A-Z journal lists, etc. We're a small institution and

Re: [CODE4LIB] Library CDNs

2013-03-30 Thread Tom Keays
PM, Josh Wilson wrote: > Would you mind sharing what CDNs you seriously considered as alternatives, > and what led you to go with Rackspace? > > > On Thu, Mar 28, 2013 at 11:35 AM, Tom Keays wrote: > > > A couple of months ago I asked for suggestions for a CDN that a librar

Re: [CODE4LIB] File based CMSes

2013-04-29 Thread Tom Keays
I've used DokuWiki as a CMS for several website projects. The default theme is no great shakes, but you can theme it to look like anything and there are hundreds of plugins. I think the syntax it uses is much friendlier than that used by Mediapress. http://dokuwiki.org/ I've also been curious abo

Re: [CODE4LIB] EAD vs. HTML for finding aids

2013-05-11 Thread Tom Keays
The advice to transform EAD to HTML using an xsl transform stylesheet seems to still be the best practice. http://saa-ead-roundtable.github.io/ If you want an example of what the HTML looks like, here's one from Syracuse University http://library.syr.edu/digital/guides/a/aaace.htm On Fri, May

Re: [CODE4LIB] EAD vs. HTML for finding aids

2013-05-11 Thread Tom Keays
I also found this http://www.cdlib.org/services/dsc/tools/ead_toolkit.html On Sat, May 11, 2013 at 8:22 AM, Tom Keays wrote: > The advice to transform EAD to HTML using an xsl transform stylesheet > seems to still be the best practice. > > http://saa-ead-roundtable.github.io/ >

Re: [CODE4LIB] LibGuides: I don't get it

2013-08-13 Thread Tom Keays
I'm not sure I understand the more-heat-than-light criticisms of LibGuides. It perfectly fits the needs of many libraries. The most valid criticism that has been lodged -- that the CMS is so easy to use that librarians create content which they then don't maintain -- could be said of any website o

Re: [CODE4LIB] What can be done to stop deleting of records belonging to users of our Minuteman Library Network in Massachusetts?

2013-10-10 Thread Tom Keays
Innovative Users Group has a listserv. http://www.innovativeusers.org/iug-discussion-list On Thu, Oct 10, 2013 at 8:45 PM, don warner saklad wrote: > Any other online forums, groups, email lists about difficulties with > Innovative Interfaces software?... > > Innovative Interfaces Incorporated

[CODE4LIB] Looking for an Announcements system

2013-10-23 Thread Tom Keays
Our campus uses DotNetNuke as the backend for its website. Opinions aside about the wisdom of that particular CMS choice, one DNN module that has proven to be extremely useful at MPOW is the DotNetNuke Announcements module. http://dnnannouncements.codeplex.com/documentation We are currently usi

Re: [CODE4LIB] Faculty publication database

2013-10-25 Thread Tom Keays
At one point BibApp looked like it was going to be a good alternative to #3 on Bohyun's hierarchy Release 1.0 was made in July 2010, so I don't know if it is still being worked on. http://bibapp.org/ On Fri, Oct 25, 2013 at 12:08 PM, Bohyun Kim wrote: > Hi Allie, > > (With the caveat that co

Re: [CODE4LIB] Faculty publication database

2013-10-25 Thread Tom Keays
Correct that. 1.1.2 was Sept 2011 [1] and the developer release on the GitHub repo [2] has activity as of 6 months ago. [1] http://bibapp.org/download/ [2] https://github.com/BibApp/BibApp On Fri, Oct 25, 2013 at 2:21 PM, Tom Keays wrote: > At one point BibApp looked like it was going to b

Re: [CODE4LIB] calibr: a simple opening hours calendar

2013-11-27 Thread Tom Keays
The III Millennium catalog, in its days open module, allows you to express this case easily. MPOW is open from 8am - 2am; in Millennium you enter the closing time as 2600. On Tue, Nov 26, 2013 at 6:41 PM, Barnes, Hugh wrote: > Great edge case, thanks for sharing that one! > > I think currently t

Re: [CODE4LIB] CouchDB and MongoDB (was: Re: O'Reilly books...)

2010-12-14 Thread Tom Keays
I saw this visualization of where the various nosql databases fit on the CAP Theorem triangle. CAP says there are three primary concerns you must balance when choosing a data management system: Consistency, Availability, and Partition tolerance. Furthermore, you can only pick 2. http://blog.nahurs

Re: [CODE4LIB] An alternate presentation of Code4Lib Journal

2011-01-04 Thread Tom Keays
As I recall, one of the editors mentioned Anthologize a while back and, at the time, we decided it wasn't a super good fit. Perhaps we ought to reconsider. We're running WordPress 3.0.4, so that's not an issue. On Tue, Jan 4, 2011 at 11:45 AM, Eric Lease Morgan wrote: > On Jan 4, 2011, at 11:40 A

Re: [CODE4LIB] code hosting / versioning

2011-03-28 Thread Tom Keays
You might also try out jsFiddle http://jsfiddle.net . It can be used to implement source code snippets either stored directly in your "fiddle" or pulled from a gist repository, http://doc.jsfiddle.net/use/gist_read.html . Tom On Sun, Mar 27, 2011 at 2:05 PM, Nate Hill wrote: > Hi all, > I have

Re: [CODE4LIB] 2012 Conference Dates

2011-04-21 Thread Tom Keays
Apparently no date set as yet. http://code4lib.org/node/405 http://sites.google.com/site/code4lib2012seattle/\ On Thu, Apr 21, 2011 at 8:23 AM, Richard, Joel M wrote: > Good morning, > > I know that Seattle has been chosen for the next code4lib conference, but I > can't find any info on dates

Re: [CODE4LIB] Seth Godin on The future of the library

2011-06-02 Thread Tom Keays
I wonder if Mr Godin, in articulating his vision of the library as a place "filled with so many web terminals there's always at least one empty," isn't framing it around the Digital Public Library of America proposal? He didn't specifically name it but, with all the acclaim for the idea in the main

Re: [CODE4LIB] RDF for opening times/hours?

2011-06-07 Thread Tom Keays
There was a time, about 5 years ago, when I assumed that microformats were the way to go and spent a bit of time looking at hCalendar for representing iCalendar-formatted event information. http://microformats.org/wiki/hcalendar Not long after that, there was a lot of talk about RDF and RDFa for

Re: [CODE4LIB] source of marc geographic code?

2011-06-22 Thread Tom Keays
It can be found at http://id.loc.gov/vocabulary/geographicAreas.html Look near the bottom of the page for links to the codes as RDF, N-triples, and JSON. Tom On Wed, Jun 22, 2011 at 6:38 PM, Stephen Hearn wrote: > Have you looked at id.loc.gov? One of its vocabularies defines URLs > for each o

Re: [CODE4LIB] source of marc geographic code?

2011-06-22 Thread Tom Keays
You are right: the linked versions don't have the country name labels. However, if you download the full files (see the very last link on the page), they are included. Furthermore, they only offer RDF and N-triples options that include the labels; no JSON. Strange way to put up this data, if you as

Re: [CODE4LIB] code4lib New York one-day minicon, Mon Sept 26

2011-07-07 Thread Tom Keays
Since there is a Code4Lib NYC group but no evidence of a Code4Lib NY State group, I think it was pretty unabiguously NYC. If you really need to check, click the link for Yitzchak's organization, http://www.tourolib.org/ and there is no doubt. For reference, in the recent past, the closest regional

Re: [CODE4LIB] ny times best seller api

2011-09-29 Thread Tom Keays
On Wed, Sep 28, 2011 at 5:38 PM, Doug Yancey wrote: >I just got this set up on our site, using php to parse the json response. > You should be able to see the result on our staging port at: > >http://catalog.ccrls.org:2082 > >...under the 'Bestsellers' menu in the top nav bar. Nice. It reminds me

Re: [CODE4LIB] ny times best seller api

2011-09-30 Thread Tom Keays
On Fri, Sep 30, 2011 at 11:52 AM, Doug Yancey wrote: > I've put an example of the php file (extension changed to .txt), along with > the stylesheet I'm using in the following directory on our webserver: > > http://nc.ccrls.org/code4lib/ Thank you. I'll take a look. > I was going to build a ca

Re: [CODE4LIB] opening a pdf file [diva]

2011-10-03 Thread Tom Keays
On Mon, Oct 3, 2011 at 11:57 AM, Andrew Hankinson < andrew.hankin...@gmail.com> wrote: > I'm one of the developers of Diva. I noticed that you've been getting your > files from the Internet Archive. They also have the full high-quality JPEG > and JPEG2000 images available. > > http://ia600209.us.a

Re: [CODE4LIB] opening a pdf file [diva]

2011-10-03 Thread Tom Keays
Another idea, if you are looking for an app-based rather than web-based reader is VuDroid, which supports both PDF and DjVu formats. http://code.google.com/p/vudroid/ I suggest it, not because I use it but because, at least in the Open Library version of the book's record, http://openlibrary.org/b

Re: [CODE4LIB] Code4Lib 2012 Registration Cost?

2011-11-09 Thread Tom Keays
There is the conference, for which, we have been told, registration is $150. There is the pre-conference, for which, we have been told, there will be no additional charge. In the past, we have charged for the pre-conference. No one has said what this charge was, but I sort of remember it being $2

Re: [CODE4LIB] Code4Lib 2012 Registration Cost?

2011-11-09 Thread Tom Keays
conference planners and attendees alike. On Wed, Nov 9, 2011 at 4:39 PM, Tom Keays wrote: > There is the conference, for which, we have been told, registration is > $150. > > There is the pre-conference, for which, we have been told, there will be > no additional charge. > >

Re: [CODE4LIB] _[CODE4LIB] Code4Lib National 2012 Registration is now OPEN!!!!

2011-11-16 Thread Tom Keays
Non-obvious, then. I always enter my name in the Description field. Since my name was in the Billing Information, I hope that suffices. --- Description: Tom Keays On Wed, Nov 16, 2011 at 11:31 AM, Elizabeth Duell wrote: > The Description field is for the PARTICIPANT'S NAME.

Re: [CODE4LIB] Code4Lib National 2012 Registration is now OPEN!!!!

2011-11-16 Thread Tom Keays
I got a confirmation email for registration billing. I assume, therefore, that the delayed confirmation message you refer to below is the success of completing the SurveyMonkey form. Is it safe to assume that when the SurveyMonkey registration portion reaches a threshold, that people won't be take

Re: [CODE4LIB] Voting is open for code4lib 2012 presentations.

2011-11-22 Thread Tom Keays
Mine are being remembered from this morning when I filled it out at home. I'm now on a different network/OS/browser. Tom On Tue, Nov 22, 2011 at 2:22 PM, Andrew Nagy wrote: > My votes are not showing after returning to the voting page. I thought I > remembered being able to modify my votes fro

Re: [CODE4LIB] Pandering for votes for code4lib sessions

2011-12-01 Thread Tom Keays
> One thing I would be open to is to put a disclaimer splash page before > any ballot (only to be seen the first time a person votes) briefly > explaining how the ballot works and to mention that ballot stuffing is > "unethical, undemocratic and tears at the fabric that is Code4Lib" or > some such.

Re: [CODE4LIB] NEcode4lib?

2011-12-19 Thread Tom Keays
Just a reminder that there is a NE Code4Lib space on the wiki -- http://wiki.code4lib.org/index.php/NEC4L (or http://ne.code4lib.org ) that was used as part of the planning for a 2008 meeting in Boston. On Fri, Dec 16, 2011 at 9:42 AM, Joseph Montibello < joseph.montibe...@dartmouth.edu> wrote: >

Re: [CODE4LIB] Pre confirm when where?

2012-02-05 Thread Tom Keays
I was just downstairs (escalator down out of the bar near the lobby) and saw that they are start at 9:00 in various rooms. Tom On Sun, Feb 5, 2012 at 8:47 PM, Jonathan Rochkind wrote: > Is there some obvious way I'm not seei g to figure out when and where the > conf pre conf sessions are tomorro

Re: [CODE4LIB] New Open Source Citation Parser

2008-09-15 Thread Tom Keays
I might add CrossRef's Simple Text Query for generating article DOIs from citations. Not open source though. http://www.crossref.org/SimpleTextQuery/ On Fri, Sep 12, 2008 at 3:50 PM, Jonathan Rochkind <[EMAIL PROTECTED]> wrote: > This is the third open source citation parser I know of now. A welc

Re: [CODE4LIB] Code4Lib Logo

2008-09-29 Thread Tom Keays
I submit this for a logo: http://code4lib.org/themes/panizzi/panizzi-watermark.png Flogging the "I don't give a rat's ass" vote since 1 minute ago. On Tue, Sep 23, 2008 at 11:13 AM, Roy Tennant <[EMAIL PROTECTED]> wrote: > Since we've been getting a variety of responses to my suggestion that now

[CODE4LIB] Fwd: Job Opportunity : Web Technical Professional - Syracuse University Library

2008-10-06 Thread Tom Keays
***Web Technical Professional* *Syracuse University Library * ***Position Summary:* The Web Technical Professional works both independently and collaboratively to provide highly specialized expertise in the design, implementation, and evaluation of current and future web interfaces and technolog

Re: [CODE4LIB] eXtensible Catalog - New Website

2008-10-21 Thread Tom Keays
Heh. I was using the Chromifox theme for Firefox 3.0.1 (Windows XP) and got that message too. I changed themes back to Firefox default and all was well. I'll have to try Firefox on my Mac tonight and see how that behaves. Is this a Drupal issue or something specific to XC? Either way, regardless o

Re: [CODE4LIB] hotel for conf?

2009-01-12 Thread Tom Keays
rate with me. I was going to be sharing the room with someone, so two of us are currently out of luck. If I need to book with another hotel, I need to know pretty soon. Jean: can you check on this? Tom Keays On Sun, Jan 11, 2009 at 7:14 PM, Bess Sadler wrote: > Hey, Brian. I ran into the

Re: [CODE4LIB] MODS-to-citation stylesheets

2009-01-12 Thread Tom Keays
CSL was originally developed as an Open Office add-on using, I think, CiteProc. http://xbiblio.sourceforge.net/citeproc/ http://bibliographic.openoffice.org/citeproc/index.html CiteProc says it supports MODS. [Mind you, I haven't used any of these components.] Tom On Mon, Jan 12, 2009 at 11:06

[CODE4LIB] Code4Lib Journal: Call for Papers, June issue

2009-02-17 Thread Tom Keays
Call for Papers: The Code4Lib Journal (C4LJ) exists to foster community and share information among those interested in the intersection of libraries, technology, and the future. The Code4Lib Journal is now accepting proposals for publication in its 7th issue. Don't miss out on this opportunity t

Re: [CODE4LIB] Something completely different

2009-04-06 Thread Tom Keays
The linked open data crowd might suggest: Bibliographic Ontology Specification (aka bibo) http://bibliontology.com/ Abstract: The Bibliographic Ontology Specification provides main concepts and properties for describing citations and bibliographic references (i.e. quotes, books, articles, etc) on

Re: [CODE4LIB] Something completely different

2009-04-06 Thread Tom Keays
ch might give us an idea of what isn't there. For example, I don't > see the various work/work, work/expression relationships. But it has great > detail in some areas, like time intervals and access rights. > > kc > > Tom Keays wrote: >> >> The linked open data

[CODE4LIB] ANNOUNCEMENT: Code4Lib Journal: new issue 7 now available

2009-06-26 Thread Tom Keays
Sorry for the cross-posting, but I'd like to announce that Issue 7 of The Code4Lib Journal was published this afternoon. Code4Lib: Long May You Run [Editorial Introduction] by Tom Keays http://journal.code4lib.org/articles/1695 The Code4Lib Journal mirrors the diversity and depth of inte

Re: [CODE4LIB] [Web4lib] [lita-l] Journal Usage Statistical collection software - suggestions?

2009-10-30 Thread Tom Keays
Serials Solutions provides an open source (you host it) client for harvesting SUSHI stats. It is intended to be used with 360 Counter, but I don't think that's a requirement. As Aaron said, it is still early days for SUSHI compliance. Tom On Fri, Oct 30, 2009 at 1:05 PM, Dobbs, Aaron wrote: > Br

Re: [CODE4LIB] [Web4lib] [lita-l] Journal Usage Statistical collection software - suggestions?

2009-10-30 Thread Tom Keays
Sorry. Link is: http://code.google.com/p/sushicounterclient/ On Fri, Oct 30, 2009 at 2:35 PM, Tom Keays wrote: > Serials Solutions provides an open source (you host it) client for > harvesting SUSHI stats. It is intended to be used with 360 Counter, > but I don't think that'

Re: [CODE4LIB] preconference proposals

2009-11-10 Thread Tom Keays
Bad URL there. The real one is http://code4lib.org/files/chicks-lightning.pdf (that's where all the other lightning talks were stored). t On Tue, Nov 10, 2009 at 10:14 AM, Jay Luker wrote: > On Tue, Nov 10, 2009 at 10:06 AM, Dan Chudnov > wrote: > >>  - "Heckle Me", based on the example/ideas

Re: [CODE4LIB] Assigning DOI for local content

2009-11-19 Thread Tom Keays
On Tue, Nov 17, 2009 at 6:58 PM, Jodi Schneider wrote: > The first question is: what are they trying to accomplish by having DOIs? DOIs are just a form of Handle, which is a persistent URL schema. I don't think I need to explain what PURLs are designed to accomplish. > If they're looking for per

Re: [CODE4LIB] Assigning DOI for local content

2009-11-23 Thread Tom Keays
Interesting stuff. I never really thought about it before that DOIs can be served up by the Handle server. E.G., http://dx.doi.org/10.1074/jbc.M004545200 <=> http://hdl.handle.net/10.1074/jbc.M004545200 But, even more surprising to me was realizing that Handles can be resolved by the DOI server.

Re: [CODE4LIB] University of Rochester Releases IR+ Institutional Repository System

2009-12-15 Thread Tom Keays
+1 that suggestion! On Tue, Dec 15, 2009 at 4:44 PM, Jonathan Rochkind wrote: > I would appreciate that too. And if you want to write an article for the > Code4Lib Journal on how it differs from other IR software, why you did it, > and how you did it, it would be welcome. :) > > Jonathan > > Mich

Re: [CODE4LIB] Location of the first Code4Lib North meeting?

2010-01-25 Thread Tom Keays
I've been listening to the suggested locations for the past few days and, with the exception of Sudbury, all the suggestions are doable for me (a traveler who would be coming from central NY). In order of distance, and therefore preference, Kingston would be my first choice, followed by Ottawa, Ham

Re: [CODE4LIB] favorite jQuery plugins for libraries?

2010-02-04 Thread Tom Keays
I have been using a resource that takes advantage of the html5 offline storage capabilities of the iPod/iPhone version of Safari to install itself as a standalone jQuery Reference app that is current with jQuery 1.4. I think it has the capability to update itself after installation too. http://www

Re: [CODE4LIB] favorite jQuery plugins for libraries?

2010-02-05 Thread Tom Keays
Since you mentioned that you were modifying your OPAC, you should check into the Juice Project, a jQuery framework for doing just that. http://code.google.com/p/juice-project/ On Thu, Feb 4, 2010 at 11:36 AM, Ken Irwin wrote: > Hi all, > > I'm on a mission to finally learn some jQuery, and I'm

Re: [CODE4LIB] Location of Code4Lib 2011

2010-03-23 Thread Tom Keays
I attended IU Bloomington (and was a bike rider) when the movie was filmed. The dad's car lot was just a few blocks from my house and I biked a lot of the places that the main character, David, rode in the movie.Much of the campus, including a scene outside the IUB library (made of limestone from n

[CODE4LIB] WorldCat as an OpenURL endpoint ?

2010-06-14 Thread Tom Keays
I know it is possible to sent OpenURL requests to the WorldCat Registry service and have it chose a local OpenURL resolver based on what IP address you are coming from. WorldCat OpenURL endpoint: http://worldcat.org/registry/gateway What I don't know is if WorldCat has an OpenURL resolver or can

Re: [CODE4LIB] WorldCat as an OpenURL endpoint ?

2010-06-15 Thread Tom Keays
On Mon, Jun 14, 2010 at 3:47 PM, Jonathan Rochkind wrote: > The trick here is that traditional library metadata practices make it _very > hard_ to tell if a _specific volume/issue_ is held by a given library. And > those are the most common use cases for OpenURL. > Yep. That's true even for ind

Re: [CODE4LIB] WorldCat as an OpenURL endpoint ?

2010-06-15 Thread Tom Keays
gt; California State University > http://xerxes.calstate.edu > > From: Code for Libraries [code4...@listserv.nd.edu] On Behalf Of Tom Keays > [tomke...@gmail.com] > Sent: Tuesday, June 15, 2010 8:43 AM > To: CODE4LIB@LISTSERV.ND.EDU >

Re: [CODE4LIB] WorldCat as an OpenURL endpoint ?

2010-06-15 Thread Tom Keays
I do provide the user with the proxied WorldCat URL for just the reasons Jonathan cites. But, no, being an otherwise open web resource, you can't force a user to use it. On Tue, Jun 15, 2010 at 12:22 PM, Jonathan Rochkind wrote: > > I haven't yet found any good way to do this if the user is off-c

Re: [CODE4LIB] WorldCat as an OpenURL endpoint ?

2010-06-16 Thread Tom Keays
We have been trying to enumerate serials holdings as explicitly as possible. E.G., this microfiche supplement to a journal, http://summit.syr.edu/cgi-bin/Pwebrecon.cgi?BBID=274291 shows apparently missing issues. However, there are two pieces of inferred information here: 1) every print issue had

Re: [CODE4LIB] Transcription/dictation software?

2012-02-27 Thread Tom Keays
My wife, for a linguistics research project, recorded the responses of her subjects to a list of questions, so that she could transcribe them and analyze them. She got Dragon Dictate with the intention of getting a rough transcription and then, listening to the tape, correct the errors. With so man

Re: [CODE4LIB] Q.: MARC8 vs. MARC/Unicode and pymarc and misencoded III records

2012-03-09 Thread Tom Keays
I'm out of my depth here, but I'm curious how this all works. Is it true that, in MARC8 records, there is supposed to be an 066 field included that defines non-Latin character sets? I'm making this conclusion from some things I read on the LOC website. ANSEL is mentioned as one of the instances whe

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-11 Thread Tom Keays
I read this awhile back. It's by someone associated with the Foundation project. http://www.alistapart.com/articles/dive-into-responsive-prototyping-with-foundation/ Both look good. Like you, I looked hard at Bootstrap after the conference, but haven't really done anything with it. I'd be intere

Re: [CODE4LIB] archiving a wiki

2012-05-23 Thread Tom Keays
I haven't tried it on a wiki, but the command-line Unix utility wget can be used to mirror a website. http://www.gnu.org/software/wget/manual/html_node/Advanced-Usage.html I usually call it like this: wget -m -p http://www.site.com/ common flags: -m = mirroring on/off -p = page_requisites

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-01 Thread Tom Keays
I won't expand on Michael's excellent summary of using SASS, but he did leave out one crucial bit -- it comes in two formats, which causes some confusion. The format that Michael was describing is the second one, SCSS, which is basically CSS with some fancy nesting patterns that you can't do nativ

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-01 Thread Tom Keays
And here's my coding tool, which is supported by most of the common code editors via plugins: Zen Coding, http://code.google.com/p/zen-coding/ The idea is that it lets you use CSS-like selectors as tags that can be expanded into full HTML snippets. I'll just use the example from the project page t

Re: [CODE4LIB] PBCore 2.0 to MARC XML?

2012-11-06 Thread Tom Keays
PBCore lists a bunch of crosswalk mapping schemes that they've identified. http://www.pbcore.org/PBCore/PBCore_Mappings.html Some of them are listed but aren't done yet, including a direct mapping to MARC 21. However, a mapping of PBCore to Dublin Core exists, so you could probably get there by u

Re: [CODE4LIB] Code4lib Registration 2013 Redux.

2012-11-27 Thread Tom Keays
Thanks for giving us a week notice. I would be screwed if it was today, both for schedule reasons and for being given funding (which still isn't). In the original proposal, http://tigger.uic.edu/~kayiwa/code4lib.html , you said: "Our plan will include staggered registration divided in 3 equal par

Re: [CODE4LIB] anti-harassment policy for code4lib?

2012-11-27 Thread Tom Keays
I think a good code is "Try not to be an asshole." You can but try. Never-the-less, I feel it mitigates the need for an angry god and makes the 10 commandments redundant. Anyway, thanks to Bess for raising the issue. I think all of you have made a great start. I think there are more than enough v

[CODE4LIB]

2012-11-27 Thread Tom Keays
What makes it work for SXSW is that they have a formal organization -- an incorporated body, in fact -- that gives them the continuity and structure to do things that can be highly structured or ad hoc, depending on the need of the situation. They have to be this way because they are freakin' huge.

Re: [CODE4LIB] Library event systems and using your API talents for good

2012-12-02 Thread Tom Keays
I've been disappointed by event management/calendaring systems in general. I think there are a number of common needs that libraries all share. Calendar systems -- scheduling single instance or repeating instance events seems to be the one thing you can find in a system. Basic metadata/filtering p

Re: [CODE4LIB] Choosing fora. was: Proliferation of Code4Lib Channels

2012-12-04 Thread Tom Keays
Or just use Reddit's OS codebase*. https://github.com/reddit Tom * though I'm personally hoping there won't be another channel to keep track of. On Tue, Dec 4, 2012 at 9:33 AM, Shaun Ellis wrote: > On 12/3/12 2:14 PM, MJ Ray wrote: > >> This listserv looks threaded to me. Maybe you need to

[CODE4LIB] Help with WordPress for Code4Lib Journal

2012-12-04 Thread Tom Keays
at has changed in the WordPress codex that is causing the problems and maybe help me understand how to prevent this from happening again with future releases? Thanks, Tom Keays / tomke...@gmail.com

Re: [CODE4LIB] Help with WordPress for Code4Lib Journal

2012-12-04 Thread Tom Keays
Hijacking my thread back. To answer all the questions in one go: >From Chad Nelson: > What version of WP are you currently on? Embarrassed, but you just have to do a view source of the Journal to learn the dirty truth: WordPress 3.0.4 As you can see from the wiki, upgrading is something we want

Re: [CODE4LIB] Help with WordPress for Code4Lib Journal

2012-12-04 Thread Tom Keays
On Tue, Dec 4, 2012 at 1:01 PM, Shaun Ellis wrote: > You can upload it to your account and then someone with admin rights to > Code4Lib can fork it if they think our Code4Lib Journal custom code should > be a repo there. Doesn't really matter if they do actually. I think for > debugging, it's be

Re: [CODE4LIB] Help with WordPress for Code4Lib Journal

2012-12-04 Thread Tom Keays
; And here it is in code4lib github > > https://github.com/code4lib/IssueManager > > > On Tue, Dec 4, 2012 at 1:47 PM, Tom Keays wrote: > > > On Tue, Dec 4, 2012 at 1:01 PM, Shaun Ellis > wrote: > > > > > You can upload it to your account and then someone

  1   2   >