From 5a17366b85dd8f48aec4464680299cd3505074ef Mon Sep 17 00:00:00 2001 From: Xuemin Duan Date: Thu, 7 Mar 2024 16:42:05 +0100 Subject: [PATCH] add video to index --- fastapp.py | 5 +++++ static/index.html | 17 ++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/fastapp.py b/fastapp.py index a3c36f1..86182a9 100644 --- a/fastapp.py +++ b/fastapp.py @@ -42,6 +42,11 @@ async def index(): # Return the index.html file return FileResponse("static/index.html", media_type="text/html") +@app.get("/video") +async def video(): + # Return the index.html file + return FileResponse("static/video.html", media_type="text/html") + class TranslationRequest(BaseModel): rmlData: str = None owlData: str = None diff --git a/static/index.html b/static/index.html index 653d48b..f50d709 100644 --- a/static/index.html +++ b/static/index.html @@ -220,7 +220,18 @@

Configurations

SCOOP-UI Documentation

-

SCOOP is a framework that exploits all artifacts associated with the construction of an RDF graph, i.e. data schemas, ontologies, and mapping rules, and integrates the SHACL shapes extracted from each artifact into a unified shapes graph.

+ +
+
+ +
+
+
+

SCOOP is a framework that exploits all artifacts associated with the construction of an RDF graph, i.e. data schemas, ontologies, and mapping rules, and integrates the SHACL shapes extracted from each artifact into a unified shapes graph.

+
+
+

SCOOP Framework

@@ -257,11 +268,11 @@

How to Use

-