Skip to content

Commit 2e26e6a

Browse files
authored
Merge pull request #21 from citation-file-format/metadata
Metadata
2 parents 52d7aff + 42c4113 commit 2e26e6a

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

.zenodo.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"creators": [
3+
{
4+
"affiliation": "Netherlands eScience Center",
5+
"name": "Spaaks, Jurriaan H."
6+
}
7+
],
8+
"keywords": [
9+
"credit",
10+
"research software engineering",
11+
"citation"
12+
],
13+
"license": {
14+
"id": "Apache-2.0"
15+
},
16+
"title": "cffinit"
17+
}

CITATION.cff

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# YAML 1.2
2+
---
3+
authors:
4+
-
5+
affiliation: Netherlands eScience Center
6+
family-names: Spaaks
7+
given-names: Jurriaan H.
8+
cff-version: 1.0.3
9+
date-released: 2018-08-28
10+
keywords:
11+
- credit
12+
- research software engineering
13+
- citation
14+
license: Apache-2.0
15+
message: If you use this software, please cite it using these metadata.
16+
repository-code: https://github.com/citation-file-format/cff-initializer-javascript
17+
title: cffinit
18+
version: 1.0.0

codemeta.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"@context": [
3+
"https://doi.org/10.5063/schema/codemeta-2.0",
4+
"http://schema.org"
5+
],
6+
"@type": "SoftwareSourceCode",
7+
"author": [
8+
{
9+
"@type": "Person",
10+
"affiliation": {
11+
"@type": "Organization",
12+
"legalName": "Netherlands eScience Center"
13+
},
14+
"familyName": "Spaaks",
15+
"givenName": "Jurriaan H."
16+
}
17+
],
18+
"codeRepository": "https://github.com/citation-file-format/cff-initializer-javascript",
19+
"datePublished": "2018-08-28",
20+
"keywords": [
21+
"credit",
22+
"research software engineering",
23+
"citation"
24+
],
25+
"license": "http://www.apache.org/licenses/LICENSE-2.0",
26+
"name": "cffinit",
27+
"version": "1.0.0"
28+
}

0 commit comments

Comments
 (0)