-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding new adsorbents #1
Comments
I can add the function that generates the materials identifier to the repo. As we discussed, the "name" ---> ID hashing sequence is not intended to be reproducible, so it is OK if the digitizer's hashing sequence differs from one I use in house. The only restriction is that the format be the same: "NIST-MATDB-[MD5 hash digest]" NOTE: I checked my code, the material identifier is generated with the MD5sum hash. We can salt the string if desired. |
Thanks, Dan, in that case I will simply copy it and apply it here, once the |
Ah. Ok! |
Example of adsorbent representation
|
Started working on this here: bokeh/bokeh#10476 |
Just to mention that the PR has been merged and bokeh 2.3.0.dev1 includes it, but now we're stuck on the panel side - let's see for how long holoviz/panel#1588 I've tried setting up an environment with both bokeh and panel development versions but failed to get it to work so far... |
@danieleongari @dwsideriusNIST After fighting with the bokeh & panel development versions for hours, I've finally managed to get a version deployed on the server that allows specifying new adsorbents. See http://digitizer.matscreen.com/ (using |
#48 adds the ability to enter adsorbents of unknown name. Still to decide how to ask the user for additional information regarding the adsorbent. |
There are a few options to consider:
Main point: I'm OK with a null hashkey as the postprocessing script will flag that isotherm for review.
-> Perhaps the best approach for now is to leave hashkey as null and we develop the breakout menu at a future date. These options would be equally applicable to adsorbates/InChIKey. (though it would be great if there was a robust API for cross-referencing InChIKey/InChICode/IUPAC names.) |
As of today, the
AutocompleteInput
does not allow for entering new values that aren't yet in the list.Following our suggestion, this has been discussed at the bokeh level, and we have green light for adding support for this directly in the widget bokeh/bokeh#10295 (comment)
While this is a bit of work, it's probably better than an ugly workaround?
At the same time, the question is: if we want a new material, will people also need to enter a new materials identifier etc.?
The text was updated successfully, but these errors were encountered: