You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The add_additional_resource function of hepdata_lib should be extended to accept an optional license argument (a Python dictionary containing name, url and optional description). The Table class should also be extended to include a new method add_data_license taking arguments name, url and optional description.
Documentation should be added to hepdata_lib explaining how to add a license to either an additional resource file or a data table. As an example, the CC BY 4.0 license could be used.
name: CC BY 4.0url: https://creativecommons.org/licenses/by/4.0/description: This license enables reusers to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator.
The JSON schema defining a HEPData submission has provision for a
data_license
(comprising aname
,url
and optionaldescription
) for individual tables. It also supports alicense
for additional resources. An example of use is given insubmission.yaml
used inTestHEPSubmission.zip
and in the submission documentation. By default, the CC0 license applies, as explained in the HEPData Terms of Use.The
add_additional_resource
function ofhepdata_lib
should be extended to accept an optionallicense
argument (a Python dictionary containingname
,url
and optionaldescription
). TheTable
class should also be extended to include a new methodadd_data_license
taking argumentsname
,url
and optionaldescription
.See also HEPData/hepdata#740.
The text was updated successfully, but these errors were encountered: