From 0b9f21279ce533b3e09fe8f3a9df91131881dbe4 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Mon, 5 Jun 2017 14:25:37 -0400 Subject: [PATCH] updated font and resume --- posts/2016-dec15.html | 20 -------------- posts/2017-apr14.html | 29 -------------------- posts/2017-feb10.html | 19 ------------- posts/2017-jan20.html | 19 ------------- posts/2017-mar25.html | 19 ------------- stories/resume.html | 37 +++++++++++++++----------- themes/custom/assets/css/bootstrap.css | 16 ++++++----- 7 files changed, 30 insertions(+), 129 deletions(-) delete mode 100644 posts/2016-dec15.html delete mode 100644 posts/2017-apr14.html delete mode 100644 posts/2017-feb10.html delete mode 100644 posts/2017-jan20.html delete mode 100644 posts/2017-mar25.html diff --git a/posts/2016-dec15.html b/posts/2016-dec15.html deleted file mode 100644 index a066910..0000000 --- a/posts/2016-dec15.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - -

I had a really fun timing guest lecturing in a data librarianship this month in the city. I was pretty jealous of all the students in the room -- I couldn't help but wonder, where was this class when I was doing my MLIS??

- - - - diff --git a/posts/2017-apr14.html b/posts/2017-apr14.html deleted file mode 100644 index 5db764a..0000000 --- a/posts/2017-apr14.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - -

Lately, it feels - - We build it from https://github.com/ViDA-NYU/reprozip/tree/gh-pages branch of GitHub. - - - https://reprozip.org/ - https://examples.reprozip.org/ - - Neuroscience Example (with bonus jupyter notebook) - Data Journalism example (including porting an unpacked work to Amazon S3!) - - - diff --git a/posts/2017-feb10.html b/posts/2017-feb10.html deleted file mode 100644 index bc7c460..0000000 --- a/posts/2017-feb10.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - diff --git a/posts/2017-jan20.html b/posts/2017-jan20.html deleted file mode 100644 index bb19c8a..0000000 --- a/posts/2017-jan20.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - diff --git a/posts/2017-mar25.html b/posts/2017-mar25.html deleted file mode 100644 index 69449e8..0000000 --- a/posts/2017-mar25.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - diff --git a/stories/resume.html b/stories/resume.html index 547467e..2f5f2bf 100644 --- a/stories/resume.html +++ b/stories/resume.html @@ -89,7 +89,7 @@

@@ -152,6 +152,11 @@
    +
  • Open, Public Goods Infrastructure for Research Management & Discovery, Spitzer, M., Steeves, V., & Hudson-Vitale, C., IASSIST 2017, May 2017. Kansas City, Kansas.
  • +
  • Reproducing and Preserving Research with ReproZip, Steeves, V., & Rampin, R., IASSIST 2017, May 2017. Kansas City, Kansas.
  • +
  • ReproZip for Reproducible Research, Steeves, V., & Rampin, R., PresQT Workshop One, May 2017. Notre Dame University.
  • +
      Additional Roles:
    • Invited Panelist
    • Lead 2 breakout sessions focusing on reproducing workshop participants' work with ReproZip
    +
  • Reproducible computational research in the publication cycle, Steeves, V., Rampin, R., & Nüst, D, European Geosciences Union General Assembly 2017, April 2017. Vienna, Austria.
  • Panel Presentation: Reproducibility: the What, Why, & How in 'Open Science: Understanding Modern Research Practices.' Vicky Steeves, Robin Champieux, Jeff Leek, Brett Davidson, Eka Grguric. Association of Research and College Libraries Conference, March 25, 2017. Balitmore, Maryland.
  • "ReproZip: The Reproducibility Packer." Rémi Rampin, Fernando Chirigati, Dennis Shasha, Vicky Steeves, and Juliana Freire. The Journal of Open Source Software. 1.8 (2016, December 1)
  • "Using Openness as Foundation for Research Data Management Services". Wolf, N., & Steeves, V., Library and Information Technology Association Forum, November 2016. Fort Worth, Texas.
  • diff --git a/themes/custom/assets/css/bootstrap.css b/themes/custom/assets/css/bootstrap.css index 9a56af9..f7d92a2 100644 --- a/themes/custom/assets/css/bootstrap.css +++ b/themes/custom/assets/css/bootstrap.css @@ -1,4 +1,6 @@ @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); +@import url('https://fonts.googleapis.com/css?family=Quicksand'); + /*! * bootswatch v3.3.7 * Homepage: http://bootswatch.com @@ -1087,7 +1089,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family: 'Quicksand', sans-serif; font-size: 15px; line-height: 1.42857143; color: #777777; @@ -1189,7 +1191,7 @@ h6, .h4, .h5, .h6 { - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family: 'Quicksand', sans-serif; font-weight: 300; line-height: 1.1; color: #000000; @@ -5996,7 +5998,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family: 'Quicksand', sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -6114,7 +6116,7 @@ button.close { display: none; max-width: 276px; padding: 1px; - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family: 'Quicksand', sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -6766,7 +6768,7 @@ button.close { } .navbar { font-size: 18px; - font-family: "News Cycle", "Arial Narrow Bold", sans-serif; + font-family: 'Quicksand', sans-serif; font-weight: 500; } .navbar-default .badge { @@ -6844,7 +6846,7 @@ button.close { .jumbotron h4, .jumbotron h5, .jumbotron h6 { - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family:'Quicksand', sans-serif; font-weight: 600; color: #000; } @@ -6854,4 +6856,4 @@ button.close { .panel-danger .panel-title, .panel-info .panel-title { color: #fff; -} +}'Quicksand'