From fbcbe7cc550ab1948ae263f0abf78d7664af4649 Mon Sep 17 00:00:00 2001 From: edobrowolska <92981148+edobrowolska@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:33:07 +0200 Subject: [PATCH 1/2] Update index.md update the description --- OSC/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OSC/index.md b/OSC/index.md index 0faa08cf..69c7bdfe 100644 --- a/OSC/index.md +++ b/OSC/index.md @@ -3,16 +3,16 @@ The [Open Science Catalog (OSC)](https://opensciencedata.esa.int/) is a key component of the ESA EO Open Science framework. It is a publicly available web-based application designed to provide easy access to scientific resources including geoscience products, workflows, experiments and documentation from activities and projects funded by ESA under the EO Programme. -There are three ways to add information to the OSC: +There are few modalities on how to make a contribution. Choose a way that best fits your familiarity and technical backround to contribute to Open Science Catalog: -### 1: Using a Visual GUI +### 1: Use a Visual GUI Interface (No coding required) - [Git Clerk](./git_clerk_example.md) - A guide for using the Git Clerk tool which is a user interface for automatically creating product entries and creating a Pull Request in the OSC GitHub Repo. -### 2: Manually opening a PR -- [Directly editing the json files](./osc_pr_manual.ipynb) - A guide for manually creating Product entries. Requires knowledge of git. +### 2: Manually contribution (For users familiar with Git) +- [Direct editing metadata in JSON](./osc_pr_manual.ipynb) - A guide for manually creating Open Science Catalog entries by creating JSON files with metadata. -- [Generating OSC files using pystac](./osc_pr_pystac.ipynb) - A guide for creating Product entries using pystac. Requires knowledge of git and Python. +- [Generating OSC files with pystac](./osc_pr_pystac.ipynb) - A guide for creating Open Science Catalog entries in more automated way by implementing `pystac`. Require familiarity with Python. -### 3: Using one of the platform tools +### 3: Using one of the platform tools (For EarthCODE integrated platforms users) - [DeepCode](https://github.com/deepesdl/deep-code) - An example using DeepCode: a library for automatically generating product entries for DeepESDL datasets. From e08791c73cb9865fae5150be2b65f98702590ce1 Mon Sep 17 00:00:00 2001 From: Krasen Samardzhiev Date: Wed, 27 Aug 2025 11:32:07 +0100 Subject: [PATCH 2/2] change wording --- OSC/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OSC/index.md b/OSC/index.md index 69c7bdfe..4f051b5e 100644 --- a/OSC/index.md +++ b/OSC/index.md @@ -1,9 +1,8 @@ # Open Science Catalog -The [Open Science Catalog (OSC)](https://opensciencedata.esa.int/) is a key component of the ESA EO Open Science framework. It is a publicly available web-based application designed to provide easy access to scientific resources including geoscience products, workflows, experiments and documentation from activities and projects funded by ESA under the EO Programme. +The [Open Science Catalog (OSC)](https://opensciencedata.esa.int/) is a key component of the ESA EO Open Science framework. It is a publicly available web-based application designed to provide easy access to scientific resources including geoscience products, workflows, experiments and documentation from activities and projects funded by ESA under the EO Programme. - -There are few modalities on how to make a contribution. Choose a way that best fits your familiarity and technical backround to contribute to Open Science Catalog: +There are three different ways and several tools to contribute to Open Science Catalog: ### 1: Use a Visual GUI Interface (No coding required)