[GRASS-SVN] r72823 - sandbox/wenzeslaus/g.citation

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 14 04:45:47 PDT 2018


Author: wenzeslaus
Date: 2018-06-14 04:45:47 -0700 (Thu, 14 Jun 2018)
New Revision: 72823

Modified:
   sandbox/wenzeslaus/g.citation/g.citation.html
Log:
g.citation: revert incorrect r72813 back to r72745

r72813 was what is generated automatically. r72745 is what should be in the file.


Modified: sandbox/wenzeslaus/g.citation/g.citation.html
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.html	2018-06-14 05:39:21 UTC (rev 72822)
+++ sandbox/wenzeslaus/g.citation/g.citation.html	2018-06-14 11:45:47 UTC (rev 72823)
@@ -1,72 +1,22 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>GRASS GIS manual: g.citation.py</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-<div id="container">
+<h2>DESCRIPTION</h2>
 
-<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
-<hr class="header">
+<em>g.citation</em> - creates citation or metadata based on
+documentation of a given module.
 
-<h2>NAME</h2>
-<em><b>g.citation.py</b></em>  - Provide scientific citation for GRASS modules and add-ons.
-<h2>KEYWORDS</h2>
-<a href="general.html">General</a>, <a
-href="topic_Metadaten.html">Metadata</a>, <a href="keywords.html#citation">citation</a>
-<h2>SYNOPSIS</h2>
-<div id="name"><b>g.citation.py</b><br></div>
-<b>g.citation.py --help</b><br>
-<div id="synopsis"><b>g.citation.py</b> [-<b>as</b>]  [<b>module</b>=<em>string</em>]  <b>format</b>=<em>string</em>  [<b>output</b>=<em>name</em>]   [--<b>help</b>]  [--<b>verbose</b>]  [--<b>quiet</b>]  [--<b>ui</b>] 
-</div>
+<h2>NOTES</h2>
 
-<div id="flags">
-<h3>Flags:</h3>
-<dl>
-<dt><b>-a</b></dt>
-<dd>Provide citation for all modules</dd>
+<h2>EXAMPLES</h2>
 
-<dt><b>-s</b></dt>
-<dd>Skip errors, provide warning only</dd>
+<div class="code"><pre>
+g.citation module=v.select format=plain
+</pre></div>
 
-<dt><b>--help</b></dt>
-<dd>Print usage summary</dd>
-<dt><b>--verbose</b></dt>
-<dd>Verbose module output</dd>
-<dt><b>--quiet</b></dt>
-<dd>Quiet module output</dd>
-<dt><b>--ui</b></dt>
-<dd>Force launching GUI dialog</dd>
-</dl>
-</div>
+<h2>SEE ALSO</h2>
 
-<div id="parameters">
-<h3>Parameter:</h3>
-<dl>
-<dt><b>module</b>=<em>string</em></dt>
-<dd>GRASS GIS module to be cited</dd>
+<h2>AUTHORS</h2>
 
-<dt><b>format</b>=<em>string</em> <b>[required]</b></dt>
-<dd>Citation format or style</dd>
-<dd>Optionen: <em>bibtex, csl, datacite, dublincore, json, json-ld, narcxml, plain, dict</em></dd>
-<dd>Standardwert: <em>bibtex</em></dd>
-<dd><b>bibtex</b>: BibTeX</dd>
-<dd><b>csl</b>: cls</dd>
-<dd><b>datacite</b>: datacite</dd>
-<dd><b>dublincore</b>: dublincore</dd>
-<dd><b>json</b>: json</dd>
-<dd><b>json-ld</b>: json-ld</dd>
-<dd><b>narcxml</b>: narcxml</dd>
-<dd><b>plain</b>: Plain text</dd>
-<dd><b>dict</b>: Pretty printed Python dictionary</dd>
-<dd><b>cff</b>: citation file</dd>
+Vaclav Petras, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0001-5566-9236)
+Peter Loewe, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-2257-0517)
+Markus Neteler, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-1916-1966)
 
-<dt><b>output</b>=<em>name</em></dt>
-<dd>Path of the output file</dd>
-
-</dl>
-</div>
-</body>
-</html>
+<p><i>Last changed: $Date: 2018-03-14 15:22:13 -0400 (Wed, 14 Mar 2018) $</i>



More information about the grass-commit mailing list