From 2923b218efe4b015a24a4ae2f3b75ae21ae40a82 Mon Sep 17 00:00:00 2001 From: argirok Date: Fri, 30 Jun 2023 10:53:54 +0300 Subject: [PATCH] Develop: add section about community dumps --- src/app/develop/develop.component.ts | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/app/develop/develop.component.ts b/src/app/develop/develop.component.ts index 1e65df8..a93ad17 100644 --- a/src/app/develop/develop.component.ts +++ b/src/app/develop/develop.component.ts @@ -75,6 +75,42 @@ import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties" +
+

Download records.

+
+
+
+
+
+ +
+
+
+
+ To get all metadata records of the community in bulk, use the dump of research communities on Zenodo. + It contains one tar file per community. + Each tar file contains gzipped tar files with one JSON per line. + + More information +
+ +
+
+
` })