-
Notifications
You must be signed in to change notification settings - Fork 21
Add JSON-LD for Ketcher landing to improve metadata provision for AI Agents. Based on https://bioschemas.org/tutorials/howto/howto_add_github #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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"], | ||
| "isAccessibleForFree": true, | ||
| "publisher": { | ||
| "@type": "Organization", | ||
| "name": "EPAM Systems", | ||
| "url": "https://www.epam.com/" | ||
| }, | ||
| "programmingLanguage": [ | ||
| "JavaScript", | ||
| "TypeScript" | ||
| ], | ||
| "softwareVersion": "3.5.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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