Re: [CODE4LIB] Studying the email list (Charcuterie Spectrum)

2012-06-11 Thread Michael B. Klein
I hear Roy Tennant talked Chuck Norris' fists into not punching him in the face. That's how smart Roy Tennant is. On Tue, Jun 5, 2012 at 1:53 PM, Frumkin, Jeremy < frumk...@u.library.arizona.edu> wrote: > Is Roy Tennant smarter than Chuck Norris is tough? > > -- jaf > > Sent from my iPad > > On J

Re: [CODE4LIB] A bibliography in XMP inside PDF

2012-06-11 Thread Simon Spero
You can include XMP packets in pdftex files using the \pdfcatalog primitive ; there are a couple of macro packages that add a little bit of a wrapper: xmpincl basically just wraps and inserts the contents of an external RDF+XML file as the value of /Metadata . http://www.ctan.org/tex-archive/mac

[CODE4LIB] Job: Scholarly Communications Liason at Rice University

2012-06-11 Thread jobs
The Scholarly Communications Liaison serves as the primary point of contact for issues related to scholarly communications and open access, including copyright issues related to scholarly publications. The Scholarly Communications Liaison is a member of the Center for Digital Scholarship team and w

Re: [CODE4LIB] Job: Agile Project Manager at AudioVisual Preservation Solutions

2012-06-11 Thread Ed Summers
Oops, sorry about that Mark. I should have looked more carefully before adding this after seeing it in your TweetStream. I'll remove the duplicate. Also happened today with the Yale posting. I guess I need to come up with some smarts to detect duplicates. //Ed On Mon, Jun 11, 2012 at 5:43 PM, w

[CODE4LIB] Job: Agile Project Manager at AudioVisual Preservation Solutions

2012-06-11 Thread jobs
**Job Description:** AudioVisual Preservation Solutions (AVPS) seeks an experienced (mid-level) Agile Project Manager to provide essential support and facilitation to an open source software development project for the public media archival community. The position will begin on July 1, 2012 an

[CODE4LIB] Reminder - call for proposals, New England code4lib!

2012-06-11 Thread Stern, Randall
Reminder: We're planning a New England regional code4lib conference and we need your proposals! Dates: Friday, October 26 and Saturday, October 27 Location: Yale University, New Haven, CT Proposal deadline: July 15, 2012. This will be a great opportunity to meet your peers at local institutions

[CODE4LIB] Job: Programmer Analyst II at Yale University

2012-06-11 Thread jobs
**Programmer Analyst II** Digital Library and Programming Services Yale University Library New Haven, CT Grade: 24 www.yale.edu/jobs Duration: 1 year term starting September 1, 2012, ending August 31, 2013 Schedule: Full-time (37.5 hours per week); Standard Work Week (M-F, 8:30-5:00)

[CODE4LIB] Job: Manager of Data Management Services at Johns Hopkins University

2012-06-11 Thread jobs
The Manager of Data Management Services manages a team that provides data management and planning services, including both data management consulting and technical staff. This position also provides consultative data management planning support to JHU Principle Investigators. **Primary Duties a

[CODE4LIB] job: Programmer Analyst (working on digitized materials in a Fedora repository)

2012-06-11 Thread Friscia, Michael
For details and to apply visit: http://www.yale.edu/hronline/careers/application/external/index.html And search for the " STARS Requisition number": 17151BR Programmer Analyst II Digital Library and Programming Services Yale University Library New Haven, CT Grade: 24 www.yale.edu/jobs

[CODE4LIB] Job: Sound Archives Librarian at Stanford University

2012-06-11 Thread jobs
The Stanford University Libraries and Academic Information Resources (SULAIR) invite applications and nominations for the Sound Archives Librarian. This is an Academic Staff continuing appointment. Applicants should apply via: http://jobs.stanford.edu. Please supply a cover letter, a complete state

[CODE4LIB] Job: Agile Project Manager at AudioVisual Preservation Solutions

2012-06-11 Thread jobs
**Position Overview** AudioVisual Preservation Solutions (AVPS) seeks an experienced (mid-level) Agile Project Manager to provide essential support and facilitation to an open source software development project for the public media archival community. The position will begin on July 1, 2012 and

[CODE4LIB] Job: Web Designer at British Museum

2012-06-11 Thread jobs
**Main purpose of Job**: To provide high quality digital design and to support the Museum's website and other digital projects. **Key Responsibilities:** * To develop new page, template and element designs, n line with New Visual Language and Online Style Guide as required * To provi

Re: [CODE4LIB] Best way to process large XML files

2012-06-11 Thread Ron Gilmour
When I need to deal with huge XML files, I use Perl's XML::Parser in "stream" mode. It's blazing fast, but I have to admit, the code isn't very pretty. There's also XML::LibXML::SAX, but I can't seem to find any substantive documentat

Re: [CODE4LIB] code4lib Ottawa Meetup - June 13 @ 5PM, Exchange Pub

2012-06-11 Thread Warren A. Layton
Just quick reminder that the code4lib Ottawa meetup is happening this Wednesday night at The Exchange Pub. More info is available on the wiki page: http://wiki.code4lib.org/index.php/North#Code4lib_North_Meetups_in_Ottawa If you haven't already sent me a message to RSVP, please do so soon so that

[CODE4LIB] Fwd: [Air-L] Berkman Jobs: Project Manager, Lead Platform Manager, Senior Systems Architect, and Junior Web Developer

2012-06-11 Thread Jodi Schneider
-- Forwarded message -- From: Rebecca Tabasky Date: Thu, Jun 7, 2012 at 8:55 PM Subject: [Air-L] Berkman Jobs: Project Manager, Lead Platform Manager, Senior Systems Architect, and Junior Web Developer To: ai...@listserv.aoir.org Hi all, The Berkman Center for Internet & Society

[CODE4LIB] OR2012 Reminder - Early Registration Extened to June 18

2012-06-11 Thread John B Howard
Dear Colleagues, We are counting down to the Seventh International Conference on Open Repositories (OR2012) on 9-13 July, 2012 and are delighted to announce that we are able to extend the Early Booking rate until Monday 18 June. The Early Booking rate is £295 with a full-price rate of £350 ther

[CODE4LIB] A bibliography in XMP inside PDF

2012-06-11 Thread Ben Companjen
Hi all, I have been wondering whether it is possible to put a bibliography (list of references in a journal article, for example) in an XMP packet in a PDF document. Having read about efforts to get the references from a document by parsing text, I thought it might make sense (and be possible

Re: [CODE4LIB] Best way to process large XML files

2012-06-11 Thread Teemu Nuutinen
On 09.06.2012 00:00, Kyle Banerjee wrote: >> >> Since you mentioned SimpleXML, Kyle, I assume you're using PHP? >> > > Actually I'm using perl. For reasons not related to XML parsing, it is the > preferred (but not mandatory) language. > > Based on a few tests and manual inspection, it looks like