Re: [CODE4LIB] StackExchange reboot?

2013-07-08 Thread Joseph Montibello
++ Joe Montibello, MLIS Library Systems Manager Dartmouth College Library 603.646.9394 joseph.montibe...@dartmouth.edu On 7/8/13 9:53 AM, Shaun Ellis sha...@princeton.edu wrote: I like the idea of vote to promote as well as having a searchable archive of answers on the web. For me it

[CODE4LIB] Job: Library Web Developer at Clemson University

2013-07-08 Thread jobs
Job ad: http://www.clemson.edu/culib/jobs/clemson-lib-web-dev.pdf Clemson University Libraries seeks a Library Web Developer to establish and direct the strategic long term goals, policies and procedures, overseen by the unit head, for the university libraries website. This position will

[CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread Anderson, David (NIH/NLM) [E]
I'm looking for a lightweight autocomplete application for data entry. Here's what I'd like to be able to do: * Import large controlled vocabularies into the app * Call up the app with a macro wherever I'm entering data * Begin typing in a term from the vocabulary, get

Re: [CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread Cary Gordon
I may be missing some subtlety here, but it sounds like you are looking for a jQuery (Javascript) autocomplete script with an AJAX back end. This would load the vocabulary in the background, typically starting at page load. This works fine as long as the vocabulary is of a reasonable size. If

Re: [CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread Terrell, Trey
jQuery UI comes with an autocomplete module that you can supply a source to (the source just outputs JSON for records that match the given thing typed). I've heard of using Redis, some cron-job-initiated indexing, and a fast service layer to populate it quickly enough that you can't tell it's

Re: [CODE4LIB] StackExchange reboot?

2013-07-08 Thread Salazar, Christina
I just want to second what Galen and Shaun have said: I've only encountered StackExchange because I was Googling for answers to some issues (technical and non-technical) that I was having. I'm on a myriad of lists, but I feel an obligation to do due diligence before I bug y'all with my

[CODE4LIB] Registration for Access 2013 in St. John's Newfoundland is now open!

2013-07-08 Thread K. Godfrey
We’re thrilled to announce that registration for Access 2013 in St. John’s Newfoundland is now open! Full details are on our registration pagehttp://accessconference.ca/registration/. As with most things on the East Coast, the conference is a little smaller, so be sure to register early! We have a

Re: [CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread Joe Hourcle
On Jul 8, 2013, at 10:37 AM, Anderson, David (NIH/NLM) [E] wrote: I'm looking for a lightweight autocomplete application for data entry. Here's what I'd like to be able to do: * Import large controlled vocabularies into the app * Call up the app with a macro wherever

[CODE4LIB] LibraryBox 2.0 Kickstarter

2013-07-08 Thread Jason Griffey
In case people hadn't seen this, at ALA Annual last week I launched a Kickstarter for the development of LibraryBox 2.0 (http://librarybox.us), and open source fork of the PirateBox project. I had originally budgeted for $3K for the Kickstarter, hoping to make a bit more than that in order to pay

Re: [CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread Cary Gordon
We typically feed services like this from a cached text file, which is quite quick. Unless you need a lookup, redis would be overkill. If you are communicating a lookup in an autocomplete process, I would like to see that in action. Cary On Jul 8, 2013, at 8:26 AM, Terrell, Trey

[CODE4LIB] MarcEdit question

2013-07-08 Thread Emily Lynema
We have been trying to use the Generate call numbers feature built into MarcEdit (uses OCLC's Classify service [1]) to automatically assign call numbers to our e-book loads for the purposes of shelf browsing. However, we have found a large number of incorrectly assigned call numbers result (often

[CODE4LIB] Job: Head, Scholars' Lab Graduate Programs at University of Virginia

2013-07-08 Thread jobs
Are you an experienced digital humanities scholar-practitioner with a strong background in project management and public service? The University of Virginia Library seeks an energetic, adaptable leader for the digital consultation services and intellectual programming of our internationally-

[CODE4LIB] Job: Special Formats Metadata Cataloger at University of North Carolina at Chapel Hill

2013-07-08 Thread jobs
The University of North Carolina at Chapel Hill seeks an innovative and knowledgeable librarian to serve in the position of Special Formats and Metadata Cataloger. The Special Formats and Metadata Cataloger reports to the head of Special Formats Metadata with a dotted-line relationship to the

Re: [CODE4LIB] StackExchange reboot?

2013-07-08 Thread Christie Peterson
I agree with both Shaun and Galen's points; when you're asking a how to do X with tool Y type of question, SE is a great forum. Like Christina, I've mostly encountered SE when Googling for answers to these types of questions. However, for the reasons that Henry and Gary mentioned, I was

Re: [CODE4LIB] LibraryBox 2.0 Kickstarter

2013-07-08 Thread David Cirella
It has been great to see this kickstarter blowup. Given the increase in funds are there new enhancements or functionalities that that you can discuss beyond the original road map? I'm really looking forward to where the project will go. On Mon, Jul 8, 2013 at 2:14 PM, Jason Griffey

Re: [CODE4LIB] LibraryBox 2.0 Kickstarter

2013-07-08 Thread Jason Griffey
I'm working on the timeline with the developer now, and will have an update in the next day or so on the Kickstarter page. But we're definitely covering the promised functionality, and pushing it to be as good as possible. For instance: the current draft of the 2.0 installation is: Download files

Re: [CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread Hicks, William
Consider the twitter version of autocomplete. https://github.com/twitter/typeahead.js W -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Cary Gordon Sent: Monday, July 08, 2013 1:13 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB]

Re: [CODE4LIB] LibraryBox 2.0 Kickstarter

2013-07-08 Thread Jonathan Rochkind
I still don't understand how this project differs from PirateBox. What features are you adding in your fork? What has been added to your fork over PirateBox in the current release, and what do you plan to add that differs from PirateBox in the 2.0 release you are funding? And why are you

Re: [CODE4LIB] Lightweight Autocomplete Application

2013-07-08 Thread John Lolis
If this is not web-based, and you're using Windows, you may find AutoIt (http://www.autoitscript.com/site/) to be an excellent macro scripting app (and it's free). I'm not sure what kind of performance you'd get if it has to scan a large vocabulary list, though. I use it to parse a 2GB access

Re: [CODE4LIB] StackExchange reboot?

2013-07-08 Thread Joe Hourcle
On Jul 8, 2013, at 3:50 PM, Christie Peterson wrote: I agree with both Shaun and Galen's points; when you're asking a how to do X with tool Y type of question, SE is a great forum. Like Christina, I've mostly encountered SE when Googling for answers to these types of questions. However,

Re: [CODE4LIB] LibraryBox 2.0 Kickstarter

2013-07-08 Thread Jason Griffey
Realized I just hit SEND to Jonathan only, and others might have the same questions he did. Jonathan, please excuse getting this twice. *** Answers, where they exist, are inline. :-) On Mon, Jul 8, 2013 at 5:31 PM, Jonathan Rochkind rochk...@jhu.edu wrote: I still don't understand how this