Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Joe Hourcle
On Apr 23, 2013, at 8:12 PM, Genny Engel wrote:

> There's a list here that may be more along the lines of what you're seeking.
> 
> http://webapps.stackexchange.com/questions/11547/diff-for-websites


Hmm ... I guess I should actually accept the answer as it was the only one ever 
given.

-Joe


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Genny Engel
There's a list here that may be more along the lines of what you're seeking.

http://webapps.stackexchange.com/questions/11547/diff-for-websites


Genny Engel
Sonoma County Library
gen...@sonoma.lib.ca.us
707 545-0831 x1581
www.sonomalibrary.org

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Wilhelmina Randtke
Sent: Tuesday, April 23, 2013 3:19 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Tool to highlight differences in two files

That helps a lot, because it's for websites which is what I want to compare.

I am looking for changes in a site, and I have some archives, but tools for
merging code are too labor intensive and don't give a good visual report
that I can show to a supervisor.  This is good moving forward, but doesn't
cover historical pages.

I was hoping for something where I could call up two pages and get a visual
display of differences for the display version of html, not the code.

-Wilhelmina

On Tue, Apr 23, 2013 at 5:14 PM, Pottinger, Hardy J. <
pottinge...@missouri.edu> wrote:

> Hi, I'm not sure if you're really looking for a diff tool, so I'll just
> shout an answer to a question that I think you might be asking. I use a
> variation of the script posted here:
>
> http://stackoverflow.com/questions/1494488/watch-a-web-page-for-changes
>
>
> for watching a web page for changes. I mostly only ever use this for
> watching for new artifacts to appear in Maven Central (because refreshing
> a web page is pretty dull "work").
>
> Hope this helps.
>
> --
> HARDY POTTINGER 
> University of Missouri Library Systems
> http://lso.umsystem.edu/~pottingerhj/
> https://MOspace.umsystem.edu/
> "Do you love it? Do you hate it? There it is, the way you made it."
> --Frank Zappa
>
>
>
>
>
> On 4/23/13 3:24 PM, "Wilhelmina Randtke"  wrote:
>
> >I would like to compare versions of a website scraped at different times
> >to
> >see what paragraphs on a page have changed.  Does anyone here know of a
> >tool for holding two files side by side and noting what is the same and
> >what is different between the files?
> >
> >It seems like any simple script to note differences in two strings of text
> >would work, but I don't know a tool to use.
> >
> >-Wilhelmina Randtke
>


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread stuart yeates
Automating your favourite browser to load and screenshot each version 
and then using http://www.imagemagick.org/Usage/compare/ should work.


Note that this will also catch the scenario where someone has changed 
the page by changing an image on the page.


cheers
stuart

On 24/04/13 10:18, Wilhelmina Randtke wrote:

That helps a lot, because it's for websites which is what I want to compare.

I am looking for changes in a site, and I have some archives, but tools for
merging code are too labor intensive and don't give a good visual report
that I can show to a supervisor.  This is good moving forward, but doesn't
cover historical pages.

I was hoping for something where I could call up two pages and get a visual
display of differences for the display version of html, not the code.

-Wilhelmina

On Tue, Apr 23, 2013 at 5:14 PM, Pottinger, Hardy J. <
pottinge...@missouri.edu> wrote:


Hi, I'm not sure if you're really looking for a diff tool, so I'll just
shout an answer to a question that I think you might be asking. I use a
variation of the script posted here:

http://stackoverflow.com/questions/1494488/watch-a-web-page-for-changes


for watching a web page for changes. I mostly only ever use this for
watching for new artifacts to appear in Maven Central (because refreshing
a web page is pretty dull "work").

Hope this helps.

--
HARDY POTTINGER 
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
"Do you love it? Do you hate it? There it is, the way you made it."
--Frank Zappa





On 4/23/13 3:24 PM, "Wilhelmina Randtke"  wrote:


I would like to compare versions of a website scraped at different times
to
see what paragraphs on a page have changed.  Does anyone here know of a
tool for holding two files side by side and noting what is the same and
what is different between the files?

It seems like any simple script to note differences in two strings of text
would work, but I don't know a tool to use.

-Wilhelmina Randtke







--
Stuart Yeates
Library Technology Services http://www.victoria.ac.nz/library/


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread John Lolis
I'm a real newbie when it comes to such things, but what is the
possibility of using AJAX to cycle through each version of a page?  I'm
guessing that dynamic elements in each of those pages might pose a
problem (that I'll leave up to you coding experts to answer).  If it's
visuals you're really looking to get, it certainly would be a cool
effect to have the pages fade in and out.  And a timeline slider would
be nice.
 
 
John Lolis
Information Technology Manager
White Plains Public Library
100 Martine Avenue
White Plains, NY 10601

email: jlo...@wppl.lib.ny.us 
tel: 1.914.422.1497
fax: 1.914.422.1452

http://whiteplainslibrary.org/
 
*¿*
  -


>>> On 4/23/2013 at 6:18 PM, in message
,
Wilhelmina Randtke  wrote:
That helps a lot, because it's for websites which is what I want to
compare.

I am looking for changes in a site, and I have some archives, but tools
for
merging code are too labor intensive and don't give a good visual
report
that I can show to a supervisor.  This is good moving forward, but
doesn't
cover historical pages.

I was hoping for something where I could call up two pages and get a
visual
display of differences for the display version of html, not the code.

-Wilhelmina

On Tue, Apr 23, 2013 at 5:14 PM, Pottinger, Hardy J. <
pottinge...@missouri.edu> wrote:

> Hi, I'm not sure if you're really looking for a diff tool, so I'll
just
> shout an answer to a question that I think you might be asking. I use
a
> variation of the script posted here:
>
>
http://stackoverflow.com/questions/1494488/watch-a-web-page-for-changes

>
>
> for watching a web page for changes. I mostly only ever use this for
> watching for new artifacts to appear in Maven Central (because
refreshing
> a web page is pretty dull "work").
>
> Hope this helps.
>
> --
> HARDY POTTINGER 
> University of Missouri Library Systems
> http://lso.umsystem.edu/~pottingerhj/ 
> https://MOspace.umsystem.edu/ 
> "Do you love it? Do you hate it? There it is, the way you made it."
> --Frank Zappa
>
>
>
>
>
> On 4/23/13 3:24 PM, "Wilhelmina Randtke"  wrote:
>
> >I would like to compare versions of a website scraped at different
times
> >to
> >see what paragraphs on a page have changed.  Does anyone here know
of a
> >tool for holding two files side by side and noting what is the same
and
> >what is different between the files?
> >
> >It seems like any simple script to note differences in two strings
of text
> >would work, but I don't know a tool to use.
> >
> >-Wilhelmina Randtke
>


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Wilhelmina Randtke
That helps a lot, because it's for websites which is what I want to compare.

I am looking for changes in a site, and I have some archives, but tools for
merging code are too labor intensive and don't give a good visual report
that I can show to a supervisor.  This is good moving forward, but doesn't
cover historical pages.

I was hoping for something where I could call up two pages and get a visual
display of differences for the display version of html, not the code.

-Wilhelmina

On Tue, Apr 23, 2013 at 5:14 PM, Pottinger, Hardy J. <
pottinge...@missouri.edu> wrote:

> Hi, I'm not sure if you're really looking for a diff tool, so I'll just
> shout an answer to a question that I think you might be asking. I use a
> variation of the script posted here:
>
> http://stackoverflow.com/questions/1494488/watch-a-web-page-for-changes
>
>
> for watching a web page for changes. I mostly only ever use this for
> watching for new artifacts to appear in Maven Central (because refreshing
> a web page is pretty dull "work").
>
> Hope this helps.
>
> --
> HARDY POTTINGER 
> University of Missouri Library Systems
> http://lso.umsystem.edu/~pottingerhj/
> https://MOspace.umsystem.edu/
> "Do you love it? Do you hate it? There it is, the way you made it."
> --Frank Zappa
>
>
>
>
>
> On 4/23/13 3:24 PM, "Wilhelmina Randtke"  wrote:
>
> >I would like to compare versions of a website scraped at different times
> >to
> >see what paragraphs on a page have changed.  Does anyone here know of a
> >tool for holding two files side by side and noting what is the same and
> >what is different between the files?
> >
> >It seems like any simple script to note differences in two strings of text
> >would work, but I don't know a tool to use.
> >
> >-Wilhelmina Randtke
>


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Pottinger, Hardy J.
Hi, I'm not sure if you're really looking for a diff tool, so I'll just
shout an answer to a question that I think you might be asking. I use a
variation of the script posted here:

http://stackoverflow.com/questions/1494488/watch-a-web-page-for-changes


for watching a web page for changes. I mostly only ever use this for
watching for new artifacts to appear in Maven Central (because refreshing
a web page is pretty dull "work").

Hope this helps.

--
HARDY POTTINGER 
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
"Do you love it? Do you hate it? There it is, the way you made it."
--Frank Zappa





On 4/23/13 3:24 PM, "Wilhelmina Randtke"  wrote:

>I would like to compare versions of a website scraped at different times
>to
>see what paragraphs on a page have changed.  Does anyone here know of a
>tool for holding two files side by side and noting what is the same and
>what is different between the files?
>
>It seems like any simple script to note differences in two strings of text
>would work, but I don't know a tool to use.
>
>-Wilhelmina Randtke


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Kyle Banerjee
Same trick will work with google docs. Or just use the compare two versions
of a document feature in Word...

On Tue, Apr 23, 2013 at 2:14 PM, Shaun Ellis  wrote:

> 1. Create a gist 
> (https://gist.github.com/{**yourUserName})
> with the original document.
> 2. Click "edit" and paste in the new document.
> 3. Click "Revisions" link.
>
> You'll see all the changes.
>
>


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Shaun Ellis
1. Create a gist (https://gist.github.com/{yourUserName}) with the 
original document.

2. Click "edit" and paste in the new document.
3. Click "Revisions" link.

You'll see all the changes.

On 4/23/13 4:24 PM, Wilhelmina Randtke wrote:

I would like to compare versions of a website scraped at different times to
see what paragraphs on a page have changed.  Does anyone here know of a
tool for holding two files side by side and noting what is the same and
what is different between the files?

It seems like any simple script to note differences in two strings of text
would work, but I don't know a tool to use.

-Wilhelmina Randtke


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Joe Hourcle
On Apr 23, 2013, at 4:37 PM, Alexander Duryee wrote:

> The absolute simplest way to do this would be to fire up a terminal
> (OSX/Linux) and:
> 
> diff page1.html page2.html | less
> 
> Unfortunately, this will also catch changes made in other markup, and
> may or may not be terribly readable.

At the very least, I'd suggest adding a '-b' which will ignore changes to 
whitespace.

Also see:

http://www.w3.org/wiki/HtmlDiff

-Joe


> On Tue, Apr 23, 2013 at 4:31 PM, Alevtina Verbovetskaya
>  wrote:
>> I've recently begun to use Beyond Compare: http://www.scootersoftware.com/ 
>> It's not free or OSS, though.
>> 
>> There's also a plugin for Notepad++ that does something similar: 
>> http://sourceforge.net/projects/npp-compare/ This is free, of course.
>> 
>> Thanks!
>> Allie
>> 
>> 
>> -Original Message-
>> From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
>> Wilhelmina Randtke
>> Sent: Tuesday, April 23, 2013 4:24 PM
>> To: CODE4LIB@LISTSERV.ND.EDU
>> Subject: [CODE4LIB] Tool to highlight differences in two files
>> 
>> I would like to compare versions of a website scraped at different times to 
>> see what paragraphs on a page have changed.  Does anyone here know of a tool 
>> for holding two files side by side and noting what is the same and what is 
>> different between the files?
>> 
>> It seems like any simple script to note differences in two strings of text 
>> would work, but I don't know a tool to use.
>> 
>> -Wilhelmina Randtke


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Devon
VimDiff is quite nice.

http://vimdoc.sourceforge.net/htmldoc/diff.html



On Tue, Apr 23, 2013 at 4:43 PM, Francis Kayiwa  wrote:

> On Tue, Apr 23, 2013 at 03:24:16PM -0500, Wilhelmina Randtke wrote:
> > I would like to compare versions of a website scraped at different times
> to
> > see what paragraphs on a page have changed.  Does anyone here know of a
> > tool for holding two files side by side and noting what is the same and
> > what is different between the files?
> >
> > It seems like any simple script to note differences in two strings of
> text
> > would work, but I don't know a tool to use.
>
> diff --side-by-side file1 file2
>
> ./fxk
>
> >
> > -Wilhelmina Randtke
> >
>
> --
> I went to the race track once and bet on a horse that was so good that
> it took seven others to beat him!
>



-- 
Sent from my GMail account.


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Francis Kayiwa
On Tue, Apr 23, 2013 at 03:24:16PM -0500, Wilhelmina Randtke wrote:
> I would like to compare versions of a website scraped at different times to
> see what paragraphs on a page have changed.  Does anyone here know of a
> tool for holding two files side by side and noting what is the same and
> what is different between the files?
> 
> It seems like any simple script to note differences in two strings of text
> would work, but I don't know a tool to use.

diff --side-by-side file1 file2

./fxk

> 
> -Wilhelmina Randtke
> 

-- 
I went to the race track once and bet on a horse that was so good that
it took seven others to beat him!


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Alexander Duryee
The absolute simplest way to do this would be to fire up a terminal
(OSX/Linux) and:

diff page1.html page2.html | less

Unfortunately, this will also catch changes made in other markup, and
may or may not be terribly readable.

On Tue, Apr 23, 2013 at 4:31 PM, Alevtina Verbovetskaya
 wrote:
> I've recently begun to use Beyond Compare: http://www.scootersoftware.com/ 
> It's not free or OSS, though.
>
> There's also a plugin for Notepad++ that does something similar: 
> http://sourceforge.net/projects/npp-compare/ This is free, of course.
>
> Thanks!
> Allie
>
>
> -Original Message-
> From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
> Wilhelmina Randtke
> Sent: Tuesday, April 23, 2013 4:24 PM
> To: CODE4LIB@LISTSERV.ND.EDU
> Subject: [CODE4LIB] Tool to highlight differences in two files
>
> I would like to compare versions of a website scraped at different times to 
> see what paragraphs on a page have changed.  Does anyone here know of a tool 
> for holding two files side by side and noting what is the same and what is 
> different between the files?
>
> It seems like any simple script to note differences in two strings of text 
> would work, but I don't know a tool to use.
>
> -Wilhelmina Randtke


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Monica Rivero

Hi Wilhelmina,

We've used oXygen and Text Wrangler (but only for macs).

regards,
Monica

On 4/23/2013 3:24 PM, Wilhelmina Randtke wrote:

I would like to compare versions of a website scraped at different times to
see what paragraphs on a page have changed.  Does anyone here know of a
tool for holding two files side by side and noting what is the same and
what is different between the files?

It seems like any simple script to note differences in two strings of text
would work, but I don't know a tool to use.

-Wilhelmina Randtke



Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Terry Brady
WinMerge is a great diff tool, and it is easy to use.


On Tue, Apr 23, 2013 at 4:29 PM, Jim DelRosso  wrote:

> The one resource that came immediately to mind was Juxta:
> http://www.juxtasoftware.org/juxta-commons/
>
> Thanks!
>
> Jim
>
> *Jim DelRosso, MPA, MSLIS
> Digital Projects Coordinator*
> *Hospitality, Labor, and Management Library*
> Catherwood Library
> ILR School
> Cornell University
> 239D Ives Hall
> Ithaca, NY 14853
> p 607.255.8688
> f 607.255.9641
> e jd...@cornell.edu
> www.ilr.cornell.edu
> *Advancing the World of Work*
>
>
> On Tue, Apr 23, 2013 at 4:24 PM, Wilhelmina Randtke  >wrote:
>
> > I would like to compare versions of a website scraped at different times
> to
> > see what paragraphs on a page have changed.  Does anyone here know of a
> > tool for holding two files side by side and noting what is the same and
> > what is different between the files?
> >
> > It seems like any simple script to note differences in two strings of
> text
> > would work, but I don't know a tool to use.
> >
> > -Wilhelmina Randtke
> >
>



-- 
Terry Brady
Applications Programmer Analyst
Lauinger Information Technology
202-687-7053


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Alevtina Verbovetskaya
I've recently begun to use Beyond Compare: http://www.scootersoftware.com/ It's 
not free or OSS, though.

There's also a plugin for Notepad++ that does something similar: 
http://sourceforge.net/projects/npp-compare/ This is free, of course.

Thanks!
Allie


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Wilhelmina Randtke
Sent: Tuesday, April 23, 2013 4:24 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Tool to highlight differences in two files

I would like to compare versions of a website scraped at different times to see 
what paragraphs on a page have changed.  Does anyone here know of a tool for 
holding two files side by side and noting what is the same and what is 
different between the files?

It seems like any simple script to note differences in two strings of text 
would work, but I don't know a tool to use.

-Wilhelmina Randtke


Re: [CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Jim DelRosso
The one resource that came immediately to mind was Juxta:
http://www.juxtasoftware.org/juxta-commons/

Thanks!

Jim

*Jim DelRosso, MPA, MSLIS
Digital Projects Coordinator*
*Hospitality, Labor, and Management Library*
Catherwood Library
ILR School
Cornell University
239D Ives Hall
Ithaca, NY 14853
p 607.255.8688
f 607.255.9641
e jd...@cornell.edu
www.ilr.cornell.edu
*Advancing the World of Work*


On Tue, Apr 23, 2013 at 4:24 PM, Wilhelmina Randtke wrote:

> I would like to compare versions of a website scraped at different times to
> see what paragraphs on a page have changed.  Does anyone here know of a
> tool for holding two files side by side and noting what is the same and
> what is different between the files?
>
> It seems like any simple script to note differences in two strings of text
> would work, but I don't know a tool to use.
>
> -Wilhelmina Randtke
>


[CODE4LIB] Tool to highlight differences in two files

2013-04-23 Thread Wilhelmina Randtke
I would like to compare versions of a website scraped at different times to
see what paragraphs on a page have changed.  Does anyone here know of a
tool for holding two files side by side and noting what is the same and
what is different between the files?

It seems like any simple script to note differences in two strings of text
would work, but I don't know a tool to use.

-Wilhelmina Randtke


[CODE4LIB] Job: Digital Services Associate - A10047 at Ferris State University

2013-04-23 Thread jobs
Support computerized library services that facilitate access, discoverability,
and management of library information resources. Provide primary support for
routine maintenance and collaborative support for upgrades and enhancements of
existing systems and implementation of new technology. Serve as primary
applications specialist for assigned library functions. Provide backup
assistance for computer support at the Oval Information Desk. Member of the
Digital Services Team. Reports to the Head of Digital and Support
Services.

  
Location: Ferris State University - Big
Rapids

  
Number of Positions Available: 1

  
POSITION QUALIFICATIONS

  
Required Education: 60 credit hours of college level
coursework relevant to the position or equivalent
experience.

  
Part-time/Full-time: Full-time

  
Required Work Experience: Two or more years of relevant,
technology-oriented work experience for candidates with 60 or more hours of
college credit; three or more years of relevant, technology-oriented
experience for candidates with 45-59 hours of college credit; four or more
years of relevant, technology-oriented work experience for candidates with
fewer than 45 hours of college credit.

  
Preferred Qualifications: Server experience including
familiarity with command-line interface; bachelor's degree or higher in a
relevant field; library work experience; working knowledge of MySQL;
programming experience in Perl, PHP, C or similar; experience using one or
more staff modules of an integrated library system such as Innovate
Interfaces' Millennium or other specialized library software.



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/7589/


[CODE4LIB] Job: Digital Metadata Librarian and Assistant Director/Outreach Librarian at Mountain West Digital Library

2013-04-23 Thread jobs
MWDL Digital Metadata Librarian/Research Associate Librarian or Research
Assistant Librarian

Department 00790 - Marriott Library - Operations

Track Non Tenure Track

New Position to Begin July 1, 2013

Details

Mountain West Digital Library (UALC)

Digital Metadata Librarian

Half-time Temporary (20 hrs./wk.)

  
The Mountain West Digital Library (MWDL) seeks to fill two exciting temporary
Librarian positions: Assistant Director/Outreach Librarian and Digital
Metadata Librarian. These positions are made possible with recent grant awards
to MWDL through the Digital Public Library of America (DPLA), the first
national digital library in the U.S. MWDL is one of the first seven service
hubs in DPLA's Digital Hubs Pilot Project and has received funding from three
national agencies/foundations via DPLA. The purposes of MWDL's participation
in the DPLA Project are (1) to provide a digital "on ramp" to memory
institutions in the Mountain West region, currently including Utah, Nevada,
and southern Idaho, and with partners in Hawaii and Arizona; and (2) to expand
MWDL services, improve its service model and funding model for long-term
sustainability, and share the lessons learned with other regional and state
collaboratives. These two positions are funded through August 31, 2014, under
the DPLA Digital Hubs Pilot Project grants.

  
University of Utah Title: Research Librarian (non-tenure track career-line
faculty) at the J. Willard Marriott Library, with rank based on experience and
vote of Marriott Library faculty.

  
Description of Position: The Digital Metadata Librarian of the Mountain West
Digital Library will support the improvement of metadata standards and
metadata in digital collections from MWDL partners, including memory
institutions in Utah, Nevada, Idaho, Arizona, Hawaii, and around the Mountain
West region. Facilitate the ingestion of collections into MWDL and from there
into the Digital Public Library of America (DPLA). Work with new partners and
repositories to resolve metadata issues and Open Archives Initiative (OAI)
interoperability issues. Execute ingestion of new collections into Ex Libris
Primo. Perform metadata audits of new collections and spot-check existing
collections. Conduct metadata training for partner institutions. Describe new
collections on website. Work with Digitization Committee and DPLA to develop
metadata rights policy and digital resources rights policy.

  
Additional responsibilities: With Assistant Director, conduct collection
analyses of MWDL to prepare roadmap of our collection coverage. Explore Linked
Data migration strategy for digital collections. Design topic browse pages for
website. Post news to MWDL's blog and Facebook. Create monthly newsletter from
own postings and those of other MWDL staff. Assist the Program Director with
investigation of new technologies of interest to collection partners. Other
duties as assigned as MWDL grows and develops.

  
Position involves local and national travel for approximately 2-5 days per
month.

This is a half-time non-tenure-track career-line faculty position reporting to
the MWDL Program Director and is dependent upon receipt of funding under the
sub-awards via DPLA from the National Endowment for the Humanities and the
John S. and James L. Knight Foundation. This position is funded through August
31, 2014, and will be reviewed for possible continuation at that time.

  
Required Qualifications: MLS/MLIS from an ALA-accredited graduate school or
equivalent degree either completed or anticipated within one year; digital
metadata emphasis in graduate school or equivalent in work experience.
Demonstrated ability to work both independently and in a team environment;
excellent communication skills and dedication to collaborative team-building
across multiple institutions. Skill with using Microsoft Office software suite
or equivalent. Flexibility to assume new responsibilities as needed.

  
Preferred Qualifications: Three years of experience working with assigning
metadata, digitizing materials, managing a digital collection or other digital
library-related work. Experience with digitizing materials and managing a
digital collection and other digital library-related tasks. Experience working
with CONTENTdm or equivalent digital assets management system. Archives
management background. RDA experience or training. Experience with
constructing survey instruments. Experience with Open Archives Initiative
(OAI) harvesting. Familiarity with libraries, archives, and museums in the
Mountain West region a big plus. American History or similar background
preferred. Skill with managing web-conferencing systems.

  
Salary and Benefits: Salary is $22,500-25,000 half-time, depending on
experience. Excellent paid benefits including retirement fund contributions;
health care plan including medical and dental coverage; and participation in
various insurance programs.

  
Request for References: Please submit a list of three (3) references wit

[CODE4LIB] Job: Research Data Services Librarian at Singapore Management University

2013-04-23 Thread jobs
Research Data Services Librarian

  
Applications are invited for the appointment of a Research Data Services
Librarian in the Li Ka Shing

Library, Singapore Management University.

Singapore Management University Library will be developing a research data
service within its

Scholarly Communication unit. The position holder will be responsible for
strategically developing

and building research data services in support of SMU researchers' needs to
manage, preserve and

provide access to their own and other data sets. The Research Data Service
provides support for

acquisition of data sets, organization, access and use of primary and
secondary data resources, data

extraction and research data stewardship.

The Research Data Services Librarian will work collaboratively with faculty,
students, and staff

throughout SMU to help them with their research data management planning
process. He/She will

design, develop and maintain appropriate systems and infrastructure needed to
support research

data curation and access services in collaboration with relevant units of the
university and the library.

  
Responsibilities

  
1. In consultation with other library staff and the Head, Scholarly
Communication, provide

leadership in the development and implementation of Library's Research Data
Services

2. Identify strategies for understanding the evolving research data curation
needs of SMU

researchers, using various channels, such as in-person interviews or online
surveys forms,

and analyse information requirements

3. Manage the daily operations of the research data services to SMU
researchers, including

acquisition of data resources, support on accessing and using data resources,
data

extraction, and management of resource sharing and storage

4. Develop and implement policies, workflows, and infrastructure regarding the
management

of data resources

5. Provide assistance and user education services, such as workshops and
online learning

materials, on research data management and research data use

6. Liaise with the Library Technology and Innovation unit and SMU's Integrated
Information

Technology Services on development and support of systems, infrastructure,
software

applications in relation to research data curation

7. Promote the Research Data Services

8. Undertake research and development in the areas of data and information
management

9. Participate in library wide projects and servicesRequirements

More details about the position is available at http://library.smu.edu.sg
/about-us-careeropportunities

  
How to Apply

  
Interested applicants, please email your resume with a covering letter to

lib...@smu.edu.sg. The covering letter must state the applicants' responses to
the

selection criteria. Only short-listed candidates will be contacted.

  
1. MSc in library and information science from a recognized university and
relevant experience

in an academic setting

2. Masters/ Undergraduate degree in field of social sciences, business,
economics or

information systems preferred

3. Experience working with research data management as a researcher or
research data

manager or digital archivist

4. Knowledge of issues and developments in eResearch, data management and
scholarly

communication

5. Knowledge of major quantitative and qualitative software packages used in
social

sciences and business such as SAS, SPSS, Matlab, NVivo, Strata

6. Highly developed organisational and analytical skills with demonstrated
ability to

work independently as well as collaboratively, to set priorities, show
initiative and

balance the demands of working in a multi-functional work environment

7. Demonstrated experience in information management or content management,
with

knowledge of current technologies and standards such as institutional
repositories and

metadata



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/7585/


[CODE4LIB] Job: Assistant/Associate Dean for Strategic Technology Initiatives at Illinois State University

2013-04-23 Thread jobs
The Assistant / Associate Dean for Strategic Technology Initiatives provides
vision and leadership to effectively integrate technology into the operations
of Milner Library and leads its efforts to develop and implement services-
based strategies that utilize technology. The incumbent will collaborate with
university technology leadership and the university community to shape and
implement information technology initiatives according to the needs of
Educating Illinois. . This position develops and implements processes aligned
with the university's strategic plan and student and faculty needs. The
incumbent provides direction for and coordinates services of Milner Library's
Library Information Technology, Digital Collections and Digital and Data
Services departments and units, and coordinates planning of services with
Library departments and units. The incumbent ensures that Milner Library's
technological goals and activities align with those of the University through
effective communication with internal and external
stakeholders.

  
Required Qualifications

- Minimum five years of progressively responsible experience  
- Experience developing and implementing library service-oriented technologies  
- Master's degree from an ALA accredited graduate program and an additional 
advanced degree at time of hire  
- Experience supervising professional personnel.  
  
Note: The successful candidate will have academic credentials commensurate
with appointment with faculty rank as an Associate Professor, and the
incumbent will be expected to work toward tenure as described in Library and
University policies.

  
Desired Qualifications:

- Three years in a leadership capacity  
- Experience working in higher education library technology environment  
- Demonstrated experience with budgeting, planning, and project management  
- Knowledge of technology issues and trends affecting libraries and academia  
- Ability to build relationships with diverse constituents within the 
university community as well as consortia  
- Ability to communicate, delegate, motivate, organize, and develop staff in a 
team-oriented, collaborative environment  
  
Competencies:

- Ability to produce clear written documentation for technical and 
non-technical audiences.  
- Ability to speak persuasively and confidently to large and diverse audiences; 
and to listen to and respond to people's situations in a manner which shows 
sensitivity, tact, and professionalism.  
- Ability to communicate information and ideas clearly, and concisely, in 
writing and to interpret, clarify, explain and apply copyright law, 
regulations, policy and procedures.  
- Exceptionally self-motivated and directed.  
- Superior analytical, evaluative, and problem-solving abilities.  
- Exceptional service orientation.  
- High ethical standards.  
  
Necessary Licenses/Certifications/Degrees Masters degree
from ALA accredited graduate program with requirement for additional advanced
degree being met by start date of employment.

  
Hiring Rate/Range Starting at $80,000 annually commensurate
with qualifications and experience



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/7577/


[CODE4LIB] Job: Head for Academic Technology Services at New York University Shanghai

2013-04-23 Thread jobs
New York University is seeking a Head for Academic Technology Services at the
NYU Shanghai Library. NYU Shanghai is the first Sino-US higher education joint
venture to grant a degree that is accredited in the US as well as in China. A
research university with liberal arts and sciences at its core, it resides in
one of the world's great cities that is also a vibrant intellectual community.
NYU Shanghai will recruit scholars who are committed to our global vision of
transformative teaching and innovative research.

  
The Head for Academic Technology Services at NYU Shanghai Library leads and
coordinates support for academic computing services and research/digital
services for faculty and students. The
Head manages the delivery, integration and support of systems, technology and
equipment within the Library and its satellite spaces and provides academic
technology support services to faculty in NYU Shanghai classrooms. Working
directly with NYU Shanghai faculty, the Head coordinates faculty support,
training and development for a variety of instructional and research
technology services including learning management systems, e-reserves, digital
research and scholarship, instructional pedagogy, and digital media production
services for audio, video and image projects to enhance teaching and research.

  
The Head for Academic Technology Services works closely with staff of NYU
Shanghai IT services, who provide the technical infrastructure, network
services, desktop support at NYU Shanghai, NYU Global Technology Services
(GTS) and NYU NY Division of Libraries.
The Head reports to the Director of the NYU Shanghai Library.

  
Principal duties includes:

  
Provide expert guidance, administrative oversight, and management for library
information technology services, in coordination with NYU Libraries In New
York,

Work closely with faculty to understand ways that digital materials are used
in the classroom and create workflows and services to provide digital content
to faculty. Coordinate the specification, installation, management and support
of all technology in library teaching spaces and conference rooms, including
those with projection equipment, computers, wall-mounted displays, and digital
scanning equipment.

Manage the operation of the Library IT department. Oversee the work of
administrative/technical staff, foster professional development, collegial
relationships and continuing education needs.

Work collaboratively on the development and implementation of technology
equipment, software, programs, training and other services at the library that
support technologically intensive research and teaching as well as the
creation and use of media in teaching and course-related activities.

Serve as liaison with other IT managers on campus, the Div. of Libraries and
GTS to consult on technology - enhanced learning environments.

Manage software licensing for non-standard software.

Partner with academic deans, faculty and academic service leaders to develop
coordinated technology programs and services for faculty and students.

Support and facilitate faculty innovation, connecting learning resources,
curricula, and scholarly opportunity with appropriate academic technologies.

Qualifications:

  
Required:

  
ALA-accredited MLS or ALA-recognized international equivalent or Masters
degree in Information Technology, Instructional Technology or closely related
academic discipline.

Minimum of 3 years' significant and progressively responsible management
experience in an academic library or comparable academic computing support
service.

Ability to manage complex projects in a team environment and communicate
complex issues and perspectives to colleagues throughout the GNU.

Demonstrated supervisory and management skills.

Successful experience developing and managing effective learning and research
technology services for a demanding community of faculty and researchers.

Demonstrated excellent verbal and written communication skills.

Demonstrated knowledge of current and future trends in information technology
specifically related to academic computing, instructional technology, library
services, teaching and learning, including E-learning.

Strong analytical, interpersonal and problem-solving skills.

Strong team-building skills and the ability to work well with a wide variety
of faculty across academic disciplines.

Experience in planning, designing, and delivering technology-enriched learning
environments in a university setting.

Evidence of progressive leadership and responsibility in higher education,
using technology in support of teaching and learning.

Preferred:

  
Experience working in a research university or other large academic
institution

Experience with learning management systems, products and environments

Demonstrated innovative service development

Prior international experience

Chinese language skills; familiarity with Chinese culture

College or university library start-up, renovation

[CODE4LIB] Job: Senior System Administrator at Lyrasis

2013-04-23 Thread jobs
[LYRASIS](http://www.lyrasis.org/), a non-profit membership
organization serving Libraries and Cultural Heritage Organizations (LCHOs),
seeks an experienced Senior System Administrator.

  
  
**Job Description:**  
The Senior System Administrator designs, develops, deploys and maintains
Digital Technology Services (DTS) technical infrastructure and supported
software in support of DTS hosting and development services. Responsibilities
include technical infrastructure management, including internal and external
network management; design, development and deployment of supporting internal
systems; and design, development, deployment, testing and documentation of
hosted open source systems including, but not limited to Evergreen, Fedora
Commons repository, and Drupal. Provides technical leadership for proper
version control on hosted software systems; system architecture design;
version testing (where needed); deployment of tested code; and the
establishment and documentation of system architecture standards and best
practices. Duties also include working with project managers and client
stakeholders to understand and refine project functional requirements.

  
**Required Experience:**

  * Linux system administration (5 years)
  * Scripting (shell, Perl, Python esp. valuable)
  * Database (MySQL and PostgreSQL preferred)
  * Source/Version control systems (Subversion, Git)
  * Issue/bug tracking systems
  * Virtualization platforms
  
**Preferred Competencies:**

  * Evergreen Library System, Drupal, Fedora Commons Repository and/or Islandora
  * Programming (Java, PHP and/or JavaScript)
  * Build and release automation
  * Incident, problem, change and release management practices
  * Strong understanding of Web Architecture
  * Effective Communication - both oral and written
  
To apply, please provide cover letter and resume, referencing job opening, to
[human.resour...@lyrasis.org](mailto:human.resour...@lyrasis.org) or fax to
404.892.7879.

  
**About LYRASIS:**  
LYRASIS partners with member libraries and cultural heritage organizations to
create, access and manage information with an emphasis on digital content,
while building and sustaining collaboration, enhancing operations and
technology, and increasing buying power. For more information, please visit
[www.lyrasis.org](http://www.lyrasis.org/).

  
LYRASIS is an equal opportunity employer. LYRASIS reserves the right to alter
the position overview, with or without notice to the employee. This position
overview is not a contract of employment and does not alter the employment
relationship. Every position overview is subject to
modification to reasonably accommodate persons with disabilities.



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/7591/


[CODE4LIB] Job: E-Learning Librarian at Laurentian University

2013-04-23 Thread jobs
The J.N. Desmarais Library invites applications from two innovative and
creative individuals for

tenure-track faculty positions: one responsible for e-learning services and
related library systems

and one responsible for providing library services for the new School of
Architecture.

  
The E-Learning Librarian will, in both official languages:

  * Develop an e-learning delivery plan that aligns with the Laurentian 
University Strategic Plan 2012-1027.
  * Monitor and document e-learner progress to ensure outcomes are being 
achieved.
  * Provide support and guidance for the e-learning environment.
  * Promote, enhance, and support systems to sustain e-learning initiatives, 
such as integrated library system (Evergreen) and the institutional repository 
(DSpace).
  * Provide reference services, in both official languages.
  * Provide library instruction in assigned subject areas, in both official 
languages.
  * Develop and maintain assigned subject areas of the library collection.
The successful candidate must have:

  * A Master's degree in Library/Information Science from an ALA-accredited 
program.
  * Current knowledge of e-learning trends and technologies.
  * Current knowledge of telecommunications and networks as they relate to 
libraries.
  * Excellent organizational and interpersonal skills.
  * Excellent communication skills, oral and written, in both official 
languages.
A degree in Education or related field, programming experience, and previous
academic library

experience, preferably two years, will be an asset.

  
**Compensation:**  
Laurentian University librarians are Members of the Laurentian University
Faculty Association

(LUFA). Information on LUFA and the Collective Agreement can be found at
[http://www.lufapul.ca](http://www.lufapul.ca)

  
**Additional information:**  
Laurentian University is a bilingual institution (English/French) and an equal
opportunity

employer who encourages applications from all qualified applicants, including
women,

Aboriginal peoples, members of visible minorities, and persons with
disabilities. In accordance

with Canadian immigration requirements, priority will be given to Canadian
citizens and

permanent residents. More information on Laurentian University can be found at

[http://www.laurentian.ca](http://www.laurentian.ca).

  
Applicants should provide a cover letter clearly indicating the position
applying for, a detailed

curriculum vitae, and three current letters of reference addressed to: Robert
Kerr, Vice-President,

Academic and Provost by email to v...@laurentian.ca no later than April 30,
2013.



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/7590/


[CODE4LIB] Job: Head of Library Systems at Loyola University Chicago

2013-04-23 Thread Margaret Heller
Just FYI, the deadline for this job has been extended to May 1. So please 
consider applying! This is a great place to work.

 
Margaret Heller 
Digital Services Librarian 
Loyola University Chicago
773.508.2686 
>>>  3/15/2013 4:22 AM >>>
Loyola University Chicago invites applications and nominations for the
position of Head of Systems Librarian. Reporting to the Dean of University
Libraries, this position manages and provides leadership for the Library
Systems Department, which is responsible for maintenance and development of
information technology infrastructure, productions, and services across the
University Libraries.

  
Job Responsibilities:

1. Supervise and mentor the Systems Department staff, including the Digital
Services Librarian, the Library System Administrator, and student assistants.

2. Serve as Lead Administrator for the Ex Libris Voyager integrated library
system that is shared by the University Libraries, the Health Sciences
Library, and the Law Library. Responsible for Voyager system administration,
maintenance, and functional support.

3. Provide oversight and planning for the library technology infrastructure,
which includes over 10 servers of heterogeneous operating systems and database
management systems (Windows, Linux, Solaris, Oracle, MySQL, PostgreSQL, etc.).

4. Lead the development and management of the University Libraries' website,
especially in developing the Drupal platform and in areas which require
programming and advanced technical expertise.

5. Provide technology support for the continued development of the Loyola
University Chicago Digital Repository and Digital Special Collections.

6. Keep current on new technologies and work closely with the Systems staff,
other library departments and the University ITS to implement new technologies
to improve services.

7. Participate in the establishment of short- and long-range library
information technology goals, objectives, and priorities. Participate in
library-wide policy making and strategic planning.

  
Minimum Education or Experience

  * A Master's degree in Library and Information Science, or equivalent
Qualifications:

  
Required Qualifications:

  * Minimum of three years of progressively responsible experience in managing 
library systems, preferably in an academic library
  * Experience with large integrated library systems and server administration
  * Experience with relational database management systems
  * In-depth understanding of technological trends and developments in academic 
libraries
  * Demonstrated successful supervisory and project management skills
  * Evidence of excellent oral and written communication skills, and 
demonstrated ability to effectively communicate technical issues and solutions 
to a diverse set of stakeholders
  * Certificates, credentials or licenses required to perform the duties of 
this position: 
Preferred Qualifications:

  * Experience with Voyager ILS, WorldCat Local, SerialsSolutions ERM, Digital 
Commons, CONTENTdm, Omeka, ILLiad, Drupal, and WordPress
  * Knowledge of Web technologies and standards; Linux, Solaris, and Windows 
operating systems; proxy servers and patron authentication technologies; 
database design, administration and reporting; common programming and scripting 
languages; and metadata standards



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/6843/


Re: [CODE4LIB] ADVICE: Applied Computing Program at Tulane

2013-04-23 Thread Shaun Ellis
You're correct in that they would not be synonymous careers outside of 
our domain, but I don't see that many Content Strategy and UX positions 
pop up here.  So, if the OP wants to continue to work for libraries, I 
wouldn't expect the existing "education paths" to be a perfect fit for 
the job market.


Libraries may begin to better understand the value of these skills in 
the future, but organizational change seems to happen slowly in our 
field.  Having a combined set of skills -- the ability to design, 
prototype, test, and code -- will increase your potential to build 
awesome things and broaden your perspective of the development process.


I agree that you need some projects.  While a degree never hurts, 
getting experience and building a great portfolio will serve you better 
for what you want to do.  If you're at a loss for ideas, there were a 
number of potential C4L projects/redesigns that came up at the 
conference, for which you may find some collaborators/mentors.


On 4/22/13 12:35 PM, Mark Pernotto wrote:

It's not immediately clear to me if you're more interested in Content
Strategy and UX or programming/coding, as I don't see them as synonymous
careers.

If it's the former, I'd suggest seeking a more focused HCI program.

If it's the latter, then I'd focus probably more on Integrated Application
Development.  I would think you'd want more software development experience
before diving into that, however.

I learn best by getting my hands dirty with a project.  See if you like it
first, and see if you can't follow along with a 'how to program' guide
online - this helped me: http://learnpythonthehardway.org/.  The HTML
version is free, you'll see immediate results, and it might give you a good
idea if you like this whole 'programming' thing.





On Mon, Apr 22, 2013 at 9:05 AM, Cary Gordon  wrote:


If you going to become a professional programmer/developer, I suggest that
you take one of the language courses (just not ASP). In the library world,
XML is very useful. While we work mostly in PHP, Python, Ruby and Scala are
the most interesting, but none of them are on the list.

In my experience, if you have a good handle on the fundamentals of
programming, picking up new languages is easy.

These are tough choices, as there is only one class — ASP is dead — that I
wouldn't take. What are the other two concentration options?


On Mon, Apr 22, 2013 at 8:41 AM, Sean Hannan  wrote:


Honestly, if you're interested in and looking to focus on Content

Strategy

and UX, the only course there that comes close is Human-Computer
Interaction.

If those are really your interests, I'd look at a strictly HCI program
(they're out there) or something that leans more towards Knowledge
Management or plain old Design.

-Sean


From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Phil
Suda [ps...@neworleanspubliclibrary.org]
Sent: Monday, April 22, 2013 11:31 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] ADVICE: Applied Computing Program at Tulane

Good morning,

  I have been working in public libraries since 2006, as a
cataloger, collection development librarian, serials librarian, and

various

other roles (thinking of business card with Fixer as job title). I am

very

interested in Structured Data, Semantic Web, Metadata, and more

importantly

Content Strategy and User Experience/Interface Design. I am considering
entering the Applied Computing Program at Tulane University. I have

listed

the courses below. What advice do the Code4Libs have with regard to
Programming Courses via a University (as well as the courses below)? I
really want to get into Content Strategy and User Experience Design. What
advice do you have for someone that is a librarian with a pretty

extensive

knowledge of metadata/structured data, is interested in

programming/coding

as a career, and just wants to improve his lot/career? Thank you for any
and all advice on the matter.


Thanks,

Phil


Major Core Courses   Credits
CPST 1200 Fundamentals of Information Systems and Information Technology
CPST 2200 Programming Fundamentals
CPST 2300 Database Fundamentals
CPST 3600 IT Hardware and Software Fundamentals
CPST 3700 Networking Fundamentals
CPST 3900 Fundamentals of Information Security and Assurance

In addition to the major core courses above, Applied Computing majors

must

select 6 additional courses from one of the 3 following concentration
options:

Option 1: Integrated Application Development Concentration
Credits
Select one course:
CPST 3220 O-O Programming with Java
CPST 3230 Programming in C++
CPST 3400 Website Development with XML/XHTML
CPST 3410 Website Development with JavaScript
CPST 3430 Website Development with ASP
CPST 3310 Relational Database Design and Development
CPST 3250 Human-Computer Interaction
CPST 3550 Systems Analysis and Design
CPST 4250 Integrated Application Development
One CPST Elective (2000 level or above)




--
Cary Go

[CODE4LIB] British Library Directory of Libraries (probably of interest to UK only)

2013-04-23 Thread Owen Stephens
The British Library has a directory of library codes used by UK registered 
users of it's Document Supply service. The Directory of Library Codes enables 
British Library customers to convert into names and addresses the library codes 
they are given in response to location searches. It also indicates each 
library's supply and charging policies. More information at 
http://www.bl.uk/reshelp/atyourdesk/docsupply/help/replycodes/dirlibcodes/

As far as I know the only format this data has ever been made available in is 
PDF. I've always thought this a shame, so I've written a scraper on scraperwiki 
to extract the data from the PDF and make it available as structured, 
query-able, data. The scraper and output is at 
https://scraperwiki.com/scrapers/british_library_directory_of_library_codes/

Just in case anyone would find it useful. Also any suggestions for improving 
the scraper welcome (I don't usually write Python so the code is probably even 
ropier than my normal code :)

Owen

Owen Stephens
Owen Stephens Consulting
Web: http://www.ostephens.com
Email: o...@ostephens.com
Telephone: 0121 288 6936