forked from lawrennd/proceedings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
130 lines (121 loc) · 3.02 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
title: Conference Title
author:
name: GitHub User
email: your-email@domain.com
description: > # this means to ignore newlines until "show_excerpts:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
description: > # this means to ignore newlines until "baseurl:"
This is the website of the AISTATS conference.
baseurl: "/proceedings" # the subpath of your site, e.g. /blog/
notesdir: notes
github_username: lawrennd
style: gpss
comments: false
ghub:
edit: true
repository: proceedings
# Build settings
markdown: kramdown
# change encoding for the generated output files to utf-8
encoding: utf-8
banner: resort.png
display:
copy_button:
bibtex: true
endnote: true
apa: true
ris: true
comments: false
conference:
draft: false # set to True if the programme is draft only.
image: conference-venue.png
hide_tentative: true
proceedings:
url:
show: false
room:
venue: Conference venue
venue_url:
location: City, Country
full_name: Conference Full Name
short_name: ConfAbbrv
name: Conference Name
year: 20XX
instance: 1st
styling: International Conference on
dates:
- 1970-01-01
- 1970-01-05
submission: # Details of the submission site (e.g. CMT)
show: False
url:
name:
deadlines:
- name: Submission server open
type: submission
date: 2018-09-14
- name: Paper submission deadline
type: submission
text: Thursday, 4 October 2018 23:59 PDT
- name: Author feedback deadline
date: 2018-11-21
- name: Paper decision notifications
date: 2018-12-24
type: decision
- name: Registration open
date: 2019-01-21
- name: Early registration deadline
date: 2019-02-16
- name: Regular registration deadline
date: 2019-03-16
- name: Deadline for camera-ready papers
date: 2019-02-25
chairs:
- type: Program Chairs
people:
- family: Surname
given: Name
url:
institute: University of Conference Organisation
- family: Surname
given: Name
url:
institute: University of Conference Organisation
- type: Local Chair
people:
- family: Surname
given: Name
url:
institute: University of Conference Organisation
- type: Workflow Chairs
people:
- family: Surname
given: Name
url:
institute: University of Conference Organisation
- family: Surname
given: Name
url:
institute: University of Conference Organisation
- type: Publication Chairs
people:
- family: Surname
given: Name
url:
institute: University of Conference Organisation
- type: Publicity Chair
people:
- family: Surname
given: Name
url:
institute: University of Conference Organisation
sponsors:
- name: Company 1
logo: dr-logo-red.png
url:
width: 250
plugins:
- jekyll-feed
- jekyll-seo-tag