Skip to content

Commit 9ae997d

Browse files
committed
minor updates.
1 parent 9fd0950 commit 9ae997d

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.7)
19+
concurrent-ruby (1.1.8)
2020
dnsruby (1.61.5)
2121
simpleidn (~> 0.1)
2222
em-websocket (0.5.2)
@@ -31,7 +31,7 @@ GEM
3131
multipart-post (>= 1.2, < 3)
3232
ruby2_keywords
3333
faraday-net_http (1.0.0)
34-
ffi (1.14.2)
34+
ffi (1.15.0)
3535
forwardable-extended (2.6.0)
3636
gemoji (3.0.1)
3737
github-pages (209)
@@ -201,7 +201,7 @@ GEM
201201
kramdown-parser-gfm (1.1.0)
202202
kramdown (~> 2.0)
203203
liquid (4.0.3)
204-
listen (3.4.0)
204+
listen (3.5.1)
205205
rb-fsevent (~> 0.10, >= 0.10.3)
206206
rb-inotify (~> 0.9, >= 0.9.10)
207207
mercenary (0.3.6)
@@ -220,10 +220,10 @@ GEM
220220
forwardable-extended (~> 2.6)
221221
public_suffix (3.1.1)
222222
racc (1.5.2)
223-
rb-fsevent (0.10.4)
223+
rb-fsevent (0.11.0)
224224
rb-inotify (0.10.1)
225225
ffi (~> 1.0)
226-
rexml (3.2.4)
226+
rexml (3.2.5)
227227
rouge (3.23.0)
228228
ruby-enum (0.8.0)
229229
i18n
@@ -259,6 +259,7 @@ GEM
259259

260260
PLATFORMS
261261
x86_64-darwin-19
262+
x86_64-darwin-20
262263

263264
DEPENDENCIES
264265
github-pages

_includes/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%- assign default_paths = site.pages | map: "path" -%}
55
{%- assign page_paths = site.header_pages | default: default_paths -%}
66
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
7-
<img src="assets/Skylab.png" style="float: left; margin: 3px;"/> {{ site.title | escape }}
7+
<img src="assets/skylab2.webp" style="float: left; margin: 3px; max-width: 231px;"/> Research
88
</a>
99

1010
{%- if page_paths -%}
@@ -25,6 +25,7 @@
2525
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
2626
{%- endif -%}
2727
{%- endfor -%}
28+
<a class="page-link" href="https://www.skylabtech.ai">Skylab</a>
2829
</div>
2930
</nav>
3031
{%- endif -%}

assets/main.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
# Only the main Sass file needs front matter (the dashes are enough)
3+
---
4+
5+
@import "minima";
6+
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; background-color: rgb(37,46,57);}
7+
.site-title, .site-title:visited { color: white; }
8+
.site-nav .page-link { color: white; line-height: 1.5; }
9+
10+
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; background-color: rgb(234, 239, 249);}

assets/skylab2.webp

6.21 KB
Binary file not shown.

index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ layout: home
66
title: Home
77
---
88

9-
- [Job Opportunities at Skylab Machine Learning Team](#job-opportunities-at-skylab-machine-learning-team)
9+
- [People](#people)
1010
- [Publications](#publications)
1111
- [WACV 2021 -- AutoRetouch: Automatic Professional Face Retouching](#wacv-2021----autoretouch-automatic-professional-face-retouching)
1212
- [Datasets](#datasets)
1313
- [Flickr-Faces-HQ-Retouching (FFHQR) Dataset](#flickr-faces-hq-retouching-ffhqr-dataset)
1414

15-
## Job Opportunities at Skylab Machine Learning Team
15+
## People
16+
17+
- [Alireza Shafaei](https://www.shafaei.ai){:target="_blank"}
18+
- Mohammad Nourbakhsh
19+
- Alinstein Jose
20+
- Hardik Uppal
1621

1722
Do you wish to join the machine learning team at Skylab to perform cutting-edge computational photography research?
1823
We have _full-time_, _part-time_, and _internship_ positions available in Vancouver, Canada.

0 commit comments

Comments
 (0)