Skip to content

Commit ec51872

Browse files
add preferred-citation with type and indentation
1 parent 824d19e commit ec51872

1 file changed

Lines changed: 124 additions & 121 deletions

File tree

CITATION.cff

Lines changed: 124 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -2,124 +2,127 @@ cff-version: 1.2.0
22
license:
33
- cc0-1.0
44
title: NetCDF Climate and Forecast (CF) Metadata Conventions
5-
version: '1.12'
6-
date-released: '2024-12-04'
7-
doi: 10.5281/zenodo.14275599
8-
abstract: This document describes the CF conventions for climate and forecast metadata
9-
designed to promote the processing and sharing of files created with the netCDF
10-
Application Programmer Interface. The conventions define metadata that provide a
11-
definitive description of what the data in each variable represents, and of the
12-
spatial and temporal properties of the data. This enables users of data from different
13-
sources to decide which quantities are comparable, and facilitates building applications
14-
with powerful extraction, regridding, and display capabilities. The CF conventions
15-
generalize and extend the COARDS conventions. The extensions include metadata that
16-
provides a precise definition of each variable via specification of a standard name,
17-
describes the vertical locations corresponding to dimensionless vertical coordinate
18-
values, and provides the spatial coordinates of non-rectilinear gridded data. Since
19-
climate and forecast data are often not simply representative of points in space/time,
20-
other extensions provide for the description of coordinate intervals, multidimensional
21-
cells and climatological time coordinates, and indicate how a data value is representative
22-
of an interval or cell. This standard also relaxes the COARDS constraints on dimension
23-
order and specifies methods for reducing the size of datasets.
24-
authors:
25-
- affiliation: NCAR
26-
family-names: Eaton
27-
given-names: Brian
28-
- affiliation: University of Reading and UK Met Office Hadley Centre
29-
family-names: Gregory
30-
given-names: Jonathan
31-
orcid: 0000-0003-1296-8644
32-
- affiliation: PCMDI, LLNL
33-
family-names: Drach
34-
given-names: Bob
35-
- affiliation: PCMDI, LLNL
36-
family-names: Taylor
37-
given-names: Karl
38-
orcid: 0000-0002-6491-2135
39-
- affiliation: PMEL, NOAA
40-
family-names: Hankin
41-
given-names: Steve
42-
- affiliation: Unidata
43-
family-names: Caron
44-
given-names: John
45-
- affiliation: USGS
46-
family-names: Signell
47-
given-names: Rich
48-
- affiliation: UK Met Office
49-
family-names: Bentley
50-
given-names: Phil
51-
- affiliation: MIT
52-
family-names: Rappa
53-
given-names: Greg
54-
- affiliation: DKRZ
55-
family-names: "H\xF6ck"
56-
given-names: Heinke
57-
orcid: 0000-0002-0131-1404
58-
- affiliation: NCAS and CEDA
59-
family-names: Pamment
60-
given-names: Alison
61-
orcid: 0000-0001-5040-4626
62-
- affiliation: NCAS
63-
family-names: Juckes
64-
given-names: Martin
65-
- affiliation: SMHI
66-
family-names: Raspaud
67-
given-names: Martin
68-
- affiliation: Excalibur Laboratories Inc
69-
family-names: Horne
70-
given-names: Randy
71-
- affiliation: University of Reading
72-
family-names: Blower
73-
given-names: Jon
74-
- affiliation: University of Texas
75-
family-names: Whiteaker
76-
given-names: Timothy
77-
- affiliation: USGS
78-
family-names: Blodgett
79-
given-names: David
80-
- affiliation: UC Irvine
81-
family-names: Zender
82-
given-names: Charlie
83-
- affiliation: EUMETSAT
84-
family-names: Lee
85-
given-names: Daniel
86-
orcid: 0000-0002-1041-232X
87-
- affiliation: NCAS and University of Reading
88-
family-names: Hassell
89-
given-names: David
90-
orcid: 0000-0001-5106-7502
91-
- affiliation: Corteva Agriscience
92-
family-names: Snow
93-
given-names: Alan D.
94-
- affiliation: Max Planck Institute for Meteorology
95-
family-names: "K\xF6lling"
96-
given-names: Tobias
97-
- affiliation: NOAA/CIRES/University of Colorado
98-
family-names: Allured
99-
given-names: Dave
100-
- affiliation: HDF Group
101-
family-names: Jelenak
102-
given-names: Aleksandar
103-
- affiliation: EUMETSAT
104-
family-names: Soerensen
105-
given-names: Anders Meier
106-
- affiliation: OceanDataLab
107-
family-names: Gaultier
108-
given-names: Lucile
109-
- affiliation: OceanDataLab
110-
family-names: "Herl\xE9dan"
111-
given-names: Sylvain
112-
- affiliation: Puertos del Estado, Madrid
113-
family-names: Manzano
114-
given-names: Fernando
115-
- affiliation: SMHI
116-
family-names: "B\xE4rring"
117-
given-names: Lars
118-
orcid: 0000-0001-7280-2502
119-
- affiliation: NOAA
120-
family-names: Barker
121-
given-names: Christopher
122-
- affiliation: National Centre for Atmospheric Science and University of Reading
123-
family-names: Bartholomew
124-
given-names: Sadie L.
125-
orcid: 0000-0002-6180-3603
5+
message: "Please use the following reference to cite the latest release of the CF conventions:
6+
preferred-citation:
7+
type: article
8+
version: '1.12'
9+
date-released: '2024-12-04'
10+
doi: 10.5281/zenodo.14275599
11+
abstract: This document describes the CF conventions for climate and forecast metadata
12+
designed to promote the processing and sharing of files created with the netCDF
13+
Application Programmer Interface. The conventions define metadata that provide a
14+
definitive description of what the data in each variable represents, and of the
15+
spatial and temporal properties of the data. This enables users of data from different
16+
sources to decide which quantities are comparable, and facilitates building applications
17+
with powerful extraction, regridding, and display capabilities. The CF conventions
18+
generalize and extend the COARDS conventions. The extensions include metadata that
19+
provides a precise definition of each variable via specification of a standard name,
20+
describes the vertical locations corresponding to dimensionless vertical coordinate
21+
values, and provides the spatial coordinates of non-rectilinear gridded data. Since
22+
climate and forecast data are often not simply representative of points in space/time,
23+
other extensions provide for the description of coordinate intervals, multidimensional
24+
cells and climatological time coordinates, and indicate how a data value is representative
25+
of an interval or cell. This standard also relaxes the COARDS constraints on dimension
26+
order and specifies methods for reducing the size of datasets.
27+
authors:
28+
- affiliation: NCAR
29+
family-names: Eaton
30+
given-names: Brian
31+
- affiliation: University of Reading and UK Met Office Hadley Centre
32+
family-names: Gregory
33+
given-names: Jonathan
34+
orcid: 0000-0003-1296-8644
35+
- affiliation: PCMDI, LLNL
36+
family-names: Drach
37+
given-names: Bob
38+
- affiliation: PCMDI, LLNL
39+
family-names: Taylor
40+
given-names: Karl
41+
orcid: 0000-0002-6491-2135
42+
- affiliation: PMEL, NOAA
43+
family-names: Hankin
44+
given-names: Steve
45+
- affiliation: Unidata
46+
family-names: Caron
47+
given-names: John
48+
- affiliation: USGS
49+
family-names: Signell
50+
given-names: Rich
51+
- affiliation: UK Met Office
52+
family-names: Bentley
53+
given-names: Phil
54+
- affiliation: MIT
55+
family-names: Rappa
56+
given-names: Greg
57+
- affiliation: DKRZ
58+
family-names: "H\xF6ck"
59+
given-names: Heinke
60+
orcid: 0000-0002-0131-1404
61+
- affiliation: NCAS and CEDA
62+
family-names: Pamment
63+
given-names: Alison
64+
orcid: 0000-0001-5040-4626
65+
- affiliation: NCAS
66+
family-names: Juckes
67+
given-names: Martin
68+
- affiliation: SMHI
69+
family-names: Raspaud
70+
given-names: Martin
71+
- affiliation: Excalibur Laboratories Inc
72+
family-names: Horne
73+
given-names: Randy
74+
- affiliation: University of Reading
75+
family-names: Blower
76+
given-names: Jon
77+
- affiliation: University of Texas
78+
family-names: Whiteaker
79+
given-names: Timothy
80+
- affiliation: USGS
81+
family-names: Blodgett
82+
given-names: David
83+
- affiliation: UC Irvine
84+
family-names: Zender
85+
given-names: Charlie
86+
- affiliation: EUMETSAT
87+
family-names: Lee
88+
given-names: Daniel
89+
orcid: 0000-0002-1041-232X
90+
- affiliation: NCAS and University of Reading
91+
family-names: Hassell
92+
given-names: David
93+
orcid: 0000-0001-5106-7502
94+
- affiliation: Corteva Agriscience
95+
family-names: Snow
96+
given-names: Alan D.
97+
- affiliation: Max Planck Institute for Meteorology
98+
family-names: "K\xF6lling"
99+
given-names: Tobias
100+
- affiliation: NOAA/CIRES/University of Colorado
101+
family-names: Allured
102+
given-names: Dave
103+
- affiliation: HDF Group
104+
family-names: Jelenak
105+
given-names: Aleksandar
106+
- affiliation: EUMETSAT
107+
family-names: Soerensen
108+
given-names: Anders Meier
109+
- affiliation: OceanDataLab
110+
family-names: Gaultier
111+
given-names: Lucile
112+
- affiliation: OceanDataLab
113+
family-names: "Herl\xE9dan"
114+
given-names: Sylvain
115+
- affiliation: Puertos del Estado, Madrid
116+
family-names: Manzano
117+
given-names: Fernando
118+
- affiliation: SMHI
119+
family-names: "B\xE4rring"
120+
given-names: Lars
121+
orcid: 0000-0001-7280-2502
122+
- affiliation: NOAA
123+
family-names: Barker
124+
given-names: Christopher
125+
- affiliation: National Centre for Atmospheric Science and University of Reading
126+
family-names: Bartholomew
127+
given-names: Sadie L.
128+
orcid: 0000-0002-6180-3603

0 commit comments

Comments
 (0)