-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add content-type "text/vnd.citation-file-format" (#164)
* Add content-type "text/vnd.citation-file-format" * Update and rename text_vnd.citation-file-format to text_vnd.citation-file-format * Create text_vnd.citation-file-format.jsonld * Create text_vnd.citation-file-format.jsonld --------- Co-authored-by: Lyuba Zehl <[email protected]>
- Loading branch information
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
instances/latest/contentTypes/text_vnd.citation-file-format.jsonld
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,19 @@ | ||
{ | ||
"@context": { | ||
"@vocab": "https://openminds.om-i.org/props/" | ||
}, | ||
"@id": "https://openminds.om-i.org/instances/contentTypes/text_vnd.citation-file-format", | ||
"@type": "https://openminds.om-i.org/types/ContentType", | ||
"dataType": null, | ||
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for research products. [adapted from [Citation File Format (CFF)](https://citation-file-format.github.io/)]", | ||
"displayLabel": null, | ||
"fileExtension": [ | ||
".cff" | ||
], | ||
"name": "text/vnd.citation-file-format", | ||
"relatedMediaType": null, | ||
"specification": "https://github.com/citation-file-format/citation-file-format/blob/main/README.md", | ||
"synonym": [ | ||
"CITATION.cff" | ||
] | ||
} |
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,19 @@ | ||
{ | ||
"@context": { | ||
"@vocab": "https://openminds.ebrains.eu/vocab/" | ||
}, | ||
"@id": "https://openminds.ebrains.eu/instances/contentTypes/text_vnd.citation-file-format", | ||
"@type": "https://openminds.ebrains.eu/core/ContentType", | ||
"dataType": null, | ||
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for research products. [adapted from [Citation File Format (CFF)](https://citation-file-format.github.io/)]", | ||
"displayLabel": null, | ||
"fileExtension": [ | ||
".cff" | ||
], | ||
"name": "text/vnd.citation-file-format", | ||
"relatedMediaType": null, | ||
"specification": "https://github.com/citation-file-format/citation-file-format/blob/main/README.md", | ||
"synonym": [ | ||
"CITATION.cff" | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
instances/v4.0/contentTypes/text_vnd.citation-file-format.jsonld
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,19 @@ | ||
{ | ||
"@context": { | ||
"@vocab": "https://openminds.om-i.org/props/" | ||
}, | ||
"@id": "https://openminds.om-i.org/instances/contentTypes/text_vnd.citation-file-format", | ||
"@type": "https://openminds.om-i.org/types/ContentType", | ||
"dataType": null, | ||
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for research products. [adapted from [Citation File Format (CFF)](https://citation-file-format.github.io/)]", | ||
"displayLabel": null, | ||
"fileExtension": [ | ||
".cff" | ||
], | ||
"name": "text/vnd.citation-file-format", | ||
"relatedMediaType": null, | ||
"specification": "https://github.com/citation-file-format/citation-file-format/blob/main/README.md", | ||
"synonym": [ | ||
"CITATION.cff" | ||
] | ||
} |