softwareunderground / subsurface-journal

Initial guidelines, ideas, suggestions, and more for a new open-access journal for peer-reviewed research pertaining to subsurface-related disciplines
Apache License 2.0
14 stars 3 forks source link

Licensing #2

Open filippo82 opened 5 years ago

filippo82 commented 5 years ago

I see that most OA journals require authors to accept the CC-BY license.

Is this going to be a good choice for the Journal too?

JesperDramsch commented 5 years ago

Short answer: Yes, except for software.

Long answer: We could do it like EarthArxiv and provide a choice of

http://help.osf.io/m/preprints/l/726873-preprint-faqs#how_should_i_license_my_preprint

However, they provide these to comply with journals. As a journal, we have "the power" to choose how we want to license. CC-BY is a very nice license, as it's open, permissive and requires attribution. It's my fave

For software submissions, we should consider a software license, however. Here MIT, GPL, Apache or BSD are choices. More info

filippo82 commented 5 years ago

Yes @JesperDramsch, paper and software licenses are two different topics!

For the papers, I would prefer to stick to one license and then, for the software, offers a choice (as you suggested.

prisae commented 5 years ago

For software submissions, we should consider a software license, however. Here MIT, GPL, Apache or BSD are choices.

Crucial point. And the four you mentioned should be made available. Not just GPL or just MIT, but give the author a choice but also provide links where they can decide what to use, because still many are not aware of the differences.

leouieda commented 5 years ago

I don't really like the EarthArxiv options because I've seen people licensing the paper itself with LGPL, which doesn't make much sense.

For paper license, we could say "papers are CC-BY" and I'd be OK with that. Most people don't know enough to be able to make a conscious choice.

For software, I don't think they should be a part of the submission. We shouldn't be hosting the software archive itself. Instead, we should require authors to archive the software/data on Zenodo/figshare/etc and we include that information in the article. This is what JOSS does:

2019-03-08-134925_1920x1080_scrot

Making the archive is the last step before publication and only done after acceptance.

For the software license, I don't see why we need to restrict the options. If it's OSI approved, then it should be acceptable to us. But this should be done in the software archive, not in the journal. Having an OSI approved license for the code should be a required step for publication.

JesperDramsch commented 5 years ago

For paper license, we could say "papers are CC-BY" and I'd be OK with that. Most people don't know enough to be able to make a conscious choice.

Agreed

We shouldn't be hosting the software archive itself. Instead, we should require authors to archive the software/data on Zenodo/figshare/etc and we include that information in the article. This is what JOSS does: Making the archive is the last step before publication and only done after acceptance.

I think we're down to discussing semantics and it's probably down to me not being able to articulate it properly, sorry. I agree that the hosting should be one of the acceptable places like zenodo. I think code quality should be part of the review process (similar to JOSS). (So running the code and checking the outputs / tests.) So I guess it doesn't have to be "submitted" but it has to be available, testable and reproducible and for acceptance also archived. (I am guessing we probably agree here actually. So it's probably a long-winded self-indulgent way of saying: I agree.)

For the software license, I don't see why we need to restrict the options. If it's OSI approved, then it should be acceptable to us. But this should be done in the software archive, not in the journal. Having an OSI approved license for the code should be a required step for publication.

Good point. It's also somewhat "future-proofing" and keeping us flexible without excluding wanted submissions.

leouieda commented 5 years ago

I am guessing we probably agree here actually. So it's probably a long-winded self-indulgent way of saying: I agree.

:rofl: Sorry if it seemed like I disagreed with you. That was just my attempt at distilling what I thought you had in mind. Apparently it was successful ;)

JesperDramsch commented 5 years ago

Ha! It's the GitHub issue equivalent of missing a high five!

filippo82 commented 5 years ago

@JesperDramsch @leouieda good discussion!

It seems we are converging to something like:

I will ask a question about software on the #1 issue.