-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
141 lines (123 loc) · 2.77 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
# Basic
name: "SINE Lab"
title: "Signal Information Network and Energy Laboratory at Cornell Tech"
description: "This is a page for the SINE lab in New York City. We are a lab focusing on research at the intersection of signal processing, network science and energy systems."
logo: images/logo/logo.png
links:
email: as337<at>cornell<dot>edu
google-scholar: Anna Scaglione
github: sinegit
# URL
url: https://sinelab.tech.cornell.edu
baseurl:
#baseurl: "" #For Root Domain
permalink: /:year/:month/:day/:title.html
# Markdown
markdown: kramdown
# Highlighter
highlighter: rouge
plugins:
- jekyll/scholar
- jekyll-sitemap
scholar:
style: assets/bibliography/ieee-with-url.csl
locale: en
source: _bibliography
bibliography: publications
bibliography_template: bibtemplate
replace_strings: true
join_strings: true
# use_raw_bibtex_entry: false
bibtex_filters:
#- superscript
- latex
#- markdown
group_by: type
type_order:
[
book,
incollection,
ieeeproceedings,
magazine,
article,
inproceedings,
patent,
]
type_names:
{
magazine: Magazine Articles,
patent: US Patents,
ieeeproceedings: IEEE Proceedings Articles,
}
sort_by: [year, month]
order: [descending, ascending]
details_dir: publication
details_layout: noDetailsPage.html #bibtex.html # Use bibtex.html layout to generate details pages for bibtex entries. Use other non-existing names otherwise.
details_link: Details
bibliography_list_attributes:
reversed: "reversed"
# Navigation
nav:
- name: "home"
href: "/"
- name: "anna scaglione"
href: "/anna-scaglione"
- name: "research"
href: "/research"
sublinks:
- name: "research"
href: "/research"
- name: "separator"
- name: "publications"
href: "/research/publication"
- name: "people"
href: "/research/people"
- name: "teaching"
href: "/teaching"
- name: "photos"
href: "/photos"
- name: "contact"
href: "/contact"
# Sass
sass:
style: :compressed
# Scopes
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "people"
values:
layout: "profile"
- scope:
path: ""
type: "photos"
values:
layout: "photo_set"
- scope:
path: ""
type: "research"
values:
layout: "research"
collections:
people:
output: true
permalink: /research/people/:title/index.html
photos:
output: true
permalink: /photos/:title/index.html
research:
output: true
permalink: /research/:title/index.html
projects:
output: true
permalink: /projects/:title/index.html