Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Cary Gordon
PHP is very widely used in libraries and is among the most widely used
languages in general. I think that it would be unfortunate if it were not
included.

I wonder about C# over C++.

I don't believe that Basic has much of a presence in library development
outside of Microsoft application scripting. Of course, there are likely
quite a few 10 year old VB apps out there.

Cary


On Tue, Mar 25, 2014 at 1:37 PM, Ron Brown ronbr...@mailbox.sc.edu wrote:

 Thank you all for starting this vibrant thread. I wanted to address some
 concerns about this book.

 Concern #1. Who is it for?
 This book is for librarians, administrators, students and others who are
 interested in programming. If you have been programming for some time this
 book may not be for you but you might contribute.

 Concern #2. What chapters will be included? The call was meant to be read
 as open and flexible. Please contact us if you feel you have something to
 contribute. We already have had a great response and about ten chapters /
 topics have interested authors. We are getting to the point where we will
 have to group authors and turn away suggested topics.

 Yes, we imagine XML-like content will be in. Yes, PHP and MySQL will be in
 it also. What else will be in it? It may not have your favorite language
 but the book is not meant for just one person.

 Concern #3. What is the structure? The structure will address the history
 and some of the nuts and bolts mentioned by others on this thread. Books
 are limited by space constraints but we hope to make the book have some
 longevity and connection to the larger field.

 Concern #4. What is the approach? The approach follows the traditional
 LITA guide approach. It looks at specific cases in libraries and guides
 readers on how to address problems in specific ways. Good programmers still
 may find this book useful because they may see projects or code they want
 to port to different languages.

 Concern #5. Basic are you kidding me?!? It is not for me to judge who uses
 what programming lang. If a library or person out there has an application
 that might be useful for others in our field to see, we want to hear about
 it.


 Again contact us if you would like to contribute something. This is a long
 process and the book is still in development.

 Thanks!

 Editors
 Ron Brown (ronbrown a.t. mailbox dot sc dot edu)
 Beth Thomsett-Scott (beth.thomsett-scott a.t. unt dot edu)




-- 
Cary Gordon
The Cherry Hill Company
http://chillco.com


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Becky Yoose


 I don't believe that Basic has much of a presence in library development
 outside of Microsoft application scripting. Of course, there are likely
 quite a few 10 year old VB apps out there.


Considering that OCLC Macro Language is very similar to VB, as well as many
Windows OS based automation languages, a intro to VB would be very welcome
for those of us of a Technical Services persuasion.

Every programmer their language; every language their programmer.

Cheers,
Becky


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Riley Childs
I agree, I use VBS (Visual Basic Script) for most automation, including logon 
scripting. If you have even one Windows PC, it is worth it.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Becky Yoosemailto:b.yo...@gmail.com
Sent: ‎3/‎26/‎2014 7:49 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages



 I don't believe that Basic has much of a presence in library development
 outside of Microsoft application scripting. Of course, there are likely
 quite a few 10 year old VB apps out there.


Considering that OCLC Macro Language is very similar to VB, as well as many
Windows OS based automation languages, a intro to VB would be very welcome
for those of us of a Technical Services persuasion.

Every programmer their language; every language their programmer.

Cheers,
Becky


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Jason Bengtson
I agree with this sentiment generally, but one needs to carefully consider and 
be willing to champion those good reasons because they are not uncommon. 
Especially for those in a leadership element, it i vital to look to the future. 
I've just come into what is largely a ColdFusion shop. I have enough ColdFusion 
in my background to work with what we have, but ColdFusion is becoming less 
common and I'm not sure how secure of a future it has. In addition, a lot of 
the database-driven stuff has been built using Access, which is quick and easy, 
but not what I would characterize as stable. The rest has been built using a 
more conventional MySQL model. I'm essentially transitioning us over to a PHP 
environment, and at some point I want all of our databases to be either MySQL 
(which would be just fine for all of our web stuff) or another robust model 
(for data-heavy applications). In addition, I'm continuing some of what was 
done prior to my arrival in moving toward a CMS for the main web site. This 
will mean a lot of rebuilding and a lot of culture change, but it's a move away 
from something proprietary and unsustainable to common web technologies, which 
are not only more stable and sustainable, but put us in a place 
organizationally where it's easier to find and hire technical replacements. 
Respecting local practice only has meaning for as long as the local practice 
charts an effective course for the organization. There are plenty of folks who, 
because it easier, will happily continue with local standards until an 
organization is running systems that are so proprietary as to be useless.

Best regards,

Jason Bengtson, MLIS, MA
Head of Library Computing and Information Systems
Assistant Professor, Graduate College
Department of Health Sciences Library and Information Management
University of Oklahoma Health Sciences Center
405-271-2285, opt. 5
405-271-3297 (fax)
jason-bengt...@ouhsc.edu
http://library.ouhsc.edu
www.jasonbengtson.com

NOTICE:
This e-mail is intended solely for the use of the individual to whom it is 
addressed and may contain information that is privileged, confidential or 
otherwise exempt from disclosure. If the reader of this e-mail is not the 
intended recipient or the employee or agent responsible for delivering the 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
immediately notify us by replying to the original message at the listed email 
address. Thank You.

On Mar 26, 2014, at 7:29 AM, Ian Ibbotson ian.ibbot...@k-int.com wrote:

 Not sure this adds much, but just to +1 the Every programmer their
 language; every language their programmer. line from Becky...
 
 I also teach web architectures as an associate lecturer in sheffield, and
 one of the first things I tell students is that no matter what the features
 of the problem space, or their own preference, local practice is always the
 top trump. Students are warned that trying to Convert a
 person/organisation is a massive deal and something only to be undertaken
 with exceptionally good reasons (And with a gentle plan for culture change
 rather than a technical one). Because of that, students go out into the
 world having at least had a taste of .net, php and java, and with an
 expectation that they will turn their hand to whatever is needed. Of course
 each has their own style, preference and favourites, and they are often
 given free reign. I do hope its the case though that at least amongst
 professional software engineers, the days of My fave language is better
 than your fave language are long gone. The best coders I know are the ones
 always trying to learn something new, even if they only apply that back to
 their existing work.
 
 Like most things, it's the person not the language that make the real
 difference. From the point of view of the book, I really hope it features
 people who are enthusiastic in each of their areas. Rather than trying to
 create a methodology for selecting one language to rule them all given a
 particular problem (As if such a thing could exist in a really meaningful
 way) the approach of showcasing great case studies seems the right way to
 go to me. Letting people pick-and-choose the things that suit personal
 style and environmental constraints without making too many value
 judgements - as seems to be the general idea - is the way to go.
 
 Looking forward to seeing the book!
 
 e
 
 
 Ian Ibbotson
 Director
 Knowledge Integration Ltd
 35 Paradise Street, Sheffield. S3 8PZ
 T: 0114 273 8271
 M: 07968 794 630
 W: http://www.k-int.com
 
 
 On 26 March 2014 12:04, Riley Childs rchi...@cucawarriors.com wrote:
 
 I agree, I use VBS (Visual Basic Script) for most automation, including
 logon scripting. If you have even one Windows PC, it is worth it.
 
 Riley Childs
 Student
 Asst. Head of IT Services
 Charlotte United 

[CODE4LIB] Job: Developer at International Institute of Social History

2014-03-26 Thread jobs
Developer
International Institute of Social History
Amsterdam, Netherlands

The [International Institute of Social History](http://www.socialhistory.org)
does advanced research on the history of labour, workers and labour relations
worldwide and therefor collects data that are also made accessible to other
researchers. The Digital Infrastructure Department (DI) of the Institute has a
vacancy for a developer (38 hours a week).

  
**Function information**  
  
To expand our team we are looking for a Developer who can make a clear and
solid contribution to the development of the digital infrastructure and
creating work flows to extract, load and transform data to databases. Examples
of existing projects are:

- [The Historical Sample of the Netherlands 
](http://socialhistory.org/en/hsn)(http://socialhistory.org/en/hsn).  
- [The Historical Sample of the Netherlands Linking 
System](http://www.iisg.nl/hsn/projects/links.html) for historical family 
reconstruction (http://www.iisg.nl/hsn/projects/links.html).  
In this function you work on new and existing projects in the field of 'Data
Linkage'  ETL (Extract, Transform, Load).

The development of the applications and tools is based on Web standards and
Open Source frameworks and toolkits. You will develop according to the '
OpenUP ' or a similar methodology with 'use cases' and functional and
technical designs. All developers within the department are responsible for
the sustainability and improvement of running applications. We offer you a
position within a dynamic, enthusiastic and ambitious team and with
possibilities for own initiative.

  
**Job requirements**  
  
You have a Master degree in Computer Science. You have proven knowledge and
experience (2 years) in hands-on ETL development. You are experienced in
working with large data sets (structured data) and applying new methods of
database technology.

In addition you have working knowledge of JAVA/JSP, Linux
(Ubuntu, CentOS), Shell scripting, SQL (MySQL, Postgres), XML Knowledge of
perl and SOLR is an advantage.

  
You are able to translate the requirements of scientific researchers into
practical applications and you can work well independently and in teams. We
expect you to have excellent problem solving skills and the ability to learn
new technologies quickly. Good communicative skills in English, spoken and
written are required. Knowledge of Dutch is an advantage.

  
**Digital Infrastructure Department (DI)**  
  
The department works on development and implementation of projects in the
field of digital scientific information products and services, which are of
strategic importance to the Institute. These products are
developed in the context of multi-partner projects and carried out by cross-
departmental teams of multi-disciplinary composition. The teams work in an
international context, they follow ICT trends and they are focused on
practical and hands-on implementation.

  
**Contract and salary**  
  
The duration of this position with the Stichting IISG is for a period of 1
year on a project basis. The gross monthly salary (€ 2,427 - € 3,831, -)
(scale 10 CAO-Dutch Universities) based on a 38-hour workweek and experience.
The IISH offers an extensive package of fringe benefits, such as 8,3 % year-
end bonus, 8% holiday pay, a good pension scheme, 6 weeks holiday on an annual
basis and the possibility to buy or sell vacation hours.

  
**Response**  
  
You can send your application letter and CV till the 27th of April 2014 to the
following e-mail address: wsprogr2...@iisg.nl to the attention of Marjoleine
Cornelissen (Head Human Resources), mention as subject 'Developer'. For more
information you can contact Mario Mieldijk (Head Digital Infrastructure)
(m...@iisg.nl) or at +31 (0)20-6685866.



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


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Simon Spero
I would structure the book by task, showing how different languages would
implement the same task.

For example,

using a marc parsing library in java, groovy, python, ruby, perl,
c/c++/objective c, Haskell.

Implementing same.

Using a rest API

Implementing a rest API

Doing statistical analysis of catalog records, circulation data , etc.

Doing knowledge based analysis of same
--
Treatment of each topic and language is likely to be cursory at best, and I
am not sure who the audience would be.

A series of  language for librarians books would seem more useful and
easier to produce.

Simon


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Mark Jordan
+1

- Original Message -
 +1
 
 
 On Wed, Mar 26, 2014 at 9:32 AM, Simon Spero sesunc...@gmail.com
 wrote:
 
  I would structure the book by task, showing how different languages
  would
  implement the same task.
 
  For example,
 
  using a marc parsing library in java, groovy, python, ruby, perl,
  c/c++/objective c, Haskell.
 
  Implementing same.
 
  Using a rest API
 
  Implementing a rest API
 
  Doing statistical analysis of catalog records, circulation data ,
  etc.
 
  Doing knowledge based analysis of same
  --
  Treatment of each topic and language is likely to be cursory at
  best, and I
  am not sure who the audience would be.
 
  A series of  language for librarians books would seem more
  useful and
  easier to produce.
 
  Simon
 
 


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Nathan Tallman
+1


On Wed, Mar 26, 2014 at 9:32 AM, Simon Spero sesunc...@gmail.com wrote:

 I would structure the book by task, showing how different languages would
 implement the same task.

 For example,

 using a marc parsing library in java, groovy, python, ruby, perl,
 c/c++/objective c, Haskell.

 Implementing same.

 Using a rest API

 Implementing a rest API

 Doing statistical analysis of catalog records, circulation data , etc.

 Doing knowledge based analysis of same
 --
 Treatment of each topic and language is likely to be cursory at best, and I
 am not sure who the audience would be.

 A series of  language for librarians books would seem more useful and
 easier to produce.

 Simon



Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Edward M. Corrado
One thing I haven't seen mentioned in this thread, although maybe I missed
it,  is that we don't know what the editors already have in mind to either
1) write themselves, or 2) recruited people directly to write. I think
there were many good ideas in this thread (and I hope the editors are
listening because incorporating much of this input will make the end-result
a better book) but it doesn't necessarily mean we should assume that the
editors weren't planning to cover them. I know multiple people who have
edited books, including myself, who only did an open call for a portion of
the book and contacted other people directly to write some chapters on
specific topics.

Edward


Re: [CODE4LIB] CFP: A Librarian's Introduction to Programming Languages

2014-03-26 Thread Dave Caroline
And do not forget the basics of data structures and why they are used
(B tree etc)

Dave Caroline

On 26/03/2014, Edward M. Corrado ecorr...@ecorrado.us wrote:
 One thing I haven't seen mentioned in this thread, although maybe I missed
 it,  is that we don't know what the editors already have in mind to either
 1) write themselves, or 2) recruited people directly to write. I think
 there were many good ideas in this thread (and I hope the editors are
 listening because incorporating much of this input will make the end-result
 a better book) but it doesn't necessarily mean we should assume that the
 editors weren't planning to cover them. I know multiple people who have
 edited books, including myself, who only did an open call for a portion of
 the book and contacted other people directly to write some chapters on
 specific topics.

 Edward



[CODE4LIB] Job: Electronic Resources Specialist

2014-03-26 Thread Valenti, Alyssa
The Evelyn S. Field Library at Raritan Valley Community College in Somerville, 
NJ is hiring an Electronic Resources Specialist. Please share this information 
with anyone who may be interested. See the full posting and apply online at:
http://rvcc.interviewexchange.com/jobofferdetails.jsp?JOBID=47465

Thank you,
Alyssa M. Valenti
avale...@raritanval.edumailto:avale...@raritanval.edu
Electronic Resources  Web Services Librarian
Raritan Valley Community College
Somerville, NJ 08876
908-526-1200 x8351

[cid:image001.png@01CF4829.051BF110]



inline: image001.png

[CODE4LIB] Library Tech Cast Tonight

2014-03-26 Thread Riley Childs
If anyone at the Conf is interested the Library Tech Cast will be recording a 
show, somewhere, at 6pm we will meet in the lobby and then find our way, it 
will go till about 6:30.

Signup on the Wiki: 
http://wiki.code4lib.org/index.php/2014_Social_Activities#Library_Tech_Cast_Round_table:_Wednesday_Evening

Thanks!
//Riley



Riley Childs
HS Junior
IT Admin
email: rchi...@cucawarriors.com
office: +1 (704) 537-0031 x101
cell: +1 (704) 497-2086

Please Think Before Hitting Reply All
I Do Web Design! RileyChilds.net/services


[CODE4LIB] Tonight's A/V Geeks event at Kings Barcade

2014-03-26 Thread Steven Morris
Tonight's A/V Geeks event will be held two blocks away at Kings Barcade, a
live music venue/bar that was featured in the recent New York Times 36
hours in Raleigh article.  Local media archaeologist Skip Elsheimer, who
maintains a collection of over 22,000 old 16mm educational films, puts on
entertaining, monthly shows focused on selected topics (see
http://www.avgeeks.com/).  This month's event, while open to the public,
has been themed with the Code4Lib crowd in mind and focuses on the early
computer age:

http://kingsbarcade.com/2014/03/26/av-geeks-present-when-computers-where-young/

A few logistical details:

Time: Doors open at 7:30, movies will probably start a little later after
people settle in.  People can generally come and go as they please.  The
show usually involves a few short movies lasting a total 1.5-2 hours.

Location: Kings Barcade about 2 blocks from the Sheraton at 14 W. Martin
St.  To get there turn left (north) out of the Sheraton onto Fayetteville
St., walk north 1.5 blocks and turn left (west) at the Subway.  The
entrance to Kings will be a little more than half way down the block on the
right.  Tell the doorman that you are going upstairs to Kings to hopefully
avoid the $2 membership fee charge that comes with going downstairs to the
Neptunes cocktail bar.

Cost: free, with a $5 suggested donation

Food and drink:  There is a full bar with several local beers on tap, but
no food.  Kings is directly connected by stairs with the Neptunes cocktail
lounge (may need to pay $2 membership fee).  The same owners operate a new
Indian restaurant called Garland directly downstairs from Kings.  Next
door, Capital Club 16 offers great pub grub.

Tickets and sign-up:  Tickets are not necessary but if you think you might
attend we ask that you add your name to the sign up list so that we can
alert event organizers about level of interest:
http://wiki.code4lib.org/index.php/2014_AVGeeks_Signup

If you have questions please contact me at spmor...@ncsu.edu

Thanks,

Steve Morris
Head of Digital Library Initiatives
NCSU Libraries


[CODE4LIB] Posting: Digital Archives Fellow at MIT Libraries

2014-03-26 Thread Kari R Smith
Are you (or do you know) a recent graduate from a Master's program who is 
interested in spending two years as a Library Fellow working in the area of 
digital archives?  Read On…



The MIT Library Fellows Program was created to provide exceptional, 
early-career library professionals the opportunity to contribute to program 
areas of distinction and strategic priority in a dynamic academic research 
library. Fellows will work with and learn from colleagues who are recognized 
leaders in developing programs which serve the expanding needs of this 
world-class institution as well as contributing to the wider academic 
community. Library Fellows will have the opportunity to expand their skills and 
experience in ways that position them to excel and lead in the research library 
profession. Applications are invited for this two-year position, with a start 
date planned for fall of 2014.



Reporting to the Digital Archivist in the Institute Archives and Special 
Collections, the activities of this position will expand and build upon already 
established foundations of our digital archives program. Work will provide 
opportunities to collaborate with Curation and Preservation Services; the 
Office of Scholarly Publishing, Copyright and Licensing; Information Technology 
and Discovery Services; Digital Library Application Development; Collections 
Strategy and Management; as well as the Digital Sustainability Lab.



Potential activities include:

· Workflow analysis, implementation, and documentation related to 
digital archives management, building on existing work and addressing gaps;

· Resource acquisition/ingest and issue resolution around file 
authentication, access and intellectual property rights restrictions, etc.

· Assisting with analysis, understanding, and implementation of tools 
for processing and managing digital archives (ex. ArchivesSpace, Curator’s 
WorkBench (UNC), BitCurator, Archivematica) and the tools’ interactions with 
other software and systems.



Job ID:  10985

Job Title:  Library  Fellow for Digital Archives Job Details Link:  
http://jobs.mit.edu/external?locale=en-uscpUrl=http%3A%2FFcareers.peopleclick.com%2Fcareerscp%2Fclient_mit%2Fexternal%2Fen-us%2Fgateway.do%3FfunctionName%3DviewFromLink%26jobPostId%3D2010%26localeCode%3Den-us



[Note: there is also a Library Fellow for Research Data Management posting as 
well if that's more your area of interest.]


Kari R. Smith, Digital Archivist
MIT Libraries, Institute Archives and Special Collections
617-258-5568  |   smithkr (at) mit.edu
http://libraries.mit.edu/archives/


[CODE4LIB] Position: Emerging Technologies and Systems Librarian

2014-03-26 Thread Sharon Whitfield
Position: Emerging Technologies and Systems Librarian (Librarian II,  AFT,
Range 26)

Description: The successful candidate will provide management and
leadership in planning, implementing, maintaining and improving Library
systems and digital services.  The librarian will identify emerging
technologies and develop programs and best practices for the Rowan
Universities Libraries on all three campuses [Libraries] and will work
collaboratively to support Library faculty and staff to improve library
services.

Primary job Responsibilities:
*   Provides expertise in identifying, evaluating, and making
recommendations concerning the use of new and emerging technologies
available to support the delivery of services and resources
*   Provides leadership and coordination for planning, implementing,
and training for the adoption and integration of new technologies
*   Participates in the ongoing development and evolution of digital
asset management in support of The Libraries' Digital Repository including
relevant technology applications and metadata development
*   Oversees responsibility for the development, maintenance and
upgrade of the integrated library system (currently Voyager) and additional
library applications (e.g. ILLiad)
*   Evaluates user-side applications and their significance in systems
design and resource delivery
*   Provides technical assistance and support to ensure the provision
of timely data for measurement and analysis
*   Coordinates departmental efforts in resolving technical problems
including library equipment and applications
*   Assures the necessary infrastructure for the effective delivery of
locally provided resources and content
*   Acts as primary library technical contact in communication with
Information Resources (University computing) and University Web Services
department on the coordination of services

Required:
*   ALA-accredited Master's degree in Library Science
*   Five years of professional library experience, preferably in an
academic library, with at least three years of increasing responsibilities
for technology and library systems
*   Demonstrated expertise in the use of new technologies in the
library setting with the ability to acquire new skills and resolve problems
quickly
*   Ability to provide technical support in the use of hardware and
software, in both the PC and MAC environment
*   Demonstrated knowledge of and experience with integrated library
systems (Voyager preferred)
*   Experience with content management systems (DRUPAL preferred)
*   Programming skills (e.g. JavaScript, PHP, HTML, CSS etc.)
*   Demonstrated project management skills with the ability to manage
multiple projects simultaneously
*   Experience with resource sharing software
*   Knowledge of MARC format and non-MARC metadata standards
*   Familiarity with social media and its use in the library setting
*   Familiarity with web site design and maintenance
*   Excellent customer service skills with a commitment to customer
service
*   Strong analytical and organizational skills
*   Ability to work independently
*   Effective communication, interpersonal, organizational, analytical,
and problem-solving skills
*   Commitment to continuing professional development and participation
in professional activities


Preferred:
*   Work experience in an academic library
*   Experience providing technology support in a complex university
library environment
*   Experience supervising staff and student employees
*   Experience with creating documentation
*   Experience in training in technology based services
*   Experience with ADA requirements
*   Experience with image and/or text based digital repositories and
best practices in digital projects


Start Date:  June 1, 2014

Apply at URL,
http://rowanuniversity.hodesiq.com/job-details.aspx?jobid=4339315


[CODE4LIB] Fwd: FW: Corrected Position Link: Emerging Technologies and Systems Librarian

2014-03-26 Thread Sharon Whitfield
 Emerging Technologies and Systems Librarian
Auto forwarded by a Rule

Apologies - the link initially supplied in the email was incorrect.  Please
use the new link provided below:
http://rowanuniversity.hodesiq.com/jobs/emerging-technologies-and-systems-librarian-librarian-ii-aft-range-26-glassboro-new-jersey-job-4339262

Regards
Karen R. Stesis

Karen R Stesis, MLS
Medical Librarian
Cooper Medical School of Rowan University
856-342-2522
stesis-ka...@rowan.edu

From: vale-l-boun...@tcnjlists.tcnj.edu [vale-l-boun...@tcnjlists.tcnj.edu]
On Behalf Of Stesis, Karen R. [ste...@rowan.edu]
Sent: Wednesday, March 26, 2014 9:45 AM
To: val...@tcnjlists.tcnj.edu
Subject: [VALE-L] Position: Emerging Technologies and Systems Librarian

Position: Emerging Technologies and Systems Librarian (Librarian II,  AFT,
Range 26)

Description: The successful candidate will provide management and
leadership in planning, implementing, maintaining and improving Library
systems and digital services.  The librarian will identify emerging
technologies and develop programs and best practices for the Rowan
Universities Libraries on all three campuses [Libraries] and will work
collaboratively to support Library faculty and staff to improve library
services.

Primary job Responsibilities:
*   Provides expertise in identifying, evaluating, and making
recommendations concerning the use of new and emerging technologies
available to support the delivery of services and resources
*   Provides leadership and coordination for planning, implementing,
and training for the adoption and integration of new technologies
*   Participates in the ongoing development and evolution of digital
asset management in support of The Libraries' Digital Repository including
relevant technology applications and metadata development
*   Oversees responsibility for the development, maintenance and
upgrade of the integrated library system (currently Voyager) and additional
library applications (e.g. ILLiad)
*   Evaluates user-side applications and their significance in systems
design and resource delivery
*   Provides technical assistance and support to ensure the provision
of timely data for measurement and analysis
*   Coordinates departmental efforts in resolving technical problems
including library equipment and applications
*   Assures the necessary infrastructure for the effective delivery of
locally provided resources and content
*   Acts as primary library technical contact in communication with
Information Resources (University computing) and University Web Services
department on the coordination of services

Required:
*   ALA-accredited Master's degree in Library Science
*   Five years of professional library experience, preferably in an
academic library, with at least three years of increasing responsibilities
for technology and library systems
*   Demonstrated expertise in the use of new technologies in the
library setting with the ability to acquire new skills and resolve problems
quickly
*   Ability to provide technical support in the use of hardware and
software, in both the PC and MAC environment
*   Demonstrated knowledge of and experience with integrated library
systems (Voyager preferred)
*   Experience with content management systems (DRUPAL preferred)
*   Programming skills (e.g. JavaScript, PHP, HTML, CSS etc.)
*   Demonstrated project management skills with the ability to manage
multiple projects simultaneously
*   Experience with resource sharing software
*   Knowledge of MARC format and non-MARC metadata standards
*   Familiarity with social media and its use in the library setting
*   Familiarity with web site design and maintenance
*   Excellent customer service skills with a commitment to customer
service
*   Strong analytical and organizational skills
*   Ability to work independently
*   Effective communication, interpersonal, organizational, analytical,
and problem-solving skills
*   Commitment to continuing professional development and participation
in professional activities


Preferred:
*   Work experience in an academic library
*   Experience providing technology support in a complex university
library environment
*   Experience supervising staff and student employees
*   Experience with creating documentation
*   Experience in training in technology based services
*   Experience with ADA requirements
*   Experience with image and/or text based digital repositories and
best practices in digital projects

Start Date:  June 1, 2014

Apply at URL,
http://rowanuniversity.hodesiq.com/jobs/emerging-technologies-and-systems-librarian-librarian-ii-aft-range-26-glassboro-new-jersey-job-4339262


Re: [CODE4LIB] Call for proposals to host Code4Lib Conference in 2015

2014-03-26 Thread anna headley
The proposal lists 3 potential weeks. How will the timing be determined?
How can those of us with preferences state them?

Thanks!
Anna



On Wed, Mar 19, 2014 at 2:44 PM, Tom Johnson johnson.tom+code4...@gmail.com
 wrote:

 Thanks Becky!

 The local committee already has wheels turning.  Trey Terrell, Ryan Wick,
 Hui Zhang, and I will all be in Raleigh, and happy to chat with you all
 about our plans for next year.

 Tom Johnson
 Digital Applications Librarian
 Oregon State University Libraries  Press


 On Wed, Mar 19, 2014 at 11:41 AM, Becky Yoose b.yo...@gmail.com wrote:

  Hello everyone,
 
  The LA contingency fought the good fight, but alas it was not meant to be
  for #c4l15. The remaining proposal from the Portland contingency[1] still
  stands, and the Portland folks are ready to start planning.
 
  Congratulations to Portland, and we'll see you there in 2015!
 
  Thanks,
  Becky
 
  [1] http://osulp.github.io/code4lib-pdx/
 
  On Fri, Mar 14, 2014 at 8:17 AM, Becky Yoose b.yo...@gmail.com wrote:
 
   Hi everyone,
  
   We have an update on the call for conference hosting proposals for
  #c4l15!
   Currently we have one and a half proposals. The half proposal is from
 LA,
   where the hard working folks have hit this thing called Red Tape. We
  have
   been asked to give a small extension to them to cut through said Red
  Tape,
   which the general consensus on the code4libcon list was a +1 to
 moving
   their deadline to Tuesday, March 18th.
  
   We're looking at opening up voting around Wednesday, March 19th. In the
   meantime, we'll keep you updated if there's any new information.
  
   Happy Pi Day,
   Becky
  
   -- Forwarded message --
  
   Subject: Re: [CODE4LIB] Call for proposals to host Code4Lib Conference
 in
   2015
   To: CODE4LIB@listserv.nd.edu
  
  
  
   Hi Friends,
  
   Just a friendly reminder that the deadline to submit proposals for
  Code4Lib
   2015 is midnight PST March 12th. So if you haven't gotten your
 proposals
  in
   you still have a month. Information for submitting a proposal is below.
  
   Thanks
   Rosy
   On Jan 29, 2014 4:05 PM, Rosalyn Metz rosalynm...@gmail.com wrote:
  
The Code4Lib Community is calling for proposals to host the tenth
  annual
Code4Lib Conference in 2015. Prior to submitting a proposal we
  recommend
reviewing the conference hosting web page [1] and How To Plan a
   Code4LibCon
on the wiki [2] to learn more about the kind of venue the community
  seeks
and the responsibilities involved with hosting the conference.
   
The deadline for proposals is midnight PST Wednesday March 12th,
 2014.
   The
decision will be made by a popular vote. Voting will begin on or
 around
Friday March 14th, 2014 and will continue until midnight PST March
  26th,
2014. The results of the vote will be announced Thursday morning at
 the
Code4Lib conference 2014 and emailed out to the listserv.
   
You can apply by making your pitch to the Code4Lib Conference
 Planning
list [3] and linking to your proposal on the 2015 Hosting Proposals
  wiki
page [4]; attention to the criteria listed on the conference hosting
  page
is appreciated. Good luck!
   
   
---
Have a look at past proposals for ideas.
   
2014 Winner:
   
   
  
 
 https://docs.google.com/document/d/1amxzn4xs26ILszZek5nIEEfd4qHNfLjp1BAc5CU5YKw
   
2013 Winner:
http://tigger.uic.edu/~kayiwa/code4lib.html
   
2012 Winner:
https://sites.google.com/site/code4lib2012seattle
   
Footnotes
1. http://code4lib.org/conference/hosting
2. http://wiki.code4lib.org/index.php/How_To_Plan_A_Code4LibCon
3. code4lib...@googlegroups.com
4. http://wiki.code4lib.org/index.php/2015_Hosting_Proposals
   
  
  
 



Re: [CODE4LIB] Call for proposals to host Code4Lib Conference in 2015

2014-03-26 Thread Genny Engel
How about this?

http://www.poll-maker.com/poll77925x33144cAe-3



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 anna 
headley
Sent: Wednesday, March 26, 2014 11:03 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Call for proposals to host Code4Lib Conference in 2015

The proposal lists 3 potential weeks. How will the timing be determined?
How can those of us with preferences state them?

Thanks!
Anna



On Wed, Mar 19, 2014 at 2:44 PM, Tom Johnson johnson.tom+code4...@gmail.com
 wrote:

 Thanks Becky!

 The local committee already has wheels turning.  Trey Terrell, Ryan Wick,
 Hui Zhang, and I will all be in Raleigh, and happy to chat with you all
 about our plans for next year.

 Tom Johnson
 Digital Applications Librarian
 Oregon State University Libraries  Press


 On Wed, Mar 19, 2014 at 11:41 AM, Becky Yoose b.yo...@gmail.com wrote:

  Hello everyone,
 
  The LA contingency fought the good fight, but alas it was not meant to be
  for #c4l15. The remaining proposal from the Portland contingency[1] still
  stands, and the Portland folks are ready to start planning.
 
  Congratulations to Portland, and we'll see you there in 2015!
 
  Thanks,
  Becky
 
  [1] http://osulp.github.io/code4lib-pdx/
 
  On Fri, Mar 14, 2014 at 8:17 AM, Becky Yoose b.yo...@gmail.com wrote:
 
   Hi everyone,
  
   We have an update on the call for conference hosting proposals for
  #c4l15!
   Currently we have one and a half proposals. The half proposal is from
 LA,
   where the hard working folks have hit this thing called Red Tape. We
  have
   been asked to give a small extension to them to cut through said Red
  Tape,
   which the general consensus on the code4libcon list was a +1 to
 moving
   their deadline to Tuesday, March 18th.
  
   We're looking at opening up voting around Wednesday, March 19th. In the
   meantime, we'll keep you updated if there's any new information.
  
   Happy Pi Day,
   Becky
  
   -- Forwarded message --
  
   Subject: Re: [CODE4LIB] Call for proposals to host Code4Lib Conference
 in
   2015
   To: CODE4LIB@listserv.nd.edu
  
  
  
   Hi Friends,
  
   Just a friendly reminder that the deadline to submit proposals for
  Code4Lib
   2015 is midnight PST March 12th. So if you haven't gotten your
 proposals
  in
   you still have a month. Information for submitting a proposal is below.
  
   Thanks
   Rosy
   On Jan 29, 2014 4:05 PM, Rosalyn Metz rosalynm...@gmail.com wrote:
  
The Code4Lib Community is calling for proposals to host the tenth
  annual
Code4Lib Conference in 2015. Prior to submitting a proposal we
  recommend
reviewing the conference hosting web page [1] and How To Plan a
   Code4LibCon
on the wiki [2] to learn more about the kind of venue the community
  seeks
and the responsibilities involved with hosting the conference.
   
The deadline for proposals is midnight PST Wednesday March 12th,
 2014.
   The
decision will be made by a popular vote. Voting will begin on or
 around
Friday March 14th, 2014 and will continue until midnight PST March
  26th,
2014. The results of the vote will be announced Thursday morning at
 the
Code4Lib conference 2014 and emailed out to the listserv.
   
You can apply by making your pitch to the Code4Lib Conference
 Planning
list [3] and linking to your proposal on the 2015 Hosting Proposals
  wiki
page [4]; attention to the criteria listed on the conference hosting
  page
is appreciated. Good luck!
   
   
---
Have a look at past proposals for ideas.
   
2014 Winner:
   
   
  
 
 https://docs.google.com/document/d/1amxzn4xs26ILszZek5nIEEfd4qHNfLjp1BAc5CU5YKw
   
2013 Winner:
http://tigger.uic.edu/~kayiwa/code4lib.html
   
2012 Winner:
https://sites.google.com/site/code4lib2012seattle
   
Footnotes
1. http://code4lib.org/conference/hosting
2. http://wiki.code4lib.org/index.php/How_To_Plan_A_Code4LibCon
3. code4lib...@googlegroups.com
4. http://wiki.code4lib.org/index.php/2015_Hosting_Proposals
   
  
  
 



[CODE4LIB] LESBIAN HERSTORY ARCHIVES TOTE BAGS ARE BACK FOR 2014

2014-03-26 Thread DYV
LESBIAN HERSTORY ARCHIVES TOTE BAGS ARE BACK FOR 2014

In operation since 1974, The Lesbian Herstory Archives has been home to the
world's oldest and largest collection of archival, bibliographic and
multimedia materials by and about lesbians and the lesbian experience.

We offer research assistance, tours, exhibits, programs and events that are
open to the public as well as a 3 month Lesbian Studies course each
semester.

LHA is an all-volunteer run, 501(c)3 , non-profit educational organization.
Your purchase of a tote will help to fund our continuing archival and
preservation projects, training of library and archives interns and
cultural programing and events.

The totes are double-sided with an image of Lesbian Herstory Archives
Newsletter #5 on the front and our classic stack of books image on the
back.


Each eggshell with black ink costs $20.00 ea. including shipping

*Order Your LHA Tote Directly Here
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclickhosted_button_id=87BP72YZGZWQQ*

If cookies are a problem you can order here as well *Request Paypal
Invoice for Tote*
https://docs.google.com/spreadsheet/viewform?formkey=dEl2LWEtWGZRR2I3Z0Q4QkM3YXFZMVE6MQ

Thanks for your support.

The Lesbian Herstory Archives http://www.lesbianherstoryarchives.org


Re: [CODE4LIB] Call for proposals to host Code4Lib Conference in 2015

2014-03-26 Thread Tom Johnson
The host committee will choose a date depending on the details and costs of
booking the conference.  We will be working to get I info nailed down as
soon as possible, once we're back from Raleigh.
The proposal lists 3 potential weeks. How will the timing be determined?
How can those of us with preferences state them?

Thanks!
Anna



On Wed, Mar 19, 2014 at 2:44 PM, Tom Johnson johnson.tom+code4...@gmail.com
 wrote:

 Thanks Becky!

 The local committee already has wheels turning.  Trey Terrell, Ryan Wick,
 Hui Zhang, and I will all be in Raleigh, and happy to chat with you all
 about our plans for next year.

 Tom Johnson
 Digital Applications Librarian
 Oregon State University Libraries  Press


 On Wed, Mar 19, 2014 at 11:41 AM, Becky Yoose b.yo...@gmail.com wrote:

  Hello everyone,
 
  The LA contingency fought the good fight, but alas it was not meant to
be
  for #c4l15. The remaining proposal from the Portland contingency[1]
still
  stands, and the Portland folks are ready to start planning.
 
  Congratulations to Portland, and we'll see you there in 2015!
 
  Thanks,
  Becky
 
  [1] http://osulp.github.io/code4lib-pdx/
 
  On Fri, Mar 14, 2014 at 8:17 AM, Becky Yoose b.yo...@gmail.com wrote:
 
   Hi everyone,
  
   We have an update on the call for conference hosting proposals for
  #c4l15!
   Currently we have one and a half proposals. The half proposal is from
 LA,
   where the hard working folks have hit this thing called Red Tape. We
  have
   been asked to give a small extension to them to cut through said Red
  Tape,
   which the general consensus on the code4libcon list was a +1 to
 moving
   their deadline to Tuesday, March 18th.
  
   We're looking at opening up voting around Wednesday, March 19th. In
the
   meantime, we'll keep you updated if there's any new information.
  
   Happy Pi Day,
   Becky
  
   -- Forwarded message --
  
   Subject: Re: [CODE4LIB] Call for proposals to host Code4Lib Conference
 in
   2015
   To: CODE4LIB@listserv.nd.edu
  
  
  
   Hi Friends,
  
   Just a friendly reminder that the deadline to submit proposals for
  Code4Lib
   2015 is midnight PST March 12th. So if you haven't gotten your
 proposals
  in
   you still have a month. Information for submitting a proposal is
below.
  
   Thanks
   Rosy
   On Jan 29, 2014 4:05 PM, Rosalyn Metz rosalynm...@gmail.com wrote:
  
The Code4Lib Community is calling for proposals to host the tenth
  annual
Code4Lib Conference in 2015. Prior to submitting a proposal we
  recommend
reviewing the conference hosting web page [1] and How To Plan a
   Code4LibCon
on the wiki [2] to learn more about the kind of venue the community
  seeks
and the responsibilities involved with hosting the conference.
   
The deadline for proposals is midnight PST Wednesday March 12th,
 2014.
   The
decision will be made by a popular vote. Voting will begin on or
 around
Friday March 14th, 2014 and will continue until midnight PST March
  26th,
2014. The results of the vote will be announced Thursday morning at
 the
Code4Lib conference 2014 and emailed out to the listserv.
   
You can apply by making your pitch to the Code4Lib Conference
 Planning
list [3] and linking to your proposal on the 2015 Hosting Proposals
  wiki
page [4]; attention to the criteria listed on the conference hosting
  page
is appreciated. Good luck!
   
   
---
Have a look at past proposals for ideas.
   
2014 Winner:
   
   
  
 

https://docs.google.com/document/d/1amxzn4xs26ILszZek5nIEEfd4qHNfLjp1BAc5CU5YKw
   
2013 Winner:
http://tigger.uic.edu/~kayiwa/code4lib.html
   
2012 Winner:
https://sites.google.com/site/code4lib2012seattle
   
Footnotes
1. http://code4lib.org/conference/hosting
2. http://wiki.code4lib.org/index.php/How_To_Plan_A_Code4LibCon
3. code4lib...@googlegroups.com
4. http://wiki.code4lib.org/index.php/2015_Hosting_Proposals
   
  
  
 



Re: [CODE4LIB] Usability resources

2014-03-26 Thread Coral Sheldon-Hess
Yes, Andromeda is right; I meant reasonable size tests (3 users), done
often (the gold standard is monthly, as I understand it), but giving the
whole library the chance to view them in real time, remotely, then to
discuss solutions--and I was saying that isn't something I was convinced
would work for my library. I apologize for being unclear.

While I'm writing to the list anyway...

*Erin White took really good notes on today's UX break-out session
discussion*:
http://wiki.code4lib.org/index.php/2014_Breakout_II_(Wednesday)#UX

And here are the notes from yesterday, mostly about the UX problems
libraries are having, also by Erin:
http://wiki.code4lib.org/index.php/2014_Breakout_I_(Tuesday)#User_Experience

-- 
Coral Sheldon-Hess
http://sheldon-hess.org/coral
@web_kunoichi


[CODE4LIB] Job: SQL Database Administrator at ProQuest

2014-03-26 Thread jobs
SQL Database Administrator
ProQuest
Seattle

Our SQL Database Administrator provides support and timely
response to needs in our development, staging and production environments for
all databases. This position works in IT Operation steam
and collaborates with all IT teams.

  
Some of what you'll be doing:

  
Expert knowledge of SQL Server database monitoring best practices, ability to
identify performance issues correctly

Perform and support database upgrades and migrations

Creates and maintains appropriate DBA and database documentation

Regular database refresh activities in development and QA servers

Testing and troubleshooting issues in database environment

Implementing and supporting database replication

Monitoring SQL Server Agent jobs and responding to SQL Server notification
alerts

What you'll have experience with:

  
Bachelors' degree or higher in related field, such as Computer Science, plus
at least 3 years related experience, or equivalent combination of education
and experience

Experience in a 24x7 production environment

Experience with SQL Server 2005, 2008, and 2012

TSQL Query and Scripting experience

Working knowledge of SSIS, SSRS

Backup and recovery skills

Excellent researching and problem solving skills, including the ability to
analyze, compare, evaluate, when issues arise

Strong interpersonal skills, with ability to professionally interact with a
diverse blend of personalities to reach resolution and maintain strong
relationships

Capacity to learn new technology that will work with our database systems

Excellent communications skills

Manage SLAs and strict adherence to production controls

Bonus Points!

  
Qualifications listed below, while not necessarily a requirement for this
position in each circumstance, provide additional depth and value to the role.

System administration fundamentals including installation, configuration and
security setups

Familiarity with SOX and PCI DSS requirements and best practices aligning with
compliancy

Familiarity with Linux, MySQL, SAN, Oracle

  
  
Apply Directly to: http://ch.tbe.taleo.net/CH17/ats/careers/requisition.jsp?or
g=PROQUESTcws=1rid=1037

  
Here's what you want to know about the Seattle office

Fantastic people: Where smart is the norm and unique is
welcome

Fun location: Coffee houses, restaurants and right across
the street from Fremont's best pub

Great benefits: Plus some unique stuff like monthly
transportation subsidy, on-site events, flexible scheduling and wellness
programs

Awesome office environment: Nice office, jeans are the norm
and (well behaved) Fido is welcome

Amazing company: Annual compensation reviews, generous
bonuses, and active Green Team and good morale

  
  
  
About Serials Solutions

  
Serials Solutions is a dedicated partner of libraries working to remain vital
and relevant to their users and communities. We provide industry-leading
technology solutions for libraries worldwide. The company helps libraries work
better by providing innovative, practical Software-as-a-Service (SaaS)
solutions, a comprehensive knowledgebase and unparalleled client support
services.

  
Serials Solutions, a ProQuest® business, is headquartered in Seattle,
Washington

  
www.serialssolutions.com



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


[CODE4LIB] Job: Scientific Application Web Developer at National Evolutionary Synthesis Center and Dryad Digital Repository

2014-03-26 Thread jobs
Scientific Application  Web Developer
National Evolutionary Synthesis Center and Dryad Digital Repository
Durham, NC

The National Evolutionary Synthesis Center (NESCent,
[http://nescent.org](http://nescent.org)) and Dryad
([http://datadryad.org](http://datadryad.org)) seek a scientific application
and web-interface developer as a member of our Informatics team. NESCent is an
NSF-funded research center dedicated to cross-disciplinary research in
evolutionary science. Dryad is a repository for digital data supporting peer-
reviewed publications in science and medicine. It has been incubated at
NESCent, and is used by many scientific journals to publish research data
alongside scientific articles.

  
The incumbent will:

  * In collaboration with NESCent scientists and Informatics staff, design and 
develop data models, processing workflows, and user-facing applications for the 
management, analysis and visualization of scientific data.
  * Design and develop service-oriented APIs in support of putting scientific 
data on the web.
  * Design and develop user-centered interfaces, features and workflows for 
Dryad to enhance the repository deposition, curation, metadata management, and 
search interfaces.
Duties include interface and functional requirements gathering in
collaboration with staff and visiting scientists; design of UI / UX solutions
that meet those requirements; designing and implementing frontend and backend
software for scientific web-applications; and designing and implementing
programming APIs to scientific databases and repositories. NESCent and Dryad
are strongly committed to open source software development (see
[http://github.com/nescent](http://github.com/nescent) and
[http://github.com/datadryad](http://github.com/datadryad)).

  
This is a temporary position as Associate in Research, with funding ending
November 30, 2014.

  
**Qualifications:**To be effective, you must be proficient in at least one, and 
ideally several of the following technology stacks that we use: Ruby / Ruby On 
Rails; Python / Django; and Java / XML / Cocoon. In addition, fluency in SQL 
(we use PostgreSQL), and knowledge of REST-based API architecture for data on 
the web. Knowledge of and experience in creating dynamic interactive 
user-interfaces with CSS and JavaScript; in particular JavaScript frameworks 
such as AngularJS, jQuery. Training in and experience with design and 
development of user-centered and user- experience-driven interfaces for 
non-technical audiences is plus.  
  
We collaborate with people of diverse backgrounds and levels of technical
proficiency. Hence, ability to communicate effectively at all levels,
including with end-users, is important.

  
**To Apply:** Send your resume, and your Github repository ID (or code samples 
representative of your work) to Hilmar Lapp (hl...@nescent.org).  
  
Salary will be competitive and commensurate with experience. Duke University
will process all payroll and benefits. NESCent offices are located in Durham
NC, adjacent to Duke University, but we do support a wide range of
technologies for virtual communication with off-site staff and collaborators.
Duke University is an Equal Opportunity/Affirmative Action
employer.



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