DataHarmonizer
DataHarmonizer copied to clipboard
A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the...
With issue #431 : rework the file saving to allow for multi-sheet Excel file saving.
Riffing off of this: https://github.com/cidgoh/DataHarmonizer/issues/431#issuecomment-2071096888 given a data structure like: ```json { "schema": "https://www.example.com/GRDI", "version": "10.0.0", "GRDI_Sample": [ /* list items*/ ], "AMR_Test": [ /* list items*/ ] } ```...
Ensure that data can be exported in JSON format: ```json { "GRDI_Sample": [ /* list items*/ ], "AMR_Test": [ /* list items*/ ] } ``` Is this for all templates?
Currently, the locale menu depends on a schema template having a translation. But the user interface translations are offered separately. The behaviour of the menu should be such that (a)...
Must come after #333 and #318
- [ ] Merge the data of `manifest.json` and `menu.json` - [ ] Eliminate the creation of `menu.json` files
- Created a "Template" class for schema and documentation management which responds to locale changes - Added support for i18n to be managed through a translation.json file informed by @ddooley...
I think that LinkML schema classes aren't included in the template menu unless they `is_a`: `dh_interface` `is_a` is single-valued, so reserving it for this purpose eliminates its usefulness for making...
Currently DataHarmonizer presents a custom editing modal for slots that are multivalued and the range is an enum: Once the user finishes using the modal, the cell value becomes a...
NMDC use case: In addition to the MIxS environmental triad of EnvO terms, NMDC also describes the origin of biosamples with 5-part GOLD paths. Interactive GOLD paths explorer: https://gold.jgi.doe.gov/ecosystemtree?mode=organism Journal...