biothings / discovery-app

The Data Discovery Engine project by the CD2H Data working-group
http://discovery.biothings.io
Apache License 2.0
4 stars 9 forks source link

Enable markup generation support #211

Closed gtsueng closed 3 months ago

gtsueng commented 1 year ago

Is your feature request related to a problem? Please describe. Right now it can be challenging to figure out how structure metadata so that it will successfully validate against a DDE-registered schema. For example, if I have a protein record, it's hard for someone who is not familiar with JSON-schema/JSON-LD to figure out how to structure their metadata.

Describe the solution you'd like Enable the metadata submission form (used by NDE, NIAID, etc.) such that users can use the form to generate and save a metadata JSON-LD file (as opposed to submitting it to our APIs)

Describe alternatives you've considered Bioschemas has a markup generation tool, but it is not expected to be maintained and may be disabled towards Q3 2023

marcodarko commented 1 year ago

Could you please send me a link to this tool, curious how it works

gtsueng commented 1 year ago

It's not even working anymore, but: https://www.macs.hw.ac.uk/SWeL/BioschemasGenerator/

gtsueng commented 1 year ago

Here's the one for codemeta (a different project): https://codemeta.github.io/codemeta-generator/

gtsueng commented 9 months ago

The markup generator on Dev is so cool! My only suggestion is to put the required fields at the top of the form and optional ones at the bottom