Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
_site/
# Node
node_modules

# Ruby
Gemfile.lock

_site/
Binary file added .jekyll-metadata
Binary file not shown.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,4 +25,4 @@ group :jekyll_plugins do
gem "jekyll-feed"
gem 'jekyll-sitemap'
gem 'hawkins'
end
end
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 5 additions & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ main:
#- title: "Talks"
# url: /talks/

# - title: "Teaching"
# url: /teaching/

# - title: "Portfolio"
# url: /portfolio/

# - 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/
19 changes: 9 additions & 10 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,23 @@
</div>

<div class="author__content">
<h3 class="author__name">{{ author.name }}</h3>
{% if author.bio %}<p class="author__bio">{{ author.bio }}</p>{% endif %}
</div>

<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
{% if author.location %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.location }}</li>
{% endif %}
{% if author.employer %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.employer }}</li>
<li>
<img src="/images/location.svg" alt="location">
<p>{{ author.employer }}</p>
</li>
{% endif %}
{% if author.uri %}
<li><a href="{{ author.uri }}"><i class="fas fa-link" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}</a></li>
{% endif %}
{% if author.email %}
<li><a href="mailto:{{ author.email }}"><i class="fas fa-envelope" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].email_label | default: "Email" }}</a></li>
<li><a href="mailto:{{ author.email }}"><img src="/images/email.svg" alt="email">{{ site.data.ui-text[site.locale].email_label | default: "Email" }}</a></li>
{% endif %}
{% if author.keybase %}
<li><a href="https://keybase.io/{{ author.keybase }}"><i class="fas fa-key" aria-hidden="true"></i> Keybase</a></li>
Expand All @@ -41,7 +40,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="{{ author.researchgate }}"><i class="fab fa-researchgate" aria-hidden="true"></i> ResearchGate</a></li>
{% endif %}
{% if author.twitter %}
<li><a href="https://twitter.com/{{ author.twitter }}"><i class="fab fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li><a href="https://twitter.com/{{ author.twitter }}"><img src="/images/twitter.svg" alt="twitter">Twitter</a></li>
{% endif %}
{% if author.facebook %}
<li><a href="https://www.facebook.com/{{ author.facebook }}"><i class="fab fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
Expand All @@ -50,7 +49,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://plus.google.com/+{{ author.google_plus }}"><i class="fab fa-google-plus" aria-hidden="true"></i> Google+</a></li>
{% endif %}
{% if author.linkedin %}
<li><a href="https://www.linkedin.com/in/{{ author.linkedin }}"><i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn</a></li>
<li><a href="https://www.linkedin.com/in/{{ author.linkedin }}"><img src="/images/linkedin.svg" alt="linkedin">LinkedIn</a></li>
{% endif %}
{% if author.xing %}
<li><a href="https://www.xing.com/profile/{{ author.xing }}"><i class="fab fa-xing-square" aria-hidden="true"></i> XING</a></li>
Expand All @@ -65,7 +64,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://bitbucket.org/{{ author.bitbucket }}"><i class="fab fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
{% endif %}
{% if author.github %}
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-github" aria-hidden="true"></i> Github</a></li>
<li><a href="https://github.com/{{ author.github }}"><img src="/images/github.svg" alt="github">Github</a></li>
{% endif %}
{% if author.stackoverflow %}
<li><a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}"><i class="fa fab -fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow</a></li>
Expand Down Expand Up @@ -104,7 +103,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://vine.co/u/{{ author.vine }}"><i class="fab fa-vine" aria-hidden="true"></i> Vine</a></li>
{% endif %}
{% if author.googlescholar %}
<li><a href="{{ author.googlescholar }}"><i class="fas fa-graduation-cap"></i> Google Scholar</a></li>
<li><a href="{{ author.googlescholar }}"><img src="/images/scholar.svg" alt="scholar"> Google Scholar</a></li>
{% endif %}
{% if author.pubmed %}
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed-square ai-fw"></i> PubMed</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">

<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">

<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
Expand Down
12 changes: 9 additions & 3 deletions _includes/masthead.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{% include base_path %}

{% if page.author and site.data.authors[page.author] %}
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %}
{% endif %}

<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<button><div class="navicon"></div></button>
<ul class="visible-links">
<li class="masthead__menu-item masthead__menu-item--lg">
<a href="{{ base_path }}/"><span class="masthead__first_name">{{ site.first_name }}</span>
<span class="masthead__last_name">{{ site.last_name }}</span></a>
<li class="masthead__menu-item masthead__menu-item--lg masthead__menu-item--title">
<a href="{{ base_path }}/">
<span class="masthead__first_name">{{ author.first_name }}</span>
<span class="masthead__last_name">{{ author.last_name }}</span>
</a>
</li>
{% for link in site.data.navigation.main %}
{% if link.url contains 'http' %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if s.image contains "://" %}
"{{ s.image }}"
{% else %}
"{{ s.image | prepend: "/images/" | prepend: base_path }}"
"{{ s.image | prepend: "/images/" }}"
{% endif %}
alt="{% if s.image_alt %}{{ s.image_alt }}{% endif %}">
{% endif %}
Expand Down
1 change: 0 additions & 1 deletion _layouts/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<div class="archive">
{% unless page.header.overlay_color or page.header.overlay_image %}
<h1 class="page__title">{{ page.title }}</h1>
{% endunless %}
{{ content }}
</div>
Expand Down
19 changes: 16 additions & 3 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
---
layout: archive
permalink: /
title: "About me"

# Page Title
title: "About"

excerpt: "About me"
author_profile: true
redirect_from:
redirect_from:
- /about/
- /about.html
---

I am an Associate Professor and the Director of the [HCI Lab](https://hcilab.github.io). My research in Human-Computer Interaction focusses on cooperative work, collaborative play, and technology that promotes health and supports therapy. This work has often leveraged mixed reality, mobile, game and web technologies to explore and study new designs.
### About Scott Bateman.

Dr. Scott Bateman is the director of the Human-Computer Interaction Lab, where his research is motivated by designing and building technology that works best for people. His work focuses on novel input interactions, visual analytics, computer-based collaboration, and games for learning and health. He joined UNB in the summer of 2015, after 2.5 years as at the University of Prince Edward Island. He received a PhD and Master’s in Computer Science from the University of Saskatchewan, and has worked as a researcher with Microsoft Research, IBM Watson Research, the University of Calgary and the National College of Ireland. Dr. Bateman has been an Associate Editor for several leading international journals and conferences. A frequent collaborator with industry, the HCI Lab has ongoing collaborations with several companies, and has completed several industry R+D projects supported by NBIF, NSERC and NRC.

### Research Interest.

- Human-Computer Interaction
- Information Visualization and Visual Analytics
- Computer Supported Collaboration
- Games and Gamification
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: archive
title: "CV"
title: "Curriculum Vitae"
permalink: /cv/
author_profile: true
redirect_from:
Expand Down
18 changes: 18 additions & 0 deletions _pages/teaching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: archive
title: "Teaching"
permalink: /teaching
author_profile: true
---

{% include base_path %}

Other his management of University of New Brunswick’s HCI Lab and reserach supervision, Dr. Bateman teaches courses in user interface development, user expereince design, HCI and research methods.

Current and Past Teaching
======
* CS1073 Introduction to Computer Programing I
* CS2053 Introduction to Game Development
* CS3035 Building User Interfaces
* CS6065 Interactive Human-Centered System
* CS6905 Mixed Reality
2 changes: 1 addition & 1 deletion _pages/teaching.html → _pages/teaching2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: archive
title: "Teaching"
permalink: /teaching/
permalink: /teaching2/
author_profile: true
---

Expand Down
3 changes: 3 additions & 0 deletions _sass/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
========================================================================== */

.archive {
padding-top: 24px;
margin-bottom: 2em;

@include breakpoint($medium) {
Expand Down Expand Up @@ -90,6 +91,8 @@
========================================================================== */

.list__item {
margin-bottom: 30px;

@include breakpoint($medium) {
padding-right: $right-sidebar-width-narrow;
}
Expand Down
3 changes: 3 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ h1 {

h2 {
font-size: $type-size-4;
margin-top: 0;
}

h3 {
font-size: $type-size-5;
margin-top: 0;
margin-bottom: 30px;
}

h4 {
Expand Down
9 changes: 6 additions & 3 deletions _sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

.masthead {
position: relative;
border-bottom: 1px solid $border-color;
-webkit-animation: intro 0.3s both;
animation: intro 0.3s both;
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
z-index: 20;

&__inner-wrap {
@include container;
@include clearfix;
Expand All @@ -32,7 +31,7 @@
}

.masthead__first_name {
font-weight: normal;
font-weight: normal;
}

.masthead__menu {
Expand All @@ -54,4 +53,8 @@
padding-right: 2em;
font-weight: 700;
}

&--title {
text-transform: uppercase;
}
}
10 changes: 9 additions & 1 deletion _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,15 @@
font-weight: bold;

a {
margin-left: 0;
margin-left: 26px;
margin-right: 60px;
}

@include breakpoint($medium) {
a {
margin-left: 13px;
margin-right: -4px;
}
}
}

Expand Down
1 change: 0 additions & 1 deletion _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#main {
@include container;
@include clearfix;
margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
animation: intro 0.3s both;
Expand Down
4 changes: 0 additions & 4 deletions _sass/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ html {
background-color: $background-color;
font-size: 16px;

@include breakpoint($medium) {
font-size: 18px;
}

-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
Expand Down
19 changes: 16 additions & 3 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

@include breakpoint($large) {
padding: 5px;
border: 1px solid $border-color;
}
}
}
Expand Down Expand Up @@ -117,11 +116,12 @@
}
.sidebar .author__name {
font-family: $sans-serif;
font-size: $type-size-5;
font-size: $type-size-6;
}

.author__bio {
margin: 0;
text-align: center;

@include breakpoint($large) {
margin-top: 10px;
Expand Down Expand Up @@ -216,7 +216,20 @@
}

li {
white-space: nowrap;
display: flex;
white-space: break-spaces;
align-items: flex-start;
margin-bottom: 16px;
min-height: 28px;
}

img {
width: auto;
margin-right: 8px;
}

p, a {
margin: 0;
}

a {
Expand Down
Loading