{{result.full_name}}

{{result.signal_word}}

{% if result.pictograms %} {% for pictogram in result.pictograms %} {{ pictogram }} {% endfor %} {% endif %}
{% if result.WSU_particularly_hazardous %}

This is a Particularly Hazardous Substance

{% if result.WSU_highly_acute_toxin %}
  • Highly acute toxin
  • {% endif %} {% if result.WSU_reproductive_toxin %}
  • Reproductive toxin
  • {% endif %} {% if result.WSU_carcinogen %}
  • Carcinogen
  • {% endif %}
    {% endif %} {% if result.WSU_No_GHS %}

    This compound has no safety information available

    {% endif %}

    {% if result.hazard_statements %} {% for hs in result.hazard_statements %}
  • {{hs}}
  • {% endfor %} {% endif %}

    {{result.IUPAC_name}}

    {{result.dp_molecule.simple_html | safe}}
    cid: {{ result.cid }}
    FM: {{result.dp_molecule.molecular_weight.html | safe}} g/mol {% if result.melting_point %}
    MP: {{((result.melting_point-32)*5/9) | int}} °C {% endif %} {% if result.boiling_point %}
    BP: {{((result.boiling_point-32)*5/9) | int}} °C {% endif %} {% if result.density %}
    ρ: {{result.density | round(2)}} g/mL {% endif %} {% if result.SMILES %}
    Molecule Image {% endif %}

    {% if result.p_statements %}

    Precautionary Statements

    {% for ps in result.p_statements %}
    {{ps}}
    {% endfor %}
    {% endif %} {% if result.hazardous_waste %}

    Hazardous Waste

    {{result.hazardous_waste_info}}
    {% endif %} {% if result.disposal_info %}

    Disposal

    {% for i in result.disposal_info %}
    {{i}}
    {% endfor %} {% endif %} {% if result.flammability_class or result.peroxide_class %}

    Additional Hazards

    {% if result.flammability_class %}
    Flammability class {{result.flammability_class}}: {{result.flammability_class_info}}
    {% endif %} {% if result.peroxide_class %}
    Class {{result.peroxide_class}} Peroxide Former: {{result.peroxide_class_info}}
    {% endif %}
    {% endif %}


    New Search