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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 12 21:02:30 PDT 2018


Author: wenzeslaus
Date: 2018-08-12 21:02:30 -0700 (Sun, 12 Aug 2018)
New Revision: 73087

Modified:
   sandbox/wenzeslaus/g.citation/g.citation.py
Log:
g.citation: email part of the internal format

Modified: sandbox/wenzeslaus/g.citation/g.citation.py
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.py	2018-08-13 04:01:21 UTC (rev 73086)
+++ sandbox/wenzeslaus/g.citation/g.citation.py	2018-08-13 04:02:30 UTC (rev 73087)
@@ -334,7 +334,8 @@
         # TODO: handles two authors at the same line
         # TODO: handle "unknown" author
         authors.append({'name': name, 'institute': institute,
-                        'feature': feature, 'orcid': orcid})
+                        'feature': feature, 'email': email,
+                        'orcid': orcid})
     return authors
 
 



More information about the grass-commit mailing list