-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.qmd
95 lines (83 loc) · 3.21 KB
/
resources.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
---
title: "Resources"
description: "Models, data, open courses, and other resources"
page-layout: full
#author: "DEEP Lab"
#date: "2023-03-20"
#categories: [news, job]
#image: "featured.jpeg"
#css: /custom.css
listing:
- id: model
sort: "date desc"
type: grid
fields: [image, title, subtitle, description, date]
grid-item-align: left
grid-columns: 2
image-height: 200px
# categories: true
# sort-ui: true
# filter-ui: true
contents:
- path: https://github.com/switch-model/switch-china-open-model
image: /files/images/switch-china.png
title: "SWITCH-China Open Model"
# author:
# subtitle: "*Nature Communications*"
description: "SWITCH-China: open source model for the world's largest power system. Open data on power plants, transmission, costs, and demand by province."
date: "2022-06-01"
# categories: []
- path: https://international.lbl.gov/tools
image: /files/images/elite-cities.jpg
title: "Eco and Low-Carbon Indicator Tool for Evaluating Cities (ELITE Cities)"
# author:
# subtitle: "*Ecological Indicators*"
description: "An excel based tool for low carbon cities development with key indicators, benchmarks, and measurement methods."
date: "2016-05-08"
# categories: []
- id: teaching
sort: "date desc"
type: grid
fields: [image, title, subtitle, description]
grid-item-align: left
grid-columns: 3
image-height: 325px
# categories: true
# sort-ui: true
# filter-ui: true
contents:
- path: https://drganghe.github.io/energy-climate-policy/
image: https://drganghe.github.io/files/images/hex-Energy-Climate-Policy.png
title: "Energy and Climate Policy"
# author:
# subtitle: "* *"
description: "This graduate-level course provides a systems approach to understanding the essential policy questions and analytic tools necessary to achieve the energy transition required to address climate change."
# date: "2022-06-01"
# categories: []
- path: https://drganghe.github.io/energy-climate-society/
image: https://drganghe.github.io/files/images/hex-Energy-Climate-Society.png
title: "Energy, Climate, and Society"
# author:
# subtitle: "* *"
description: "This undergraduate course offers a comprehensive and interdisciplinary approach to understanding the science behind climate change, the complex technological and policy considerations, and the necessary pathways to transition towards a carbon-neutral future."
# date: "2016-05-08"
# categories: []
- path: https://drganghe.github.io/climate-guest-speakers/about.html
image: https://drganghe.github.io/climate-guest-speakers/files/headshots/you.png
title: "Climate Guest Speakers"
# author:
# subtitle: "* *"
description: "We're seeking guest speakers who are passionate about sharing their experiences and inspiring next generation of climate leaders."
# date: "2016-05-08"
# categories: []
---
<!--Please delete or replace with your own clarity-->
{{< include /files/includes/_msclarity.qmd >}}
## Models & Tools
:::{#model}
:::
## Open Courses
:::{#teaching}
:::
<!--Include social share buttons-->
{{< include /files/includes/_socialshare.qmd >}}