-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
129 lines (116 loc) · 3.77 KB
/
Copy path_config.yml
File metadata and controls
129 lines (116 loc) · 3.77 KB
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
# Site settings
title: The Maker Group
baseurl: ''
# url: http://maliagehan.github.io/maker-site
# Google Analytics
google_analytics: UA—112049115-1
# Jekyll-Bootstrap
JB:
version: 2.0.3
BASE_PATH : http://maliagehan.github.io/maker-site
# Build settings
markdown: kramdown
permalink: /:categories/:title
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
colors: #in hex code if not noted else
primary: "#00b3fe" #"#F70031"
primary_background: "#000000"
primary_rgb: "0,179,254" #"247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#384452" #"#33004D"
link: "#428bca"
link_hover: "#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
social:
- title: #facebook
url:
- title: twitter
url: https://twitter.com/DDPSCmaker
- title: #instagram
url:
- title: #tumblr
url:
# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
address:
- lines:
- 975 North Warson Road,
- St. Louis, Missouri 63132,
- United States.
email: ddpsc.maker@gmail.com
tel:
### GENERAL DATA FOR VARIOUS LOCATIONS ###
# Members information. Shown on About page.
members:
- name: Noah Fahlgren
position: Director of Bioinformatics Core
text: Founding Member
img: robot_red.jpg
social:
- title: linkedin
url: https://linkedin.com/pub/noah-fahlgren/46/659/2b0
- title: twitter
url: https://twitter.com/NoahFahlgren
- name: Malia Gehan
position: Assistant DDPSC Member and PI
text: Founding Member
img: robot_orange.jpg
social:
- title: linkedin
url: https://linkedin.com/pub/malia-gehan/19/682/647
- title: twitter
url: https://twitter.com/maliagehan
- name: Dmitri Nusinow
position: Assistant DDPSC Member and PI
text: Active Member
img: robot_yellow.jpg
social:
- title: linkedin
url: https://linkedin.com/pub/dmitri-nusinow/4/240/244
- title: twitter
url: https://twitter.com/meter
- name: Nate Ellis
position: NSF Postdoctoral Fellow
text: Maker Group Co-Director
img: robot_purple.jpg
social:
- title: linkedin
url: https://www.linkedin.com/in/ellisnathanael
- title: twitter
url: http://twitter.com/n8ls
- name: Leonardo Chavez
position: Phenotyping Technician
text: Maker Group Co-Director
img: robot_blue.jpg
social:
- title: linkedin
url: https://linkedin.com/in/leonardo-chavez-69984629
- title: twitter
url: http://twitter.com/Leo_Chavez037
- name: Max Feldman
position: USDA Postdoctoral Researcher
text: Active Member
img: robot_green.jpg
social:
- title: twitter
url: https://twitter.com/maxjfeldman
- name: Kazuhiro Kikuchi
position: Postdoctoral Researcher
text: Active Member
img: robot_darkblue.jpg
social:
- title: linkedin
url: https://linkedin.com/pub/kazuhiro-kikuchi/12/609/13b
- name: Christine Shyu
position: Postdoctoral Fellow
text: Active Member
img: robot_purple.jpg
social:
- title: linkedin
url: https://linkedin.com/pub/christine-shyu/4a/70/79
- title: twitter
url: https://twitter.com/shyuchris
# Shown in footer on every page and also separately on Home and Contact page.
about: "The Maker Group at the Donald Danforth Plant Science Center is a forum for all members of the Center to explore constructing low-cost hardware and software engineering tools."
copyright: "©2018 Donald Danforth Plant Science Center. All rights reserved"