o2r-project / o2r-shipper

Export research compendia to repositories and archives
https://o2r.info/results/
Apache License 2.0
0 stars 3 forks source link

Updated License Object #14

Closed jansule closed 7 years ago

jansule commented 7 years ago

Just to inform you: In the future, licenses will be described in the metadata as follows:

"metadata":{
    "o2r": {
        "license": {
            "text": <String>,
            "code": <String>,
            "data": <String>,
            "uibindings": <String>
        }
    }
}

If this affects your code, be informed that it needs to be updated.

ghost commented 7 years ago

Yes this was my suggestion, but we haven't discussed this as a group. We should do. Also please point out where this affects the shipper code. I think since your example is o2r metadata rather than e.g. zenodo metadata, the shipper will take brokered MD, so it doesnt see this anyway, right?

nuest commented 7 years ago

Right, shipper does probably not have to care about this. IMHO can be closed.

jansule commented 7 years ago

@7048730 As far as I understand, the MASTER_MD_DICT contains all metadata and will then be mapped to the required structure for each purpose (zenodo, o2r, etc.), right? Therefore, the mapping of the license object needs to be updated, so that it will fit again to the required structure of zenodo.

But @nuest is right in the point that shipper does not have to care about it, but rather o2r-meta.

ghost commented 7 years ago

Okay good, then I'm closing this