diff --git a/.gitignore b/.gitignore index bd5d188..3300244 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ -_site/ +# Node +node_modules +# Ruby +Gemfile.lock + +_site/ \ No newline at end of file diff --git a/.jekyll-metadata b/.jekyll-metadata new file mode 100644 index 0000000..91daf66 Binary files /dev/null and b/.jekyll-metadata differ diff --git a/Gemfile b/Gemfile index 1629566..60fdc0e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source "https://rubygems.org" +ruby RUBY_VERSION # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the @@ -24,4 +25,4 @@ group :jekyll_plugins do gem "jekyll-feed" gem 'jekyll-sitemap' gem 'hawkins' -end +end \ No newline at end of file diff --git a/_config.yml b/_config.yml index a279d1c..41bcff5 100644 --- a/_config.yml +++ b/_config.yml @@ -10,8 +10,6 @@ locale : "en-CA" title : "Scott Bateman" title_separator : "-" name : &name "Scott Bateman" -first_name : "Scott" -last_name : "Bateman" description : &description "Associate Professor at University of New Brunswick" url : https://scottbateman.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "" # the subpath of your site, e.g. "/blog" @@ -82,12 +80,14 @@ analytics: # Site Author author: + first_name : "Scott" + last_name : "Bateman" name : "Scott Bateman" - avatar : "scott.jpg" + avatar : "scott.png" bio : "Researcher in Human-Computer Interaction: collaboration, mixed reality, games/play, health technologies and other stuff." - location : "Fredericton, NB" - employer : "University of New Brunswick" - pubmed : + location : + employer : "University of New Brunswick, Fredericton" + pubmed : googlescholar : "https://scholar.google.ca/citations?user=DV8i83MAAAAJ&hl=en&oi=ao" email : "scottb@unb.ca" researchgate : # example: "https://www.researchgate.net/profile/yourprofile" diff --git a/_data/navigation.yml b/_data/navigation.yml index 809acd3..25f5ace 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,8 +6,6 @@ main: #- title: "Talks" # url: /talks/ -# - title: "Teaching" -# url: /teaching/ # - title: "Portfolio" # url: /portfolio/ @@ -15,8 +13,12 @@ main: # - title: "Blog Posts" # url: /year-archive/ - - title: "CV" + - title: "Curriculum Vitae" url: /cv/ + - title: "Teaching" + url: /teaching/ + - title: "HCI Lab" + url: https://hcilab.github.io/ # - title: "Guide" # url: /markdown/ diff --git a/_includes/author-profile.html b/_includes/author-profile.html index b42ab52..cd26ecd 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -15,24 +15,23 @@