From 07cb49c42f30d8529f0e9967b89f6b6b3cffaf1d Mon Sep 17 00:00:00 2001 From: Delia Mennitti Date: Mon, 2 Oct 2023 13:52:46 +0200 Subject: [PATCH 1/4] started working on it --- src/config/_default/config.yml | 5 ++++ src/content/community/get_involved/_index.md | 8 ++++++ src/data/community.yml | 8 ++++++ .../layouts/community/get-involved/list.html | 25 +++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 src/content/community/get_involved/_index.md create mode 100644 src/themes/odh-fbe/layouts/community/get-involved/list.html diff --git a/src/config/_default/config.yml b/src/config/_default/config.yml index 1dc2097b..06951e81 100644 --- a/src/config/_default/config.yml +++ b/src/config/_default/config.yml @@ -184,6 +184,11 @@ menu: URL: /community/#sm-tag-partnerships weight: 3 + - parent: community + name: Get Involved + URL: /community/get-involved + weight: 4 + # --- Events --- - identifier: events URL: /events diff --git a/src/content/community/get_involved/_index.md b/src/content/community/get_involved/_index.md new file mode 100644 index 00000000..85311f33 --- /dev/null +++ b/src/content/community/get_involved/_index.md @@ -0,0 +1,8 @@ +--- +type: community/get-involved +position: "Community" +aliases: "/get-involved" + +title: "Get Involved and How to Collaborate​" +subtitle: "The Open Data Hub team warmly invites new partners and users to become part of our journey. We offer a variety of pathways to engage with the project. Depending on your interest on the Open Data Hub, we welcome your participation to the project in one of the roles that we have envisioned:​" +--- diff --git a/src/data/community.yml b/src/data/community.yml index f51d6ad9..5219a89c 100644 --- a/src/data/community.yml +++ b/src/data/community.yml @@ -334,3 +334,11 @@ team: position: Team Leader img: "img/experts/PatrickOhnewein.jpg" company: NOI Techpark Südtirol - Alto Adige + +########################### Get involved ########################### +get_involved: + title: Development partners + + paragraph: + title: "test" + description: "test1" diff --git a/src/themes/odh-fbe/layouts/community/get-involved/list.html b/src/themes/odh-fbe/layouts/community/get-involved/list.html new file mode 100644 index 00000000..3661a74f --- /dev/null +++ b/src/themes/odh-fbe/layouts/community/get-involved/list.html @@ -0,0 +1,25 @@ +{{/* + SPDX-FileCopyrightText: NOI Techpark + + SPDX-License-Identifier: AGPL-3.0-or-later +*/}} + +{{ define "main" }} + +{{ partial "title.html" .Params }} + +{{ range .Params.paragraphs }} +
+ {{ partial .partial . }} +
+{{ end }} + +
+ {{ partial "text.html" site.Data.community.get_involved }} +
+ +
+ {{ partial "text.html" site.Data.community.get_involved }} +
+ +{{ end }} \ No newline at end of file From 99d2a59500a8d49f7a284b55e42146c8a0759a47 Mon Sep 17 00:00:00 2001 From: Delia Mennitti Date: Tue, 3 Oct 2023 17:31:12 +0200 Subject: [PATCH 2/4] added the text --- src/content/community/get-involved/_index.md | 70 +++++++++++++++++++ src/content/community/get_involved/_index.md | 8 --- src/data/community.yml | 7 -- .../layouts/community/get-involved/list.html | 25 ------- .../odh-fbe/layouts/community/list.html | 28 ++++---- .../layouts/community/single/list.html | 16 +++++ src/themes/odh-fbe/layouts/partials/text.html | 1 + 7 files changed, 101 insertions(+), 54 deletions(-) create mode 100644 src/content/community/get-involved/_index.md delete mode 100644 src/content/community/get_involved/_index.md delete mode 100644 src/themes/odh-fbe/layouts/community/get-involved/list.html create mode 100644 src/themes/odh-fbe/layouts/community/single/list.html diff --git a/src/content/community/get-involved/_index.md b/src/content/community/get-involved/_index.md new file mode 100644 index 00000000..58eace29 --- /dev/null +++ b/src/content/community/get-involved/_index.md @@ -0,0 +1,70 @@ +--- +type: community/single +position: "Community" +aliases: /get-involved +title: "Get Involved and How to Collaborate​" +subtitle: "The Open Data Hub team warmly invites new partners and users to become part of our journey. We offer a variety of pathways to engage with the project. Depending on your interest on the Open Data Hub, we welcome your participation to the project in one of the roles that we have envisioned:​" + +rows: + - title: "As a User I can…​" + description: "​…explore the data in the datasets.​ + Choose a dataset from the list of Datasets and start gathering data from it. You can then provide any kind of feedback on the dataset: reports about any malfunctions, suggestions for improvements or new features, and so on.​ Moreover, if you are interested in datasets that are not yet in our collection, get in touch with the Open Data Hub team to discuss your request.​ + ​…browse our collection of pre-built Web Components​ + Enhance your website or app with ease: browse the list of available Web Components, choose one that you are interested in, try it out, then send feedback to their developers if you feel something is wrong or missing.​" + bg_darker: true + partial: text.html + + - description: "​…browse our collection of pre-built Web + Components​ + Enhance your website or app with ease: browse the list of available Web Components, choose one that you are interested in, try it out, then send feedback to their developers if you feel something is wrong or missing.​" + bg_darker: true + partial: text.html + + - title: "​As a Data Provider I can…" + description: "Share with an Open Data Licence the data you own, that can prove interesting for the Open Data Hub, for example because they complement existing data in the Open Data Hub or they pertain to an area which is not yet covered. Let your Open Data be freely used by App Developers in their applications.​ + + Note: A Data Provider is an entity (be it a private company, a public institution, or a citizen) that gathers data on a regular basis from various sensors or devices and stores them in some kind of machine-readable format." + bg_darker: false + partial: text.html + + - title: "As an App Developer I can…​" + description: "Share with an Open Data Licence the data you own, that can prove interesting for the Open Data Hub, for example because they complement existing data in the Open Data Hub or they pertain to an area which is not yet covered. Let your Open Data be freely used by App Developers in their applications.​ + + Note: A Data Provider is an entity (be it a private company, a public institution, or a citizen) that gathers data on a regular basis from various sensors or devices and stores them in some kind of machine-readable format.​…harvest data exposed by the dataset.​ + Browse the list of Datasets to see what types of data are contained in the datasets, and think how they can be used.​ For this purpose, we maintain an updated list of available Datasets with links to the API to access them.​ + + …build an application with the data.​ + Write code for an app that combines the data you can harvest from the available datasets in various, novel way.​ + To reach this goal, you need to access the APIs, their documentation, and the datasets. It is then your task to discover how you can reuse the data in your code.​ + +​ …integrate Open Data Hub data using Web Components.​ + The Open Data Hub team and their partner have developed a library of Web Components that can be integrated in existing websites or used as guidance to develop new Web Components.​ + + ​…publish my app in Open Data Hub.​ + As soon as you have developed a stable version of your app, get in touch with us: We plan to maintain an updated list of apps based on our dataset.​ + + ​No software installation is needed. Develop in a language of your choice an application that uses our data." + bg_darker: true + partial: text.html + + - title: "As an Open Data Hub Core Hacker I can…​" + description: "…help shape the future of Open Data Hub.​ + Participate in the development of Open Data Hub: Build new data collectors, extend the functionality of the broker, integrate new datasets on the existing infrastructure, develop new stable API versions.​ + + To be able to become a core hacker, however, requires a few additional tasks to be carried out: + 1. ​Learn how to successfully integrate your code with the existing code-base and how to interact with the Open Data Hub team. In other words, you need to check the Developer’s Flight Rules​ + + 2. Understand the Open Data Hub _Architecture.​ _ >>>>>> [TBC!!] + + 3. Install the necessary software on your local workstation (be it a physical workstation, a virtual machine, or a Docker instance), including PostgreSQL with postgis extension, JDK, git.​ + + 4. Set up all the services needed (database, application server, and so on).​ + + 5. Clone our git repositories. To successfully complete these tasks, please read the How to set up your local Development Environment? >>>>>>[TBC!!] tutorial, which guides you stepwise through all the required set up and configuration, along with some troubleshooting advice.​ + + 6. Coding. That’s the funniest part, enjoy!​" + bg_darker: false + partial: text.html + + +--- diff --git a/src/content/community/get_involved/_index.md b/src/content/community/get_involved/_index.md deleted file mode 100644 index 85311f33..00000000 --- a/src/content/community/get_involved/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -type: community/get-involved -position: "Community" -aliases: "/get-involved" - -title: "Get Involved and How to Collaborate​" -subtitle: "The Open Data Hub team warmly invites new partners and users to become part of our journey. We offer a variety of pathways to engage with the project. Depending on your interest on the Open Data Hub, we welcome your participation to the project in one of the roles that we have envisioned:​" ---- diff --git a/src/data/community.yml b/src/data/community.yml index 5219a89c..3924522d 100644 --- a/src/data/community.yml +++ b/src/data/community.yml @@ -334,11 +334,4 @@ team: position: Team Leader img: "img/experts/PatrickOhnewein.jpg" company: NOI Techpark Südtirol - Alto Adige - ########################### Get involved ########################### -get_involved: - title: Development partners - - paragraph: - title: "test" - description: "test1" diff --git a/src/themes/odh-fbe/layouts/community/get-involved/list.html b/src/themes/odh-fbe/layouts/community/get-involved/list.html deleted file mode 100644 index 3661a74f..00000000 --- a/src/themes/odh-fbe/layouts/community/get-involved/list.html +++ /dev/null @@ -1,25 +0,0 @@ -{{/* - SPDX-FileCopyrightText: NOI Techpark - - SPDX-License-Identifier: AGPL-3.0-or-later -*/}} - -{{ define "main" }} - -{{ partial "title.html" .Params }} - -{{ range .Params.paragraphs }} -
- {{ partial .partial . }} -
-{{ end }} - -
- {{ partial "text.html" site.Data.community.get_involved }} -
- -
- {{ partial "text.html" site.Data.community.get_involved }} -
- -{{ end }} \ No newline at end of file diff --git a/src/themes/odh-fbe/layouts/community/list.html b/src/themes/odh-fbe/layouts/community/list.html index b2be416d..ccb2e1da 100644 --- a/src/themes/odh-fbe/layouts/community/list.html +++ b/src/themes/odh-fbe/layouts/community/list.html @@ -1,33 +1,33 @@ {{/* - SPDX-FileCopyrightText: NOI Techpark +SPDX-FileCopyrightText: NOI Techpark SPDX-License-Identifier: AGPL-3.0-or-later -*/}} + */}} {{ define "main" }} {{ partial "title-cta.html" .Params }} - -
- {{ partial "title-section.html" site.Data.community.providers }} + +
+ {{ partial "title-section.html" site.Data.community.providers }} {{ partial "logos.html" site.Data.community.providers }} -
+
- + -
- {{ partial "title-section.html" site.Data.community.consumers }} +
+ {{ partial "title-section.html" site.Data.community.consumers }} {{ partial "logos.html" site.Data.community.consumers }} -
+
- + -
- {{ partial "title-section.html" site.Data.community.partnerships }} +
+ {{ partial "title-section.html" site.Data.community.partnerships }} {{ partial "logos.html" site.Data.community.partnerships }} -
+