Re: [CODE4LIB] Citation Publication Tool

2014-10-27 Thread Jodi Schneider
Those using WordPress might be interested in the KCite plugin, maintained by the Knowledge Blog (an interesting initiative in itself): http://knowledgeblog.org/kcite-plugin On Fri, Oct 24, 2014 at 6:19 PM, Kevin Hawkins < kevin.s.hawk...@ultraslavonic.info> wrote: > Two things come to mind that a

[CODE4LIB] Code4Lib 2015: Call for T-Shirt Designs

2014-10-27 Thread Christina Marie Harlow
Good Afternoon Code4Lib: The Code4Lib Swag Poll sent out recently shows that folks still want their Code4Lib t-shirts. The results are on the Code4Lib wiki for your perusal and use in future decisions: http://wiki.code4lib.org/2015_Swag_Poll_Results As a follow up to some of the comments on this

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Stuart Yeates
Learning UNIX is a dreadful idea. If you think you want to learn UNIX, you probably should learn POSIX. Implementations are transient; if we're lucky standards are durable. cheers stuart -- I have a new phone number: 04 463 5692 From: Code for Librarie

[CODE4LIB] NASIG November Webinar: DIY E-Resources Management

2014-10-27 Thread publicist
NASIG's Continuing Education Committee is pleased to announce that registration is now open for the November 13 webinar entitled “DIY E-Resources Management: Basics of Information Architecture.” Presented by Sarah Hartman-Caverly of Delaware County Community College, this webinar will provide an in

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Joe Hourcle
On Oct 27, 2014, at 12:38 PM, Bigwood, David wrote: > Learning UNIX is fine. However, I do think learning SQL might be a better > investment. So many of our resources are in databases. Understanding > indexing, sorting and relevancy ranking of our databases is also crucial. > With linked data b

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Anthony Cocciolo
Hi Siobhain, I have a discussion of why learn UNIX in this Code4Lib journal article I wrote a few months back: Unix Commands and Batch Processing for the Reluctant Librarian or Archivist http://journal.code4lib.org/articles/9158 Best, Anthony Cocciolo -- Anthony Cocciolo, Ed.D. Associate Profes

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Kyle Banerjee
> On Oct 27, 2014, at 10:02 AM, Siobhain Rivera wrote: > > what do you think are reasons > librarians need to know Unix, even if they aren't in particularly tech > heavy jobs? The best reason is so that you can understand the problems you're working with as well as potential solutions bett

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Bigwood, David
Learning UNIX is fine. However, I do think learning SQL might be a better investment. So many of our resources are in databases. Understanding indexing, sorting and relevancy ranking of our databases is also crucial. With linked data being all the rage knowing about sparql endpoints is important

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread danielle plumer
A few other readings I use on *nix: - Powers, E. (2012). Why I learned to love the command line. Hack Library School: By, For, and About Library School Students. http://hacklibschool.wordpress.com/2012/02/20/why-i-learned-to-love-the-command-line/ - Stephenson, Neal. (1999). In the

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Cornel Darden Jr.
Hello, A reference librarian solves information problems. If I ask an average librarian how to rip a video, how to convert file formats and videos, or why my files and videos aren't playing; should they be able to help? That's the real question. Should reference librarians know how to create on

[CODE4LIB] Why learn Unix? and DOS?

2014-10-27 Thread Jacobs, Jane W
As a practicing professional Cataloger and programmer Wannabe, I can say that it is a huge advantage to know how to work from the DOS prompt in Windows. I greatly regret not having had time to gain at least a similar a seat-of-the-pants level of expertise with Unix. There is inevitably some typ

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread danielle plumer
Siobhan, I teach a course on digital curation tools and applications for the University of North Texas, and one of the motivational pieces I use is the Digital Curation Centre's chapter on "Open Source and Digital Curation" by Andrew McHugh in the Digital Curation Manual (2005): http://www.dcc.ac.

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Tod Olson
There’s also something to be said for the Unix pipeline/filter model of processing. That way of breaking down a task into small steps, wiring little programs to filter the data for each step, building up the solution iteratively, essentially a form of function composition. Immedidately, you can

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Andrew Anderson
There is something of a natural symbiosis between *NIX and libraries. If you have not already found it, read Unix as Literature for some background on why those who like the written word are drawn to *NIX naturally. -- Andrew Anderson, Director of Development, Library and Information Resources

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Cary Gordon
It really depends on what you mean by "learn Unix." I agree with Eric that many tools, particularly open source tools, are more robust on l Linux. This is because most of their development communities are building on Linux, so new features and bug fixes show up their first. I live in the open sou

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Cornel Darden Jr.
Hello, I think that all library jobs are and ought to be techy. If they aren't is because the person's working those jobs aren't practicing modern librarianship. In think the culture of librarianship is at fault as opposed to the individual librarians. When it comes to Unix, I'm assuming you

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Dave Caroline
oops, ignore the accidental blank but anyway, Linux/unix have a nicer idea of permissions and security so often you get better uptimes, less need for reboots. You can serve apache etc on other OSs but often not all modules are ported to the less popular serving platforms. Dave Caroline On 27/10/

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Dave Caroline
On 27/10/2014, Matthew Sherman wrote: > Eric hit the nail on the head, Unix is not inherently needed for many > libraries, but it can be useful for more technically inclined librarians to > know Linux. I am a digital content librarian at my institution and I > actually know neither system, though

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Matthew Sherman
Eric hit the nail on the head, Unix is not inherently needed for many libraries, but it can be useful for more technically inclined librarians to know Linux. I am a digital content librarian at my institution and I actually know neither system, though I wish I had a better understanding of Linux.

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Edward Iglesias
Couldn't agree more with Eric. Additionally if you are going to be doing any web work at all you will need to know the back end environment which will likely be Linux. Edward Iglesias On Mon, Oct 27, 2014 at 10:09 AM, Eric Lease Morgan wrote: > Learning Unix is not necessarily the problem to s

Re: [CODE4LIB] Why learn Unix?

2014-10-27 Thread Eric Lease Morgan
Learning Unix is not necessarily the problem to solve. Instead it is means to an end. To my mind, there are number of skills and technologies a person needs to know in order to provide (digital) library service. Some of those skills/technologies include: indexing, content management (databases

[CODE4LIB] Why learn Unix?

2014-10-27 Thread Siobhain Rivera
Hi everyone, I'm part of the ASIS&T Student Chapter and Indiana University, and we're putting together a series of workshops on Unix. We've noticed that a lot of people don't seem to have a good idea of why they should learn Unix, particularly the reference/non technology types. We're going to do

[CODE4LIB] Open Source Preservation Solution—Run Archivematica 1.3.0 Locally or in DuraCloud

2014-10-27 Thread Carol Minton Morris
October 27, 2014 Contact: Michele Kimpton (mkimp...@duraspace.org) or Evelyn McLellan (eve...@artefactual.com) Read it online: bit.ly/ZTDufZ Open Source Preservation Solution—Run Archivematica 1.3.0 Locally or in DuraCloud Archivematica 1.3.0 Features Full DuraCloud Integration Winchester,

Re: [CODE4LIB] CrossRef/DOI content-negotiation for metadata lookup?

2014-10-27 Thread Eric Lease Morgan
> On Oct 23, 2014, at 11:45 AM, Joe Hourcle > wrote: > >> I found this blog post talking about CrossRef's support: >> >> http://www.crossref.org/CrossTech/2011/04/content_negotiation_for_crossr.html >> >> But I know DataCite supports it to some extent too. >> >> Does anyone know if there's ov

[CODE4LIB] ALCTS Metadata Interest Group - Call for Proposals at ALA Midwinter 2015

2014-10-27 Thread Thompson, Santi A
Please excuse cross-postings The ALCTS Metadata Interest Group invites speakers to present at the ALA Midwinter meeting in Chicago on Sunday, February 1, 2015 from 8:30 to 10am. Presentations will be approximately 30 minutes, including Q&A. Our charge is to provide a broad framewor

[CODE4LIB] Job: Software Engineer – Professional Technologist 3.181 at West Virginia University Libraries

2014-10-27 Thread jobs
Software Engineer – Professional Technologist 3.181 West Virginia University Libraries Morgantown West Virginia University Libraries is seeking a software engineer/ Professional Technologist 3.181. This position will be directly involved with the design and programming of mission critical software