From 989d9ea34c41e64bacf3b4ec67308d4a76a7ffd8 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Mon, 28 Nov 2022 14:19:40 +0200 Subject: [PATCH] Split bulk downloads page in sub-pages --- docs/downloads/downloads.md | 41 ++++++++++++++++++++ docs/downloads/starter-kit.md | 6 +++ docs/{download.md => downloads/subgraphs.md} | 32 ++++----------- sidebars.js | 11 ++++-- 4 files changed, 63 insertions(+), 27 deletions(-) create mode 100644 docs/downloads/downloads.md create mode 100644 docs/downloads/starter-kit.md rename docs/{download.md => downloads/subgraphs.md} (65%) diff --git a/docs/downloads/downloads.md b/docs/downloads/downloads.md new file mode 100644 index 0000000..ef4c702 --- /dev/null +++ b/docs/downloads/downloads.md @@ -0,0 +1,41 @@ +--- +sidebar_position: 4 +--- + +# Bulk downloads + +You can download the full OpenAIRE Research Dump as well as its schema from the following links: + + Dataset: https://doi.org/10.5281/zenodo.3516917 + + Schema: https://doi.org/10.5281/zenodo.4238938 + + This dataset is licensed under a Creative Commons Attribution 4.0 International License. +It is composed of several files so that you can download the parts you are interested into. The files are named after the entity they store (i.e. publication, dataset). Each file is at most 10GB and it is +a tar archive containing gz files, each with one json per line. + + +:::note Tip! + +For a visual and interactive overview of the JSON schema, we suggest to use a JSON schema viewer like [jsonschemaviewer](https://navneethg.github.io/jsonschemaviewer/) (you just need to copy the schema and then you can easily navigate through the nodes). + +::: + + +
+
+ + +
+
diff --git a/docs/downloads/starter-kit.md b/docs/downloads/starter-kit.md new file mode 100644 index 0000000..8071d5d --- /dev/null +++ b/docs/downloads/starter-kit.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 1 +--- + +# Starter-kit + diff --git a/docs/download.md b/docs/downloads/subgraphs.md similarity index 65% rename from docs/download.md rename to docs/downloads/subgraphs.md index 99ae077..53b9a04 100644 --- a/docs/download.md +++ b/docs/downloads/subgraphs.md @@ -2,22 +2,12 @@ sidebar_position: 4 --- -# Bulk downloads +# Sub-graphs and other formats -In order to facilitate users, different dumps are available under the Zenodo community called [OpenAIRE Research Graph](https://zenodo.org/communities/openaire-research-graph). -In the following the list of Dumps available: +In order to facilitate users, different dumps and formats are available under the Zenodo community called [OpenAIRE Research Graph](https://zenodo.org/communities/openaire-research-graph). +In the following, you can find the list of alternative Dumps currently available: -* The whole OpenAIRE Research Graph Dump - - Dataset: https://doi.org/10.5281/zenodo.3516917 - - Schema: https://doi.org/10.5281/zenodo.4238938 - - This dataset is licensed under a Creative Commons Attribution 4.0 International License. -It is composed of several files so that you can download the parts you are interested into. The files are named after the entity they store (i.e. publication, dataset). Each file is at most 10GB and it is -a tar archive containing gz files, each with one json per line. - -* The OpenAIRE COVID-19 dump +## The OpenAIRE COVID-19 dump Dataset: https://doi.org/10.5281/zenodo.6638745 @@ -28,7 +18,7 @@ a tar archive containing gz files, each with one json per line. This dump is part of the activities of OpenAIRE to support the fight against COVID-19 together with the OpenAIRE COVID-19 Gateway. The dump consists of a tar archive containing gzip files with one json per line. -* The dump of funded products +## The dump of funded products Dataset: https://doi.org/10.5281/zenodo.6634431 @@ -39,7 +29,7 @@ It contains metadata records of research products (research literature, data, so information available in the OpenAIRE Graph. Records are grouped by funder in a dedicated archive file. Each tar archive contains gzip files, each with one json record per line. -* The dump of delta projects +## The dump of delta projects Dataset: https://doi.org/10.5281/zenodo.7119633 @@ -49,7 +39,7 @@ gzip files, each with one json record per line. It contains the metadata records of projects collected by OpenAIRE in a given time frame. Usually one deposition of collected projects is done for each release of the OpenAIRE Graph The deposition is one tar archive containing gzip files, each with one json record per line. -* The dumps about research communities, initiatives and infrastructures +## The dumps about research communities, initiatives and infrastructures Dataset: https://doi.org/10.5281/zenodo.6638478 @@ -59,7 +49,7 @@ gzip files, each with one json record per line. The dataset contains one file per community/initiative/infrastructure collaborating with OpenAIRE. Check out also their community gateways on CONNECT. Each file is a tar archive containing gzip files with one json per line. The only communities/research initiative/infrastructure we dump are those visible to everyone. -* The dump of ScholeXplorer +## The dump of ScholeXplorer Dataset: https://doi.org/10.5281/zenodo.6338616 @@ -70,9 +60,3 @@ The dataset contains one file per community/initiative/infrastructure collaborat This dataset is licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. The dataset contains the GZ-compressed dump of the Scholix links exposed by the OpenAIRE ScholeXplorer service. - -:::note Tip! - -For a visual and interactive overview of the JSON schema, we suggest to use a JSON schema viewer like [jsonschemaviewer](https://navneethg.github.io/jsonschemaviewer/) (you just need to copy the schema and then you can easily navigate through the nodes). - -::: diff --git a/sidebars.js b/sidebars.js index ba0f462..f7d0fe6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -51,9 +51,14 @@ const sidebars = { href: "https://graph.openaire.eu/develop/overview.html" }, { - type: 'doc', - id: 'download' - }, + type: 'category', + label: 'Bulk downloads', + link: {type: 'doc', id: 'downloads/downloads'}, + items: [ + { type: 'doc', id: 'downloads/starter-kit' }, + { type: 'doc', id: 'downloads/subgraphs' }, + ] + }, { type: 'category', label: "Data provision",