diff --git a/templates/settings/repository.jsx b/templates/settings/repository.jsx index 36a56637..f21977b7 100644 --- a/templates/settings/repository.jsx +++ b/templates/settings/repository.jsx @@ -796,7 +796,10 @@ const RepositoryPageTemplate = observer( {showSuccess && (
-
Licencing preference updated successfully.
+
+ Licencing preference updated successfully. It may + take up to a week for the change to take affect. +
)} diff --git a/templates/settings/styles.module.css b/templates/settings/styles.module.css index 2d8b3427..3da5e97a 100644 --- a/templates/settings/styles.module.css +++ b/templates/settings/styles.module.css @@ -104,7 +104,7 @@ } .license-note p { - margin-bottom: 4px; + margin-bottom: 24px; } .license-note li { @@ -112,6 +112,10 @@ list-style-type: disc; } +.license-note li p { + margin-bottom: 4px; +} + .license-description { font-size: 16px; font-style: normal; @@ -186,7 +190,7 @@ .success { display: flex; align-items: center; - width: 50%; + width: 100%; padding: 12px 16px; margin-top: 24px; background: #ecf6df; diff --git a/texts/settings/settings.yml b/texts/settings/settings.yml index 1950b10b..e11baa4a 100644 --- a/texts/settings/settings.yml +++ b/texts/settings/settings.yml @@ -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: @@ -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