Opened 15 years ago
Closed 8 years ago
#947 closed enhancement (fixed)
g.version: new flag for citation info
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.2.0 |
Component: | Default | Version: | svn-trunk |
Keywords: | g.version, citation | Cc: | neteler |
CPU: | All | Platform: | All |
Description
Hi,
it is proposed to add a new flag to print out "how to cite grass" information.
doing this in g.version means that the info would always be up to date and relevant for the software used.
the obvious choices for flag key -c (cite) -r (ref) -b (biblio) are already taken, so I propose -x for "cross-ref".
cite_flag = G_define_flag(); cite_flag->key = 'x'; cite_flag->description = _("Display information on how to cite this software");
the text is currently at:
Citing GRASS Software Please cite GRASS when using the software in your work. Here are some choices depending on the version used: * GRASS Development Team, 2010. Geographic Resources Analysis Support System (GRASS) Software, Version 6.4.0. Open Source Geospatial Foundation. http://grass.osgeo.org * GRASS Development Team, 2009. Geographic Resources Analysis Support System (GRASS) Programmer's Manual. Open Source Geospatial Foundation. Electronic document: http://download.osgeo.org/grass/grass6_progman/ A BibTeX entry for LaTeX users is @Manual{GRASS_GIS_software, title = {Geographic Resources Analysis Support System (GRASS GIS) Software}, author = {{GRASS Development Team}}, organization = {Open Source Geospatial Foundation}, address = {USA}, year = {2010}, url = {http://grass.osgeo.org}, }
Of course the version and date, etc should be dynamically filled in by the program.
see also
http://grass.osgeo.org/wiki/GRASS_Documents#General http://grass.osgeo.org/wiki/GRASS_Citation_Repository http://grass.osgeo.org/wiki/Citations_for_specific_modules
thanks, Hamish
Change History (19)
comment:1 by , 11 years ago
comment:3 by , 10 years ago
Milestone: | 7.0.0 → 7.0.1 |
---|
For now I have added a citation section here:
http://grass.osgeo.org/grass70/manuals/g.version.html#citing-grass-gis
comment:8 by , 9 years ago
Milestone: | 7.0.4 → 7.0.5 |
---|
comment:9 by , 8 years ago
Milestone: | 7.0.5 → 7.2.0 |
---|---|
Priority: | normal → critical |
comment:10 by , 8 years ago
Priority: | critical → major |
---|
I have implemented citation support in r68657:
GRASS 7.3.svn (nc_spm_08_grass7):~ > g.version -x GRASS 7.3.svn (2016) 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. Here are some choices depending on the version used: * 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 For other (scientific) references, see * https://grasswiki.osgeo.org/wiki/GRASS_Citation_Repository A BibTeX entry for LaTeX users is: @Manual{GRASS_GIS_software, title = {Geographic Resources Analysis Support System (GRASS) Software}, author = {{GRASS Development Team}}, organization = {Open Source Geospatial Foundation}, address = {USA}, year = {YEAR}, url = {http://grass.osgeo.org}, }
Please check it it works ok on MS-Windows, Mac OSX, etc.
If needed, we can adjust the wording. Then I will backport the outcome.
comment:13 by , 8 years ago
follow-up: 16 comment:15 by , 8 years ago
7.0.5 RC1 tested on MS Windows but I can't find binaries for 7.2 and 7.3 which should be tested because of the GUI changes.
follow-up: 17 comment:16 by , 8 years ago
Replying to wenzeslaus:
7.0.5 RC1 tested on MS Windows but I can't find binaries for 7.2 and 7.3 which should be tested because of the GUI changes.
A Windows user: please make a test with the current 7.2.svn
follow-up: 18 comment:17 by , 8 years ago
Replying to neteler:
Replying to wenzeslaus:
7.0.5 RC1 tested on MS Windows but I can't find binaries for 7.2 and 7.3 which should be tested because of the GUI changes.
A Windows user: please make a test with the current 7.2.svn
tested by
System Info GRASS version: 7.2.svn GRASS SVN revision: r69794 Build date: 2016-11-13 Build platform: x86_64-w64-mingw32 GDAL: 2.1.2 PROJ.4: 4.9.3 GEOS: 3.5.0 SQLite: 3.14.1 Python: 2.7.5 wxPython: 2.8.12.1 Platform: Windows-8-6.2.9200
g.version -x GRASS 7.2.svn (2016) 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 citation choices see below; for citing a particular GRASS GIS module, you may cite the main author(s) along with the GRASS Development Team. 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.2. 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.2. Open Source Geospatial Foundation. https://grass.osgeo.org/grass72/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, title = {Geographic Resources Analysis Support System (GRASS) Software}, author = {{GRASS Development Team}}, organization = {Open Source Geospatial Foundation}, address = {USA}, year = {YEAR}, url = {http://grass.osgeo.org}, }
comment:18 by , 8 years ago
Replying to hellik:
Replying to neteler:
Replying to wenzeslaus:
7.0.5 RC1 tested on MS Windows but I can't find binaries for 7.2 and 7.3 which should be tested because of the GUI changes.
A Windows user: please make a test with the current 7.2.svn
tested by
System Info GRASS version: 7.2.svn GRASS SVN revision: r69794 Build date: 2016-11-13 Build platform: x86_64-w64-mingw32 GDAL: 2.1.2 PROJ.4: 4.9.3 GEOS: 3.5.0 SQLite: 3.14.1 Python: 2.7.5 wxPython: 2.8.12.1 Platform: Windows-8-6.2.9200
also the citation hint can be copied from the about window.
comment:19 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
SO, everything seems to be done and working here, closing. Feel free to reopen if needed.
HAmish, do you plan to submit this enhancement?