ComPlat / ChemistryKnowledgeBase

a project based on semantic media wiki - enriched with chemistry toolkits
1 stars 0 forks source link

Import reduction/oxidation potential from CSV #241

Closed kkthek closed 1 month ago

kkthek commented 2 months ago

Import data from column 7, line 11-12: reduction/oxidation potential. VLL-327.2_bagit.edit.csv VLL-327 test csv export.xlsx

Questions:

mockup

victorlarignon commented 2 months ago

I think we might have to use an import button as there could be several times the same molecule in the CV investigation. So the easiest would be to let the user choose where to upload the file. Same goes for the potentials, excepted if that can be added to the ELN export files, otherwise we can't know what potentials are red/ox, so again, we might just let the user choose.

kkthek commented 2 months ago

I will extend the functionality:

kkthek commented 1 month ago

Implemented 1-3. All values are imported to both fields. User can then delete values which are wrong and re-arrange them.

Drag&Drop between the 2 fields is difficult to implement. I skipped this.

victorlarignon commented 1 month ago

Hey, I reopened the import issue because I have a last query. The import works very well, thanks! Would it be possible to round the numbers? Currently all the decimals are showing and it's really not necessary. Can you round it 2 numbers after the coma (i.e. -1.59 and 0.97 in this example, to the closest 100th)?

image

kkthek commented 1 month ago

done. values are round to 2 digits