-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
230 lines (180 loc) · 7.45 KB
/
config.toml
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
# Page settings
baseurl = "https://rayhem.github.io/"
languageCode = "en-us"
title = "Connor A. Glosser"
theme = "hugo-orbit-theme"
googleAnalytics = "G-HFG3V2EXDC"
# Do not build files for websites. Need them? Set to false
disableRSS = true
disableSitemap = true
disable404 = true
[params]
# Meta
description = "Hugo Responsive Resume/CV Theme for Developers"
author = "Pavel Kanyshev"
# Theme styles
# The original template comes with 6 colour schemes. You may choose styles below.
# "styles.css", "styles-2.css", "styles-3.css", "styles-4.css", "styles-5.css", "styles-6.css"
# are available. Also the source LESS files are included so
# it’s quick and easy to change the styling and colour scheme.
styles = "styles-6.css"
# Sidebar sections
# Profile section
[params.profile]
name = "Connor Glosser"
tagline = "Rogue Physicist"
avatar = "profile_cg.png"
# Contact section
[params.contact]
enable = true
[[params.contact.list]]
class = "email"
icon = "fa-envelope"
url = "mailto: [email protected]"
title = "[email protected]"
[[params.contact.list]]
class = "phone"
icon = "fa-phone"
url = "tel:+16315367728"
title = "+1 631 536 7728"
[[params.contact.list]]
class = "website"
icon = "fa-globe"
url = "http://lumenscience.com"
title = "lumenscience.com"
[[params.contact.list]]
class = "linkedin"
icon = "fa-linkedin"
url = "https://www.linkedin.com/in/connor-glosser"
title = "linkedin.com/in/connor-glosser"
[[params.contact.list]]
class = "github"
icon = "fa-github"
url = "https://github.com/rayhem"
title = "github.com/rayhem"
# Education section
[params.education]
enable = true
title = "Education"
[[params.education.list]]
degree = "Ph.D. in Physics and Electrical Engineering"
college = "Michigan State University"
dates = "2014 - 2018"
[[params.education.list]]
degree = "MS in Physics"
college = "Michigan State University"
dates = "2012 - 2014"
[[params.education.list]]
degree = "BSc Physics"
college = "Michigan State University"
dates = "2008 - 2012"
# Languages section
[params.language]
enable = false
title = "Languages"
[[params.language.list]]
language = "English"
level = "Native"
# Interests section
[params.interests]
enable = true
title = "Interests"
[[params.interests.list]]
interest = "Cycling"
[[params.interests.list]]
interest = "Photography"
[[params.interests.list]]
interest = "Archery"
[[params.interests.list]]
interest = "Rock climbing"
[[params.interests.list]]
interest = "Tabletop RPGs"
# Main body sections
# You may use markdown in summary, details and intro fields. But don't overdose, it's resume!:)
# Summary section
[params.summary]
enable = true
icon = "fa-user"
title = "Career Profile"
summary = "**As a passionate knowledge worker and teacher** I've made a career out of solving a wide array of scientific problems with computers."
# Experiences section
[params.experiences]
enable = true
icon = "fa-briefcase"
title = "Experiences"
[[params.jobs.list]]
position = "Founder"
dates = "2022-Present"
company = "Lumen Scientific Technologies, LLC"
location = "Novi, Michigan"
details = "**Independent consulting work** focusing on computational domains. Software design and architecture."
[[params.jobs.list]]
position = "Senior Engineer"
dates = "2018 - Present"
company = "The MathWorks, Inc."
location = "Novi, Michigan"
details = "**Development of 'Simulation 3D'**—a 3d visualization and simulation tool for autonomous systems based on [Unreal Engine](https://www.unrealengine.com/en-US). Includes development of simulated sensors across modalities, including radar, ultrasonic, and vision (perception) systems. Strong software architecture tasks. Requirements gathering and toolbuilding in many domains, including automotive, aerospace, UAV, robotics, and industrial automation."
[[params.jobs.list]]
position = "Graduate Student"
dates = "2012 - 2018"
company = "Michigan State University"
location = "East Lansing, Michigan"
details = "**Ph.D researcher** at the intersection of physics, electrical engineering, and computer science. Research and development of 'fast' algorithms for electromagnetics applications, specifically for interacting [quantum dots](https://en.wikipedia.org/wiki/Quantum_dot). Development of [QuEST](https://github.com/cglosser/quest)."
# Projects section
[params.projects]
enable = true
icon = "fa-archive"
title = "Projects"
intro = "**You can list your side projects or open source libraries in this section.** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus"
[[params.projects.list]]
title = "Hugrid"
url = "https://github.com/aerohub/hugrid"
tagline = "Grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on"
[[params.projects.list]]
title = "Simple FAQ Theme for Hugo"
url = "https://github.com/aerohub/hugo-faq-theme"
tagline = "Simple FAQ Theme for Hugo. You may use this theme for building very simple FAQs or note lists."
[[params.projects.list]]
title = "Hugo Identity"
url = "https://github.com/aerohub/hugo-identity-theme"
tagline = "Little profile/card-style template for Hugo."
[[params.projects.list]]
title = "Orbit"
url = "https://github.com/aerohub/hugo-orbit-theme"
tagline = "Hugo Resume/CV Theme for Developers."
[[params.projects.list]]
title = "Me"
url = "https://github.com/aerohub/hugo-me-theme"
tagline = "A simple responsive Hugo theme for personal site."
# Skills section
[params.skills]
enable = true
icon = "fa-rocket"
title = "Skills & Proficiency"
[[params.skills.list]]
skill = "Python & Django"
level = "98%"
[[params.skills.list]]
skill = "Javascript & jQuery"
level = "98%"
[[params.skills.list]]
skill = "Angular"
level = "95%"
[[params.skills.list]]
skill = "HTML5 & CSS"
level = "95%"
[[params.skills.list]]
skill = "Ruby on Rails"
level = "75%"
[[params.skills.list]]
skill = "Sketch & Photoshop"
level = "60%"
# Footer section
# The original template is released under the Creative Commons Attribution 3.0 License.
# Please keep the original attribution link when using for your own project.
# If you'd like to use the template without the attribution,
# you can check out other license options via template author's website: themes.3rdwavemedia.com
#
# As for Hugo port you may rewrite the "Ported for..." line with setting your name below.
[params.footer]
copyright = "Connor Glosser"