[CODE4LIB] Call for submissions extended - We Can Do I.T. : Women in Library Information Technology

2017-03-31 Thread Brandon, Jenny
Hey all –

You still have time!  The call for submissions for essays for the book: We Can 
Do I.T.: Women in Library Information Technology has been extended to May 1, 
2017!!!

If you were thinking of submitting an essay but ran out of time, please 
consider sending one in.  We have received many great submissions (thank you 
all) but we need to hear from more of you.  Remember, it can be as short as a 
tweet, or up to 1500 words.

If you are not sure what to write about, here are some topics, but you don’t 
need to limit yourself to these:
•  How you started in library I.T.
•  Stories related to being a woman in library I.T.
•  Experiences of acceptance or resistance within the library I.T. 
community
•  Tips and advice for other women seeking a career in library I.T.
•  Changes in your career path because of entering library I.T.
•  Changes you'd like to see happen within the library I.T. culture
•  Advice for library management on how to improve library I.T. 
culture
•  A vision for the future about/for women in library I.T.

If you still aren’t sure what to write, want to try a different format (we have 
received one interview), or you would like to propose a topic before you spend 
the time writing, please email us at: 
womenli...@googlegroups.com


Thank you!
Jenny Brandon
Web Designer/Librarian
Michigan State University Libraries




Call for Essays

Working Title: We Can Do I.T. : Women in Library Information Technology
Editors: Jenny Brandon, Sharon Ladenson, Kelly Sattler
Submission Deadline: May 1, 2017
Publisher: Library Juice Press
Description of book:
What roles are women playing in information technology (I.T.) in libraries? 
What are rewards that women experience, as well as challenges they face in 
library I.T.? What are future visions for women in library I.T.?
This edited collection will provide a voice for people to share insights into 
the culture, challenges, and rewards of being a woman working in library I.T.  
We are soliciting personal narratives from anyone who works in a library about 
what it is like to be a woman, or working with women, in library I.T. We also 
seek essays on visions for the future of women within library I.T. and how such 
visions could be achieved. This collection should be useful not only for those 
pursuing a career in library I.T., but also for library managers seeking to 
facilitate a more inclusive environment for the future. Through publishing a 
collection of personal narratives, we also seek to bring experiences of women 
in library I.T. from the margins to the center.
For the purposes of this collection, we consider library I.T. to include 
responsibilities in computer networks, hardware, and software support; computer 
programming (e.g. coding in python, php, java...); web development (e.g. 
admins, coders, front/back end developers,...); and/or the management of such 
areas.
Possible topics include but are not limited to the following:

  *   How you started in library I.T.
  *   Stories related to being a woman in library I.T.
  *   Experiences of acceptance or resistance within the library I.T. community
  *   Tips and advice for other women seeking a career in library I.T.
  *   Changes in your career path because of entering library I.T.
  *   Changes you'd like to see happen within the library I.T. culture
  *   Advice for library management on how to improve library I.T. culture
  *   A vision for the future about/for women in library I.T.
Timeline:
Submission deadline: May 1, 2017
Notification/Feedback regarding submission: June 4, 2017
Editing and revision: June - July 2017
Final manuscript due to publisher: September 2017
Submissions:
This volume will contain commentary, stories, and essays (from 140 characters 
to 1,500 words).
If your submission is tentatively accepted, we may request modifications.
Material cannot be previously published.
To submit your essay, please fill out this Google 
form:https://goo.gl/forms/6oE82aFe7atFlP6j1
For questions, email 
womenli...@googlegroups.com

About the Editors:
Jenny Brandon earned a BA in interdisciplinary humanities at Michigan State 
University, and an MLIS from Wayne State University.  She is a self-taught web 
designer/front end developer, and is currently employed in Web Services at 
Michigan State University.  She is also a reference librarian.

Sharon Ladenson is Gender and Communication Studies Librarian at Michigan State 
University.  Her writing on feminist pedagogy and critical information literacy 
is included in works such as Critical Library Instruction: Theories and Methods 
(from Library Juice Press) and the Critical Library Pedagogy Handbook (from the 
Association of College and Research Libraries). She is an active member of the 
Women and Gender Studies Section (WGSS) of the Association of College and 
Research

Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Monica Rivero

Hi Dave,

At our library we use the following tools (links below to
our guidelines) to confirm transfer of digital files. I personally
haven't used these tools with such a large dataset as your's but might be
worth testing.

Robocopy (Robust File Copy) for PC http://tinyurl.com/ke9esag
rsync  for MAC http://tinyurl.com/kgoqb2c

then for confirming no changes over time, we use checksums generating tools
such as DROID (then compare using Excel) or Quickhash [1] 

Here some helpful explanation of using checksums, _File Verification using
MD5 Checksums_[2]

Hope this helps,
​Monica

Quoting "Bigwood, David" :


Open for suggestions for a fingerprinting tool. I think that's what
they are called.

We are copying NASA imagery to make available to the public. They
send us a hard drive with about 10,000 images and we copy them to a
drive then return the original.

I'd like a tool that would compare the 2 drives to make sure
everything was copied correctly. Then something that would be able to
tell if some file had degraded, went missing or been changed over
time.

Thanks,
David Bigwood
dbigw...@hou.usra.edu
Lunar and Planetary Institute

!DSPAM:2489,58de698c39341730784676!

 


Links:
--
[1] https://www.foolishit.com/free-tech-tools/quickhash/
[2] http://www.controlledvocabulary.com/imagedatabases/file-verification.html
Digital Curation Coordinator
Digital Scholarship Services
Fondren Library, Rice University


Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Kyle Banerjee
Modern filesystems are good at detecting and repairing corruption. They
need to be because it would cause loads of problems if bits were regularly
getting flipped or lost.

I've never understood why we only worry about corruption in the information
objects we manage? After all, corruption in the OS, any hardware and
software component involved in making the checksum calculations, and the
checksum itself are also possible and some of those would have much more
profound consequences than changing a bit in an image, document, etc.

Checksumming using external utilities strikes me as more resource intensive
than necessary on an IO, CPU, or memory basis. Better to go ZFS or a
service like Amazon where integrity is baked in at a lower level unless the
real concern is detecting modification by humans or software in which case
a recovery plan to get an uncorrupted version back in is necessary.

kyle


On Fri, Mar 31, 2017 at 7:36 AM, Bigwood, David 
wrote:

> Open for suggestions for a fingerprinting tool. I think that's what they
> are called.
>
> We are copying NASA imagery to make available to the public. They send us
> a hard drive with about 10,000 images and we copy them to a drive then
> return the original.
>
> I'd like a tool that would compare the 2 drives to make sure everything
> was copied correctly. Then something that would be able to tell if some
> file had degraded, went missing or been changed over time.
>
> Thanks,
> David Bigwood
> dbigw...@hou.usra.edu
> Lunar and Planetary Institute
>


Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Bigwood, David
Cynthia,

That looks like just what I was looking for. I'll download it and give it a 
test drive.

Thanks,
Dave

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTS.CLIR.ORG] On Behalf Of Harper, 
Cynthia
Sent: Friday, March 31, 2017 10:46 AM
To: CODE4LIB@LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Fingerprint Tool Suggestions

I just googled for "file directory checksum caparison report tool" and found 
this 
http://www.ghacks.net/2014/07/10/verify-files-two-directories-checksum-compare/

Has anyone used it?

Cindy

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTS.CLIR.ORG] On Behalf Of Bigwood, 
David
Sent: Friday, March 31, 2017 11:35 AM
To: CODE4LIB@LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Fingerprint Tool Suggestions

Win 7.

Dave

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTS.CLIR.ORG] On Behalf Of Matthew 
Patulski
Sent: Friday, March 31, 2017 10:21 AM
To: CODE4LIB@LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Fingerprint Tool Suggestions

Hello David,
Depending on your OS and the formatting of the drive you should be able to find 
an app that will clone the drive and verify the checksum at the time of the 
copy.

Can you provide OS details to refine suggestions?

With Regards,

*Matthew Patulski*
listening / thinking / doing

+1 (616) 361-3951 / mrpatul...@gmail.com / linkedin.com/in/mrpatulski


Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Harper, Cynthia
I just googled for "file directory checksum caparison report tool" and found 
this 
http://www.ghacks.net/2014/07/10/verify-files-two-directories-checksum-compare/

Has anyone used it?

Cindy

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTS.CLIR.ORG] On Behalf Of Bigwood, 
David
Sent: Friday, March 31, 2017 11:35 AM
To: CODE4LIB@LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Fingerprint Tool Suggestions

Win 7.

Dave

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTS.CLIR.ORG] On Behalf Of Matthew 
Patulski
Sent: Friday, March 31, 2017 10:21 AM
To: CODE4LIB@LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Fingerprint Tool Suggestions

Hello David,
Depending on your OS and the formatting of the drive you should be able to find 
an app that will clone the drive and verify the checksum at the time of the 
copy.

Can you provide OS details to refine suggestions?

With Regards,

*Matthew Patulski*
listening / thinking / doing

+1 (616) 361-3951 / mrpatul...@gmail.com / linkedin.com/in/mrpatulski


[CODE4LIB] NASIG Webinar: Academic Writing and Publishing

2017-03-31 Thread public...@nasig.org
NASIG Webinar: Academic Writing and Publishing

Date: April 20, 2017Time: 1:00 pm (ET)Length: 1 hour
Registration Deadline for live event: April 19, 2017.
This webinar will be recorded and made available to registrants after the 
webinar is completed.
Late registration dates to purchase recording: April 21, 2017 through October 
20, 2017. After October 20, 2017 the recording will be made freely available.
Webinar Rates:
NASIG members: $35NASIG student members: $15NISO members: $35NASIG non-member: 
$50Group registration: $95
(NASIG members should login for member rate)
(NASIG student members and NISO members will need to contact the NASIG 
Continuing Education Committee ([ cont-e...@nasig.org ]( 
mailto:cont-e...@nasig.org )) in order to receive a priority code used for 
getting the listed rates)
Description:
Academic Writing and Publishing is a one-hour NASIG webinar specifically geared 
to academic librarians who wish to know more about what it takes to get 
published. It will focus on professional writing for librarians who are 
expected to do writing/research for their job or are interested for other 
reasons (if not required). We will cover the peer-review process and types of 
scholarly writing, tips on breaking into the publishing realm, learning the 
ropes, what to avoid, and will reserve time for specific questions from 
participants. The webinar is adapted from a NASIG preconference that was held 
at the 2016 conference in Albuquerque, NM.
Speakers:
Maria Collins is the Head of Acquisitions & Discovery at North Carolina State 
University Libraries and has served in a variety of roles at NCSU for over ten 
years.  She provided oversight for the reorganization of technical services in 
2012.  Prior to her work at NCSU, she worked as Serials Librarian and Serials 
Coordinator at Mississippi State University Libraries.  She is the current 
editor-in-chief for Serials Review and has published in the areas of electronic 
resource management, open access, and workflows.
Eleanor I. Cook has worked in the library field for over 30 years, and is 
currently Assistant Director for Discovery and Technology Services at Joyner 
Library at East Carolina University. She has had various technical services 
responsibilities including both monographic and serials/e-resources 
acquisitions, cataloging and preservation. She was President of the North 
American Serials Interest Group in 2002/2003. She has been active in other 
organizations such as ALA ALCTS, NCLA, and the NC Preservation Consortium.
 
Registration Link:[ 
http://www.nasig.org/site_event_detail.cfm?pk_association_event=14643 ]( 
http://www.nasig.org/site_event_detail.cfm?pk_association_event=14643 )
 
 

Leigh Ann DePope
Publicist, NASIG, Inc.
public...@nasig.org | @NASIG
~ ~ ~ ~ ~
Established in 1985, NASIG is an independent non-profit organization working to 
advance and transform the management of information resources in all formats 
and business models. For more information about NASIG and our member 
opportunities, please visit http://www.nasig.org/.


[CODE4LIB] Job posting: Systems Librarian, Canadian Centre for Architecture

2017-03-31 Thread Mar González Palacios
The Canadian Centre for Architecture (CCA) in Montreal, QC is recruiting for 
the position of Systems Librarian.

The responsibilities of this job are to provide technical expertise, day-to-day 
administration, and broad support for traditional and emerging software 
solutions and standards necessary for optimal management and access of the CCA 
Collection.

The Systems Librarian will work closely with the IT department, the Web team, 
Collection staff, and vendor technical support to manage Collection and related 
systems with a primary focus on the integrated library system (SirsiDynix 
Horizon). The Systems Librarian is also expected to contribute to activities 
related to the development and implementation of search tools for the website 
and to collaborate in the management of the system used for other parts of the 
Collection, including the archives (Gallery Systems TMS).

More information on how to apply at 
http://www.cca.qc.ca/en/48805/systems-librarian-collection

Best wishes,
mar
- - -

Mar González Palacios
Chef, Accès à la Collection
Head, Collection Access

Centre Canadien d'Architecture
Canadian Centre for Architecture
1920, rue Baile, Montréal, Québec  H3H 2S6
T 514 939 7001 x 2518
F 514 939 7020
www.cca.qc.ca


Pensez à l'environnement avant d'imprimer ce message
Please consider the environment before printing this email
Ce courriel peut contenir des renseignements confidentiels. Si vous n'êtes
pas le destinataire prévu, veuillez nous en aviser immédiatement. Merci
également de supprimer le présent courriel et d'en détruire toute copie.
This email may contain confidential information. If you are not the intended
recipient, please advise us immediately and delete this email as well
as any other copy. Thank you.


Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Bigwood, David
Win 7.

Dave

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTS.CLIR.ORG] On Behalf Of Matthew 
Patulski
Sent: Friday, March 31, 2017 10:21 AM
To: CODE4LIB@LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Fingerprint Tool Suggestions

Hello David,
Depending on your OS and the formatting of the drive you should be able to find 
an app that will clone the drive and verify the checksum at the time of the 
copy.

Can you provide OS details to refine suggestions?

With Regards,

*Matthew Patulski*
listening / thinking / doing

+1 (616) 361-3951 / mrpatul...@gmail.com / linkedin.com/in/mrpatulski


Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Brett
You can batch watermark with Photoshop or Lightroom or Bridge.

You can do it with ImageMagik too on the command line, but that's more
complex.

Your main constraint will be the processor and RAM.

Brett Williams


On Mar 31, 2017 10:36 AM, "Bigwood, David"  wrote:

Open for suggestions for a fingerprinting tool. I think that's what they
are called.

We are copying NASA imagery to make available to the public. They send us a
hard drive with about 10,000 images and we copy them to a drive then return
the original.

I'd like a tool that would compare the 2 drives to make sure everything was
copied correctly. Then something that would be able to tell if some file
had degraded, went missing or been changed over time.

Thanks,
David Bigwood
dbigw...@hou.usra.edu
Lunar and Planetary Institute


Re: [CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Matthew Patulski
Hello David,
Depending on your OS and the formatting of the drive you should be able to
find an app that will clone the drive and verify the checksum at the time
of the copy.

Can you provide OS details to refine suggestions?

With Regards,

*Matthew Patulski*
listening / thinking / doing

+1 (616) 361-3951 / mrpatul...@gmail.com / linkedin.com/in/mrpatulski


[CODE4LIB] Fingerprint Tool Suggestions

2017-03-31 Thread Bigwood, David
Open for suggestions for a fingerprinting tool. I think that's what they are 
called.

We are copying NASA imagery to make available to the public. They send us a 
hard drive with about 10,000 images and we copy them to a drive then return the 
original.

I'd like a tool that would compare the 2 drives to make sure everything was 
copied correctly. Then something that would be able to tell if some file had 
degraded, went missing or been changed over time.

Thanks,
David Bigwood
dbigw...@hou.usra.edu
Lunar and Planetary Institute


[CODE4LIB] DEADLINE EXTENDED FOR PROPOSALS: Code4LibSE 2017

2017-03-31 Thread Mumpower, Elizabeth Peele
DEADLINE EXTENSION FOR PROPOSALS:  We have extended the deadline from April 1st 
to April 7th for proposals!

Code4Lib Southeast is seeking proposals for its one-day conference.  Code4LibSE 
2017 will be held on Friday, April  21st, 2017 at Emory University's Woodruff 
Library in Atlanta.  Information about potential topics and the types of 
sessions planned for this event are on the Wiki page:  
https://wiki.code4lib.org/Southeast_2017

To submit a proposal, please fill out the proposal form: 
https://goo.gl/forms/t8aTpM0fBkAKpvwl1

NOTE:   You don't have to be from or residing in the Southeast to make a 
proposal or come to the conference -  we welcome visitors from anywhere.

 Registration is also open:  https://goo.gl/forms/kaN8A4QbH2SmJKMz1.  If you 
plan on staying overnight, the Wiki 
has information about local hotels/motels in the area.

As always, if you have any questions or concerns, please feel free to email the 
organizers.

Laura Akerman and Elizabeth Mumpower, organizers

Emory University Libraries

Contact/questions:  code4libse2...@gmail.com




This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).