-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add safety data description #2
Conversation
that's cool and useful. Can you add some words on how you constructed questions from the data and add a reference for PubChem? |
Now it looks better, let me know if the nr of questions bit should not be here. |
\subparagraph{GHS classification, hazard statements and daily allowed intakes} | ||
|
||
The GHS classification, hazard statements and daily allowed intake (DAI) data have been extracted from PubChem. \cite{pubchem} | ||
The former two have been mined through python, while the latter has been manually acquired. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The former two have been mined through python, while the latter has been manually acquired. | |
The former two have been mined using in-house Python scripts via the PubChem API, while the latter has been manually extracted. |
|
||
The GHS classification, hazard statements and daily allowed intake (DAI) data have been extracted from PubChem. \cite{pubchem} | ||
The former two have been mined through python, while the latter has been manually acquired. | ||
The DAIs have been curated to contain only records approved by the World Health Organization (WHO). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DAIs have been curated to contain only records approved by the World Health Organization (WHO). | |
The DAIs have been curated to contain only records approved by the \gls{who}. |
src/tex/safety_data.tex
Outdated
The former two have been mined through python, while the latter has been manually acquired. | ||
The DAIs have been curated to contain only records approved by the World Health Organization (WHO). | ||
The chemicals in this class of questions belong to one of the three classes: pesticides (e.g. calcium arsenate), insecticides (e.g. cyfluthrin) or herbicides (e.g. 2,4 - D). | ||
All data was saved in tabular form and then we programatically created a large set of questions (87 hazard statement definitions, 978 chemical-GHS pictogram matching, 100 DAIs). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here, I'd then also add \variable
but I guess it is good to have.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i merged my suggestions to merge it into the main text, but feel free to change back!
No description provided.