-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
83 lines (69 loc) · 2.41 KB
/
config.yaml
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
baseURL: 'https://MikeLilley.github.io/'
languageCode: en-us
title: Michael Lilley
theme: PaperMod
params:
showShareButtons: false
defaultTheme: light
disableScrollToTop: true
UseHugoToc: true
showtoc: true
TocOpen: false
env: production
homeInfoParams:
Title: About
Content: >
- This website is meant to serve as a digital CV as
well as a place where I can write about subjects of interest to me. I am currently a PhD student in
Computer Science at Kansas State University. I am a member of the [Data Semantics Lab](https://daselab.cs.ksu.edu/)
and [Dr. Pascal Hitzler](https://people.cs.ksu.edu/~hitzler/) is acting as my advisor.
-
- Prior to this, I was employed as the lead machine vision engineer at [USS Vision, Inc.](https://www.ussvision.com/) in Livonia, Michigan, where I
led the design and implementation of software for bespoke real-time computer vision inspection systems for use in manufacturing plants.
Furthermore, I previously partook in research with the [Affective Computing and Multimodal Systems Lab](https://umdearborn.edu/cecs/departments/computer-and-information-science/laboratories)
at the University of Michigan - Dearborn. I am also a graduate of this university with two undergraduate degrees in mathematics and computer science.
-
- Presently, I am most interested in topics surrounding neuro-symbolic systems, automated theorem proving and formal methods (including autoformalization), as well as computer algebra systems.
-
- To contact me, please email [[email protected]](mailto:[email protected]).
math: true
socialIcons:
- name: github
title: GitHub
url: "https://github.com/MikeLilley"
- name: linkedin
title: LinkedIn
url: "https://www.linkedin.com/in/mblilley/"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
taxonomies:
tag: tags
outputs:
home:
- HTML
- RSS
- JSON # is necessary
menu:
main:
- identifier: search
name: Search
url: /search/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: cv
name: CV
url: /cv/
weight: 30
markup:
goldmark:
renderer:
unsafe: true