You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`abstract`| String | A description of the software (version) ||
275
-
|`authors`|Collection of [entity](#entity-objects) or [person](#person-objects) objects | The author(s) of the software | ●|
276
-
|`commit`| String | The commit hash or revision number of the software version ||
277
-
|`contact`| Collection of [entity](#entity-objects) or [person](#person-objects) objects | The contact person, group, company, etc. for the software version ||
278
-
|`date-released`|Date | The release date of the software version | ●|
279
-
|`doi`| String | The DOI of the work (not the resolver URL, i.e., *10.5281/zenodo.1003150*, not *http://doi.org/10.5281/zenodo.1003150*)||
280
-
|`keywords`| Collection of strings | Keywords pertaining to the software version ||
281
-
|`license`|[SPDX](https://spdx.org/)[License List](https://spdx.org/licenses/) Identifier string (or name string for non-standard licenses) | The license the software version is licensed under ||
282
-
|`license-url`| String (URL) | The URL of the license text under which the software version is licensed (only for non-standard licenses not included in the [SPDX License List](https://spdx.org/licenses/))||
283
-
|`repository`| String (URL) | The URL to the software version in a repository (when the repository is neither a source code repository or a build artifact repository) ||
284
-
|`repository-code`| String (URL) | The URL to the software version in a source code repository ||
285
-
|`repository-artifact`| String (URL) | The URL to the software version in a build artifact/binary/release repository ||
286
-
|`title`|String | The name of the software (may include a specific name for the software version) | ●|
287
-
|`url`| String (URL) | The URL to a landing page/website for the software version ||
288
-
|`version`|String | The version of the software | ●|
272
+
| CFF key |required |CFF data type | Description |
|`abstract`||String | A description of the software (version) |
275
+
|`authors`|● |Collection of [entity](#entity-objects) or [person](#person-objects) objects | The author(s) of the software |
276
+
|`commit`||String | The commit hash or revision number of the software version |
277
+
|`contact`||Collection of [entity](#entity-objects) or [person](#person-objects) objects | The contact person, group, company, etc. for the software version |
278
+
|`date-released`|● |Date | The release date of the software version |
279
+
|`doi`||String | The DOI of the work (not the resolver URL, i.e., *10.5281/zenodo.1003150*, not *http://doi.org/10.5281/zenodo.1003150*)|
280
+
|`keywords`||Collection of strings | Keywords pertaining to the software version |
281
+
|`license`||[SPDX](https://spdx.org/)[License List](https://spdx.org/licenses/) Identifier string (or name string for non-standard licenses) | The license the software version is licensed under |
282
+
|`license-url`||String (URL) | The URL of the license text under which the software version is licensed (only for non-standard licenses not included in the [SPDX License List](https://spdx.org/licenses/)) |
283
+
|`repository`||String (URL) | The URL to the software version in a repository (when the repository is neither a source code repository or a build artifact repository) |
284
+
|`repository-code`||String (URL) | The URL to the software version in a source code repository |
285
+
|`repository-artifact`||String (URL) | The URL to the software version in a build artifact/binary/release repository |
286
+
|`title`|● |String | The name of the software (may include a specific name for the software version) |
287
+
|`url`||String (URL) | The URL to a landing page/website for the software version |
288
+
|`version`|● |String | The version of the software |
289
289
290
290
Table: CFF-Core keys and accepted data types for the provision of citation metadata.
0 commit comments