-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
197 lines (160 loc) · 5.18 KB
/
_config.yml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# Site settings
title: Advanced Data Analytics in Science and Engineering Group
description: >
The Advanced Data Analytics in Science and Engineering Group is a research
organisation focused on the development of novel machine learning methods
# baseurl: "/particle" # the subpath of your site, e.g. /blog
# url: "localhost:3000" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
# User settings
username: ADASE
username_full: Advanced Data Analytics in Science and Engineering Group
user_title: Moscow, Russia
email: [email protected]
twitter_username: adase
github_username: adasegroup
# Google-analytics
#google-analytics:
# id: ""
exclude: ['package.json', 'gulpfile.js', 'src' , 'node_modules', 'others',
'Gemfile', 'Gemfile.lock', 'LICENSE', 'README.md', 'CNAME']
about_title: ADASE
news_title: News
research_title: Research Agenda
industry_title: Industry Projects
teaching_title: Teaching
group_title: Research Group
staff_title: Staff
publications_title: Publications
contact_title: Contact
block1_title: Modelling of surrogates
block2_title: Processing of 3D data
block3_title: Processing of online data
block1_description: Prediction systems with kernel methods such as engineering problems with surrogate functions.
block2_description: Processing 3D data in the areas of computer vision, brain image processing, chemoinformatics.
block3_description: Processing of online data such as anomaly detection, forecasting, change point detection, time series.
publications_description: Many publications coming soon
teaching_description: Many courses coming soon
# Resume settings
resume_avatar: "true"
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
#name: Your Name
#email: [email protected]
#description: > # this means to ignore newlines until "url:"
# A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
footer_text: >
Moscow, Russia
#url: # the base hostname & protocol for your site
#baseurl: /al-folio # the subpath of your site, e.g. /blog/
#last_updated: # leave blank if you don't want to display last updated
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
#github_username: # put your github username
#twitter_username: # put your twitter username
#linkedin_username: # put your linkedin username
#scholar_authorid: # put your google scholar author id
#contact_note: >
# You can even add a little note about which of these is the best way to reach you.
# -----------------------------------------------------------------------------
# Blog
# -----------------------------------------------------------------------------
#blog_name: al-folio
#blog_description: a simple whitespace theme for academics
# Pagination
paginate: 4
permalink: /blog/:year/:title/
paginate_path: /blog/page:num/
text:
pagination:
newer: 'Newer'
older: 'Older'
# Comments
disqus_shortname: adase # put your disqus shortname
# Optional features
show_social_icons: false
enable_katex: true
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections_dir: _content
collections:
news:
defaults:
layout: post
output: true
permalink: /:collection/:path/
lectures:
defaults:
layout: post
output: true
permalink: /:collection/:path/
openings:
output: true
permalink: /:categories/:collection/:title/
projects:
output: true
permalink: /:categories/:collection/:title/
research-topics:
output: true
permalink: /:collection/:path/
staff:
output: true
permalink: /:collection/:title/
activities:
output: true
permalink: /:categories/:collection/:title/
researches:
output: true
permalink: /:categories/:collection/:title/
news_limit: 10
lectures_limit: 100
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Timezone
timezone: 'Europe/Moscow'
future: true
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: false
# Includes
include: ['_pages']
# Gems
plugins:
- jekyll-paginate
- jemoji
- jekyll-sitemap
- jekyll-avatar
- jekyll-redirect-from
#-jekyll/scholar
#- jekyll-scholar
# Jekyll-Scholar
#scholar:
# last_name: Einstein
# style: apa
# locale: en
# sort_by: year
# order: descending
# source: /_bibliography/
# bibliography: projects.bib
# bibliography_template: bib
# replace_strings: true
# join_strings: true
# details_dir: bibliography
# details_layout: bibtex.html
# details_link: Details
# query: "@*"
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
lib_versions:
jquery: 3.4.1
katex: 0.7.1
sweet_scroll: 4.0.0
slick: 1.8.1
clipboard: 2.0.4