-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
137 lines (118 loc) · 3.84 KB
/
_quarto.yml
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
project:
type: website
output-dir: docs
# Meta
description-meta: "Dr. Gang He is an energy scholar, researcher, and teacher. He studies and teaches energy systems, energy and climate policy, and clean energy transition. Key words: Energy systems analysis, energy and climate policy, clean energy transition, decarbonization, and carbon neutrality"
author-meta: "Gang He"
website:
title: "Dr. Gang He"
image: "/files/gang-he-profile.jpeg"
description: "Dr. Gang He is an energy scholar, researcher, and teacher. He studies and teaches energy systems, energy and climate policy, and clean energy transition."
navbar:
background: light
left:
# - text: Home
# href: index.qmd
- text: About
menu:
- text: News
href: posts.qmd#category=news
- text: Events
href: posts.qmd#category=event
- text: Now
href: now.qmd
- text: Contact
href: contact.qmd
- text: Research
menu:
- text: List of Publication
href: publications.qmd
- text: Selected Papers
href: posts.qmd#category=paper
- text: Commentary
href: posts.qmd#category=commentary
- text: Testimony
href: posts.qmd#category=testimony
- text: Awards
href: posts.qmd#category=award
- text: Grants
href: https://deeppolicylab.github.io/projects.html
target: _blank
- text: Teaching
href: teaching.qmd
- text: Outreach
menu:
- text: Policy Engagement
href: posts.qmd#category=outreach
- text: Policy Citations
href: notable-policy-citations.qmd
- text: Presentations
href: posts.qmd#category=presentation
- text: Media
href: media.qmd
- text: Notes
href: notes.qmd
- text: Deep Policy Lab
href: https://deeppolicylab.github.io/
target: _blank
- text: 中文
href: cn.qmd
right:
- text: CV
href: files/Gang-He-CV.pdf
target: _blank
- icon: github
href: https://github.com/drganghe
target: _blank
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/hegang.bsky.social
target: _blank
# - icon: twitter-x
# href: https://twitter.com/DrGangHe
# target: _blank
- icon: rss
href: posts.xml
target: _blank
page-navigation: true
page-footer:
left: "[Gang He](http://drganghe.github.io) © <script>document.write(new Date().getFullYear())</script>"
right:
- icon: github
href: https://github.com/drganghe/drganghe.github.io
target: _blank
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/hegang.bsky.social
target: _blank
- icon: rss
href: posts.xml
target: _blank
search:
location: navbar
type: textbox
reader-mode: true
draft-mode: unlinked
repo-url: https://github.com/drganghe/drganghe.github.io
# repo-actions: [edit, issue, source]
open-graph: true
twitter-card: true
# card-style: summary
site-url: "https://drganghe.github.io"
google-analytics:
tracking-id: "G-G4DYZHP5J7"
anonymize-ip: true
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true
footnotes-hover: true
code-copy: true
code-link: true
code-overflow: wrap
fig-align: center
link-external-icon: false
link-external-newwindow: true
email-obfuscation: javascript
link-external-filter: '^(?:http:|https:)\/\/drganghe\.github\.io\/custom'
include-in-header: "files/includes/_academic.qmd"