This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from unicef/climate-primer
BLD: addded MIT Climate Primer
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "MIT Climate Primer", | ||
"description": "An interactive website that tells the story of climate change, from the Massachusetts Institute of Technology. Explore how scientists know what they know about how humans are changing Earth’s climate, what the known (and unknown) risks are, and what we can do.", | ||
"website": "https://climateprimer.mit.edu", | ||
"license": [ | ||
{ | ||
"spdx": "CC-BY-NC-SA-4.0", | ||
"licenseURL": "https://climateprimer.mit.edu/license" | ||
} | ||
], | ||
"SDGs": [ | ||
[ | ||
7, | ||
"Affordable and Clean Energy" | ||
], | ||
[ | ||
11, | ||
"Sustainable Cities and Communities" | ||
], | ||
[ | ||
12, | ||
"Responsible Consumption and Production" | ||
], | ||
[ | ||
13, | ||
"Climate Action" | ||
] | ||
], | ||
"sectors": [], | ||
"type": [ | ||
"content" | ||
], | ||
"organizations": [ | ||
{ | ||
"name": "Massachusetts Institute of Technology", | ||
"website": "https://climateprimer.mit.edu/", | ||
"org_type": "owner" | ||
} | ||
] | ||
} |