diff --git a/conf.py b/conf.py index d39811a..9f4f34e 100644 --- a/conf.py +++ b/conf.py @@ -144,7 +144,7 @@ NAVIGATION_LINKS = { } # Name of the theme to use. -THEME = "bootstrap4" +THEME = "custom" # Primary color of your theme. This will be used to customize your theme and # auto-generate related colors in POSTS_SECTION_COLORS. Must be a HEX value. diff --git a/stories/index.rst b/stories/index.rst index cab4276..0e4862c 100644 --- a/stories/index.rst +++ b/stories/index.rst @@ -7,15 +7,16 @@ .. image:: /images/selfie.jpg :align: left + :class: face :scale: 60 :alt: Vicky's face .. raw:: html -

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.

+

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.

-

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. +

​I'm the Librarian for Research Data Management and Reproducibility, a dual appointment between NYU's Division of Libraries and Center for Data Science. I support students, faculty, staff, and researchers in creating well-managed, high quality, and reproducible research through facilitating use of tools such as ReproZip. 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 the LIS Scholarship Archive, a repository for library and information science scholarship. I'm also piloting research curation and preservation practices.

-

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.


+

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. 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.

- Check Out My Blog»

+ Check Out My Blog»

diff --git a/stories/resume.html b/stories/resume.html index 2f4e17f..36556e7 100644 --- a/stories/resume.html +++ b/stories/resume.html @@ -89,8 +89,8 @@
-
diff --git a/themes/bootstrap4/README.md b/themes/custom/README.md similarity index 100% rename from themes/bootstrap4/README.md rename to themes/custom/README.md diff --git a/themes/custom/assets/css/.Rhistory b/themes/custom/assets/css/.Rhistory new file mode 100644 index 0000000..e69de29 diff --git a/themes/bootstrap4/assets/css/bootstrap-grid.css b/themes/custom/assets/css/bootstrap-grid.css similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-grid.css rename to themes/custom/assets/css/bootstrap-grid.css diff --git a/themes/bootstrap4/assets/css/bootstrap-grid.css.map b/themes/custom/assets/css/bootstrap-grid.css.map similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-grid.css.map rename to themes/custom/assets/css/bootstrap-grid.css.map diff --git a/themes/bootstrap4/assets/css/bootstrap-grid.min.css b/themes/custom/assets/css/bootstrap-grid.min.css similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-grid.min.css rename to themes/custom/assets/css/bootstrap-grid.min.css diff --git a/themes/bootstrap4/assets/css/bootstrap-grid.min.css.map b/themes/custom/assets/css/bootstrap-grid.min.css.map similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-grid.min.css.map rename to themes/custom/assets/css/bootstrap-grid.min.css.map diff --git a/themes/bootstrap4/assets/css/bootstrap-reboot.css b/themes/custom/assets/css/bootstrap-reboot.css similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-reboot.css rename to themes/custom/assets/css/bootstrap-reboot.css diff --git a/themes/bootstrap4/assets/css/bootstrap-reboot.css.map b/themes/custom/assets/css/bootstrap-reboot.css.map similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-reboot.css.map rename to themes/custom/assets/css/bootstrap-reboot.css.map diff --git a/themes/bootstrap4/assets/css/bootstrap-reboot.min.css b/themes/custom/assets/css/bootstrap-reboot.min.css similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-reboot.min.css rename to themes/custom/assets/css/bootstrap-reboot.min.css diff --git a/themes/bootstrap4/assets/css/bootstrap-reboot.min.css.map b/themes/custom/assets/css/bootstrap-reboot.min.css.map similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap-reboot.min.css.map rename to themes/custom/assets/css/bootstrap-reboot.min.css.map diff --git a/themes/bootstrap4/assets/css/bootstrap.css b/themes/custom/assets/css/bootstrap.css similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap.css rename to themes/custom/assets/css/bootstrap.css diff --git a/themes/bootstrap4/assets/css/bootstrap.css.map b/themes/custom/assets/css/bootstrap.css.map similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap.css.map rename to themes/custom/assets/css/bootstrap.css.map diff --git a/themes/bootstrap4/assets/css/bootstrap.min.css b/themes/custom/assets/css/bootstrap.min.css similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap.min.css rename to themes/custom/assets/css/bootstrap.min.css diff --git a/themes/bootstrap4/assets/css/bootstrap.min.css.map b/themes/custom/assets/css/bootstrap.min.css.map similarity index 100% rename from themes/bootstrap4/assets/css/bootstrap.min.css.map rename to themes/custom/assets/css/bootstrap.min.css.map diff --git a/themes/bootstrap4/assets/css/custom.css b/themes/custom/assets/css/custom.css similarity index 64% rename from themes/bootstrap4/assets/css/custom.css rename to themes/custom/assets/css/custom.css index 0a7ea1d..333b70a 100644 --- a/themes/bootstrap4/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -38,3 +38,27 @@ li { .btn .btn-lg .btn-success .btn-primary{ font-size:1em; } + +.badge { + color: #fff; + text-decoration: none; + background-color: #6695c4; + font-size:1em; +} + +.list-inline { + line-height: 2em; +} + +.face { + float: left; + padding-right: 1em; +} + +.btn-outline-primary{ + border-color: #6695c4; +} + +.job { + padding-top:10px; +} diff --git a/themes/bootstrap4/assets/css/theme.css b/themes/custom/assets/css/theme.css similarity index 100% rename from themes/bootstrap4/assets/css/theme.css rename to themes/custom/assets/css/theme.css diff --git a/themes/bootstrap4/assets/js/alert.js b/themes/custom/assets/js/alert.js similarity index 100% rename from themes/bootstrap4/assets/js/alert.js rename to themes/custom/assets/js/alert.js diff --git a/themes/bootstrap4/assets/js/bootstrap.bundle.js b/themes/custom/assets/js/bootstrap.bundle.js similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.bundle.js rename to themes/custom/assets/js/bootstrap.bundle.js diff --git a/themes/bootstrap4/assets/js/bootstrap.bundle.js.map b/themes/custom/assets/js/bootstrap.bundle.js.map similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.bundle.js.map rename to themes/custom/assets/js/bootstrap.bundle.js.map diff --git a/themes/bootstrap4/assets/js/bootstrap.bundle.min.js b/themes/custom/assets/js/bootstrap.bundle.min.js similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.bundle.min.js rename to themes/custom/assets/js/bootstrap.bundle.min.js diff --git a/themes/bootstrap4/assets/js/bootstrap.bundle.min.js.map b/themes/custom/assets/js/bootstrap.bundle.min.js.map similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.bundle.min.js.map rename to themes/custom/assets/js/bootstrap.bundle.min.js.map diff --git a/themes/bootstrap4/assets/js/bootstrap.js b/themes/custom/assets/js/bootstrap.js similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.js rename to themes/custom/assets/js/bootstrap.js diff --git a/themes/bootstrap4/assets/js/bootstrap.js.map b/themes/custom/assets/js/bootstrap.js.map similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.js.map rename to themes/custom/assets/js/bootstrap.js.map diff --git a/themes/bootstrap4/assets/js/bootstrap.min.js b/themes/custom/assets/js/bootstrap.min.js similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.min.js rename to themes/custom/assets/js/bootstrap.min.js diff --git a/themes/bootstrap4/assets/js/bootstrap.min.js.map b/themes/custom/assets/js/bootstrap.min.js.map similarity index 100% rename from themes/bootstrap4/assets/js/bootstrap.min.js.map rename to themes/custom/assets/js/bootstrap.min.js.map diff --git a/themes/bootstrap4/assets/js/button.js b/themes/custom/assets/js/button.js similarity index 100% rename from themes/bootstrap4/assets/js/button.js rename to themes/custom/assets/js/button.js diff --git a/themes/bootstrap4/assets/js/carousel.js b/themes/custom/assets/js/carousel.js similarity index 100% rename from themes/bootstrap4/assets/js/carousel.js rename to themes/custom/assets/js/carousel.js diff --git a/themes/bootstrap4/assets/js/collapse.js b/themes/custom/assets/js/collapse.js similarity index 100% rename from themes/bootstrap4/assets/js/collapse.js rename to themes/custom/assets/js/collapse.js diff --git a/themes/bootstrap4/assets/js/dropdown.js b/themes/custom/assets/js/dropdown.js similarity index 100% rename from themes/bootstrap4/assets/js/dropdown.js rename to themes/custom/assets/js/dropdown.js diff --git a/themes/bootstrap4/assets/js/index.js b/themes/custom/assets/js/index.js similarity index 100% rename from themes/bootstrap4/assets/js/index.js rename to themes/custom/assets/js/index.js diff --git a/themes/bootstrap4/assets/js/jquery-3.3.1.min.js b/themes/custom/assets/js/jquery-3.3.1.min.js similarity index 100% rename from themes/bootstrap4/assets/js/jquery-3.3.1.min.js rename to themes/custom/assets/js/jquery-3.3.1.min.js diff --git a/themes/bootstrap4/assets/js/modal.js b/themes/custom/assets/js/modal.js similarity index 100% rename from themes/bootstrap4/assets/js/modal.js rename to themes/custom/assets/js/modal.js diff --git a/themes/bootstrap4/assets/js/popover.js b/themes/custom/assets/js/popover.js similarity index 100% rename from themes/bootstrap4/assets/js/popover.js rename to themes/custom/assets/js/popover.js diff --git a/themes/bootstrap4/assets/js/popper.min.js b/themes/custom/assets/js/popper.min.js similarity index 100% rename from themes/bootstrap4/assets/js/popper.min.js rename to themes/custom/assets/js/popper.min.js diff --git a/themes/bootstrap4/assets/js/scrollspy.js b/themes/custom/assets/js/scrollspy.js similarity index 100% rename from themes/bootstrap4/assets/js/scrollspy.js rename to themes/custom/assets/js/scrollspy.js diff --git a/themes/bootstrap4/assets/js/tab.js b/themes/custom/assets/js/tab.js similarity index 100% rename from themes/bootstrap4/assets/js/tab.js rename to themes/custom/assets/js/tab.js diff --git a/themes/bootstrap4/assets/js/tooltip.js b/themes/custom/assets/js/tooltip.js similarity index 100% rename from themes/bootstrap4/assets/js/tooltip.js rename to themes/custom/assets/js/tooltip.js diff --git a/themes/bootstrap4/assets/js/util.js b/themes/custom/assets/js/util.js similarity index 100% rename from themes/bootstrap4/assets/js/util.js rename to themes/custom/assets/js/util.js diff --git a/themes/bootstrap4/bootstrap4.theme b/themes/custom/bootstrap4.theme similarity index 100% rename from themes/bootstrap4/bootstrap4.theme rename to themes/custom/bootstrap4.theme diff --git a/themes/bootstrap4/bundles b/themes/custom/bundles similarity index 100% rename from themes/bootstrap4/bundles rename to themes/custom/bundles diff --git a/themes/bootstrap4/engine b/themes/custom/engine similarity index 100% rename from themes/bootstrap4/engine rename to themes/custom/engine diff --git a/themes/bootstrap4/parent b/themes/custom/parent similarity index 100% rename from themes/bootstrap4/parent rename to themes/custom/parent diff --git a/themes/bootstrap4/templates/base.tmpl b/themes/custom/templates/base.tmpl similarity index 82% rename from themes/bootstrap4/templates/base.tmpl rename to themes/custom/templates/base.tmpl index f1546eb..4598fe5 100644 --- a/themes/bootstrap4/templates/base.tmpl +++ b/themes/custom/templates/base.tmpl @@ -12,7 +12,6 @@ ${template_hooks['extra_head']()} ${messages("Skip to main content")} -