forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix syntax of CITATION.cff file (OSGeo#3123)
Syntax errors fixed (needed for Zenodo.org auto-upload and also in general). Validated successfully: ``` cffconvert --validate Citation metadata are valid according to schema version 1.2.0. ``` with ``` cffconvert --version 3.0.0a0 ```
- Loading branch information
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,32 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it using the metadata from this file. | ||
|
||
title: GRASS GIS | ||
message: If you use this software, please cite it using the metadata from this file. | ||
version: 8.3.0 | ||
abstract: GRASS GIS (Geographic Resources Analysis Support System) is a free and open source Geographic Information System (GIS) software used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization. | ||
|
||
type: software | ||
authors: | ||
- name: GRASS Development Team | ||
- family-names: GRASS Development Team | ||
email: [email protected] | ||
affiliation: Open Source Geospatial Foundation (OSGeo) | ||
- name: Martin Landa | ||
- given-names: Martin | ||
family-names: Landa | ||
affiliation: Czech Technical University in Prague | ||
orcid: https://orcid.org/0000-0001-6869-3542 | ||
- name: Markus Neteler | ||
- given-names: Markus | ||
family-names: Neteler | ||
affiliation: mundialis GmbH & Co. KG | ||
orcid: https://orcid.org/0000-0003-1916-1966 | ||
- given-names: Markus | ||
family-names: Metz | ||
email: [email protected] | ||
affiliation: mundialis GmbH & Co. KG | ||
orcid: https://orcid.org/0000-0002-4038-8754 | ||
- name: Anna Petrášová | ||
- given-names: Anna | ||
family-names: Petrášová | ||
affiliation: North Carolina State University | ||
orcid: https://orcid.org/0000-0002-5120-5538 | ||
- name: Vaclav Petráš | ||
- given-names: Vaclav | ||
family-names: Petráš | ||
affiliation: North Carolina State University | ||
orcid: https://orcid.org/0000-0001-5566-9236 | ||
- given-names: Glynn | ||
|
@@ -104,11 +107,10 @@ authors: | |
- given-names: Hamish | ||
family-names: Bowman | ||
email: [email protected] | ||
|
||
repository-code: https://github.com/OSGeo/grass | ||
license: GPL-2.0-or-later | ||
doi: 10.5281/zenodo.4621728 | ||
keywords: | ||
keywords: | ||
- GIS | ||
- geospatial | ||
- spatial analysis | ||
|
@@ -117,7 +119,3 @@ keywords: | |
- open source | ||
- free software | ||
- GNU GPL v2 | ||
|
||
citation: | ||
- text: GRASS Development Team. (2023). Geographic Resources Analysis Support System (GRASS GIS) Software, Version 8.3.0. Open Source Geospatial Foundation. https://grass.osgeo.org | ||
doi: 10.5281/zenodo.4621728 |