Skip to content

Commit 9dc4a09

Browse files
authored
Copernicus template additional information on copyright statement (#368)
1 parent 90795a4 commit 9dc4a09

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
rticles 0.19
22
---------------------------------------------------------------------
3-
- Update Copernicus Publications template to version 6.2 from 2021-01-15. (thanks, @RLumSK, #366)
3+
- Update Copernicus Publications template to version 6.2 from 2021-01-15 (thanks, @RLumSK, #366).
44

55
rticles 0.18
66
---------------------------------------------------------------------
77

8-
- `springer_article()` now uses the yaml variable biblio-style to set bibliogrphy style
8+
- `springer_article()` now uses the yaml variable biblio-style to set bibliography style
99
instead of bibstyle. (@eliocamp, #358)
1010

1111
- Fixes a bug when rendering `arxiv_article()` with recent version of TeX Live by adding `\usepackage{lmodern}` to the template. (#thanks, @slemonide, #343)

inst/rmarkdown/templates/copernicus/resources/template.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179

180180
$body$
181181

182-
183182
$if(availability.code)$
184183
\codeavailability{$availability.code$} %% use this section when having only software code available
185184
$endif$

inst/rmarkdown/templates/copernicus/skeleton/skeleton.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ competinginterests: |
4848
The authors declare no competing interests.
4949
# OPTIONAL:
5050
algorithms: true
51-
# See https://publications.copernicus.org/for_authors/licence_and_copyright.html, normally used for transferring the copyright, if needed.
51+
# See https://publications.copernicus.org/for_authors/licence_and_copyright.html, normally used for transferring the copyright, if needed.
52+
# Note: additional copyright statements for affiliated software or data need to be placed in the data availability section.
5253
copyrightstatement: |
53-
The author's copyright for this publication is transferred to institution/company.
54+
The author's copyright for this publication is transferred to institution/company.
5455
### The following commands are for the statements about the availability of data sets and/or software code corresponding to the manuscript.
5556
### It is strongly recommended to make use of these sections in case data sets and/or software code have been part of your research the article is based on.
57+
### Note: unless stated otherwise, software and data affiliated with the manuscript are assumed to be published under the same licence as the article (currently Creative Commons 4.0)
5658
availability:
5759
#code: |
5860
# use this to add a statement when having only software code available

0 commit comments

Comments
 (0)