Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion rst/themes/lifescience-theme/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<script src="{{ pathto('_static/js/index-tiles.js', 1) }}"></script>
{% endif %}


{% if pagename == "ketcher/index" %}
<!-- Ketcher JSON-LD -->
{% include "json-ld_ketcher.html" %}
{% endif %}

</head>
36 changes: 36 additions & 0 deletions rst/themes/lifescience-theme/json-ld_ketcher.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"@id": "https://lifescience.opensource.epam.com/ketcher",
"http://purl.org/dc/terms/conformsTo": {
"@id": "https://bioschemas.org/profiles/ComputationalTool/1.0-RELEASE",
"@type": "CreativeWork"
},
"name": "Ketcher",
"alternateName": "Ketcher Chemical Structure Editor",
"applicationCategory": "WebApplication",
"description": "Ketcher is an open-source, web-based chemical structure editor developed by EPAM. It allows users to sketch and edit chemical structures, seamlessly integrate with cheminformatics platforms, and export to various formats.",
"license": "https://spdx.org/licenses/Apache-2.0",
"downloadUrl": "https://github.com/epam/ketcher",
"url": "https://github.com/epam/ketcher",
"demo": "https://lifescience.opensource.epam.com/KetcherDemoSA/index.html",
"codeRepository": "https://github.com/epam/ketcher",
"documentation": "https://github.com/epam/ketcher/blob/master/documentation/help.md",
"keywords": "open source, chemical editor, chemistry, web app, AI agent, REST API, cheminformatics, Ketcher license Apache License, Version 2.0, EPAM",
"featureList": ["http://edamontology.org/operation_2430", "http://edamontology.org/operation_3429", "http://edamontology.org/operation_0337"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this featureList mean?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Features or modules provided by this application (and possibly required by other applications).

Controlled Vocabulary is EDAM:Operation

"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "EPAM Systems",
"url": "https://www.epam.com/"
},
"programmingLanguage": [
"JavaScript",
"TypeScript"
],
"softwareVersion": "3.5.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

current version is 3.7.0 Is it suppose to be changed on every release?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version(s) of the tool, which this information is valid for. Can also be a comma-delimited list and include hyphen-separated ranges of versions.

Nice to have keep it up to date.

"operatingSystem": "All",
"applicationSuite": "Cheminformatics"
}
</script>