Merge branch 'master' of github.com:VickySteeves/personal-website

This commit is contained in:
Vicky Steeves 2017-04-13 14:07:57 -04:00
commit 96d68dfaa7
4 changed files with 12 additions and 10 deletions

View File

@ -3,10 +3,12 @@ python: "3.5"
# command to install dependencies
install: pip install 'Nikola[extras]'
# command to run tests
script: nikola build
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
script: |
nikola build &&
if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]; then
virtualenv -p python2.7 /tmp/venv &&
. /tmp/venv/bin/activate &&
pip install ghp-import &&
ghp-import -n output
git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
ghp-import -n output &&
git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages >/dev/null 2>&1
fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -12,9 +12,9 @@
.. raw:: html
<p class="lead"> Hi! I'm Vicky Steeves. I am a librarian specializing in digital preservation &amp; 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 class="lead"> Hi! I'm Vicky Steeves. I am a librarian specializing in data management and reproducibility. Here you'll 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.</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>I am the Librarian for Research Data Management and Reproducibility Librarian at NYU, a dual appointment between the Center for Data Science and Division of Libraries. I 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. I'm involved in the Moore-Sloan Data Science Environment Partnership at NYU, working on the reproducibility of research. I am an alum of the National Digital Stewardship Residency New York (2014-15 cohort), 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>Other interests include: gaming (pencil &amp; paper and PC), crafting (embroidery, sewing, knitting, crocheting, quilting, scrapbooking--you name it), animal care (especially my kitten Little Boss!), snowboarding, and hiking.</p><br/>

View File

@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/*!
* bootswatch v3.3.7
* Homepage: http://bootswatch.com