-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
86 lines (74 loc) · 2.38 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
# Dependencies
markdown: redcarpet
redcarpet:
extensions: [smart,tables]
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: Solar@Rice
name: Solar@Rice
description: 'The **Solar Physics Research Group** at **Rice University** uses computational modeling and observational tools to explore a variety of topics in solar and space plasma physics. Our current [research projects](/Research.html) range from forward modeling of nanoflare-heated solar active regions to magnetic interactions between stars and planets. We are housed within the Department of Physics and Astronomy and located primarily in [Herman Brown Hall for Mathematical Sciences](http://www.rice.edu/maps/Rice-University-Color-Campus-Map.pdf).'
url: http://solar.rice.edu
baseurl: /
author:
name: 'Will Barnes'
email: '[email protected]'
include: ['_pages','images']
# Collections
collections:
research:
output: true
permalink: research-topics/:path/
workshops:
mmisp-2017:
abbreviation: MMISP 2017
navigation:
- title: Home
link: mmisp-2017/index
- title: Agenda
link: mmisp-2017/Agenda
- title: Participants
link: mmisp-2017/Participants
- title: Lodging
link: mmisp-2017/Lodging
output: true
permalink: :path/
# Custom vars
version: 1.0.0
github:
repo: https://github.com/rice-solar-physics/group_webpage
#roles for people.
roles:
- {key: faculty, name: Faculty}
- {key: ressci, name: Research Scientist}
- {key: grad, name: Graduate Student}
- {key: ugrad, name: Undergraduate Student}
- {key: alum, name: Alumni}
- {key: hs_intern, name: High School Intern}
front_page_news: 5
#pictures to display on the front page
front_page_pics:
- img: images/loops_trace171.png
description: "Image: NASA/LMSAL TRACE 171"
width: 4
- img: images/flare_sdoaia171.png
description: "Image: NASA SDO/AIA 171"
width: 4
- img: images/star_planet_interaction.png
description: "Image: A. Strugarek, U. Montréal"
width: 4
#nav bar configuration
navigation:
- title: Home
link:
- title: People
link: People
- title: Research
link: Research
- title: Publications
link: Publications
- title: Software
link: Software
- title: Resources
link: Resources