Skip to content

Commit

Permalink
OGC news, update front page and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 6, 2023
1 parent 750a288 commit cbfa777
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 47 deletions.
6 changes: 2 additions & 4 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,12 @@ module.exports = {
{ text: 'Home', link: '/' },
{ text: 'About', link: '/about.html' },
{ text: 'News', link: '/news/' },
{ text: 'Meet us', link: '/meet-us.html' },
{ text: 'Software', link: '/software.html' },
{ text: 'Hub', link: 'https://hub.openeo.org' },
{ text: 'Services / Hub', link: 'https://hub.openeo.org' },
{ text: 'User Documentation', userNav: true, items: [] },
{ text: 'Developers', devNav: true, items: [] },
{ text: 'PSC', link: '/psc.html' },
{ text: 'Contact', link: '/contact.html' },
{ text: 'Platform', link: 'https://openeo.cloud' }
{ text: 'Contact', link: '/contact.html' }
],
sidebar: 'auto'
},
Expand Down
1 change: 0 additions & 1 deletion .vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default ({ router, Vue }) => {
{ path: '/documentation', redirect: defaultVersion.path },
// Redirect from old openeo.org links to new links
{ path: '/about', redirect: 'about.html' },
{ path: '/meet-us', redirect: 'meet-us.html' },
{ path: '/software', redirect: 'software.html' },
{ path: '/contact', redirect: 'contact.html' },
{ path: '/glossary', redirect: defaultVersion.path + 'glossary.html' }
Expand Down
22 changes: 17 additions & 5 deletions .vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
<img src="/images/openeo_logo.png" alt="openEO">

<p class="description">
openEO develops an open API to connect R, Python, JavaScript and other clients to big Earth observation cloud back-ends in a simple and unified way.
openEO develops an API that allows users to connect to Earth observation cloud back-ends in a simple and unified way.
</p>

<p class="description">
The project maintains the API and process specifications, and an open-source ecosystem with clients and server implementations.
</p>

<p class="description"><small>
openEO is not to be confused with independant services that implement the specifications such as <a href="https://openeo.cloud" target="_blank">openEO Platform</a> or <a href="https://dataspace.copernicus.eu/" title="Copernicus Data Space Ecosystem" target="_blank">CDSE</a>.<br />For a list of services built on top of openEO, please visit the <a href="https://hub.openeo.org" target="_blank">openEO Hub</a>.
</small></p>

<p class="action">
<NavLink class="action-button" :item="{link: '/about/', text: 'Why?'}"/>
<NavLink class="action-button" :item="{link: this.$site.themeConfig.docPath, text: 'Get Started!'}"/>
Expand Down Expand Up @@ -59,18 +67,22 @@ export default {
text-align center
img
max-width: 100%
max-height 280px
max-height 179px
display block
margin 3rem auto 1.5rem
margin 1.5rem auto
h1
font-size 3rem
h1, .description, .action
margin 1.8rem auto
.description
max-width 40rem
font-size 1.6rem
max-width 42rem
font-size 1.4rem
line-height 1.3
color lighten($textColor, 40%)
small
font-size 1.2rem
a
text-decoration: underline
.action-button
display inline-block
font-size 1.2rem
Expand Down
21 changes: 0 additions & 21 deletions meet-us.md

This file was deleted.

26 changes: 26 additions & 0 deletions news/2023-12-06-openeo-submitted-to-ogc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
news: true
title: openEO submitted to OGC for consideration as an OGC community standard
date: 2023-12-06
author: Matthias Mohr
---

The openEO PSC is happy to share that we have submitted openEO to OGC for consideration as an OGC community standard.
More specifically, the [submission document](https://github.com/Open-EO/PSC/blob/main/documents/ogc-submission.adoc) justifies why the openEO API specification (version 1.2.0) and the openEO process specification (version 1.2.0) are - from our point of view - a good candidate for an OGC community standard.
We hope OGC accepts our documents and establishes the corresponding procedures soon.

The members of the openEO PSC voted to submit the justification document to OGC by unanimous consent.
We are glad that the following OGC members confirmed to support the OCG submmissin of openEO:

* University of Münster - Institute for Geoinformatics
* Eurac Research
* VITO (Flemish Institute for Technological Research)
* GeoConnections - Natural Resources Canada
* EUMETSAT
* European Space Agency (ESA)
* EOX IT Services GmbH
* Telespazio VEGA UK Ltd
* Planet Labs PBC
* German Aerospace Center – DLR

We'll keep you updated about the progress. The next step is likely a public request for comments.
3 changes: 0 additions & 3 deletions platform/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions redirects/meet-us/index.html

This file was deleted.

0 comments on commit cbfa777

Please sign in to comment.