This repository was archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (55 loc) · 2.95 KB
/
_config.yml
File metadata and controls
66 lines (55 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Welcome to Jekyll!
# Website settings
title: Spectre
description: The official blog of the Spectre team.
keywords: Spectre,MSI,Mass,Spectrometry,Imaging,DiviK,GMM,Gaussian,Segmentation,Clustering,k-means,divisive,tumor,heterogeneity,development
baseurl: # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
url: https://spectre-team.github.io/ # url should be 'http://<github_username>.github.io/homepage' as before
# url: http://127.0.0.1:4000
img_path: /static/assets/img/blog # url should be '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: Spectre # Be used at blog posts' author.
first_name: Spectre # Be used at index page about me section.
last_name: Team # Be used at index page about me section.
avatar: /static/assets/img/landing/avatar.jpg # upload your avatar at directory and edit it.
github_username: spectre-team # Leave blank if you don't have now
linkedin_id: spectre-msi # Leave blank if you don't have now
facebook_username: # Leave blank if you don't have now
twitter_username: SpectreMSI # Leave blank if you don't have now
email: Grzegorz.Mrukwa@polsl.pl # Leave blank if you don't have now
cv: https://www.dropbox.com/s/kqvilx09v5krhwa/Spectre-IC2018.pdf?raw=1
# skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz
skill_icon1:
- name: fa-laptop
- name: fa-heartbeat
skill_icon2:
- name: fa-heartbeat
- name: fa-laptop
mission: Our mission is to save more <span class="navy">people's lives</span> through improvement of tumor <span class="navy">prevention</span>, earlier <span class="navy">diagnosis</span> and personalization of <span class="navy">therapy</span>.
solution: We provide world-<span class="navy">first</span> open-source highly-<span class="navy">extensible</span> platform for storage and processing MSI datasets.
cooperation: We cooperate with world-class experts to deliver cutting-edge <span class="navy">science into deployment</span>.
# comment
disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
# name: jalpc
# public_key: tj2MPaNlHMONwTH5bGDNSXyaBpW7q282MeUzh5CwcjJerNhK8Kxk3aWo7IckzTX7
# analytics
## google analytics
ga: # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line.
# id:
## google optimize
go:
# id:
## growingIO
gio: # if you wanna this feature, go to https://www.growingio.com/ to get your configuration; if not, comment following line.
# id:
## donation
donation: off # type 'on'/'off' to choice display donation button at post page or not
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge