ugent-library / biblio-backoffice

Apache License 2.0
7 stars 0 forks source link

Full text & Files – I can add a license or lack thereof #656

Closed mietcls closed 1 year ago

mietcls commented 1 year ago

Story

I can add a license or lack thereof

Note; researchtip to be confirmed, can be edited later.

Success criteria

Related #659

Out of scope

Image

Schermafbeelding 2022-10-06 om 17 38 00

Code example

View full modal example at https://github.com/ugent-library/biblio-backend/issues/650

Title

<h3 class="mb-3">How can other people <strong>reuse</strong> your document?</h3>

Select

<div class="form-row">
  <div class="form-group col-md-6">
    <label class="col-form-label" for="license">
      License for reuse granted by the rights holder
      <a class="text-muted mx-2" href="#" data-container="body" data-toggle="popover-custom" data-placement="right" data-popover-content="#licenses-tooltip">
        <i class="if if-info-circle if--small"></I>
        <span class="sr-only">More info</span>
      </a>
    </label>
    <select class="custom-select form-control" name="license">
      <option></option>
      <option value="CC0-1.0">CC0 (1.0)</option>
      <option value="CC-BY-4.0">CC BY (4.0)</option>
      <option value="CC-BY-SA-4.0">CC BY-SA (4.0)</option>
      <option value="CC-BY-NC-4.0">CC BY-NC (4.0)</option>
      <option value="CC-BY-ND-4.0">CC BY-ND (4.0)</option>
      <option value="CC-BY-NC-SA-4.0">CC BY-NC-SA (4.0)</option>
      <option value="CC-BY-NC-ND-4.0">CC BY-NC-ND (4.0)</option>
      <option value="copy-held">In copyright (no license)</option>
      <option value="Other">The license is not listed here</option>
      <option value="Other">I don't know the status of the copyright for this publication</option>
    </select>
  </div>
</div>

Tooltip

https://biblio-ugent-prototype-emily-v2.vercel.app/styleguide/b-popover.html

Divider

<div class="c-divider"></div>

mietcls commented 1 year ago

After consulting with a bunch of stakeholders (Open access team members, review team members, Sarah, Development team, ...)

In copyright (no license) We will not make a difference any longer for copyright between the rights holders; as this is a separate information. It does not matter who decided on the license when asking for a license. If we make clear in the interface the rights holder does this, there is no confusion. We can be agnostic about it in our interface.

"I don't know" We will keep the "I don't know" flag for now, because it is used by some faculties and is handy as a flag for some reviewers. Long term we should find a way to help people navigate this decisions without having to resort to "I don't know".

Introduction of the flag "Other license (the license is not in this list)"

netsensei commented 1 year ago

This has been implemented. Awaiting feedback.

mietcls commented 1 year ago

Tested this live today during a test workshop and it worked, reviewers will do a double test later – but is good for now!