[CODE4LIB] Job: Lead Developer (Maryland Institute for Technology in the Humanities) at University of Maryland, College Park

2014-07-10 Thread jobs
Lead Developer (Maryland Institute for Technology in the Humanities)
University of Maryland, College Park
College Park

MITH is seeking a Lead Developer to work on research-intensive projects in the
digital humanities.

  
The Lead Developer will work with other senior MITH staff to conceptualize,
implement, and develop software for research work in a collaborative,
team-­driven environment. This role requires creative leadership and
commitment to research and development leading to novel applications of
technology in research projects in the humanities. The successful candidate
will have experience developing software applications, establishing
developmentmilestones, providing technical management and oversight, and
identifying emergent technologies and best practices.

Reporting to the Associate Director, the Lead Developer will collaborate with
other members of the MITH design and development team to design, write, test,
document, and deploy code. She/He will be responsible for conducting regular
code reviews, coordinating iterative development schedules, and assuring
quality control of all final software deliverables and deployments.

Prospective candidates should have proven experience in software development
within a research-­intensive environment. Prospective candidates should have
proven experience in team-­oriented software development. They should be able
to demonstrate expertise in at least one version control system and in a range
of programming languages and platforms. The ability to estimate effort for
software projects, prototype concepts and approaches, draft and communicate
design concepts, as well as write and maintain documentation of systems and
processes is required. Familiarity with the digital humanities is preferred
but not required.

  
DUTIES  RESPONSIBILITIES

  * Software Development (60%) 
* Responsible for full development cycle of planning, designing, testing, 
documenting and deployment.
* Manage Development Processes (20%)
* Facilitate developer and designer meetings
* Create and track project milestones and schedules
* Review software code and ensure quality of all deliverables, including 
documentation
  * Systems Architecture (10%) 
* Research appropriate software languages, frameworks, and platforms to 
realize project goals
* Design, prototype, and evaluate potential technical approaches
* Monitor systems administration and contracted development work
  * Engagement with Open Source Software Projects (10%) 
* As appropriate, contribute to third-party open source projects and 
libraries used by MITH during paid time. Contributions may include code, 
documentation, outreach, group/event organization, and code review.
MINIMUM QUALIFICATIONS

  * Bachelor's degree
  * Minimum of three years experience in software development
  
PREFERENCES

The successful candidate will work on and lead projects involving a variety of
technologies/technology stacks. The ability to learn new technologies quickly
and effectively is important. We would expect that the Lead Developer could
demonstrate:

  * Experience with one or more front-­end web technologies (HTML5, 
JavaScript/CoffeeScript, CSS/SASS/LESS)
  * Expertise with a high-­level language (e.g. Ruby, PHP, Python)
  * Experience using web frameworks for at least one of these languages (e.g. 
Sinatra, Rails, Zend, Flask, Django)
  * Knowledge of testing frameworks
  * Experience with XML technologies (validation schemes, XSLT, eXist, Cocoon, 
etc.)
  * Applications from candidates who can also demonstrate the following are 
strongly encouraged:
  * Five or more years experience in software development
  * Experience in managing other developers
  * Familiarity with pre-­existing digital humanities software development 
community
  * Able to work in a team-­driven design and development process but with 
clear ability to motivate and manage oneself
  * Experience with RDF and Linked Open Data methods and tools
ADDITIONAL INFORMATION

  * Salary is commensurate with experience, up to $96,000.
  * The University offers a comprehensive benefits package, including 22 Days 
Annual Leave; 15 Days Sick Leave; 3 Days Personal Leave; 15 Paid Holidays; 
Tuition Remission; Health, Dental, Vision and Prescription coverage.
TO APPLY

Applications should be submitted via ejobs.umd.edu (Position # 119907) and
include: 1) a cover letter; 2) a resume; 3) samples of code/projects (or URLs
to accessible repositories); and 4) contact information for three professional
references.

The position is open until filled.

  
VALUE OF DIVERSITY

The University of Maryland, College Park, actively subscribes to a policy of
equal employment opportunity, and will not discriminate against any employee
or applicant because of race, age, sex, color, sexual orientation, physical or
mental disability, religion, ancestry or national origin, marital status,
genetic information, political affiliation, and gender identity or 

[CODE4LIB] online payment system for libraries?

2014-07-10 Thread Kim, Bohyun
Anyone implemented online payment system for libraries? If so, could you share 
the system you ended up selecting and experience of implementing it? I am 
currently looking at Cybersource and Authorize.net but it would be nice to have 
some others to consider as well.

(FYI, our library fines are processed by the library staff, not by the 
university bursar.  And the university does not allow the use of PayPal.)

Thanks,
Bohyun


Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Sarah Shealy
Bohyun,

We have online payment at Richland Library, I'm not sure of the details since I 
only did front end work on the project, my my co-worker Mark Jarrell would have 
more answers. mjarr...@richlandlibrary.com 

Sarah

 Date: Thu, 10 Jul 2014 14:59:26 +
 From: b...@hshsl.umaryland.edu
 Subject: [CODE4LIB] online payment system for libraries?
 To: CODE4LIB@LISTSERV.ND.EDU
 
 Anyone implemented online payment system for libraries? If so, could you 
 share the system you ended up selecting and experience of implementing it? I 
 am currently looking at Cybersource and Authorize.net but it would be nice to 
 have some others to consider as well.
 
 (FYI, our library fines are processed by the library staff, not by the 
 university bursar.  And the university does not allow the use of PayPal.)
 
 Thanks,
 Bohyun
  

Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Mark Pernotto
From a development standpoint, I have really enjoyed using Stripe (
https://stripe.com/).  They offer some great hooks to get done anything
I've ever wanted to do, and the payment processing is all done on Stripe's
servers - no PCI/DSS compliance issues to worry about!  I've implemented
instances in PHP, C# and Python, and a very basic implementation in Node.JS
-  I know they have examples in lots of other languages as well.

I couldn't tell from your question if you were looking for a pre-packaged
solution, or something you could develop/work with in-house.

.m






On Thu, Jul 10, 2014 at 8:15 AM, Sarah Shealy sarah.she...@outlook.com
wrote:

 Bohyun,

 We have online payment at Richland Library, I'm not sure of the details
 since I only did front end work on the project, my my co-worker Mark
 Jarrell would have more answers. mjarr...@richlandlibrary.com

 Sarah

  Date: Thu, 10 Jul 2014 14:59:26 +
  From: b...@hshsl.umaryland.edu
  Subject: [CODE4LIB] online payment system for libraries?
  To: CODE4LIB@LISTSERV.ND.EDU
 
  Anyone implemented online payment system for libraries? If so, could you
 share the system you ended up selecting and experience of implementing it?
 I am currently looking at Cybersource and Authorize.net but it would be
 nice to have some others to consider as well.
 
  (FYI, our library fines are processed by the library staff, not by the
 university bursar.  And the university does not allow the use of PayPal.)
 
  Thanks,
  Bohyun



[CODE4LIB] mediaelement.js and responsive design -- helpful hints

2014-07-10 Thread Andreas Orphanides
Hey all,

Our web team has been incrementally migrating our website over to a
responsive design based on foundation.js, and it's presented lots of
interesting challenges. I use mediaelement.js to manage video playback for
our instructional tutorials, and the combination of MEJS's rendering habits
and Foundation's resize flow leads to some frustrations.

But I came up with a decent, purely CSS solution that allows friendly video
resizing without doing anything to wacky, and I thought I'd share it. If
you use mediaelement.js on a responsive site, and you want decently
friendly video display, you might give it a crack.

Summary:

We'll use CSS along with a couple of tricks and minor abuse of the
!important flag to override MEJS's default video dimension rendering
behavior. We'll allow MEJS to determine the video dimensions until the
browser width is close to the video's width.

This has been tested with MEJS version 2.14.2 and Foundation 5.2.0 on
Chrome 35, Firefox 30, and IE 10 (windows all).


Assumptions:

   - Single column display (You could probably modify it to work for
   multiple columns with some tweaks, but I haven't gotten there yet)
   - You know the video dimensions / aspect ratio (in this example, we
   assume 640x480 video, i.e., a 4:3 aspect ratio)
   - Your video element is in a dedicated container (e.g., a div) with a
   class that we'll call videoContainer.
   - No major modifications to default mediaelementplayer.css


I don't know how much of the CSS is overkill -- some of it I inherited from
our web team -- but it seems to work decently well. If you want to see it
in action, check out the following URL:
http://www.lib.ncsu.edu/tutorials/picking_topic/

CSS is below for your enjoyment. I hope you find it useful! At this point,
this is the result of a lot of guesswork and a few helpful hints from
StackOverflow, so I'm not sure how much specific advice I could give, but
I'm happy to try.

Thanks,
Dre.


--- Hark! CSS below! ---

/* Only start overriding when browser is close to video dimensions. (Adjust
PX count for your video dimensions and website padding, etc)
 !important flag is important (ha!) to override style attributes that MEJS
adds to tags. Also note that the pixel count here may not be
(doesn't have to be) one of your Foundation breakpoints. */

@media (max-width:680px){

/* These declarations force the video element to resize with the browser. */
.videoContainer .mejs-container.svg.mejs-video,
 .videoContainer .mejs-overlay.mejs-layer.mejs-overlay-play,
.videoContainer .mejs-poster.mejs-layer,
.videoContainer .mejs-captions-layer.mejs-layer,
 .videoContainer video{
margin: 0 !important;
text-align: center;
 width: 100% !important;
height: auto !important;
}

/* This forces the dimensions of the video container to retain the 4:3
ratio. Adjust percentage if your video is
 a different ratio. (16:9 is 56.25%). This works because padding
attribute dimensions are always calculated using
element width. Something like the height attribute would derive its value
from the parent element's height, which we don't want. */

.videoContainer{
padding-bottom: 75%;
 position: relative;
}


/* These declarations force the child elements that MEJS creates to render
relative to the videoContainer object. */

.videoContainer .mejs-layer, .videoContainer .mejs-container,
.videoContainer .mejs-overlay {
position: absolute !important;
 top: 0 !important;
bottom: 0 !important;
left: 0 !important;
 right: 0 !important;
height: auto !important;
}
}


Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Cary Gordon
We tend to use Authorize.net (and PayPal) for solutions we build with
Drupal Commerce.

Cary

On Thursday, July 10, 2014, Kim, Bohyun b...@hshsl.umaryland.edu wrote:

 Anyone implemented online payment system for libraries? If so, could you
 share the system you ended up selecting and experience of implementing it?
 I am currently looking at Cybersource and Authorize.net but it would be
 nice to have some others to consider as well.

 (FYI, our library fines are processed by the library staff, not by the
 university bursar.  And the university does not allow the use of PayPal.)

 Thanks,
 Bohyun



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


Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Riley Childs
I like stripe! Stripe.com, it lets me keep in on my site and has much lower 
fees.

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: Cary Gordonmailto:listu...@chillco.com
Sent: ‎7/‎10/‎2014 11:53 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] online payment system for libraries?

We tend to use Authorize.net (and PayPal) for solutions we build with
Drupal Commerce.

Cary

On Thursday, July 10, 2014, Kim, Bohyun b...@hshsl.umaryland.edu wrote:

 Anyone implemented online payment system for libraries? If so, could you
 share the system you ended up selecting and experience of implementing it?
 I am currently looking at Cybersource and Authorize.net but it would be
 nice to have some others to consider as well.

 (FYI, our library fines are processed by the library staff, not by the
 university bursar.  And the university does not allow the use of PayPal.)

 Thanks,
 Bohyun



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


Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Erik Sandall
We're in the process of implementing membership renewals (we're a 
membership library) using Drupal Commerce and First Data Global Gateway. 
The plan is to eventually expand this to handle new memberships, 
donations, and some retail sales.


Donations and fines payments currently go through Innovative 
Interfaces's Ecommerce product paired with PayPal (I think it works with 
other payment vendors, too).


Regards,

Erik.

--
Erik Sandall, MLIS
Electronic Services Librarian  Webmaster
Mechanics' Institute
57 Post Street
San Francisco, CA 94104
415-393-0111
esand...@milibrary.org


On 7/10/2014 8:52 AM, Cary Gordon wrote:

We tend to use Authorize.net (and PayPal) for solutions we build with
Drupal Commerce.

Cary

On Thursday, July 10, 2014, Kim, Bohyun b...@hshsl.umaryland.edu wrote:


Anyone implemented online payment system for libraries? If so, could you
share the system you ended up selecting and experience of implementing it?
I am currently looking at Cybersource and Authorize.net but it would be
nice to have some others to consider as well.

(FYI, our library fines are processed by the library staff, not by the
university bursar.  And the university does not allow the use of PayPal.)

Thanks,
Bohyun





Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Ryan Engel
Does your campus have a recommended/approved payment processing vendor?  
I have a campus site that uses CASHNet and Drupal; Drupal because that's 
what we do, and CASHNet because that's the preferred vendor on my 
campus.  We also are not allowed to use more well-known processors like 
PayPal or Square.



Erik Sandall mailto:esand...@milibrary.org
July 10, 2014 at 11:13 AM
We're in the process of implementing membership renewals (we're a 
membership library) using Drupal Commerce and First Data Global 
Gateway. The plan is to eventually expand this to handle new 
memberships, donations, and some retail sales.


Donations and fines payments currently go through Innovative 
Interfaces's Ecommerce product paired with PayPal (I think it works 
with other payment vendors, too).


Regards,

Erik.

--
Erik Sandall, MLIS
Electronic Services Librarian  Webmaster
Mechanics' Institute
57 Post Street
San Francisco, CA 94104
415-393-0111
esand...@milibrary.org



Cary Gordon mailto:listu...@chillco.com
July 10, 2014 at 10:52 AM
We tend to use Authorize.net (and PayPal) for solutions we build with
Drupal Commerce.

Cary



Kim, Bohyun mailto:b...@hshsl.umaryland.edu
July 10, 2014 at 9:59 AM
Anyone implemented online payment system for libraries? If so, could 
you share the system you ended up selecting and experience of 
implementing it? I am currently looking at Cybersource and 
Authorize.net but it would be nice to have some others to consider as 
well.


(FYI, our library fines are processed by the library staff, not by the 
university bursar. And the university does not allow the use of PayPal.)


Thanks,
Bohyun


--

Ryan Engel
University of Wisconsin - Madison




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Elizabeth Leonard
Our campus is looking at Touchnet for all online payments (Bursar, library, 
etc.)

I haven't fully implemented yet, but it looks like it will be adequate.

Elizabeth

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Ryan 
Engel
Sent: Thursday, July 10, 2014 12:21 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] online payment system for libraries?

Does your campus have a recommended/approved payment processing vendor?  
I have a campus site that uses CASHNet and Drupal; Drupal because that's 
what we do, and CASHNet because that's the preferred vendor on my 
campus.  We also are not allowed to use more well-known processors like 
PayPal or Square.

 Erik Sandall mailto:esand...@milibrary.org
 July 10, 2014 at 11:13 AM
 We're in the process of implementing membership renewals (we're a 
 membership library) using Drupal Commerce and First Data Global 
 Gateway. The plan is to eventually expand this to handle new 
 memberships, donations, and some retail sales.

 Donations and fines payments currently go through Innovative 
 Interfaces's Ecommerce product paired with PayPal (I think it works 
 with other payment vendors, too).

 Regards,

 Erik.

 -- 
 Erik Sandall, MLIS
 Electronic Services Librarian  Webmaster
 Mechanics' Institute
 57 Post Street
 San Francisco, CA 94104
 415-393-0111
 esand...@milibrary.org



 Cary Gordon mailto:listu...@chillco.com
 July 10, 2014 at 10:52 AM
 We tend to use Authorize.net (and PayPal) for solutions we build with
 Drupal Commerce.

 Cary



 Kim, Bohyun mailto:b...@hshsl.umaryland.edu
 July 10, 2014 at 9:59 AM
 Anyone implemented online payment system for libraries? If so, could 
 you share the system you ended up selecting and experience of 
 implementing it? I am currently looking at Cybersource and 
 Authorize.net but it would be nice to have some others to consider as 
 well.

 (FYI, our library fines are processed by the library staff, not by the 
 university bursar. And the university does not allow the use of PayPal.)

 Thanks,
 Bohyun

-- 

Ryan Engel
University of Wisconsin - Madison


Re: [CODE4LIB] mediaelement.js and responsive design -- helpful hints

2014-07-10 Thread Michael Schofield
Awesome Dre, thanks for sharing! 

Our solution for our video repo was pretty similar. We used the padding-trick 
to force a 16:9 ratio

padding-top: 57.25%;
position: relative;
width: 100%;

For those who aren't using MEJS and using something like YouTube, here's a post 
I wrote a year or so ago [I guess sometime before we settled on the name 
LibraryLearn] about forcing responsive styles on a YouTube/Vimeo embed:


http://ns4lib.com/responsive-youtube/

TL;DR: it's basically the above plus the following styles on the iframe:

height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;



-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Andreas 
Orphanides
Sent: Thursday, July 10, 2014 11:45 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] mediaelement.js and responsive design -- helpful hints

Hey all,

Our web team has been incrementally migrating our website over to a responsive 
design based on foundation.js, and it's presented lots of interesting 
challenges. I use mediaelement.js to manage video playback for our 
instructional tutorials, and the combination of MEJS's rendering habits and 
Foundation's resize flow leads to some frustrations.

But I came up with a decent, purely CSS solution that allows friendly video 
resizing without doing anything to wacky, and I thought I'd share it. If you 
use mediaelement.js on a responsive site, and you want decently friendly video 
display, you might give it a crack.

Summary:

We'll use CSS along with a couple of tricks and minor abuse of the !important 
flag to override MEJS's default video dimension rendering behavior. We'll allow 
MEJS to determine the video dimensions until the browser width is close to the 
video's width.

This has been tested with MEJS version 2.14.2 and Foundation 5.2.0 on Chrome 
35, Firefox 30, and IE 10 (windows all).


Assumptions:

   - Single column display (You could probably modify it to work for
   multiple columns with some tweaks, but I haven't gotten there yet)
   - You know the video dimensions / aspect ratio (in this example, we
   assume 640x480 video, i.e., a 4:3 aspect ratio)
   - Your video element is in a dedicated container (e.g., a div) with a
   class that we'll call videoContainer.
   - No major modifications to default mediaelementplayer.css


I don't know how much of the CSS is overkill -- some of it I inherited from our 
web team -- but it seems to work decently well. If you want to see it in 
action, check out the following URL:
http://www.lib.ncsu.edu/tutorials/picking_topic/

CSS is below for your enjoyment. I hope you find it useful! At this point, this 
is the result of a lot of guesswork and a few helpful hints from StackOverflow, 
so I'm not sure how much specific advice I could give, but I'm happy to try.

Thanks,
Dre.


--- Hark! CSS below! ---

/* Only start overriding when browser is close to video dimensions. (Adjust PX 
count for your video dimensions and website padding, etc)  !important flag is 
important (ha!) to override style attributes that MEJS adds to tags. Also note 
that the pixel count here may not be (doesn't have to be) one of your 
Foundation breakpoints. */

@media (max-width:680px){

/* These declarations force the video element to resize with the browser. */ 
.videoContainer .mejs-container.svg.mejs-video,  .videoContainer 
.mejs-overlay.mejs-layer.mejs-overlay-play,
.videoContainer .mejs-poster.mejs-layer, .videoContainer 
.mejs-captions-layer.mejs-layer,  .videoContainer video{
margin: 0 !important;
text-align: center;
 width: 100% !important;
height: auto !important;
}

/* This forces the dimensions of the video container to retain the 4:3 ratio. 
Adjust percentage if your video is  a different ratio. (16:9 is 56.25%). This 
works because padding
attribute dimensions are always calculated using element width. Something like 
the height attribute would derive its value from the parent element's height, 
which we don't want. */

.videoContainer{
padding-bottom: 75%;
 position: relative;
}


/* These declarations force the child elements that MEJS creates to render 
relative to the videoContainer object. */

.videoContainer .mejs-layer, .videoContainer .mejs-container, .videoContainer 
.mejs-overlay {
position: absolute !important;
 top: 0 !important;
bottom: 0 !important;
left: 0 !important;
 right: 0 !important;
height: auto !important;
}
}


[CODE4LIB] Web application for crowdsourcing song identification

2014-07-10 Thread Gary McGath
I'm doing some volunteer work on a project for a basement sound engineer
and publisher who has a large collection of recordings from conventions,
and wants to crowdsource identification of them with the people who
attend those conventions.

The idea is that people would be able to log in to a website, see a list
of short clips they can play, and enter identifying information such as
song title, performers, and instruments. It occurs to me that this might
have broader usefulness among libraries, archives, and researchers. If
so, it may be worth expanding this into a bigger open-source project and
seeking crowdfunding for developing it further, getting nice graphics,
etc. (Crowdfunding for crowdsourcing just seems right.)

On the other hand, the most common result when I come up with a great
idea is discovering that someone else has already done it better than I
could.

Obviously there are copyright issues. That's why only logged-in users
with a legitimate need can play the clips for identification purposes.
There may be other protections as well, such as limited-time availability.

So I'm interested in thoughts on this. Does it duplicate something that
already exists? Would it be generally useful?

-- 
Gary McGath, Professional Software Developer
http://www.garymcgath.com


[CODE4LIB] Managing Digital Collections Survey Results Summary

2014-07-10 Thread Carol Minton Morris
Hi Everyone,

How are organizations of various sizes and stripes handling digital content 
creation, management, and preservation activities? 

Beginning in December 2013, DuraSpace began collaborating with The Bishoff 
Group in order to gain a better understanding of the status of digital content 
creation, management, and preservation activities underway in the non-ARL 
academic library community, as well as to determine how DuraSpace’s open source 
projects and services could (better) meet the needs of this community.


The Managing Digital Collections Survey Results Summary gathers data from 145 
participating institutions across all types of academic libraries comprising 
two- and four-year colleges, masters, and doctorate granting universities who 
weighed-in on a variety of topics and issues related to digital content 
creation, management, and preservation.

Read the Managing Digital Collections Survey Results Summary here.

All the best,
Carol



Re: [CODE4LIB] c4l Stickers

2014-07-10 Thread Riley Childs
Ok, before I go too far, lets gather some data: 
https://docs.google.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
I want to figure out how many people are interested before I go off and order 
$100 worth of stickers. I have artwork (the code4lib logo in the Illustrator 
template)  I just need to figure out logistics and money, hopefully I can get 
this running soon (sorry for the ambiguous timeframe!).


Riley Childs
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

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Coral 
Sheldon-Hess [co...@sheldon-hess.org]
Sent: Wednesday, July 09, 2014 9:13 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] c4l Stickers

+1 - I mean, I'm PROBABLY up for a sticker purchase, but not if it's
hideous orange or too big for my laptop or whatever. (So... not the bumper
sticker.)

- coral


On Tue, Jul 8, 2014 at 1:28 PM, Tom Keays tomke...@gmail.com wrote:

 I might be interested, but I need to see it first. Any chance you could
 upload a sample image somewhere -- e.g., Google Drive -- so we could see
 what you are proposing?

 Tom




Re: [CODE4LIB] c4l Stickers

2014-07-10 Thread Cary Gordon
My prediction for this year's hottest xmas gifts:

1) ambiguous timeframes

2) Code4lib stickers

On Thursday, July 10, 2014, Riley Childs rchi...@cucawarriors.com wrote:

 Ok, before I go too far, lets gather some data:
 https://docs.google.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
 I want to figure out how many people are interested before I go off and
 order $100 worth of stickers. I have artwork (the code4lib logo in the
 Illustrator template)  I just need to figure out logistics and money,
 hopefully I can get this running soon (sorry for the ambiguous timeframe!).


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

 Please Think Before Hitting Reply All
 I Do Web Design! RileyChilds.net/services
 
 From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU javascript:;] On
 Behalf Of Coral Sheldon-Hess [co...@sheldon-hess.org javascript:;]
 Sent: Wednesday, July 09, 2014 9:13 PM
 To: CODE4LIB@LISTSERV.ND.EDU javascript:;
 Subject: Re: [CODE4LIB] c4l Stickers

 +1 - I mean, I'm PROBABLY up for a sticker purchase, but not if it's
 hideous orange or too big for my laptop or whatever. (So... not the bumper
 sticker.)

 - coral


 On Tue, Jul 8, 2014 at 1:28 PM, Tom Keays tomke...@gmail.com
 javascript:; wrote:

  I might be interested, but I need to see it first. Any chance you could
  upload a sample image somewhere -- e.g., Google Drive -- so we could see
  what you are proposing?
 
  Tom
 
 



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


[CODE4LIB] Los Angeles meetup Aug 7 at UCLA

2014-07-10 Thread Gary Thompson
If you're in Southern California, please join other library techies on 
Thursday, August 7 for a half-day meetup at UCLA. We're planning some 
presentations 10am-noon, lunch outside, and smaller break-out sessions 
1pm-3pm focused on specific programming languages, application 
frameworks, or other areas of interest.


You can see details and sign-up at our MeetUp site here: Code4lib SoCal 
MeetUp http://www.meetup.com/Code4lib-SoCal/


You can also take the topic survey here: *Survey Form Link* 
https://docs.google.com/forms/d/1DNMi-_eHCIKIMbQM_UOwHQ-jQKtDMtKkxp8QXrSWCIU/viewform?usp=send_form 



I hope to meet many of you on August 7!

/-- 
-- Gary Thompson

-- Head of Software Development and Project Management
-- Digital Initiatives  Information Technology
-- UCLA Library
-- 390 Powell
-- voice: 310.206.5652
-- /



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


Re: [CODE4LIB] Web application for crowdsourcing song identification

2014-07-10 Thread BWS Johnson
Salve!

    Your golden search terms are

Music Information Retrieval

    and one of the dudes your after is

http://www.lis.illinois.edu/people/faculty/jdownie

    He should be able to answer your question, the question is but oh, will he? 
(I think he might. :) )

Cheers,
Brooke


Re: [CODE4LIB] Do you ever write code? I want to interview you!

2014-07-10 Thread Andromeda Yelton
I intend to collate all the publicly available ones online somehow. After
I've submitted the manuscript, though :)
On Jul 8, 2014 8:22 PM, Chris Markman cmark...@clarku.edu wrote:

 Hi Andromeda,

 I'm just going to throw this idea out there but I think it would be really
 cool if in the process of writing this you could convince each contributor
 to corral their small self-made apps/scripts into a single BitTorrent Sync
 folder :) My dream is to one day do the same for MarcEdit task automation
 but your project sounds like an even better use!

 Best,

 Chris


 On Mon, Jul 7, 2014 at 3:59 PM, Andromeda Yelton 
 andromeda.yel...@gmail.com
  wrote:

  Hi everyone! I'm writing a Library Technology Report for ALA TechSource
  about short, useful programs people have written to get stuff done in
  libraries ( allied institutions).  Have you done this?  You should
 answer
  my questions!
 
 
 
 https://docs.google.com/forms/d/13Ne0N6ODWHqI_wAGLb2UHW1NiDcUrH4ee3DrEM1AMjc/viewform?usp=send_form
 
  No, you need not have developer in your title (in fact, the more
 diverse
  job roles I can get among the respondents, the better).  Your code can be
  little gems of perfection or grotesquely hackish; I like it either way.
 
  Thanks in advance; obligatory apologies for cross-posting.
 
  --
  Andromeda Yelton
  Board of Directors, Library  Information Technology Association:
  http://www.lita.org
  Advisor, Ada Initiative: http://adainitiative.org
  http://andromedayelton.com
  @ThatAndromeda http://twitter.com/ThatAndromeda