-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature-189-year
- Loading branch information
Showing
7 changed files
with
99 additions
and
56 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
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 |
---|---|---|
|
@@ -47,26 +47,36 @@ | |
"badge": "Gold", | ||
"title": "Source Code" | ||
}, | ||
"contact": { | ||
"description": "A reference to the creator or maintainer of the data set. This can be an email address or a GitHub handle.", | ||
"example": "[email protected]", | ||
"publisher": { | ||
"description": "The publishing agency of the data. This can be the OEP.", | ||
"example": "Open Energy Platform (OEP)", | ||
"type": [ | ||
"string", | ||
"null" | ||
], | ||
"badge": "Gold", | ||
"title": "E-Mail Contact", | ||
"format": "email" | ||
"title": "Publisher" | ||
},"publisherLogo": { | ||
"description": "A URL to the logo of the publishing agency of data.", | ||
"example": "https://github.com/OpenEnergyPlatform/organisation/blob/production/logo/OpenEnergyFamily_Logo_OpenEnergyPlatform.svg", | ||
"type": [ | ||
"string", | ||
"null" | ||
], | ||
"badge": "Gold", | ||
"title": "Publisher Logo", | ||
"format": "uri" | ||
}, | ||
"grantNo": { | ||
"description": "An identifying grant number. In case of a publicly funded project, this number is assigned by the funding agency.", | ||
"example": "501865131", | ||
"contact": { | ||
"description": "A reference to the creator or maintainer of the data set. This can be an email address or a GitHub handle.", | ||
"example": "[email protected]", | ||
"type": [ | ||
"string", | ||
"null" | ||
], | ||
"badge": "Gold", | ||
"title": "Grant Number" | ||
"title": "E-Mail Contact", | ||
"format": "email" | ||
}, | ||
"fundingAgency": { | ||
"description": "A name of the entity providing the funding. This can be a government agency or a company.", | ||
|
@@ -89,16 +99,15 @@ | |
"title": "Funding Agency Logo", | ||
"format": "uri" | ||
}, | ||
"publisherLogo": { | ||
"description": "A URL to the logo of the publishing agency of data.", | ||
"example": "https://reiner-lemoine-institut.de//wp-content/uploads/2015/09/rlilogo.png", | ||
"grantNo": { | ||
"description": "An identifying grant number. In case of a publicly funded project, this number is assigned by the funding agency.", | ||
"example": "501865131", | ||
"type": [ | ||
"string", | ||
"null" | ||
], | ||
"badge": "Gold", | ||
"title": "Publisher Logo", | ||
"format": "uri" | ||
"title": "Grant Number" | ||
} | ||
}, | ||
"badge": "Gold", | ||
|
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
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
Oops, something went wrong.