personal-website/blog/getting-use-cases/index.html

218 lines
13 KiB
HTML
Raw Normal View History

2017-04-20 20:53:45 +00:00
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Getting Use Cases is Hard | VICKY STEEVES</title>
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<meta content="#5670d4" name="theme-color">
<link rel="alternate" type="application/rss+xml" title="RSS" href="../../rss.xml">
<link rel="canonical" href="http://vickysteeves.com/blog/getting-use-cases/">
<link rel="favicon" href="../../favicon.ico" sizes="16x16">
<link rel="favicon1" href="icon_128x128.png" sizes="128x128">
<!--[if lt IE 9]><script src="../../assets/js/html5.js"></script><![endif]--><meta name="author" content="Vicky Steeves">
<link rel="prev" href="../love-your-data-week/" title="#LYD16 Recap" type="text/html">
<link rel="next" href="../force-2016/" title="FORCE2016" type="text/html">
<meta property="og:site_name" content="VICKY STEEVES">
<meta property="og:title" content="Getting Use Cases is Hard">
<meta property="og:url" content="http://vickysteeves.com/blog/getting-use-cases/">
<meta property="og:description" content="One of my big tasks since coming into NYU last August was to work on the ReproZip project. My role is largely outreach and education: I was tasked with teaching ReproZip and general reproducibility pr">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2016-03-20T14:08:25-04:00">
<meta property="article:tag" content="nyu">
<meta property="article:tag" content="ReproZip">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div class="container" id="content" role="main">
<!-- Menubar -->
<nav class="navbar navbar-inverse"><div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://vickysteeves.com/">
<span id="blog-title" style="padding: 19px 0px;">VICKY STEEVES</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li>
<a href="../../">Home</a>
</li>
<li>
<a href="../../resume">Resume</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="../../blog">Posts</a>
</li>
<li>
<a href="../../archive.html">Archives</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown--><li><a href="https://impactstory.org/u/0000-0003-4298-168X">ImpactStory</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Data<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://osf.io/7mj2q/">Open Science Framework</a></li>
<li><a href="https://github.com/VickySteeves">GitHub</a></li>
</ul>
</li>
<!--end dropdown-->
<!--dropdown-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Social Media<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://twitter.com/VickySteeves">Twitter</a></li>
<li><a href="https://www.instagram.com/vickysteeves/">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/victoriaisteeves">LinkedIn</a></li>
</ul>
</li>
<!--end dropdown-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="body-content">
<!--Body content-->
<div class="row">
<article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><a href="https://github.com/VickySteeves/personal-website/blob/master/posts/2016-mar20.html" id="sourcelink"><img src="../../images/github.png" height="5%" width="5%" style="float:right;"></a>
<h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Getting Use Cases is Hard</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">
<a href="../../resume">Vicky Steeves</a>
</span></p>
<p class="dateline"><a href="." rel="bookmark"><time class="published dt-published" datetime="2016-03-20T14:08:25-04:00" itemprop="datePublished" title="03-20-2016">03-20-2016</time></a></p>
<p class="commentline">
<a href="#disqus_thread" data-disqus-identifier="cache/posts/2016-mar20.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content" itemprop="articleBody text">
<!--
.. title: Getting Use Cases is Hard
.. slug: getting-use-cases
.. date: 2016-03-20 14:08:25 UTC-04:00
.. tags: nyu, ReproZip
.. category: Professional Life
.. link: https://github.com/VickySteeves/personal-website/blob/master/posts/2016-mar20.html
.. description:
.. type: text
-->
<p>One of my big tasks since coming into NYU last August was to work on the <a href="https://github.com/ViDA-NYU/reprozip">ReproZip</a> project. My role is largely outreach and education: I was tasked with teaching ReproZip and general reproducibility principles, gathering use cases in a wider variety of disciplines (when I arrived, the use cases were largely in computer science), and supporting users in general.</p>
<p>ReproZip kind of blew my mind when I arrived; it's an open source software tool that simplifies the process of creating reproducible experiments. Basically it tracks operating system calls and creates a package that contains all the binaries, files, and dependencies required to reproduce the experiment. A reviewer can then extract the experiment on their own machine using ANY operating system (even if it's different from the original one!!) to reproduce the results. As a librarian, I was like "OH MY GOD. THE DIGITAL PRESERVATION GAME JUST GOT UPPED." Anyway, here's basically how ReproZip works -- in 2 steps:</p>
<!-- TEASER_END -->
<p><u>Step 1: Packing</u></p>
<img src="../../images/packing.png" height="100%" width="100%"><br><hr>
<p><u>Step 2: Unpacking</u></p>
<img src="../../images/unpacking.png" height="100%" width="100%"><br><br><p><a href="https://remram.fr/">Rémi Rampin</a>, the current developer of ReproZip, <a href="http://bigdata.poly.edu/~fchirigati/">Fernando Chirigati</a>, the former developer, and I created this great GitHub repository called <a href="https://github.com/ViDA-NYU/reprozip-examples">ReproZip Examples</a>, dedicated to showcasing examples and use cases from different domains using ReproZip. We have everything from digital humanities (a history paper used ReproZip!) to archived websites and client-server architecture, to machine learning. It's awesome -- check it out and try to unpack stuff if you want!</p>
<p>I'm really advocating hard for libraries to start at least investigating using ReproZip for their digital collections -- there is so much unused potential for this it's actually crazy, which brings us around to the title. Getting use cases is hard.</p>
<p>In May, Rémi and I will be at the Data and Software and Preservation for Open Science workshop, <a href="https://daspos.crc.nd.edu/index.php/workshops/container-strategies-for-data-software-preservation-that-promote-open-science">Container Strategies for Data Software Preservation that Promote Open Science</a>. I'm serving as an external organizer, but the two of us will be doing some extensive work with ReproZip while there.</p>
<img src="../../images/daspos.png" height="100%" width="100%"><p class="caption">Image from the <a href="https://daspos.crc.nd.edu/">DASPOS</a> website.</p>
<p>The DASPOS project, NSF funded, "represents a collective effort to explore the realization of a viable data, software, and computation preservation architecture for High Energy Physics (HEP)." But at this point, it's grown FAR beyond HEP -- the workshop so far is slotted to have representation from a variety of fields and professions (like libraries!!).</p>
<p>In addition to a talk/demo during the conference proceedings, Rémi and I are leading three breakout sessions that will allow people to try out ReproZip for themselves, using their research if they brought some. I'm hoping that, with the new ReproZip-Examples, we can get some people at the DASPOS workshop to add their own .rpz packages for us to try and reproduce! This would be the best-case scenario, but it depends a lot on the research of the participants.</p>
<p>Anyway. I'm really looking forward to learning more about some other containerizing tools like <a href="https://github.com/crcresearch/daspos-umbrella">Umbrella</a> and meeting some other folks (hopefully a lot of librarians!!) who are involved in the reproducibility and preservation space. The community doing active tool development in this area seems fairly small, so it'll be great for fostering interoperability having us all in a room.</p>
</div>
<aside class="postpromonav"><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="../../categories/nyu/" rel="tag">nyu</a></li>
<li><a class="tag p-category" href="../../categories/reprozip/" rel="tag">ReproZip</a></li>
</ul>
<ul class="pager hidden-print">
<li class="previous">
<a href="../love-your-data-week/" rel="prev" title="#LYD16 Recap">Previous post</a>
</li>
<li class="next">
<a href="../force-2016/" rel="next" title="FORCE2016">Next post</a>
</li>
</ul></nav></aside><section class="comments hidden-print"><h2>Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_shortname ="vicky-steeves",
disqus_url="http://vickysteeves.com/blog/getting-use-cases/",
disqus_title="Getting Use Cases is Hard",
disqus_identifier="cache/posts/2016-mar20.html",
disqus_config = function () {
this.language = "en";
};
(function() {
var dsq = document.createElement('script'); dsq.async = true;
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
</noscript>
<a href="https://disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>
</section></article><script>var disqus_shortname="vicky-steeves";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>
</div>
<!--End of body content-->
<footer id="footer"><div align="center">
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, &amp; Librarians, Oh My!</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://vickysteeves.com/blog.html" property="cc:attributionName" rel="cc:attributionURL">Vicky Steeves</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
</div>
<br></footer>
</div>
</div>
<script src="../../assets/js/all-nocdn.js"></script><script>$('a.image-reference:not(.islink) img:not(.islink)').parent().colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
moment.locale("en");
fancydates(1, "MM-DD-YYYY");
</script><!-- end fancy dates --><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86255717-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>