Skip to content
Snippets Groups Projects
Commit aa038cb9 authored by Lijun Xing's avatar Lijun Xing
Browse files

Revert "#1340 Updating the text for pop-up for preprints"

This reverts commit 6c90f343.
parent a9d80f6d
No related branches found
No related tags found
1 merge request!491Revert "#1340 Updating the text for pop-up for preprints"
...@@ -85,18 +85,21 @@ class PreprintReview extends React.Component { ...@@ -85,18 +85,21 @@ class PreprintReview extends React.Component {
) : ( ) : (
<React.Fragment> <React.Fragment>
<H2> <H2>
Your preprint has a no-derivatives Creative Commons license. {licenseLink
This means when it is displayed on Europe PMC, we will be ? `Would you like to see text and data mining results for this preprint?`
unable to show the results of programmatic text and data : `Would you like this preprint to be available for text and data mining?`}
mining.
</H2> </H2>
<p> <p>
{licenseLink {licenseLink
? `Your preprint has a no-derivatives Creative Commons license. This means that even though it will be displayed on Europe PMC, we cannot make it available programmatically through the APIs, or show the results of text and data mining.` ? `Your preprint has a no-derivatives Creative Commons license. This means when it is displayed on Europe PMC, we will be unable to show the results of programmatic text and data mining.`
: `Your preprint has either no specific license, or a restrictive license. This means that when displayed on Europe PMC, we cannot make it available programmatically through the APIs, or show the results of text and data mining.`} : `Your preprint has no specific license. This means that when displayed on Europe PMC, it will not be available for programmatic text and data mining.`}
</p> </p>
<p> <p>
{`We would like to add a license to this preprint (as well as any later versions). If you agree, the full text of your preprint can be made available to a wider audience through programmatic searching, and for deeper scientific analysis through text and data mining.`} {`We would like to add the following license to your preprint, to apply to this and any later versions. If you agree, your preprint ${
licenseLink
? 'and annotations and text-mined terms derived from it '
: ''
}can be made available to a wider audience, and its content can be used for deeper scientific analysis.`}
</p> </p>
<blockquote style={{ display: 'flex' }}> <blockquote style={{ display: 'flex' }}>
<span>&quot;</span> <span>&quot;</span>
...@@ -120,13 +123,13 @@ class PreprintReview extends React.Component { ...@@ -120,13 +123,13 @@ class PreprintReview extends React.Component {
value: 'approved', value: 'approved',
label: licenseLink label: licenseLink
? 'Yes, add the license and make text and data mining results available for this preprint.' ? 'Yes, add the license and make text and data mining results available for this preprint.'
: 'Yes, add the license and make the preprint available programmatically.', : 'Yes, add the license and make my preprint available for text and data mining.',
}, },
{ {
value: 'refused', value: 'refused',
label: licenseLink label: licenseLink
? 'No, do not add the license. My preprint will be displayed, but highlighted text and data mined terms will not be.' ? 'No, do not add the license. My preprint will be displayed, but highlighted text and data mined terms will not be.'
: 'No, do not add the license. The preprint will be displayed, but will not be available programmatically.', : 'No, do not add the license. My preprint will be displayed, but not available for text or data mining via bulk download or via Europe PMC open APIs.',
}, },
]} ]}
value={addLicenseSelected} value={addLicenseSelected}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment