Skip to content

Commit

Permalink
CORE-5081: add license rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Dec 10, 2024
1 parent 001f530 commit 4381f3b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
5 changes: 4 additions & 1 deletion templates/settings/repository.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,10 @@ const RepositoryPageTemplate = observer(
{showSuccess && (
<div className={styles.success}>
<img className={styles.tick} src={greenTick} alt="" />
<div>Licencing preference updated successfully.</div>
<div>
Licencing preference updated successfully. It may
take up to a week for the change to take affect.
</div>
</div>
)}
</>
Expand Down
8 changes: 6 additions & 2 deletions templates/settings/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,18 @@
}

.license-note p {
margin-bottom: 4px;
margin-bottom: 24px;
}

.license-note li {
margin-left: 16px;
list-style-type: disc;
}

.license-note li p {
margin-bottom: 4px;
}

.license-description {
font-size: 16px;
font-style: normal;
Expand Down Expand Up @@ -186,7 +190,7 @@
.success {
display: flex;
align-items: center;
width: 50%;
width: 100%;
padding: 12px 16px;
margin-top: 24px;
background: #ecf6df;
Expand Down
13 changes: 13 additions & 0 deletions texts/settings/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@ license:
description: |
CORE will index metadata and full text, but some functionalities will be affected.
* CORE Search ranks articles that are full Open Access (in accordance with BOAI) first, which means the discoverability of your content is currently limited.
* CORE Recommender only recommends to users full Open Access articles, which means that papers without explicit OA licences from your repository will not appear as recommendations.
* CORE duplicate checker will be less accurate.
* The CORE Discovery will not recommend this content from your repository without an explicit OA licence.
* The ability of CORE to enable machine readability of your content will be affected. Machine readability of research manuscripts might be mandated by the government or a funder in your country. Note that some countries operate text and data mining exceptions for research purposes, so only non-research use will be affected.
modal:
title: |
Changing to an “indexed only” option will have the following consequences:
Expand All @@ -164,6 +175,8 @@ license:
* The CORE Discovery will not recommend this content
* The ability of CORE to enable machine readability of your content will be affected. Machine readability of research manuscripts might be mandated by the government or a funder in your country. Note that some countries operate text and data mining exceptions for research purposes, so only non-research use will be affected.
Changing to the “indexed only” status requires us to reprocess all papers from the repository. We will do this as soon as possible, but it may take up to one week.
actions:
- title: save
- title: cancel

0 comments on commit 4381f3b

Please sign in to comment.