-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Worthington
authored
Oct 4, 2018
1 parent
b80a5f1
commit d4de525
Showing
1 changed file
with
28 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,30 @@ | ||
{ | ||
"creator": [ | ||
{ | ||
"@type": "Person", | ||
"affiliation": "TIB", | ||
"name": "Worthington, Simon", | ||
"orcid": "0000-0002-8579-9717" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"affiliation": "", | ||
"name": "Brown, Laura" | ||
} | ||
] | ||
"description": "<p>Templates for testing out combination of Transpect and Vivliostyle software for paginated layouts, PDf for POD and eBook with EPUB and KF8</p>", | ||
"license": "other-open", | ||
"title": "hybrid-publishing-group/book-coding: Silver Hare", | ||
"version": "v1.0", | ||
"upload_type": "software", | ||
"publication_date": "2018-10-04", | ||
"creators": [ | ||
{ | ||
"affiliation": "Generation R - exploring new ways to research", | ||
"name": "Simon Worthington" | ||
}, | ||
{ | ||
"name": "Laura Brown" | ||
} | ||
], | ||
"access_right": "open", | ||
"related_identifiers": [ | ||
{ | ||
"scheme": "url", | ||
"identifier": "https://github.com/hybrid-publishing-group/book-coding/tree/v1.0", | ||
"relation": "isSupplementTo" | ||
}, | ||
{ | ||
"scheme": "doi", | ||
"identifier": "10.5072/zenodo.246030", | ||
"relation": "isVersionOf" | ||
} | ||
] | ||
} |