comocheng / kineticmodelssite

a django site for kinetic models
4 stars 9 forks source link

More useful info in list views before details #61

Closed kiancm closed 2 years ago

kiancm commented 4 years ago

We want to show more useful data in the list view of the species/rxn search so the user doesn't have to click on the detail view all the time.

kiancm commented 4 years ago

@rwest I need some guidance here. Since there are a lot of options when looking at a species detail, what is important to show in each short entry on the search page?

rwest commented 4 years ago

Hmm. Good question.

  1. There are probably no more than a handful of names in use for a species, so maybe could list them all.
  2. A picture of a structure (or multiple structures, see #78)
  3. Maybe some nugget of thermochemistry, like the ∆Hf at 298K.

Trying to think about SMILES or InChIs. Maybe both. Will usually only have one InChI (but should list all in case multiple), and a SMILES per structure?

Any other suggestions?

kiancm commented 4 years ago

Maybe some kind of aggregate metric like a count of kinetic models. We should also consider what summary info to put on the reaction entries.