[GRASS-SVN] r68662 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 10 13:14:48 PDT 2016
Author: neteler
Date: 2016-06-10 13:14:48 -0700 (Fri, 10 Jun 2016)
New Revision: 68662
Modified:
grass/trunk/CITING
grass/trunk/Makefile
Log:
g.version: improved citation text; added CITING file to packaging
Modified: grass/trunk/CITING
===================================================================
--- grass/trunk/CITING 2016-06-10 03:01:30 UTC (rev 68661)
+++ grass/trunk/CITING 2016-06-10 20:14:48 UTC (rev 68662)
@@ -1,14 +1,21 @@
The GRASS Development Team, the addon authors, further contributors and the user community have invested enormous efforts in making GRASS GIS available to you. Please give credit where credit is due and cite GRASS GIS and its addons when you use them for data analysis.
-For generic citations see below; for citing a particular GRASS GIS module, you may refer to the main author(s) along with the GRASS Development Team.
+For citation choices see below; for citing a particular GRASS GIS module, you may cite the main author(s) along with the GRASS Development Team.
-Here are some choices depending on the version used:
+
+Choices for citing the main GRASS GIS software (update YEAR and version number accordingly):
* GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Software, Version 7.0. Open Source Geospatial Foundation. http://grass.osgeo.org
* GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Programmer's Manual. Open Source Geospatial Foundation. Electronic document: http://grass.osgeo.org/programming7
+
+Citing a GRASS GIS Addon (update AUTHOR(S), YEAR, Addon-NAME, and version number accordingly):
+* AUTHOR(S), and GRASS Development Team, YEAR Addon-NAME. Geographic Resources Analysis Support System (GRASS) Software, Version 7.0. Open Source Geospatial Foundation. https://grass.osgeo.org/grass70/manuals/addons/Addon-NAME.html
+
+
For other (scientific) references, see
* https://grasswiki.osgeo.org/wiki/GRASS_Citation_Repository
+
A BibTeX entry for LaTeX users is:
@Manual{GRASS_GIS_software,
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2016-06-10 03:01:30 UTC (rev 68661)
+++ grass/trunk/Makefile 2016-06-10 20:14:48 UTC (rev 68662)
@@ -50,7 +50,7 @@
SUBDIRS = $(DIRS)
-FILES = AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT contributors.csv contributors_extra.csv translators.csv
+FILES = AUTHORS CITING COPYING CHANGES REQUIREMENTS.html GPL.TXT contributors.csv contributors_extra.csv translators.csv
FILES_DST = $(patsubst %,$(ARCH_DISTDIR)/%,$(FILES))
default:
More information about the grass-commit
mailing list