Compare commits

..

No commits in common. "OLD/static" and "main" have entirely different histories.

159 changed files with 27867 additions and 5985 deletions

3
.directory Normal file
View File

@ -0,0 +1,3 @@
[Dolphin]
Timestamp=2019,2,20,15,14,44
Version=4

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
_site/
*.pyc
.DS_Store
.doit.db
state_data.json
cache/
public/
*.csv

19
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,19 @@
image: registry.gitlab.com/paddy-hack/nikola:8.0.1
test:
script:
- nikola build
except:
- main
pages:
script:
- pip3 install pybtex
- nikola plugin -i publication_list
- nikola build
artifacts:
paths:
- public
only:
- main

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2016 Vicky Steeves
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1 +1,44 @@
This is the code underling [my para-professional website](http://www.vickysteeves.com/). [![forthebadge](http://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/contains-cat-gifs.svg)](http://forthebadge.com)
### About
My website, [vicky.rampin.org](https://vicky.rampin.org), upgraded from coding-by-hand (n00b) to [Nikola](https://getnikola.com/), a static site generator.
### Building
This site relies on Python and [Nikola](https://getnikola.com/), a static site generator.
I would recommend you use a virtualenv to build and view this website. This is a Python tool to create isolated Python environments. The HitchHiker's Guide to Python has a [great guide](http://docs.python-guide.org/en/latest/dev/virtualenvs/) on virtual environments that I used to learn how to use/interact with virtualenvs.
Here's how to make and activate a virtual environment:
<pre><code># install the tool virtualenv
$ pip install virtualenv
# create the Python 3 virtual environment
$ virtualenv -p python3 my-website
# activate the virtual environment
$ source my-website/bin/activate
</pre></code>
Now, you can get started and install all of the dependecies of my website!
<pre><code># install the dependencies
$ pip install Nikola['extras']
# clone this repo
$ git clone git@gitlab.com:VickyRampin/personal-website.git
# change directory (cd) so you are in the right folder for the website
$ cd personal-website
# build the website
$ nikola build
# see the website
$ nikola serve -b
</pre></code>
You should now be able to see and interact with my website locally!
### RSS Feed
Found here: [https://vicky.rampin.org/rss.xml](https://vicky.rampin.org/rss.xml)

224
bibtex/codeMediaOthers.bib Normal file
View File

@ -0,0 +1,224 @@
@misc{vicky_steeves_reprocrawl_2018,
title = {{ReproCrawl}},
url = {https://crawl.reproduciblescience.org/},
author = {{Vicky Steeves} and {Rémi Rampin}},
year = {2018},
}
@misc{steeves_next_2015,
title = {The {Next} {Frontier} of {Stewardship}: the {Value} of {Field} {Books} in a {Digital} {Age}},
url = {http://nmnh.typepad.com/fieldbooks/2015/03/steeves-post-wip.html},
language = {ENG},
journal = {NMNH Fieldbook Project},
author = {Steeves, Vicky},
month = mar,
year = {2015},
}
@misc{steeves_reprozip_2017,
title = {{ReproZip} {Examples} {Website}},
author = {Steeves, Vicky and Rampin, Rémi},
year = {2017},
}
@misc{steeves_reproducibility_2015,
title = {Reproducibility {News} {Feed}},
url = {https://twitter.com/reprofeed},
author = {Steeves, Vicky and Rampin, Rémi},
year = {2015},
}
@misc{steeves_packing_2015,
title = {Packing and {Unpacking} {Experiments} with {ReproZip}},
url = {https://www.youtube.com/watch?v=-zLPuwCHXo0},
author = {Steeves, Vicky and Rampin, Rémi and Chirigati, Fernando},
month = nov,
year = {2015},
}
@misc{steeves_data_2016,
title = {Data {Dispatch}},
url = {http://data-services.hosting.nyu.edu/},
author = {Steeves, Vicky and Wolf, Nicholas},
month = sep,
year = {2016},
}
@misc{steeves_database:_2017,
title = {Database: {Women} {Leaders} in {Openness}},
publisher = {LIS Scholarship Archive},
author = {Steeves, Vicky},
year = {2017},
doi = {10.17605/osf.io/5s2g6},
}
@misc{vicky_steeves_reproducible_2018,
title = {Reproducible {Science}},
url = {https://reproduciblescience.org/},
abstract = {Reproducible Science
On this site, the moderators have curated sources of various types discussing reproducibility in the directory. You can find academic papers, blog posts, popular media articles,},
language = {en},
journal = {Reproducible Science},
author = {{Vicky Steeves} and {Rémi Rampin}},
month = jun,
year = {2018},
}
@misc{vicky_steeves_reproducible_2017,
title = {Reproducible {Science} at {NYU}},
url = {https://nyu.reproduciblescience.org/},
abstract = {At New York University, the Reproducibility and Open Science Working Group have been active change agents both within the University and at large. Our work centers on four major categories: development work, community engagement, publications, and presentations. We aim to develop infrastructure to support the creation of reproducible results, and to promote practices designed to enhance data sharing, preservation, provenance, and reproducibility.},
language = {en},
journal = {Reproducible Science @ NYU},
author = {{Vicky Steeves}},
month = jan,
year = {2017},
}
@misc{vicky_steeves_women_2018,
title = {Women {Working} in {Openness}},
url = {https://fyoaw.vickysteeves.com/},
author = {{Vicky Steeves}},
year = {2018},
}
@misc{vicky_steeves_reprozip_2016,
title = {{ReproZip} {Website}},
url = {https://www.reprozip.org/},
author = {{Vicky Steeves} and {Rémi Rampin} and {Fernando Chirigati}},
year = {2016},
}
@misc{vicky_steeves_how_2017,
title = {How {GitLab} can help in research reproducibility},
url = {https://about.gitlab.com/blog/2017/08/25/gitlab-and-reproducibility/},
abstract = {NYU reproducibility librarian Vicky Steeves shares why GitLab is her choice for ongoing collaborative research, and how it can help overcome challenges with sharing code in academia.},
language = {en},
journal = {GitLab},
author = {{Vicky Steeves}},
month = aug,
year = {2017},
}
@misc{thomas_padilla_data_2018,
type = {Text},
title = {Data {Librarianship}: {A} {Path} and an {Ethic}},
copyright = {http://acrl.ala.org/dh/rights-permissions/},
shorttitle = {Data {Librarianship}},
url = {https://acrl.ala.org/dh/2018/04/04/repro/},
abstract = {Vicky Steeves is the Librarian for Research Data Management and Reproducibility at New York University - a dual appointment between NYU's Division of Libraries and Center for Data Science.},
language = {en\_US},
journal = {dh+lib},
author = {{Thomas Padilla} and {Vicky Steeves}},
month = apr,
year = {2018},
}
@book{steeves_lis_2020,
title = {{LIS} 628 - {Data} {Librarianship}},
publisher = {{}},
url = {https://vickysteeves.gitlab.io/lis-628-datalibrarianship/},
abstract = {Material for LIS 628 - Data Librarianship at Pratt SLIS.},
author = {Steeves, Vicky},
year = {2020},
}
@misc{rampin_taguette_2021,
title = {Taguette},
copyright = {BSD 3-Clause "New" or "Revised" License, Open Access},
url = {https://zenodo.org/record/4560784},
abstract = {A spin on the phrase "tag it!", Taguette is a free and open source qualitative research tool that allows users to: Import PDFs, Word Docs ({\textless}code{\textgreater}.docx{\textless}/code{\textgreater}), Text files ({\textless}code{\textgreater}.txt{\textless}/code{\textgreater}), HTML, EPUB, MOBI, Open Documents ({\textless}code{\textgreater}.odt{\textless}/code{\textgreater}), and Rich Text Files ({\textless}code{\textgreater}.rtf{\textless}/code{\textgreater}). Highlight words, sentences, or paragraphs and tag them with the codes {\textless}em{\textgreater}you{\textless}/em{\textgreater} create. (not yet) Group imported documents together (e.g. as 'Interview' or 'Lit Review'). Export tagged documents, highlights for a specific tag, a list of tags with description and colors, and whole projects.},
publisher = {Zenodo},
author = {Rampin, Remi and Steeves, Vicky and DeMott, Sarah},
month = feb,
year = {2021},
doi = {10.5281/ZENODO.4560784},
}
@misc{lbmr_committee_librarians_2020,
title = {Librarians {Building} {Momentum} for {Reproducibility}},
url = {https://vickysteeves.gitlab.io/librarians-reproducibility/},
abstract = {Co-organized the Librarians Building Momentum for Reproducibility virtual half-day conference for librarians who are working in, or want to learn more about, supporting research reproducibility.},
language = {en},
journal = {Librarians Building Momentum for Reproducibility},
author = {{LBMR Committee}},
month = jan,
year = {2020},
}
@misc{karl-rainer_blumenthal_project_2018,
title = {Project {Preview}: “{Weaving} {Digital} {Stewardship} into the {Organizational} {Fabric}”},
url = {https://www.dpconline.org/blog/wdpd/weaving-digital-stewardship-into-the-organization},
journal = {DPC Blog},
author = {{Karl-Rainer Blumenthal} and {Peggy Griesinger} and {Julia Kim} and {Shira Peltzman} and {Vicky Steeves}},
month = dec,
year = {2018},
}
@misc{rampin_reprozip_2019,
title = {{ReproZip}: 1.0.16},
copyright = {Open Access},
shorttitle = {{ReproZip}},
url = {https://zenodo.org/record/2558333},
publisher = {Zenodo},
author = {Rampin, Remi and Chirigati, Fernando and Steeves, Vicky and Freire, Juliana and Shasha, Dennis},
month = feb,
year = {2019},
doi = {10.5281/ZENODO.2558333},
}
@misc{vicky_steeves_2020_2020,
title = {2020 {Datathon}: {Working} {Collaboratively} with {Git} and {GitHub}},
shorttitle = {2020 {Datathon}},
url = {https://www.youtube.com/watch?v=pYVrk_c8DNo},
abstract = {A video for the NYU Data Science Club's November Datathon going over Git and GitHub.},
author = {{Vicky Steeves}},
month = nov,
year = {2020},
}
@misc{vicky_steeves_2020_2020-1,
title = {2020 {Datathon}: {Kaggle} {Overview}},
shorttitle = {2020 {Datathon}},
url = {https://www.youtube.com/watch?v=NPyhsKqDTsg},
abstract = {A video for the NYU Data Science Club's November Datathon going over Kaggle.},
author = {{Vicky Steeves}},
month = nov,
year = {2020},
}
@misc{vicky_steeves_2020_2020-2,
title = {2020 {Datathon}: {Finding} {Datasets} {Collected} by {NYU} {Libraries}},
shorttitle = {2020 {Datathon}},
url = {https://www.youtube.com/watch?v=0Lh_0Xv7-SE},
abstract = {A video for the NYU Data Science Club's November Datathon going over how to find datasets collected by NYU's Division of Libraries.},
author = {{Vicky Steeves}},
month = nov,
year = {2020},
}
@misc{vicky_rampin_understanding_2021,
title = {Understanding {Regular} {Expressions} - {NYU} {Stream}},
url = {https://stream.nyu.edu/media/Understanding%20Regular%20Expressions/1_wzpt1qyu},
author = {{Vicky Rampin}},
month = feb,
year = {2021},
}
@misc{vicky_rampin_collaborating_2021,
title = {Collaborating with {Git} and {GitHub}},
url = {https://stream.nyu.edu/media/Collaborating%20with%20Git%20and%20GitHub/1_4t0xxmr2},
author = {{Vicky Rampin}},
month = feb,
year = {2021},
}
@misc{steeves_research_2016,
title = {Research {Data} {Management} {Badge}},
url = {https://osf.io/85bnv/},
abstract = {A project to incentivize our communities to practice good research data management.},
language = {en},
author = {Steeves, Vicky and Wolf, Nicholas},
month = jan,
year = {2016},
}

459
bibtex/presentations.bib Normal file
View File

@ -0,0 +1,459 @@
@misc{steeves_reprozip_2017,
address = {South Bend, Indiana},
title = {{ReproZip} for {Reproducible} {Research}},
url = {https://osf.io/s6fw9/},
abstract = {Hosted on the Open Science Framework},
language = {en},
author = {Steeves, Vicky and {Rémi Rampin}},
month = apr,
year = {2017},
customlinkSlides= {https://osf.io/s6fw9/},
}
@misc{steeves_reproducible_2017,
address = {Vienna, Austria},
title = {Reproducible computational research in the publication cycle},
url = {https://osf.io/umy6g/},
abstract = {Materials for the short course "Reproducible computational research in the publication cycle" at the European Geosciences Union General Assembly 2017. Short course website: http://meetingorganizer.copernicus.org/EGU2017/session/25726},
language = {en},
author = {Steeves, Vicky and Rampin, Rémi and Nüst, Daniel},
month = apr,
year = {2017},
customlinkMaterials = {https://osf.io/umy6g/},
}
@misc{steeves_organizational_2015,
address = {Washington, D.C},
title = {Organizational {Implications} of {Data} {Science} {Environments} in {Education}, {Research}, and {Research} {Management} in {Libraries}},
url = {https://osf.io/rhgq3/},
abstract = {A presentation by Vicky Steeves, Erik Mitchell, and Jennifer Muilenburg on the implications of data science in a library environment.
Hosted on the Open Science Framework},
language = {en},
author = {Steeves, Vicky and Mitchell, Erik and Muilenburg, Jennifer},
month = dec,
year = {2015},
customlinkSlides= {https://osf.io/rhgq3/},
}
@misc{steeves_creating_2017,
address = {Austin, Texas},
title = {Creating {Reproducible} {Experiments} with {ReproZip}},
url = {https://vickysteeves.gitlab.io/2017-SciPy/#/},
abstract = {Reproducibility is a core component of the scientific process: it helps researchers all around the world to verify research results and also to build on them, allowing science to move forward. Unfortunately, computational reproducibility can be very painful. Well present an open source tool for computational reproducibility, ReproZip. ReproZip is written in Python, and was designed to simplify the process of making an experiment reproducible across platforms. ReproZip creates self-contained, reproducible packages by automatically tracking, identifying, and capturing all its required dependencies: programs, libraries, data, and configuration files. The original user can share the package with others, who can then use ReproZip to unpack and rerun the experiment on their favorite operating system.},
language = {en},
author = {Steeves, Vicky and Rampin, Rémi},
month = jul,
year = {2017},
customlinkSlides= {https://vickysteeves.gitlab.io/2017-SciPy/#/},
}
@misc{spitzer_open_2017,
address = {Lawrence, Kansas},
title = {Open, {Public} {Goods} {Infrastructure} for {Research} {Management} \& {Discovery}},
url = {https://osf.io/sy2zf/},
abstract = {Presentations on open technical infrastructure that supports research reproducibility, open access mandates, and data management and sharing requirements. Panel on Thursday, May 25th, 2017 at 4pm.},
language = {en},
author = {Spitzer, Matthew and Steeves, Vicky and Hudson-Vitale, Cynthia},
month = may,
year = {2017},
customlinkSlides= {https://osf.io/sy2zf/},
}
@misc{steeves_using_2016,
address = {Fort Worth, Texas},
title = {Using {Openness} as {Foundation} for {Research} {Data} {Management} {Services}},
url = {https://vickysteeves.github.io/2016-LITA-OpenDataServices/#/},
language = {ENG},
author = {Steeves, Vicky and Wolf, Nicholas M.},
month = nov,
year = {2016},
customlinkSlides= {https://vickysteeves.github.io/2016-LITA-OpenDataServices/#/},
}
@misc{steeves_ndsr-ny_2015,
address = {San Diego, California},
type = {Conference {Presentation}},
title = {{NDSR}-{NY} {Notes} from the {Field}: {Preserving} {Scientific} {Data} at the {American} {Museum} of {Natural} {History}},
author = {Steeves, Vicky and Peltzman, Shira},
month = mar,
year = {2015},
}
@misc{steeves_reprozip:_2016,
address = {Notre Dame University},
type = {Demo, presentation, breakout session},
title = {{ReproZip}: {Reproducibility} with {Ease}},
url = {https://osf.io/wvrpg/},
language = {ENG},
author = {Steeves, Vicky and Rampin, Remi},
month = may,
year = {2016},
customlinkSlides= {https://osf.io/wvrpg/}
}
@misc{vicky_steeves_next_2015,
address = {Boston, Massachusetts},
type = {Panel {Presentation}},
title = {The {Next} {Generation} of {Digital} {Stewards}: the {NDSR} {Program}},
url = {https://www.newenglandarchivists.org/Resources/Documents/Meeting%20Programs/2015_spring_program.pdf},
language = {ENG},
author = {{Vicky Steeves} and {Margo Padilla}},
month = may,
year = {2015},
customlinkProgram= {https://www.newenglandarchivists.org/Resources/Documents/Meeting%20Programs/2015_spring_program.pdf},
}
@misc{steeves_collaborating_2016,
address = {Atlanta, Georgia},
type = {Poster},
title = {Collaborating to {Create} a {Culture} of {Data} {Stewardship}},
url = {https://archive.nyu.edu/handle/2451/38185},
language = {eng},
author = {Steeves, Vicky and Gordon, Drew and Reed, Kevin},
month = may,
year = {2016},
customlinkPoster={https://archive.nyu.edu/handle/2451/38185},
}
@misc{steeves_bridging_2016,
address = {Worcester, Massachusetts},
type = {Poster},
title = {Bridging the {Gap}: {Improving} {Data} {Services} through {Cross}-{Campus} {Collaboration}},
url = {http://escholarship.umassmed.edu/escience_symposium/2016/posters/2/},
language = {ENG},
author = {Steeves, Vicky and Gordon, Drew and Reed, Kevin},
month = apr,
year = {2016},
customlinkPoster={http://escholarship.umassmed.edu/escience_symposium/2016/posters/2/},
}
@misc{franklin_sayre_reproducibility_2017,
address = {Baltimore, Maryland},
title = {The {Reproducibility} {Crisis}: {Opportunities} and {Challenges} for {Academic} {Librarians}},
abstract = {Eka Grguric},
author = {{Franklin Sayre} and {Vicky Steeves}},
month = mar,
year = {2017},
}
@misc{robin_champieux_open_2017,
address = {Baltimore, Maryland},
title = {Open {Science}: {Understanding} {Modern} {Research} {Practices}},
url = {https://osf.io/cyr3n/},
author = {{Robin Champieux} and {Vicky Steeves} and {Jeff Leek} and {Eka Grguric} and {Brett Davidson}},
month = mar,
year = {2017},
customlinkSlides = {https://osf.io/cyr3n/},
}
@misc{vicky_steeves_reproducing_2017,
title = {Reproducing and {Preserving} {Research} with {ReproZip}},
url = {https://vickysteeves.gitlab.io/2017-IASSIST-ReproZip},
author = {{Vicky Steeves} and {Rémi Rampin}},
month = may,
year = {2017},
customlinkSlides = {},
}
@misc{vicky_steeves_2_2018,
title = {2 {Programs} that will {Change} the way you think about {REPRODUCIBILITY} (with pics)},
url = {https://osf.io/7nyr8/},
author = {{Vicky Steeves} and {Rémi Rampin}},
month = nov,
year = {2018},
customlinkSlides = {},
}
@misc{vicky_steeves_workshop_2017,
address = {Nice, France},
title = {Workshop on {Data} {Management} \& {Reproducibility}},
url = {https://osf.io/6fyj5},
author = {{Vicky Steeves}},
month = dec,
year = {2017},
customlinkSlides = {},
}
@misc{daniel_nust_writing_2018,
title = {Writing reproducible geoscience papers using {R} {Markdown}, {Docker}, and {GitLab}},
url = {https://vickysteeves.gitlab.io/repro-papers/},
author = {{Daniel Nüst} and {Vicky Steeves} and {Rémi Rampin} and {Markus Konkol} and {Edzer Pebesma}},
month = may,
year = {2018},
customlinkMaterials = {},
}
@misc{vicky_steeves_best_2018,
title = {Best practices for reproducible research},
url = {https://osf.io/6hvpt},
author = {{Vicky Steeves}},
month = oct,
year = {2018},
customlinkSlides = {},
}
@misc{vicky_steeves_reproserver_2018,
title = {{ReproServer}: {Making} {Reproducibility} {Easier} and {Less} {Intrusive}},
url = {https://osf.io/xafsg/},
author = {{Vicky Steeves} and {Rémi Rampin}},
month = oct,
year = {2018},
customlinkSlides = {},
}
@misc{marshall_advocating_2019,
title = {Advocating for {Open}: {Putting} {Ethics} {Into} {Practice}},
shorttitle = {Advocating for {Open}},
url = {https://doi.org/10.31229/osf.io/jhvtc},
abstract = {A presentation for ACRL 2019. There is a vital role for libraries to lead the way in open, community-run dissemination and preservation of the scholarly record and educational materials. This panel will introduce advocacy practices to make openness a priority at your institution, through educational resources, ongoing research, and archived research. Panelists will discuss how they practice openness as a core part of their work and present concrete ideas about how to integrate openness into practice as both LIS professionals and service providers. Attendees will leave with practical strategies and renewed confidence as openness advocates at their institutions and in the LIS field.},
author = {Marshall, Brianna and Steeves, Vicky and Vandegrift, Micah},
month = may,
year = {2019},
doi = {10.31229/osf.io/jhvtc},
customlinkSlides = {},
}
@misc{vicky_steeves_open_2019,
title = {Open {Qualitative} {Research} with {Taguette}},
url = {https://osf.io/sp2dx},
abstract = {A presentation for Love Data Week 2019 at Seton Hall University.},
language = {en-us},
author = {{Vicky Steeves} and {Sarah DeMott}},
month = feb,
year = {2019},
customlinkSlides = {},
}
@misc{steeves_role_2019,
title = {The {Role} of {Libraries} in the {Age} of {Computational} {Reproducibility}},
url = {https://zenodo.org/record/2692864},
abstract = {A lighting talk at csv,conf,4 about how libraries and librarians are helping researchers with reproducibility.},
author = {Steeves, Vicky and Hayden, Gabriele},
month = may,
year = {2019},
doi = {10.5281/zenodo.2692864},
customlinkSlides = {},
}
@misc{duckles_qualitative_2019,
address = {Portland, Oregon},
title = {Qualitative {Research} {Using} {Open} {Tools}},
url = {https://zenodo.org/record/2673016},
abstract = {Qualitative research has long suffered from a lack of free tools for analysis, leaving no options for researchers without significant funds for software licenses. This presents significant challenges for equity. This panel discussion will explore the first two free/libre open source qualitative analysis tools out there: qcoder (R package) and Taguette (desktop application). Drawing from the diverse backgrounds of the presenters (social science, library \& information science, software engineering), we will discuss what openness and extensibility means for qualitative research, and how the two tools we've built facilitate equitable, open sharing.},
language = {eng},
author = {Duckles, Beth M. and Steeves, Vicky},
month = may,
year = {2019},
doi = {10.5281/zenodo.2673016},
customlinkSlides = {},
}
@misc{vicky_steeves_reproducibility_2019,
title = {Reproducibility, {Preservation}, and {Access} to {Research} with {ReproZip} and {ReproServer}},
author = {{Vicky Steeves} and {Rémi Rampin}},
booktitle={{IASSIST 2019}},
month = may,
year = {2019},
}
@misc{jennifer_muilenburg_panel_2019,
title = {Panel: {Partners} in {Reproducibility}: {Working} with {Researchers} and {Data} {Producers} to {Enhance} {Sharing}, {Reproducibility}, and {Long}-term {Access} to {Research} {Data}},
abstract = {A panel for IASSIST 2019.},
author = {{Jennifer Muilenburg} and {Vicky Steeves} and {Janet McDougall}},
month = may,
year = {2019},
customlinkSlides = {},
}
@misc{karl-rainer_blumenthal_paneli_2019,
title = {Panel:({I} {Can}t {Get} {No}) {Satisfaction}: {Measuring} {Success} in {Digital} {Stewardship} {Programs}},
author = {{Karl-Rainer Blumenthal} and {Peggy Griesinger} and {Julia Kim} and {Shira Peltzman} and {Vicky Steeves}},
month = sep,
year = {2019},
customlinkSlides = {},
}
@misc{vicky_steeves_investigating_2019,
title = {Investigating \& {Archiving} the {Scholarly} {Git} {Experience}},
author = {{Vicky Steeves} and {Genevieve Milliken} and {Sarah Nguyen}},
month = sep,
year = {2019},
customlinkSlides = {},
}
@misc{vicky_steeves_archiving_2019,
title = {Archiving the {Git} {Experience}},
author = {{Vicky Steeves} and {Genevieve Milliken}},
month = sep,
year = {2019},
customlinkSlides = {},
}
@misc{vicky_steeves_investigating_2019-1,
title = {Investigating \& {Archiving} the {Scholarly} {Git} {Experience}},
author = {{Vicky Steeves}},
month = nov,
year = {2019},
customlinkSlides = {},
}
@misc{tim_dennis_new_2019,
title = {The {New} {Normal}: {Why} {Libraries} are {Teaching} {AI}, {ML}, {DH}, {NLP}, {VR}…},
shorttitle = {The {New} {Normal}},
url = {https://www.cni.org/topics/teaching-learning/the-new-normal-why-libraries-are-teaching-ai-ml-dh-nlp-vr},
abstract = {Search cutting-edge academic libraries homegrown services and you will find artificial intelligence (AI), machine learning (ML), digital humanities (DH), natural language processing (NLP), and virtual reality (VR) experts, workshops, consultations, and interdisciplinary projects. Why is that? While on the surface this segment of information and research services may be considered beyond the accustomed library role, the growing popularity of these offerings, at a time when traditional library services are on the wane, suggests that they are fast becoming the new normal. By connecting and fostering collaboration across the disciplines, these libraries are enhancing the teaching, learning and research experience and helping reassert the librarys key role as the center of scholarship. In this panel, data-centric librarians and scientists explore the origins of this trend and possible future directions.},
language = {en-US},
author = {{Tim Dennis} and {Indrani Mandal} and {Vicky Steeves} and {Matthew Burton} and {Harrison Dekker}},
month = dec,
year = {2019},
customlinkVideo = {},
}
@misc{vicky_steeves_reproducibility_2020,
title = {Reproducibility \& {Qualitative} {Data} {Analysis}},
url = {https://osf.io/h95xv/},
language = {en},
urldate = {2021-03-18},
author = {{Vicky Steeves}},
month = jan,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_lets_2020,
title = {Lets {Talk} {Git}! {Investigating} and {Archiving} the {Scholarly} {Git} {Experience}},
url = {https://osf.io/8d6rb/},
author = {{Vicky Steeves} and {Genevieve Milliken} and {Sarah Nguyen}},
month = mar,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_commit-ment_2020,
title = {commit-ment issues with {Git}: investigating \& archiving y'alls work},
url = {https://osf.io/2js9y/},
author = {{Vicky Steeves} and {Sarah Nguyen}},
month = may,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_archiving_2020,
title = {Archiving reproducible research with the {ReproZip} ecosystem},
author = {{Vicky Steeves}},
month = jun,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_panel_2020,
title = {Panel: {Saving} {Software} for {Future} [{Re}]use},
author = {{Vicky Steeves} and {Genevieve Milliken} and {Sarah Nguyen} and {Alexandra Chassanoff} and {Euan Cochrane} and {Morane Gruenpeter} and {Weny Hagenmaier}},
month = aug,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_making_2020,
title = {Making, {Using}, and {Exploring} {Web} {Archives}: {Tales} from {Scholars} \& {Practitioners}},
author = {{Vicky Steeves} and {Genevieve Milliken} and {Alexander Nwala} and {Emily Maemura} and {Meghan Lyon}},
month = aug,
year = {2020},
customlinkSlides = {},
}
@misc{karl-rainer_blumenthal_panel_2020,
title = {Panel: {What}s {Wrong} with {Digital} {Stewardship}: {Evaluating} the {Organization} of {Digital} {Preservation} {Programs} from {Practitioners}' {Perspectives}},
url = {https://osf.io/wxt6s/},
author = {{Karl-Rainer Blumenthal} and {Peggy Griesinger} and {Julia Kim} and {Shira Peltzman} and {Vicky Steeves}},
month = oct,
year = {2020},
customlinkSlides = {https://osf.io/wxt6s/}},
}
@misc{vicky_steeves_panel_2020-1,
title = {Panel: {Tool} {Talk}: {Open} {Technologies} and the {Role} of {Librarians}},
author = {{Vicky Steeves} and {Peace Ossom Williams} and {Kristin Holmes} and {Ted Laderas}},
month = oct,
year = {2020},
customlinkVideo = {},
}
@misc{vicky_steeves_collaborating_2020,
title = {Collaborating on data management planning},
url = {https://osf.io/4jg37},
author = {{Vicky Steeves}},
month = oct,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_data_2020,
title = {Data {Librarianship} \& {Management}},
url = {https://osf.io/rwnzc},
author = {{Vicky Steeves}},
month = nov,
year = {2020},
customlinkSlides = {},
}
@misc{vicky_steeves_data_2021,
title = {Data {Librarianship} in {Support} of {Open} and {Reproducible} {Scholarship}},
url = {https://osf.io/rsx8a},
abstract = {In this session, Vicky Steeves, Librarian for Research Data Management and Reproducibility at New York University Division of Libraries, will discuss her work as a data librarian supporting reproducibility and open scholarship. She will particularly go over her work around outreach, instruction, and infrastructure. This session doesnt require any prior knowledge of data librarianship, reproducibility, or open scholarship, but aims to provide a holistic overview of how these manifest in an academic library setting.},
author = {{Vicky Steeves}},
month = jan,
year = {2021},
customlinkSlides = {},
}
@misc{karl-rainer_blumenthal_panel_2015,
title = {Panel {Discussion} with the {National} {Digital} {Stewardship} {NY} {Residents}},
author = {{Karl-Rainer Blumenthal} and {Peggy Griesinger} and {Julia Kim} and {Shira Peltzman} and {Vicky Steeves}},
month = mar,
year = {2015},
}
@misc{vicky_steeves_managing_2015,
title = {Managing and {Preservation} {Data} {Sets}},
abstract = {Webinar for METRO.},
author = {{Vicky Steeves}},
month = jul,
year = {2015},
}
@misc{vicky_steeves_scientific_2015,
title = {Scientific {Data}: {A} {Needs} {Assessment} {Journey}},
author = {{Vicky Steeves}},
month = jan,
year = {2015},
}
@misc{karl-rainer_blumenthal_ndsr-ny_2015,
title = {{NDSR}-{NY} {Panel} {Discussion}},
author = {{Karl-Rainer Blumenthal} and {Peggy Griesinger} and {Julia Kim} and {Shira Peltzman} and {Vicky Steeves}},
month = jan,
year = {2015},
}
@misc{vicky_steeves_computational_2013,
title = {A {Computational} {Linguistic} {Approach} to {Inflection} in {Human} {Speech} and {Difference} in {Meaning}},
author = {{Vicky Steeves} and {Nicole Cunha} and {Nanette Veilleux} and {Hillary Fundin}},
month = feb,
year = {2013},
}
@misc{vicky_steeves_no_2012,
title = {No {Place} {To} {Go}: {A} {Discussion} on {LGBTQ} {Youth} {Homeless} in {Boston}},
author = {{Vicky Steeves}},
month = apr,
year = {2012},
}
@misc{vicky_steeves_harm_2012,
title = {The {Harm} (or lack thereof) of {Marijuana}},
author = {{Vicky Steeves}},
month = apr,
year = {2012},
}

170
bibtex/publications.bib Normal file
View File

@ -0,0 +1,170 @@
@inproceedings{milliken_behavioral_2021,
title = {A {Behavioral} {Approach} to {Understanding} the {Git} {Experience}},
url = {http://hdl.handle.net/10125/71493},
doi = {10.24251/HICSS.2021.872},
abstract = {The Investigating and Archiving the Scholarly Git Experience (IASGE) project is multi-track study focused on understanding the uses of Git by students, faculty, and staff working in academic research institutions as well as the ways source code repositories and their associated contextual ephemera can be better preserved. This research, in turn, has implications regarding how to support Git in the scholarly process, how version control systems contribute to reproducibility, and how Library and Information Science (LIS) professionals can support Git through instruction and sustainability efforts. In this paper, we focus on a subset of our larger project and take a deep look at what code hosting platforms offer researchers in terms of productivity and collaboration. For this portion, a survey, focus groups, and user experience interviews were conducted to gain an understanding of how and why scholarly researchers use Version Control Systems (VCS) as well as some of the pain points in learning and using VCS for daily work.},
author = {Milliken, Genevieve and Nguyen, Sarah and Steeves, Vicky},
booktitle = {{Hawaii International Conference on System Sciences}},
month = jan,
year = {2021},
fulltext={http://hdl.handle.net/10125/71493}
}
@article{rampin_reproserver:_2018,
title = {{ReproServer}: {Making} {Reproducibility} {Easier} and {Less} {Intensive}},
shorttitle = {{ReproServer}},
url = {http://arxiv.org/abs/1808.01406},
abstract = {Reproducibility in the computational sciences has been stymied because of the complex and rapidly changing computational environments in which modern research takes place. While many will espouse reproducibility as a value, the challenge of making it happen (both for themselves and testing the reproducibility of others' work) often outweigh the benefits. There have been a few reproducibility solutions designed and implemented by the community. In particular, the authors are contributors to ReproZip, a tool to enable computational reproducibility by tracing and bundling together research in the environment in which it takes place (e.g. one's computer or server). In this white paper, we introduce a tool for unpacking ReproZip bundles in the cloud, ReproServer. ReproServer takes an uploaded ReproZip bundle (.rpz file) or a link to a ReproZip bundle, and users can then unpack them in the cloud via their browser, allowing them to reproduce colleagues' work without having to install anything locally. This will help lower the barrier to reproducing others' work, which will aid reviewers in verifying the claims made in papers and reusing previously published research.},
journal = {arXiv:1808.01406 [cs]},
author = {Rampin, Remi and Chirigati, Fernando and Steeves, Vicky and Freire, Juliana},
month = aug,
year = {2018},
fulltext={http://arxiv.org/abs/1808.01406}
}
@article{wolke_reproducible_2016,
title = {Reproducible experiments on dynamic resource allocation in cloud data centers},
volume = {59},
copyright = {All rights reserved},
issn = {03064379},
url = {https://arxiv.org/abs/1703.00042},
doi = {10.1016/j.is.2015.12.004},
abstract = {Abstract In Wolke et al. [1] we compare the efficiency of different resource allocation strategies experimentally. We focused on dynamic environments where virtual machines need to be allocated and deallocated to servers over time. In this companion paper, we describe the simulation framework and how to run simulations to replicate experiments or run new experiments within the framework.},
language = {en},
journal = {Information Systems},
author = {Wolke, Andreas and Bichler, Martin and Chirigati, Fernando and Steeves, Victoria},
month = jul,
year = {2016},
pages = {98--101},
fulltext={https://arxiv.org/abs/1703.00042}
}
@article{rampin_reprozip:_2016,
title = {{ReproZip}: {The} {Reproducibility} {Packer}},
volume = {1},
copyright = {All rights reserved},
shorttitle = {{ReproZip}},
url = {http://joss.theoj.org/papers/10.21105/joss.00107},
language = {en},
number = {8},
journal = {The Journal of Open Source Software},
author = {Rampin, Rémi and Chirigati, Fernando and Shasha, Dennis and Freire, Juliana and Steeves, Vicky},
month = dec,
year = {2016},
doi = {10.21105/joss.00107},
pages = {107},
abstract={{ReproZip is a tool aimed at simplifying the process of creatingreproducible experiments. After finishing an experiment, writing a website, constructinga database, or creating an interactive environment, users can run ReproZip to createreproducible packages, archival snapshots, and an easy way for reviewers to validate theirwork.}},
fulltext={http://joss.theoj.org/papers/10.21105/joss.00107}
}
@article{steeves_reproducibility_2017,
title = {Reproducibility {Librarianship}},
volume = {9},
copyright = {All rights reserved},
issn = {1943-7528},
url = {https://digitalcommons.du.edu/collaborativelibrarianship/vol9/iss2/4},
number = {2},
journal = {Collaborative Librarianship},
author = {Steeves, Vicky},
month = jul,
year = {2017},
abstract = {{Over the past few years, research reproducibility has been increasingly highlighted as a multifaceted challenge across many disciplines. There are socio-cultural obstacles as well as a constantly changing technical landscape that make replicating and reproducing research extremely difficult. Researchers face challenges in reproducing research across different operating systems and different versions of software, to name just a few of the many technical barriers. The prioritization of citation counts and journal prestige has undermined incentives to make research reproducible. While libraries have been building support around research data management and digital scholarship, reproducibility is an emerging area that has yet to be systematically addressed. To respond to this, New York University (NYU) created the position of Librarian for Research Data Management and Reproducibility (RDM & R), a dual appointment between the Center for Data Science (CDS) and the Division of Libraries. This report will outline the role of the RDM & R librarian, paying close attention to the collaboration between the CDS and Libraries to bring reproducible research practices into the norm.}},
fulltext={https://digitalcommons.du.edu/collaborativelibrarianship/vol9/iss2/4}
}
@article{johnson_research_2019,
title = {Research {Data} {Management} {Among} {Life} {Sciences} {Faculty}: {Implications} for {Library} {Service}},
volume = {8},
issn = {2161-3974},
shorttitle = {Research {Data} {Management} {Among} {Life} {Sciences} {Faculty}},
url = {https://escholarship.umassmed.edu/jeslib/vol8/iss1/7},
doi = {10.7191/jeslib.2019.1159},
number = {1},
journal = {Journal of eScience Librarianship},
author = {Johnson, Kelly and Steeves, Vicky},
month = oct,
year = {2019},
abstract={{Objective: This paper aims to inform on opportunities for librarians to assist faculty with research data management by examining practices and attitudes among life sciences faculty at a tier one research university. Methods: The authors issued a survey to estimate actual and perceived research data management needs of New York University (NYU) life sciences faculty in order to understand how the library could best contribute to the research life cycle. Results: Survey responses indicate that over half of the respondents were aware of publisher and funder mandates, and most are willing to share their data, but many indicated they do not utilize data repositories. Respondents were largely unaware of data services available through the library, but the majority were open to considering such services. Survey results largely mimic those of similar studies, in that storing data (and the subsequent ability to share it) is the most easily recognized barrier to sound data management practices. Conclusions: At NYU, as with other institutions, the library is not immediately recognized as a valuable partner in managing research output. This study suggests that faculty are largely unaware of, but are open to, existent library services, indicating that immediate outreach efforts should be aimed at promoting them.}},
fulltext={https://escholarship.umassmed.edu/jeslib/vol8/iss1/}
}
@article{steeves_reproducibility_2020,
title = {Reproducibility, preservation, and access to research with {ReproZip} and {ReproServer}},
volume = {44},
copyright = {Copyright (c) 2020 Vicky Steeves, Rémi Rampin, Fernando Chirigati},
issn = {2331-4141},
url = {https://iassistquarterly.com/index.php/iassist/article/view/969},
doi = {10.29173/iq969},
language = {en},
number = {1-2},
journal = {IASSIST Quarterly},
author = {Steeves, Vicky and Rampin, Rémi and Chirigati, Fernando},
month = jun,
year = {2020},
note = {Number: 1-2},
pages = {1--11},
abstract={{The adoption of reproducibility remains low, despite incentives becoming increasingly common in different domains, conferences, and journals. The truth is, reproducibility is technically difficult to achieve due to the complexities of computational environments. To address these technical challenges, we created ReproZip, an open-source tool that automatically packs research along with all the necessary information to reproduce it, including data files, software, OS version, and environment variables. Everything is then bundled into an rpz file, which users can use to reproduce the work with ReproZip and a suitable unpacker (e.g.: using Vagrant or Docker). The rpz file is general and contains rich metadata: more unpackers can be added as needed, better guaranteeing long-term preservation. However, installing the unpackers can still be burdensome for secondary users of ReproZip bundles. In this paper, we will discuss how ReproZip and our new tool, ReproServer, can be used together to facilitate access to well-preserved, reproducible work. ReproServer is a web application that allows users to upload or provide a link to a ReproZip bundle, and then interact with/reproduce the contents from the comfort of their browser. Users are then provided a persistent link to the unpacked work on ReproServer which they can share with reviewers or colleagues.}},
fulltext={https://iassistquarterly.com/index.php/iassist/article/view/969}
}
@article{steeves_using_2018,
title = {Using {ReproZip} for {Reproducibility} and {Library} {Services}},
volume = {42},
copyright = {Copyright (c)},
issn = {2331-4141},
url = {https://www.iassistquarterly.com/index.php/iassist/article/view/18},
doi = {10.29173/iq18},
language = {en},
number = {1},
journal = {IASSIST Quarterly},
author = {Steeves, Vicky and Rampin, Rémi and Chirigati, Fernando},
year = {2018},
note = {Number: 1},
pages = {14--14},
abstract={{Achieving research reproducibility is challenging in many ways: there are social and cultural obstacles as well as a constantly changing technical landscape that makes replicating and reproducing research difficult. Users face challenges in reproducing research across different operating systems, in using different versions of software across long projects and among collaborations, and in using publicly available work. The dependencies required to reproduce the computational environments in which research happens can be exceptionally hard to track in many cases, these dependencies are hidden or nested too deeply to discover, and thus impossible to install on a new machine, which means adoption remains low. In this paper, we present ReproZip , an open source tool to help overcome the technical difficulties involved in preserving and replicating research, applications, databases, software, and more. We will examine the current use cases of ReproZip , ranging from digital humanities to machine learning. We also explore potential library use cases for ReproZip, particularly in digital libraries and archives, liaison librarianship, and other library services. We believe that libraries and archives can leverage ReproZip to deliver more robust reproducibility services, repository services, as well as enhanced discoverability and preservation of research materials, applications, software, and computational environments.}},
fulltext={https://www.iassistquarterly.com/index.php/iassist/article/view/18}
}
@inproceedings{boss_saving_2019,
title = {Saving {Data} {Journalism}: {Using} {ReproZip}-{Web} to {Capture} {Dynamic} {Websites} for {Future} {Reuse}},
shorttitle = {Saving {Data} {Journalism}},
url = {https://osf.io/preprints/lissa/khtdr/},
doi = {10.31229/osf.io/khtdr},
abstract = {While dynamic and interactive Web applications are becoming increasingly common to convey news and stories to people all around the world, their technological complexity makes it hard to archive and preserve such applications, and as such, they are being lost. We present ReproZip-Web, an open-source prototype aimed at saving these news applications from extinction. ReproZip-Web leverages ReproZip, a computational reproducibility tool, and Webrecorder, a tool for recording Web resources, to automatically and transparently capture and replay dynamic Websites. The prototype creates a bundle that contains all the information needed to reproduce a news application, and its lightweight nature makes it ideal for distribution and preservation. We will present our ongoing work on the prototype, and also discuss some use cases and avenues for future development.},
publisher = {LIS Scholarship Archive},
booktitle = {iPres 2019},
author = {Boss, Katherine E. and Steeves, Vicky and Rampin, Remi and Chirigati, Fernando and Hoffman, Brian},
month = sep,
year = {2019},
fulltext={https://osf.io/preprints/lissa/khtdr/}
}
@inproceedings{blumenthal_what_2016,
title = {What makes a digital steward: {A} competency profile based on the {National} {Digital} {Stewardship} {Residencies}},
shorttitle = {What makes a digital steward},
url = {https://osf.io/preprints/lissa/tnmra/},
booktitle = {{iPres} 2016},
doi = {10.31229/osf.io/tnmra},
abstract = {Digital stewardship is a rapidly maturing field within library and information science. This domain engages in the active and long-term management of digital objects towards their preservation for and unencumbered access by future generations. Although this field is growing quickly, it lacks a compentancy profile for practioners that is commonplace in LIS (example: the American Library Association's Core Compentencies of Librarianship). This study sought to fill that gap by creating a profile of the skills, responsibilities, and knowledge areas that define competency in digital stewardship, based on three key datasets: 1) literature in the field through a literature review (to define the scope of the profile), 2) NDSR project descriptions, qualitatively analyzed to get a baseline understanding of expected competencies 3) the results of a survey given to current and past NDSR residents, quantitively evaluated to illustrate competencies importance to professional success.},
publisher = {LIS Scholarship Archive},
author = {Blumenthal, Karl-Rainer and Griesinger, Peggy and Kim, Julia and Peltzman, Shira and Steeves, Vicky},
month = oct,
year = {2016},
fulltext = {https://osf.io/preprints/lissa/tnmra/}
}
@article{blumenthal_whats_2020,
title = {Whats {Wrong} with {Digital} {Stewardship}: {Evaluating} the {Organization} of {Digital} {Preservation} {Programs} from {Practitioners} {Perspectives}},
volume = {7},
issn = {2380-8845},
shorttitle = {Whats {Wrong} with {Digital} {Stewardship}},
url = {https://elischolar.library.yale.edu/jcas/vol7/iss1/13},
number = {1},
journal = {Journal of Contemporary Archival Studies},
author = {Blumenthal, Karl and Griesinger, Peggy and Kim, Julia and Peltzman, Shira and Steeves, Vicky},
month = aug,
year = {2020},
abstract={{The National Digital Stewardship Alliance surveyed practitioners in 2012 and again in 2017 to gauge, among other things, how satisfied they were with their organizations digital preservation function. This study seeks to understand what causes the high and rising levels of dissatisfaction that practitioners reported. We interviewed 21 digital stewards and asked them to describe the organizational context in which they work; to reflect on what aspects of their organizations approach to digital preservation are working well and which are not; and to evaluate necessary areas of improvement. We identified experiences that were common among participants using a qualitative research methodology based on phenomenology. These conversations revealed that practitioners largely consider digital stewardship values and goals to be misunderstood at an organizational level, and demonstrated that the absence of a long-term vision for digital stewardship disempowers practitioners.}},
fulltext = {https://elischolar.library.yale.edu/jcas/vol7/iss1/13}
}

197
blog.html
View File

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li class="active"><a href="#">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<!-- FIRST POST -->
<div class="blog-post">
<h2 class="blog-post-title">SHARE Week</h2>
<p class="blog-post-meta">July 30, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>This week I made my first trek down to Virginia to engage with the Center for Open Science IRL! After just about a year of emails, hangouts, and calls, I was excited to see the space in which I think some really innovative tech is being developed for the open X community. The second week of July was designated as SHARE week: Monday and Tuesday was the SHARE hackathon, Wednesday and half of Thursday was the SHARE community meeting, and the last half of Thursday and Friday was the SHARE Curation Associates kick off orientation. </p>
<a href="posts/2016/jul30.html">Read More →</a>
</div><!-- /.blog-post -->
<!-- SECOND POST -->
<div class="blog-post">
<h2 class="blog-post-title">France</h2>
<p class="blog-post-meta">June 27, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>I just got back from the most BEAUTIFUL two week vacation in France with my SO, Rémi. Look at all the places we went!!</p>
<a href="posts/2016/jun27.html">Read More →</a>
</div><!-- /.blog-post -->
<!-- THIRD POST -->
<div class="blog-post">
<h2 class="blog-post-title">So. Many. Conferences.</h2>
<p class="blog-post-meta">May 15, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>My first two weeks of May have been just explicitly devoted to conferences. Planning, executing, attending, surveying -- you name it, I've been doing it in relation to some event or another. It's actually been great, but <em>so exhausting</em>. I am definitely giving a lot of props to event planners for doing this as their day-to-day.</p>
<ol>
<li>NYU Reproducibility Symposium</li>
<li>RDAP Summit</li>
<li>DASPOS Workshop on Containerizing Science</li>
</ol>
<a href="posts/2016/may15.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li class="active">
<a href="#" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li class="active"><a href="#">1</a></li>
<li><a href="blog2.html">2</a></li>
<li><a href="blog3.html">3</a></li>
<li><a href="blog4.html">4</a></li>
<li><a href="blog5.html">5</a></li>
<li><a href="blog6.html">6</a></li>
<li><a href="blog7.html">7</a></li>
<li>
<a href="blog2.html" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@ -1,199 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li class="active"><a href="#">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<!-- FIRST POST -->
<div class="blog-post">
<h2 class="blog-post-title">FORCE2016</h2>
<p class="blog-post-meta">April 20, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>W.O.W.</p>
<p>So, I kind of am in love with the <a href="https://www.force11.org/meetings/force2016" >FORCE conference</a> I just went to. FORCE2016 is the annual conference from an organization called FORCE11 (ha, the year they started the org.). This year, 500 people came from around the world: researchers, librarians, software developers, large scale repositories, open science advocates, and everyone in between. It was not only a very diverse conference in terms of home country and job, but also in the way the conference and program was run.</p>
<p>First, one of the coolest things I have ever seen: in addition to the MULTITUDE of tweets around the event (seriously everyone was so active, it was amazing), they hired a company to take visual notes!! While everything was going on!! Everyone, the gist of their talks, panels, lightning talks, EVERYTHING! Such a great idea and it produced a great visual overview of the con!</p>
<a href="posts/2016/apr20.html">Read More →</a>
</div><!-- /.blog-post -->
<!-- SECOND POST -->
<div class="blog-post">
<h2 class="blog-post-title">Getting Use Cases is Hard</h2>
<p class="blog-post-meta">March 20, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<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>
<a href="posts/2016/mar20.html">Read More →</a>
</div><!-- /.blog-post -->
<!-- THIRD POST -->
<div class="blog-post">
<h2 class="blog-post-title">#LYD16 Recap</h2>
<p class="blog-post-meta">February 16, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>This past week, February 8-12th, was <a href="https://loveyourdata.wordpress.com/ " >Love Your Data Week</a>!! Is there a more perfect holiday for data librarians, especially right before Valentine's Day??</p>
<p><a href="https://twitter.com/search?q=%23LYD16&src=tyah" >#LYD16</a> was a social media event coordinated officially by 27 academic and research institutions, of which both <a href="https://twitter.com/nyudataservices" >NYU Data Services</a> and <a href="https://twitter.com/NYU_HSL" >NYU Health Sciences Library</a> were a part. The idea behind this social media blitz was to raise awareness of research data management and the support/resources for RDM at each individual institution.</p>
<a href="posts/2016/feb16.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li>
<a href="blog.html" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="blog.html">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="blog3.html">3</a></li>
<li><a href="blog4.html">4</a></li>
<li><a href="blog5.html">5</a></li>
<li><a href="blog6.html">6</a></li>
<li><a href="blog7.html">7</a></li>
<li>
<a href="blog3.html" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@ -1,194 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">Goals for 2016 & How I'll Make Them Happen</h2>
<p class="blog-post-meta">January 15, 2016 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>If youve been following this blog for a while, or even took a quick look on my <a href="resume.html">resume</a> page, youll see I havent been at my position at NYU for very long. January 3rd marks the fifth month (to the day!) that Ive been NYUs official “Research Data Management and Reproducibility Librarian.” There was a bit of an adjustment period where I just spent the majority of my time introducing myself to my colleagues, getting to know what my daily workflow would look like, and brainstorm with <a href="http://www.nmwolf.net/" >Nick</a> about what our <a href="http://guides.nyu.edu/data_management/services" >services</a> will look like, some good groups for targeted outreach, and what <a href="http://guides.nyu.edu/DS_classes" >classes</a> we are going to teach as a part of <a href="http://guides.nyu.edu/c.php?g=277095&p=1848849" >Data Services typical course offerings</a>.</p>
<p>This was all well and good, but since I started in August I missed the goal-setting timeline that is typical for my colleagues. As such, I wanted to make some, and my supervisor in the library thought it would be a good way to measure growth besides. Plus, since Im pretty early career, setting goals for a measurable outcome was kind of new for something not project based. This was just trying to assess my own growth, not necessarily the growth of a project Im working on. </p>
<a href="posts/2016/jan15.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Presenting at CNI</h2>
<p class="blog-post-meta">December 16, 2015 by <a href="../../resume.html">Vicky Steeves</a></p>
<p> This month was excellent as it marked my first ever professional presentation as a NYU Librarian :) </p>
<p>Last year during NDSR, it seemed like I was giving a presentation at a conference, professional organization meeting, webinar, etc. every other week. Its been exceptionally restful (well, sort of...) to spend these past 5 months getting to know NYU, my colleagues, the scope of my work, and really just getting a feel for my day-to-day. </p>
<p>One of the most exciting outputs from my first semester here at NYU has surrounded my work on the Moore-Sloan Data Science Environment (msdse.org). Back in October (link to Oct 2015 post), I wrote about the MSDSE Summit that was held at Suncadia Resort in Washington state. God it was so incredibly beautiful there and I got to do some really cool stuff, but the best thing that happened was definitely meeting <a href="http://guides.lib.uw.edu/friendly.php?s=research/jmuilenburg" >Jenny Muilenburg</a> and <a href="http://bids.berkeley.edu/people/erik-mitchell" > Erik Mitchell</a>. </p>
<a href="posts/2015/dec16.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">My First LITA</h2>
<p class="blog-post-meta">November 20, 2015 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>A few weeks ago, I attend the <a href="http://www.ala.org/lita/" >Library Information Technology Association</a>s <a href="http://litaforum.org/" >Forum</a>. Over the 13-15th, I attended several sessions, explored Minneapolis for the first time, and met some really awesome people. I was, as always, a bit nervous attending a new conference but the organizers had some really great 101-type sessions, and even set up <a href="http://litaforum.slack.com/" >a Slack channel</a> which I found to be immensely helpful throughout the day. People organized dinners, discussed sessions in real-time, posed questions, and uploaded some hysterical gifs.</p>
<a href="posts/2015/nov20.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li>
<a href="blog2.html" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="blog.html">1</a></li>
<li><a href="blog2.html">2</a></li>
<li class="active"><a href="#">3</a></li>
<li><a href="blog4.html">4</a></li>
<li><a href="blog5.html">5</a></li>
<li><a href="blog6.html">6</a></li>
<li><a href="blog7.html">7</a></li>
<li>
<a href="blog4.html" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@ -1,194 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">Moore-Sloan Data Science Environment Summit: A Recap</h2>
<p class="blog-post-meta">October 10, 2015 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>This year's Moore/Sloan Data Science Environment was in the beautiful Cascade Mountains at the Suncadia Resort in Cle Elum, Washington.</p>
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">RT <a href="https://twitter.com/uwescience">@uwescience</a>: <a href="https://twitter.com/hashtag/DSESummit?src=hash">#DSESummit</a> is off to a sunny start! <a href="http://t.co/fQi3EZpSdL">pic.twitter.com/fQi3EZpSdL</a></p>&mdash; Vicky Steeves (@VickySteeves) <a href="https://twitter.com/VickySteeves/status/651068136075198464">October 5, 2015</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<p class="caption">Look how beautiful that is. Wow.</p>
<a href="posts/2015/oct10.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Debrief: My First Two Months at NYU</h2>
<p class="blog-post-meta">September 21, 2015 by <a href="../../resume.html">Vicky Steeves</a></p>
<p>So, for those who dont follow me on Twitter (go ahead though, <a href="https://twitter.com/VickySteeves"@VickySteeves</a>), I recently accepted a position at New York University, <a href="http://library.nyu.edu/">Division of Libraries</a>, as the Librarian for Research Data Management and Reproducibility. I started August 3rd of this year, which turned out to be great because there were no students around. This may sound bad, but the prep time was invaluable. My partner-in-crime <a href="http://www.nmwolf.net/">Nick Wolf</a> came two weeks later, and together we really amped up the existing <a href="http://guides.nyu.edu/data_management">data management LibGuide</a>.</p>
<p>When September rolled around, I was hit with a visual on just how gigantic a school NYU really is. Seeing all the students streaming into the library, I was hit with the scope of my work here. Nick and I were supposed to build up services around research data management/data management planning for literally everyone on campus, from staff to students to faculty. Of course to start we will focus on a few core user communities and build our way out, but just wow--even starting on building services for grad students, for example, is an awesome task.</p>
<a href="posts/2015/sep21.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Preserving Scientific Research Data at the American Museum of Natural History</h2>
<p class="blog-post-meta">August 14, 2015 by <a href="../../resume.html">Vicky Steeves</a> or the SAA Museum & Archives Section Newsletter. <a href="http://www2.archivists.org/sites/all/files/MAS%20Newsletter%20Summer%202015-new.pdf">See original posting here.</a></p>
<p>As the National Digital Stewardship Resident at the American Museum of Natural History, I was introduced to the very specific problems facing museum librarians and archivists not only through observing the Research Library, but by speaking individually with some of the most intensive data creators at the Museum. As a part of my larger needs assessment project at the Museum, I created a semi-structured interview guide that I used to enter into a targeted dialogue with scientific staff members, covering all aspects of their digital research and collections data. Topics included the volume of their data, its rate of growth, format types, necessary software and hardware support, management practices, and opinions on preservation of their data (i.e. what data they believe is important in the long-term). I interviewed close to 60 staff members in total, including all the curators in the five Science divisions at the Museum: Anthropology, Invertebrate Zoology, Paleontology, Physical Sciences, and Vertebrate Zoology.</p>
<a href="posts/2015/aug14.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li>
<a href="blog3.html" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="blog.html">1</a></li>
<li><a href="blog2.html">2</a></li>
<li><a href="blog3.html">3</a></li>
<li class="active"><a href="#">4</a></li>
<li><a href="blog5.html">5</a></li>
<li><a href="blog6.html">6</a></li>
<li><a href="blog7.html">7</a></li>
<li>
<a href="blog5.html" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@ -1,195 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">So Long, Farewell, Auf Wiedersehen, Adieu</h2>
<p class="blog-post-meta">June 2, 2015 by <a href="http://ndsr.nycdigital.org/2014-2015-residents/">NDSR 2014/15 Cohort</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/so-long-farewell-auf-wiedersehen-adieu/">See original posting here.</a></p>
<p>Well folks, this marks the final post from the 2014-15 NDSR-NY cohort. Before we officially sign off we wanted to say a big thank you to everyone who has followed our journeys via this blog, and offer some final thoughts on what the residency has meant to us.</p>
<div align="center"><img src="img/cohort.jpg" height="30%" width="30%" alt="Marian the Librarian">
<p class="caption">The NDSR-NY 2014-15 cohort.</p></div>
<p><strong>Shira:</strong> Ive learned so much over the past 9 months that its hard to know where to begin. When I think back to when we began this residency Im amazed at what weve managed to accomplish since September: between the 5 of us weve published over 50 blog posts, attended and/or presented at over 20 conferences, tweeted about our projects more or less continuously, and published 15 articles. And of course thats not to mention all the project deliverables themselves! Im so grateful that I had the opportunity to be a part of this residency. Working with my colleagues and mentors at the Carnegie Hall Archives has been an absolute pleasure. They were supportive and generous with their time and I feel lucky to have had the opportunity to learn from them. The same goes for my incredible cohort. Peggy, Vicky, Karl and Julia: you guys have taught me so much. Im thankful for the wisdom, words of encouragement, and advice you have given to me over the course of this residency, and Im truly sad to be saying goodbye.</p>
<a href="posts/2015/jun2.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">So you've decided to apply to NDSR....</h2>
<p class="blog-post-meta">May 1, 2015 by <a href="http://ndsr.nycdigital.org/2014-2015-residents/">NDSR 2014/15 Cohort</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/so-youve-decided-to-apply-to-ndsr/">See original posting here.</a></p>
<p>Applications to the 2015-16 National Digital Stewardship Residencies in New York are open! The deadline to apply has been extended by two weeks, to <b>Friday, May 22</b>! Woo! As if you needed more good news than that, METRO also recently announced the host institutions for this round of residencies, and theyre very exciting (like wed probably compete with you for them if we could!). You can learn all about them and their projects <a title="NDSR 2015-16 hosts and projects" href="http://ndsr.nycdigital.org/projects-201516/" ><b>here</b></a>.</p>
<a href="posts/2015/may1.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Project Update: DONE WITH ANALYSIS</h2>
<p class="blog-post-meta">April 14, 2015 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/project-update/">See original posting here.</a></p>
<p>Originally, I had my presentation scheduled for about 10 minutes but due to time constraints on the agenda, it was shortened to five. This meant I speed-talked my way through all the analyses I had finished the Friday before (April 3) while hoping to impress on everyone there that the risk of data loss is not only imminent, but inevitable. Given the questions and comments I received directly after my presentation and in the week to come, I can say this presentation was a definite success.</p>
<p>For the Residency itself, all I have left to do is my final report--this is a compilation of my previous reports and analyses with recommendations for storage, management, and preservation of the Museums vast scientific collections and research data. These previous reports include: a plan for the length of retention for digital assets, an environmental scan to see what other similar institutions are doing for their data, and an overview of what federal agencies fund AMNH research, and whether those agencies require data management plans or not. All these previous reports will come together to form my recommendations as well as provide the Museum with the information it needs to understand and interpret my recommendations.</p>
<a href="posts/2015/apr14.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li>
<a href="blog4.html" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="blog.html">1</a></li>
<li><a href="blog2.html">2</a></li>
<li><a href="blog3.html">3</a></li>
<li><a href="blog4.html">4</a></li>
<li class="active"><a href="#">5</a></li>
<li><a href="blog6.html">6</a></li>
<li><a href="blog7.html">7</a></li>
<li>
<a href="blog6.html" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@ -1,190 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">NMNH, METRO, & Outsourcing, oh my!</h2>
<p class="blog-post-meta">March 24, 2015 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/outsourcing/">See original posting here.</a></p>
<p>Hi everyone!! So, like Karl, I was recently asked to write a post on another blog (<a href="http://www.mnh.si.edu/rc/fieldbooks/" >The Smithsonian Field book Project blog!</a>) and thought, instead of rewriting the whole post and publishing it here, I could just point our lovely readers in the right direction!</p>
<a href="posts/2015/mar24.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">code4Lib 2015!</h2>
<p class="blog-post-meta">February 12, 2015 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/code4lib-2015/">See original posting here.</a></p>
<p>Hi everyone, this is Vicky reporting from Portland, Oregon! I am here on the west coast for the first time attending <a href="http://code4lib.org/conference/2015/" >code4Lib 2015</a>, and since today is the last day of the conference, I thought Id give everyone a bit of a report about what went on here.</p>
<p>First, I want to talk about the format of presentations at code4Lib. Its absolutely unlike any other conference Ive ever been too. There are no multiple sessions going at once. Everything is streamlined into one room. Yes--we sat in a room from 9-5pm watching 20 minute presentations, with an hour for lunch and two to three half hour breaks. This sounds really daunting but I have to tell you--it was so refreshing! Ill talk a little bit more about the actual presentations later on.</p>
<a href="posts/2015/feb12.html">Read More →</a>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Library Advocacy</h2>
<p class="blog-post-meta">January 14, 2015 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/library-advocacy/">See original posting here.</a></p>
<p>Everyone reading my posts must be saying, “Damn, this girl is obsessed with proving the value of the library! We get it already!” Blame <a href="http://www.simmons.edu/slis/faculty/fulltime/matarazzo.php" >Jim Matarazzo</a>, my corporate libraries professor back at <a href="http://www.simmons.edu/slis/" >Simmons</a>. He really drilled it into my head that if a library cant prove that its worth having, it will be the first thing cut from a budget. And it scared me into constantly thinking about it. Thanks, Jim!</p>
<a href="posts/2015/jan14.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li>
<a href="blog5.html" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="blog.html">1</a></li>
<li><a href="blog2.html">2</a></li>
<li><a href="blog3.html">3</a></li>
<li><a href="blog4.html">4</a></li>
<li><a href="blog5.html">5</a></li>
<li class="active"><a href="#">6</a></li>
<li><a href="blog7.html">7</a></li>
<li>
<a href="blog7.html" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

View File

@ -1,192 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Static navbar -->
<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="index.html">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<div class="blog-header">
<h1 class="blog-title">Data, Science, & Librarians, <br /> Oh My!</h1>
<p class="lead blog-description">My thoughts as I navigate the world of data librarianship.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<!--FIRST POST-->
<div class="blog-post">
<h2 class="blog-post-title">Party on, AMNH!</h2>
<p class="blog-post-meta">December 18, 2014 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/party-on-amnh/">See original posting here.</a></p>
<p>Hello everyone! Vicky here to bring you some holiday cheer. I thought, since this is our last post before Hanukkah, Yule, Life Day, Festivus, Kwanzaa , Pancha Ganapati, Soyal, the Dongzhi Festival, Christmas, Newtonmas, Boxing Day, Omisoka, and New Years, I could wind down a busy few months by talking about the American Museum of Natural History party season!</p>
<p>Just about every day of the week, starting from the 10th of December to the 19th, there is a party at the AMNH. Each department has their own parties, some are small and attended mostly by people within the department; others are all staff events with food, drinks, and music.</p>
<a href="posts/2015/aug14.html">Read More →</a>
</div><!-- /.blog-post -->
<!--SECOND POST-->
<div class="blog-post">
<h2 class="blog-post-title">Prove Yourself: Needs Assessment Edition</h2>
<p class="blog-post-meta">November 10, 2014 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/prove-yourself-needs-assessment-edition/">See original posting here.</a></p>
<p>What Ive come to love about the library science field (which after years of waiting tables youd think Id hate) is the service aspect to everything we do. Librarians are intensely user-focused in all of our work: through the use of needs assessment surveys, we mold our libraries to what users want, expect, and need. We use the results to design programs, buy technology, even create positions within a library (YA librarian is a thing because of that!). Some common ways to implement a library assessment include  focus groups, interviews, scorecards, comment cards, usage statistics from circulation and reference, and surveys sent to users via email or on paper.</p>
<a href="posts/2014/nov10.html">Read More →</a>
</div><!-- /.blog-post -->
<!--THIRD POST-->
<div class="blog-post">
<h2 class="blog-post-title">Science: The Final Frontier</h2>
<p class="blog-post-meta">October 23, 2014 by <a href="../../resume.html">Vicky Steeves</a> for the NDSR-NY Residents' Blog. <a href="http://ndsr.nycdigital.org/science-the-final-frontier/">See original posting here.</a></p>
<p>Science: the final frontier. These are the voyages of Vicky Steeves. Her nine-month mission: to explore how scientific data can be preserved more efficiently at <a href="http://www.amnh.org/our-research" >the American Museum of Natural History</a>, to boldly interview every member of science staff involved in data creation and management, to go into the depths of the Museum where none have gone before.</p>
<a href="posts/2014/oct23.html">Read More →</a>
</div><!-- /.blog-post -->
<nav align="center">
<ul class="pagination">
<li>
<a href="blog6.html" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="blog.html">1</a></li>
<li><a href="blog2.html">2</a></li>
<li><a href="blog3.html">3</a></li>
<li><a href="blog4.html">4</a></li>
<li ><a href="blog5.html">5</a></li>
<li><a href="blog6.html">6</a></li>
<li class="active"><a href="#">7</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<!--blog sidebar -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset alert alert-dismissible alert-danger">
<h4>About</h4>
<p>A blog chronicling my career mostly, with some scattered pictures of my cat.</p>
</div>
<div class="sidebar-module alert alert-dismissible alert-success">
<h4>Archives</h4>
<ol class="list-unstyled">
<li><a href="posts/2016/jul30.html">July 2016</a></li>
<li><a href="posts/2016/jun27.html">June 2016</a></li>
<li><a href="posts/2016/may15.html">May 2016</a></li>
<li><a href="posts/2016/apr20.html">April 2016</a></li>
<li><a href="posts/2016/mar20.html">March 2016</a></li>
<li><a href="posts/2016/feb16.html">February 2016</a></li>
<li><a href="posts/2016/jan15.html">January 2016</a></li>
<li><a href="posts/2015/dec16.html">December 2015</a></li>
<li><a href="posts/2015/nov20.html">November 2015</a></li>
<li><a href="posts/2015/oct10.html">October 2015</a></li>
<li><a href="posts/2015/sep21.html">September 2015</a></li>
<li><a href="posts/2015/aug14.html">August 2015</a></li>
<li><a href="posts/2015/jun2.html">June 2015</a></li>
<li><a href="posts/2015/may1.html">May 2015</a></li>
<li><a href="posts/2015/apr14.html">April 2015</a></li>
<li><a href="posts/2015/mar24.html">March 2015</a></li>
<li><a href="posts/2015/feb12.html">February 2015</a></li>
<li><a href="posts/2015/jan14.html">January 2015</a></li>
<li><a href="posts/2014/dec18.html">December 2014</a></li>
<li><a href="posts/2014/nov10.html">November 2014</a></li>
<li><a href="posts/2014/oct23.html">October 2014</a></li>
</ol>
</div>
<div class="sidebar-module alert alert-dismissible alert-info">
<h4>Elsewhere</h4>
<a class="twitter-timeline" href="https://twitter.com/VickySteeves" data-widget-id="615910359816384512">Tweets by @VickySteeves</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a> | <a href="#">Back to top</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Data, Science, & 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></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>

1415
conf.py Normal file

File diff suppressed because it is too large Load Diff

11
css/bootstrap.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,15 +0,0 @@
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

View File

@ -1,255 +0,0 @@
/*
* Globals
*/
body {
padding-top: 20px;
padding-bottom: 20px;
}
/*NAVIGATION*/
.navbar {
margin-bottom: 20px;
}
/*BLOG*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
font-weight: normal;
}
/*
* Override Bootstrap's default container.
*/
@media (min-width: 1200px) {
.container {
width: 970px;
}
}
/*
* Masthead for nav
*/
.blog-masthead {
-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
/* Nav links */
.blog-nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
/*color: #cdddeb;*/
}
.blog-nav-item:hover,
.blog-nav-item:focus {
/*color: #fff;*/
text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
/* color: #fff;*/
}
.blog-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}
/*
* Blog name and description
*/
.blog-header {
padding-top: 20px;
padding-bottom: 20px;
}
.blog-title {
margin-top: 30px;
margin-bottom: 0;
font-size: 60px;
font-weight: normal;
}
.blog-description {
font-size: 20px;
/* color: #999;*/
}
/*
* Main column and sidebar layout
*/
.blog-main {
font-size: 18px;
line-height: 1.5;
}
/* Sidebar modules for boxing content */
.sidebar-module {
padding: 15px;
margin: 0 -15px 15px;
}
.sidebar-module-inset {
padding: 15px;
border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}
/* Pagination */
.pager {
margin-bottom: 60px;
text-align: left;
}
.pager > li > a {
width: 140px;
padding: 10px 20px;
text-align: center;
border-radius: 30px;
}
/*
* Blog posts
*/
.blog-post {
margin-bottom: 60px;
}
.blog-post-title {
margin-bottom: 5px;
font-size: 40px;
}
.blog-post-meta {
margin-bottom: 20px;
}
/*
*
*/
.tab-pane{
padding-top:1%;
}
/*
* Blog Footer
*/
.blog-footer {
padding: 40px 0;
/*color: #999;*/
text-align: center;
border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
}
/*~~Picture Captions~~*/
.caption{
font-size:small;
text-align: center;
}
/* Featurettes
-------------------------
.featurette-divider {
margin: 80px 0; /* Space out the Bootstrap <hr> more */
}*/
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
.featurette-image{
height:500px;
width: 400px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
margin-top: 20px;
}
.navbar-wrapper .container {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar {
padding-right: 0;
padding-left: 0;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
margin-top: 120px;
}
}

View File

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
images/150x150.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

BIN
images/gitlab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/headshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
images/selfie.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

View File

@ -1,99 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>VIS: Home</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/vis.css" rel="stylesheet">
</head>
<body role="document">
<div class="container">
<!-- Static navbar -->
<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="#">VICKY STEEVES</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--dropdown-->
<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>
</div>
</nav>
<img src="img/selfie.jpg" height="20%" width="20%" alt="Headshot" style="float:left; margin-right:10px;">
<p class="lead">Hi! I'm Vicky Steeves. I am a librarian specializing in digital preservation & science data. On this site you can find out more about me, my work, and probably see more pictures of my cat than you ever wanted to. But he's super cute so....you decide if that's a bad thing. Welcome!</p>
<p>I recently accepted a position at New York University Libraries as the Research Data Management and Reproducibility librarian as of August 2015! I will provide instructional and consultation services to the NYU Community in Research Data Management, as well as pilot curation practices while monitoring researcher needs across disciplines. Additionally, I will be directly involved in supporting the Moore-Sloan Data Science Environment Partnership at NYU, working on the reproducibility of scientific research data. I recently completed the National Digital Stewardship Residency at the American Museum of Natural History. My project was to gain a broad overview of the extent and status of AMNH digital assets pertaining to Science. To do so I developed a structured interview guide designed to measure and describe scientific digital assets resulting in a metric to predict ongoing data curation needs.</p><br/>
<!--<img src="img/littleboss.jpg" height="20%" width="20%" alt="Little Boss" style="float:right; margin-left:10px;">-->
<p>Other interests include: gaming (pencil & paper and PC), crafting (embroidery, sewing, knitting, crocheting, quilting, scrapbooking--you name it), animal care (especially my kitten Little Boss!), snowboarding, and hiking.</p>
<p><a class="btn btn-lg btn-success btn-primary" href="blog.html" role="button">Check Out My Blog»</a></p>
</div> <!-- /container -->
<footer class="footer">
<div class="container">
<p class="text-muted"><a href="mailto:victoriaisteeves@gmail.com">Email Vicky</a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body></html>

7
js/bootstrap.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,51 +0,0 @@
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
// IT'S JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++
/*!
* Copyright 2014-2015 Twitter, Inc.
*
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes.
(function () {
'use strict';
function emulatedIEMajorVersion() {
var groups = /MSIE ([0-9.]+)/.exec(window.navigator.userAgent)
if (groups === null) {
return null
}
var ieVersionNum = parseInt(groups[1], 10)
var ieMajorVersion = Math.floor(ieVersionNum)
return ieMajorVersion
}
function actualNonEmulatedIEMajorVersion() {
// Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
// IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx
// @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx
var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
if (jscriptVersion === undefined) {
return 11 // IE11+ not in emulation mode
}
if (jscriptVersion < 9) {
return 8 // IE8 (or lower; haven't tested on IE<8)
}
return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode
}
var ua = window.navigator.userAgent
if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) {
return // Opera, which might pretend to be IE
}
var emulated = emulatedIEMajorVersion()
if (emulated === null) {
return // Not IE
}
var nonEmulated = actualNonEmulatedIEMajorVersion()
if (emulated !== nonEmulated) {
window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!')
}
})();

View File

@ -1,23 +0,0 @@
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
// See the Getting Started docs for more information:
// http://getbootstrap.com/getting-started/#support-ie10-width
(function () {
'use strict';
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.querySelector('head').appendChild(msViewportStyle)
}
})();

6
js/jquery.min.js vendored

File diff suppressed because one or more lines are too long

19
pages/index.rst Normal file
View File

@ -0,0 +1,19 @@
.. title: Welcome!
.. slug: index
.. date: 2016-07-31 00:00:00 UTC
.. link:
.. description: Home page for Vicky Rampin (née Steeves).
.. image:: /images/selfie.jpg
:align: left
:class: face
:scale: 60
:alt: Vicky's face
.. raw:: html
<p class="lead"> Hi!! I'm Vicky Rampin (née Steeves). I am a librarian specializing in data management and reproducibility. I am also an advocate for open scholarship!</p>
<p>I'm the Librarian for Research Data Management and Reproducibility, as well as the subject specialist librarian for data science at New York University Libraries. I support students, faculty, and staff in creating well-managed, high quality, and reproducible research. My research centers on integrating reproducible practices into the research workflow, advocating openness in all facets of research (manuscripts, code, data, analysis tools, etc.), and building/contributing to open infrastructure. I am also the co-founder of <a href="https://osf.io/preprints/lissa">the LIS Scholarship Archive</a>, a repository for library and information science scholarship. I work on <a href="https://www.taguette.org/">Taguette</a>, an free and open source qualitative analysis tool, as well as <a href="https://www.reprozip.org/">ReproZip</a>, a free and open source computational reproducibility tool.</p>
<p>I am an alum of the National Digital Stewardship Residency New York (2014-15 cohort), at the American Museum of Natural History, which sparked my love of data librarianship and underscore to me the importance of digital preservation to data librarianship. My project was to gain a broad overview of the extent and status of AMNH digital assets pertaining to Science. To do so I developed a structured interview guide designed to measure and describe scientific digital assets resulting in a metric to predict ongoing data curation needs. Other interests include: gaming (pencil &amp; paper, switch, and PC), crafting (embroidery, sewing, knitting, crocheting, quilting, scrapbooking--you name it), animal care (especially my kitten Little Boss!), snowboarding, and hiking.</p>

274
pages/resume.rst Normal file
View File

@ -0,0 +1,274 @@
.. title: Resume
.. slug: resume
.. date: 2021
.. type: text
Download a PDF copy of my CV: https://gitlab.com/VickyRampin/cv/blob/main/original/vicky-cv.pdf
.. raw:: html
<embed>
<ul class="nav nav-tabs">
<li class="nav-item"><a class="nav-link active show" data-toggle="tab" href="#spe">Speaker Bio</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#int">Interests & Skills</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#edu">Education</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#emp">Employment</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#pub">Publications</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#pre">Presentations</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#mis">Creative Works</a></li>
</ul>
<!- -----------------TAB CONTENT--------------------- -->
<div id="myTabContent" class="tab-content">
<!- -----------------BEGIN SPEAKER BIO--------------------- -->
<div class="tab-pane fade active show" id="spe">
<h3 class="mt-3">Speaking Information</h4>
<p>Vicky Rampin is the Librarian for Research Data Management and Reproducibility and the subject specialist for data science at New York University. Vicky supports researchers of all levels and disciplines in creating well-managed, reproducible scholarship through instruction, consultation, outreach, and infrastructure building. Her research centers on data and software preservation in service of long-term reproducibility, as well as how best to individualize reproducibility best practices. They loves all things open and contributes to a number of open projects as a part of her job at NYU and in her spare time.</p>
</ul>
</div>
<!- -----------------END--------------------- -->
<!- -----------------BEGIN INTERESTS--------------------- -->
<div class="tab-pane fade" id="int">
<h3 class="mt-3">Interests</h4>
<p>Data management, reproducibility, labour theory, digital preservation, digital archiving, database management, web development, animal care, music, and creative writing.</p>
<h3>Skills</h3>
<ul>
<li>Platforms: Microsoft Windows and Ubuntu Linux</li>
<li>Programming Languages: Java, C, C++, Objective C, Python, R, Perl, PHP, SQL, HTML, CSS, JavaScript, XML, and Praat</li>
<li>Library Standards: MARC, Dublin Core, DACS, EAD, and RDF</li>
</ul>
</div>
<!- -----------------END--------------------- -->
<!- -----------------BEGIN EDUCATION--------------------- -->
<div class="tab-pane fade" id="edu">
<h3 class="mt-3">New York University <small>New York, NY, USA</small></h3>
<h4>Master of Computer Science <small>August 2022</small></h4>
<p class="h5">Courant Institute of Mathematical Sciences</p>
<p class="h5">GPA: 3.53</p>
<h3 class="mt-3">Simmons College <small>Boston, MA, USA</small></h3>
<h4>Master of Library and Information Science <small>August 2014</small></h4>
<p class="h5">GPA: 3.85</p>
<p class="h5">Research Opportunities</p>
<ul><li><a href="http://gslis.simmons.edu/smallworld/smallworldProjectStaff.html">Small World Project.</a> Research done accompanying Dr. Kathy Wisser, March-June 2014. I provided software analysis using Gephi, a data visualization software, on researchers' social network analysis of historical relationships between literary figures.</li></ul>
<h4>Bachelor of Science in Computer Science and Information Technology <small>May 2013</small></h4>
<p class="h5">GPA: 3.75</p>
<p class="h5">Honours Thesis: Computational Linguistic Approach to Inflection in Human Speech and Difference in Meaning</p>
<p class="h5">Study Abroad: Celtic Studies, University College Cork, Cork, Ireland, Summer 2012</p>
<p class="h5">Research Opportunities</p>
<ul>
<li>"A Computational Linguistics Approach to Inflection and Difference in Meaning". Research completed accompanying Dr. Nanette Veilleux, August 2012-August 2013.</li>
<li>"No Place To Go: A Discussion on LGBTQ Youth Homelessness in Boston" Research completed as a part of the Simmons World Challenge, January 2011</li>
</ul>
<p class="h5">Activities:</p>
<ul>
<li>Honours Program: Participant 2010-2013</li>
<li>CS-Math Liaison: President 2012-2013; Treasurer 2011-2012</li>
<li>Simmons College LGBTQA Alliance: President 2012-2013; Treasurer 2011-2012; Political Activism Chair 2010-2011</li>
<li>Simmons College SciFi and Fantasy Club: Founder and Participant 2010-2013</li>
<li>Simmons World Challenge: Participant January 2012</li>
</ul>
<p class="h5">Honours and Achievements:</p>
<ul>
<li>College of Arts and Sciences Dean's Fellow Award; 2013-2014</li>
<li>The Computer Science Award, given for academic excellence in comp sci; 2013</li>
<li>Collaborative Research Experience for Undergraduates, $15,000 research grant, given to encourage women in the STEM fields to complete research studies in their field, 2012-2013</li>
<li>Alumnae Endowed Scholarship; 2012-2013</li>
<li>Simmons College Grant, given to aid in research costs for field research; 2012-2013</li>
<li>Bowker Award for Travel, given to undergraduates who demonstrate academic excellence while completing studies abroad; Summer 2012</li>
<li>Independant Order of Oddfellows Scholarship, 2010-2013</li>
<li>President Merit Scholarship, given to students whose academic achievement and personal qualities indicate they will perform to the highest academic level, 2010-2013</li>
<li>Simmons College 3-1 Program, where students complete an undergraduate degree in three years and a master's degree in one year, first participant; 2010-present</li>
<li>Simmons College Dean's List, 2010-2013</li>
<li>United Pilgrimage for Youth, sponsored participant; Summer 2009</li>
</ul>
</div>
<!- -----------------END EDUCATION--------------------- -->
<!- -----------------BEGIN EMPLOYMENT--------------------- -->
<div class="tab-pane fade" id="emp">
<h3 class="mt-3">Visiting Professor <small>Pratt Institute</small></h3>
<ul>
<li>Fall 2018 - present </li>
<li>Teach <a href="https://vickysteeves.gitlab.io/lis-628-datalibrarianship/">LIS 628: Data Librarianship & Management</a> for the School of Information Science</li>
</ul>
<h3>Librarian for Research Data Management and Reproducibility <br/><small>New York University</small></h3>
<ul>
<li>August 2015-present</li>
<li>Dual appointment between NYU Division of Libraries and NYU Center for Data Science</li>
<li>Provide instructional and consultation services in RDM and reproducibility to faculty and advanced students</li>
<li>Advise researchers on how to meet the data management and open data requirements of publishers and federal funding agencies</li>
<li>Moore/Sloan Data Science Environment team member; Reproducibility Working Group member and Libraries Working Group member</li>
<li>Assist in efforts to design a data repository and storage infrastructure for researchers at the University.</li>
</ul>
<h3>Adjunct Professor <small>Simmons College</small></h3>
<ul>
<li>2017 - 2018</li>
<li>Taught database management online for the School of Information and Library Science. Fall 2017 & Spring 2018</li>
</ul>
<h3>Interim Program Coordinator <small>Metropolitan New York Library Council</small></h3>
<ul>
<li>June 2015-July 2015; December 2015-May 2016</li>
<li>Day-to-day coordinator of METROs National Digital Stewardship Residency in New York <a href="http://ndsr.nycdigital.org/">(NDSR-NY)</a> program</li>
<li>Contribute to project planning, communications, documentation, evaluations, outreach, and help maintain the programs web presence and online platforms.</li>
<li>Plan, organize, and help run NDSR-affiliated events, meetings, and workshops.</li>
<li>Serve as a representative and contact for NDSR-NY program in collaboration with host institutions, NDSR residents and Library of Congress and NDSR-Boston program staff.</li>
</ul>
<h3>National Digital Stewardship Resident <small>American Museum of Natural History</small></h3>
<ul>
<li>September 2014-May 2015</li>
<li>See my NDSR application video <a href="https://youtu.be/3oS4boUD9ms">here!</a></li>
<li>Survey the Science divisions to better understand their data storage, curation, and preservation needs.</li>
<li>Identify existing practices and policies for integrated data storage, access, and management.</li>
<li>Recommend strategies to digitally preserve the scientific research at the AMNH.</li>
</ul>
<h3>Archives Intern <small>Sasaki Associates</small></h3>
<ul>
<li>January 2014-April 2014</li>
<li>Process historical architectural material and write the accompanying finding aid.</li>
<li>Create records for each collection processed and catalogue them in Koha ILS.</li>
</ul>
<h3>Dean's Fellow for Technology <small>Simmons College</small></h3>
<ul>
<li>September 2013-June 2014</li>
<li>Manage social media technology for undergraduate science departments.</li>
<li>Generate interest in STEM at Simmons through social media outreach to alumnae, current students, and prospective students, through working on content creation with faculty.</li>
</ul>
<h3>Technical Resource Assistant <small>Simmons College</small></h3>
<ul>
<li>September 2013-June 2014</li>
<li>Provide technical instruction to students, staff, and faculty at the Graduate School of Library and Information Science (GSLIS).</li>
<li>Troubleshoot hard/software issues within GSLIS for students, staff, and faculty.</li>
</ul>
<h3>Contracted Web Developer <small>IES Technical Sales</small></h3>
<ul>
<li>May 2013-September 2013</li>
<li>Update the company website, developing and implementing design and operational upgrades.</li>
<li>Assess and adapt to changing client needs through the development and deployment phase.</li>
</ul>
<h3>Tutor in Computer Science <small>Simmons College</small></h3>
<ul>
<li>September 2012-2013</li>
<li>Provide one-on-one tutoring for students in computer science classes.</li>
<li>Lead group study sessions for upcoming evaluations, tests, and projects.</li>
</ul>
<h3>Campus Representative <small>Tutors For All</small></h3>
<ul>
<li>January 2012-May 2012</li>
<li>Enhance Tutors for All's social media pages through graphic design work and constant updating.</li>
<li>Generate new leads among college campus populations through social media outreach.</li>
</ul>
<h3>Teacher's Assistant in Computer Science <small>Simmons College</small></h3>
<ul>
<li>2011-2013</li>
<li>Create classwork, homework, and quizzes for students to complete.</li>
<li>Grade students' work and report these grades to the instructor.</li>
</ul>
<h3>Lab Monitor for Computer Science Laboratory <small>Simmons College</small></h3>
<ul>
<li>2011-2013</li>
<li>Assist students with troubleshooting soft/hardware issues.</li>
<li>Repair and maintain computers in the computer science laboratory.</li>
</ul>
<h3>Server <small>Not Your Average Joe's</small></h3>
<ul>
<li>May 2011-August 2014</li>
<li>Communicate positively and effectively with guests and coworkers.</li>
<li>Assimilate guest information rapidly while anticipating guests' needs.</li>
</ul>
<h3>Lead Tutor <small>Tutors For All</small></h3>
<ul>
<li>September 2010-May 2011</li>
<li>Mentor and lead a group of tutors, including reviewing and editing their lesson plans and progress reports.</li>
<li>Evaluate student performance with progress reports and communicate that progress to their guardians.</li>
</ul>
<h3>Choreographer assistant <small>Cape Ann Community Theatre</small></h3>
<ul>
<li>March 2010-June 2010</li>
<li>Assist in choreographing dance routines for the musical "How to Succeed in Business Without Really Trying."</li>
<li>Teach these routines to performers and provide dance direction throughout rehearsal process.</li>
</ul>
<h3>Page/Librarian's Assistant <small>Hamilton-Wenham Regional Public Library</small></h3>
<ul>
<li>September 2009- August 2010</li>
<li>Re-shelve library materials after patrons have returned them.</li>
<li>Remain flexible and assist librarians in their various projects around the library.</li>
</ul>
<h3>Instructor & Camp Counselor <small>Safe Harbor Tang Soo Do</small></h3>
<ul>
<li>May 2005-September 2009</li>
<li>Teach a one-hour martial arts class for students ages 4-13, of all ranks, every morning.</li>
<li>Lead the students in activities daily including arts and crafts, athletic activities, and many others.</li>
</ul>
</div>
<!- -----------------END EMPLOYMENT--------------------- -->
<!- -----------------BEGIN PUBLICATIONS--------------------- -->
<div class="tab-pane fade" id="pub">
<div class="mt-3">
</embed>
.. publication_list:: bibtex/publications.bib
:style: alpha
:detail_page_dir:
.. raw:: html
<embed>
</div>
</div>
<!- -----------------END PUBLICATIONS--------------------- -->
<!- -----------------BEGIN PRESENTATIONS--------------------- -->
<div class="tab-pane fade" id="pre">
<div class="mt-3">
</embed>
.. publication_list:: bibtex/presentations.bib
:style: alpha
:detail_page_dir:
.. raw:: html
<embed>
</div>
</div>
<!- -----------------END PRESENTATIONS--------------------- -->
<!- -----------BEGIN OTHER OUTPUT----------------- -->
<div class="tab-pane fade" id="mis">
<div class="mt-3">
</embed>
.. publication_list:: bibtex/codeMediaOthers.bib
:style: alpha
:detail_page_dir:
.. raw:: html
<embed>
</div>
</div>
<!- -----------END OTHER OUTPUT----------------- -->
</div>
<!- -----------END TAB CONTENT----------------- -->
</embed>

1
plugins/__init__.py Normal file
View File

@ -0,0 +1 @@
# Plugin modules go here.

Some files were not shown because too many files have changed in this diff Show More