forked from pmichaillat/hugo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
114 lines (107 loc) · 3.44 KB
/
config.yml
File metadata and controls
114 lines (107 loc) · 3.44 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
baseURL: "https://cgarriott.github.io/"
title: Corey Garriott
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
pagination:
pagerSize: 20
taxonomies:
tag: tags
menu:
main:
- name: Papers
url: papers/
weight: 10
- name: Codes
url: codes/
weight: 20
- name: Media
url: media/
weight: 30
- name: Lists of things
url: lists/
weight: 40
- name: CV
url: cv/
weight: 40
params:
description: "This website hosts Corey Garriott's research papers, codes, curriculum vitae, and contact information."
author: Corey Garriott
# googleAnalyticsID: "G-XXXXX"
DateFormat: "2006-01-02"
defaultTheme: dark
disableThemeToggle: false
hideFooter: false
ShowShareButtons: false
ShowReadingTime: false
disableSpecial1stPost: true
disableAnchoredHeadings: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowAllPagesInArchive: false
MainSections: ["papers","codes","cv"]
ShowToc: false
disableScrollToTop: true
TocOpen: true
ShowWordCount: false
UseHugoToc: true
comments: false
math: true
profileMode:
enabled: true
title: Corey Garriott
subtitle: >
I research <a href="https://en.wikipedia.org/wiki/Financial_market">financial markets</a> for the <a href="http://financialresearch.gov">Office of Financial Research</a> at <a href="http://treasury.gov">Treasury</a>.
My job is to manage the <a href="https://www.financialresearch.gov/data/collections/non-centrally-cleared-bilateral-repo-data/">collection of noncleared repo data</a>,
to arrange for its <a href="https://www.financialresearch.gov/short-term-funding-monitor/">cleaning and distribution to the financial industry and public</a>,
and to manage <a href="https://www.financialresearch.gov/research-staff/">other researchers who <a href="https://www.financialresearch.gov/publications/">publish using this data and other data on topics of national interest</a>.
imageUrl: "corey.png"
imageWidth: 160
imageHeight: 160
buttons:
- name: Papers
url: papers/
- name: Codes
url: codes/
- name: Media
url: media/
- name: Lists of things
url: lists/
- name: CV
url: cv/
socialIcons:
- name: CV
url: /CV/coreyGarriottCV.pdf
- name: Email
url: mailto:[email protected]
- name: Location
url: location/
- name: Google Scholar
url: https://scholar.google.com/citations?user=RXh-y24AAAAJ&hl=en
- name: GitHub
url: https://github.com/cgarriott
- name: LinkedIn
url: https://www.linkedin.com/in/corey-garriott/
- name: Other
url: https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=1751574
assets:
disableScrollBarStyle: true
cover:
hiddenInList: false
hiddenInSingle: true
label:
text: "Corey Garriott"
icon: favicon.ico
iconHeight: 18
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: autumn
tableOfContents:
endLevel: 2
ordered: false
startLevel: 2