Skip to content

Commit 8d350ac

Browse files
committed
Prepare version 1.0.3
1 parent aa63008 commit 8d350ac

6 files changed

Lines changed: 23 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ deploy:
3131
api_key:
3232
secure: "BiIpY2KWsO+GDj/+CWcBY9dwmPlYEEwWXqI0uXEKZNNWy4uWjWn625f1x+krTy5RzfH29r1IWub9w0Xf80vtIkqVBEpxGUPYPayHKC1Lal8YIgXCxPTstOKPNuYAWdf2/xoD3tiQrbBt6gAGm/+Pg9knOFRq+T1mYKHZKQTIsSDpZyb7FEG0a67fylJlRY+HGwEdDGc166DLottSMjiwLRbwd7rkYhLTNPeouT7KF7GiAeNXezRwKSylSnkpsibS5J/XWDOuyu+7oW8P11TIaVy22BeMj8SWN9KUQYozqMg+XWjt8zYlZjhB/bF+WiJ21zgw/TTtdnyZJmAuR7xMWj7auRouw4vQuinyTfjn8EmUw2TnOch/1I7yNgAmcF8vTmm2EdueIKEo6BHIH0tb03I1BGDR+bmyfsG9+K5WexsgNuU5UTPss+Jaebq+ZH7u2bVrutYoPGJEHOOCUyO+qgrT/6LlrDO8WBLbmplhh6Wdanf5Z3uvLrqFBngxeAGkLTG5u8BX49rvCgkcKYzUbvL60QNkKQ3OeFOs3JFxj3PJ36hqs6x8j8hRKvBwFpXtUr4QxZUy7QuvDa5zZvbb7QiWZZ6wckiiqhr9LqsdIXm6TzsXKYgTFHjhRyDQIZd9vPzlOrCYVOrc+ocdqvLpXDJFxAtoHNxu8hUemyVzNig="
3333
file:
34-
- './_site/assets/pdf/cff-specifications-1.0.2.pdf'
34+
- './_site/assets/pdf/cff-specifications-1.0.3.pdf'
3535
on:
3636
tags: true

1.0.3-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [Add updated link to collective Zenodo DOI](http://github.com/citation-file-format/citation-file-format.github.io/commit/4a55d34fc7fb760a0930c2f934f97d4cbe1eb52f)
2+
- [Fix citation-file-format/citation-file-format#43](http://github.com/citation-file-format/citation-file-format.github.io/commit/cb60d27d23fb39e6387f44b60d290d0399c1bca2)
3+
- [Add a note about the arbitrary order of keys in the CFF file](http://github.com/citation-file-format/citation-file-format.github.io/commit/aa63008257011c86f120a6498abaa9c08e04ce0d)

1.0.3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: landing-page
3+
---
4+
5+
This version fixes a bug, and adds a a note about the arbitrary order of keys
6+
in `CITATION.cff` files.
7+
8+
## Changes
9+
10+
{% include_relative 1.0.3-changes.md %}

1.0.3/specifications.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ general. These include:
201201
202202
## File structure
203203

204-
CFF `CITATION` files represent YAML 1.2 dictionaries ("maps") with
204+
`CITATION.cff` files represent YAML 1.2 dictionaries ("maps") with
205205
the keys listed in the table below. Note that the order of the keys is arbitrary,
206206
and that most YAML [linter](https://en.wikipedia.org/wiki/Lint_(software))s
207207
will re-order the keys alphabetically.
@@ -708,7 +708,8 @@ according to [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601), e.g.,
708708

709709
> The ORCID iD is expressed as an https URI, i.e. the 16-digit identifier is
710710
preceded by "https://orcid.org/". A hyphen is inserted every 4 digits of the
711-
identifier to aid readability. (<https://support.orcid.org/knowledgebase/articles/116780-structure-of-the-orcid-identifier>,
711+
identifier to aid readability.
712+
(<https://support.orcid.org/knowledgebase/articles/116780-structure-of-the-orcid-identifier>,
712713
section "Expressing the ORCID iD")
713714

714715
Example:
@@ -988,6 +989,7 @@ doi: 10.5281/zenodo.1234
988989
date-released: 2017-12-18
989990
references:
990991
- type: article
992+
scope: Cite this paper if you want to reference the general concepts of MRT.
991993
authors:
992994
- family-names: Doe
993995
given-names: Jane

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once a version is release-ready, do the following:
3333
- Change the `release-date` meta tag in the YAML frontmatter of `specifications.md`
3434
- Create a landing page `{version}.md` file for the version in the `{version}` folder, describing the version (including release notes, changes, etc.).
3535
- In `_config.yml`, set `current` to the version number, e.g., `0.9-RC1`.
36-
- Add the version to the table in [versions.md](https://github.com/citation-file-format/citation-file-format.github.io/blob/src/versions.md).
36+
- Add the version and a link to the respective schema release to the table in [versions.md](https://github.com/citation-file-format/citation-file-format.github.io/blob/src/versions.md).
3737
Create a new version on Zenodo to reserve a DOI, add that DOI to the versions table.
3838
- Add the version in the PDF link for addition to GitHub release .travis.yml
3939
- Commit the changes

versions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ The existing versions for CFF are listed in the following tables.
1010

1111
| Version | Specifications | Schema | DOI | Release |
1212
|----------------------|--------------------------------------------------------------------------------------|--------|---------------------------------------------------------------------|---------|
13-
| [1.0.2](/1.0.2) | Core module: [HTML](/1.0.2/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.2.pdf) | - | [10.5281/zenodo.1120256](https://doi.org/10.5281/zenodo.1120256) | |
14-
| [1.0.1](/1.0.1) | Core module: [HTML](/1.0.1/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.1.pdf) | - | [10.5281/zenodo.1117789](https://doi.org/10.5281/zenodo.1117789) | |
13+
| [1.0.3](/1.0.3) | Core module: [HTML](/1.0.3/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.3.pdf) | [1.0.3](https://github.com/citation-file-format/schema/releases/tag/1.0.3) | [10.5281/zenodo.1120389](https://doi.org/10.5281/zenodo.1120389) | |
14+
| [1.0.2](/1.0.2) | Core module: [HTML](/1.0.2/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.2.pdf) | [1.0.2](https://github.com/citation-file-format/schema/releases/tag/1.0.2) | [10.5281/zenodo.1120256](https://doi.org/10.5281/zenodo.1120256) | |
15+
| [1.0.1](/1.0.1) | Core module: [HTML](/1.0.1/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.1.pdf) | [1.0.1](https://github.com/citation-file-format/schema/releases/tag/1.0.1) | [10.5281/zenodo.1117789](https://doi.org/10.5281/zenodo.1117789) | |
1516
| [1.0.0](/1.0.0) | Core module: [HTML](/1.0.0/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.0.pdf) | - | [10.5281/zenodo.1108269](http://doi.org/10.5281/zenodo.1108269) | |
1617
| [1.0-RC1](/1.0-RC1/) | [HTML](/1.0-RC1/specifications/) , [PDF](/assets/pdf/cff-specifications-1.0-RC1.pdf) | - | [10.5281/zenodo.1003150](https://doi.org/10.5281/zenodo.1003150) | |
1718
| [0.9-RC1](/0.9-RC1/) | [HTML](/0.9-RC1/specifications/) , [PDF](/assets/pdf/cff-specifications-0.9-RC1.pdf) | - | [10.5281/zenodo.1003150](https://doi.org/10.5281/zenodo.1003150) | |
19+

0 commit comments

Comments
 (0)