-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CORE-4458 update terms page (#784) * update dataset text * CORE-4458: update terms page * temporary page * Core 4460 update membership page (#786) * update dataset text * CORE-4460 update membership page * data.box undefined issue * data.box undefined issue * update box --------- Co-authored-by: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com>
- Loading branch information
1 parent
d2cafad
commit 8085e44
Showing
24 changed files
with
739 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
header: | ||
title: Terms & Conditions | ||
description: This page sets the Terms & Conditions under which [CORE data*](https://core.ac.uk/terms) <br> can be used by others. | ||
actions: | ||
- caption: Download pdf | ||
url: /resources/flyer-CORE-Sponsorship.pdf | ||
variant: contained | ||
target: _blank | ||
main: | ||
- mainItems: | ||
- title: ODC-By licenced datasets | ||
content: | | ||
* You can use these datasets for any commercial or non-commercial purposes in line with the **ODC-By licence**. | ||
* You need to acknowledge the use of CORE as [described](https://core.ac.uk/acknowledge). | ||
- title: Other datasets and the API | ||
content: | | ||
While you need to obtain a licence to use other CORE datasets as well as the CORE API, many of our users are eligible for a free licence. | ||
However, you should contact us, irrespective of any potential free licence eligibility as described below, if you are developing or intending to develop a product, service or software using CORE data which: | ||
* might be monetised now or in the future **OR** | ||
* is expected to serve only a restricted group of beneficiaries (e.g. only your own organisation) **OR** | ||
* is intended for the benefit of everyone but related to the functionality provided by one of CORE’s existing services, such as but not limited to an API, a recommender system, search, discovery system or analytical dashboard. | ||
- title: Free licence eligibility | ||
content: | | ||
If your use of CORE data does not fall under any of the categories mentioned in the above points 1-3 **AND** you are either an individual or a public research organisation, then you might be eligible for a free licence. | ||
- mainItems: | ||
- title: Individuals | ||
content: | | ||
If you are an individual, you can use CORE data freely if: | ||
* You are conducting work in your own personal capacity **AND** | ||
* You will acknowledge the use of CORE as [described](https://core.ac.uk/acknowledge). | ||
- title: Public research organisations | ||
content: | | ||
If you are working for a public research organisation (e.g. a university): | ||
You can use CORE data freely if: | ||
* You are pursuing research on CORE data with the objective of producing a research paper or a publicly available report AND | ||
* You will acknowledge the use of CORE as [described](https://core.ac.uk/acknowledge). | ||
If you are intending to use CORE as part of a research project(s) then you should [contact us](https://core.ac.uk/about#contact) to obtain a licence. Depending on the circumstances, we will assess if you are eligible for a free licence. | ||
- title: Authorisation for use of your data | ||
content: | | ||
You authorise us to use the logo of your organisation and/or project on our website and to mention our support to you in public communication. | ||
We reserve the right to withdraw our approval for use of CORE data at any time by giving you a **30-day** notice. | ||
additional: | ||
title: Disclaimer | ||
content: | | ||
The term (*)**CORE data** refers to a database created by harvesting and processing information publicly available on the Internet. Every effort has been made to ensure this dataset contains open access content only. We have included content only from repositories and journals that are listed in registries where the condition for inclusion is the provision of content under an open access compatible license. However, as metadata are often inconsistent, license information is often not machine readable and, from time to time, repositories leak information that is not open access, we cannot take any responsibility for the licences of the individual content in the dataset. It is therefore up to the user of this dataset to ensure that the way in which they use the dataset does not breach copyright of any third party. The dataset is in no way intended for the purposes of reading the original publications, but for machine processing only. <br> | ||
Additionally, while CORE retains no copyright in any of the works in the database, we reserve the sui generis database rights. This is due to the substantial investment in obtaining, processing and serving the aggregated data to the relevant communities of interest. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import React from 'react' | ||
|
||
import textData from '../../data/terms.yml' | ||
import { Page } from '../../components' | ||
import TermsPageTemplate from '../../templates/term' | ||
|
||
const TermsPage2 = () => ( | ||
<Page title={textData.header.title} description={textData.header.description}> | ||
<TermsPageTemplate data={textData} /> | ||
</Page> | ||
) | ||
|
||
export default TermsPage2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.