From 9378429a75377899e0c2eb1381badfe3c3126170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?= <leon.gorissen@llt.rwth-aachen.de> Date: Wed, 15 Jan 2025 14:44:18 +0100 Subject: [PATCH] docs: update readme --- README.rst | 14 ++++++++------ docs/conf.py | 3 +-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index c2e3743..fb50cf6 100644 --- a/README.rst +++ b/README.rst @@ -4,16 +4,18 @@ Demonstrating Data-to-Knowledge Pipelines for Connecting Production Sites in the * Documentation: https://franka-wwl-demonstrator-iop-workstreams-ws-a3-55c043b308e72e51f.pages.git-ce.rwth-aachen.de/ * Code Repository: https://git-ce.rwth-aachen.de/leon-gorissen/demonstrating-data-to-knowledge-pipelines +* Live Data at Coscine: https://coscine.rwth-aachen.de/p/iop-ws-a.iii-fer-wwl-demo-80937714/ +* Live Data request form: https://coscine.rwth-aachen.de/pid/?pid=21.11102%2f5f19998a-47ca-4801-b446-729a4ac140e3 + +Publications +============ + * Arxiv preprint: https://arxiv.org/abs/2412.12231 -* Data at Coscine: https://coscine.rwth-aachen.de/p/iop-ws-a.iii-fer-wwl-demo-80937714/ -* Data request form: https://coscine.rwth-aachen.de/pid/?pid=21.11102%2f5f19998a-47ca-4801-b446-729a4ac140e3 -* RocketChat: https://chat.iop.rwth-aachen.de/channel/wwl-demonstrator +* Published Benchmark Models Dataset: http://doi.org/10.18154/RWTH-2025-00450 Acknowledgement =============== -* This project is published as a `preprint <https://arxiv.org/abs/2412.12231>` with this paper: Demonstrating Data-to-Knowledge Pipelines for Connecting Production Sites in the World Wide Lab. -* Associated data will be published as soon as the paper is conditionally accepted. * Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germanys Excellence Strategy – EXC-2023 Internet of Production – 390621612 .. image:: resources/IoP_Logo.png @@ -28,7 +30,7 @@ Data availablity .. important:: Use your `orcid <https://orcid.org/>`_ email adress in the data request form. -Data is available up on request. Please use the provided `Data request form <https://coscine.rwth-aachen.de/pid/?pid=21.11102%2f5f19998a-47ca-4801-b446-729a4ac140e3>`_. +Live Data is available up on request. Please use the provided `Data request form <https://coscine.rwth-aachen.de/pid/?pid=21.11102%2f5f19998a-47ca-4801-b446-729a4ac140e3>`_. Concept ======= diff --git a/docs/conf.py b/docs/conf.py index 7fc8997..c2ffff1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,6 @@ extensions = [ "sphinx.ext.todo", "sphinx_copybutton", "sphinxcontrib.youtube", - # "recommonmark", "myst_parser", ] @@ -65,7 +64,7 @@ master_doc = "index" # General information about the project. # Comment: Change the description of the project project = "Data-to-knowledge-pipeline in the World Wide Lab" -copyright = "2024, Leon Gorißen" +copyright = "2025, Leon Gorißen" author = "Leon Gorißen" # The version info for the project you're documenting, acts as replacement -- GitLab