Difference between revisions of "Zenodo Publication"

From Gcube Wiki
Jump to: navigation, search
(7. Keywords)
(7. Keywords)
Line 5: Line 5:
  
 
[[File:zenodo.png|500px|center]]
 
[[File:zenodo.png|500px|center]]
 +
 +
== 1. Title ==
 +
The title of the deposition is built as follow:
 +
<pre>
 +
gCube <gCube Version> - <name> v. <version>
 +
</pre>
 +
 +
where:
 +
* gCube Version is the version of gCube (e.g. 3.11.1, 4.0.0, ...)
 +
* name is the content of <name> tag in the pom.xml. If not present, the artifactId is used
 +
* version is the version in the pom
 +
  
 
== 7. Keywords ==
 
== 7. Keywords ==

Revision as of 14:05, 29 November 2016

Motivation

TODO

Automatic Metadata Generation

Zenodo.png

1. Title

The title of the deposition is built as follow:

gCube <gCube Version> - <name> v. <version>

where:

  • gCube Version is the version of gCube (e.g. 3.11.1, 4.0.0, ...)
  • name is the content of <name> tag in the pom.xml. If not present, the artifactId is used
  • version is the version in the pom


7. Keywords

Keywords for each component are stored in ETICS in the the description field of the corresponding ETICS module (not the configuration). For instance, keywords for "Common Authorization" are stored in the description of "org.gcube.common.authorization-common" module. They are encoded as follow:

#keywords=keyword1, keyword 2, key word3, ...

If keywords are not found in the component, they are searched in the subsystem and if also in the subsystem are not found, the keywords for the project are used. org.gcube project define these keywords:

#keywords=gCube, Java, Data Management System, Hybrid Data Infrastructure

Command line client usage

TODO


Possible Improvements

  • Add Changelog in the description
  • Add links to wiki (parsed from the README)
  • Support for a ".zenodo" file in the projet root that override metadata generated automatically
  • More metadata can be added:
    • Subjects (however Subjects does not appear in Zenodo)