Skip to content

Commit

Permalink
deploy: 13801da
Browse files Browse the repository at this point in the history
  • Loading branch information
bulricht committed Nov 28, 2023
1 parent 4301be1 commit 835ba17
Show file tree
Hide file tree
Showing 26 changed files with 89,600 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 0.10/.github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: RO-Crate to Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: RO-Crate to Pages
uses: vliz-be-opsci/rocrate-to-pages@latest
with:
config: config.yml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./unicornpages
24 changes: 24 additions & 0 deletions 0.10/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# observatory profile

## jinja templates (for pysembench)

## quality control configuration (for py-data-rules)

The columns of the EMO BON sampling logsheets are defined in the [logsheet schema](https://github.com/emo-bon/observatory-profile/blob/main/logsheet_schema_extended.csv) parked here.

The metadata included in this spreadsheet are the following:
* An column that tells us if all the information for the column has been found, or comments to keep an eye on (for internal management use only)
* The column name in the EMO BON logsheets
* The data type (xsd) that the cells should be filled with i the google sheets
* The data type that the these items should be formatted as in the json/ttl files to be created from the logsheets
* Notes regarding the formatting of those columns which contain multi-value entries (;-separated)
* The observable property URL (or NA if not applicable)
* The unit for the column (or NA)
* The unit URL (or NA)
* The particular type of logsheet this applies to - being currently water, soil, or water;soil. (The hard-bottom still need to be added)
* The tab of the googlesheet (which are the source of the logsheets) that the column will be found in
* The optional/mandatory requirement
* The definition of the column
* An example
* A yes if we need to define this particular column ourselves, in our own vocab (blank if not)
* Comments (for internal management use only)
7 changes: 7 additions & 0 deletions 0.10/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# config.yml
multiple_rocrates: false
RELEASE_management: true
RELEASE_versioning: tag #by major tag or by release
INCLUDE_draft: true #include draft release which is the latest commit on the main branch
index_html: true #generate an index.html file for each rocrate
draft_folder_name: latest #name of the folder for the draft release
38 changes: 38 additions & 0 deletions 0.10/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>emo-bon/observatory-profile:0.10</title>
<meta name="description" content="Preview page for the RO-Crate: 0.10" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="author" content="@cedricdcc" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous" />
<link href="https://open-science.vliz.be/rocrate-preview-widget/static/css/main.css" rel="stylesheet">
<link href="./ro-crate-metadata.json" rel="describedby" type="application/ld+json">
<script defer="defer" src="https://open-science.vliz.be/rocrate-preview-widget/static/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js" crossorigin></script>
<script src="https://cdn.jsdelivr.net/npm/react-dom/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://cdn.jsdelivr.net/npm/react-bootstrap@next/dist/react-bootstrap.min.js" crossorigin></script>
</head>
<body>
<div class="container rootcontainer">
<rocrate-preview-widget rocrate="./ro-crate-metadata.json" rocrate_name="emo-bon/observatory-profile" version="0.10" ></rocrate-preview-widget>
<div class="footer" style="display: flex;flex-direction: row;justify-content: space-between;">
<p></p>
<p>Created by
<a href="https://github.com/vliz-be-opsci/rocrate-to-pages">rocrate-to-pages</a> from
<a href="https://open-science.vliz.be/" target="_blank" rel="noreferrer"><img src="https://open-science.vliz.be/common-assets/img/VLIZ_LOGO.svg" alt="@vliz-be-opsci" class="footer_logo"/></a>with data
<a href="https://github.com/emo-bon/observatory-profile" target="_blank" rel="noreferrer"><img src="https://open-science.vliz.be/common-assets/img/github-logo.svg" alt="data-location" class="footer_logo"/>
</a>
</p>
<p>
as
<a href="./ro-crate-metadata.json" rel="noreferrer"><img src="https://open-science.vliz.be/common-assets/img/rdf-logo.svg" alt="ro-crate-metadata.json" class="footer_logo"/></a>
</p>
</div>
</div>
</div>
</body>
<!--
-.. --- / -.-- --- ..- / -.- -. --- .-- / - .... . / -. .- -- . / --- ..-. / - .... . / .- -.-. - .-. . ... ... / - .... .- - / .--. .-.. .- -.-- . -.. / - .... . / .-- .. ..-. . / --- ..-. / ... - . .--. .... . -. / .... .- .-- -.- .. -. --. ..--..
-->
</html>
Loading

0 comments on commit 835ba17

Please sign in to comment.