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 = ({ /> - {title} + {titleUrl ? ( + + {title} + + ) : ( + title + )} {children} diff --git a/design-v2/components/sections/key-feature.module.scss b/design-v2/components/sections/key-feature.module.scss index db9391a70..4387f28a3 100644 --- a/design-v2/components/sections/key-feature.module.scss +++ b/design-v2/components/sections/key-feature.module.scss @@ -44,3 +44,11 @@ text-transform: capitalize; } } + +.unset-link { + color: #212121; + text-decoration: none; + &:hover { + text-decoration: none; + } +} diff --git a/design-v2/highlight-section/highlight-section.module.scss b/design-v2/highlight-section/highlight-section.module.scss index a38933de3..41c43ac80 100644 --- a/design-v2/highlight-section/highlight-section.module.scss +++ b/design-v2/highlight-section/highlight-section.module.scss @@ -9,7 +9,7 @@ margin-right: 0; } - &:nth-child(3) { + &:nth-child(4) { flex-direction: row-reverse; .text-container { margin-left: 0; @@ -17,7 +17,15 @@ } } - &:nth-child(4) { + &:nth-child(6) { + flex-direction: row-reverse; + .text-container { + margin-left: 0; + margin-right: 4rem; + } + } + + &:nth-child(3) { background: #f5f5f5; padding: 54px 0; position: relative; diff --git a/pages/index.jsx b/pages/index.jsx index 7da33cf0c..8829d9a28 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -118,13 +118,14 @@ const IndexPage = () => { {page.features.children.map( - ({ title, description, picture, status, url }) => ( + ({ title, description, picture, status, url, titleUrl }) => ( {description} @@ -145,6 +146,18 @@ const IndexPage = () => { ))} +
+
+ logo +

{page.oai.title}

+ + {page.oai.description} + + +
+

{page.testimonials.title}

diff --git a/pages/index.module.scss b/pages/index.module.scss index febec6c55..6477229eb 100644 --- a/pages/index.module.scss +++ b/pages/index.module.scss @@ -12,6 +12,7 @@ margin: 2rem 0; line-height: 1.8; max-width: 90ch; + user-select: text; } &-card { @@ -42,6 +43,7 @@ } &-title { line-height: 1.5; + user-select: text; @media (max-width: $breakpoint-sm) { font-size: 2rem; line-height: 1.3; @@ -90,6 +92,33 @@ } } +.section { + &-oai { + background-color: var(--gray-200); + margin-top: 78px; + margin-bottom: 30px; + div { + padding: unset; + } + &-list { + padding: 0 var(--page-padding-x) !important; + } + .inner-oai { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + .title { + margin-bottom: 0; + } + .description { + text-align: center; + margin: 14px 0; + } + } + } +} + .title { margin-bottom: 3rem; } @@ -107,12 +136,12 @@ padding: 2px 14px; height: 28px; border-radius: 2px; - background: #b75400; + background: #f5f5f5; font-style: normal; font-weight: 500; font-size: 20px; line-height: 24px; - color: #ffffff; + color: #212121; width: max-content; margin-bottom: 2.5rem; } diff --git a/public/images/heros/database.svg b/public/images/heros/database.svg new file mode 100644 index 000000000..48ca51f50 --- /dev/null +++ b/public/images/heros/database.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/heros/oai.svg b/public/images/heros/oai.svg index cc023ca68..383d25690 100644 --- a/public/images/heros/oai.svg +++ b/public/images/heros/oai.svg @@ -1,14 +1,14 @@ - - - - - - - + + + + + + + - - + + diff --git a/public/images/illustrations/chart.svg b/public/images/illustrations/chart.svg new file mode 100644 index 000000000..e84e07a24 --- /dev/null +++ b/public/images/illustrations/chart.svg @@ -0,0 +1,4 @@ + + + +