diff --git a/api/features.yml b/api/features.yml new file mode 100644 index 0000000..6d3dd5f --- /dev/null +++ b/api/features.yml @@ -0,0 +1,17 @@ +features: + - + title: The biggest research repository + description: | + Free real-time machine access to the world's largest collection of open access papers. + - + title: Unlimited access + description: | + Harmonised access to data from across the network of CORE providers. + - + title: Machine-readable access + description: | + Direct machine access to full texts of research papers. + - + title: Detailed documentation + description: | + Accessible and easy to understand description of using CORE API. diff --git a/api/header.yml b/api/header.yml new file mode 100644 index 0000000..3f71101 --- /dev/null +++ b/api/header.yml @@ -0,0 +1,14 @@ +header: + id: header + title: CORE API + icon: /images/services/api.svg + image: /images/services/server.svg + description: Develop applications, products or services based on [our vast corpus](https://core.ac.uk/data) of searchable research papers + actions: + - caption: Register now + variant: contained + url: '#form' + - caption: Download our flyer + variant: text + url: /resources/Flyer-API-Service.pdf + target: _blank diff --git a/api/how-it-works.yml b/api/how-it-works.yml new file mode 100644 index 0000000..30f4593 --- /dev/null +++ b/api/how-it-works.yml @@ -0,0 +1,12 @@ +how-it-works: + title: How it works + image: /images/services/work.svg + description: | + CORE collects, harmonises and enriches large quantities of both metadata and full text research articles from thousands of [data providers](/data-providers). On top of this continuously growing corpus, we provide a truly unique API providing real-time machine access to both the metadata and full texts of research papers, enabling developers to build and run innovative applications on top of CORE's content. + action: + - title: Access documentation + url: https://api.core.ac.uk/docs/v3 + variant: contained + - title: see data statistics + url: /data + variant: outlined diff --git a/api/logos.yml b/api/logos.yml new file mode 100644 index 0000000..7e20e29 --- /dev/null +++ b/api/logos.yml @@ -0,0 +1,15 @@ +logos: + items: + - img: /images/logos/iris.png + alt: "iris" + - img: /images/logos/audemic.svg + alt: "audemic" + - img: /images/logos/interac.svg + alt: "interac" + - img: /images/logos/flowcite.svg + alt: "flow" + - img: /images/logos/cypris.svg + alt: "cypris" + action: + caption: Show all + url: '/about/endorsements' diff --git a/api/main.yml b/api/main.yml new file mode 100644 index 0000000..43d6310 --- /dev/null +++ b/api/main.yml @@ -0,0 +1,27 @@ +main: + items: + - title: Where to start? + content: | + Please [register to receive an API key](/api-keys/register) + and start testing the [live examples](https://api.core.ac.uk/docs/v3). + + A good starting point to start coding with our API is to + follow the examples gallery available in the [documentation](https://api.core.ac.uk/docs/v3#section/Quick-start-examples). + In collaboration with [rOpenSci](https://ropensci.org/) you can find + an [R client for the CORE API](https://github.com/ropensci/rcoreoa) in the GitHub repository. + All our SDKs are available from [our GitHub organisation](https://github.com/oacore). + - title: Can I use the CORE API for commercial purposes? + content: | + Yes, you can use the CORE API for commercial purposes, + [(Terms & Conditions)](https://core.ac.uk/terms) apply. + We provide 30 Day Free Trial for Institution and Enterprise. + We will ask you for your circumstances during the registration process + and we might contact you afterwards to clarify any points and assess your eligibility + for a free licence. If your circumstances change, you need to let us know about it. + - title: Rate limits + content: | + CORE API is free and does not require registration, subject to our [rate limits](https://api.core.ac.uk/docs/v3#section/Rate-limits). However, organisations that register get a faster rate that is typically not free. For [Supporting and Sustaining Members](/membership), the faster rate comes as a free member benefit. + note: If you use CORE in your work, we kindly request you to cite one of our publications. + action: + title: cite publication + url: https://core.ac.uk/about/research-outputs diff --git a/api/meta.yml b/api/meta.yml new file mode 100644 index 0000000..f3af825 --- /dev/null +++ b/api/meta.yml @@ -0,0 +1,3 @@ +id: api +title: CORE API +tagline: Develop new applications with the CORE API diff --git a/api/more-about-us.yml b/api/more-about-us.yml new file mode 100644 index 0000000..5ce521f --- /dev/null +++ b/api/more-about-us.yml @@ -0,0 +1,11 @@ +institutionBenefit: + title: Find out how other institutions [benefited](documentation/membership-documentation) from CORE API + item: + - title: How the Oxford University Research Archive (ORA) uses the CORE API + description: CORE harvests and aggregates information of research papers collected from institutional and subject repositories, and open access and hybrid journals, and makes the content available via an API. The CORE API offers a wealth of metadata and full text content from its many data providers. For ORA (Oxford University Research Archive), the use of the CORE API offers an opportunity to enhance workflows and streamline the process of reviewing and curating articles for inclusion in the repository... + user: Jason Partridge + position: Open Access Service Manager at the Bodleian Libraries, University of Oxford. + img: /images/ora.svg + action: + title: read more + url: https://blog.core.ac.uk/2024/03/05/how-the-oxford-university-research-archive-ora-uses-the-core-api/ diff --git a/api/register.yml b/api/register.yml new file mode 100644 index 0000000..1305170 --- /dev/null +++ b/api/register.yml @@ -0,0 +1,6 @@ +form: + title: Register for an API key + subtitle: Enter your email address to register for a new API key, or restore a previous API key. If you are registering in an institutional capacity, please enter your institutional email. + helper: We will send the key and instructions to this address + action: Register now + note: Check our [Terms & Conditions](https://core.ac.uk/terms) to see if you are elegible for a free license. diff --git a/api/related-services.yml b/api/related-services.yml new file mode 100644 index 0000000..c132681 --- /dev/null +++ b/api/related-services.yml @@ -0,0 +1,19 @@ +related-services: + title: You might be also interested in + services: + - + title: CORE Dataset + picture: /images/services/dataset.svg + url: dataset + - + title: CORE FastSync + picture: /images/services/fastsync.svg + url: fastsync + - + title: CORE Recommender + picture: /images/services/recommender.svg + url: recommender + - + title: CORE Discovery + picture: /images/services/discovery.svg + url: discovery diff --git a/api/stats.yml b/api/stats.yml new file mode 100644 index 0000000..b93b431 --- /dev/null +++ b/api/stats.yml @@ -0,0 +1,18 @@ +stats: + items: + - title: more than + count: "{{fullTextCount}}" + caption: full texts + - title: more than + count: "{{totalArticlesCount}}" + caption: searchable research papers + - title: more than + count: "{{repositoriesCount}}" + caption: data providers + - title: more than + count: "150" + caption: countries + action: + title: see data statistics + url: /data + variant: outlined diff --git a/api/testimonials.yml b/api/testimonials.yml new file mode 100644 index 0000000..99b257e --- /dev/null +++ b/api/testimonials.yml @@ -0,0 +1,13 @@ +testimonials: + - + id: Botev + content: | + “We are integrating the CORE API into our product, IRIS, because so far it is the open access portal that covers almost all open access content, provides easy to integrate API and has a powerful search querying engine. We want to make open access articles more easily accessible and more useful to researchers and the open public and we see the CORE API as a way to speed that up.” + author: + name: Viktor Botev + role: CTO, Iris AI AS + picture: /images/people/botev.jpg + action: + title: SEE More testimonials + url: /about/endorsements#partner-projects + variant: outlined diff --git a/api/what-is-included.yml b/api/what-is-included.yml new file mode 100644 index 0000000..cd56833 --- /dev/null +++ b/api/what-is-included.yml @@ -0,0 +1,16 @@ +what-is-included: + title: What’s included + content: | + The API provides you with: + + * Real-time machine access to the world's largest corpus of open access research papers, containing both metadata and full texts. + * Harmonised access to data accross CORE’s provider network + * Detailed [documentation](https://api.core.ac.uk/docs/v3) on how to use the CORE API with live examples and wrappers to common programming languages. + * One batch request or five single requests per 10 seconds. Need a faster rate? [Contact us](/about#contact). + * Scalable [API rates:](https://api.core.ac.uk/docs/v3#section/Rate-limits) + 1. Free API access without registration (subject to our T&Cs) + 2. Better performance for registered users + 3. Need an even faster rate? Contact us for a VIP rate quote. + + If you use CORE in your work, we kindly request you to [cite one of our publications.](/about/research-outputs) + image: /images/services/delivery.svg diff --git a/dashboard/additional.yml b/dashboard/additional.yml new file mode 100644 index 0000000..2b29e6b --- /dev/null +++ b/dashboard/additional.yml @@ -0,0 +1,16 @@ +additional: + title: Register for the CORE Dashboard + image: /images/screenshots/charts-placeholder.png + content: | + The Repository Dashboard has been created in an effort to improve + the quality and transparency of the harvesting process of open access + content and to create a two way collaboration between the CORE + project and our data providers. + actions: + - caption: BECOME A MEMBER TO GET ACCESS + url: /membership + hint: For those who are not CORE Data Providers + primary: true + - caption: LOG IN + hint: For those who are CORE Data Providers + url: https://dashboard.core.ac.uk/login diff --git a/dashboard/features.yml b/dashboard/features.yml new file mode 100644 index 0000000..61358ac --- /dev/null +++ b/dashboard/features.yml @@ -0,0 +1,17 @@ +features: + - + title: Managing content + description: | + Monitor repository indexing and health. Manage access to documents from your repository in CORE and see your download stats. + - + title: Register your OAI identifiers + description: | + Freely register your OAI identifiers so that our OAI Resolver can resolve these PIDs directly and persistently to your repository system. + - + title: Content enrichments + description: | + Obtain DOI enrichments detected by CORE for your content. + - + title: Compliance checking + description: | + Assess how your repository meets open access policies and best practices. diff --git a/dashboard/header.yml b/dashboard/header.yml new file mode 100644 index 0000000..cc34a00 --- /dev/null +++ b/dashboard/header.yml @@ -0,0 +1,21 @@ +header: + id: header + title: CORE Dashboard + icon: /images/services/repository-dashboard.svg + image: /images/services/dashboard-charts.svg + description: | + The Repository Dashboard is a service provided to CORE Members. + It offers a range of tools for repository management, + content enrichment, metadata quality assessment and open access + compliance checking. It serves as a central hub for accessing + member services for data providers, such as to configure + CORE’s [OAI Resolver](https://core.ac.uk/documentation/oai-resolver), Recommender and Discovery services + for your repository or to promote your organisation to millions + of CORE’s users. + actions: + - caption: BECOME A MEMBER TO GET ACCESS + variant: contained + url: /membership + - caption: Log in + variant: outlined + url: https://dashboard.core.ac.uk/login diff --git a/dashboard/how-it-works.yml b/dashboard/how-it-works.yml new file mode 100644 index 0000000..342e2d7 --- /dev/null +++ b/dashboard/how-it-works.yml @@ -0,0 +1,22 @@ +how-it-works: + title: How it works + image: /images/services/work.svg + description: | + The Repository Dashboard provides an online interface offering + valuable technical information and statistics for content providers. + It is the tool you need to check that your repository is + configured correctly to provide maximum visibility to your research + outputs. Additional features include OAI Resolver resolution, + persistent identifiers (PIDs) enrichments, access to repository tools + enhancing user experience (Recommender and Discovery) and ability to + promote your logos across the CORE ecosystem. For UK members, + it also offers REF Open Access compliance monitoring and a RIOXX + metadata quality validator. + action: + - title: Log in + variant: outlined + url: https://dashboard.core.ac.uk/login + - title: dashboard presentation + url: /resources/CORE-Dashboard-tool-for-the-management-of-open-access-content.pdf + variant: contained + target: _blank diff --git a/dashboard/main.yml b/dashboard/main.yml new file mode 100644 index 0000000..393402e --- /dev/null +++ b/dashboard/main.yml @@ -0,0 +1,38 @@ +main: + items: + - title: Institutions using the Repository Dashboard + content: | + Here are some of the insitutions using the CORE Repository Dashboard + around the world. + + **Australia** + - University of Adelaide + - University of Canberra + + **Belgium** + - University of Liège + - University of Louvain + + **Netherlands** + - Utrecth University + - TU Delft University + + **South Africa** + - University of Cape Town + + **United Kingdom** + - Cambridge University + - University of Leeds + - University of Sheffield + - University of York + - London School of Economics + - Imperial College London + - Strathclyde University + + **United States** + - Columbia University + - Harvard University + note: If you use CORE in your work, we kindly request you to cite one of our publications. + action: + title: cite publication + url: https://core.ac.uk/about/research-outputs diff --git a/dashboard/meta.yml b/dashboard/meta.yml new file mode 100644 index 0000000..8af9cd7 --- /dev/null +++ b/dashboard/meta.yml @@ -0,0 +1,3 @@ +id: repository-dashboard +title: CORE Dashboard +tagline: Manage your repository outputs and ensure they are visible to the world diff --git a/dashboard/related-services.yml b/dashboard/related-services.yml new file mode 100644 index 0000000..77d399e --- /dev/null +++ b/dashboard/related-services.yml @@ -0,0 +1,19 @@ +related-services: + title: You might be also interested in + services: + - + title: CORE Discovery + picture: /images/services/discovery.svg + url: discovery + - + title: CORE Search + picture: /images/services/search.svg + url: / + - + title: CORE Recommeneder + picture: /images/services/recommender.svg + url: recommender + - + title: CORE API + picture: /images/services/api.svg + url: api diff --git a/dashboard/testimonials.yml b/dashboard/testimonials.yml new file mode 100644 index 0000000..dd3b18d --- /dev/null +++ b/dashboard/testimonials.yml @@ -0,0 +1,13 @@ +testimonials: + - + id: Botev + content: | + “The [CORE Repository Dashboard](https://core.ac.uk/services/repository-dashboard) provides an excellent level of + feedback and control over what gets harvested, aggregated and exposed. + It also provides intelligence on harvesting errors which may need + troubleshooting, thereby ensuring optimum repository health for text mining + as well as discovery of repository content.” + author: + name: George Macgregor + role: Institutional Repository Manager, University of Strathclyde + picture: /images/people/macgregor.png diff --git a/dashboard/tutorials.yml b/dashboard/tutorials.yml new file mode 100644 index 0000000..ecc83b8 --- /dev/null +++ b/dashboard/tutorials.yml @@ -0,0 +1,52 @@ +materials: + title: Dashboard features overview + cards: + - image: /images/membership/videoPreview.svg + key: access + title: How to access the CORE dashboard + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/nxAbFFSqddQ + - image: /images/membership/videoPreview.svg + key: duplicates + title: Checking duplicates in your repository + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/56KqdNtq_1A + - image: /images/membership/videoPreview.svg + key: oa + title: Using CORE to check OA compliance + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/X-A64CoTtcE + - image: /images/membership/videoPreview.svg + key: notifications + title: Setting up notifications + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/Ezgckn-4B1Q + - image: /images/membership/videoPreview.svg + key: logo + title: Using CORE to check your repository + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/YyZ_MXLKcRs + - image: /images/membership/videoPreview.svg + key: ror + title: Setting your repository in the Dashboard - ROR ID set up + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/aT1CORAmv-0 + - image: /images/membership/videoPreview.svg + key: repository + title: How to upload your logo to articles appearing in CORE + action: + caption: Watch video + video: + src: https://www.youtube.com/embed/qcQP3ZWMP30 diff --git a/dashboard/what-is-included.yml b/dashboard/what-is-included.yml new file mode 100644 index 0000000..03b16a5 --- /dev/null +++ b/dashboard/what-is-included.yml @@ -0,0 +1,41 @@ +what-is-included: + title: What’s included + content: | + The dashboard provides you with: + list: + - item: | + Access control for the content indexed from your system. + - item: | + Indexing / reindexing controls. + - item: | + Finding versions and near-duplicate records in your repository. + video: + image: /images/tutorial.svg + src: https://www.youtube.com/embed/56KqdNtq_1A + - item: | + Content and download statistics. + - item: | + Register your repository OAI Prefix, to make your OAI identifiers resolve directly to your system. + # video: + # image: /images/tutorial.svg + # src: https://www.youtube.com/watch?v=X-A64CoTtcE + - item: | + Information about detected technical issues and suggestions for improving harvesting efficiency. + video: + image: /images/tutorial.svg + src: https://www.youtube.com/embed/YyZ_MXLKcRs + - item: | + Tailored suggestions for metadata quality improvements to make your repository FAIRer. + - item: | + Metadata quality assessment according to the Research Outputs Metadata Schema (RIOXX). + - item: | + Check compliance with open access policies. + video: + image: /images/tutorial.svg + src: https://www.youtube.com/embed/X-A64CoTtcE + - item: | + Show the logos of your institution in CORE search and across the CORE ecosystem. + video: + image: /images/tutorial.svg + src: https://www.youtube.com/embed/qcQP3ZWMP30 + image: /images/services/delivery.svg diff --git a/datasets/features.yml b/datasets/features.yml new file mode 100644 index 0000000..e010bff --- /dev/null +++ b/datasets/features.yml @@ -0,0 +1,13 @@ +features: + - title: All the data in one single place + description: | + Download all the CORE data in a single package. + - title: Matching your needs + description: | + Prototype, analyse and process your data directly on your infrastructure. + - title: Largest full text collection + description: | + World's largest full text collection of scientific papers for machine processing. + - title: Simple to use + description: | + Accessible and easy to understand documentation and processes. diff --git a/datasets/header.yml b/datasets/header.yml new file mode 100644 index 0000000..b14e0e2 --- /dev/null +++ b/datasets/header.yml @@ -0,0 +1,14 @@ +header: + id: header + title: CORE Dataset + icon: /images/services/dataset.svg + image: /images/services/cloud.svg + description: Download millions of research outputs for text and data analysis and process it directly in your own infrastructure. + actions: + - caption: Register now + variant: contained + url: '#form' + - caption: Download our flyer + variant: text + url: /resources/core-dataset-flyer.pdf + target: _blankank diff --git a/datasets/how-it-works.yml b/datasets/how-it-works.yml new file mode 100644 index 0000000..4188fc7 --- /dev/null +++ b/datasets/how-it-works.yml @@ -0,0 +1,12 @@ +how-it-works: + title: How it works + image: /images/services/work.svg + description: | + CORE data can be downloaded as a bulk dataset, allowing you to process it on your own computer or within your infrastructure. The dataset provides a harmonised and enriched data format for access content from across our [data providers](/data-providers). This is perfect for prototyping new methods, especially when intensive data processes need to be run. It is also a good choice for data analysis and text mining. + action: + - title: Access documentation + url: /documentation/dataset + variant: contained + - title: see data statistics + url: /data + variant: outlined diff --git a/datasets/logos.yml b/datasets/logos.yml new file mode 100644 index 0000000..2c4d0e1 --- /dev/null +++ b/datasets/logos.yml @@ -0,0 +1,15 @@ +logos: + items: + - img: /images/logos/nvidia.svg + alt: "nvidia" + - img: /images/logos/anthropic.svg + alt: "anthropic" + - img: /images/logos/grammarly.svg + alt: "grammarly" + - img: /images/logos/lean.svg + alt: "lean" + - img: /images/logos/caktus.svg + alt: "caktus" + action: + caption: Show all + url: '/about/endorsements' diff --git a/datasets/main.yml b/datasets/main.yml new file mode 100644 index 0000000..456da0d --- /dev/null +++ b/datasets/main.yml @@ -0,0 +1,24 @@ +main: + items: + - title: Available datasets + content: | + **Dataset 2020-03-18** + + Full dataset (~400GB, 2.1TB Extracted) + + **Dataset 2018-03-01** + + Metadata only dataset (beta) (127 GB) - 123M metadata items, + 85.6M items with abstract + + With full text dataset (beta) (330 GB) - 123M metadata items, + 85.6M items with abstract, 9.8M items with fulltext. + + [Documentation and access to previous datasets](~documentation/dataset). + - title: How often is the CORE dataset updated? + content: | + Older dumps of the CORE Dataset are free and ODC-By licensed. Organisations that register for the CORE Dataset can purchase a licence for the more recent datasets. Sustaining Members receive access to the most recent datasets as a free member benefit. + note: If you use CORE in your work, we kindly request you to cite one of our publications. + action: + title: cite publication + url: https://core.ac.uk/about/research-outputs diff --git a/datasets/meta.yml b/datasets/meta.yml new file mode 100644 index 0000000..629a8a3 --- /dev/null +++ b/datasets/meta.yml @@ -0,0 +1,3 @@ +id: dataset +title: CORE Dataset +tagline: Download millions of research outputs for text and data analysis diff --git a/datasets/register.yml b/datasets/register.yml new file mode 100644 index 0000000..110ccf5 --- /dev/null +++ b/datasets/register.yml @@ -0,0 +1,6 @@ +form: + title: Register for the CORE Dataset + subtitle: Enter your email address to register for our datasets or access the download page if you have already registered. Please enter your institutional email if you are registering in an institutional capacity. + helper: We will send the instructions to this address + action: Register now + note: The terms of use for the dataset are available on our [datasets download page](https://core.ac.uk/documentation/dataset). diff --git a/datasets/related-services.yml b/datasets/related-services.yml new file mode 100644 index 0000000..44ddc0f --- /dev/null +++ b/datasets/related-services.yml @@ -0,0 +1,15 @@ +related-services: + title: You might be also interested in + services: + - title: CORE API + picture: /images/services/api.svg + url: api + - title: CORE FastSync + picture: /images/services/fastsync.svg + url: fastsync + - title: CORE Recommender + picture: /images/services/recommender.svg + url: recommender + - title: CORE Discovery + picture: /images/services/discovery.svg + url: discovery diff --git a/datasets/stats.yml b/datasets/stats.yml new file mode 100644 index 0000000..14a81ac --- /dev/null +++ b/datasets/stats.yml @@ -0,0 +1,19 @@ +stats: + items: + - title: dataset + count: 2023 + caption: year + badge: Latest + url: /documentation/dataset#latest + - title: datasets + count: 2022 + caption: year + url: /documentation/dataset#other + - title: datasets + count: 2021 + caption: year + url: /documentation/dataset#other + - title: datasets + count: 2020 + caption: year + url: /documentation/dataset#other diff --git a/datasets/testimonials.yml b/datasets/testimonials.yml new file mode 100644 index 0000000..ed3e814 --- /dev/null +++ b/datasets/testimonials.yml @@ -0,0 +1,12 @@ +testimonials: + - id: Olsen + content: | + “To build the product we have always envisioned, having a robust and comprehensive dataset of machine-readable, peer-reviewed papers is absolutely essential. We are incredibly grateful to be able to partner with an organization like CORE that not only can meet our data needs, but also shares our vision of making science more accessible and consumable. This unique combination of best-in-class data-offering and mission-alignment makes CORE an ideal partner for Consensus.” + author: + name: Eric Olson + role: Consensus, co-founder and CEO + picture: /images/people/olson.png + action: + title: SEE More testimonials + url: /about/endorsements#partner-projects + variant: outlined diff --git a/datasets/what-is-included.yml b/datasets/what-is-included.yml new file mode 100644 index 0000000..d79e9ab --- /dev/null +++ b/datasets/what-is-included.yml @@ -0,0 +1,10 @@ +what-is-included: + title: What’s included + content: | + The Dataset provides you with: + + * The entire CORE's corpus of both metadata and full texts in a machine processable format. + * Detailed [documentation](https://api.core.ac.uk/docs/v3) on how to download the CORE dataset and how data is organised. + * Access to a very large corpus of research documents at the level of full texts, perfect for training machine learning models, NLP and text mining. + * Unique content from the network of open repositories, in addition to research papers with a registered DOI. + image: /images/services/delivery.svg diff --git a/discovery/additional.yml b/discovery/additional.yml new file mode 100644 index 0000000..27d0c93 --- /dev/null +++ b/discovery/additional.yml @@ -0,0 +1,21 @@ +additional: + id: discovery + title: | + The tool is available as: + image: /images/screenshots/discovery.svg + content: | + * Browser extension for researchers and anyone interested in reading scientific documents + * Plugin for repositories, enriching metadata only pages in repositories with links to freely available copies of the paper + * API for developers and third party services + actions: + - + url: https://chrome.google.com/webstore/detail/core-discovery/ockidfiihjhkngdalfnbeeepgfbmkmlh + caption: Get browser extention + hint: For those who are CORE Data Providers + primary: true + target: _blank + - + url: https://core.ac.uk/documentation/discovery-plugin + caption: Get repository plugin + hint: For those who are not CORE Data Providers + target: _blank diff --git a/discovery/benefits.yml b/discovery/benefits.yml new file mode 100644 index 0000000..d5347b2 --- /dev/null +++ b/discovery/benefits.yml @@ -0,0 +1,30 @@ +benefits: + title: What’s included? + items: + - title: Highest coverage of freely available content + description: | + Our tests have shown that CORE Discovery delivers state-of-the-art + performance compared to other discovery tools in terms of both content + coverage (finding a freely available copy when it is available) and + precision (reliably delivering a free copy of the paper on success). + icon: /images/services/coverage.svg + - title: Free service for researchers by researchers. + description: | + CORE Discovery is the only free content discovery extension developed + by researchers for researchers. There is no major publisher + or enterprise controlling and profiting from your usage data. + icon: /images/services/grip.svg + - title: Best grip on open repository content. + description: | + Due to CORE being a leader in indexing open access literature, + CORE Discovery has the best grip on open content from open repositories + as opposed to other services that disproportionately focus only + on content indexed in major commercial databases. + icon: /images/services/laptop.svg + - title: Repository integration and discovering documents without a DOI. + description: | + The only service offering seamless and free integration + into repositories. CORE Discovery is also the only discovery system + that can locate scientific content even for items with + an unknown DOI or which do not have a DOI. + icon: /images/services/doi.svg diff --git a/discovery/features.yml b/discovery/features.yml new file mode 100644 index 0000000..8b2ccf4 --- /dev/null +++ b/discovery/features.yml @@ -0,0 +1,17 @@ +features: + - + title: Open access versions + description: | + Overcome publishers' paywalls by discovering open access versions of papers + - + title: Largest dataset of OA full texts + description: | + Backed by the world's largest dataset of open access full texts with over millions of monthly active users + - + title: Easy to use + description: | + Easy to install browser extension and seamless repository integration + - + title: Free access + description: | + CORE Discovery is a completely free plugin available available for many different browsers diff --git a/discovery/header.yml b/discovery/header.yml new file mode 100644 index 0000000..992e2bf --- /dev/null +++ b/discovery/header.yml @@ -0,0 +1,21 @@ +header: + id: header + title: CORE Discovery + icon: /images/services/discoveryLock.svg + image: /images/services/discoveryImage.svg + description: | + One-click access to free copies of research papers whenever you hit the paywall + actionButton: + caption: Download our flyer + variant: text + url: /resources/core_flyer_recomender.pdf + target: _blank + actions: + - caption: Get browser extention + variant: contained + url: 'https://chrome.google.com/webstore/detail/core-discovery/ockidfiihjhkngdalfnbeeepgfbmkmlh' + target: _blank + - caption: Get repository plugin + variant: text + url: /documentation/discovery-plugin + target: _blank diff --git a/discovery/how-it-works-description.yml b/discovery/how-it-works-description.yml new file mode 100644 index 0000000..22e3c59 --- /dev/null +++ b/discovery/how-it-works-description.yml @@ -0,0 +1,18 @@ +how-it-works-description: + description: | + CORE Discovery helps users to discover freely accessible copies of research papers. It is backed by our huge dataset of millions of full text open access papers as well as content from widely used external services beyond CORE. Discovery reduces the time it takes to access full texts of research papers and the frustration associated with hitting a paywall on the publisher's site. With CORE Discovery, you can be confident to benefit from the highest coverage of freely available copies of articles anywhere on the planet. + main: + items: + - title: Where to start? + content: | + It’s free to install CORE Discovery in your browser. Using Google Chrome or Chromium, open the [extension page on Web Store](https://chrome.google.com/webstore/detail/core-discovery/ockidfiihjhkngdalfnbeeepgfbmkmlh) and click on the “Add to Chrome” button to install the extension. + + The extension is also avilable for [Mozilla Firefox](https://addons.mozilla.org/uk/firefox/addon/core-discovery/?src=search) and [Opera](https://addons.opera.com/ru/extensions/details/core-discovery/) users. + + To install the CORE Discovery repository plugin, [follow these instructions](/documentation/discovery-plugin). + + If you are interested in the integration of the CORE Discovery API in your repository, website or application please [contact us](/about#contact). + note: If you use CORE in your work, we kindly request you to cite one of our publications. + action: + title: cite publication + url: https://core.ac.uk/about/research-outputs diff --git a/discovery/how-it-works.yml b/discovery/how-it-works.yml new file mode 100644 index 0000000..a73c989 --- /dev/null +++ b/discovery/how-it-works.yml @@ -0,0 +1,5 @@ +how-it-works: + title: How it works + image: /images/services/work.svg + description: | + Our service processes information from a wide number of authoritative scholarly data sources to discover, download and validate information about free availability of articles wherever they are located on the web. In this way, we are curating a vast database of freely available copies of articles. CORE Discovery has a preference for displaying first the open access content, originating from our approved content providers, and seeks alternative routes, providing access to free versions, only if they are not available from them. diff --git a/discovery/meta.yml b/discovery/meta.yml new file mode 100644 index 0000000..2659adf --- /dev/null +++ b/discovery/meta.yml @@ -0,0 +1,3 @@ +id: discovery +title: CORE Discovery +tagline: One-click access to free copies of research papers whenever you hit the paywall diff --git a/discovery/related-services.yml b/discovery/related-services.yml new file mode 100644 index 0000000..3dbdb1c --- /dev/null +++ b/discovery/related-services.yml @@ -0,0 +1,19 @@ +related-services: + title: You might be also interested in + services: + - + title: CORE FastSync + picture: /images/services/fastsync.svg + url: fastsync + - + title: CORE Recommender + picture: /images/services/recommender.svg + url: recommender + - + title: CORE Dashboard + picture: /images/services/repository-dashboard.svg + url: repository-dashboard + - + title: CORE API + picture: /images/services/api.svg + url: api diff --git a/discovery/stats.yml b/discovery/stats.yml new file mode 100644 index 0000000..75ea0ed --- /dev/null +++ b/discovery/stats.yml @@ -0,0 +1,14 @@ +stats: + items: + - title: more than + count: "6K" + caption: users + - title: more than + count: "{{fullTextCount}}" + caption: full texts + - title: more than + count: "{{totalArticlesCount}}" + caption: searchable research papers + - title: more than + count: "150" + caption: countries diff --git a/fastsync/features.yml b/fastsync/features.yml new file mode 100644 index 0000000..2feac6f --- /dev/null +++ b/fastsync/features.yml @@ -0,0 +1,13 @@ +features: + - title: Fresh data + description: | + An enterprise solution to keep your data in sync with research content from around the world. + - title: Time saving + description: | + Spend less time collecting data and more on solving problems. + - title: Instant updates + description: | + Fast and incremental updates as soon as they become available. No usage restrictions. + - title: Technical support + description: | + We provide technical support, so you can be confident you can rely on it. diff --git a/fastsync/header.yml b/fastsync/header.yml new file mode 100644 index 0000000..04294e1 --- /dev/null +++ b/fastsync/header.yml @@ -0,0 +1,14 @@ +header: + id: header + title: CORE FastSync + icon: /images/services/fastsync.svg + image: /images/services/coreFastSync.svg + description: Keep your data in sync with CORE and never miss a new research output. + actions: + - caption: Contact us for a quote + variant: contained + url: https://core.ac.uk/about#contact + - caption: Download our flyer + variant: text + url: /resources/core-api-flyer.pdf + target: _blank diff --git a/fastsync/how-it-works.yml b/fastsync/how-it-works.yml new file mode 100644 index 0000000..6200196 --- /dev/null +++ b/fastsync/how-it-works.yml @@ -0,0 +1,8 @@ +how-it-works: + title: How it works + image: /images/services/work.svg + description: | + FastSync enables you to keep an always up to date copy of all CORE data in your infrastructure, new content is transferred as soon as it becomes available in CORE. It provides fast, incremental and enterprise data synchronisation. It is our premium service, ideal for all types of businesses, from start-ups to large enterprises. + action: + title: see data statistics + url: /data diff --git a/fastsync/logos.yml b/fastsync/logos.yml new file mode 100644 index 0000000..8ef74f6 --- /dev/null +++ b/fastsync/logos.yml @@ -0,0 +1,15 @@ +logos: + items: + - img: /images/logos/turnitin.svg + alt: "turnitin" + - img: /images/logos/grammarly.svg + alt: "grammarly" + - img: /images/logos/naver.svg + alt: "naver" + - img: /images/logos/cypris.svg + alt: "cypris" + - img: /images/logos/ontochemIt.png + alt: "ontochem" + action: + caption: Show all + url: '/about/endorsements' diff --git a/fastsync/main.yml b/fastsync/main.yml new file mode 100644 index 0000000..63c45eb --- /dev/null +++ b/fastsync/main.yml @@ -0,0 +1,12 @@ +main: + items: + - title: Where to start? + content: | + FastSync implements an improved version of the ResourceSync protocol. + We provide our customers with a data client they can install on their servers. + Customers can run this client as often as they desire, receiveing incremental updates from CORE. + We also provide technical support for this service, so you can be confident that you can rely on it. + note: If you use CORE in your work, we kindly request you to cite one of our publications. + action: + title: cite publication + url: https://core.ac.uk/about/research-outputs diff --git a/fastsync/meta.yml b/fastsync/meta.yml new file mode 100644 index 0000000..9845903 --- /dev/null +++ b/fastsync/meta.yml @@ -0,0 +1,3 @@ +id: fastsync +title: CORE FastSync +tagline: Keep your data in sync with CORE and never miss a new research output diff --git a/fastsync/related-services.yml b/fastsync/related-services.yml new file mode 100644 index 0000000..43d02c5 --- /dev/null +++ b/fastsync/related-services.yml @@ -0,0 +1,15 @@ +related-services: + title: You might be also interested in + services: + - title: CORE API + picture: /images/services/api.svg + url: api + - title: CORE Dataset + picture: /images/services/dataset.svg + url: dataset + - title: CORE Recommender + picture: /images/services/recommender.svg + url: recommender + - title: CORE Discovery + picture: /images/services/discovery.svg + url: discovery diff --git a/fastsync/testimonials.yml b/fastsync/testimonials.yml new file mode 100644 index 0000000..6d2b925 --- /dev/null +++ b/fastsync/testimonials.yml @@ -0,0 +1,12 @@ +testimonials: + - id: Kim + content: | + “By integrating with CORE, we have significantly increased the number of research papers in the Naver Academic indexes. In fact, CORE is Naver’s largest provider of full text content. CORE’s data are now synchronised with Naver using CORE FastSync, reducing the amount of effort that would be needed to collect these data in traditional ways.” + author: + name: Kim Sejin + role: Content Manager, Naver Academic Service + picture: /images/people/sejin.png + action: + title: SEE More testimonials + url: /about/endorsements#partner-projects + variant: outlined diff --git a/fastsync/what-is-included.yml b/fastsync/what-is-included.yml new file mode 100644 index 0000000..4d5ad81 --- /dev/null +++ b/fastsync/what-is-included.yml @@ -0,0 +1,15 @@ +what-is-included: + title: What’s included ? + content: | + FastSync provides you with: + + * Ability to keep in sync with CORE, receiving updates as frequently as desired. + * An initial data dump and a client for incremental updates. + * Technical support for the duration of the service. + + If you are interested in more information about CORE FastSync or would like to subscribe [Contact us](https://core.ac.uk/about#contact). + action: + caption: Contact us for a quote + variant: contained + url: https://core.ac.uk/about#contact + image: /images/services/includedFastSync.svg diff --git a/recomender.yml/additional.yml b/recomender.yml/additional.yml new file mode 100644 index 0000000..c6d4857 --- /dev/null +++ b/recomender.yml/additional.yml @@ -0,0 +1,19 @@ +additional: + title: Uniqueness of the CORE Recommender + image: /images/screenshots/recommender2.png + content: | + * We ensure that the recommended articles are available open access, ensuring that what + gets recommended can also be freely read. + * Our state-of-the-art recommendation algorithm makes use of article full texts, not just + metadata, in addition to a wide range of other features. Read more on how the algorithm + works in our [research](~research-outputs) section. + actions: + - + url: /services/repository-dashboard + caption: Install via Repository Dashboard + hint: For those who are CORE Data Providers + primary: true + - + url: /about#contact + caption: Contact us to install + hint: For those who are not CORE Data Providers diff --git a/recomender.yml/features.yml b/recomender.yml/features.yml new file mode 100644 index 0000000..8438b94 --- /dev/null +++ b/recomender.yml/features.yml @@ -0,0 +1,18 @@ +features: + - + title: Discoverability + description: | + Make your repository content more discoverable from across the + global network of CORE data providers. + - + title: Relevant content + description: | + Support users in finding articles relevant to their interests. + - + title: Ease of use + description: | + Easy installation to all repositories, journals and web interfaces. + - + title: Free access + description: | + We provide our recommendation service for free. diff --git a/recomender.yml/header.yml b/recomender.yml/header.yml new file mode 100644 index 0000000..03e3b75 --- /dev/null +++ b/recomender.yml/header.yml @@ -0,0 +1,17 @@ +header: + id: header + title: CORE Recommender + icon: /images/services/recommender.svg + image: /images/services/profiles.svg + description: | + A leading research papers recommendation solution. + Get instant recommendations and discover articles of interest + from across the network. + actions: + - caption: Install + variant: contained + url: '#additional' + - caption: Download our flyer + variant: text + url: /resources/core_flyer_recomender.pdf + target: _blank diff --git a/recomender.yml/how-it-works.yml b/recomender.yml/how-it-works.yml new file mode 100644 index 0000000..d3376fa --- /dev/null +++ b/recomender.yml/how-it-works.yml @@ -0,0 +1,9 @@ +how-it-works: + title: How it works + image: /images/services/work.svg + description: | + The recommender is a plugin for repositories, journal systems and web interfaces that provides suggestions + on relevant articles to the one currently displayed. Its purpose is to support users in discovering + articles of interest from across the network of open access repositories. We have validated that + all recommended articles are free to read and can be accessed without a paywall. Thus, the CORE + Recommender increases the visibility of open access content. Being open should pay off! diff --git a/recomender.yml/main.yml b/recomender.yml/main.yml new file mode 100644 index 0000000..62dd9f8 --- /dev/null +++ b/recomender.yml/main.yml @@ -0,0 +1,25 @@ +main: + items: + - title: Where to start? + content: | + For those with access to the CORE Repository Dashboard - the + Recommender installation guidelines and an installation key can + be accessed via the Dashboard. + Log into the Dashboard and then choose the tab Get the recommender. + + Otherwise, visit our registration page to gain access to the Recommender. + + Find out more about the CORE Recommender in our blog post and + in our research section. + - title: How can I download the CORE Recommender? + content: | + If you have access to the CORE Repositories Dashboard, + log into the CORE Repository Dashboard and you will get the + instructions on how to download the CORE Recommender. + Otherwise, visit our recommender registration page, + where you will also find the installation instructions. + Repository managers are highly recommended to use the CORE Repositories Dashboard. + note: If you use CORE in your work, we kindly request you to cite one of our publications. + action: + title: cite publication + url: https://core.ac.uk/about/research-outputs diff --git a/recomender.yml/meta.yml b/recomender.yml/meta.yml new file mode 100644 index 0000000..6a44e0b --- /dev/null +++ b/recomender.yml/meta.yml @@ -0,0 +1,3 @@ +id: recommender +title: CORE Recommender +tagline: A leading research papers recommendation solution diff --git a/recomender.yml/related-services.yml b/recomender.yml/related-services.yml new file mode 100644 index 0000000..ed5b6f4 --- /dev/null +++ b/recomender.yml/related-services.yml @@ -0,0 +1,19 @@ +related-services: + title: You might be also interested in + services: + - + title: CORE Discovery + picture: /images/services/discovery.svg + url: discovery + - + title: CORE Search + picture: /images/services/search.svg + url: / + - + title: CORE Repository Dashboard + picture: /images/services/repository-dashboard.svg + url: repository-dashboard + - + title: CORE API + picture: /images/services/api.svg + url: api diff --git a/recomender.yml/testimonials.yml b/recomender.yml/testimonials.yml new file mode 100644 index 0000000..a87bfa7 --- /dev/null +++ b/recomender.yml/testimonials.yml @@ -0,0 +1,14 @@ +testimonials: + - + id: Smith + content: | + CORE Recommender is an essential part of the evolving open + infrastructure, which surfaces not just the content in our + repository, but the entire open literature. + Recommender greatly enhances the functionality of our repository + and provides our users with topical open resources that are only a + click away. + author: + name: Arthur Smith + role: Deputy Manager of Scholarly Communication (Open Access), Cambridge University + picture: /images/people/smith.jpg diff --git a/recomender.yml/what-is-included.yml b/recomender.yml/what-is-included.yml new file mode 100644 index 0000000..2ccb3a1 --- /dev/null +++ b/recomender.yml/what-is-included.yml @@ -0,0 +1,12 @@ +what-is-included: + title: What’s included + content: | + Our free membership provides you with: + + + * Recommendations of full text items in open access repositories, + journals or webpages. + * Recommendations based on metadata records or full text items + or both. + * A user feedback system that improves the recommendation accuracy. + image: /images/services/delivery.svg