-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·305 lines (253 loc) · 10.9 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
repo: cscb-template
### content configuration ###
title: "Center for Stem Cell Bioinformatics | HMS DBMI"
keywords: "Harvard, Medical, School, university, stem cell, bioinformatics"
description: "A single-page template for Jekyll based blogs (like what you'd use on github pages!)"
source_link: "https://github.com/t413/SinglePaged"
favicon: "img/hms-favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
top_nav_color_default: '#24a5ff'
blur_nav_color_bar : false
### Pre-defined template color 'shortcuts', use in SinglePaged page/section page headers
### Or, may use hex representation directly (if want to use different color)
colors:
# Default SinglePaged colors
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
# HMS Colors
harvardcrimson: '#c4162d'
brightblue: '#24a5ff'
darkblue: '#1f8cd9'
4dnblue: '#258cab'
4dngreen: '#80a847'
bluedark: '#3892d2'
bluebrighter: '#24a5ff'
kramdown:
auto_ids: false
### Setup SinglePaged pages comprised of collections' sections.
### Required meta-fields:
### order (order to appear in top nav)
### Optional meta-fields :
### color (for top nav border), otherwise will be empty and top_nav_active_color will be set when active
### title (in case has spaces (not supported by label))
collections:
home:
order: 0
color: brightblue
about:
order: 1
color: darkblue
training:
order: 2
color: brightblue
consulting:
order: 3
color: darkblue
stem-cell-commons:
order: 4
title: "Stem Cell Commons"
color: brightblue
tutorial:
order: 5
color: darkblue
faq:
order: 6
color: brightblue
team_members:
# If possible, use '//' or 'https://' instead of 'http://' for avatars
- name: "Peter Park"
role : "Stem Cell Commons"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/pjp_portrait432x288.jpg?m=1445270272&itok=MCx1LyYW
link: http://compbio.hms.harvard.edu/people/peter-j-parklab
more_info: '<a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
- name: "Shannan Ho Sui"
role : "http://Stem Cell Commons"
avatar: http://bioinformatics.sph.harvard.edu/images/shannan_headshot.jpg
link: http://bioinformatics.sph.harvard.edu
more_info: '<a href="http://bioinformatics.sph.harvard.edu/" target="_blank">Harvard Chan Bioinformatics Core</a>'
- name: "Nils Gehlenborg"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/nils_gehlenborg_march2011-3.png?m=1445310749&itok=DH-IqGUU
email: [email protected]
link: http://gehlenborglab.org/team/members/nils-gehlenborg/
role: "Stem Cell Commons"
more_info: "Gehlenborg Lab" # Use 'more_info' for any extra info, shown under role on 'card'
- name: "Ilya Sytchev"
avatar: img/ilya_headshot.png
email: [email protected]
link: http://bioinformatics.sph.harvard.edu
role: "Stem Cell Commons"
more_info: "Harvard Chan Bioinformatics Core" # Use 'more_info' for any extra info, shown under role on 'card'
- name: "Jennifer Marx"
role : "Stem Cell Commons"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/circular_jm_2.jpeg?m=1445288985&itok=xPrw5QKe
link: http://www.jkmarx.com/
more_info: '<a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
- name: "Scott Ouellette"
role : "Stem Cell Commons"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/scottouellette_0.jpeg?m=1445275612&itok=K51ECKii
link: http://www.scott-ouellette.com/
more_info: '<a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
team_members_config:
group_by_role: false # Not yet implemented
show_emails: false
member_labs:
- name: "Gehlenborg Lab"
link: http://gehlenborglab.org/
email: [email protected]
twitter: nils_gehlenborg
- name: "Harvard Chan Bioinformatics Core"
link: http://bioinformatics.sph.harvard.edu/
email: [email protected]
twitter: bioinfocore
- name: "Hide Lab"
link: https://hidelab.wordpress.com/
email: [email protected]
twitter: winhide
- name: "Park Lab"
link: https://compbio.hms.harvard.edu/index
email: [email protected]
twitter: harvardDBMI
scc_team_members:
# If possible, use '//' or 'https://' instead of 'http://' for avatars
- name: "Peter Park"
role : "Principal Investigator"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/pjp_portrait432x288.jpg?m=1445270272&itok=MCx1LyYW
link: http://compbio.hms.harvard.edu/people/peter-j-park
more_info: '<a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
- name: "Shannan Ho Sui"
role : "Co-investigator"
avatar: http://bioinformatics.sph.harvard.edu/images/shannan_headshot.jpg
link: http://bioinformatics.sph.harvard.edu/people
more_info: '<a href="http://bioinformatics.sph.harvard.edu/" target="_blank">Harvard Chan Bioinformatics Core</a>'
- name: "Nils Gehlenborg"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/nils_gehlenborg_march2011-3.png?m=1445310749&itok=DH-IqGUU
email: [email protected]
link: http://gehlenborglab.org/team/members/nils-gehlenborg
role: "Co-investigator"
more_info: '<a href="http://gehlenborglab.org" target="_blank">Gehlenborg Lab</a>'
- name: "Ilya Sytchev"
avatar: img/ilya_headshot.png
email: [email protected]
link: http://bioinformatics.sph.harvard.edu
role: "Senior Bioinformatics Developer"
more_info: '<a href="http://bioinformatics.sph.harvard.edu/" target="_blank">Harvard Chan Bioinformatics Core</a>'
- name: "Jennifer Marx"
role : "Software Engineer"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/circular_jm_2.jpeg?m=1445288985&itok=xPrw5QKe
link: http://www.jkmarx.com/
more_info: '<a href="http://gehlenborglab.org" target="_blank">Gehlenborg Lab</a> and <a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
- name: "Scott Ouellette"
role : "Software Developer"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/scottouellette_0.jpeg?m=1445275612&itok=K51ECKii
link: http://compbio.hms.harvard.edu/people/scott-ouellette
more_info: '<a href="http://gehlenborglab.org" target="_blank">Gehlenborg Lab</a> and <a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
- name: "Chuck McCallum"
role : "Software Developer"
avatar: img/chuck-mccallum.jpg
link: http://gehlenborglab.org/team/members/chuck-mccallum
more_info: '<a href="http://gehlenborglab.org" target="_blank">Gehlenborg Lab</a>'
- name: "Fritz Lekschas"
role: "Graduate student"
avatar: img/fritz-lekschas.jpg
link: http://lekschas.de
more_info: '<a href="http://gehlenborglab.org" target="_blank">Gehlenborg Lab</a>'
- name: "Geoff Nelson"
role: "HSCI Liaison"
avatar: //static.projects.iq.harvard.edu/files/styles/profile_full/public/parklab/files/geoff.jpeg?m=1473437387&itok=5EFgCXdf
link: https://compbio.hms.harvard.edu/people/geoff-nelson
more_info: '<a href="http://compbio.hms.harvard.edu/" target="_blank">Park Lab</a>'
consulting_team_members:
# If possible, use '//' or 'https://' instead of 'http://' for avatars
- name: "Shannan Ho Sui"
role : "Director"
avatar: http://bioinformatics.sph.harvard.edu/images/shannan_headshot.jpg
link: http://bioinformatics.sph.harvard.edu/people
more_info: #'<a href="http://bioinformatics.sph.harvard.edu/" target="_blank">Harvard Chan Bioinformatics Core</a>'
- name: "John Hutchinson"
role: "Associate Director"
avatar: http://bioinformatics.sph.harvard.edu/images/John.png
link: http://bioinformatics.sph.harvard.edu/people
more_info: #'<a href="https://github.com/jnhutchinson" target="_blank">Github</a>'
- name: "Brad Chapman"
role: "Research Scientist"
avatar: img/bchapman.png
link: http://bioinformatics.sph.harvard.edu/people
more_info: #'<a href="https://github.com/chapmanb" target="_blank">Github</a>'
- name: "Rory Kirchner"
role: "Research Associate"
avatar: img/rkirchner.png
link: http://bioinformatics.sph.harvard.edu/people
more_info: #'<a href="https://github.com/roryk" target="_blank">Github</a>'
- name: "Meeta Mistry"
role: "Research Associate"
avatar: img/mmistry.png
link: http://bioinformatics.sph.harvard.edu/people
- name: "Lorena Pantano"
role: "Research Associate"
avatar: img/lpantano.png
link: http://bioinformatics.sph.harvard.edu/people
- name: "Mary Piper"
role: "Research Associate"
avatar: img/mpiper.png
link: http://bioinformatics.sph.harvard.edu/people
- name: "Radhika Khetani"
role: "Research Associate"
avatar: img/rkhetani.jpg
link: http://bioinformatics.sph.harvard.edu/people
- name: "Victor Barrera"
role: "Research Associate"
avatar: img/vbarrera.png
link: http://bioinformatics.sph.harvard.edu/people
- name: "Michael Steinbaugh"
role: "Research Associate"
avatar: img/msteinbaugh.jpg
link: http://bioinformatics.sph.harvard.edu/people
training_team_members:
# If possible, use '//' or 'https://' instead of 'http://' for avatars
- name: "Radhika Khetani"
role: "Lead Trainer"
avatar: img/rkhetani.jpg
link: http://bioinformatics.sph.harvard.edu/people
- name: "Meeta Mistry"
role: "Research Associate"
avatar: img/mmistry.png
link: http://bioinformatics.sph.harvard.edu/people
- name: "Mary Piper"
role: "Research Associate"
avatar: img/mpiper.png
link: http://bioinformatics.sph.harvard.edu/people
- name: "Michael Steinbaugh"
role: "Research Associate"
avatar: img/msteinbaugh.jpg
link: http://bioinformatics.sph.harvard.edu/people
layout:
# Imported from Google Fonts. If change, will likely need to adjust CSS for certain
# elements to find best-fitting font-weights ('bold-ness'), such as navs.
header_font: Rubik
body_font: Source Sans Pro
# Depending on the font, normal font-weight (400) may appear too bold for the site's body font-size. May adjust it here.
body_font_weight: 400
body_font_bold_weight: 600
# Nav sizes
page_nav_height: 64
page_nav_font_size: 15 # In pixels
section_nav_height: 50
section_nav_font_size: 13 # In pixels
# Increase or decrease size of section dividers
divider_size: 100