From f15912051f248d38c1cbcf3c3faad3032261baab Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Fri, 30 Dec 2022 16:40:16 +0200 Subject: [PATCH 1/2] Add beginner's kit text --- docs/downloads/beginners-kit.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/downloads/beginners-kit.md b/docs/downloads/beginners-kit.md index 5bb8548..4528598 100644 --- a/docs/downloads/beginners-kit.md +++ b/docs/downloads/beginners-kit.md @@ -2,5 +2,10 @@ sidebar_position: 2 --- -# Beginners kit +# Beginner's kit +The large size of the OpenAIRE Research Graph is a major impediment for beginners to familiarise with the underlying data model and explore its contents. Working with the Graph in its full size typically requires access to a distributed computing infrastructure which cannot be easily accessible to everyone. +The OpenAIRE Beginner’s Kit aims to address this issue. It consists of two components: + +* A subset of the Graph composed of the research products published between 2022-06-29 and 2022-12-29, all the entities connected to them and the respective relationships. +* A Zeppelin notebook that demonstrates how you can use PySpark to analyse the Graph and get answers to some interesting research questions. \ No newline at end of file From cb3509ba3818a60cd9a858814500808347a0ba27 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 30 Dec 2022 16:27:50 +0100 Subject: [PATCH 2/2] added link to the beginner's kit uploaded on Zenodo --- docs/downloads/beginners-kit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/downloads/beginners-kit.md b/docs/downloads/beginners-kit.md index 4528598..9555ee4 100644 --- a/docs/downloads/beginners-kit.md +++ b/docs/downloads/beginners-kit.md @@ -4,8 +4,9 @@ sidebar_position: 2 # Beginner's kit -The large size of the OpenAIRE Research Graph is a major impediment for beginners to familiarise with the underlying data model and explore its contents. Working with the Graph in its full size typically requires access to a distributed computing infrastructure which cannot be easily accessible to everyone. -The OpenAIRE Beginner’s Kit aims to address this issue. It consists of two components: +The large size of the OpenAIRE Research Graph is a major impediment for beginners to familiarise with the underlying data model and explore its contents. +Working with the Graph in its full size typically requires access to a huge distributed computing infrastructure which cannot be easily accessible to everyone. +[The OpenAIRE Beginner’s Kit]( https://doi.org/10.5281/zenodo.7490192) aims to address this issue. It consists of two components: * A subset of the Graph composed of the research products published between 2022-06-29 and 2022-12-29, all the entities connected to them and the respective relationships. * A Zeppelin notebook that demonstrates how you can use PySpark to analyse the Graph and get answers to some interesting research questions. \ No newline at end of file