open-reaction-database / ord-interface

Search/browse interface and APIs for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
19 stars 10 forks source link

Better navigation of datasets / summary of changed variables #35

Open connorcoley opened 2 years ago

connorcoley commented 2 years ago

As first requested via Twitter, it would be nice to have a dataset-level view on the client, not just the Github README. In addition, because dataset descriptions are not always too informative, we could consider adapting Michael Maser's dataset-to-dataframe tool which summarizes the fields that vary across a dataset in a tabular form (if I'm remembering that correctly)

bdeadman commented 7 months ago

I will check status. May be fixed in the new dataset view.

bdeadman commented 5 months ago

Additional fields that may be useful on the dataset-level browse view:

Some of these fields may be problematic since they are set at the reaction level. Perhaps an if/else could be used to determine if the field is constant throughout the dataset (in which case go with the first reaction), or the field changes and it can substitute in "various".

bdeadman commented 5 months ago

Will discuss this at weekly meeting, define what needs to be included, then pass to @miori-nd to develop it.