Item:OSW47e059d06b0b4d5e978ad4460dabafaa: Difference between revisions

From Onterface Dataspace
Item:OSW47e059d06b0b4d5e978ad4460dabafaa
mNo edit summary
(adapt to fullhd resolution)
Tag: 2017 source edit
Line 17: Line 17:


== Create a model ==
== Create a model ==
<gallery widths="600" perrow="4" heights="600">
<gallery widths="450" perrow="4" heights="450">
File:OSWfdf7a56a6c89462a9a0474279d923f13.png|Click on the tile (see last slide / below)
File:OSWfdf7a56a6c89462a9a0474279d923f13.png|Click on the tile (see last slide / below)
File:OSW04045954a299456bbf63f9b89062cbc5.png|Assign a name to your model
File:OSW04045954a299456bbf63f9b89062cbc5.png|Assign a name to your model
Line 31: Line 31:
==Run a simulation ==
==Run a simulation ==
Please note: Viewing the workflow data required access to the prefect environment, which is not public
Please note: Viewing the workflow data required access to the prefect environment, which is not public
<gallery widths="600" perrow="4" heights="600">
<gallery widths="450" perrow="4" heights="450">
File:OSW63ad34fda8dc45858edea868d1674074.png|Run the workflow by clicking on the badge
File:OSW63ad34fda8dc45858edea868d1674074.png|Run the workflow by clicking on the badge
File:OSW20ea5507923c41c8a1d5bec5d1f3efd9.png|After a few seconds, the state changes to 'Running'
File:OSW20ea5507923c41c8a1d5bec5d1f3efd9.png|After a few seconds, the state changes to 'Running'
Line 38: Line 38:


==View the simulation results==
==View the simulation results==
<gallery widths="600" perrow="4" heights="600">
<gallery widths="450" perrow="4" heights="450">
File:OSW8d19052eabd540ce8626bdc8f43f38c2.png|After the flow has reached status 'Completed' (~ 1 min) you can inspect the knowledge graph by right-clicking your models node
File:OSW8d19052eabd540ce8626bdc8f43f38c2.png|After the flow has reached status 'Completed' (~ 1 min) you can inspect the knowledge graph by right-clicking your models node
File:OSW3a9aa4e217f24a50950046538ad24265.png|Select 'performance' > ' EnergyDensity' to see the result
File:OSW3a9aa4e217f24a50950046538ad24265.png|Select 'performance' > ' EnergyDensity' to see the result
Line 45: Line 45:


== Run an optimization ==
== Run an optimization ==
<gallery widths="600" heights="600" perrow="4">
<gallery widths="450" heights="450" perrow="4">
File:OSWd18207c4c5374de2abb1a22b7fa2f36e.png|Create a new model add an optimization workflow
File:OSWd18207c4c5374de2abb1a22b7fa2f36e.png|Create a new model add an optimization workflow
File:OSW7c34f048901b403fb53068c6f2a39f3d.png|Run the optimization by clicking on the badge
File:OSW7c34f048901b403fb53068c6f2a39f3d.png|Run the optimization by clicking on the badge
Line 52: Line 52:


== View the optimization results ==
== View the optimization results ==
<gallery widths="600" heights="600" perrow="4">
<gallery widths="450" heights="450" perrow="4">
File:OSW409dd48c912a4a90b79c7f86a5c49b21.png|After completion, the best-run energy density and geometry parameters are store on the knowledge graph
File:OSW409dd48c912a4a90b79c7f86a5c49b21.png|After completion, the best-run energy density and geometry parameters are store on the knowledge graph
File:OSW111ec30fd55d478eafdba470859829c8.png|Also the result table on [[:Category:OSW553f78cc66194ae1873241207b906c4b]] is updated.
File:OSW111ec30fd55d478eafdba470859829c8.png|Also the result table on [[:Category:OSW553f78cc66194ae1873241207b906c4b]] is updated.
Line 59: Line 59:


== Publish the results ==
== Publish the results ==
<gallery widths="600" heights="600" perrow="4">
<gallery widths="450" heights="450" perrow="4">
File:OSW23d5cc3161c143cdb4e143f842228366.png|Click 'Edit data' to re-open the edit form
File:OSW23d5cc3161c143cdb4e143f842228366.png|Click 'Edit data' to re-open the edit form
File:OSW3815f6938a6341dfabed1899a4ca21b7.png|Add a publisher workflow
File:OSW3815f6938a6341dfabed1899a4ca21b7.png|Add a publisher workflow
Line 66: Line 66:


== View the published dataset ==
== View the published dataset ==
<gallery widths="600" heights="600" perrow="4">
<gallery widths="450" heights="450" perrow="4">
File:OSW6a28cc7f9c01451f9eaf27678adc07c3.png|Click on the DOI link to see the published dataset
File:OSW6a28cc7f9c01451f9eaf27678adc07c3.png|Click on the DOI link to see the published dataset
File:OSW5dbb9fa3b4434f639b4710becefec7e4.png|For this demo, the [https://sandbox.zenodo.org Zenodo Sandbox] is used
File:OSW5dbb9fa3b4434f639b4710becefec7e4.png|For this demo, the [https://sandbox.zenodo.org Zenodo Sandbox] is used

Revision as of 17:37, 12 July 2023

Onterface Demo Tutorial [OSW47e059d06b0b4d5e978ad4460dabafaa]
ID OSW47e059d06b0b4d5e978ad4460dabafaa
UUID 47e059d0-6b0b-4d5e-978a-d4460dabafaa
Label Onterface Demo Tutorial
Machine compatible name OnterfaceDemoTutorial
Statements (outgoing)
Statements (incoming)
Keywords

Description

This tutorial shows how to create a battery model and run simulation and optimization workflows

Item
Type(s)/Category(s) Tutorial
CreativeWork
Article
Tutorial
Prerequisites (required)
Prerequisites (optional)
Follow-up (recommended)

View as slide show

Introduction

In this demo you can get hands-on with the results of the Onterface Project.

Onterface is a software framework based on OpenSemanticLab which allows user to create battery cell specification (models) on a knowledge graph (KG) with a graphical user interfaces.

This knowledge graph is connected to a workflow environment (Prefect + FastAPI) which simulates (BattMo) and optimizes (SDLabs) the model.

The results and documentation is stored as well on the knowledge graph and can be directly published (Zenodo, BIG-MAP Archive, etc.)

Overview

Create a model

Add a simulation workflow

Run a simulation

Please note: Viewing the workflow data required access to the prefect environment, which is not public

View the simulation results

Run an optimization

View the optimization results

Publish the results

View the published dataset

Your turn

Login and click on the tile to create your own model

Missed something?

jsondata
type
"Category:OSW494f660e6a714a1a9681c517bbb975da"
uuid"47e059d0-6b0b-4d5e-978a-d4460dabafaa"
name"OnterfaceDemoTutorial"
label
text"Onterface Demo Tutorial"
lang"en"
description
text"This tutorial shows how to create a battery model and run simulation and optimization workflows"
lang"en"
attachments
"File:OSWfdf7a56a6c89462a9a0474279d923f13.png"
"File:OSW04045954a299456bbf63f9b89062cbc5.png"
"File:OSW3920595861f6418f8579bc1f139fe0a7.png"
"File:OSW8121ce3108094327913f6cf8c85ba4e2.png"
"File:OSW42810afa240a4b9ab02cc37e5951362e.png"
"File:OSW63ad34fda8dc45858edea868d1674074.png"
"File:OSW20ea5507923c41c8a1d5bec5d1f3efd9.png"
"File:OSW23f3dc0e8c4a4885b01c1e3199c82186.png"
"File:OSW8d19052eabd540ce8626bdc8f43f38c2.png"
"File:OSW3a9aa4e217f24a50950046538ad24265.png"
"File:OSW1ba91dbaca30409db7aaf1f8504309cf.png"
"File:OSWd18207c4c5374de2abb1a22b7fa2f36e.png"
"File:OSW7c34f048901b403fb53068c6f2a39f3d.png"
"File:OSW657784daa62d4e60abc6b072d6632721.png"
"File:OSW409dd48c912a4a90b79c7f86a5c49b21.png"
"File:OSW111ec30fd55d478eafdba470859829c8.png"
"File:OSW23d5cc3161c143cdb4e143f842228366.png"
"File:OSW3815f6938a6341dfabed1899a4ca21b7.png"
"File:OSW528141c1265242828f3c18cd8952fa9e.png"
"File:OSW6a28cc7f9c01451f9eaf27678adc07c3.png"
"File:OSW5dbb9fa3b4434f639b4710becefec7e4.png"
"File:OSWee167540a0734980800fb692b21b0144.png"
"File:OSW886772d179684b50b3a46693cbf1946d.mp4"
"File:OSW9845cb7a5e12486f8cbc8fc80ad6b4db.mp4"
"File:OSWdcf0b1a277184943a7856b53408d7ea6.mp4"
... more about "Onterface Demo Tutorial"
Lowercase display titleInternal property that stores the lowercase version of Display_title_of to enable case insensitive search 
onterface demo tutorial +
Normalized display titleInternal property that stores the lowercase version of Display_title_of with all non-alphanumeric chars removed to enable a normalized search 
onterfacedemotutorial +
This tutorial shows how to create a battery model and run simulation and optimization workflows (en) +
HasFileAttachmentConnects an entity with a file containing further information
LabelMulti-language label 
Onterface Demo Tutorial (en) +
HasNameThe alpha-numeric label in English
OnterfaceDemoTutorial +
Normalized labelProperty that stores the lowercase version of HasLabel with all non-alphanumeric chars removed to enable a normalized search 
onterfacedemotutorial (en) +
OSW-IDConsists of a namespace, the prefix OSW and an UUID without any delimiters. Subobjects extend the OSW-ID of their parent with and Hash-Char followed by their own ID (prefix OSW and an UUID without any delimiters) 
Item:OSW47e059d06b0b4d5e978ad4460dabafaa +
HasTypeLinks an instance/individual with a class
47e059d0-6b0b-4d5e-978a-d4460dabafaa +
Cookies help us deliver our services. By using our services, you agree to our use of cookies.