Re: [CODE4LIB] Interim data storage for researchers

2016-04-12 Thread Rhoads, Joseph
I've also seen a few things on Globus that might fit in with what you
describe.
https://www.globus.org/

I do not have personal experience with it.

-Joseph

--
Joseph Rhoads
Digital Repository Manager
Brown University Library


On Tue, Apr 12, 2016 at 9:56 AM, Mark Jordan  wrote:

> Hi Krista,
>
> You might want to check out OwnCloud. It offers a viable Dropbox
> alternative that you can host locally, with sync clients for all major
> operating systems (even Blackberry cough).
>
> Mark
>
> - Original Message -
>
> > Thanks for the response so far. I'll definitely be looking into your
> > suggestions. I should note, we're Canadian, so cloud options (ie. syncing
> > to gdocs, dropbox, etc) are problematic for us.
>
> > K r i s t a G o d f r e y
>
> > 
> > Interim Head, Library Information Technology Services/
> > Web Services Librarian
> > Library IT Services
> > Queen Elizabeth II Library
> > Memorial University of Newfoundland
> > St. John's, NL
> > A1B 3Y1
> > t:709-864-3753
>
> > 
> > "He's like Super Librarian, y'know?
> > Everyone forgets, Willow, that knowledge is the ultimate weapon."
> > - Buffy the Vampire Slayer
>
> > On Tue, Apr 12, 2016 at 10:32 AM Reid Boehm  wrote:
>
> > > Hi Krista,
> > > We have several researchers that are using Open Science Framework. It
> seems
> > > to work well for collaboration across institutions and it gives the
> owner
> > > control of granting access. It also syncs with Google Drive, Box,
> Dropbox
> > > and Github which is nice.
> > > Hope that helps!
> > >
> > > *--Reid *
> > >
> > > *Reid I Boehm, PhD*
> > > CLIR Postdoctoral Fellow in Data Curation for the Sciences and Social
> > > Sciences
> > > Hesburgh Libraries – Center for Digital Scholarship
> > >
> > >
> > > *University of Notre Dame*131 Hesburgh Library
> > > Notre Dame, IN 46556
> > > o: 574-631-3461
> > > e: rbo...@nd.edu
> > > OrCiD: -0002-5474-0253
> > >
> > > 
> > >
> > > On Tue, Apr 12, 2016 at 8:25 AM, K. Godfrey <
> theweelibrari...@gmail.com>
> > > wrote:
> > >
> > > > Hi all
> > > >
> > > > We've been approached by a researcher who would like our assistance
> in
> > > > storing data (various file types) on an on-going project (not at a
> data
> > > > preservation stage yet). The researcher wants to be able to access,
> add
> > > and
> > > > change this data from their project site and allow her fellow
> research
> > > > partners (not necessarily at our institution) access as well. Are any
> > > other
> > > > folks offering this kind of service? Have you partnered with campus
> IT to
> > > > make this happen? Are you using particular software, such as
> DataVerse or
> > > > Pydio to facilitate such a service? Thanks!
> > > >
> > > > Krista
> > > >
> > > > K r i s t a G o d f r e y
> > > >
> > > > 
> > > >
> > > >
> > > > Interim Head, Library Information Technology Services/
> > > > Web Services Librarian
> > > > Library IT Services
> > > > Queen Elizabeth II Library
> > > > Memorial University of Newfoundland
> > > > St. John's, NL
> > > > A1B 3Y1
> > > > t:709-864-3753
> > > >
> > > >
> > > > 
> > > >
> > > > "He's like Super Librarian, y'know?
> > > > Everyone forgets, Willow, that knowledge is the ultimate weapon."
> > > > - Buffy the Vampire Slayer
> > > >
> > >
>


Re: [CODE4LIB] Open Library Internet Archive BookReader

2013-05-31 Thread Rhoads, Joseph
We also use the Open Library Internet Archive BookReader as one of our book
viewers at Brown.
https://repository.library.brown.edu/services/book_reader/set/bdr:218476/

Another option we've adapted is Portfolio.js which we call the Portfolio
Viewer
https://repository.library.brown.edu/services/book_reader/portfolio/bdr:218476/
This is our current solution for large books with occasional irregularly
sized page.

Happy to answer questions.

-Joseph

--
Joseph Rhoads
Digital Repository Manager
Brown University Library






On Fri, May 31, 2013 at 3:24 PM, Hicks, William william.hi...@unt.eduwrote:

 We are using it in an edit app on the admin side of the digital libraries
 @ UNT.

 On an expanded note.  Does anyone have some success they can share in
 regards to serving materials through bookreader where the contained pages
 of a single item have variable widths and/or heights? Building off the demo
 assumes a fixed width/height ratio, which in our experience is not always
 the case (consider the book with the occasional map foldout).

 In our case we do not know an image's dimensions until it has loaded so we
 can't construct an array on the server side to lookup against, and doing so
 on page load would charge us a significant penalty for large items (books
 with 1000s of pages). My current hack has auto filled to the width, which
 breaks centering and thumbs, but renders the odd page as legible.

 So any thoughts/ideas? Thanks in advance!

 Will

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 John Jung
 Sent: Friday, May 31, 2013 1:34 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Open Library Internet Archive BookReader

 We use this software at the University of Chicago Library as well:

 http://chicagoan.lib.uchicago.edu/xtf/view?docId=bookreader/mvol-0010-v005-
 i08/mvol-0010-v005-i08.xml;brand=default#page/1/mode/1up

 John Jung
 Web Project Manager
 University of Chicago Library

 On May 30, 2013, at 5:04 PM, Robinson, Lakeisha
 lakeisha.robin...@yale.edumailto:lakeisha.robin...@yale.edu wrote:
 
 Hello Everyone, is anybody using the Open Library Internet Archive
 BookReader for page turning?



Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Rhoads, Joseph
We do a lot of our development within virtual machines.
So VirtualBox is a great free solution in that area
www.virtualbox.org
and then to make new VM setup and deployment easier we use Vagrant
http://vagrantup.com/

-Joseph
--
Joseph Rhoads
Digital Repository Manager
Brown University Library


On Fri, Nov 2, 2012 at 2:35 PM, Mita Williams mita.willi...@gmail.comwrote:

 That reminds me of how I got started with Drupal. I was so scared of
 botching up an install on a server that I ran XAMPP and ran my first
 Drupal install on a USB key!


 On Fri, Nov 2, 2012 at 2:31 PM, Joe Hourcle
 onei...@grace.nascom.nasa.govwrote:

  On Nov 2, 2012, at 2:09 PM, Mita Williams wrote:
 
   +1 to web-hosting as it gives the ability install one's own software on
   one's domain (which feels great) *and* easy access to shell.
  
   And when web-hosting feels like too much of a barrier to access, sites
  like
   jsfiddle where you can immediately start adding *and* sharing code is
  key.
   IMHO the initial appeal of Code Academy was that it removed all
 barriers
  to
   getting started.  Getting a laptop's localhost set up is too daunting
  for a
   first step, I think.
 
  If that's a problem for people, it might be worth looking at the various
  *AMP (LAMP, WAMP, MAMP) stacks for an easy install of Apache, mySQL +
 perl
  / python / php.
 
  We're probably moving away from locally hosted services towards 'the
 cloud'
  for the most part (remember when they used to be called 'service
  providers'?)
  but it's still useful to learn a little something about configuring a
  webserver / database / etc.
 
  And it's generally more locked down in the various *AMP stacks than if
  you went and installed them individually, so there aren't quite the
  same level of problems w/ security.
 
  -Joe