Skip to content

Commit 1214d98

Browse files
authored
Merge pull request Unidata#2853 from WardF/add-citation.wif
Add citation.cff file
2 parents abc626c + 8f3af42 commit 1214d98

File tree

3 files changed

+62
-3
lines changed

3 files changed

+62
-3
lines changed

CITATION.cff

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: 'NetCDF-C '
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- name: NSF Unidata
12+
website: 'https://unidata.ucar.edu'
13+
- given-names: Glenn
14+
family-names: Davis
15+
affiliation: UCAR/Unidata
16+
- given-names: Russ
17+
family-names: Rew
18+
affiliation: UCAR/Unidata
19+
- given-names: Dennis
20+
family-names: Heimbigner
21+
affiliation: UCAR/Unidata
22+
- given-names: Edward
23+
family-names: Hartnett
24+
affiliation: 'UCAR/Unidata, NOAA'
25+
- given-names: Ward
26+
family-names: Fisher
27+
affiliation: UCAR/Unidata
28+
- given-names: Many
29+
family-names: Others
30+
affiliation: >-
31+
https://github.com/Unidata/netcdf-c/blob/main/docs/credits.md
32+
identifiers:
33+
- type: doi
34+
value: 10.5065/D6H70CW6
35+
description: NetCDF-C library
36+
- type: url
37+
value: 'https://www.unidata.ucar.edu/software/netcdf/'
38+
description: NetCDF Homepage
39+
repository-code: 'https://github.com/Unidata/netcdf-c'
40+
keywords:
41+
- data
42+
- netcdf
43+
- netcdf-c
44+
- data model
45+
- software
46+
- NSF
47+
license: BSD-3-Clause
48+
contact:
49+
- name: Unidata
50+
city: Boulder
51+
region: Colorado
52+
country: US
53+
54+
tel: 303-497-8643
55+
fax: 303-497-8690
56+
website: 'https://www.unidata.ucar.edu'
57+
doi: 10.5065/D6H70CW6
58+
abstract: >
59+
NetCDF (Network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. It is also a community standard for sharing scientific data. The Unidata Program Center supports and maintains netCDF programming interfaces for C, C++, Java, and Fortran. Programming interfaces are also available for Python, IDL, MATLAB, R, Ruby, and Perl.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cmake CMakeLists.txt COMPILE.cmake.txt config.h.cmake.in \
3333
cmake_uninstall.cmake.in FixBundle.cmake.in nc-config.cmake.in \
3434
RELEASE_NOTES.md CTestConfig.cmake.in CTestCustom.cmake.in \
3535
libnetcdf.settings.in netCDFConfig.cmake.in CMakeInstallation.cmake \
36-
test-driver-verbose test_common.in fuzz
36+
test-driver-verbose test_common.in fuzz CITATION.cff
3737

3838
pkgconfigdir = $(libdir)/pkgconfig
3939
pkgconfig_DATA = netcdf.pc

docs/credits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ by Robert Pincus. Ed Hartnett updated and simplified the configure-based
2323
installation, enhanced Windows support, refactored the documentation
2424
while converting it into texinfo, and is the primary developer for
2525
netCDF-4. Dennis Heimbigner wrote the netCDF-4 version of ncgen, the C
26-
OPeNDAP client, the dispatch layer, and the implementation of diskless
27-
files. The nccopy utility was added by Russ Rew. Lynton Appel developed
26+
OPeNDAP client, the ncZarr interface, the dispatch layer, and the implementation
27+
of diskless files. The nccopy utility was added by Russ Rew. Lynton Appel developed
2828
the C++ implementation for netCDF-4. Ward Fisher overhauled netCDF release-engineering, developed a new build-and-test framework using CMake, virtualization, and container technologies, moved sources to GitHub, developed a Windows/Microsoft Visual Studio port, refactored documentation for improved web access, and merged all the documentation into the sources for maintaining with Markdown and Doxygen.
2929

3030
The following people have contributed related software, bug reports,

0 commit comments

Comments
 (0)