-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.qmd
159 lines (121 loc) · 3.18 KB
/
index1.qmd
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
---
#title: "Deep Policy Lab"
css: /custom.css
#image: files/logo.jpeg
page-layout: full
#navbar: false
listing:
# - id: pi
# # sort: "lastname asc"
# type: grid
# fields: [image, title, subtitle]
# grid-item-align: center
# grid-columns: 1
# image-height: 300px
# # categories: true
# # sort-ui: true
# # filter-ui: true
# contents:
# - path: https://drganghe.github.io
# image: https://drganghe.github.io/files/profile/gang-he-cuny-profile.jpg
# title: "Gang HE"
# lastname: "AHe"
# # author:
# subtitle: "PI and Founding Director"
# # date: "2024-03-12"
# # categories: []
- id: lab-member
# sort: "lastname asc"
type: grid
fields: [image]
grid-item-align: center
grid-columns: 4
image-height: 200px
# categories: true
# sort-ui: true
# filter-ui: true
contents:
- labmembers.yml
- id: research
contents:
- research/clean-energy-supply-chains
- research/power-systems-decarbonization
- research/climate-impact-energy-systems
- research/energy-nexus-research
- research/energy-climate-justice
- research/china-carbon-neutrality-initiative
- research/new-york-climate-initiative
sort: false
type: grid
grid-columns: 4
image-height: 150px
fields: [image, title]
page-size: 25
categories: false
sort-ui: false
filter-ui: false
feed: false
- id: publications
sort: "date desc"
type: grid
fields: [image, title, subtitle]
grid-item-align: left
grid-columns: 3
image-height: 200px
# categories: true
max-items: 3
page-size: 3
contents: publications.yml
---
<!--Please delete or replace with your own clarity-->
{{< include /files/includes/_msclarity.qmd >}}
::: {.grid}
::: {.g-col-12 .g-col-md-7}
<p align="center" style="font-size:30px; font-weight:bold;">Welcome to Deep Energy and Climate Policy Lab</p>
<p align="center" style="font-size:24px;">Data-driven, Evidence-based, Energy and Climate Solutions</p>
<p align="center" style="font-size:24px;">Deep analysis, Deep insights, for Deep decarbonization</p>
::: {.button}
[Learn more](about.qmd){.btn-action-primary .btn-action .btn .btn-success .btn-lg role="button" style="margin-top: 1em;"}
:::
:::
::: {.g-col-12 .g-col-md-5}
[![](/files/images/cover.png)](about.qmd){fig-align="center"}
:::
:::
<hr>
<p align="center" style="font-size:36px; font-weight:bold;">Who we are</p>
<!--
::: {.grid}
::: {.g-col-12 .g-col-md-4}
:::{#pi}
:::
:::
::: {.g-col-12 .g-col-md-8}
:::{#lab-member}
:::
:::
:::
-->
:::{#lab-member}
:::
::: {.button}
[Meet our team](people.qmd){.btn-action-primary .btn-action .btn .btn-success .btn-lg role="button" style="margin-top: 0em;"}
:::
<hr>
<p align="center" style="font-size:36px; font-weight:bold;">What we do</p>
:::{#research}
:::
::: {.button}
[Explore more](research.qmd){.btn-action-primary .btn-action .btn .btn-success .btn-lg role="button" style="margin-top: 0em;"}
:::
<hr>
<p align="center" style="font-size:36px; font-weight:bold;">Read our work</p>
:::{#publications}
:::
::: {.button}
[Read more](publications.qmd){.btn-action-primary .btn-action .btn .btn-success .btn-lg role="button" style="margin-top: 0em;"}
:::
<!--
:::{#featured-projects}
:::
-->