-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
117 lines (108 loc) · 2.9 KB
/
config.yml
File metadata and controls
117 lines (108 loc) · 2.9 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
baseURL: "https://ovesa.github.io/"
title: Oana Vesa
theme: PaperMod
caches:
images:
dir: :cacheDir/images
enableInlineShortcodes: true
enableRobotsTXT: true
pagination:
pagerSize: 20
taxonomies:
tag: tags
menu:
main:
- name: About Me
url: intro
weight: 1
- name: Papers
url: papers
weight: 3
- name: Research
url: research
weight: 2
- name: Notes
url: notes/
weight: 4
- name: SciCom
url: scicom
weight: 5
params:
description: "This website hosts Oana Vesa's research papers, curriculum vitae, and contact information."
author: Oana Vesa
googleAnalyticsID: "G-L8EBEV425T"
DateFormat: "January 2006"
defaultTheme: auto
hideFooter: true
disableThemeToggle: false
ShowShareButtons: false
ShowReadingTime: false
disableSpecial1stPost: true
disableAnchoredHeadings: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowAllPagesInArchive: false
MainSections: ["books","courses","papers","data"]
ShowToc: false
disableScrollToTop: true
TocOpen: true
ShowWordCount: false
UseHugoToc: true
comments: false
math: true
profileMode:
enabled: true
title: Oana Vesa
subtitle: "I am a postdoctoral researcher at Stanford University in the Solar Group in the W. W. Hansen Experimental Physics Laboratory (HEPL). My research interests are waves, magnetic fields, and dynamics across the solar interior and atmosphere."
imageUrl: "profile_pic_AUG2024.jpg"
imageWidth: 160
imageHeight: 160
buttons:
#- name: Papers
# url: papers/
- name: About Me
url: intro
- name: Research
url: research
- name: Papers
url: papers
- name: SciCom
url: scicom
- name: Notes
url: notes/
- name: Tags
url: tags/
socialIcons:
- name: CV
url: cv.pdf
- name: Email
url: mailto:ovesa@stanford.edu
- name: Google Scholar
url: https://scholar.google.com/citations?user=YNUpbSoAAAAJ&hl=en
- name: GitHub
url: https://github.com/ovesa
- name: ORCID
url: https://orcid.org/0000-0001-6754-1520
- name: LinkedIn
url: https://www.linkedin.com/in/oanavesa/
assets:
disableScrollBarStyle: true
cover:
hiddenInList: false
hiddenInSingle: true
label:
text: "Oana Vesa"
icon: favicon.ico
iconHeight: 18
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: autumn
tableOfContents:
endLevel: 2
ordered: false
startLevel: 2