diff --git a/docs/about/introduction.md b/docs/about/introduction.md
index 93f697e6a0c04fc91364523356f0426f1c5d75d2..c9ae5b3e540b12efb37a197a70dc6b17bae8af59 100644
--- a/docs/about/introduction.md
+++ b/docs/about/introduction.md
@@ -11,14 +11,12 @@ However, the (meta)data generated through the HGF's research and operations is t
 
 To address this challenge, the Helmholtz Metadata Collaboration (HMC) is launching the **unified Helmholtz Information and Data Exchange (unHIDE)**. This initiative seeks to create a lightweight and sustainable interoperability layer to interlink data infrastructures and provide greater, cross-organisational access to the HGF's (meta)data and information assets. Using proven and globally adopted knowledge graph technology (Box 1), unHIDE will develop a comprehensive association-wide Knowledge Graph (KG) the "Helmholtz-KG": a solution to connect (meta)data, information, and knowledge.
 
-> *Box 1*
-> 
+> _Box 1_
+>
 > What is a Knowledge Graph?
 >
 > - A "graph", from graph theory, is a structure that models pairwise connections between objects using "nodes" connected by "edges".
 > - A "knowledge graph" uses such a graph structure to capture knowledge about how a collection of things (represented as nodes) relate to one another (via edges). This helps organisations keep track of their collective knowledge, especially in complex and rapidly changing scenarios.
 > - Social networks are perhaps the best known graphs, that store knowledge about who knows whom and how, what their interests are, what groups they belong to, and what content they create and interact with.
 
-![unhide_overview](../../static/img/unhide_overview.png)
-
-
+![unhide_overview](/img/unhide_overview.png)
diff --git a/docs/guides/sparql/about-sparql.md b/docs/guides/sparql/about-sparql.md
index 73239667f73bc805ff0ed73a0054dc0cb08ec8e3..1268d7feebfe208324cb1c852dc4eef93502eb58 100644
--- a/docs/guides/sparql/about-sparql.md
+++ b/docs/guides/sparql/about-sparql.md
@@ -37,4 +37,4 @@ WHERE {
 ```
 
 The results will look like:
-![](../../../static/img/SPARQL-query1-sample-results.png)
+![](/img/SPARQL-query1-sample-results.png)
diff --git a/docs/guides/sparql/virtuoso-sparql.md b/docs/guides/sparql/virtuoso-sparql.md
index 51a571d8ce9d67f8b6dda4b8ecc1a158d6a16080..1c3668e02fe8fb00fd4008e5a5c113b609de9924 100644
--- a/docs/guides/sparql/virtuoso-sparql.md
+++ b/docs/guides/sparql/virtuoso-sparql.md
@@ -25,19 +25,19 @@ Both `GET` and `POST` requests are supported by both server and client. The serv
 
 The Virtuoso Facet Browser UI allows users to save Faceted View and iSPARQL queries as "Featured" queries for future reference.
 
-![](../../../static/img/fct.png)
+![](/img/fct.png)
 
 Use the Faceted Browser Search to search for information on "HZDR":
 
-![](../../../static/img/fct-hzdr.png)
+![](/img/fct-hzdr.png)
 
 Results of the following form should be returned for the resource being fetched:
 
-![](../../../static/img/fct-hzdr-results.png)
+![](/img/fct-hzdr-results.png)
 
 where users can find all entities that are related to `HZDR` and their title, type, etc. Below is an example of one of these entities:
 
-![](../../../static/img/fct-hzdr-results-ex.png)
+![](/img/fct-hzdr-results-ex.png)
 
 Additionally, users can export these results in various formats, including csv, HTML, RDF (N-triples), RDF (turtule), etc.
 Here is the results exported as RDF/XML:
@@ -58,8 +58,8 @@ Here is the results exported as RDF/XML:
 
 **Entity Label Lookup** tab: In the Label auto-complete text box of the Entity Label Lookup tab, enter the name of an rdfs label to be Described, then select a URI from the list of available Labels to obtain a description of the URI.
 
-![](../../../static/img/fct-lookup.png)
+![](/img/fct-lookup.png)
 
 **Entity URI Lookup** tab: In the URI auto-complete text box of the Entity URI Lookup tab enter the name URI to be Described, then select a URI from the list of available Labels to obtain a description of the URI.
 
-![](../../../static/img/fct-uri-lookup.png)
+![](/img/fct-uri-lookup.png)
diff --git a/docs/guides/web-ui/primary-features.md b/docs/guides/web-ui/primary-features.md
index a08664fca2720251d7e96c1d6fd65046bdac22f7..f4106a09ff7d1246a2dc7f64cc6430c8a323df74 100644
--- a/docs/guides/web-ui/primary-features.md
+++ b/docs/guides/web-ui/primary-features.md
@@ -8,28 +8,28 @@ sidebar_position: 2
 ## Categorized Search
 
 As mentioned in the description of our [data model](/docs/about/data-model/index.md), we combine different types of harvested metadata based on their [schema.org](https://schema.org) type, into 8 categories. This feature allows users to easily search for their records of interest based on how we model our data. Depending upon what category is of interest to the user, the user can directly access records filtered based on their categories via the clickable buttons, that also show the total count of records for the said category, from the landing page.
-![Image of unhide landing page categories for search](../../../static/img/unhide-landing-categories.png "Unhide landing page categories for search")
+![Image of unhide landing page categories for search](/img/unhide-landing-categories.png "Unhide landing page categories for search")
 
 The same categorization is available in the results page as a tab as shown in the image below
-![Image of unhide results page categories tab](../../../static/img/unhide-results-categories.png "Unhide unhide results page categories tab")
+![Image of unhide results page categories tab](/img/unhide-results-categories.png "Unhide unhide results page categories tab")
 
 ## Search Bar
 
 The user can also search for records of their interest via the search bar. The search bar also features a random set of queries that the user can try if they like. In the following example, a user is seen searching the HKG for records related to the term "Molecular Dynamics".
-![Image of unhide landing page search](../../../static/img/unhide-landing-search.png "Unhide landing page search")
+![Image of unhide landing page search](/img/unhide-landing-search.png "Unhide landing page search")
 
 The results are shown in the results view as a list of records where earch record is displayed within a card. A maximum of 10 records for a search are shown at a time, but the results are paginated so connected results are readily available to the user. The user can also use the category tab above the results to browse through records of that category for the users search query
-![Image of unhide search results](../../../static/img/unhide-results-search.png "Unhide search results")
+![Image of unhide search results](/img/unhide-results-search.png "Unhide search results")
 The search bar is always readily available to user regardless of the view they are in.
 
 ## Dynamic Filters
 
 Depending on the category of results shown, the data could also be filtered if there are filters available for the category and the given search term. The different available filters are shown to the left of the list of resulting records.
-![Image of unhide search filters](../../../static/img/unhide-results-filters.png "Unhide search filters")
+![Image of unhide search filters](/img/unhide-results-filters.png "Unhide search filters")
 
 Each set of filters can be further filtered using a searchbar specific to the filter.
-![Image of unhide filtered search filters](../../../static/img/unhide-filters-filtered.png "Unhide filtered search filters")
+![Image of unhide filtered search filters](/img/unhide-filters-filtered.png "Unhide filtered search filters")
 
 Filters from a single or multiple set can be simultaneously selected. Please note that, each time a specific filter is chosen, the user would be refining their search and as such the filters could be dynamically updated.
 The selected filters are shown as tags above the results and can be individually or collectively unselected.
-![Image of unhide search filter tags](../../../static/img/unhide-filter-tags.png "Unhide search filter tags")
+![Image of unhide search filter tags](/img/unhide-filter-tags.png "Unhide search filter tags")
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 7311f655933b97ce6a10956ae31dde25301f0fde..420471c6ba198549d9acefd0899d42b22ae45011 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -32,7 +32,7 @@ const config: Config = {
     defaultLocale: "en",
     locales: ["en"],
   },
-
+  staticDirectories: ["static"],
   presets: [
     [
       "@docusaurus/preset-classic",
diff --git a/static/_graphs/datasetTemplate.json b/static/_graphs/datasetTemplate.json
deleted file mode 100644
index 9eb5ddde4353e9cbb4ddcea1f65d983903e53099..0000000000000000000000000000000000000000
--- a/static/_graphs/datasetTemplate.json
+++ /dev/null
@@ -1,98 +0,0 @@
-{
-    "@context": {
-        "@vocab": "https://schema.org/"
-    },
-    "@type": "Dataset",
-    "@id": "https://registry.org/permanentUrlToThisJsonDoc",
-    "name": "A concise but descriptive name of the dataset",
-    "description": "An extended, free-text description of what's in the dataset, who created it, and other attributes",
-    "url": "https://urlToTheDatasetOrLandingPage.org/",
-    "sameAs": [
-        "http://alternativeUrlToTheDatasetOrLandingPage.org"
-    ],
-    "license": "This work is licensed under a  Creative Commons Attribution (CC-BY) 4.0 License",
-    "citation": [
-        "Citation to other work relevant to this dataset",
-        "Citation to other work relevant to this dataset",
-        "Citation to other work relevant to this dataset"
-    ],
-    "version": "2021-04-24T06:34:56.000Z",
-    "keywords": [
-        "Keyword 1",
-        "Keyword 2",
-        "Keyword 3"
-    ],
-    "measurementTechnique": "The URL to or text about the methods, technique or technology used to generate this Dataset",
-    "variableMeasured": [
-        {
-            "@type": "PropertyValue",
-            "name": "Name of a variable in the dataset",
-            "description": "Extended description of this variable"
-        },
-        {
-            "@type": "PropertyValue",
-            "name": "Name of a variable in the dataset",
-            "url": "http://ontology.org/uriToSemanticDescriptorOfThisVariable",
-            "description": "Extended description of this variable?"
-        },
-        {
-            "@type": "PropertyValue",
-            "name": "SamplingDeviceApertureSurfaceArea",
-            "url": "http://ontology.org/uriToSemanticDescriptorOfThisVariable",
-            "description": "Extended description of this variable"
-        }
-    ],
-    "includedInDataCatalog": {
-        "@id": "https://registryOfCatalogs.org/permanentUrlIdentifiyingCatalog",
-        "@type": "DataCatalog",
-        "url": "https://urlOfDataCatalog.org"
-    },
-    "temporalCoverage": "2007/2007",
-    "distribution": {
-        "@type": "DataDownload",
-        "contentUrl": "http://urlToDirectDownloadOfThisDataset.org/",
-        "encodingFormat": "text/csv"
-    },
-    "spatialCoverage": {
-        "@type": "Place",
-        "geo": {
-            "@type": "GeoShape",
-            "polygon": "142.014 10.161667,142.014 18.033833,147.997833 18.033833,147.997833 10.161667,142.014 10.161667"
-        },
-        "additionalProperty": {
-            "@type": "PropertyValue",
-            "propertyID": "http://dbpedia.org/resource/Spatial_reference_system",
-            "value": "http://www.w3.org/2003/01/geo/wgs84_pos#lat_long"
-        }
-    },
-    "provider": [
-        {
-            "@type": "Organization",
-            "legalName": "Legal Name of Organisation which generated the dataset",
-            "name": "Other Name of Organisation which generated the dataset",
-            "url": "https://organisationWebsite.org/"
-        }
-    ],
-    "subjectOf": {
-        "@type": "Event",
-        "description": "Describe the event which is the subject of this dataset. For example, a cruise ID.",
-        "name": "Concise and descriptive name of the Event",
-        "potentialAction": {
-            "@type": "Action",
-            "name": "Concise but descriptive name of action that was part of an Event. For example, the name of a CTD cast",
-            "agent": [
-                "Name or permanent ID of person or thing that performed this action",
-                "Name or permanent ID of person or thing that performed this action",
-                "Name or permanent ID of person or thing that performed this action"
-            ],
-            "startTime": "2007-03-11T14:45UTC",
-            "endTime": "2007-03-11T15:42UTC",
-            "instrument": {
-                "@type": "Thing",
-                "name": "The name of the instrument used in the action. For example, the specific model of a CTD, a glider, a moored sensor",
-                "url": "http://ontology.org/uriToSemanticDescriptorOfThisInstrument",
-                "description": "Extended description of the sampling instrument"
-            }
-        }
-    }
-}
diff --git a/static/_graphs/documentTemplate.json b/static/_graphs/documentTemplate.json
deleted file mode 100644
index 4e0e2ef718d5dc4627993895500c49bfbe9f2550..0000000000000000000000000000000000000000
--- a/static/_graphs/documentTemplate.json
+++ /dev/null
@@ -1,518 +0,0 @@
-{
-    "@context": {
-        "@vocab": "https://schema.org/"
-    },
-    "@id": "URL: Optional. A URL that resolves to *this* JSON-LD document, NOT the URL of the WebAPI that this JSON-LD document describes. To link to the WebAPI itself, please use 'url' and/or 'identifier')",
-    "@type": "CreativeWork",
-
-    "about": "Text or controlled vocabulary/ontology, singly or as an array: The subject matter of this CreativeWork",
-    "abstract": "Text: A descriptive summary of a CreativeWork",
-    "accessMode": [
-        "auditory",
-        "chartOnVisual",
-        "chemOnVisual",
-        "colorDependent",
-        "diagramOnVisual",
-        "mathOnVisual",
-        "musicOnVisual",
-        "tactile",
-        "textOnVisual",
-        "textual",
-        "visual"
-    ],
-    "accessModeSufficient": [
-        "auditory",
-        "chartOnVisual",
-        "chemOnVisual",
-        "colorDependent",
-        "diagramOnVisual",
-        "mathOnVisual",
-        "musicOnVisual",
-        "tactile",
-        "textOnVisual",
-        "textual",
-        "visual"
-    ],
-    "accessibilityHazard": [
-        "flashing",
-        "noFlashingHazard",
-        "motionSimulation",
-        "noMotionSimulationHazard",
-        "sound",
-        "noSoundHazard",
-        "unknown",
-        "none"
-    ],
-    "accessibilitySummary": "Text: A textual summary of how this CreativeWork can be accessed, if there are any hazards associated with access, and related facts",
-    "accountablePerson": {
-        "@type": "Person",
-        "name": "Dr Uta Passow",
-        "givenName": "Uta",
-        "familyName": "Passow",
-        "url": "https://www.sample-data-repository.org/person/51317"
-    },
-    "acquireLicensePage": "https://urlToLicenseAcquisitionPage.org/",
-    "aggregateRating": {
-        "@type": "AggregateRating",
-        "reviewAspect": "Text describing what part of the CreativeWork is subject to the ratings here",
-        "ratingValue": "4",
-        "ratingExplanation": "Text explaining the ratingValue",
-        "reviewCount": "250",
-        "bestRating": "5",
-        "worstRating": "1"
-    },
-    "alternativeHeadline": "Text: A secondary title of the CreativeWork.",
-    "archivedAt": "https://urlToResourceCreativeWorkIsArchivedAt.org/",
-    "assesses": "Text to describe what (if anything) the CreativeWork described by this template assesses.",
-    "associatedMedia": {
-        "@type": "MediaObject",
-        "name": "Name of the media object encoding this CreativeWork",
-        "description": "A schema.org MediaObject, such as an image, video, or audio object embedded in a web page or a downloadable dataset, i.e. DataDownload. See [TODO: Add MediaObject support profile]"
-    },
-    "audience": "Text: Text describing the audience the CreativeWork is intended for.",
-    "audio": {
-        "@type": "AudioObject",
-        "name": "Title Of The AudioFile",
-        "description": "Description of the audio object",
-        "contentUrl": "http://myAudioWebsite.org/TitleOfTheAudioFile.mp4",
-        "encoding": "audio/mp4"
-    },
-    "author": {
-        "@type": "Person",
-        "name": "Dr Uta Passow",
-        "givenName": "Uta",
-        "familyName": "Passow",
-        "url": "https://www.sample-data-repository.org/person/51317"
-    },
-    "award": "Text to describe an award won for this CreativeWork",
-    "character": {
-        "@type": "Person",
-        "name": "Odysseus",
-        "description": "A description of any ficitonal character mentioned in this creative work",
-        "givenName": "Odysseus",
-        "familyName": "",
-        "url": "https://en.wikipedia.org/wiki/Odysseus"
-    },
-    "citation": [
-        "Citation to other work relevant to this software",
-        "Citation to other work relevant to this software",
-        "Citation to other work relevant to this software"
-    ],
-    "comment": "Text comment on the CreativeWork",
-    "commentCount": 1,
-    "conditionsOfAccess": "Text to describe conditions that affect the availability of, or method(s) of access to, an item.",
-    "contentLocation": {
-        "@type": "AdministrativeArea",
-        "name": "Lunenburg",
-        "description": "The location depicted or described in the CreativeWork"
-    },
-    "contentRating": "Text stating the official rating for this CreativeWork",
-    "contentReferenceTime": "DateTime: 2016-03-21T11:30:00-07:00",
-    "contributor": {
-        "@type": "Organization",
-        "@id": "http://www.foo.org/orgID",
-        "legalName": "Some Institute"
-    },
-    "copyrightHolder": {
-        "@type": "Person",
-        "@id": "http://lod.example-data-repository.org/id/person/5112",
-        "name": "Dr Sarah Smith",
-        "url": "https://www.example-data-repository.org/person/5112"
-    },
-    "copyrightNotice": "Text of a notice appropriate for describing the copyright aspects of this Creative Work",
-    "copyrightYear": "Number: 1999",
-    "correction": "Text or CorrectionComment or URL property to indicate a correction to the CreativeWork",
-    "countryOfOrigin": {
-        "@type": "Country",
-        "name": "Fiji"
-    },
-    "creativeWorkStatus": "Text or DefinedTerm property to describe the status of this CreativeWork in terms of its stage in a lifecycle",
-    "creator": [
-        {
-            "@type": "Person",
-            "@id": "http://lod.example-data-repository.org/id/person/51159",
-            "name": "Dr Langdon Quetin",
-            "url": "https://www.example-data-repository.org/person/51159"
-        },
-        {
-            "@type": "Person",
-            "@id": "http://lod.example-data-repository.org/id/person/51160",
-            "name": "Dr Robin Ross",
-            "url": "https://www.example-data-repository.org/person/51160"
-        }
-    ],
-    "creditText": "Text used to credit person(s) and/or organization(s) associated with this CreativeWork",
-    "dateCreated": "2019-03-21",
-    "dateModified": "2019-03-21",
-    "datePublished": "2019-03-21",
-    "discussionUrl": "http://LinkToPage/with/comments/about/this/work",
-    "editEIDR": "Text or URL to state the EIDR (Entertainment Identifier Registry) identifier representing a specific edit / edition for a work of film or television.",
-    "editor": {
-        "@type": "Person",
-        "name": "Person name"
-    },
-    "educationalAlignment": {
-        "@type": "AlignmentObject",
-        "alignmentType": "educationalSubject",
-        "educationalFramework": "Text: The framework to which the resource being described is aligned",
-        "targetName": "Text: name of a node in an established educational framework",
-        "targetUrl": "http://example.org/CFE/subjects/3362"
-    },
-    "educationalLevel": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
-    "educationalUse": "Text or DefinedTerm property to describe the purpose of this CreativeWork in the context of education",
-    "encoding": {
-        "@type": "MediaObject",
-        "description": "A media object that encodes this CreativeWork.  Such as video, etc."
-    },
-    "encodingFormat": "application/zip ",
-    "exampleOfWork": {
-        "@type": "CreativeWork",
-        "description": "A creative work that this work is an example/instance/realization/derivation of"
-    },
-    "expires": "2019-03-21",
-    "funder": {
-        "@type": "Person",
-        "name": "Person name"
-    },
-    "funding": {
-        "@type": "Grant",
-        "name": "Name of grant that supports this creativework"
-    },
-    "genre": "Genre of the creative work, broadcast channel or group.",
-    "hasPart": {
-        "@type": "CreativeWork",
-        "description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).Inverse property: isPartOf"
-    },
-    "headline": "Headline of the article",
-    "inLanguage": {
-        "@type": "Language",
-        "name": "Spanish",
-        "alternateName": "es"
-    },
-    "interactionStatistic": {
-        "@type": "InteractionCounter",
-        "interactionType": "https://schema.org/ListenAction",
-        "userInteractionCount": "14300"
-    },
-    "interactivityType": "Text to describe the predominant mode of learning supported by the learning resource",
-    "interpretedAsClaim": {
-        "@type": "Claim",
-        "appearance": {
-            "@type": "CreativeWork",
-            "name": "Julius Caesar"
-        },
-        "claimInterpreter": {
-            "@type": "Person",
-            "@id": "http://lod.example-data-repository.org/id/person/514",
-            "name": "Susan White",
-            "url": "https://www.example-data-repository.org/person/514"
-        }
-    },
-    "isAccessibleForFree": "True",
-    "isBasedOn": {
-        "@type": "CreativeWork",
-        "description": "A resource from which this work is derived or from which it is a modification or adaption"
-    },
-    "isFamilyFriendly": "True",
-    "isPartOf": {
-        "@type": "CreativeWork",
-        "description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.Inverse property: hasPart"
-    },
-    "keywords": {
-        "@type": "DefinedTerm",
-        "inDefinedTermSet": {
-            "@type": "DefinedTermSet",
-            "name": "Name of the set",
-            "description": "Description of the set",
-            "url": "url for the set"
-        },
-        "termCode": "A code that identifies this DefinedTerm within a DefinedTermSet"
-    },
-    "learningResourceType": "Text or DefinedTerm property to describe predominant type or kind characterizing the learning resource.",
-    "license": "http://spdx.org/licenses/CC0-1.0",
-    "locationCreated": {
-        "@type": "Place",
-        "geo": {
-            "@type": "GeoCoordinates",
-            "latitude": 39.3280,
-            "longitude": 120.1633
-        }
-    },
-    "mainEntity": "Thing",
-    "maintainer": {
-        "@type": "Person",
-        "name": "Person name"
-    },
-    "material": "Text or Product or URL property to describe the material that the CreativeWork is made from",
-    "materialExtent": "Text or QuantitativeValue to state the quantity of the materials being described or an expression of the physical space they occupy",
-    "mentions": "Thing Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept",
-    "offers": [
-        {
-            "@type": "Offer",
-            "name": "name of offer"
-        },
-        {
-            "@type": "Demand",
-            "name": "name of demand"
-        }
-    ],
-    "pattern": "Text or DefinedTerm property to state the pattern that the CreativeWork has, for example 'polka dot', 'striped', 'Canadian flag'",
-    "position": "Text or Integer to describe the position of the CreativeWork in a series or sequence of items",
-    "producer": {
-        "@type": "Person",
-        "name": "George Martin"
-    },
-    "provider": {
-        "@type": "Organization",
-        "legalName": "Sample Data Repository Office",
-        "name": "SDRO",
-        "sameAs": "http://www.re3data.org/repository/r3dxxxxxxxxx",
-        "url": "https://www.sample-data-repositoryB.org"
-    },
-    "publication": {
-        "@type": "PublicationEvent",
-        "startDate": "1968-11-25",
-        "location": {
-            "@type": "Country",
-            "name": "Ghana"
-        }
-    },
-    "publisher": {
-        "url": "https://www.publishingrus.org",
-        "@type": "Organization",
-        "legalName": "Some Institute"
-    },
-    "publisherImprint": {
-        "@id": "https://www.publishingdiv.org",
-        "@type": "Organization",
-        "legalName": "Some publishing division"
-    },
-    "publishingPrinciples": "https://url.to.document.describing.editorial.principles.of.organization.com",
-    "recordedAt": {
-        "@type": "Event",
-        "location": "Some place",
-        "startDate": "Some start date",
-        "url": "https://url.to.event.com"
-    },
-    "releasedEvent": {
-        "@type": "PublicationEvent",
-        "startDate": "Some date",
-        "location": {
-            "@type": "Country",
-            "name": "Some country"
-        }
-    },
-    "review": {
-        "@type": "Review",
-        "author": "A Reviewer",
-        "datePublished": "Some date",
-        "reviewBody": "Text describing the review of the CreativeWork",
-        "name": "text for name of review",
-        "reviewRating": {
-            "@type": "Rating",
-            "bestRating": "some integer",
-            "ratingValue": "some integer",
-            "worstRating": "some integer"
-        }
-    },
-    "schemaVersion": [
-        "https://schema.org/docs/releases.html#v10.0",
-        "http://dublincore.org/specifications/dublin-core/dces/1999-07-02",
-        "https://github.com/spdx/license-list-XML/releases/tag/v3.20"
-    ],
-    "sdDatePublished": "2022-04-12",
-    "sdLicense": "http://spdx.org/licenses/CC0-1.0",
-    "sdPublisher": [
-        {
-            "@type": "Organization",
-            "legalName": "Example Structured Data Publishing Organisation",
-            "name": "ESDPO",
-            "description": "An organisation which publishes structured data about things.",
-            "url": "https://www.exampleSDPublisher.org/"
-        },
-        {
-            "@type": "Person",
-            "name": "John Doe",
-            "description": "A person who publishes structured data about Things",
-            "url": "https://www.sample-data-repository.org/person/51332"
-        }
-    ],
-    "size": "Text indicating the phyiscal size of the CreativeWork (if appropriate). DefinedTerm or QuantitativeValue or SizeSpecification are also valid Types",
-    "sourceOrganization": {
-        "@type": "Organization",
-        "legalName": "Example Source Organisation",
-        "name": "ESO",
-        "description": "The organisation which the creator of this CreativeWork was working for.",
-        "url": "https://www.exampleSource.org/"
-    },
-    "spatial": {
-        "@type": "Place",
-        "description": "Use the 'spatial' property and the properites under 'Place' for any spatial information you'd like to add, beyond spatialCoverage."
-    },
-    "spatialCoverage": {
-        "@type": "Place",
-        "address": "54 Ocean Drive, 23521 Ocean City, CountryName",
-        "name": "Place name",
-        "description": "Use this Place type to express which spatial region your CreativeWork is about or is focused on. If you don't have precise coordinates, use this description field to describe the place with free text",
-        "geo": {
-            "@type": "GeoShape",
-            "polygon": "-158.8575 23.4375, -158.8575 21.2283, -157.4567 21.2283, -157.4567 23.4375, -158.8575 23.4375"
-        },
-        "additionalProperty": [
-            {
-                "@type": "PropertyValue",
-                "propertyID": "http://dbpedia.org/resource/Spatial_reference_system",
-                "value": "http://www.w3.org/2003/01/geo/wgs84_pos#lat_long"
-            },
-            {
-                "@type": "PropertyValue",
-                "propertyID": "GPS Accuracy / Location error",
-                "value": "18",
-                "unitCode": "http://qudt.org/vocab/unit/M"
-            }
-        ]
-    },
-    "sponsor": [
-        {
-            "@type": "Organization",
-            "legalName": "Example Sponsorship Organisation",
-            "name": "ESO",
-            "description": "An organisation which sponsors things.",
-            "url": "https://www.exampleSponsorship.org/"
-        },
-        {
-            "@type": "Person",
-            "name": "John Doe",
-            "description": "A person who sponsors many Things",
-            "url": "https://www.sample-data-repository.org/person/51332"
-        }
-    ],
-    "teaches": [
-        "ocean exploration",
-        {
-            "@type": "DefinedTerm",
-            "inDefinedTermSet": "http://vocabularies.unesco.org/thesaurus",
-            "name": "ocean exploration",
-            "termCode": "concept10630",
-            "url": "http://vocabularies.unesco.org/thesaurus/concept10630"
-        }
-    ],
-    "temporal": "A more general property for any time-related information about this CreativeWork. This can be expressed as text or using the properties associated with the DateTime Type",
-    "temporalCoverage": "2011/2012",
-    "text": "The entire textual content of this CreativeWork, if relevant",
-    "thumbnailUrl": "https://www.sample-website.org/imageAboutThisThing.jpg",
-    "timeRequired": "PT30M",
-    "translationOfWork": {
-        "@type": "CreativeWork",
-        "description": "The CreativeWork that this CreativeWork was translated from, if any",
-        "inLanguage": "ja",
-        "name": "クリエイティブな作品",
-        "url": "https://www.sample-data-repository.org/creativeWork/1124",
-        "translator": {
-            "@type": "Person",
-            "name": "Dr 山田 太郎",
-            "givenName": "太郎",
-            "familyName": "山田",
-            "url": "https://www.sample-data-repository.org/person/12435"
-        }
-    },
-    "translator": [
-        {
-            "@type": "Organization",
-            "legalName": "Translations Incorporated",
-            "name": "TI",
-            "description": "An organisation which has been tasked with translating this CreativeWork.",
-            "url": "https://www.translationsIncorporated.org/"
-        },
-        {
-            "@type": "Person",
-            "name": "John Doe",
-            "description": "A person who has been tasked with translating this CreativeWork.",
-            "url": "https://www.sample-data-repository.org/person/51332"
-        }
-    ],
-    "typicalAgeRange": "20-60",
-    "usageInfo": {
-        "@type": "CreativeWork",
-        "name": "Guidelines on how to use and how not to use this CreativeWork",
-        "description": "A document or other resources which contains information on how the CreativeWork should and should not be used.",
-        "url": "https://usageGuides.org/usageGuide_2321.pdf"
-    },
-    "version": "3.2",
-    "video": {
-        "@type": "VideoObject",
-        "description": "A video object about this CreativeWork.",
-        "duration": "PT1M33S",
-        "name": "A video about our CreativeWork",
-        "thumbnail": "https://videoImageArchive.org/videoThumbnail.jpg",
-        "contentSize": "500MB"
-    },
-    "workExample": [
-        {
-            "@type": "Dataset",
-            "datePublished": "2012",
-            "description": "A CSV distribution of this CreativeWork",
-            "distribution": "https://repository.org/pid_to_the_downloadable_dataset.",
-            "encodingFormat": "text/csv",
-            "publisher": {
-                "@type": "Organization",
-                "name": "Data R Us Inc."
-            }
-        },
-        {
-            "@type": "Dataset",
-            "datePublished": "2021",
-            "description": "A Geo JSON distribution of this CreativeWork",
-            "distribution": "https://anotherRepository.org/pid_to_the_downloadable_dataset.",
-            "encodingFormat": "application/geo+json",
-            "publisher": {
-                "@type": "Organization",
-                "name": "GeoData 4 All Inc."
-            }
-        }
-    ],
-    "workTranslation": {
-        "@type": "CreativeWork",
-        "description": "A French translation of this CreativeWork",
-        "inLanguage": "fr",
-        "name": "This CreativeWork - A New Translation",
-        "translator": {
-            "@type": "Person",
-            "name": "Dr John Doe",
-            "givenName": "John",
-            "familyName": "Doe",
-            "url": "https://www.sample-data-repository.org/person/51332"
-        }
-    },
-
-
-
-    "additionalType": "https://myPIDs.org/pidToMyAdditionalType/",
-    "alternateName": "Thing 1",
-    "description": "Free text or a URL to a description of this Thing.",
-    "disambiguatingDescription": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation",
-    "identifier": {
-        "@type": "PropertyValue",
-        "propertyID": "https://registry.identifiers.org/registry/myIdentifier/",
-        "value": "xyz",
-        "url": "https://myIdentifier.org/xyz",
-        "description": "Text: Optional description of this identifier, see [TODO: ADD URI TO IDENTIFER PATTERN] for more guidance on sharing identifieres."
-    },
-    "image": "https://myPIDs.org/pidToImageOfThisThing/",
-    "mainEntityOfPage": "https://www.urlToPageWhichIsMainlyAboutThisThing.com/",
-    "name": "Thing One",
-    "potentialAction": {
-        "@type": "Action",
-        "description": "Text: Description of Action which this Thing could potentially participate in. See [TODO:ADD LINK TO ACTION PATTERN] for how to add more structured metadata to Action. ",
-        "name": "Text: Name of Action that this Thing could potentially participate in"
-    },
-    "sameAs": [
-        "https://myPIDs.org/pidToAnotherWebResourceAboutThisThing/",
-        "https://myPIDs.org/pidToYetAnotherWebResourceAboutThisThing/"
-    ],
-    "subjectOf": [
-        "https://myPIDs.org/pidToCreativeWorkAboutThisThing/",
-        "https://myPIDs.org/pidToEventAboutThisThing/"
-    ],
-    "url": "https://www.urlToPageAboutThisThing.com/"
-}
\ No newline at end of file
diff --git a/static/_graphs/eventsTemplate.json b/static/_graphs/eventsTemplate.json
deleted file mode 100644
index 4bad84dcc582b03a5b642c7643e1017149841365..0000000000000000000000000000000000000000
--- a/static/_graphs/eventsTemplate.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{"@context": "http://schema.org",
-"@type": "Event",
-"description": "Sponsored by Helmholtz Information & Data Science Academy (HIDA)in cooperation with 
-Core Facility Statistical Consulting at Helmholtz Zentrum München - German Research Center for 
-Environmental Health (Helmholtz Munich) is a fantastic tool to efficiently 
-write manuscripts and research reports. It relieves the work of making your manuscripts and reports 
-reproducible and transferable. You combine the coding in R and the writing of the documentation/interpretation 
-of the results all in the same file and compile it directly as a report (e.g. as html, pdf or word document) 
-After this course, you will no longer need to create multiple files in order to produce one single 
-research document. Tables, figures, citations and much more can be included in one single document 
-to be directly shared with your peers or PIs.Prerequisites: Programming skills with R, e.g. course 
-'Introduction to R' More details here. Course Days and TimesMay 25, 2023, 9 am - 12:30 pm May 26, 2023, 
-9 am - 12:30 pm NOTE: Registration will open 4 weeks before the course's starting date.",
-"endDate": "2023-05-26T12:30:00+02:00",
-"image": "https://events.hifis.net/event/656/logo-1641968619.png",
-"location": { "@type": "Place",
-      "address": "No address set",
-      "name": "online"},
-"name": "RMarkdown",
-"startDate": "2023-05-25T09:00:00+02:00",
-"url": "https://events.hifis.net/event/656/"
-}
\ No newline at end of file
diff --git a/static/_graphs/expertTemplate.json b/static/_graphs/expertTemplate.json
deleted file mode 100644
index 1c30bb71ab4f5326df8c496c76b15db67d55dca7..0000000000000000000000000000000000000000
--- a/static/_graphs/expertTemplate.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
-    "@context": {
-      "@vocab": "https://schema.org/"
-    },
-    "@id": "https://example.org/id/x",
-    "@type": "Person",
-    "name": "Jane Doe",
-    "jobTitle": "Professor",
-    "workLocation": {
-      "@type": "Place",
-      "address": "54 Ocean Drive, 23521 Ocean City, CountryName",
-      "name": "Place name"
-    },
-    "telephone": "(425) 123-4567",
-    "url": "http://www.janedoe.com",
-    "knowsAbout": [
-      {
-        "@type": "Text",
-        "description": "Invasive species in brackish water"
-      },
-      {
-        "@type": "URL",
-        "url": "https://www.wikidata.org/wiki/Q183368"
-      },
-      {
-        "@id": "https://example.org/id/course/x",
-        "@type": "Course",
-        "description": "In this course ...",
-        "url": "URL to the course"
-      }
-    ],
-    "identifier": {
-      "@id": "https://orcid.org/0000-0002-2257-9127",
-      "@type": "PropertyValue",
-      "propertyID": "https://registry.identifiers.org/registry/orcid",
-      "url": "https://orcid.org/0000-0002-2257-9127",
-      "description": "Optional description of this record..."
-    },
-    "nationality": [
-      {
-        "@type": "Country",
-        "name": "Fiji"
-      },
-      {
-        "@type": "DefinedTerm",
-        "url": "https://unece.org/trade/cefact/unlocode-code-list-country-and-territory",
-        "inDefinedTermSet": "UN/LOCODE Code List by Country and Territory",
-        "name": "Fiji",
-        "termCode": "FJ"
-      }
-    ],
-    "knowsLanguage": {
-      "@type": "Language",
-      "name": "Spanish",
-      "alternateName": "es"
-    }
-  }
\ No newline at end of file
diff --git a/static/_graphs/institutionTemplate.json b/static/_graphs/institutionTemplate.json
deleted file mode 100644
index d4a691588a8e9af14744b59ae4c875131f21b9d9..0000000000000000000000000000000000000000
--- a/static/_graphs/institutionTemplate.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
-  "@context": {
-    "@vocab": "https://schema.org/"
-  },
-  "@id": "https://index.example.org/id/org/x",
-  "@type": "Organization",
-  "address": {
-    "@type": "PostalAddress",
-    "addressLocality": "Paris, France",
-    "postalCode": "F-75002",
-    "streetAddress": "38 avenue de l'Opera"
-  },
-  "location": {
-    "@type": "Place",
-    "address": "38 avenue de l'Opera, F-75002, Paris, France",
-    "name": "Paris"
-  },
-  "email": "secretariat(at)example.org",
-  "name": "Organization X",
-  "description": "Description of org ...",
-  "telephone": "( 33 1) 42 68 53 00",
-  "url": "https://example.org/",
-  "member": [
-    {
-      "@id": "https://example.org/id/org/1",
-      "@type": "Organization",
-      "name": "Organization A",
-      "description": "Org A is a potential parent organization of Org X"
-    },
-    {
-      "@id": "https://orcid.org/0000-0002-2257-9127",
-      "@type": "Person"
-    }
-  ],
-  "identifier": {
-    "@id": "https://grid.ac/institutes/grid.475727.4",
-    "@type": "PropertyValue",
-    "description": "UN Department of Economic and Social Affairs Sustainable Development",
-    "propertyID": "https://registry.identifiers.org/registry/grid",
-    "url": "https://grid.ac/institutes/grid.475727.4"
-  }
-}
diff --git a/static/_graphs/instrumentTemplate.json b/static/_graphs/instrumentTemplate.json
deleted file mode 100644
index d6061bf4315476cdaca5d16768dce513ae702b6c..0000000000000000000000000000000000000000
--- a/static/_graphs/instrumentTemplate.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-    "@context": {
-        "@vocab": "https://schema.org/"
-    }
-    
-}
diff --git a/static/_graphs/softwareTemplate.json b/static/_graphs/softwareTemplate.json
deleted file mode 100644
index d86e23ce067058223b6be58658618834fe291221..0000000000000000000000000000000000000000
--- a/static/_graphs/softwareTemplate.json
+++ /dev/null
@@ -1,288 +0,0 @@
-{
-    "@context": [
-        "https://doi.org/10.5063/schema/codemeta-2.0",
-        "https://w3id.org/software-iodata",
-        "https://schema.org",
-        "https://w3id.org/software-types"
-    ],
-    "@id" : "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting",
-    "@type": "SoftwareSourceCode",
-    "author": [
-        {
-            "@id" : "https://orcid.org/0000-0001-7939-226X",
-            "@type": "Person",
-            "email": "j.broeder@fz-juelich.de",
-            "familyName": "Bröder",
-            "givenName": "Jens",
-            "affiliation": {
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-        "@id":"https://orcid.org/0000-0002-0070-4337",
-            "@type": "Person",
-            "email": "a.strupp@fz-juelich.de",
-            "familyName": "Strupp",
-            "givenName": "Annika",
-            "affiliation": {
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-        "@id": "https://orcid.org/0000-0003-0000-4784",
-            "@type": "Person",
-            "email": "p.videgain.barranco@fz-juelich.de",
-            "familyName": "Videgain Barranco",
-            "givenName": "Pedro",
-            "affiliation": {
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-        "@id": "https://orcid.org/0000-0002-2818-5890",
-            "@type": "Person",
-            "email": "s.fathalla@fz-juelich.de",
-            "familyName": "Fathalla",
-            "givenName": "Said",
-            "affiliation": {
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-        "@id": "https://orcid.org/0000-0002-3968-2446",
-            "@type": "Person",
-            "email": "gabriel.preuss@helmholtz-berlin.de",
-            "familyName": "Preuß",
-            "givenName": "Gabriel",
-            "affiliation": {
-                "@id": "https://ror.org/02aj13c28",
-                "name": "Helmholtz-Zentrum Berlin für Materialien und Energie"
-            }
-        }
-    ],
-    "codeRepository": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting.git",
-    "contributor": [
-        {
-            "@id" : "https://orcid.org/0000-0001-7939-226X",
-            "@type": "Person",
-            "email": "j.broeder@fz-juelich.de",
-            "familyName": "Bröder",
-            "givenName": "Jens",
-            "affiliation": {
-                "@type": "Organization",
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {   
-        "@id":"https://orcid.org/0000-0002-0070-4337",
-            "@type": "Person",
-            "email": "a.strupp@fz-juelich.de",
-            "familyName": "Strupp",
-            "givenName": "Annika",
-            "affiliation": {
-                "@type": "Organization",
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-            "@id": "https://orcid.org/0000-0003-0000-4784",
-            "@type": "Person",
-            "email": "p.videgain.barranco@fz-juelich.de",
-            "familyName": "Videgain Barranco",
-            "givenName": "Pedro",
-            "affiliation": {
-                "@type": "Organization",
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-        "@id": "https://orcid.org/0000-0002-2818-5890",
-            "@type": "Person",
-            "email": "s.fathalla@fz-juelich.de",
-            "familyName": "Fathalla",
-            "givenName": "Said",
-            "affiliation": {
-                "@id": "https://ror.org/02nv7yv05",
-                "name": "Forschungszentrum Jülich GmbH"
-            }
-        },
-        {
-        "@id": "https://orcid.org/0000-0002-3968-2446",
-            "@type": "Person",
-            "email": "gabriel.preuss@helmholtz-berlin.de",
-            "familyName": "Preuß",
-            "givenName": "Gabriel",
-            "affiliation": {
-                "@id": "https://ror.org/02aj13c28",
-                "name": "Helmholtz-Zentrum Berlin für Materialien und Energie"
-            }
-        }
-    ],
-    "dateCreated": "2021-07-09",
-    "dateModified": "2022-12-19",
-    "datePublished": "2023-03-01",
-    "developmentStatus": "https://www.repostatus.org/#wip",
-    "identifier": "data_harvesting",
-    "maintainer": {
-        "@id" : "https://orcid.org/0000-0001-7939-226X",
-        "@type": "Person",
-        "email": "j.broeder@fz-juelich.de",
-        "familyName": "Bröder",
-        "givenName": "Jens",
-        "affiliation": {
-            "@type": "Organization",
-            "@id": "https://ror.org/02nv7yv05",
-            "name": "Forschungszentrum Jülich GmbH"
-        }
-    },
-    "programmingLanguage": [
-        "Python",
-        "Shell"
-    ],
-    "readme": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting/-/blob/main/README.md",
-    "softwareHelp": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting",
-    "license": "http://spdx.org/licenses/MIT",
-    "name": "data-harvesting",
-    "runtimePlatform": [
-        "Python 3",
-        "Python 3.7",
-        "Python 3.8",
-        "Python 3.9",
-        "Python 3.10",
-        "Python 3.11"
-    ],
-    "keywords": [
-        "unhide", "Helmholtz association", "data mining", "HMC", "metadata", "data publications", 
-        "software publication", "RSE", "FAIR", "linked data", "knowledge graph", "json-ld", "schema.org", "restruct"
-    ],
-    "softwareRequirements": [
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "advertools",
-            "name": "advertools",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "beautifulsoup4",
-            "name": "beautifulsoup4",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "pandas",
-            "name": "pandas",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "requests",
-            "name": "requests",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "typer",
-            "name": "typer",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "rich",
-            "name": "rich",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "progressbar2",
-            "name": "progressbar2",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "rdflib",
-            "name": "rdflib",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "codemetapy",
-            "name": "codemetapy",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "pyld",
-            "name": "pyld",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "extruct",
-            "name": "extruct",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "pyld",
-            "name": "pyld",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "jq",
-            "name": "jq",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "jsonschema",
-            "name": "jsonschema",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "xmljson",
-            "name": "xmljson",
-            "runtimePlatform": "Python 3"
-        },
-        {
-            "@type": "SoftwareApplication",
-            "identifier": "codemeta-harvester",
-            "name": "codemeta-harvester",
-            "runtimePlatform": "Shell"
-        }
-    ],
-    "targetProduct": {
-        "@type": "CommandLineApplication",
-        "executableName": "hmc_unhide",
-        "name": "hmc_unhide",
-        "runtimePlatform": ["Shell", "Python 3"]
-    },
-    "applicationCategory": "Library, Data science",
-    "downloadUrl": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting/-/archive/main/data_harvesting-main.zip",
-    "fileSize": "57MB",
-    "operatingSystem": ["OSX", "Linux"],
-    "releaseNotes": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting/-/blob/main/CHANGELOG.md",    
-    "url": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting",
-    "description": "Tools for mining, processing and visualizing metadata of data publications in the context of the Helmholtz metadata collaboration (HMC).",
-    "copyrightHolder": [
-        {"@id" : "Helmholtz Metadata Collaboration (HMC)",
-             "@type": "Organization",
-             "name": "Helmholtz Metadata Collaboration (HMC)"},
-         {"@type": "Organization",
-         "name": "Forschungszentrum Jülich GmbH (Materials Data Science and Informatics (IAS-9), Institute for Advanced Simulation (IAS)), Jülich, Germany"}],
-    "copyrightYear" : "2022",
-    "softwareVersion": "1.0.0",
-    "isAccessibleForFree": "True",
-    "contIntegration": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting/-/pipelines",
-    "buildInstructions": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting/-/blob/main/pyproject.toml",
-    "issueTracker": "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/data_harvesting/-/issues"
-}
\ No newline at end of file