CERNDocumentServer / harvesting-kit

A kit containing various utilities and scripts related to content harvesting used in Invenio Software (http://invenio-software.org) instances such as INSPIRE (http://inspirehep.net) and SCOAP3 (http://scoap3.org)
GNU General Public License v2.0
7 stars 18 forks source link

Always add CC-BY? #69

Closed jalavik closed 6 years ago

jalavik commented 10 years ago

Currently in jats_utils there is always a CC-BY license added. https://github.com/inspirehep/harvesting-kit/blob/master/harvestingkit/jats_utils.py#L361

Is this intended? cc @GiorgosPa

(reported by K. Sachs)

GiorgosPa commented 10 years ago

This package is used by scope3, Inspire related tasks use Jats_package On 29.07.2014 18:21, Jan Åge Lavik wrote:

Currently in jats_utils there is always a CC-BY license added. https://github.com/inspirehep/harvesting-kit/blob/master/harvestingkit/jats_utils.py#L361

Is this intended? cc @GiorgosPa https://github.com/GiorgosPa

(reported by K. Sachs)

— Reply to this email directly or view it on GitHub https://github.com/inspirehep/harvesting-kit/issues/69.

jalavik commented 10 years ago

Ah, thanks for the info. @Dziolas @mvesper what is the difference between the two? Can it be merged together?

Dziolas commented 10 years ago

I think you can merge them. We wanted to separate some simple methods from general jats workflow, but it doesn't make any more sense.

Regarding the CC-BY license. I think there were some problems with a few articles when there was no license in metadata so we just enforce a CC-BY license. If you want to change it, we also need to check if there is a better way to extract license from metadata we have.

kaplun commented 6 years ago

harvestingkit has been superseeded by inspirehep/hepcrawl