diff --git a/data/data.yml b/data/data.yml
index d4a4123d4..72b1b2ab8 100644
--- a/data/data.yml
+++ b/data/data.yml
@@ -5,27 +5,17 @@ description:
headline: Data, data, data
tagline: |
- Our dataset is *huge*, *global*, and [*widely used*](~about/endorsements).
+ CORE provides a comprehensive bibliographic database of the world’s scholarly literature. Our dataset is *huge*, *global*, and [*widely used*](~about/endorsements).
sections:
- title: |
- CORE is a collection of {{totalArticlesCount}} searchable
- research papers
+ CORE is a comprehensive collection of {{totalArticlesCount}} searchable scholarly resources
content: |
- CORE is the most comprehensive aggregator harvesting from institutional,
- subject and preprint repositories as well as gold and hybrid open access
- journals.
+ CORE indexes metadata and content from a wide range of data providers including institutional, subject and preprint repositories as well as journals.
link:
caption: Learn more about the nature of our dataset
url: services#access-to-raw-data
image: /images/illustrations/file-searching-amico.svg
- - title: |
- CORE provides access to an estimated {{openAccessLinksCount}}
- free to read full text research papers with {{fullTextCount}} full texts hosted directly by CORE
- content: |
- It's the biggest collection of open access full texts,
- making it an unparalleled research tool.
- image: /images/illustrations/analysis-amico.svg
- title: |
You can access the data programmatically and do exciting and powerful things with it
link:
@@ -41,6 +31,21 @@ sections:
- type: CORE FastSync
link: services/fastsync
image: /images/coreFastSync.svg
+ - title: |
+ CORE provides access to an estimated {{openAccessLinksCount}}
+ free to read full text research papers with {{fullTextCount}} full texts hosted directly by CORE
+ content: |
+ It's the biggest collection of open access full texts,
+ making it an unparalleled research tool.
+ image: /images/illustrations/analysis-amico.svg
+ - title: |
+ Aspiring for completeness
+ content: |
+ While other bibliographic databases only include scholarly works with registered DOIs, CORE is able to find and index in addition scholarly works without them. In fact, about half of CORE’s works do not have a DOI. Those works are missing in most other scholarly databases, making CORE truly unique and a necessity for any service that cannot afford to omit important studies.
+ link:
+ caption: Learn more about the nature of our dataset
+ url: services#access-to-raw-data
+ image: /images/illustrations/chart.svg
- title: |
We're truly global, aggregating from
{{repositoriesCount}} data providers,
diff --git a/data/home.yml b/data/home.yml
index cd1096cd3..345fd5db5 100644
--- a/data/home.yml
+++ b/data/home.yml
@@ -15,26 +15,26 @@ slides:
statisticLabel: statistic
statisticAction: /data
statisticActionLabel: see our data statistic
- - title: Resolve OAI identifier
+ - title: A comprehensive bibliographic database of the world’s scholarly literature
description: |
OAIs are unique identifiers used by repositories.
As opposed to DOIs, they are minted in a distributed way and cost-free.
Our service allows you to resolve an OAI in the same way as you would resolve a DOI.
- image: /images/heros/oai.svg
- label: OAI
- action: http://oai.core.ac.uk
- actionLabel: Resolve
+ image: /images/heros/database.svg
+ label: Explore CORE data
+ action: /data
+ actionLabel: Explore CORE data
search-placeholder: Search {{totalArticlesCount}} papers from around the world
features:
title: CORE features # the text is hidden, used for SEO and screen readers
hidden: true
children:
- - title: Global aggregator
- description: We serve the global network of open access [repositories and journals](~benefits)
+ - title: Indexing the world’s repositories
+ description: We serve the global network of [repositories and journals](~benefits)
picture: /images/features/globe.svg
url: /benefits
- - title: Harmonised data access
- description: We provide seamless access to content and [data](~data), through our unique [APIs](~services/api) and [Datasets](~services/dataset)
+ - title: Comprehensive data coverage
+ description: We provide both metadata and [full text](/data) access to our [comprehensive collection](/data) through our APIs and Datasets
picture: /images/features/gears.svg
status: data
url: /data
@@ -46,6 +46,7 @@ features:
description: We [research](~about/research-outputs) and develop innovative data-driven and [AI solutions](~about/research-outputs/#ai-ml-papers)
picture: /images/features/neural.svg
url: /governance/supporters
+ titleUrl: /about/research-outputs
join:
title: Join CORE
@@ -60,6 +61,16 @@ join:
- caption: Explore our services
url: /services
picture: /images/join/server.svg
+oai:
+ image: /images/heros/oai.svg
+ title: Cost-free PIDs for your repository
+ description: |
+ OAI identifiers are unique identifiers minted cost-free by repositories. Ensure that your repository is correctly configured, enabling the [CORE OAI Resolver](https://oai.core.ac.uk) to redirect your identifiers to your repository landing pages.
+
+ OAI IDs provide a cost-free option for assigning Persistent Identifiers (PIDs) to your repository records. [Learn more.](/documentation/oai-resolver)
+ action:
+ title: Try our OAI resolver
+ url: https://oai.core.ac.uk
testimonials:
title: Who we serve?
subtitle: 20 million monthly active users
diff --git a/design-v2/components/sections/key-feature.jsx b/design-v2/components/sections/key-feature.jsx
index 1399080bb..2ed044250 100644
--- a/design-v2/components/sections/key-feature.jsx
+++ b/design-v2/components/sections/key-feature.jsx
@@ -14,6 +14,7 @@ const KeyFeature = ({
url,
status,
className = '',
+ titleUrl,
tag: Tag = 'div',
...restProps
} = {}) => {
@@ -36,7 +37,13 @@ const KeyFeature = ({
/>