diff --git a/stages/01_download.py b/stages/01_download.py index f3cf6f2..05b9f31 100644 --- a/stages/01_download.py +++ b/stages/01_download.py @@ -32,14 +32,14 @@ # Download links to cache/{source_name}/annotations.json safe_sources = [re.sub(r'[\\/*?:"<>|]', '_', name) for name in source_names] -for link, name in tqdm.tqdm(zip(links, safe_sources), total=len(links), desc="Downloading annotations"): - annotation_path = os.path.join('cache/01_download', name, 'annotations.json') - os.makedirs(os.path.dirname(annotation_path), exist_ok=True) - response = requests.get(link, stream=True) - time.sleep(3) # Be nice to the server - with open(annotation_path, 'wb') as f: - for chunk in response.iter_content(chunk_size=8192): - _ = f.write(chunk) +# for link, name in tqdm.tqdm(zip(links, safe_sources), total=len(links), desc="Downloading annotations"): +# annotation_path = os.path.join('cache/01_download', name, 'annotations.json') +# os.makedirs(os.path.dirname(annotation_path), exist_ok=True) +# response = requests.get(link, stream=True) +# time.sleep(3) # Be nice to the server +# with open(annotation_path, 'wb') as f: +# for chunk in response.iter_content(chunk_size=8192): +# _ = f.write(chunk) # Make a 'headings' table by reading all the annotations.json files headings = [] @@ -75,6 +75,7 @@ 'response_type': 'save', 'response_basename': f'PubChemAnnotations_{row["source"]}_heading={safe_heading}' } + # Initial URL and download path setup download_path = os.path.join('cache/01_download', row['safe_source'], f'{safe_heading}.json') os.makedirs(os.path.dirname(download_path), exist_ok=True) @@ -93,7 +94,6 @@ if response.status_code == 200: data = response.json() annotations = data.get('Annotations', {}) - print ("Annotations: %s" % annotations) all_data.extend(annotations.get('Annotation', [])) # Check if more pages exist if current_page >= annotations.get('TotalPages', 1): diff --git a/stages/02_process.py b/stages/02_process.py index 087f58c..6b6ae5e 100644 --- a/stages/02_process.py +++ b/stages/02_process.py @@ -16,7 +16,7 @@ # Create a dictionary for quick lookup json_file_dict = {os.path.splitext(os.path.basename(file))[0]: file for file in all_json_files} - +print (json_file_dict) # Debugging: Log the total number of JSON files found print(f"Total JSON files found: {len(all_json_files)}") @@ -25,10 +25,12 @@ source = row['source'] heading = row['heading'] data_type = row['type'] + # Construct the expected file name without path file_name = f"{heading}.json" + # Check if the file is in the dictionary - if heading in json_file_dict: + if heading in json_file_dict['annotations']: file_path = json_file_dict[heading] # Debugging: Log the found file path print(f"Processing file: {file_path}") diff --git a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Hazards Summary.json b/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Hazards Summary.json deleted file mode 100644 index a72eee6..0000000 --- a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Hazards Summary.json +++ /dev/null @@ -1 +0,0 @@ -[{"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-1", "Name": "Acetone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=1", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Acetone is a manufactured chemical that is also found naturally in the environment. It is a colorless liquid with a distinct smell and taste. It evaporates easily, is flammable, and dissolves in water. It is also called dimethyl ketone, 2-propanone, and beta-ketopropane. Acetone is used to make plastic, fibers, drugs, and other chemicals. It is also used to dissolve other substances. It occurs naturally in plants, trees, volcanic gases, forest fires, and as a product of the breakdown of body fat. It is present in vehicle exhaust, tobacco smoke, and landfill sites. Industrial processes contribute more acetone to the environment than natural processes.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acetone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 195, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 220, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dimethyl%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 237, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-propanone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 254, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/beta-ketopropane", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 272, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acetone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 608, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acetone", "Type": "PubChem Internal Link", "Extra": "CID-180"}]}]}}], "ANID": 756184, "LinkedRecords": {"CID": [180]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-2", "Name": "Ammonia", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=2", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Ammonia occurs naturally and is produced by human activity. It is an important source of nitrogen which is needed by plants and animals. Bacteria found in the intestines can produce ammonia. Ammonia is a colorless gas with a very distinct odor. This odor is familiar to many people because ammonia is used in smelling salts, many household and industrial cleaners, and window-cleaning products. Ammonia gas can be dissolved in water. This kind of ammonia is called liquid ammonia or aqueous ammonia. Once exposed to open air, liquid ammonia quickly turns into a gas. Ammonia is applied directly into soil on farm fields, and is used to make fertilizers for farm crops, lawns, and plants. Many household and industrial cleaners contain ammonia.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 89, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nitrogen", "Type": "PubChem Internal Link", "Extra": "Element-Nitrogen"}, {"Start": 182, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 191, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 290, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 395, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 427, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 447, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 472, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 491, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 533, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 567, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 735, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}]}]}}], "ANID": 756185, "LinkedRecords": {"CID": [222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-3", "Name": "Arsenic", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=3", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Arsenic is a naturally occurring element widely distributed in the earth's crust. In the environment, arsenic is combined with oxygen, chlorine, and sulfur to form inorganic arsenic compounds. Arsenic in animals and plants combines with carbon and hydrogen to form organic arsenic compounds. Inorganic arsenic compounds are mainly used to preserve wood. Copper chromated arsenic (CCA) is used to make \"pressure-treated\" lumber. CCA is no longer used in the U.S. for residential uses; it is still used in industrial applications. Organic arsenic compounds are used as pesticides, primarily on cotton plants.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 102, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 127, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 135, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 149, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 174, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 193, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 237, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 248, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 273, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 302, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 354, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 371, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 537, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}]}]}}], "ANID": 756186, "LinkedRecords": {"CID": [5359596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-4", "Name": "Asbestos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=4", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Asbestos is the name given to a group of six different fibrous minerals (amosite, chrysotile, crocidolite, and the fibrous varieties of tremolite, actinolite, and anthophyllite) that occur naturally in the environment. Asbestos minerals have separable long fibers that are strong and flexible enough to be spun and woven and are heat resistant. Because of these characteristics, asbestos has been used for a wide range of manufactured goods, mostly in building materials (roofing shingles, ceiling and floor tiles, paper products, and asbestos cement products), friction products (automobile clutch, brake, and transmission parts), heat-resistant fabrics, packaging, gaskets, and coatings. Some vermiculite or talc products may contain asbestos.New!"}]}}], "ANID": 756187}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-5", "Name": "Benzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=14", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Benzene is a colorless liquid with a sweet odor. It evaporates into the air very quickly and dissolves slightly in water. It is highly flammable and is formed from both natural processes and human activities. Benzene is widely used in the United States; it ranks in the top 20 chemicals for production volume. Some industries use benzene to make other chemicals which are used to make plastics, resins, and nylon and synthetic fibers. Benzene is also used to make some types of rubbers, lubricants, dyes, detergents, drugs, and pesticides. Natural sources of benzene include volcanoes and forest fires. Benzene is also a natural part of crude oil, gasoline, and cigarette smoke.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 115, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 209, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 330, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 435, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 559, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 603, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}]}]}}], "ANID": 756188, "LinkedRecords": {"CID": [241]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-6", "Name": "Cadmium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=15", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Cadmium is a natural element in the earth's crust. It is usually found as a mineral combined with other elements such as oxygen (cadmium oxide), chlorine (cadmium chloride), or sulfur (cadmium sulfate, cadmium sulfide). All soils and rocks, including coal and mineral fertilizers, contain some cadmium. Most cadmium used in the United States is extracted during the production of other metals like zinc, lead, and copper. Cadmium does not corrode easily and has many uses, including batteries, pigments, metal coatings, and plastics.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}, {"Start": 121, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 129, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-14782"}, {"Start": 145, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 155, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-24947"}, {"Start": 177, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 185, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20sulfate", "Type": "PubChem Internal Link", "Extra": "CID-24962"}, {"Start": 202, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-14783"}, {"Start": 294, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}, {"Start": 308, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}, {"Start": 398, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 414, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 422, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}]}]}}], "ANID": 756189, "LinkedRecords": {"CID": [23973]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-7", "Name": "Chloroform", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=16", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chloroform is a colorless liquid with a pleasant, nonirritating odor and a slightly sweet taste. It will burn only when it reaches very high temperatures. In the past, chloroform was used as an inhaled anesthetic during surgery, but it isn't used that way today. Today, chloroform is used to make other chemicals and can also be formed in small amounts when chlorine is added to water. Other names for chloroform aretrichloromethaneandmethyl trichloride.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 168, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 270, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 358, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 379, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 402, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}]}]}}], "ANID": 756190, "LinkedRecords": {"CID": [6212]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-8", "Name": "Chromium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=17", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chromium is a naturally occurring element found in rocks, animals, plants, soil, and in volcanic dust and gases. Chromium is present in the environment in several different forms. The most common forms are chromium(0), chromium(III), and chromium(VI). No taste or odor is associated with chromium compounds. Chromium(III) occurs naturally in the environment and is an essential nutrient. Chromium(VI) and chromium(0) are generally produced by industrial processes. The metal chromium, which is the chromium(0) form, is used for making steel. Chromium(VI) and chromium(III) are used for chrome plating, dyes and pigments, leather tanning, and wood preserving.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 113, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 219, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chromium%28III%29", "Type": "PubChem Internal Link", "Extra": "CID-27668"}, {"Start": 238, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chromium%28VI%29", "Type": "PubChem Internal Link", "Extra": "CID-29131"}, {"Start": 288, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 308, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chromium%28III%29", "Type": "PubChem Internal Link", "Extra": "CID-27668"}, {"Start": 388, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chromium%28VI%29", "Type": "PubChem Internal Link", "Extra": "CID-29131"}, {"Start": 475, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 542, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chromium%28VI%29", "Type": "PubChem Internal Link", "Extra": "CID-29131"}, {"Start": 559, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chromium%28III%29", "Type": "PubChem Internal Link", "Extra": "CID-27668"}]}]}}], "ANID": 756191, "LinkedRecords": {"CID": [23976]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-9", "Name": "Creosote", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=18", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Creosote is the name used for a variety of products: wood creosote, coal tar creosote, coal tar, coal tar pitch, and coal tar pitch volatiles. These products are mixtures of many chemicals created by high-temperature treatment of beech and other woods, coal, or from the resin of the creosote bush. Wood creosote is a colorless to yellowish greasy liquid with a smoky odor and burned taste. Coal tar creosote is a thick, oily liquid that is typically amber to black in color. Coal tar and coal tar pitch are usually thick, black, or dark-brown liquids or semisolids with a smoky odor. Wood creosote has been used as a disinfectant, a laxative, and a cough treatment, but is rarely used these ways today. Coal tar products are used in medicines to treat skin diseases such as psoriasis, and are also used as animal and bird repellents, insecticides, restricted pesticides, animal dips, and fungicides. Coal tar creosote is the most widely used wood preservative in the United States. Coal tar, coal tar pitch, and coal tar pitch volatiles are used for roofing, road paving, aluminum smelting, and coking."}]}}], "ANID": 756192}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-10", "Name": "Cyanide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=19", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Cyanide is usually found joined with other chemicals to form compounds. Examples of simple cyanide compounds are hydrogen cyanide, sodium cyanide and potassium cyanide. Certain bacteria, fungi, and algae can produce cyanide, and cyanide is found in a number of foods and plants. In certain plant foods, including almonds, millet sprouts, lima beans, soy, spinach, bamboo shoots, and cassava roots (which are a major source of food in tropical countries), cyanides occur naturally as part of sugars or other naturally-occurring compounds. However, the edible parts of plants that are eaten in the United States, including tapioca which is made from cassava roots, contain relatively low amounts of cyanide. Hydrogen cyanide is a colorless gas with a faint, bitter, almondlike odor. Sodium cyanide and potassium cyanide are both white solids with a bitter, almond-like odor in damp air. Cyanide and hydrogen cyanide are used in electroplating, metallurgy, organic chemicals production, photographic developing, manufacture of plastics, fumigation of ships, and some mining processes."}]}}], "ANID": 756193}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-11", "Name": "DDT, DDE, DDD", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=20", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "DDT (dichlorodiphenyltrichloroethane) is a pesticide once widely used to control insects in agriculture and insects that carry diseases such as malaria. DDT is a white, crystalline solid with no odor or taste. Its use in the U.S. was banned in 1972 because of damage to wildlife, but is still used in some countries. DDE (dichlorodiphenyldichloroethylene) and DDD (dichlorodiphenyldichloroethane) are chemicals similar to DDT that contaminate commercial DDT preparations. DDE has no commercial use. DDD was also used to kill pests, but its use has also been banned. One form of DDD has been used medically to treat cancer of the adrenal gland."}]}}], "ANID": 756194}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-12", "Name": "Ethylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=21", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Ethylene glycol is a synthetic liquid substance that absorbs water. It is odorless, but has a sweet taste. Ethylene glycol is used to make antifreeze and de-icing solutions for cars, airplanes, and boats. It is also used in hydraulic brake fluids and inks used in stamp pads, ballpoint pens, and print shops.", "Markup": [{"Start": 0, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-174"}, {"Start": 61, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 107, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-174"}]}]}}], "ANID": 756195, "LinkedRecords": {"CID": [174]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-13", "Name": "Lead", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=22", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Lead is a naturally occurring bluish-gray metal found in small amounts in the earth's crust. Lead can be found in all parts of our environment. Much of it comes from human activities including burning fossil fuels, mining, and manufacturing. Lead has many different uses. It is used in the production of batteries, ammunition, metal products (solder and pipes), and devices to shield X-rays. Because of health concerns, lead from gasoline, paints and ceramic products, caulking, and pipe solder has been dramatically reduced in recent years.CDC uses a blood lead reference value (BLRV) of 3.5 micrograms per deciliter (\u00b5g/dL) to identify children with higher levels of lead in their blood compared to most children. This level is based on the 97.5th percentile of the blood lead values among U.S. children ages 1\u20135 years from the 2015\u20132016 and 2017\u20132018 National Health and Nutrition Examination Survey cycles. Children with blood lead levels at or above the BLRV represent those at the top 2.5% with the highest blood lead levels. To learn more about CDC\u2019s updated recommendations on children\u2019s blood lead levels, please visit:http://www.cdc.gov/nceh/lead/ACCLPP/blood_lead_levels.htm."}]}}], "ANID": 756196, "LinkedRecords": {"CID": [5352425]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-14", "Name": "Manganese", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=23", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Manganese is a naturally occurring metal that is found in many types of rocks. Pure manganese is silver-colored, but does not occur naturally. It combines with other substances such as oxygen, sulfur, or chlorine. Manganese can also be combined with carbon to make organic manganese compounds. Common organic manganese compounds include pesticides, such as maneb or mancozeb, and methylcyclopentadienyl manganese tricarbonyl (MMT), a fuel additive in some gasolines. Manganese is an essential trace element and is necessary for good health. Manganese can be found in several food items, including grains and cereals, and is found in high amounts in other foods, such as tea.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 84, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 97, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 185, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 193, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 204, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 214, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 250, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 273, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 309, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 357, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/maneb", "Type": "PubChem Internal Link", "Extra": "CID-3032581"}, {"Start": 366, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/mancozeb", "Type": "PubChem Internal Link", "Extra": "CID-13307026"}, {"Start": 467, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 541, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}]}]}}], "ANID": 756197, "LinkedRecords": {"CID": [23930]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-15", "Name": "Mercury", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=24", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Mercurycombines with other elements, such as chlorine, sulfur, or oxygen, to form inorganic mercury compounds or \"salts\", which are usually white powders or crystals. Mercury also combines with carbon to make organic mercury compounds. The most common one, methylmercury, is produced mainly by microscopic organisms in the water and soil. More mercury in the environment can increase the amounts of methylmercury that these small organisms make.Metallic Mercuryis a dense liquid that vaporizes easily at room temperature. Metallic mercury is not easily absorbed into unbroken skin. However, it vaporizes, even at room temperature. The higher the temperature, the more vapors are released. Mercury vapors are colorless and odorless, though they can be seen with the aid of an ultraviolet light.Metallic mercury is used to produce chlorine gas and caustic soda, and is also used in thermometers, dental fillings, and batteries. Mercury salts are sometimes used in skin lightening creams and as antiseptic creams and ointments.", "Markup": [{"Start": 45, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 66, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 92, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 167, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 194, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 217, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 257, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylmercury", "Type": "PubChem Internal Link", "Extra": "CID-7906"}, {"Start": 323, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 344, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 399, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylmercury", "Type": "PubChem Internal Link", "Extra": "CID-7906"}, {"Start": 531, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 689, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 802, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 829, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 846, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/caustic%20soda", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 926, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}]}]}}], "ANID": 756198, "LinkedRecords": {"CID": [23931]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-16", "Name": "Polycyclic Aromatic Hydrocarbons (PAHs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=25", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Polycyclic aromatic hydrocarbons (PAHs) are a group of over 100 different chemicals that are formed during the incomplete burning of coal, oil and gas, garbage, or other organic substances like tobacco or charbroiled meat. PAHs are usually found as a mixture containing two or more of these compounds, such as soot. Some PAHs are manufactured. These pure PAHs usually exist as colorless, white, or pale yellow-green solids. PAHs are found in coal tar, crude oil, creosote, and roofing tar, but a few are used in medicines or to make dyes, plastics, and pesticides."}]}}], "ANID": 756199}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-17", "Name": "Polychlorinated Biphenyls (PCBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=26", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Polychlorinated biphenyls are mixtures of up to 209 individual chlorinated compounds (known as congeners). There are no known natural sources of PCBs. PCBs are either oily liquids or solids that are colorless to light yellow. Some PCBs can exist as a vapor in air. PCBs have no known smell or taste. Many commercial PCB mixtures are known in the U.S. by the trade name Aroclor.PCBs have been used as coolants and lubricants in transformers, capacitors, and other electrical equipment because they don't burn easily and are good insulators. The manufacture of PCBs was stopped in the U.S. in 1977 because of evidence they build up in the environment and can cause harmful health effects. Products made before 1977 that may contain PCBs include old fluorescent lighting fixtures and electrical devices containing PCB capacitors, and old microscope and hydraulic oils."}]}}], "ANID": 756200}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-18", "Name": "Phenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=27", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Phenol is both a manufactured chemical and a natural substance. It is a colorless-to-white solid when pure. The commercial product is a liquid. Phenol has a distinct odor that is sickeningly sweet and tarry. You can taste and smell phenol at levels lower than those that are associated with harmful effects. Phenol evaporates more slowly than water, and a moderate amount can form a solution with water. Phenol can catch fire. Phenol is used primarily in the production of phenolic resins and in the manufacture of nylon and other synthetic fibers. It is also used in slimicides (chemicals that kill bacteria and fungi in slimes), as a disinfectant and antiseptic, and in medicinal preparations such as mouthwash and sore throat lozenges.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 144, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 232, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 308, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 343, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 397, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 404, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 427, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}]}]}}], "ANID": 756201, "LinkedRecords": {"CID": [996]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-19", "Name": "Selenium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=28", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Selenium is a naturally occurring mineral element that is distributed widely in nature in most rocks and soils. In its pure form, it exists as metallic gray to black hexagonal crystals, but in nature it is usually combined with sulfide or with silver, copper, lead, and nickel minerals. Most processed selenium is used in the electronics industry, but it is also used: as a nutritional supplement; in the glass industry; as a component of pigments in plastics, paints, enamels, inks, and rubber; in the preparation of pharmaceuticals; as a nutritional feed additive for poultry and livestock; in pesticide formulations; in rubber production; as an ingredient in antidandruff shampoos; and as a constituent of fungicides. Radioactive selenium is used in diagnostic medicine.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Selenium", "Type": "PubChem Internal Link", "Extra": "Element-Selenium"}, {"Start": 244, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 252, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 270, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 302, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Selenium", "Type": "PubChem Internal Link", "Extra": "Element-Selenium"}]}]}}], "ANID": 756202, "LinkedRecords": {"CID": [6326970]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-20", "Name": "Toluene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=29", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Toluene is a clear, colorless liquid with a distinctive smell. Toluene occurs naturally in crude oil and in the tolu tree. It is also produced in the process of making gasoline and other fuels from crude oil and making coke from coal. Toluene is used in making paints, paint thinners, fingernail polish, lacquers, adhesives, and rubber and in some printing and leather tanning processes.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene", "Type": "PubChem Internal Link", "Extra": "CID-1140"}, {"Start": 63, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene", "Type": "PubChem Internal Link", "Extra": "CID-1140"}, {"Start": 235, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene", "Type": "PubChem Internal Link", "Extra": "CID-1140"}]}]}}], "ANID": 756203, "LinkedRecords": {"CID": [1140]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-21", "Name": "Trichloroethylene (TCE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=30", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Trichloroethylene (TCE) is a nonflammable, colorless liquid with a somewhat sweet odor and a sweet, burning taste. It is used mainly as a solvent to remove grease from metal parts, but it is also an ingredient in adhesives, paint removers, typewriter correction fluids, and spot removers. Trichloroethylene is not thought to occur naturally in the environment. However, it has been found in underground water sources and many surface waters as a result of the manufacture, use, and disposal of the chemical.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Trichloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6575"}, {"Start": 289, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Trichloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6575"}, {"Start": 403, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756204, "LinkedRecords": {"CID": [6575]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-22", "Name": "Beryllium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=33", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Beryllium is a hard, grayish metal naturally found in mineral rocks, coal, soil, and volcanic dust. Beryllium compounds are commercially mined, and the Beryllium is purified for use in nuclear weapons and reactors, aircraft and space vehicle structures, instruments, x-ray machines, and mirrors. Beryllium ores are used to make speciality ceramics for electrical and high-technology applications. Beryllium alloys are used in automobiles, computers, sports equipment (golf clubs and bicycle frames), and dental bridges.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 100, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 152, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 296, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 397, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}]}]}}], "ANID": 756205, "LinkedRecords": {"CID": [5460467]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-23", "Name": "Aluminum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=34", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Aluminum is the most abundant metal in the earth's crust. It is always found combined with other elements such as oxygen, silicon, and fluorine. Aluminum as the metal is obtained from aluminum-containing minerals. Small amounts of aluminum can be found dissolved in water. Aluminum metal is light in weight and silvery-white in appearance. Aluminum is used for beverage cans, pots and pans, airplanes, siding and roofing, and foil. Aluminum is often mixed with small amounts of other metals to form aluminum alloys, which are stronger and harder. Aluminum compounds have many different uses, for example, as alums in water-treatment and alumina in abrasives and furnace linings. They are also found in consumer products such as antacids, astringents, buffered aspirin, food additives, and antiperspirants.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 114, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 122, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 135, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 145, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 184, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 231, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 266, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 273, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 340, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 432, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 499, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 547, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 617, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 760, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aspirin", "Type": "PubChem Internal Link", "Extra": "CID-2244"}]}]}}], "ANID": 756206, "LinkedRecords": {"CID": [5359268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-24", "Name": "Carbon Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=35", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Carbon tetrachloride is a manufactured chemical that does not occur naturally. It is a clear liquid with a sweet smell that can be detected at low levels. It is also called carbon chloride, methane tetrachloride, perchloromethane, tetrachloroethane, or benziform. Carbon tetrachloride is most often found in the air as a colorless gas. It is not flammable and does not dissolve in water very easily. It was used in the production of refrigeration fluid and propellants for aerosol cans, as a pesticide, as a cleaning fluid and degreasing agent, in fire extinguishers, and in spot removers. Because of its harmful effects, these uses are now banned and it is only used in some industrial applications.", "Markup": [{"Start": 0, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 173, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/carbon%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 190, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methane%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 213, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchloromethane", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 264, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 381, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756207, "LinkedRecords": {"CID": [5943]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-25", "Name": "Chlorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=36", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "At room temperature, chlorine is a yellow-green gas that is heavier than air and has a strong irritating odor. It can be converted to a liquid under pressure or cold temperatures. Chlorine is mainly used as bleach in the manufacture of paper and cloth and to make a wide variety of products.", "Markup": [{"Start": 21, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 180, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}]}]}}], "ANID": 756208, "LinkedRecords": {"CID": [24526]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-26", "Name": "Copper", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=37", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Copper is a metal that occurs naturally throughout the environment, in rocks, soil, water, and air. Copper is an essential element in plants and animals (including humans), which means it is necessary for us to live. Therefore, plants and animals must absorb some copper from eating, drinking, and breathing. Copper is used to make many different kinds of products like wire, plumbing pipes, and sheet metal. U.S. pennies made before 1982 are made of copper, while those made after 1982 are only coated with copper. Copper is also combined with other metals to make brass and bronze pipes and faucets. Copper compounds are commonly used in agriculture to treat plant diseases like mildew, for water treatment and, as preservatives for wood, leather, and fabrics.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 84, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 100, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 264, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 309, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 451, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 508, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 516, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 602, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 693, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756209, "LinkedRecords": {"CID": [23978]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-27", "Name": "Fluorides, Hydrogen Fluoride, and Fluorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=38", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Fluorides, hydrogen fluoride, and fluorine are chemically related. Fluorine is a naturally-occurring, pale yellow-green gas with a sharp odor. It combines with metals to make fluorides such as sodium fluoride and calcium fluoride, both white solids. Sodium fluoride dissolves easily in water, but calcium fluoride does not. Fluorine also combines with hydrogen to make hydrogen fluoride, a colorless gas. Hydrogen fluoride dissolves in water to form hydrofluoric acid. Fluorine and hydrogen fluoride are used to make certain chemical compounds. Hydrofluoric acid is used for etching glass. Other fluoride compounds are used in making steel, chemicals, ceramics, lubricants, dyes, plastics, and pesticides. Fluorides are often added to drinking water supplies and to a variety of dental products, including toothpaste and mouth rinses, to prevent dental cavities. UPDATE: In 2015, thePHS replacedthe 1962 Drinking Water Standards from 0.7\u20131.2 mg/L to an optimal fluoride concentration of 0.7 mg/L. This is to provide optimal concentration of fluoride in drinking water that provides the best balance of protection from dental caries while limiting the risk of dental fluorosis.", "Markup": [{"Start": 11, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 34, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 67, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 193, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sodium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-5235"}, {"Start": 213, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/calcium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-84512"}, {"Start": 250, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-5235"}, {"Start": 286, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 297, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/calcium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-84512"}, {"Start": 324, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 352, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 369, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 405, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 436, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 450, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrofluoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 469, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 482, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 545, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrofluoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 596, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/fluoride", "Type": "PubChem Internal Link", "Extra": "CID-19800730"}, {"Start": 744, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 913, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 961, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/fluoride", "Type": "PubChem Internal Link", "Extra": "CID-19800730"}, {"Start": 1041, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/fluoride", "Type": "PubChem Internal Link", "Extra": "CID-19800730"}, {"Start": 1062, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756210, "LinkedRecords": {"CID": [24524]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-28", "Name": "Formaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=39", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "At room temperature, formaldehyde is a colorless, flammable gas that has a distinct, pungent smell. It is also known as methanal, methylene oxide, oxymethyline, methylaldehyde, and oxomethane. Formaldehyde is naturally produced in small amounts in our bodies. It is used in the production of fertilizer, paper, plywood, and urea-formaldehyde resins. It is also used as a preservative in some foods and in many products used around the house, such as antiseptics, medicines, and cosmetics.", "Markup": [{"Start": 21, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/formaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 120, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methanal", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 130, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylene%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 181, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/oxomethane", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 193, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Formaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-712"}]}]}}], "ANID": 756211, "LinkedRecords": {"CID": [712]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-29", "Name": "Methyl Mercaptan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=40", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Methyl mercaptan is a colorless gas with a smell like rotten cabbage. It is a natural substance found in the blood, brain, and other tissues of people and animals. It is released from animal feces. It occurs naturally in certain foods, such as some nuts and cheese. Methyl mercaptan is released from decaying organic matter in marshes and is present in the natural gas of certain regions in the United States, in coal tar, and in some crude oils. It is manufactured for use in the plastics industry, in pesticides, and as a jet fuel additive. It is also released as a decay product of wood in pulp mills.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20mercaptan", "Type": "PubChem Internal Link", "Extra": "CID-878"}, {"Start": 266, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20mercaptan", "Type": "PubChem Internal Link", "Extra": "CID-878"}]}]}}], "ANID": 756212, "LinkedRecords": {"CID": [878]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-30", "Name": "Methyl tert-Butyl Ether (MTBE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=41", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Methyl tert-butyl ether (MTBE) is a flammable liquid with a distinctive, disagreeable odor. It is made from blending chemicals such as isobutylene and methanol, and has been used since the 1980s as an additive for unleaded gasolines to achieve more efficient burning.MTBE is also used to dissolve gallstones. Patients treated in this way have MTBE delivered directly to their gall bladders through special tubes that are surgically inserted.", "Markup": [{"Start": 0, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20tert-butyl%20ether", "Type": "PubChem Internal Link", "Extra": "CID-15413"}, {"Start": 25, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MTBE", "Type": "PubChem Internal Link", "Extra": "CID-15413"}, {"Start": 135, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/isobutylene", "Type": "PubChem Internal Link", "Extra": "CID-8255"}, {"Start": 151, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methanol", "Type": "PubChem Internal Link", "Extra": "CID-887"}, {"Start": 267, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MTBE", "Type": "PubChem Internal Link", "Extra": "CID-15413"}, {"Start": 343, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MTBE", "Type": "PubChem Internal Link", "Extra": "CID-15413"}]}]}}], "ANID": 756213, "LinkedRecords": {"CID": [15413]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-31", "Name": "Methylene Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=42", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Methylene chloride is a colorless liquid with a mild, sweet odor. Another name for it is dichloromethane. Methylene chloride does not occur naturally in the environment.Methylene chloride is used as an industrial solvent and as a paint stripper. It may also be found in some aerosol and pesticide products and is used in the manufacture of photographic film.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methylene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6344"}, {"Start": 89, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-12456601"}, {"Start": 106, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methylene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6344"}, {"Start": 169, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methylene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6344"}]}]}}], "ANID": 756214, "LinkedRecords": {"CID": [6344]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-32", "Name": "Naphthalene, 1-Methylnapthalene, 2-Methylnapthalene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=43", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Naphthalene is a white solid that evaporates easily. Fuels such as petroleum and coal contain naphthalene. It is also called white tar, and tar camphor, and has been used in mothballs and moth flakes. Burning tobacco or wood produces naphthalene. It has a strong, but not unpleasant smell. The major commercial use of naphthalene is in the manufacture of polyvinyl chloride (PVC) plastics. Its major consumer use is in moth repellents and toilet deodorant blocks. 1-Methylnaphthalene and 2-methylnaphthalene are naphthalene-related compounds. 1-Methylnaphthalene is a clear liquid and 2-methylnaphthalene is a solid; both can be smelled in air and in water at very low concentrations. 1-Methylnaphthalene and 2-methylnaphthalene are used to make other chemicals such as dyes and resins. 2-Methylnaphthalene is also used to make vitamin K."}]}}], "ANID": 756215}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-33", "Name": "Nickel", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=44", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nickel is a very abundant natural element. Pure nickel is a hard, silvery-white metal. Nickel can be combined with other metals, such as iron, copper, chromium, and zinc, to form alloys. These alloys are used to make coins, jewelry, and items such as valves and heat exchangers. Most nickel is used to make stainless steel. Nickel can combine with other elements such as chlorine, sulfur, and oxygen to form nickel compounds. Many nickel compounds dissolve fairly easy in water and have a green color. Nickel compounds are used for nickel plating, to color ceramics, to make some batteries, and as substances known as catalysts that increase the rate of chemical reactions. Nickel is found in all soil and is emitted from volcanoes. Nickel is also found in meteorites and on the ocean floor. Nickel and its compounds have no characteristic odor or taste.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 48, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 87, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 137, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iron", "Type": "PubChem Internal Link", "Extra": "Element-Iron"}, {"Start": 143, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 151, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 165, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 284, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 324, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 371, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 381, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 393, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 408, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 431, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 472, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 502, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 532, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 674, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 733, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 792, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}]}]}}], "ANID": 756216, "LinkedRecords": {"CID": [935]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-34", "Name": "Sodium Hydroxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=45", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "At room temperature, sodium hydroxide is a white crystalline odorless solid that absorbs moisture from the air. It is a manufactured substance. When dissolved in water or neutralized with acid it liberates substantial heat, which may be sufficient to ignite combustible materials. Sodium hydroxide is very corrosive. It is generally used as a solid or a 50% solution. Other common names include caustic soda and lye. Sodium hydroxide is used to manufacture soaps, rayon, paper, explosives, dyestuffs, and petroleum products. It is also used in processing cotton fabric, laundering and bleaching, metal cleaning and processing, oxide coating, electroplating, and electrolytic extracting. It is commonly present in commercial drain and oven cleaners.", "Markup": [{"Start": 21, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sodium%20hydroxide", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 162, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 281, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hydroxide", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 395, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/caustic%20soda", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 417, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hydroxide", "Type": "PubChem Internal Link", "Extra": "CID-14798"}]}]}}], "ANID": 756217, "LinkedRecords": {"CID": [14798]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-35", "Name": "Sulfur Dioxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=46", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Sulfur dioxide is a colorless gas with a pungent odor. It is a liquid when under pressure, and it dissolves in water very easily. Sulfur dioxide in the air comes mainly from activities such as the burning of coal and oil at power plants or from copper smelting. In nature, sulfur dioxide can be released to the air from volcanic eruptions.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-1119"}, {"Start": 111, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 130, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-1119"}, {"Start": 245, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 273, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-1119"}]}]}}], "ANID": 756218, "LinkedRecords": {"CID": [1119]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-36", "Name": "Sulfur Trioxide & Sulfuric Acid", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=47", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Sulfur trioxide (SO3) is generally a colorless liquid. It can also exist as ice- or fiber-like crystals or as a gas. When SO3 is exposed to air, it rapidly takes up water and gives off white fumes. It can react with water to form sulfuric acid. SO3 is also called sulfuric oxide and sulfuric anhydride. It is used in the production of sulfuric acid and other chemicals, and explosives. Sulfuric acid is a clear, colorless, oily liquid that is very corrosive. It is also called sulphine acid, battery acid, and hydrogen sulfate. It is used in the manufacture of fertilizers, explosives, other acids, and glue; in the purifiction of petroleum; in the pickling of metal; and in lead-acid batteries (used in most vehicles)."}]}}], "ANID": 756219}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-37", "Name": "Tetrachloroethylene (PERC)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=48", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Tetrachloroethylene is a manufactured chemical that is widely used for dry cleaning of fabrics and for metal-degreasing. It is also used to make other chemicals and is used in some consumer products.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tetrachloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-31373"}]}]}}], "ANID": 756220, "LinkedRecords": {"CID": [31373]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-38", "Name": "Thallium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=49", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Pure thallium is a bluish-white metal that is found in trace amounts in the earth's crust. In the past, thallium was obtained as a by-product from smelting other metals; however, it has not been produced in the United States since 1984. Currently, all the thallium is obtained from imports and from thallium reserves.. In its pure form, thallium is odorless and tasteless. It can also be found combined with other substances such as bromine, chlorine, fluorine, and iodine. When it's combined, it appears colorless-to-white or yellow.. Thallium is used mostly in manufacturing electronic devices, switches, and closures, primarily for the semiconductor industry. It also has limited use in the manufacture of special glass and for certain medical procedures.", "Markup": [{"Start": 5, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 104, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 256, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 299, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 337, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 433, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Bromine", "Type": "PubChem Internal Link", "Extra": "Element-Bromine"}, {"Start": 442, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 452, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 466, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iodine", "Type": "PubChem Internal Link", "Extra": "Element-Iodine"}, {"Start": 536, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}]}]}}], "ANID": 756221, "LinkedRecords": {"CID": [5359464]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-39", "Name": "Vanadium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=50", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Vanadium is a compound that occurs in nature as a white-to-gray metal, and is often found as crystals. Pure vanadium has no smell. It usually combines with other elements such as oxygen, sodium, sulfur, or chloride. Vanadium and vanadium compounds can be found in the earth's crust and in rocks, some iron ores, and crude petroleum deposits. Vanadium is mostly combined with other metals to make special metal mixtures called alloys. Vanadium in the form of vanadium oxide is a component in special kinds of steel that is used for automobile parts, springs, and ball bearings. Most of the vanadium used in the United States is used to make steel. Vanadium oxide is a yellow-orange powder, dark-gray flakes, or yellow crystals. Vanadium is also mixed with iron to make important parts for aircraft engines. Small amounts of vanadium are used in making rubber, plastics, ceramics, and other chemicals.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 108, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 179, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 187, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sodium", "Type": "PubChem Internal Link", "Extra": "Element-Sodium"}, {"Start": 195, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 206, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloride", "Type": "PubChem Internal Link", "Extra": "CID-18413378"}, {"Start": 216, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 229, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 301, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iron", "Type": "PubChem Internal Link", "Extra": "Element-Iron"}, {"Start": 342, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 434, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 589, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 727, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 755, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iron", "Type": "PubChem Internal Link", "Extra": "Element-Iron"}, {"Start": 823, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}]}]}}], "ANID": 756222, "LinkedRecords": {"CID": [23990]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-40", "Name": "Vinyl Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=51", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Vinyl chloride is a colorless gas. It burns easily and it is not stable at high temperatures. It has a mild, sweet odor. It is a manufactured substance that does not occur naturally. It can be formed when other substances such as trichloroethane, trichloroethylene, and tetrachloroethylene are broken down. Vinyl chloride is used to make polyvinyl chloride (PVC). PVC is used to make a variety of plastic products, including pipes, wire and cable coatings, and packaging materials. Vinyl chloride is also known as chloroethene, chloroethylene, and ethylene monochloride.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 230, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6278"}, {"Start": 247, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trichloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6575"}, {"Start": 270, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetrachloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-31373"}, {"Start": 307, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 482, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 514, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroethene", "Type": "PubChem Internal Link", "Extra": "CID-23322599"}, {"Start": 528, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 548, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20monochloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}]}]}}], "ANID": 756223, "LinkedRecords": {"CID": [6338]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-41", "Name": "White Phosphorus", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=52", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "White phosphorus is a colorless, white, or yellow waxy solid with a garlic-like odor. It does not occur naturally, but is manufactured from phosphate rocks. White phosphorus reacts rapidly with oxygen, easily catching fire at temperatures 10 to 15 degrees above room temperature. White phosphorus is used by the military in various types of ammunition, and to produce smoke for concealing troop movements and identifying targets. It is also used by industry to produce phosphoric acid and other chemicals for use in fertilizers, food additives, and cleaning compounds. Small amounts of white phosphorus were used in the past in pesticides and fireworks.", "Markup": [{"Start": 6, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}, {"Start": 140, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosphate", "Type": "PubChem Internal Link", "Extra": "CID-21226077"}, {"Start": 163, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}, {"Start": 194, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 286, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}, {"Start": 469, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosphoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-1004"}, {"Start": 592, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}]}]}}], "ANID": 756224, "LinkedRecords": {"CID": [5462309]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-42", "Name": "Xylenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=53", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "There are three forms of xylene in which the methyl groups vary on the benzene ring: meta-xylene, ortho-xylene, and para-xylene (m-, o-, and p-xylene). These different forms are referred to as isomers. Xylene is a colorless, sweet-smelling liquid that catches on fire easily. It occurs naturally in petroleum and coal tar. Chemical industries produce xylene from petroleum. It is one of the top 30 chemicals produced in the United States in terms of volume. Xylene is used as a solvent and in the printing, rubber, and leather industries. It is also used as a cleaning agent, a thinner for paint, and in paints and varnishes. It is found in small amounts in airplane fuel and gasoline."}]}}], "ANID": 756225}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-43", "Name": "Zinc", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=54", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Zinc is one of the most common elements in the earth's crust. It is found in air, soil, and water, and is present in all foods. Pure zinc is a bluish-white shiny metal. Zinc has many commercial uses as coatings to prevent rust, in dry cell batteries, and mixed with other metals to make alloys like brass, and bronze. A zinc and copper alloy is used to make pennies in the United States. Zinc combines with other elements to form zinc compounds. Common zinc compounds found at hazardous waste sites include zinc chloride, zinc oxide, zinc sulfate, and zinc sulfide. Zinc compounds are widely used in industry to make paint, rubber, dyes, wood preservatives, and ointments.", "Markup": [{"Start": 0, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 92, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 133, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 169, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 320, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 329, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 388, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 430, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 453, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 507, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-5727"}, {"Start": 522, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-3007857"}, {"Start": 534, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20sulfate", "Type": "PubChem Internal Link", "Extra": "CID-24424"}, {"Start": 552, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-14821"}, {"Start": 566, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}]}]}}], "ANID": 756226, "LinkedRecords": {"CID": [23994]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-44", "Name": "Hydrogen Peroxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=55", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hydrogen peroxide is a colorless liquid at room temperature with a bitter taste. Small amounts of gaseous hydrogen peroxide occur naturally in the air. Hydrogen peroxide is unstable, decomposing readily to oxygen and water with release of heat. Although nonflammable, it is a powerful oxidizing agent that can cause spontaneous combustion when it comes in contact with organic material. Hydrogen peroxide is found in many households at low concentrations (3-9%) for medicinal applications and as a clothes and hair bleach. In industry, hydrogen peroxide in higher concentrations is used as a bleach for textiles and paper, as a component of rocket fuels, and for producing foam rubber and organic chemicals.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 106, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 152, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 206, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 217, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 387, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 536, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}]}]}}], "ANID": 756227, "LinkedRecords": {"CID": [784]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-45", "Name": "Aldrin/Dieldrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=56", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Aldrin and dieldrin are insecticides with similar chemical structures. They are discussed together in this fact sheet because aldrin quickly breaks down to dieldrin in the body and in the environment. Pure aldrin and dieldrin are white powders with a mild chemical odor. The less pure commercial powders have a tan color. Neither substance occurs naturally in the environment From the 1950s until 1970, aldrin and dieldrin were widely used pesticides for crops like corn and cotton. Because of concerns about damage to the environment and potentially to human health, EPA banned all uses of aldrin and dieldrin in 1974, except to control termites. In 1987, EPA banned all uses.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 11, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 126, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 156, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 206, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 217, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 403, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 414, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 591, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 602, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}]}]}}], "ANID": 756228, "LinkedRecords": {"CID": [2087, 61103, 222548, 12310947, 24860538, 92535137]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-46", "Name": "Barium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=57", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Barium is a silvery-white metal which exists in nature only in ores containing mixtures of elements. It combines with other chemicals such as sulfur or carbon and oxygen to form barium compounds. Barium compounds are used by the oil and gas industries to make drilling muds. Drilling muds make it easier to drill through rock by keeping the drill bit lubricated. They are also used to make paint, bricks, ceramics, glass, and rubber. Barium sulfate is sometimes used by doctors to perform medical tests and to take x-rays of the gastrointestinal tract.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Barium", "Type": "PubChem Internal Link", "Extra": "Element-Barium"}, {"Start": 142, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 152, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 163, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 178, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Barium", "Type": "PubChem Internal Link", "Extra": "Element-Barium"}, {"Start": 196, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Barium", "Type": "PubChem Internal Link", "Extra": "Element-Barium"}, {"Start": 434, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Barium%20sulfate", "Type": "PubChem Internal Link", "Extra": "CID-24414"}]}]}}], "ANID": 756229, "LinkedRecords": {"CID": [5355457]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-47", "Name": "Antimony", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=58", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Antimony is a silvery-white metal that is found in the earth's crust. Antimony ores are mined and then mixed with other metals to form antimony alloys or combined with oxygen to form antimony oxide. Little antimony is currently mined in the United States. It is brought into this country from other countries for processing. However, there are companies in the United States that produce antimony as a by-product of smelting lead and other metals. Antimony isn't used alone because it breaks easily, but when mixed into alloys, it is used in lead storage batteries, solder, sheet and pipe metal, bearings, castings, and pewter. Antimony oxide is added to textiles and plastics to prevent them from catching fire. It is also used in paints, ceramics, and fireworks, and as enamels for plastics, metal, and glass.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 70, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 135, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 168, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 206, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 388, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 448, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}]}]}}], "ANID": 756230, "LinkedRecords": {"CID": [5354495]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-48", "Name": "Atrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=59", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Atrazine is an herbicide that does not occur naturally. Pure atrazine is an odorless, white powder that is not very volatile, reactive, or flammable and that will dissolve in water. Atrazine is used to kill weeds, primarily on farms, but has also been used on highway and railroad rights-of-way. The EPA now restricts how atrazine can be used and applied; only trained people are allowed to spray it.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}, {"Start": 61, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}, {"Start": 175, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 182, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}, {"Start": 322, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}]}]}}], "ANID": 756231, "LinkedRecords": {"CID": [2256]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-49", "Name": "2-Butanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=60", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "2-Butanone is a manufactured chemical but it is also present in the environment from natural sources. It is a colorless liquid with a sharp, sweet odor. It is also known as methyl ethyl ketone (MEK). 2-Butanone is produced in large quantities. Nearly half of its use is in paints and other coatings because it will quickly evaporate into the air and it dissolves many substances. It is also used in glues and as a cleaning agent. 2-Butanone occurs as a natural product. It is made by some trees and found in some fruits and vegetables in small amounts. It is also released to the air from car and truck exhausts.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Butanone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 173, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20ethyl%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 194, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MEK", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 200, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Butanone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 430, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Butanone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}]}]}}], "ANID": 756232, "LinkedRecords": {"CID": [6569]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-50", "Name": "2-Butoxyethanol and 2-Butoxyethanol Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=61", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "2-Butoxyethanol is a clear colorless liquid that smells like ether. It has many names including ethylene glycol monobutyl ether, ethylene glycol butyl ether, ethylene glycol n-butyl ether, Butyl Cellusolve, butyl glycol, and butyl Oxitol. It is used as a solvent in spray lacquers, enamels, varnishes, and latex paints and as an ingredient in paint thinners and strippers, varnish removers, and herbicides. It is also used in liquid soaps, cosmetics, industrial and household cleaners, and dry-cleaning compounds. 2-Butoxyethanol acetate is a colorless liquid with a fruity odor. It is also known as ethylene glycol monobutyl ether acetate, butoxyethyl acetate, butyl glycol acetate, ethylene glycol butyl ether acetate, and acetic acid 2-butoxyethyl ester. It is used as a solvent for lacquers, varnishes, enamels, and epoxy resins. It is also used in some ink and spot remover compounds."}]}}], "ANID": 756233}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-51", "Name": "Chlordane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=62", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chlordane is a manufactured chemical that was used as a pesticide in the United States from 1948 to 1988. Technical chlordane is not a single chemical, but is actually a mixture of pure chlordane mixed with many related chemicals. It doesn't occur naturally in the environment. It is a thick liquid whose color ranges from colorless to amber. Chlordane has a mild, irritating smell. Some of its trade names are Octachlor and Velsicol 1068. Until 1983, chlordane was used as a pesticide on crops like corn and citrus and on home lawns and gardens. Because of concern about damage to the environment and harm to human health, the Environmental Protection Agency (EPA) banned all uses of chlordane in 1983 except to control termites. In 1988, EPA banned all uses.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 116, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 186, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 343, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 425, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Velsicol%201068", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 452, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 685, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}]}]}}], "ANID": 756234, "LinkedRecords": {"CID": [5993]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-52", "Name": "Chlorinated Dibenzo-p-dioxins (CDDs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=63", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "CDDs are a family of 75 chemically related compounds commonly known as chlorinated dioxins. One of these compounds is called 2,3,7,8-TCDD. It is one of the most toxic of the CDDs and is the one most studied. In the pure form, CDDs are crystals or colorless solids. CDDs enter the environment as mixtures containing a number of individual components. 2,3,7,8-TCDD is odorless and the odors of the other CDDs are not known. CDDs are not intentionally manufactured by industry except for research purposes. They (mainly 2,3,7,8-TCDD) may be formed during the chlorine bleaching process at pulp and paper mills. CDDs are also formed during chlorination by waste and drinking water treatment plants. They can occur as contaminants in the manufacture of certain organic chemicals. CDDs are released into the air in emissions from municipal solid waste and industrial incinerators."}]}}], "ANID": 756235}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-53", "Name": "Cobalt", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=64", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Cobalt is a naturally occurring element found in rocks, soil, water, plants, and animals. Cobalt is used to produce alloys used in the manufacture of aircraft engines, magnets, grinding and cutting tools, artificial hip and knee joints. Cobalt compounds are also used to color glass, ceramics and paints, and used as a drier for porcelain enamel and paints. Radioactive cobalt is used for commercial and medical purposes.60Co (read as cobalt sixty) is used for sterilizing medical equipment and consumer products, radiation therapy for treating cancer patients, manufacturing plastics, and irradiating food.57Co is used in medical and scientific research. It takes about 5.27 years for half of60Co to give off its radiation and about 272 days for57Co; this is called the half-life.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}, {"Start": 62, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 90, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}, {"Start": 237, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}, {"Start": 435, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}]}]}}], "ANID": 756236, "LinkedRecords": {"CID": [104730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-54", "Name": "Di(2-Ethylhexyl)Phthalate (DEHP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=65", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Di(2-ethylhexyl) phthlate (DEHP) is a manufactured chemical that is commonly added to plastics to make them flexible. DEHP is a colorless liquid with almost no odor. DEHP is present in plastic products such as wall coverings, tablecloths, floor tiles, furniture upholstery, shower curtains, garden hoses, swimming pool liners, rainwear, baby pants, dolls, some toys, shoes, automobile upholstery and tops, packaging film and sheets, sheathing for wire and cable, medical tubing, and blood storage bags.", "Markup": [{"Start": 0, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Di%282-ethylhexyl%29%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-8343"}, {"Start": 27, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEHP", "Type": "PubChem Internal Link", "Extra": "CID-8343"}, {"Start": 118, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEHP", "Type": "PubChem Internal Link", "Extra": "CID-8343"}, {"Start": 166, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEHP", "Type": "PubChem Internal Link", "Extra": "CID-8343"}]}]}}], "ANID": 756237, "LinkedRecords": {"CID": [8343]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-55", "Name": "Ethylbenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=66", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Ethylbenzene is a colorless, flammable liquid that smells like gasoline. It is found in natural products such as coal tar and petroleum and is also found in manufactured products such as inks, insecticides, and paints. Ethylbenzene is used primarily to make another chemical, styrene. Other uses include as a solvent, in fuels, and to make other chemicals.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-7500"}, {"Start": 219, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-7500"}, {"Start": 276, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}]}]}}], "ANID": 756238, "LinkedRecords": {"CID": [7500]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-56", "Name": "Hydrogen Sulfide Carbonyl Sulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=67", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hydrogen sulfide (H2S) occurs naturally in crude petroleum, natural gas, volcanic gases, and hot springs. It can also result from bacterial breakdown of organic matter. It is also produced by human and animal wastes. Bacteria found in your mouth and gastrointestinal tract produce hydrogen sulfide from bacteria decomposing materials that contain vegetable or animal proteins. Hydrogen sulfide can also result from industrial activities, such as food processing, coke ovens, kraft paper mills, tanneries, and petroleum refineries. Hydrogen sulfide is a flammable, colorless gas with a characteristic odor of rotten eggs. It is commonly known as hydrosulfuric acid, sewer gas, and stink damp. People can smell it at low levels.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 281, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 377, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 531, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 645, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrosulfuric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-402"}]}]}}], "ANID": 756239, "LinkedRecords": {"CID": [402]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-57", "Name": "n-Hexane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=68", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "n-Hexane is a chemical made from crude oil. Pure n-Hexane is a colorless liquid with a slightly disagreeable odor. It is highly flammable, and its vapors can be explosive. Puren-Hexane is used in laboratories. Most of then-Hexane used in industry is mixed with similar chemicals called solvents. The major use for solvents containing n-Hexane is to extract vegetable oils from crops such as soybeans. These solvents are also used as cleaning agents in the printing, textile, furniture, and shoemaking industries. Certain kinds of special glues used in the roofing and shoe and leather industries also contain n-Hexane. Several consumer products containn-Hexane, such as gasoline, quick-drying glues used in various hobbies, and rubber cement. .", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 49, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 178, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexane", "Type": "PubChem Internal Link", "Extra": "CID-18696401"}, {"Start": 223, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexane", "Type": "PubChem Internal Link", "Extra": "CID-18696401"}, {"Start": 334, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 609, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 654, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexane", "Type": "PubChem Internal Link", "Extra": "CID-18696401"}]}]}}], "ANID": 756240, "LinkedRecords": {"CID": [8058]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-58", "Name": "Nitrogen Oxides", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=69", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nitrogen oxides are a mixture of gases that are composed of nitrogen and oxygen. Two of the most toxicologically significant nitrogen oxides are nitric oxide and nitrogen dioxide; both are nonflammable and colorless to brown at room temperature. Nitric oxide is a sharp sweet-smelling gas at room temperature, whereas nitrogen dioxide has a strong, harsh odor and is a liquid at room temperature, becoming a reddish-brown gas above 70\u00b0F. Nitrogen oxides are released to the air from the exhaust of motor vehicles, the burning of coal, oil, or natural gas, and during processes such as arc welding, electroplating, engraving, and dynamite blasting. They are also produced commercially by reacting nitric acid with metals or cellulose. Nitrogen oxides are used in the production of nitric acid, lacquers, dyes, and other chemicals. Nitrogen oxides are also used in rocket fuels, nitration of organic chemicals, and the manufacture of explosives.", "Markup": [{"Start": 60, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nitrogen", "Type": "PubChem Internal Link", "Extra": "Element-Nitrogen"}, {"Start": 73, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 145, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-145068"}, {"Start": 162, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrogen%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-3032552"}, {"Start": 246, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitric%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-145068"}, {"Start": 318, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrogen%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-3032552"}, {"Start": 696, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-944"}, {"Start": 723, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cellulose", "Type": "PubChem Internal Link", "Extra": "CID-16211032"}, {"Start": 780, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-944"}]}]}}], "ANID": 756241, "LinkedRecords": {"CID": [145068]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-59", "Name": "Pentachlorophenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=70", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Pentachlorophenol is a manufactured chemical that does not occur naturally. Pure pentachlorophenol exists as colorless crystals. Impure pentachlorophenol (the form usually found at hazardous waste sites) is dark gray to brown and exists as dust, beads, or flakes. Humans are usually exposed to impure pentachlorophenol (also called technical grade pentachlorophenol). Pentachlorophenol was widely used as a pesticide and wood preservative. Since 1984, the purchase and use of pentachlorophenol has been restricted to certified applicators. It is no longer available to the general public. It is still used industrially as a wood preservative for utility poles, railroad ties, and wharf pilings.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 81, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 136, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 301, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 348, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 368, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 476, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}]}]}}], "ANID": 756242, "LinkedRecords": {"CID": [992]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-60", "Name": "Radon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=71", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Radon is a naturally occurring radioactive gas that is odorless and tasteless. It is formed from the radioactive decay of uranium. Uranium is found in small amounts in most rocks and soil. It slowly breaks down to other products such as radium, which breaks down to radon. Radon also undergoes radioactive decay. It divides into two parts-one part is called radiation, and the other part is called a daughter. The daughter, like radon, is not stable, and it also divides into radiation and another daughter. The dividing of daughters continues until a stable, nonradioactive daughter is formed. During the decay process, alpha, beta, and gamma radiation are released. Alpha particles can travel only a short distance and cannot travel through your skin. Beta particles can penetrate through your skin, but they cannot go all the way through your body. Gamma radiation can go all the way through your body. Radon is no longer used in the treatment of various diseases including cancer, arthritis, diabetes, and ulcers. Radon is used to predict earthquakes, in the study of atmospheric transport, and in exploration for petroleum and uranium.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 122, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 131, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 237, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 266, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 273, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 429, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 906, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 1018, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 1132, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}]}]}}], "ANID": 756243, "LinkedRecords": {"CID": [24857, 61773]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-61", "Name": "RDX (Cyclonite)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=72", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "RDX stands for Royal Demolition eXplosive. It is also known as cyclonite or hexogen. The chemical name for RDX is 1,3,5-trinitro-1,3,5-triazine. It is a white powder and is very explosive. RDX is used as an explosive and is also used in combination with other ingredients in explosives. Its odor and taste are unknown. It is a synthetic product that does not occur naturally in the environment. It creates fumes when it is burned with other substances.", "Markup": [{"Start": 0, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 63, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cyclonite", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 76, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexogen", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 107, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 189, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}]}]}}], "ANID": 756244, "LinkedRecords": {"CID": [8490]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-62", "Name": "Stoddard Solvent", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=73", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Stoddard solvent is a colorless, flammable liquid that smells and tastes like kerosene. It will turn into a vapor at temperatures of 150-200\u00b0C.Stoddard solvent is a petroleum mixture that is also known as dry cleaning safety solvent, petroleum solvent, and varnoline; its registered trade names are Texsolve S\u00ae and Varsol 1\u00ae. It is a chemical mixture that is similar to white spirits. Stoddard solvent is used as a paint thinner; in some types of photocopier toners, printing inks, and adhesives; as a dry cleaning solvent; and as a general cleaner and degreaser. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry (ATSDR) the Public Health Service, or the U.S. Department of Health and Human Services (DHHS)."}]}}], "ANID": 756245}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-63", "Name": "Styrene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=74", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Styrene is primarily a synthetic chemical. It is also known as vinylbenzene, ethenylbenzene, cinnamene, or phenylethylene. It's a colorless liquid that evaporates easily and has a sweet smell. It often contains other chemicals that give it a sharp, unpleasant smell. It dissolves in some liquids but doesn't dissolve easily in water. Billions of pounds are produced each year to make products such as rubber, plastic, insulation, fiberglass, pipes, automobile parts, food containers, and carpet backing. Most of these products contain styrene linked together in a long chain (polystyrene) as well as unlinked styrene. Low levels of styrene also occur naturally in a variety of foods such as fruits, vegetables, nuts, beverages, and meats.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 63, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/vinylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 77, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethenylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-13690718"}, {"Start": 93, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cinnamene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 107, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phenylethylene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 327, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 535, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 609, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 632, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}]}]}}], "ANID": 756246, "LinkedRecords": {"CID": [7501]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-64", "Name": "Total Petroleum Hydrocarbons (TPH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=75", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Total petroleum hydrocarbons (TPH) is a term used to describe a large family of several hundred chemical compounds that originally come from crude oil. Crude oil is used to make petroleum products, which can contaminate the environment. Because there are so many different chemicals in crude oil and in other petroleum products, it is not practical to measure each one separately. However, it is useful to measure the total amount of TPH at a site. TPH is a mixture of chemicals, but they are all made mainly from hydrogen and carbon, called hydrocarbons. Scientists divide TPH into groups of petroleum hydrocarbons that act alike in soil or water. These groups are called petroleum hydrocarbon fractions. Each fraction contains many individual chemicals. Some chemicals that may be found in TPH are hexane, jet fuels, mineral oils, benzene, toluene, xylenes, naphthalene, and fluorene, as well as other petroleum products and gasoline components. However, it is likely that samples of TPH will contain only some, or a mixture, of these chemicals."}]}}], "ANID": 756247}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-65", "Name": "1,1,1-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=76", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,1,1-Trichloroethane is a synthetic chemical that does not occur naturally in the environment. It also is known as methylchloroform, methyltrichloromethane, trichloromethylmethane, and trichloromethane. Its registered trade names are chloroethene NU\u00ae and Aerothene TT\u00ae.

90% malathion and impurities in a solvent, is a brownish-yellow liquid that smells like garlic. Malathion is used to kill insects on farm crops and in gardens, to treat lice on humans, and to treat fleas on pets. Malathion is also used to kill mosquitos and Mediterranean fruit flies on (medflies) in large outdoor areas.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 64, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 117, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 148, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 240, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 357, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}]}]}}], "ANID": 756264, "LinkedRecords": {"CID": [4004]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-82", "Name": "Nerve Agents (GA, GB, GD, VX)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=93", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nerve agents GA (tabun), GB (sarin), GD (soman), and VX are manufactured compounds. The G-type agents are clear, colorless, tasteless liquids miscible in water and most organic solvents. GB is odorless and is the most volatile nerve agent. GA has a slightly fruity odor, and GD has a slight camphor-like odor. VX is a clear, amber-colored odorless, oily liquid. It is miscible with water and dissolves in all solvents. VX is the least volatile nerve agent. Most of the nerve agents were originally produced in a search for insecticides, but because of their toxicity, they were evaluated for military use. Nerve agents have been used in wars and by terrorists. They are known to be stored by several nations, including the United States."}]}}], "ANID": 756265}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-83", "Name": "Polybrominated Biphenyls (PBBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=94", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Polybrominated biphenyls (PBBs)are manufactured chemicals. They are added to the plastics used to make products like computer monitors, televisions, textiles, plastic foams, etc. to make them difficult to burn. PBBs can leave these plastics and find their way into the environment. PBBs are usually colorless to off-white solids. PBBs are mixtures of brominated biphenyl compounds known as congeners.In the United States, manufacturing of PBBs was stopped in 1976. PBBs are still around in the environment because they do not degrade easily or quickly."}]}}], "ANID": 756266}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-84", "Name": "Nitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=95", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nitrobenzene is an industrial chemical. It is an oily yellow liquid with an almond-like odor. It dissolves only slightly in water and will evaporate to air. It is produced in large quantities for use in industry. Most of the nitrobenzene produced in the United States is used to manufacture a chemical called aniline. Nitrobenzene is also used to produce lubricating oils such as those used in motors and machinery. A small amount of nitrobenzene is used in the manufacture of dyes, drugs, pesticides, and synthetic rubber.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}, {"Start": 124, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 225, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}, {"Start": 309, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aniline", "Type": "PubChem Internal Link", "Extra": "CID-6115"}, {"Start": 318, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}, {"Start": 434, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}]}]}}], "ANID": 756267, "LinkedRecords": {"CID": [7416]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-85", "Name": "Pyridine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=96", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Pyridine is a colorless liquid with an unpleasant smell. It can be made from crude coal tar or from other chemicals. Pyridine is used to dissolve other substances. It is also used to make many different products such as medicines, vitamins, food flavorings, paints, dyes, rubber products, adhesives, insecticides, and herbicides. Pyridine can also be formed from the breakdown of many natural materials in the environment.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pyridine", "Type": "PubChem Internal Link", "Extra": "CID-1049"}, {"Start": 117, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pyridine", "Type": "PubChem Internal Link", "Extra": "CID-1049"}, {"Start": 330, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pyridine", "Type": "PubChem Internal Link", "Extra": "CID-1049"}]}]}}], "ANID": 756268, "LinkedRecords": {"CID": [1049]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-86", "Name": "Silver", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=97", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Silver is a naturally occurring element. It is found in the environment combined with other elements such as sulfide, chloride, and nitrate. Pure silver is \"silver\" colored, but silver nitrate and silver chloride are powdery white and silver sulfide and silver oxide are dark-gray to black. Silver is often found as a by-product during the retrieval of copper, lead, zinc, and gold ores. Silver is used to make jewelry, silverware, electronic equipment, and dental fillings. It is also used to make photographs, in brazing alloys and solders, to disinfect drinking water and water in swimming pools, and as an antibacterial agent. Silver has also been used in lozenges and chewing gum to help people stop smoking.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 118, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloride", "Type": "PubChem Internal Link", "Extra": "CID-18413378"}, {"Start": 132, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 146, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 157, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 178, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20nitrate", "Type": "PubChem Internal Link", "Extra": "CID-24470"}, {"Start": 197, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-24561"}, {"Start": 235, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-166738"}, {"Start": 254, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-9794626"}, {"Start": 291, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 353, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 367, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 377, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Gold", "Type": "PubChem Internal Link", "Extra": "Element-Gold"}, {"Start": 388, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 565, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 575, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 631, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}]}]}}], "ANID": 756269, "LinkedRecords": {"CID": [23954]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-87", "Name": "Tin and Compounds", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=98", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Tin is a natural element in the earth's crust. It is a soft, white, silvery metal that does not dissolve in water. It is present in brass, bronze, pewter, and some soldering materials. Tin metal is used to line cans for food, beverages, and aerosols. Tin can combine with other chemicals to form compounds. Combinations with chemicals like chlorine, sulfur, or oxygen are called inorganic tin compounds (i.e., stannous chloride, stannous sulfide, stannic oxide). These are used in toothpaste, perfumes, soaps, food additives and dyes. Tin also can combine with carbon to form organotin compounds (i.e., dibutyltin, tributyltin, triphenyltin). These compounds are used to make plastics, food packages, plastic pipes, pesticides, paints, and pest repellents. Tin metal, and inorganic and organic tin compounds can be found in the air, water, and soil near places where they are naturally present in the rocks, or where they are mined, manufactured, or used.", "Markup": [{"Start": 0, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 108, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 185, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 251, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 340, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 350, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 361, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 389, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 410, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/stannous%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-24479"}, {"Start": 447, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/stannic%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-29011"}, {"Start": 535, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 561, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 603, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dibutyltin", "Type": "PubChem Internal Link", "Extra": "CID-6484"}, {"Start": 628, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/triphenyltin", "Type": "PubChem Internal Link", "Extra": "CID-5357402"}, {"Start": 757, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 794, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 833, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756270, "LinkedRecords": {"CID": [5352426]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-88", "Name": "Toxaphene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=99", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Toxaphene was one of the most heavily used pesticides in the United States in the 1970s and early 1980s. It was used primarily to control insect pests on cotton and other crops in the southern United States. Other uses included controlling insect pests on livestock and killing unwanted fish in lakes. Toxaphene was banned for all registered uses by 1990. Toxaphene is made by reacting chlorine gas with a substance called camphene. The resulting product (toxaphene) is a mixture of hundreds of different chlorinated camphenes and related chemicals.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}, {"Start": 302, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}, {"Start": 356, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}, {"Start": 386, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 423, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/camphene", "Type": "PubChem Internal Link", "Extra": "CID-6616"}, {"Start": 456, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}]}]}}], "ANID": 756271, "LinkedRecords": {"CID": [5284469]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-89", "Name": "Acrolein", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=102", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Acrolein is a colorless or yellow liquid with a disagreeable odor. It dissolves in water very easily and quickly changes to a vapor when heated. It also burns easily. Small amounts of acrolein can be formed and can enter the air when trees, tobacco, other plants, gasoline, and oil are burned. Acrolein is used as a pesticide to control algae, weeds, bacteria, and mollusks. It is also used to make other chemicals.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrolein", "Type": "PubChem Internal Link", "Extra": "CID-7847"}, {"Start": 83, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 184, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acrolein", "Type": "PubChem Internal Link", "Extra": "CID-7847"}, {"Start": 294, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrolein", "Type": "PubChem Internal Link", "Extra": "CID-7847"}]}]}}], "ANID": 756272, "LinkedRecords": {"CID": [7847]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-90", "Name": "Benzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=105", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Benzidine is a manufactured chemical that does not occur naturally. It is a crystalline solid that may be grayish-yellow, white, or reddish-gray. In the environment, benzidine is found in either its \"free\" state (as an organic base), or as a salt. Benzidine was used to produce dyes for cloth, paper, and leather. It is no longer produced or used commerically in the U.S.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 166, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 248, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}]}]}}], "ANID": 756273, "LinkedRecords": {"CID": [7111]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-91", "Name": "Cesium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=107", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Cesium is a naturally occurring element found combined with other elements in rocks, soil, and dust in low amounts. Naturally occurring cesium is not radioactive and is referred to as stable cesium. There is only one stable form of cesium naturally present in the environment,133Cs (read as cesium one-thirty-three). Nuclear explosions or the breakdown of uranium in fuel elements can produce two radioactive forms of cesium,134Cs and137Cs. Both isotopes decay into non-radioactive elements.134Cs and137Cs generate beta particles as they decay. It takes about 2 years for half of134Cs to give off its radiation and about 30 years for137Cs; this is called the halflife.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 136, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 191, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 232, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 291, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 356, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 418, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}]}]}}], "ANID": 756274, "LinkedRecords": {"CID": [5354618]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-92", "Name": "Chlorine Dioxide & Chlorite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=108", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chlorine dioxide is a yellow to reddish-yellow manufactured gas. It does not occur naturally in the environment. When added to water, chlorine dioxide forms chlorite ion, which is also a very reactive chemical. Chlorine dioxide is used as a bleaching agent at paper manufacturing plants, and in public water treatment facilities to make water safe to drink. In 2001, chlorine dioxide and chlorite were used to decontaminate a number of public buildings following the release of anthrax spores in the United States.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 127, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 134, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 157, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorite", "Type": "PubChem Internal Link", "Extra": "CID-197148"}, {"Start": 211, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 302, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 337, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 367, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 388, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorite", "Type": "PubChem Internal Link", "Extra": "CID-197148"}]}]}}], "ANID": 756275, "LinkedRecords": {"CID": [24870]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-93", "Name": "Chloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=109", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chloromethane is also known as methyl chloride. It is a clear, colorless gas. It has a faint, sweet odor that is noticeable only at levels that may be toxic. It is heavier than air, and it is extremely flammable.", "Markup": [{"Start": 0, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6327"}, {"Start": 31, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6327"}]}]}}], "ANID": 756276, "LinkedRecords": {"CID": [6327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-94", "Name": "1,2-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=110", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,2-Dichloroethane, also called ethylene dichloride, is a manufactured chemical that is not found naturally in the environment. It is a clear liquid and has a pleasant smell and sweet taste. The most common use of 1,2-dichloroethane is in the production of vinyl chloride which is used to make a variety of plastic and vinyl products including polyvinyl chloride (PVC) pipes, furniture and automobile upholstery, wall coverings, housewares, and automobile parts. It is also used to as a solvent and is added to leaded gasoline to remove lead.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-11"}, {"Start": 32, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20dichloride", "Type": "PubChem Internal Link", "Extra": "CID-11"}, {"Start": 214, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-11"}, {"Start": 257, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}]}]}}], "ANID": 756277, "LinkedRecords": {"CID": [11]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-95", "Name": "Dichlorvos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=111", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Dichlorvos is an insecticide that is a dense colorless liquid. It has a sweetish smell and readily mixes with water. Dichlorvos used in pest control is diluted with other chemicals and used as a spray. It can also be incorporated into plastic that slowly releases the chemical. Dichlorvos is used for insect control in food storage areas, green houses, and barns, and control of insects on livestock. It is not generally used on outdoor crops. Dichlorvos is sometimes used for insect control in workplaces and in the home. Veterinarians use it to control parasites on pets.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}, {"Start": 110, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 117, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}, {"Start": 278, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}, {"Start": 444, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}]}]}}], "ANID": 756278, "LinkedRecords": {"CID": [3039]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-96", "Name": "Diethyl phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=112", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Diethyl phthalate is a colorless liquid that has a bitter, disagreeable taste. This synthetic substance is commonly used to make plastics more flexible. Products in which it is found include toothbrushes, automobile parts, tools, toys, and food packaging. Diethyl phthalate can be released fairly easily from these products, as it is not part of the chain of chemicals (polymers) that makes up the plastic. Diethyl phthalate is also used in cosmetics, insecticides, and aspirin.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diethyl%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-6781"}, {"Start": 256, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diethyl%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-6781"}, {"Start": 407, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diethyl%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-6781"}, {"Start": 470, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aspirin", "Type": "PubChem Internal Link", "Extra": "CID-2244"}]}]}}], "ANID": 756279, "LinkedRecords": {"CID": [6781]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-97", "Name": "Endosulfan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=113", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Endosulfan is a pesticide. It is a cream- to brown-colored solid that may appear in the form of crystals or flakes. It has a smell like turpentine, but does not burn. It does not occur naturally in the environment. Endosulfan is used to control insects on food and non-food crops and also as a wood preservative.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endosulfan", "Type": "PubChem Internal Link", "Extra": "CID-3224"}, {"Start": 215, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endosulfan", "Type": "PubChem Internal Link", "Extra": "CID-3224"}]}]}}], "ANID": 756280, "LinkedRecords": {"CID": [3224]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-98", "Name": "Endrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=114", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Endrin is a solid, white, almost odorless substance that was used as a pesticide to control insects, rodents, and birds. Endrin has not been produced or sold for general use in the United States since 1986. Little is known about the properties of endrin aldehyde (an impurity and breakdown product of endrin) or endrin ketone (a product of endrin when it is exposed to light).", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}, {"Start": 121, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}, {"Start": 247, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin%20aldehyde", "Type": "PubChem Internal Link", "Extra": "CID-522524"}, {"Start": 301, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}, {"Start": 312, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-62060"}, {"Start": 340, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}]}]}}], "ANID": 756281, "LinkedRecords": {"CID": [3048, 12358480, 12358497, 46174049, 71312306, 134687884]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-99", "Name": "Hexachlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=115", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hexachlorobenzene was widely used as a pesticide to protect the seeds of onions and sorghum, wheat, and other grains against fungus until 1965. It was also used to make fireworks, ammunition, and synthetic rubber. Currently, there are no commercial uses of hexachlorobenzene in the United States. Hexachlorobenzene is a white crystalline solid that is not very soluble in water. It does not occur naturally in the environment. It is formed as a by-product while making other chemicals, in the waste streams of chloralkali and wood-preserving plants, and when burning municipal waste.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-8370"}, {"Start": 257, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-8370"}, {"Start": 297, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-8370"}, {"Start": 372, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756282, "LinkedRecords": {"CID": [8370]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-100", "Name": "Methyl Isocyanate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=116", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Methyl isocyanate is a colorless highly flammable liquid that evaporates quickly when exposed to the air. It has a sharp, strong odor. Methyl isocyanate is used in the production of pesticides, polyurethane foam, and plastics.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20isocyanate", "Type": "PubChem Internal Link", "Extra": "CID-12228"}, {"Start": 135, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20isocyanate", "Type": "PubChem Internal Link", "Extra": "CID-12228"}]}]}}], "ANID": 756283, "LinkedRecords": {"CID": [12228]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-101", "Name": "Methyl Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=117", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Methyl parathion is an insecticide that does not occur naturally in the environment. Pure methyl parathion exists as white crystals. Impure methyl parathion is a brownish liquid that smells like rotten eggs.Methyl parathion is used to kill insects on farm crops, especially cotton. The EPA now restricts how methyl parathion can be used and applied; only trained people are allowed to spray it. Methyl parathion can no longer be used on food crops commonly consumed by children.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 90, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 140, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 207, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 308, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 395, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}]}]}}], "ANID": 756284, "LinkedRecords": {"CID": [4130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-102", "Name": "Chlordecone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=118", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Mirex and chlordecone are two separate, but chemically similar, manufactured insecticides that do not occur naturally in the environment. Mirex is a white crystalline solid, and chlordecone is a tan-white crystalline solid. Both chemicals are odorless. Mirex and chlordecone have not been manufactured or used in the United States since 1978. Mirex was used to control fire ants, and as a flame retardant in plastics, rubber, paint, paper, and electrical goods from 1959 to 1972. Chlordecone was used as an insecticide on tobacco, ornamental shrubs, bananas, and citrus trees, and in ant and roach traps. Mirex was sold as a flame retardant under the trade name Dechlorane, and chlordecone was also known as Kepone. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 10, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 138, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 178, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 253, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 263, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 343, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 480, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 605, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 662, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dechlorane", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 678, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 708, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Kepone", "Type": "PubChem Internal Link", "Extra": "CID-299"}]}]}}], "ANID": 756285, "LinkedRecords": {"CID": [299]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-103", "Name": "Plutonium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=119", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Plutonium is a silvery white metal that exists as a solid under normal conditions. It is produced when uranium absorbs an atomic particle. Trace amounts of plutonium occur naturally, but large amounts have been produced in nuclear reactors. Trace levels of plutonium can be found in the environment, from past nuclear bomb tests, in several forms called isotopes. The most common plutonium isotopes are plutonium-238 and plutonium-239. Plutonium undergoes radioactive decay. In this decay process, energy is released and a new product is formed. The energy released is called radiation. When plutonium decays, it divides into two parts-a small part that is called \"alpha\" radiation and a large part called a daughter. The daughter is also radioactive, and it, too, continues to decay until a nonradioactive daughter is formed. During these decay processes, three types of radiation are released-alpha, beta, and gamma. Alpha particles can travel only a short distance and cannot travel through your skin. Beta particles can penetrate through your skin, but they cannot go all the way through your body. Gamma radiation can go all the way through your body.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 103, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 156, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 257, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 380, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 403, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/plutonium-238", "Type": "PubChem Internal Link", "Extra": "CID-61709"}, {"Start": 421, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/plutonium-239", "Type": "PubChem Internal Link", "Extra": "CID-61782"}, {"Start": 436, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 592, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}]}]}}], "ANID": 756286, "LinkedRecords": {"CID": [23940]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-104", "Name": "Strontium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=120", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Strontium is a naturally occurring element found in rocks, soil, dust, coal, and oil. Naturally occurring strontium is not radioactive and is either referred to as stable strontium or strontium. Strontium in the environment exists in four stable isotopes,84Sr (read as strontium eighty-four),86Sr,87Sr,88Sr. Strontium compounds are used in making ceramics and glass products, pyrotechnics, paint pigments, fluorescent lights, and medicines. Strontium can also exist as several radioactive isotopes; the most common is90Sr.90Sr is formed in nuclear reactors or during the explosion of nuclear weapons. Radioactive strontium generates beta particles as it decays. One of the radioactive properties of strontium is half-life, or the time it takes for half of the isotope to give off its radiation and change into another substance. The half-life of90Sr is 29 years.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 106, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 171, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 184, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 195, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 269, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 308, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 441, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 699, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}]}]}}], "ANID": 756287, "LinkedRecords": {"CID": [5359327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-105", "Name": "Thorium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=121", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Thorium is a naturally occurring, radioactive substance. In the environment, thorium exists in combination with other minerals, such as silica. Small amounts of thorium are present in all rocks, soil, water, plants, and animals. Soil contains an average of about 6 parts of thorium per million parts of soil (6 ppm). More than 99% of natural thorium exists in the form of thorium-232. It breaks down into two parts-a small part called \"alpha\" radiation and a large part called the decay product. The decay product is also not stable and continues to break down through a series of decay products until a stable product is formed. During these decay processes, radioactive substances are produced. These include radium and radon. These substances give off radiation, including alpha and beta particles, and gamma radiation. Some rocks in underground mines contain thorium in a more concentrated form. After these rocks are mined, thorium is usually concentrated and changed into thorium dioxide or other chemical forms. After most of the thorium is removed, the rocks are called \"depleted\" ore or tailings. Thorium is used to make ceramics, gas lantern mantles, and metals used in the aerospace industry and in nuclear reactions. Thorium can also be used as a fuel for generating nuclear energy.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 77, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 161, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 201, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 274, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 342, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 372, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/thorium-232", "Type": "PubChem Internal Link", "Extra": "CID-11817119"}, {"Start": 711, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 722, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 863, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 929, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 978, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/thorium%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-14808"}, {"Start": 1037, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 1106, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 1229, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}]}]}}], "ANID": 756288, "LinkedRecords": {"CID": [23960]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-106", "Name": "Titanium Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=122", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Titanium tetrachloride is a colorless to pale yellow liquid that has fumes with a strong odor. If it comes in contact with water, it rapidly forms hydrochloric acid, as well as titanium compounds. Titanium tetrachloride is not found naturally in the environment and is made from minerals that contain titanium. It is used to make titanium metal and other titanium-containing compounds, such as titanium dioxide, which is used as a white pigment in paints and other products and to produce other chemicals.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Titanium%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-24193"}, {"Start": 123, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 147, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrochloric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 177, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 197, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Titanium%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-24193"}, {"Start": 301, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 330, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 355, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 394, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/titanium%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-26042"}]}]}}], "ANID": 756289, "LinkedRecords": {"CID": [24193]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-107", "Name": "Used Mineral-based Crankcase Oil", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=123", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Used mineral-based crankcase oil is the brown-to-black, oily liquid removed from the engine of a motor vehicle when the oil is changed. It is similar to unused oil except it contains additional chemicals from its use as an engine lubricant. The chemicals in oil include hydrocarbons, which are distilled from crude oil, and various additives that improve the oil's performance. Used oil also contains chemicals formed when the oil is exposed to high temperatures and pressures inside an engine. It also contains some metals from engine parts and small amounts of gasoline, antifreeze, and chemicals that come from gasoline when it burns inside the engine. The chemicals found in used mineral-based crankcase oil vary depending on the brand and type of oil, whether gasoline or diesel fuel was used, the mechanical condition of the engine that the oil came from, and the amount of use between oil changes. Used oil is not naturally found in the environment."}]}}], "ANID": 756290}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-108", "Name": "Vinyl Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=124", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Vinyl acetate is an industrial chemical that is produced in large amounts in the United States. It is a clear, colorless liquid with a sweet, fruity smell. It is very flammable and may be ignited by heat, sparks, or flames. Vinyl acetate is used to make other industrial chemicals. These chemicals are used mainly to make glues for the packaging and building industries. They are also used to make paints, textiles, and paper. Vinyl acetate is also used as a coating in plastic films for food packaging and as a modifier of food starch.", "Markup": [{"Start": 0, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20acetate", "Type": "PubChem Internal Link", "Extra": "CID-7904"}, {"Start": 224, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20acetate", "Type": "PubChem Internal Link", "Extra": "CID-7904"}, {"Start": 427, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20acetate", "Type": "PubChem Internal Link", "Extra": "CID-7904"}]}]}}], "ANID": 756291, "LinkedRecords": {"CID": [7904]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-109", "Name": "2,4,6-Trinitrotoluene (TNT)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=125", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "2,4,6-Trinitrotoluene is a yellow, odorless solid that does not occur naturally in the environment. It is commonly known as TNT and is an explosive used in military shells, bombs, and grenades, in industrial uses, and in underwater blasting. 2,4,6-Trinitrotoluene production in the United States occurs solely at military arsenals.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4%2C6-Trinitrotoluene", "Type": "PubChem Internal Link", "Extra": "CID-8376"}, {"Start": 124, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/TNT", "Type": "PubChem Internal Link", "Extra": "CID-8376"}, {"Start": 242, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4%2C6-Trinitrotoluene", "Type": "PubChem Internal Link", "Extra": "CID-8376"}]}]}}], "ANID": 756292, "LinkedRecords": {"CID": [8376]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-110", "Name": "Dichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=126", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "There are three dichlorobenzene isomers- 1,2-dichlorobenzene, 1,3-dichlorobenzene, and 1,4-dichlorobenzene. Dichlorobenzenes do not occur naturally. 1,2-Dichlorobenzene is a colorless to pale yellow liquid used to make herbicides. 1,3- Dichlorobenzene is a colorless liquid used to make herbicides, insecticides, medicine, and dyes. 1,4-Dichlorobenzene, the most important of the three chemicals, is a colorless to white solid with a strong, pungent odor. When exposed to air, it slowly changes from a solid to a vapor. Most people can smell 1,4- dichlorobenzene in the air at very low levels."}]}}], "ANID": 756293}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-111", "Name": "Bromodichloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=127", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Bromodichloromethane is a colorless, nonflammable liquid. Small amounts are formed naturally by algae in the oceans. Some of it will dissolve in water, but it readily evaporates into air. Only small quantities of bromodichloromethane are produced in the United States. The small quantities that are produced are used in laboratories or to make other chemicals. However, most bromodichloromethane is formed as a by-product when chlorine is added to drinking water to kill bacteria.", "Markup": [{"Start": 0, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromodichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6359"}, {"Start": 145, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 213, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bromodichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6359"}, {"Start": 375, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bromodichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6359"}, {"Start": 427, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 457, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756294, "LinkedRecords": {"CID": [6359]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-112", "Name": "Bromoform & Dibromochloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=128", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Bromoform and dibromochloromethane are colorless to yellow, heavy, nonflammable, liquids with a sweet odor. Small amounts are formed naturally by plants in the ocean. They are somewhat soluble in water and readily evaporate into the air. Most of the bromoform and dibromochloromethane that enters the environment is formed as byproducts when chlorine is added to drinking water to kill bacteria. Only small quantities of bromoform and dibromochloromethane currently are produced in the United States. These chemicals were used in the past as solvents and flame retardants, or to make other chemicals, but now they are used mainly as laboratory reagents."}]}}], "ANID": 756295}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-113", "Name": "1,1-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=129", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,1-Dichloroethane is a colorless, oily liquid with a sweet odor. It evaporates easily at room temperature and burns easily. It does not occur naturally in the environment.In the past, 1,1-dichloroethane was used as a surgical anesthetic, but it is no longer used this way. Today it is used primarily to make other chemicals, to dissolve substances such as paint, varnish, and finish removers, and to remove grease.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-Dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6365"}, {"Start": 185, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6365"}]}]}}], "ANID": 756296, "LinkedRecords": {"CID": [6365]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-114", "Name": "1,1-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=130", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1, 1-Dichloroethene is an industrial chemical that is not found naturally in the environment. It is a colorless liquid with a mild, sweet smell. It is also called vinylidene chloride. 1, 1-Dichloroethene is used to make certain plastics, such as flexible films like food wrap, and in packaging materials. It is also used to make flame retardant coatings for fiber and carpet backings, and in piping, coating for steel pipes, and in adhesive applications.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-Dichloroethene", "Type": "PubChem Internal Link", "Extra": "CID-17940378"}, {"Start": 163, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/vinylidene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6366"}, {"Start": 184, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-Dichloroethene", "Type": "PubChem Internal Link", "Extra": "CID-17940378"}]}]}}], "ANID": 756297, "LinkedRecords": {"CID": [6366]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-115", "Name": "1,2-Dibromoethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=131", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,2-Dibromoethane is a manufactured chemical. It also occurs naturally in small amounts in the ocean where it is formed, probably by algae and kelp. It is a colorless liquid with a mild, sweet odor. Other names for 1,2-dibromoethane are ethylene dibromide, EDB, and glycol bromide. Trade names include Bromofume and Dowfume. 1,2-Dibromoethane has been used as a pesticide in soil, and on citrus, vegetable, and grain crops. Most of these uses have been stopped by the Environmental Protection Agency (EPA) since 1984. Another major use was as an additive in leaded gasoline; however, since leaded gasoline is now banned, it is no longer used for this purpose. Uses today include treatment of logs for termites and beetles, control of moths in beehives, and as a preparation for dyes and waxes.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dibromoethane", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 215, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dibromoethane", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 237, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20dibromide", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 302, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromofume", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 316, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dowfume", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 325, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dibromoethane", "Type": "PubChem Internal Link", "Extra": "CID-7839"}]}]}}], "ANID": 756298, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-116", "Name": "Dinitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=132", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Dinitrophenols are a class of manufactured chemicals that do not occur naturally in the environment. There are six different dinitrophenols. The most commercially important dinitrophenol, 2,4-di-nitrophenol (DNP), is a yellow solid with no smell. It is used in making dyes, wood preservatives, explosives, insect control substances, and other chemicals, and as a photographic developer. It was used in diet pills in the 1930s but was banned for this use in 1938. It may be sold under several trade names, including Caswell No. 392, Sulfo Black B, and Nitro Kleenup. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 173, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dinitrophenol", "Type": "PubChem Internal Link", "Extra": "CID-1493"}, {"Start": 551, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitro%20Kleenup", "Type": "PubChem Internal Link", "Extra": "CID-1493"}]}]}}], "ANID": 756299, "LinkedRecords": {"CID": [1493, 167909]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-117", "Name": "Ethylene Oxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=133", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Ethylene oxide is a flammable gas with a somewhat sweet odor. It dissolves easily in water. Ethylene oxide is a man-made chemical that is used primarily to make ethylene glycol (a chemical used to make antifreeze and polyester). A small amount (less than 1%) is used to control insects in some stored agricultural products and a very small amount is used in hospitals to sterilize medical equipment and supplies.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-6354"}, {"Start": 85, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 92, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-6354"}, {"Start": 161, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-174"}]}]}}], "ANID": 756300, "LinkedRecords": {"CID": [6354]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-118", "Name": "2-Hexanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=134", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "2-Hexanone is also known as methyl n-butyl ketone, MBK, or propyl acetone. It is a clear, colorless liquid with a sharp odor. It dissolves very easily in water, and can evaporate easily into the air as a vapor. It was used in the past in paint and paint thinner, to make other chemical substances, and to dissolve oils and waxes. It is no longer made or used in the United States because it has harmful health effects. It is formed as a waste product resulting from industrial activities such as making wood pulp and producing gas from coal, and in oil shale operations.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Hexanone", "Type": "PubChem Internal Link", "Extra": "CID-11583"}, {"Start": 28, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20n-butyl%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-11583"}, {"Start": 154, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756301, "LinkedRecords": {"CID": [11583]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-119", "Name": "Heptachlor/Heptachlor Epoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=135", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Heptachlor is a manufactured chemical and doesn't occur naturally. Pure heptachlor is a white powder that smells like camphor (mothballs). The less pure grade is tan. Trade names include Heptagran\u00ae, Basaklor\u00ae, Drinox\u00ae, Soleptax\u00ae, Termide\u00ae, and Velsicol 104\u00ae. Heptachlor was used extensively in the past for killing insects in homes, buildings, and on food crops, especially corn. These uses stopped in 1988. Currently it can only be used for fire ant control in power transformers. Heptachlor epoxide is also a white powder. Bacteria and animals break down heptachlor to form heptachlor epoxide. The epoxide is more likely to be found in the environment than heptachlor.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 72, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 118, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/camphor", "Type": "PubChem Internal Link", "Extra": "CID-2537"}, {"Start": 127, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/mothballs", "Type": "PubChem Internal Link", "Extra": "CID-931"}, {"Start": 187, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptagran", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 199, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Basaklor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 210, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Drinox", "Type": "PubChem Internal Link", "Extra": "CID-85364152"}, {"Start": 219, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Soleptax", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 244, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Velsicol%20104", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 259, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 482, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptachlor%20epoxide", "Type": "PubChem Internal Link", "Extra": "CID-13930"}, {"Start": 557, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 576, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor%20epoxide", "Type": "PubChem Internal Link", "Extra": "CID-13930"}, {"Start": 659, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}]}]}}], "ANID": 756302, "LinkedRecords": {"CID": [13930, 12054527, 15559699, 15559705, 15559706, 16212247, 122390596, 138394051]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-120", "Name": "Hexachlorocyclohexane (HCH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=138", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hexachlorocyclohexane (HCH) is a manufactured chemical that exists in eight chemical forms called isomers. One of these forms, gamma-HCH (or \u03b3-HCH, commonly called lindane) is produced and used as an insecticide on fruit, vegetables, and forest crops. It is a white solid that may evaporate into the air as a colorless vapor with a slightly musty odor. It is also available as a prescription (lotion, cream, or shampoo) to treat head and body lice, and scabies. Lindane has not been produced in the United States since 1976, but is imported for insecticide use. Technical-grade HCH was used as an insecticide in the United States and typically contained 10-15% gamma-HCH as well as the alpha (\u03b1), beta (\u03b2), delta (\u03b4), and epsilon (\u03b5) forms of HCH. Virtually all the insecticidal properties resided in gamma-HCH. Technical-grade HCH has not been produced or used in the United States in over 20 years.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorocyclohexane", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 127, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/gamma-HCH", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 164, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/lindane", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 462, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lindane", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 661, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/gamma-HCH", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 801, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/gamma-HCH", "Type": "PubChem Internal Link", "Extra": "CID-727"}]}]}}], "ANID": 756303, "LinkedRecords": {"CID": [727]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-121", "Name": "Hydraulic Fluids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=141", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hydraulic fluids are a large group of liquids made of many kinds of chemicals. They are used in automobile automatic transmissions, brakes, and power steering; fork lift trucks; tractors; bulldozers; industrial machinery; and airplanes. The three most common types of hydraulic fluids are mineral oil, organophosphate ester, and polyalphaolefin. Some of the trade names for hydraulic fluids include Durad\u00ae, Fyrquel\u00ae, Skydrol\u00ae, Houghton-Safe\u00ae, Pydraul\u00ae, Reofos\u00ae, Reolube\u00ae, and Quintolubric\u00ae. (Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.) Some hydraulic fluids have a bland, oily smell and others have no smell; some will burn and some will not burn. Certain hydraulic fluids are produced from crude oil and others are manufactured."}]}}], "ANID": 756304, "LinkedRecords": {"CID": [91700]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-122", "Name": "Hydrogen Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=147", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "At room temperature, hydrogen chloride is a colorless to slightly yellow, corrosive, nonflammable gas that is heavier than air and has a strong irritating odor. On exposure to air, hydrogen chloride forms dense white corrosive vapors. Hydrogen chloride can be released from volcanoes. Hydrogen chloride has many uses, including cleaning, pickling, electroplating metals, tanning leather, and refining and producing a wide variety of products. Hydrogen chloride can be formed during the burning of many plastics. Upon contact with water, it forms hydrochloric acid. Both hydrogen chloride and hydrochloric acid are corrosive.", "Markup": [{"Start": 21, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 181, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 235, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 285, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 443, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 530, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 546, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrochloric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 570, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 592, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrochloric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-313"}]}]}}], "ANID": 756305, "LinkedRecords": {"CID": [313]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-123", "Name": "Isophorone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=148", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Isophorone is a clear liquid that smells like peppermint. It can be dissolved in water and evaporates somewhat faster than water. It is an industrial chemical used as a solvent in some printing inks, paints, lacquers, and adhesives. It is also used as an intermediate in the production of certain chemicals. Although isophorone is an industrial chemical, it also occurs naturally in cranberries.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Isophorone", "Type": "PubChem Internal Link", "Extra": "CID-6544"}, {"Start": 81, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 123, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 317, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/isophorone", "Type": "PubChem Internal Link", "Extra": "CID-6544"}]}]}}], "ANID": 756306, "LinkedRecords": {"CID": [6544]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-124", "Name": "Jet Fuels JP-4 and JP-7", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=149", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Jet fuels JP-4 and JP-7 (jet propellant-4 and jet propellant-7) are flammable, colorless to straw-colored liquid mixtures that come from crude petroleum. They smell like kerosene. Jet fuels are blends of other chemicals made according to U.S. Air Force standards for use as aircraft fuels. Although JP-4 and JP-7 are liquids at room temperature, they also evaporate easily."}]}}], "ANID": 756307}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-125", "Name": "JP-5, JP-8, and Jet A", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=150", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Jet fuels JP-5 and JP-8 are substances used as aircraft fuels by the military. JP-5 and JP-8 is shorthand for jet propellants 5 and 8. JP-5 is the U.S. Navy's primary jet fuel, and JP-8 is one of the jet fuels used by the U.S. Air Force. Both of the substances are composed of a large number of chemicals, and both are colorless liquids that may change into gas vapor. They smell like kerosene, since kerosene is the primary component of both JP-5 and JP-8. They are made by refining either crude petroleum oil deposits found underground or shale oil found in rock."}]}}], "ANID": 756308}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-126", "Name": "Methoxychlor", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=151", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Methoxychlor is a manufactured chemical that does not occur naturally in the environment. Pure methoxychlor is a pale-yellow powder with a slight fruity or musty odor. Methoxychlor is used as an insecticide against flies, mosquitoes, cockroaches, chiggers, and a wide variety of other insects. It is used on agricultural crops and livestock, and in animal feed, barns, grain storage bins, home gardens, and on pets. Methoxychlor is also known as DMDT, Marlate\u00ae, or Metox\u00ae.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 95, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 168, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 416, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 452, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Marlate", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 465, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Metox", "Type": "PubChem Internal Link", "Extra": "CID-4115"}]}]}}], "ANID": 756309, "LinkedRecords": {"CID": [4115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-127", "Name": "Otto Fuel II and its Components", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=152", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Otto Fuel II is a distinct-smelling, reddish-orange, oily liquid that the U.S. Navy uses as a fuel for torpedoes and other weapon systems. It is a mixture of three synthetic substances: propylene glycol dinitrate (the major component), 2-nitrodiphenylamine, and dibutyl sebacate. Propylene glycol dinitrate, a colorless liquid with an unpleasant odor, is explosive. 2-Nitrodiphenylamine is an orange solid used to control the explosion of propylene glycol dinitrate. Dibutyl sebacate is a clear liquid used for making plastics, many of which are used for food packaging. It is also used to enhance flavor in some foods such as ice cream, candy, baked goods, and nonalcoholic drinks, and is found in some shaving creams."}]}}], "ANID": 756310}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-128", "Name": "Pyrethrins and Pyrethroids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=153", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Pyrethrins are naturally-occurring co\u00b5mpounds with insecticidal properties that are found in pyrethru\u00b5m extract fro\u00b5m certain chrysanthe\u00b5mu\u00b5m flowers. The pyrethrins are often used in household insecticides and products to control insects on pets or livestock. Pyrethroids are \u00b5manufactured che\u00b5micals that are very si\u00b5milar in structure to the pyrethrins, but are often \u00b5more toxic to insects as well as to \u00b5ma\u00b5m\u00b5mals, and last longer in the environ\u00b5ment than the pyrethrins. More than 1,000 synthetic pyrethroids have been developed, but less than a dozen of the\u00b5m are currently used in the United States. Per\u00b5methrin is the \u00b5most frequently used pyrethroid in the United States."}]}}], "ANID": 756311, "LinkedRecords": {"CID": [40326]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-129", "Name": "Radium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=154", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Radium is a naturally occurring silvery-white radioactive metal that can exist in several forms called isotopes. Radium is formed when uranium and thorium break down in the environment. Uranium and thorium are found in small amounts in most rocks and soil. Two of the main radium isotopes found in the environment are radium-226 and radium-228. Radium undergoes radioactive decay. It divides into two parts-one part is called radiation and the other part is called a daughter. The daughter, like radium, is not stable, and it also divides into radiation and another daughter. The dividing of daughters continues until a stable, nonradioactive daughter is formed. During the decay process, alpha, beta, and gamma radiation are released. Alpha particles can travel only a short distance and cannot travel through your skin. Beta particles can penetrate through your skin, but they cannot go all the way through your body. Gamma radiation can go all the way through your body. Radium has been used as a radiation source for treating cancer, in radiography of metals, and combined with other metals as a neutron source for research and radiation instrument calibration. Until the 1960s, radium was a component of the luminous paints used for watch and clock dials, intrument panels in airplanes, military instruments, and compasses.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 113, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 135, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 147, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 186, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 198, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 273, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 318, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/radium-226", "Type": "PubChem Internal Link", "Extra": "CID-9877911"}, {"Start": 333, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/radium-228", "Type": "PubChem Internal Link", "Extra": "CID-6328553"}, {"Start": 345, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 496, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 974, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 1183, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}]}]}}], "ANID": 756312, "LinkedRecords": {"CID": [6328144]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-130", "Name": "1,1,2-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=155", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,1,2-Trichloroethane is a colorless, sweet-smelling liquid. It does not burn easily, can be dissolved in water, and evaporates easily. It is used as a solvent (a chemical that dissolves other substances) and as an intermediate in the production of the chemical, 1,1-dichloroethane. 1,1,2-Trichloroethane is sometimes present as an impurity in other chemicals, and it may be formed when another chemical breaks down in the environment under conditions where there is no air.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2-Trichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6574"}, {"Start": 106, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 263, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6365"}, {"Start": 283, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2-Trichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6574"}]}]}}], "ANID": 756313, "LinkedRecords": {"CID": [6574]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-131", "Name": "1,1,2,2-Tetrachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=156", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,1,2,2-Tetrachloroethane is a manufactured, colorless, dense liquid that does not burn easily. It is volatile and has a sweet odor. In the past, it was used in large amounts to produce other chemicals, as an industrial solvent to clean and degrease metals, and as an ingredient in paints and pesticides. Commercial production of 1,1,2,2-tetrachloroethane for these uses has stopped in the United States. It presently is used only as a chemical intermediate in the production of other chemicals.", "Markup": [{"Start": 0, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2%2C2-Tetrachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6591"}, {"Start": 330, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2%2C2-tetrachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6591"}]}]}}], "ANID": 756314, "LinkedRecords": {"CID": [6591]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-132", "Name": "Tungsten", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=157", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Tungsten is a naturally occurring element. It occurs in rocks and minerals combined with other chemicals, but never as a pure metal. Elemental tungsten is a white to steel gray metal (depending on the purity) that can be used in pure form or mixed with other metals to make alloys. Tungsten alloys tend to be strong and flexible, resist wear, and conduct electricity well. Tungsten is used in products such as x-ray tubes, light bulbs, high-speed tools, welding electrodes, turbine blades, golf clubs, darts, fishing weights, gyroscope wheels, phonograph needles, bullets, and armor penetrators. Tungsten is also used as a catalyst to speed up chemical reactions. Chemical compounds of tungsten are used for many purposes. Cemented tungsten carbide is a hard substance used to make grinding wheels and cutting or forming tools. Other tungsten compounds are used in ceramic pigments, as fire retardant coatings for fabrics, and as color-resistant dyes for fabrics.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 143, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 282, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 373, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 596, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 686, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 732, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tungsten%20carbide", "Type": "PubChem Internal Link", "Extra": "CID-2724274"}, {"Start": 834, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}]}]}}], "ANID": 756315, "LinkedRecords": {"CID": [23964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-133", "Name": "Americium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=158", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Americium is a man-made radioactive chemical. Americium has no naturally occurring or stable isotopes. Two important isotopes of americium are americium 241 (241Am) (read as americium two-forty-one) and243Am. Both isotopes have the same chemical behavior in the environment and the same chemical effects on your body.241Americium is used in ionization smoke detectors. There is no broad commercial use for243Am. Nuclear reactors, nuclear explosions, or the radioactive transformation of plutonium can produce both241Am and243Am. These isotopes transform by giving off alpha radiation and turning into radionuclides of other elements. The half-life of a radioactive material is the time it takes for half of the material to give off its radiation. The half-life of241Am is 432 years and that of243Am is 7,370years.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 46, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 129, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 143, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/americium%20241", "Type": "PubChem Internal Link", "Extra": "CID-104726"}, {"Start": 174, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 487, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}]}]}}], "ANID": 756316, "LinkedRecords": {"CID": [23966]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-134", "Name": "Bis(2-chloroethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=159", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Bis(2-chloroethyl) ether is a colorless, nonflammable liquid with a strong unpleasant odor. It dissolves easily in water, and some of it will slowly evaporate to the air. It does not occur naturally. Bis(2-chloroethyl) ether is made in factories, and most of it is used to make pesticides. Some of it is used as a solvent, cleaner, component of paint and varnish, rust inhibitor, or as a chemical intermediate to make other chemicals.", "Markup": [{"Start": 0, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bis%282-chloroethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-8115"}, {"Start": 115, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 200, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bis%282-chloroethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-8115"}]}]}}], "ANID": 756317, "LinkedRecords": {"CID": [8115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-135", "Name": "Bromomethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=160", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Bromomethane is a manufactured chemical. It also occurs naturally in small amounts in the ocean where it is formed, probably by algae and kelp. It is a colorless, nonflammable gas with no distinct smell. Other names for bromomethane are methyl bromide, mono-bromomethane, and methyl fume. Trade names include Embafume and Terabol. Bromomethane is used to kill a variety of pests including rats, insects, and fungi. It is also used to make other chemicals or as a solvent to get oil out of nuts, seeds, and wool.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromomethane", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 220, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bromomethane", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 237, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20bromide", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 276, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20fume", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 309, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Embafume", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 322, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Terabol", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 331, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromomethane", "Type": "PubChem Internal Link", "Extra": "CID-6323"}]}]}}], "ANID": 756318, "LinkedRecords": {"CID": [6323]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-136", "Name": "Chloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=161", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chloroethane is a colorless gas at room temperature and pressure. It has a characteristically sharp smell. It is a liquid when stored in pressurized containers; however, the liquid evaporates quickly when exposed to room air. Chloroethane catches fire easily. It was used in leaded gasoline, but strict new government regulations have reduced that use dramatically. It is used in the production of cellulose, dyes, medicinal drugs, and other commercial products, and as a solvent and refrigerant. It is also used to numb the skin before medical procedures such as ear piercing and skin biopsies and as a treatment in sports injuries.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6337"}, {"Start": 226, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6337"}, {"Start": 398, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cellulose", "Type": "PubChem Internal Link", "Extra": "CID-16211032"}]}]}}], "ANID": 756319, "LinkedRecords": {"CID": [6337]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-137", "Name": "1,2-Dichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=162", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,2-Dichloropropane is a colorless, flammable liquid with a chloroform-like odor. It is moderately soluble in water and readily evaporates into air. It does not occur naturally in the environment. 1,2-Dichloropropane production in the United States has declined over the past 20 years. It was used in the past as a soil fumigant, chemical intermediate and industrial solvent and was found in paint strippers, varnishes, and furniture finish removers. Most of these uses were discontinued. Today, almost all of the 1,2-dichloropropane is used as a chemical intermediate to make perchloroethylene and several other related chlorinated chemicals.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-6564"}, {"Start": 60, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 110, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 197, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-6564"}, {"Start": 514, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-6564"}, {"Start": 577, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-31373"}]}]}}], "ANID": 756320, "LinkedRecords": {"CID": [6564]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-138", "Name": "Dichloropropenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=163", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Dichloropropenes are synthetic chemicals made of a chain of three carbon atoms with a double bond connecting the first two carbons. Two chlorine atoms are attached at varying positions on this carbon chain generating five different types or isomers of dichloropropene molecules. The names of the isomers are 1,1-dichloropropene 1,2-dichloropropene 1,3-dichloropropene 2,3-dichloropropene and 3,3-dichloropropene.1,3-Dichloropropene is a colorless liquid with a sweet smell. It dissolves in water and evaporates easily. It is used mainly in farming as a pesticide. Much less is known about the other dichloropropenes. 2,3-Dichloropropene is used in industry to make other chemicals. No uses were found for 1,1-, 1,2-, or 3,3-dichloropropene.Because1,3-dichloropropene is produced and used in much higher amounts than the other isomers and because it is released to the environment as a pesticide, most of the data available are for 1,3-dichloropropene. Therefore, the focus of this summary is the 1,3-dichloropropene isomer."}]}}], "ANID": 756321}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-139", "Name": "1,3 Dinitrobenzene & 1,3,5 Trinitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=164", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,3-Dinitrobenzene and 1,3,5-trinitrobenzene are synthetic substances that are used in explosives. Both substances are yellow crystal-like solids at room temperature. They may exist in air in very small amounts as dust or a vapor, and can dissolve in certain liquids. If either substance is put under very high heat, it will explode. They have have no odor or taste."}]}}], "ANID": 756322}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-140", "Name": "Dinitrotoluenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=165", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Both 2,4-DNT and 2,6-DNT are pale yellow solids with a slight odor. They are two of the six forms of the chemical called dinitrotoluene (DNT). DNT is not a natural substance. It is made by mixing toluene with nitric acid. DNT is usually used to make flexible polyurethane foams used in the bedding and furniture industries. DNT is also used to produce explosives, ammunition, and dyes. It is also used in the air bags of automobiles."}]}}], "ANID": 756323}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-141", "Name": "1,2-Dibromo-3-Chloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=166", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,2-Dibromo-3-chloropropane is a manufactured chemical and is not found naturally in the environment. It is a colorless liquid with a sharp smell. It can be tasted in water at very low concentrations. Some industries use it to make another chemical that is used to make materials that resist burning. Large amounts of 1,2-dibromo-3-chloropropane were used in the past on certain farms to kill pests that harmed crops. Farmers in all states other than Hawaii stopped using this chemical in 1979. Hawaii stopped using it in 1985. We do not know exactly how much of it is currently made or used by industry, but it is probably a small amount.", "Markup": [{"Start": 0, "Length": 27, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dibromo-3-chloropropane", "Type": "PubChem Internal Link", "Extra": "CID-7280"}, {"Start": 167, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 318, "Length": 27, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dibromo-3-chloropropane", "Type": "PubChem Internal Link", "Extra": "CID-7280"}]}]}}], "ANID": 756324, "LinkedRecords": {"CID": [7280]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-142", "Name": "Di-n-butyl Phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=167", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Di-n-phtalate is a manufactured chemical that does not occur naturally. It is an odorless and oily liquid that is colorless to faint yellow in color. It is slightly soluble in water and does not evaporate easily. Di-n-phtalate is used to make plastics more flexible and is also in carpet backings, paints, glue, insect repellents, hair spray, nail polish, and rocket fuel.", "Markup": [{"Start": 176, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756325, "LinkedRecords": {"CID": [3026]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-143", "Name": "Hexachlorobutadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=168", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hexachlorobutadiene is a colorless liquid with a turpentine-like odor. It is also called perchlorobutadiene. Hexachlorobutadiene is not found naturally in the environment. It is formed when other chemicals are made. Most hexachlorobutadiene used commercially in the United States is imported from Germany. It is mainly used to make rubber compounds. It is also used as a solvent, and to make lubricants, in gyroscopes, as a heat transfer liquid, and as a hydraulic fluid.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}, {"Start": 89, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}, {"Start": 109, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}, {"Start": 221, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}]}]}}], "ANID": 756326, "LinkedRecords": {"CID": [6901]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-144", "Name": "Hexachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=169", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hexachloroethane is a colorless solid that gradually evaporates when it is exposed to air. It is also called HCE, perchloroethane, and carbon hexachloride. Its vapors smell like camphor. In the United States, about half of the hexachloroethane is used by the military for smoke-producing devices. It is also used to remove air bubbles in melted aluminum. Hexachloroethane may be present as an ingredient in some fungicides, insecticides, lubricants, and plastics. Hexachloroethane does not occur naturally in the environment. It is no longer made in the United States, but it is formed as a by-product in the production of some chemicals. Some hexachloroethane can be formed by incinerators when materials containing chlorinated hydrocarbons are burned. Hexachloroethane itself does not catch fire easily. Some hexachloroethane can also be formed when chlorine reacts with carbon compounds in drinking water.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 114, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 135, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/carbon%20hexachloride", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 178, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/camphor", "Type": "PubChem Internal Link", "Extra": "CID-2537"}, {"Start": 227, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 345, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 355, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 464, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 644, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 754, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 811, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 852, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 873, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 902, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756327, "LinkedRecords": {"CID": [6214]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-145", "Name": "Hexamethylene Diisocyanate (HDI)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=170", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hexamethylene diisocyanate is a pale yellow liquid with a strong odor. It is an industrial chemical that is not known to occur naturally. It is also commonly known as HDI, 1,6-hexamethylene diisocyanate, 1,6-diisocyanatohexane, Mondur HX, and Desmodur H. Hexamethylene diisocyanate is mainly used to make polyurethane foams and coatings. It is also used as a hardener in automobile and airplane paints.", "Markup": [{"Start": 0, "Length": 26, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexamethylene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-13192"}, {"Start": 172, "Length": 30, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C6-hexamethylene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-13192"}, {"Start": 204, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C6-diisocyanatohexane", "Type": "PubChem Internal Link", "Extra": "CID-87091684"}, {"Start": 243, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Desmodur%20H", "Type": "PubChem Internal Link", "Extra": "CID-13192"}, {"Start": 255, "Length": 26, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexamethylene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-13192"}]}]}}], "ANID": 756328, "LinkedRecords": {"CID": [13192]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-146", "Name": "HMX (Octogen)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=171", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "HMX (Octogen) is an acronym for High Melting eXplosive. It is also known as octogen and cyclotetramethylene-tetranitramine, as well as by other names. It is a colorless solid that dissolves slightly in water. Only a small amount of HMX (Octogen) will evaporate into the air; however, it can occur in air attached to suspended particles or dust. The taste and smell of HMX (Octogen) are not known. HMX (Octogen) does not occur naturally in the environment. It is made from other chemicals known as hexamine, ammonium nitrate, nitric acid, and acetic acid. HMX (Octogen) explodes violently at high temperatures. Because of this property, HMX (Octogen) is used in various kinds of explosives, rocket fuels, and burster chargers. A small amount of HMX (Octogen) is also formed in making cyclotrimethylene-trinitramine (RDX), another explosive similar in structure to HMX (Octogen).", "Markup": [{"Start": 0, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 5, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 76, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 88, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cyclotetramethylene", "Type": "PubChem Internal Link", "Extra": "CID-8028"}, {"Start": 202, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 232, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 237, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 368, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 373, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 397, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 402, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 497, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexamine", "Type": "PubChem Internal Link", "Extra": "CID-4101"}, {"Start": 507, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonium%20nitrate", "Type": "PubChem Internal Link", "Extra": "CID-22985"}, {"Start": 525, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-944"}, {"Start": 542, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acetic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-176"}, {"Start": 555, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 560, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 636, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 641, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 744, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 749, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 783, "Length": 30, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cyclotrimethylenetrinitramine", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 815, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 863, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 868, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}]}]}}], "ANID": 756329, "LinkedRecords": {"CID": [17596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-147", "Name": "Nitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=172", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nitrophenols include two chemicals, 2-nitrophenol and 4-nitrophenol, which are very similar to each other. They are manufactured chemicals that do not occur naturally in the environment. The manufacture of one almost always produces a little of the other, so they are grouped together when discussing their properties and harmful effects. 2-Nitrophenol is a light yellow solid with a peculiar sweet smell. 4-Nitrophenol is a colorless to light yellow solid with very little odor. 2-Nitrophenol is used mainly to make dyes, paint coloring, rubber chemicals, and substances that kill molds. 4-Nitrophenol is used mainly to make drugs, fungicides, dyes, and to darken leather."}]}}], "ANID": 756330}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-148", "Name": "n-Nitrosodimethylamine (NDMA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=173", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "n-Nitrosodimethylamine is produced by industry only in small amounts for research. At room temperature, it is a yellow liquid with no distinct odor. It was used to make rocket fuel, but this use was stopped after unusually high levels of this chemical were found in air, water, and soil samples collected near a rocket fuel manufacturing plant. It is used in some cosmetic and toiletry products and in cleansers.n-Nitrosodimethylamine is unintentionally formed during various manufacturing processes and in air, water, and soil from reactions involving other chemicals called alkylamines. It is also found in some foods and may be formed in the body.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodimethylamine", "Type": "PubChem Internal Link", "Extra": "CID-6124"}, {"Start": 271, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 412, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodimethylamine", "Type": "PubChem Internal Link", "Extra": "CID-6124"}, {"Start": 512, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756331, "LinkedRecords": {"CID": [6124]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-149", "Name": "Perchlorates", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=181", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Perchlorates are colorless salts that have no odor. There are five perchlorate salts that are manufactured in large amounts: magnesium perchlorate, potassium perchlorate, ammonium perchlorate, sodium perchlorate, and lithium perchlorate. Perchlorate salts are solids that dissolve easily in water. The health effects of perchlorate salts are due to the perchlorate itself and not to the other component (i.e., magnesium, ammonium, potassium, etc.). One place where perchlorate occurs naturally is in saltpeter deposits in Chile, where the saltpeter is used to make fertilizer. In the past, the United States used a lot of this fertilizer on tobacco plants, but now uses very little. Perchlorates are very reactive chemicals that are used mainly in explosives, fireworks, and rocket motors. The solid booster rocket of the space shuttle is almost 70% ammonium perchlorate. Perchlorates are also used for making other chemicals. Many years ago, perchlorate was used as a medication to treat an over-reactive thyroid gland."}]}}], "ANID": 756332}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-150", "Name": "Phosgene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=182", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Phosgene is a colorless nonflammable gas that has the odor of freshly cut hay. It is a manufactured chemical, but small amounts occur naturally from the break down of chlorinated compounds. Phosgene is used in the manufacture of other chemicals such as dyestuffs, isocyanates, polycarbonates and acid chlorides; it is also used in the manufacture of pesticides and pharmaceuticals. Phosgene can also be used to separate ores. Phosgene is a gas at room temperature, but is sometimes stored as a liquid under pressure or refrigeration.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}, {"Start": 190, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}, {"Start": 382, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}, {"Start": 426, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}]}]}}], "ANID": 756333, "LinkedRecords": {"CID": [6371]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-151", "Name": "Polybrominated Diphenyl Ethers (PBDEs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=183", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Polybrominated diphenyl ethers (PBDEs) are flame-retardant chemicals that are added to plastics and foam products to make them difficult to burn. There are different kinds of PBDEs; so\u00b5me have only a few bromine atoms attached, while some have as many as ten bro\u00b5mine attached to the central molecule. PBDEs exist as mixtures of similar chemicals called congeners. Because they are mixed into plastics and foams rather than bound to them, PBDEs can leave the products that contain them and enter the environment."}]}}], "ANID": 756334}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-152", "Name": "Sulfur Mustard", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=184", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Sulfur mustard (HD) is a thick liquid at ambient temperature, but becomes a solid at 58 \u00b0F. It is heavier than water as a liquid and heavier than air as a vapor. It does not occur naturally in the environment It is often called mustard gas, but sulfur mustard is not likely to change into a gas immediately if it is released at ordinary temperatures. As a pure liquid, it is colorless and odorless, but when mixed with other chemicals, it looks brown and has a garlic-like smell. Sulfur mustard has been used in chemical warfare and was made in large amounts during World Wars I and II. It was reportedly used in the Iran-Iraq war in 1980-1988. It is not presently used in the United States, except for research purposes, and the U.S. Department of Defense must destroy all remaining stocks of sulfur mustard by 2004.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 111, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 245, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 480, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 794, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}]}]}}], "ANID": 756335, "LinkedRecords": {"CID": [10461]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-153", "Name": "Synthetic Vitreous Fibers", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=185", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Synthetic vitreous fibers are a group of fibrous, inorganic materials that contain aluminum or calcium silicates, and are made from rock or stone, clay, slag, or glass. They do not occur naturally in the environment, but are widely used for thermal and sound insulating purposes and to reinforce other building materials. There are three categories of synthetic vitreous fibers: 1) glass fibers (fiberglass), including glass wool and continuous filament glass, 2) mineral wool, which contains stone wool and slag wool, and 3) refractory ceramic fibers. Insulation that is used in homes and buildings is composed of synthetic vitreous fibers. Refractory ceramic fibers are not widely used for building insulation. They are used to insulate furnaces, in replacement of asbestos."}]}}], "ANID": 756336}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-154", "Name": "1,2,3-Trichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=186", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,2,3-Trichloropropane is a synthetic chemical that is also known as allyl trichloride, glycerol trichlorohydrin, and trichlorohydrin. It is a colorless, heavy liquid with a sweet but strong odor. It evaporates very quickly and small amounts dissolve in water. It is mainly used to make other chemicals. Some of it is also used as an industrial solvent, paint and varnish remover, and cleaning and degreasing agent. Very little information is available on the amounts manufactured and the specific uses.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C3-Trichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 69, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/allyl%20trichloride", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 88, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glycerol%20trichlorohydrin", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 118, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trichlorohydrin", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 254, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756337, "LinkedRecords": {"CID": [7285]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-155", "Name": "2,3-Benzofuran", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=187", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "2,3-Benzofuran is a colorless, sweet-smelling, oily liquid made by processing coal into coal oil. It may also be formed during other uses of coal or oil. 2,3-Benzofuran is not used for any commercial purposes, but the part of the coal oil that contains 2,3-benzofuran is made into a plastic called coumarone-indene resin. This resin resists corrosion and is used to make paints and varnishes. The resin also provides water resistance and is used in coatings on paper products and fabrics. It is used as an adhesive in food containers and some asphalt floor tiles. The resin has been approved for use in food packages and as a coating on citrus fruits. We do not know how often the resin is used or whether any 2,3-benzofuran in the coating or packaging gets into the food.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-Benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}, {"Start": 154, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-Benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}, {"Start": 253, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}, {"Start": 417, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 710, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}]}]}}], "ANID": 756338, "LinkedRecords": {"CID": [9223]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-156", "Name": "Bis(chloromethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=188", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Bis(chloromethyl) ether is a clear liquid with a strong unpleasant odor. It does not occur naturally. It dissolves easily in water, but degrades rapidly and readily evaporates into air. In the past, it was used to make several types of polymers, resins, and textiles, but its use is now highly restricted. Only small quantities of bis(chloromethyl) ether are produced in the United States. The small quantities that are produced are only used in enclosed systems to make other chemicals. However, small quantities of bis(chloromethyl) ether may be formed as an impurity during the production of another chemical, chloromethyl methyl ether.", "Markup": [{"Start": 0, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bis%28chloromethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-10967"}, {"Start": 125, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 331, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bis%28chloromethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-10967"}, {"Start": 517, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bis%28chloromethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-10967"}, {"Start": 613, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloromethyl%20methyl%20ether", "Type": "PubChem Internal Link", "Extra": "CID-7864"}]}]}}], "ANID": 756339, "LinkedRecords": {"CID": [10967]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-157", "Name": "Blister Agents HN-1HN-2HN-3 Nitrogen Mustards", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=189", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nitrogen mustards (HN-1, HN-2, HN-3) are colorless to yellow, oily liquids that evaporate very slowly. HN-1 has a faint, fishy or musty odor. HN-2 has a soapy odor at low concentrations and a fruity odor at higher concentrations. HN-3 may smell like butter almond. Although nitrogen mustards could be used in chemical warfare, there are presently no records of such use. HN-1 has been used to remove warts in the past, and HN-2 has been used sparingly in chemotherapy."}]}}], "ANID": 756340}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-158", "Name": "Blister Agents: Lewisite (L), Mustard-Lewisite Mixture (HL)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=190", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Lewisite is an oily, colorless liquid with an odor like geraniums. Mustard-Lewisite Mixture is a liquid with a garlic-like odor. Mustard-Lewisite is a mixture of Lewisite and a sulfur mustard known as HD. Lewisite might have been used as a chemical weapon by Japan against Chinese forces in the 1930s, but such reports have not been confirmed. Any stored Lewisite in the United States must be destroyed before April 2007, as mandated by the Chemical Weapons Convention.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}, {"Start": 67, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mustard-Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-44151229"}, {"Start": 129, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mustard-Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-44151229"}, {"Start": 162, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}, {"Start": 177, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 205, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}, {"Start": 355, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}]}]}}], "ANID": 756341, "LinkedRecords": {"CID": [10923, 5372798]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-159", "Name": "Blister Agents: Sulfur Mustard Agent H/HD, Sulfur Mustard Agent HT", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=191", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Sulfur mustards H/HD and HT are manufactured compounds. They are colorless when pure, but are typically yellow to brown oily liquids with a slight garlic or mustard odor. Agent H contains about 20-30% impurities. The nearly pure substance is called HD. HT is a mixture of 60% HD and 40% of another substance called agent T. They do not dissolve much in water, but dissolve easily in oils, fats, and other solvents. They are stable at ambient temperatures. Sulfur mustards were introduced as chemical warfare agents during World War I. More than a dozen countries have sulfur mustard agents in their chemical arsenals. Destruction of U.S. stockpiles of chemical agents, including sulfur mustards, was mandated by the Chemical Weapons Convention to take place before April 2007."}]}}], "ANID": 756342}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-160", "Name": "Calcium Hypochlorite/Sodium Hypochlorite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=192", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Sodium hypochlorite is generally used dissolved in water at various concentrations. Although available, solid sodium hypochlorite is not commercially used. Sodium hypochlorite solutions are clear, greenish to yellow liquids with an odor of chlorine. Calcium hypochlorite is a white solid that readily decomposes in water releasing oxygen and chlorine. It also has a strong chlorine odor. Neither compound occur naturally in the environment. Sodium and calcium hypochlorite are used primarily as bleaching agents or disinfectants. They are components of commercial bleaches, cleaning solutions, and disinfectants for drinking water and waste water purification systems and swimming pools.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-23665760"}, {"Start": 51, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 110, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sodium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-23665760"}, {"Start": 156, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-23665760"}, {"Start": 240, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 250, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Calcium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-24504"}, {"Start": 315, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 331, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 342, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 373, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 441, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sodium", "Type": "PubChem Internal Link", "Extra": "Element-Sodium"}, {"Start": 452, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/calcium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-24504"}, {"Start": 625, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 641, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756343, "LinkedRecords": {"CID": [23665760]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-161", "Name": "Chlorfenvinphos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=193", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chlorfenvinphos is an insecticide that is a colorless liquid with a mild odor. It was commonly used until 1991 when all products containing chlorfenvinphos as an active ingredient were canceled in the United States. Commercial preparations commonly sold in stores were usually 90% chlorfenvinphos. Most of the chlorfenvinphos used was in liquid form. Chlorfenvinphos was widely used to control household pests such as flies, fleas, and mice. The chemical is manufactured and does not occur naturally in the environment. It was sold under common trade names including Birlane\u00ae, Dermaton\u00ae, Sapercon\u00ae, Steladone\u00ae, and Supona\u00ae. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 0, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 140, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 281, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 310, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 351, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 567, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Birlane", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 577, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dermaton", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 599, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Steladone", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 615, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Supona", "Type": "PubChem Internal Link", "Extra": "CID-5377784"}]}]}}], "ANID": 756344, "LinkedRecords": {"CID": [10107, 5377784, 5377791]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-162", "Name": "Chlorodibenzofurans (CDFs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=194", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chlorinated dibenzofurans, or CDFs, are a family of chemicals that contain one to eight chlorine atoms attached to the carbon atoms of the parent chemical, dibenzofuran. There are 135 different types of CDFs with varying harmful health and environmental effects. The compounds that contain chlorine atoms at the 2,3,7,8-positions of the dibenzofuran molecule are known to be especially harmful. Not all of the different types have been found in large enough quantities to study the physical properties. However, of those that have been studied, they do not dissolve in water easily and appear to be in the form of colorless solids. There is no known use for these chemicals. Other than for research purposes, they are not deliberately produced by industry. Most CDFs are produced in small amounts as undesirable by-products of certain processes, such as manufacturing other chemicals or bleaching at paper and pulp mills. CDFs can also be released from incinerators."}]}}], "ANID": 756345}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-163", "Name": "Chlorophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=195", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Chlorophenols are a group of che\u00b5micals that are produced by adding chlorines to phenol. Phenol is an aromatic compound derived from benzene. There are 5 basic types of chlorophenols and 19 different chlorophenols. Most chlorophenols are solid at room temperature. They have a strong, medicinal taste and smell. Small amounts can be tasted in water. So\u00b5me chlorophenols are used as pesticides. Others are used in antiseptics. Small amounts are produced when water is disinfected with chlorine. They are also produced while bleaching wood pulp with chlorine to make paper."}]}}], "ANID": 756346}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-164", "Name": "Cresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=196", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Cresols are a widely occurring natural and manufactured group of chemicals. In their pure form, they are colorless solids and may be liquids if they are mixtures. Cresols smell like medicine. There are three forms of cresols that differ slightly in their chemical structure: ortho-cresol (o-cresol), meta-cresol (m-cresol, and para-cresol (p-cresol). These forms occur separately or as a mixture. Cresols are used to dissolve other chemicals, as disinfectants and deodorizers, and to make other chemicals. Cresols may be formed normally in the body from other compounds. Cresols are found in many foods and in wood and tobacco smoke, crude oil, coal tar, and in chemical mixtures used as wood preservatives. Small organisms in soil and water produce cresols when they break down materials in the environment."}]}}], "ANID": 756347}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-165", "Name": "Crotonaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=197", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Crotonaldehyde is a clear, colorless to straw colored liquid with a strong, suffocating odor. It is highly flammable and produces toxic vapors at room temperature. Crotonaldehyde is found naturally in emissions of some vegetation and volcanoes; many foods contain crotonaldehyde in small amounts. Crotonaldehyde is mainly used in the manufacture of sorbic acid, which is a yeast and mold inhibitor. Crotonaldehyde has been used as a warning agent in fuels, as alcohol denaturant, as stabilizer for tetraethyl-lead, in the preparation of rubber accelerators, and in leather tanning.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 164, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 264, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 297, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 349, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sorbic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-643460"}, {"Start": 399, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}]}]}}], "ANID": 756348, "LinkedRecords": {"CID": [20138, 447466]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-166", "Name": "1,2-Diphenylhydrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=198", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,2-Diphenylhydrazine is a white solid. There is no information on what it smells like or whether it will burn. It does not dissolve easily in water, but when placed in water, it rapidly breaks down into other chemicals. These include the toxic chemicals benzidine and azobenzene. It does not evaporate easily but may be released to air when attached to dust particles. 1,2-Diphenylhydrazine is a man-made chemical that was used in the past to make benzidine which was used to make various fabric dyes. Benzidine dyes are no longer used in the United States, but may still be used in other countries. The only current use of 1,2-diphenylhydrazine in the United States is in the production of medicines to treat inflammation and a type of arthritis.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Diphenylhydrazine", "Type": "PubChem Internal Link", "Extra": "CID-31222"}, {"Start": 143, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 169, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 255, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 269, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/azobenzene", "Type": "PubChem Internal Link", "Extra": "CID-2272"}, {"Start": 370, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Diphenylhydrazine", "Type": "PubChem Internal Link", "Extra": "CID-31222"}, {"Start": 449, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 503, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 625, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-diphenylhydrazine", "Type": "PubChem Internal Link", "Extra": "CID-31222"}]}]}}], "ANID": 756349, "LinkedRecords": {"CID": [31222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-167", "Name": "1,4-Dioxane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=199", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1,4-Dioxane is a clear liquid that easily dissolves in water. It is used primarily as a solvent in the manufacture of chemicals and as a laboratory reagent; 1,4-dioxane also has various other uses that take advantage of its solvent properties. 1,4-Dioxane is a trace contaminant of some chemicals used in cosmetics, detergents, and shampoos. However, manufacturers now reduce 1,4-dioxane from these chemicals to low levels before these chemicals are made into products used in the home.", "Markup": [{"Start": 0, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-Dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}, {"Start": 55, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 157, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}, {"Start": 244, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-Dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}, {"Start": 376, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}]}]}}], "ANID": 756350, "LinkedRecords": {"CID": [31275]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-168", "Name": "3,3'-Dichlorobenzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=200", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "3,3'-Dichlorobenzidine is a gray-to-purple colored crystalline solid. It changes from a solid to a gas very slowly. 3,3'-Dichlorobenzidine salt is the major form in actual use. It is a stable, off-white colored crystalline solid that does not evaporate. Neither 3,3'-dichlorobenzidine nor its salt are found naturally in the environment. They are manufactured for pigments for printing inks, textiles, plastics and enamels, paint, leather, and rubber.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/3%2C3%27-Dichlorobenzidine", "Type": "PubChem Internal Link", "Extra": "CID-7070"}, {"Start": 116, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/3%2C3%27-Dichlorobenzidine", "Type": "PubChem Internal Link", "Extra": "CID-7070"}, {"Start": 262, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/3%2C3%27-dichlorobenzidine", "Type": "PubChem Internal Link", "Extra": "CID-7070"}]}]}}], "ANID": 756351, "LinkedRecords": {"CID": [7070]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-169", "Name": "DEET (N,N-diethyl-meta-toluamide)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=201", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "DEET is a chemical (N,N-diethyl-meta-toluamide) used as the active ingredient in many insect repellent products. DEET was developed by the U.S. Army in 1946 and was registered for use by the general public in 1957. It is now widely used, with approximately 30% of the U.S. population using DEET repellents each year. DEET products are currently available in a variety of forms: liquids, lotions, sprays, and even impregnated materials, such as wristbands. Formulations registered for direct application to human skin contain from 4% to 100% DEET. Approximately 230 products containing DEET are currently registered with the U.S. Environmental Protection Agency (EPA).", "Markup": [{"Start": 0, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 20, "Length": 26, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/N%2CN-diethyl-meta-toluamide", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 113, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 290, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 317, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 541, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 585, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}]}]}}], "ANID": 756352, "LinkedRecords": {"CID": [4284]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-170", "Name": "Diborane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=202", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Diborane is a colorless gas at room temperature with a repulsive, sweet odor. It mixes well with air and easily forms explosive mixtures. Diborane will ignite spontaneously in moist air at room temperature. Diborane is used in rocket propellants, as a reducing agent, as a rubber vulcanizer, as a catalyst for hydrocarbon polymerization, as a flame-speed accelerator, and as a doping agent. It is also used in electronics to impart electrical properties in pure crystals.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diborane", "Type": "PubChem Internal Link", "Extra": "CID-12544637"}, {"Start": 138, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diborane", "Type": "PubChem Internal Link", "Extra": "CID-12544637"}, {"Start": 207, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diborane", "Type": "PubChem Internal Link", "Extra": "CID-12544637"}]}]}}], "ANID": 756353, "LinkedRecords": {"CID": [12544637]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-171", "Name": "Diisopropyl Methylphosphonate (DIMP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=203", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Diisopropyl methylphosphonate is a chemical by-product resulting from the manufacture of Sarin (GB), a nerve gas that was produced by the Army in the 1950s. A chemical by-product is a chemical that is formed while making another substance. Sarin was produced and stored only in the Rocky Mountain Arsenal outside of Denver, Colorado. Production of Sarin in the United States was discontinued in 1957. Diisopropyl methylphosphonate is not known to occur naturally in the environment. It is not likely to be produced in the United States in the future because of the signing of a chemical treaty that bans the use, production, and stockpiling of poison gases. Diisopropyl methylphosphonate is a colorless liquid. Other names for it are DIMP, diisopropyl methane-phosphonate, phosphonic acid, and methyl-bis-(1-methylethyl)ester.", "Markup": [{"Start": 0, "Length": 29, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diisopropyl%20methylphosphonate", "Type": "PubChem Internal Link", "Extra": "CID-3073"}, {"Start": 89, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sarin", "Type": "PubChem Internal Link", "Extra": "CID-7871"}, {"Start": 240, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sarin", "Type": "PubChem Internal Link", "Extra": "CID-7871"}, {"Start": 348, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sarin", "Type": "PubChem Internal Link", "Extra": "CID-7871"}, {"Start": 401, "Length": 29, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diisopropyl%20methylphosphonate", "Type": "PubChem Internal Link", "Extra": "CID-3073"}, {"Start": 658, "Length": 29, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diisopropyl%20methylphosphonate", "Type": "PubChem Internal Link", "Extra": "CID-3073"}, {"Start": 773, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosphonic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-3084169"}]}]}}], "ANID": 756354, "LinkedRecords": {"CID": [3073]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-172", "Name": "Di-n-octylphthalate (DNOP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=204", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Di-n-octylphthalate is a colorless, odorless, oily liquid that doesn't evaporate easily. It is a man-made substance used to keep plastics soft or more flexible. This type of plastic can be used for medical tubing and blood storage bags, wire and cables, carpetback coating, floor tile, and adhesives. It is also used in cosmetics and pesticides."}]}}], "ANID": 756355, "LinkedRecords": {"CID": [8346]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-173", "Name": "Disulfoton", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=205", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Disulfoton is a manufactured substance used as a pesticide to control a variety of harmful pests that attack many field and vegetable crops. It does not occur naturally. Pure disulfoton is a colorless oil with an unidentifiable characteristic odor and taste. The technical product is dark yellowish, with an aromatic odor. Common trade names are Di-syston, Disystox, Frumin AL, and Soilvirex. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services. It is used to protect small grains, sorghum, corn, and other field crops; some vegetables, fruit, and nut crops; and ornamental and potted plants against certain insects. Although it is used mostly in agriculture, small quantities are used on home and garden plants, and for mosquito control in swamps. The use of disulfoton has decreased in recent years.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Disulfoton", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 175, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/disulfoton", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 346, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Di-syston", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 367, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Frumin%20AL", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 921, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/disulfoton", "Type": "PubChem Internal Link", "Extra": "CID-3118"}]}]}}], "ANID": 756356, "LinkedRecords": {"CID": [3118]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-174", "Name": "Ethion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=206", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Ethion is an organophosphate pesticide. Pure ethion is a clear to yellowish liquid with an unpleasant sulfur-like smell. It does not occur naturally in the environment. Ethion is used in agriculture, mainly to control insects on citrus trees, but also on cotton, fruit and nut trees, and some vegetables. It may also be used on lawns and turf grasses, but it is not used in the home for pest control.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethion", "Type": "PubChem Internal Link", "Extra": "CID-3286"}, {"Start": 45, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethion", "Type": "PubChem Internal Link", "Extra": "CID-3286"}, {"Start": 102, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 169, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethion", "Type": "PubChem Internal Link", "Extra": "CID-3286"}]}]}}], "ANID": 756357, "LinkedRecords": {"CID": [3286]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-175", "Name": "Guthion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=207", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Guthion, also called azinphos-methyl, is an organophosphorous pesticide that was used on many crops, especially apples, pears, cherries, peaches, almonds, and cotton. Many of its former uses have been cancelled by the EPA, and its few remaining uses are currently in the process of being phased out. Guthion is a synthetic substance, it does not occur naturally. Pure guthion is a colorless to white odorless crystalline solid that melts at about 72-74\u00baC (162-165\u00baF). Technical-grade guthion is a cream to yellow-brown granular solid. Guthion is poorly soluble in water.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 21, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/azinphos-methyl", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 300, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 368, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 484, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 535, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 564, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756358, "LinkedRecords": {"CID": [2268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-176", "Name": "Hexachlorocyclopentadiene (HCCPD)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=208", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "HCCPD is a manufactured chemical that does not occur naturally. It is a light, lemon-yellow liquid that has a sharp musty odor. It easily evaporates into the air; the vapor looks like a blue haze. HCCPD is used in the manufacture of certain pesticides. Most of the HCCPD in the environment results from releases during its production and disposal. It is also used to make flame retardants, resins that won't burn, shock-proof plastics, esters, ketones, fluorocarbons, and dyes.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HCCPD", "Type": "PubChem Internal Link", "Extra": "CID-6478"}, {"Start": 197, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HCCPD", "Type": "PubChem Internal Link", "Extra": "CID-6478"}, {"Start": 265, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HCCPD", "Type": "PubChem Internal Link", "Extra": "CID-6478"}]}]}}], "ANID": 756359, "LinkedRecords": {"CID": [6478]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-177", "Name": "4,4'-Methylenebis(2-Chloroaniline) (MBOCA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=209", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "MBOCA is a synthetic chemical used primarily to make polyurethane products. Pure MBOCA is a colorless, crystalline solid, but the commonly used form is usually yellow, tan, or brown pellets. It has no smell or taste. Examples of these products include gears, gaskets, sport boots, roller skate wheels, shoe soles, rolls and belt drives in cameras, computers and copy machines, wheels and pulleys for escalators and elevators, components in home appliances, and various military applications. It is also used as a coating in chemical reactions to \"set\" glues, plastics, and adhesives. Because plastics have many uses, MBOCA is widely used. Other names for MBOCA include 4,4'-methylenebis(2-chloroaniline), methylene-bis-ortho-chloro-aniline, bis-amine, DACPM, MCA, and MOCA.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 81, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 617, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 655, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 669, "Length": 34, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C4%27-methylenebis%282-chloroaniline%29", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 705, "Length": 34, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylene-bis-orthochloroaniline", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 752, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DACPM", "Type": "PubChem Internal Link", "Extra": "CID-7543"}]}]}}], "ANID": 756360, "LinkedRecords": {"CID": [7543]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-178", "Name": "4,4'-Methylenedianiline", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=210", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "4,4'-Methylenedianiline is an industrial chemical that is not known to occur naturally. It is also commonly known as diaminodiphenylmethane or MDA. It occurs as a colorless to pale yellow solid and has a faint odor. 4,4'-Methylenedianiline is used mainly for making polyurethane foams, which have a variety of uses, such as insulating materials in mailing containers. It is also used for making coating materials, glues, Spandex\u00ae fiber, dyes, and rubber.", "Markup": [{"Start": 0, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C4%27-Methylenedianiline", "Type": "PubChem Internal Link", "Extra": "CID-7577"}, {"Start": 117, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/diaminodiphenylmethane", "Type": "PubChem Internal Link", "Extra": "CID-7577"}, {"Start": 216, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C4%27-Methylenedianiline", "Type": "PubChem Internal Link", "Extra": "CID-7577"}]}]}}], "ANID": 756361, "LinkedRecords": {"CID": [7577]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-179", "Name": "n-Nitrosodi-n-propylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=211", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "n-Nitrosodi-n-propylamine is a chemical produced by industry in small amounts for research. It is a yellow liquid at room temperature. Small amounts of n-nitrosodi-n-propylamine are produced as a side reaction during some manufacturing processes, as a contaminant in some weed killers, and during the manufacture of some rubber products.", "Markup": [{"Start": 0, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodi-n-propylamine", "Type": "PubChem Internal Link", "Extra": "CID-12130"}, {"Start": 152, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-nitrosodi-n-propylamine", "Type": "PubChem Internal Link", "Extra": "CID-12130"}]}]}}], "ANID": 756362, "LinkedRecords": {"CID": [12130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-180", "Name": "n-Nitrosodiphenylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=212", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "n-Nitrosodiphenylamine is an industrial compound. It is an orange-brown or yellow solid that has been produced since 1945. n-Nitrosodiphenylamine is used to make rubber products such as tires or to make other chemicals. In the early 1980s, most U.S. rubber manufacturers replaced it with more efficient chemicals. Today, only one manufacturer in the United States produces n-nitrosodiphenylamine. We do not know if it occurs naturally in the environment. There is some evidence that microorganisms make it.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodiphenylamine", "Type": "PubChem Internal Link", "Extra": "CID-6838"}, {"Start": 123, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodiphenylamine", "Type": "PubChem Internal Link", "Extra": "CID-6838"}, {"Start": 373, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-nitrosodiphenylamine", "Type": "PubChem Internal Link", "Extra": "CID-6838"}]}]}}], "ANID": 756363, "LinkedRecords": {"CID": [6838]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-181", "Name": "Phosgene Oxime", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=213", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Phosgene oxime is a manufactured chemical that was developed as a potential chemical warfare agent, but its use on the battlefield has never been documented. It has a disagreeable penetrating odor. Pure phosgene oxime is a colorless, crystalline solid; the munitions grade compound is a yellowish-brown liquid. Both the liquid and the solid can give off vapors at ambient temperatures.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene%20oxime", "Type": "PubChem Internal Link", "Extra": "CID-65582"}, {"Start": 203, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosgene%20oxime", "Type": "PubChem Internal Link", "Extra": "CID-65582"}]}]}}], "ANID": 756364, "LinkedRecords": {"CID": [65582]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-182", "Name": "Phosphine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=214", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Phosphine is a colorless, flammable, and explosive gas at ambient temperature that has the odor of garlic or decaying fish. Small amounts occur naturally from the break down of organic matter. It is slightly soluble in water. Phosphine is used in semiconductor and plastics industries, in the production of a flame retardant, and as a pesticide in stored grain.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosphine", "Type": "PubChem Internal Link", "Extra": "CID-24404"}, {"Start": 219, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 226, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosphine", "Type": "PubChem Internal Link", "Extra": "CID-24404"}]}]}}], "ANID": 756365, "LinkedRecords": {"CID": [24404]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-183", "Name": "Selenium Hexafluoride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=215", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Selenium hexafluoride is a corrosive, colorless gas at room temperature. Selenium hexafluoride is only slightly soluble in water. It does not occur naturally in the environment. Selenium hexafluoride is used as a gaseous electrical insulator.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Selenium%20hexafluoride", "Type": "PubChem Internal Link", "Extra": "CID-24558"}, {"Start": 73, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Selenium%20hexafluoride", "Type": "PubChem Internal Link", "Extra": "CID-24558"}, {"Start": 123, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 178, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Selenium%20hexafluoride", "Type": "PubChem Internal Link", "Extra": "CID-24558"}]}]}}], "ANID": 756366, "LinkedRecords": {"CID": [24558]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-184", "Name": "Tetryl", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=216", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "The chemical name for tetryl is 2,4,6-trinitrophenyl-n-methylnitramine. Some commonly used names are nitramine, tetralite, and tetril. Tetryl is an odorless, synthetic, yellow crystal-like solid that is not found naturally in the environment. Under certain conditions, tetryl can exist as dust in air. It dissolves slightly in water and in other liquids. Tetryl was used to make explosives, mostly during World Wars I and II. It is no longer manufactured or used in the United States. Stocks of tetryl are found in storage at military installations and are being destroyed by the Department of Defense (DOD).", "Markup": [{"Start": 22, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 32, "Length": 38, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4%2C6-trinitrophenyl-n-methylnitramine", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 101, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitramine", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 127, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetril", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 135, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 269, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 327, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 355, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 495, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}]}]}}], "ANID": 756367, "LinkedRecords": {"CID": [10178]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-185", "Name": "Dinitrocresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=218", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Dinitrocresols are a class of manufactured chemicals that do not occur naturally in the environment. There are 18 different dinitrocresols. The most commercially important dinitrocresol, 4,6-dinitro-o-cresol (DNOC), is a yellow solid with no smell. It is used primarily for insect control and crop protection. It may be sold under several trade names, including Antinonnin, Detal, and Dinitrol. Use of tradenames is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services. DNOC was used in diet pills in the 1930s, but has since been banned for this use.", "Markup": [{"Start": 172, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dinitrocresol", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 187, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C6-dinitro-o-cresol", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 209, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DNOC", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 362, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Antinonnin", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 374, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Detal", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 385, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dinitrol", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 608, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DNOC", "Type": "PubChem Internal Link", "Extra": "CID-10800"}]}]}}], "ANID": 756368, "LinkedRecords": {"CID": [10800]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-186", "Name": "Acrylamide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=236", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Acrylamide is a colorless, odorless, crystalline solid that can react violently when melted. When it is heated, sharp fumes may be released.Acrylamide is used to make polyacrylamide, which is mainly used in treating waste water discharge from water treatment plants and industrial processes.In addition, acrylamide and polyacrylamides are used in the production of dyes and organic chemicals, contact lenses, cosmetics and toiletries, permanent-press fabrics, paper and textile production, pulp and paper production, ore processing, sugar refining, and as a chemical grouting agent and soil stabilizer for the construction of tunnels, sewers, wells and reservoirs.Acrylamide is formed in foods that are rich in carbohydrates when they are fried, grilled, or baked.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}, {"Start": 140, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}, {"Start": 222, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 243, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 304, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}, {"Start": 664, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}]}]}}], "ANID": 756369, "LinkedRecords": {"CID": [6579]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-187", "Name": "Perfluoroalkyls", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=237", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Perfluoroalkyls are stable, synthetic chemicals. Perfluoroalkyls are unique because they repel oil, grease, and water. The two perfluoroalkyls made in the largest amounts in the U.S. are perflurooctanoic acid (PFOA) and perfluorooctane sulfonic acid (PFOS). Perfluoroalkyls have been used in surface protection products such as carpet and clothing treatments and coating for paper and cardboard packaging. They have also been used in fire-fighting foams."}]}}], "ANID": 756370}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-188", "Name": "Phosphate Ester Flame Retardants", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=239", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Phosphate ester flame retardants are human-made chemicals added to consumer and industrial products for the purpose of reducing flammability. Phosphate ester flame retardants are composed of a group of chemicals with similar properties but slightly different structures. Phosphate esters are typically liquids at room temperature; however, some are solids."}]}}], "ANID": 756371}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-189", "Name": "Propylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=240", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Propylene glycol is a synthetic liquid substance that absorbs water. Propylene glycol is also used to make polyester compounds, and as a base for deicing solutions. Propylene glycol is used by the chemical, food, and pharmaceutical industries as an antifreeze when leakage might lead to contact with food. The Food and Drug Administration (FDA) has classified propylene glycol as an additive that is \u201cgenerally recognized as safe\u201d for use in food. It is used to absorb extra water and maintain moisture in certain medicines, cosmetics, or food products. It is a solvent for food colors and flavors, and in the paint and plastics industries. Propylene glycol is also used to create artificial smoke or fog used in fire-fighting training and in theatrical productions. Other names for propylene glycol are 1,2-dihydroxypropane, 1,2-propanediol, methyl glycol, and trimethyl glycol. Propylene glycol is clear, colorless, slightly syrupy liquid at room temperature. It may exist in air in the vapor form, although propylene glycol must be heated or briskly shaken to produce a vapor. Propylene glycol is practically odorless and tasteless.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 62, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 69, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 165, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 360, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 475, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 641, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 783, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 804, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dihydroxypropane", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 826, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-propanediol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 843, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20glycol", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 862, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trimethyl%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 880, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 1010, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 1080, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}]}]}}], "ANID": 756372, "LinkedRecords": {"CID": [1030]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-190", "Name": "Unidentified Chemical", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=243", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "All attempts should be made to determine the identity of the hazardous material before the Unidentified Chemical guideline is used. Responders should obtain assistance in identifying the chemical(s) from container shapes, placards, labels, shipping papers, and analytical tests. General information on these identification techniques is located in Managing Hazardous Materials Incidents Volumes I and II. The Unidentified Chemical protocol provides basic victim management recommendations but the techniques for a specific chemical could provide information which would allow more effective patient treatment."}]}}], "ANID": 756373}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-191", "Name": "Toluene Diisocyanate Methylenediphenyl Diisocyanate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=245", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Toluene diisocyanate exists in two isomeric forms (2,4-toluene diisocyanate and 2,6-toluene diisocyanate) which have similar properties and effects. Toluene diisocyanate is produced commercially as an 80:20 (2,4-toluene diisocyanate:2,6-toluene diisocyanate) mixture of the two isomers. At room temperature, the mixture is a clear, pale yellow liquid with a sharp, pungent odor. It should be stored under refrigeration, away from light and moisture in a tightly closed container under an inert atmosphere. Toluene diisocyanate is insoluble in water and miscible with most common organic solvents.", "Markup": [{"Start": 0, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 51, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 80, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C6-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-7040"}, {"Start": 149, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 208, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 233, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C6-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-7040"}, {"Start": 506, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 543, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756374, "LinkedRecords": {"CID": [11443]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-192", "Name": "Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=246", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "parathion is a yellow-to-brown liquid with an odor of garlic. It is often dissolved in a hydrocarbon solvent before use. Parathion itself is not volatile. It is almost insoluble in water, slightly soluble in petroleum oils, and miscible with many organic solvents.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/parathion", "Type": "PubChem Internal Link", "Extra": "CID-991"}, {"Start": 121, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Parathion", "Type": "PubChem Internal Link", "Extra": "CID-991"}, {"Start": 181, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756375, "LinkedRecords": {"CID": [991]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-193", "Name": "Hydrogen Cyanide (HCN)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=249", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "hydrogen cyanide is a colorless or pale-blue liquid (hydrocyanic acid); at higher temperatures, it is a colorless gas. Hydrogen cyanide is very volatile, producing potentially lethal concentrations at room temperature. The vapor is flammable and potentially explosive. Hydrogen cyanide has a faint, bitter almond odor and a bitter, burning taste. It is soluble in water and is often used as a 96% aqueous solution."}]}}], "ANID": 756376}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-194", "Name": "Hydrogen Fluoride (HF)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=250", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Hydrogen fluoride is a colorless, fuming liquid or gas with a strong, irritating odor. It is usually shipped in steel cylinders as a compressed gas. Hydrogen fluoride readily dissolves in water to form colorless hydrofluoric acid solutions; dilute solutions are visibly indistinguishable from water.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 149, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 188, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 212, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrofluoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 293, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756377, "LinkedRecords": {"CID": [14917]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-195", "Name": "Ethylene Dibromide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=251", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Ethylene dibromide is a nonflammable colorless liquid with a sweet chloroform-like odor at room temperature above 50\u00baF (10\u00baC). It is slightly soluble in water and soluble in most organic solvents. It is heavier than water. When heated to decomposition, it may release gases and vapors such as hydrogen bromide, bromine, and carbon monoxide. Ethylene dibromide should be stored in a dry place at ambient temperature.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20dibromide", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 67, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 153, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 216, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 293, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20bromide", "Type": "PubChem Internal Link", "Extra": "CID-260"}, {"Start": 311, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Bromine", "Type": "PubChem Internal Link", "Extra": "Element-Bromine"}, {"Start": 324, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/carbon%20monoxide", "Type": "PubChem Internal Link", "Extra": "CID-281"}, {"Start": 341, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20dibromide", "Type": "PubChem Internal Link", "Extra": "CID-7839"}]}]}}], "ANID": 756378, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-196", "Name": "Carbon Monoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=253", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Carbon monoxide is a colorless, nonirritating, odorless, and tasteless gas. It is found in both outdoor and indoor air.", "Markup": [{"Start": 0, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon%20monoxide", "Type": "PubChem Internal Link", "Extra": "CID-281"}]}]}}], "ANID": 756379, "LinkedRecords": {"CID": [281]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-197", "Name": "Trichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=255", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Trichlorobenzenes are human-made compounds that occur in three different chemical forms. Although they have the same molecular weight and molecular formula, they differ structurally by where the chlorine atoms are attached to the benzene ring. Compounds like these are referred to as isomers. 1,2,3-Trichlorobenzene and 1,3,5-trichlorobenzene are colorless solids, while 1,2,4-trichlorobenzene is a colorless liquid. Although the three isomers of trichlorobenzenes have the same molecular weight and formula, they each may have different chemical and toxicological properties. Trichlorobenzenes have primarily been used as solvents and chemical intermediates to produce other compounds. In the past, mixed isomers of trichlorobenzene had been used for termite control, but this is not a current use. One of the isomers (1,2,4-trichlorobenzene) is produced in large quantities and is used as a solvent to dissolve such special materials as oils, waxes, resins, greases, and rubber. It is also frequently used to produce dyes and textiles. The other two isomers, 1,2,3-trichlorobenzene and 1,3,5-trichlorobenzene, are produced in lower quantities and have fewer uses.", "Markup": [{"Start": 195, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 230, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 293, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C3-Trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-6895"}, {"Start": 320, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C3%2C5-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7950"}, {"Start": 371, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C4-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-13"}, {"Start": 820, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C4-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-13"}, {"Start": 1061, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C3-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-6895"}, {"Start": 1088, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C3%2C5-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7950"}]}]}}], "ANID": 756380, "LinkedRecords": {"CID": [6895]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-198", "Name": "Nitrate and Nitrite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=258", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Nitrate and Nitrite are naturally occurring ionic species that are part of the earths nitrogen cycle. They typically exist in the environment in highly water-soluble forms, in association with other ions such as sodium and potassium. Salts completely dissociate in aqueous environments. Nitrite is readily oxidized (combines with oxygen) to form nitrate. Nitrate is generally stable in the environment; however, it may be reduced to nitrite through biological processes involving plants, microbes, etc. In nature, plants utilize nitrate as an essential nutrient. In commerce, the majority of nitrate is used in inorganic fertilizers. Additional uses of commercial nitrate and nitrite include food preservation and the production of munitions and explosives.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 12, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}, {"Start": 86, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nitrogen", "Type": "PubChem Internal Link", "Extra": "Element-Nitrogen"}, {"Start": 152, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 212, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sodium", "Type": "PubChem Internal Link", "Extra": "Element-Sodium"}, {"Start": 223, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Potassium", "Type": "PubChem Internal Link", "Extra": "Element-Potassium"}, {"Start": 287, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}, {"Start": 330, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 346, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 355, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 433, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}, {"Start": 529, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 592, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 664, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 676, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}]}]}}], "ANID": 756381, "LinkedRecords": {"CID": [134699]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-199", "Name": "Mirex", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=276", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Mirex and chlordecone are two separate, but chemically similar, manufactured insecticides that do not occur naturally in the environment. Mirex is a white crystalline solid, and chlordecone is a tan-white crystalline solid. Both chemicals are odorless. Mirex and chlordecone have not been manufactured or used in the United States since 1978. Mirex was used to control fire ants, and as a flame retardant in plastics, rubber, paint, paper, and electrical goods from 1959 to 1972. Chlordecone was used as an insecticide on tobacco, ornamental shrubs, bananas, and citrus trees, and in ant and roach traps. Mirex was sold as a flame retardant under the trade name Dechlorane, and chlordecone was also known as Kepone. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 10, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 138, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 178, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 253, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 263, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 343, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 480, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 605, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 662, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dechlorane", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 678, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 708, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Kepone", "Type": "PubChem Internal Link", "Extra": "CID-299"}]}]}}], "ANID": 756382, "LinkedRecords": {"CID": [16945]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-200", "Name": "Arsine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=278", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Arsine is a colorless, flammable, and highly toxic gas. It has a garlic-like or fishy odor that can be detected at concentrations of 0.5 ppm and above. Because arsine is nonirritating and produces no immediate symptoms, persons exposed to hazardous levels may be unaware of its presence. Arsine is water soluble. It is generally shipped in cylinders as a liquefied compressed gas. Exposure frequently occurs when arsine gas is generated while metals or crude ores containing arsenic impurities are treated with acid and this is a common source of exposure. Synonyms include arsenic hydride, arsenic trihydride, arseniuretted hydrogen, arsenious hydride, and hydrogen arsenide.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 160, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 288, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 298, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 413, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 475, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 574, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsenic%20hydride", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 591, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsenic%20trihydride", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 625, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 658, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20arsenide", "Type": "PubChem Internal Link", "Extra": "CID-23969"}]}]}}], "ANID": 756383, "LinkedRecords": {"CID": [23969]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-201", "Name": "Glutaraldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=284", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Glutaraldehyde is a colorless, oily liquid with a sharp, pungent odor. Glutaraldehyde is used for industrial, laboratory, agricultural, medical, and some household purposes, primarily for disinfecting and sterilization of surfaces and equipment. For example, it is used in oil and gas recovery operations and pipelines, waste water treatment, x-ray processing, embalming fluid, leather tanning, paper industry, in fogging and cleaning of poultry houses, and as a chemical intermediate in the production of various materials. It may be used in select goods, such as paint and laundry detergent.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glutaraldehyde", "Type": "PubChem Internal Link", "Extra": "CID-3485"}, {"Start": 71, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glutaraldehyde", "Type": "PubChem Internal Link", "Extra": "CID-3485"}, {"Start": 326, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756384, "LinkedRecords": {"CID": [3485]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-202", "Name": "1-Bromopropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=285", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "1-Bromopropane is a colorless liquid. Commercial 1-bromopropane includes not only 1-bromopropane, but also additives that improve its performance in the desired application and stabilizers to inhibit decomposition. 1-Bromopropane was originally used in the production of pesticides, flavors and fragrances, pharmaceuticals, and other chemicals.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-Bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}, {"Start": 49, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}, {"Start": 82, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}, {"Start": 215, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-Bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}]}]}}], "ANID": 756385, "LinkedRecords": {"CID": [7840]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-203", "Name": "2,4-Dichlorophenoxyacetic Acid (2,4-D)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=288", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "2,4-Dichlorophenoxyacetic acid (2,4-D) does not occur naturally in the environment. 2,4-D is the active ingredient in many products used in the United States and throughout the world as an herbicide to kill weeds on land and in the water. There are nine forms of 2,4-D that can be used as an herbicide and it is typically sold as a powder or in a liquid form.", "Markup": [{"Start": 0, "Length": 30, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-Dichlorophenoxyacetic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-1486"}, {"Start": 32, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-D", "Type": "PubChem Internal Link", "Extra": "CID-1486"}, {"Start": 84, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-D", "Type": "PubChem Internal Link", "Extra": "CID-1486"}, {"Start": 232, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 263, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-D", "Type": "PubChem Internal Link", "Extra": "CID-1486"}]}]}}], "ANID": 756386, "LinkedRecords": {"CID": [1486]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-204", "Name": "Molybdenum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=289", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Molybdenum is a chemical element with the symbol Mo. Pure molybdenum exists as a dark-gray or black powder with a metallic luster or as a silvery-white mass. It does not occur naturally in the pure metallic form. It is principally found as oxide or sulfide compounds. Therefore, almost all exposure is to a molybdenum compound rather than the actual metal alone. Important naturally occurring molybdenum compounds are the minerals molybdenite, powellite, wulfenite, ferrimolybdite, and ilsemannite. Molybdenum has a very high melting point and it is used widely in industry to make steel alloys.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 58, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 307, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 393, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 499, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}]}]}}], "ANID": 756387, "LinkedRecords": {"CID": [23932]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-205", "Name": "Silica", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=290", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Silica is another name for the chemical compound composed of silicon and oxygen with the chemical formula SiO2, or silicon dioxide. There are many forms of silica. All silica forms are identical in chemical composition, but have different atom arrangements. Silica compounds can be divided into two groups, crystalline (or c-silica) and amorphous silica (a-silica or non-crystalline silica). c-Silica compounds have structures with repeating patterns of silicon and oxygen. a-Silica chemical structures are more randomly linked when compared to c-silica. All forms of silica are odorless solids composed of silicon and oxygen atoms. Silica particles become suspended in air and form non-explosive dusts. Silica may combine with other metallic elements and oxides to form silicates.", "Markup": [{"Start": 61, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 73, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 115, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silicon%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24261"}, {"Start": 454, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 466, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 607, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 619, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}]}]}}], "ANID": 756388, "LinkedRecords": {"CID": [24261]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-206", "Name": "S,S,S-Tributyl Phosphorotrithioate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=292", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Tribufos is a colorless to pale yellow liquid with a skunk-like odor; it is used only as a defoliant (a chemical that removes leaves) for cotton plants. Removing the leaves keeps certain pests that may be found on the leaves from damaging the cotton before it is picked.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tribufos", "Type": "PubChem Internal Link", "Extra": "CID-5125"}]}]}}], "ANID": 756389, "LinkedRecords": {"CID": [5125]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-207", "Name": "Glyphosate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=293", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Hazards Summary"}, "Value": {"StringWithMarkup": [{"String": "Glyphosate is the active ingredient in weed killer products such as RoundUp\u2122. Glyphosate products are one of the most widely used weed killers worldwide in farms and in home gardens and lawns. These products typically contain glyphosate in combination with other ingredients that help improve the absorption of the glyphosate into the plant. Glyphosate-based formulations (GBFs) are easily bought in most stores. These products can have different combinations of other ingredients or different concentrations of glyphosate.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 78, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 226, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 315, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 342, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 512, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}]}]}}], "ANID": 5134347, "LinkedRecords": {"CID": [3496]}}] \ No newline at end of file diff --git a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Record Description.json b/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Record Description.json deleted file mode 100644 index 469c5a3..0000000 --- a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Record Description.json +++ /dev/null @@ -1 +0,0 @@ -[{"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-1", "Name": "Acetone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=1", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Acetone is a manufactured chemical that is also found naturally in the environment. It is a colorless liquid with a distinct smell and taste. It evaporates easily, is flammable, and dissolves in water. It is also called dimethyl ketone, 2-propanone, and beta-ketopropane. Acetone is used to make plastic, fibers, drugs, and other chemicals. It is also used to dissolve other substances. It occurs naturally in plants, trees, volcanic gases, forest fires, and as a product of the breakdown of body fat. It is present in vehicle exhaust, tobacco smoke, and landfill sites. Industrial processes contribute more acetone to the environment than natural processes.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acetone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 195, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 220, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dimethyl%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 237, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-propanone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 254, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/beta-ketopropane", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 272, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acetone", "Type": "PubChem Internal Link", "Extra": "CID-180"}, {"Start": 608, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acetone", "Type": "PubChem Internal Link", "Extra": "CID-180"}]}]}}], "ANID": 756184, "LinkedRecords": {"CID": [180]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-2", "Name": "Ammonia", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=2", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Ammonia occurs naturally and is produced by human activity. It is an important source of nitrogen which is needed by plants and animals. Bacteria found in the intestines can produce ammonia. Ammonia is a colorless gas with a very distinct odor. This odor is familiar to many people because ammonia is used in smelling salts, many household and industrial cleaners, and window-cleaning products. Ammonia gas can be dissolved in water. This kind of ammonia is called liquid ammonia or aqueous ammonia. Once exposed to open air, liquid ammonia quickly turns into a gas. Ammonia is applied directly into soil on farm fields, and is used to make fertilizers for farm crops, lawns, and plants. Many household and industrial cleaners contain ammonia.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 89, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nitrogen", "Type": "PubChem Internal Link", "Extra": "Element-Nitrogen"}, {"Start": 182, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 191, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 290, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 395, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 427, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 447, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 472, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 491, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 533, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 567, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}, {"Start": 735, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonia", "Type": "PubChem Internal Link", "Extra": "CID-222"}]}]}}], "ANID": 756185, "LinkedRecords": {"CID": [222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-3", "Name": "Arsenic", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=3", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Arsenic is a naturally occurring element widely distributed in the earth's crust. In the environment, arsenic is combined with oxygen, chlorine, and sulfur to form inorganic arsenic compounds. Arsenic in animals and plants combines with carbon and hydrogen to form organic arsenic compounds. Inorganic arsenic compounds are mainly used to preserve wood. Copper chromated arsenic (CCA) is used to make \"pressure-treated\" lumber. CCA is no longer used in the U.S. for residential uses; it is still used in industrial applications. Organic arsenic compounds are used as pesticides, primarily on cotton plants.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 102, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 127, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 135, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 149, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 174, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 193, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 237, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 248, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 273, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 302, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 354, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 371, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 537, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}]}]}}], "ANID": 756186, "LinkedRecords": {"CID": [5359596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-4", "Name": "Asbestos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=4", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Asbestos is the name given to a group of six different fibrous minerals (amosite, chrysotile, crocidolite, and the fibrous varieties of tremolite, actinolite, and anthophyllite) that occur naturally in the environment. Asbestos minerals have separable long fibers that are strong and flexible enough to be spun and woven and are heat resistant. Because of these characteristics, asbestos has been used for a wide range of manufactured goods, mostly in building materials (roofing shingles, ceiling and floor tiles, paper products, and asbestos cement products), friction products (automobile clutch, brake, and transmission parts), heat-resistant fabrics, packaging, gaskets, and coatings. Some vermiculite or talc products may contain asbestos.New!"}]}}], "ANID": 756187}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-5", "Name": "Benzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=14", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Benzene is a colorless liquid with a sweet odor. It evaporates into the air very quickly and dissolves slightly in water. It is highly flammable and is formed from both natural processes and human activities. Benzene is widely used in the United States; it ranks in the top 20 chemicals for production volume. Some industries use benzene to make other chemicals which are used to make plastics, resins, and nylon and synthetic fibers. Benzene is also used to make some types of rubbers, lubricants, dyes, detergents, drugs, and pesticides. Natural sources of benzene include volcanoes and forest fires. Benzene is also a natural part of crude oil, gasoline, and cigarette smoke.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 115, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 209, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 330, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 435, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 559, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 603, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}]}]}}], "ANID": 756188, "LinkedRecords": {"CID": [241]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-6", "Name": "Cadmium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=15", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Cadmium is a natural element in the earth's crust. It is usually found as a mineral combined with other elements such as oxygen (cadmium oxide), chlorine (cadmium chloride), or sulfur (cadmium sulfate, cadmium sulfide). All soils and rocks, including coal and mineral fertilizers, contain some cadmium. Most cadmium used in the United States is extracted during the production of other metals like zinc, lead, and copper. Cadmium does not corrode easily and has many uses, including batteries, pigments, metal coatings, and plastics.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}, {"Start": 121, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 129, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-14782"}, {"Start": 145, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 155, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-24947"}, {"Start": 177, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 185, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20sulfate", "Type": "PubChem Internal Link", "Extra": "CID-24962"}, {"Start": 202, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cadmium%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-14783"}, {"Start": 294, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}, {"Start": 308, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}, {"Start": 398, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 414, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 422, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cadmium", "Type": "PubChem Internal Link", "Extra": "Element-Cadmium"}]}]}}], "ANID": 756189, "LinkedRecords": {"CID": [23973]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-7", "Name": "Chloroform", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=16", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chloroform is a colorless liquid with a pleasant, nonirritating odor and a slightly sweet taste. It will burn only when it reaches very high temperatures. In the past, chloroform was used as an inhaled anesthetic during surgery, but it isn't used that way today. Today, chloroform is used to make other chemicals and can also be formed in small amounts when chlorine is added to water. Other names for chloroform aretrichloromethaneandmethyl trichloride.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 168, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 270, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 358, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 379, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 402, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}]}]}}], "ANID": 756190, "LinkedRecords": {"CID": [6212]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-8", "Name": "Chromium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=17", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chromium is a naturally occurring element found in rocks, animals, plants, soil, and in volcanic dust and gases. Chromium is present in the environment in several different forms. The most common forms are chromium(0), chromium(III), and chromium(VI). No taste or odor is associated with chromium compounds. Chromium(III) occurs naturally in the environment and is an essential nutrient. Chromium(VI) and chromium(0) are generally produced by industrial processes. The metal chromium, which is the chromium(0) form, is used for making steel. Chromium(VI) and chromium(III) are used for chrome plating, dyes and pigments, leather tanning, and wood preserving.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 113, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 219, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chromium%28III%29", "Type": "PubChem Internal Link", "Extra": "CID-27668"}, {"Start": 238, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chromium%28VI%29", "Type": "PubChem Internal Link", "Extra": "CID-29131"}, {"Start": 288, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 308, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chromium%28III%29", "Type": "PubChem Internal Link", "Extra": "CID-27668"}, {"Start": 388, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chromium%28VI%29", "Type": "PubChem Internal Link", "Extra": "CID-29131"}, {"Start": 475, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 542, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chromium%28VI%29", "Type": "PubChem Internal Link", "Extra": "CID-29131"}, {"Start": 559, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chromium%28III%29", "Type": "PubChem Internal Link", "Extra": "CID-27668"}]}]}}], "ANID": 756191, "LinkedRecords": {"CID": [23976]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-9", "Name": "Creosote", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=18", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Creosote is the name used for a variety of products: wood creosote, coal tar creosote, coal tar, coal tar pitch, and coal tar pitch volatiles. These products are mixtures of many chemicals created by high-temperature treatment of beech and other woods, coal, or from the resin of the creosote bush. Wood creosote is a colorless to yellowish greasy liquid with a smoky odor and burned taste. Coal tar creosote is a thick, oily liquid that is typically amber to black in color. Coal tar and coal tar pitch are usually thick, black, or dark-brown liquids or semisolids with a smoky odor. Wood creosote has been used as a disinfectant, a laxative, and a cough treatment, but is rarely used these ways today. Coal tar products are used in medicines to treat skin diseases such as psoriasis, and are also used as animal and bird repellents, insecticides, restricted pesticides, animal dips, and fungicides. Coal tar creosote is the most widely used wood preservative in the United States. Coal tar, coal tar pitch, and coal tar pitch volatiles are used for roofing, road paving, aluminum smelting, and coking."}]}}], "ANID": 756192}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-10", "Name": "Cyanide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=19", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Cyanide is usually found joined with other chemicals to form compounds. Examples of simple cyanide compounds are hydrogen cyanide, sodium cyanide and potassium cyanide. Certain bacteria, fungi, and algae can produce cyanide, and cyanide is found in a number of foods and plants. In certain plant foods, including almonds, millet sprouts, lima beans, soy, spinach, bamboo shoots, and cassava roots (which are a major source of food in tropical countries), cyanides occur naturally as part of sugars or other naturally-occurring compounds. However, the edible parts of plants that are eaten in the United States, including tapioca which is made from cassava roots, contain relatively low amounts of cyanide. Hydrogen cyanide is a colorless gas with a faint, bitter, almondlike odor. Sodium cyanide and potassium cyanide are both white solids with a bitter, almond-like odor in damp air. Cyanide and hydrogen cyanide are used in electroplating, metallurgy, organic chemicals production, photographic developing, manufacture of plastics, fumigation of ships, and some mining processes."}]}}], "ANID": 756193}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-11", "Name": "DDT, DDE, DDD", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=20", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "DDT (dichlorodiphenyltrichloroethane) is a pesticide once widely used to control insects in agriculture and insects that carry diseases such as malaria. DDT is a white, crystalline solid with no odor or taste. Its use in the U.S. was banned in 1972 because of damage to wildlife, but is still used in some countries. DDE (dichlorodiphenyldichloroethylene) and DDD (dichlorodiphenyldichloroethane) are chemicals similar to DDT that contaminate commercial DDT preparations. DDE has no commercial use. DDD was also used to kill pests, but its use has also been banned. One form of DDD has been used medically to treat cancer of the adrenal gland."}]}}], "ANID": 756194}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-12", "Name": "Ethylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=21", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Ethylene glycol is a synthetic liquid substance that absorbs water. It is odorless, but has a sweet taste. Ethylene glycol is used to make antifreeze and de-icing solutions for cars, airplanes, and boats. It is also used in hydraulic brake fluids and inks used in stamp pads, ballpoint pens, and print shops.", "Markup": [{"Start": 0, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-174"}, {"Start": 61, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 107, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-174"}]}]}}], "ANID": 756195, "LinkedRecords": {"CID": [174]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-13", "Name": "Lead", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=22", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Lead is a naturally occurring bluish-gray metal found in small amounts in the earth's crust. Lead can be found in all parts of our environment. Much of it comes from human activities including burning fossil fuels, mining, and manufacturing. Lead has many different uses. It is used in the production of batteries, ammunition, metal products (solder and pipes), and devices to shield X-rays. Because of health concerns, lead from gasoline, paints and ceramic products, caulking, and pipe solder has been dramatically reduced in recent years.CDC uses a blood lead reference value (BLRV) of 3.5 micrograms per deciliter (\u00b5g/dL) to identify children with higher levels of lead in their blood compared to most children. This level is based on the 97.5th percentile of the blood lead values among U.S. children ages 1\u20135 years from the 2015\u20132016 and 2017\u20132018 National Health and Nutrition Examination Survey cycles. Children with blood lead levels at or above the BLRV represent those at the top 2.5% with the highest blood lead levels. To learn more about CDC\u2019s updated recommendations on children\u2019s blood lead levels, please visit:http://www.cdc.gov/nceh/lead/ACCLPP/blood_lead_levels.htm."}]}}], "ANID": 756196, "LinkedRecords": {"CID": [5352425]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-14", "Name": "Manganese", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=23", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Manganese is a naturally occurring metal that is found in many types of rocks. Pure manganese is silver-colored, but does not occur naturally. It combines with other substances such as oxygen, sulfur, or chlorine. Manganese can also be combined with carbon to make organic manganese compounds. Common organic manganese compounds include pesticides, such as maneb or mancozeb, and methylcyclopentadienyl manganese tricarbonyl (MMT), a fuel additive in some gasolines. Manganese is an essential trace element and is necessary for good health. Manganese can be found in several food items, including grains and cereals, and is found in high amounts in other foods, such as tea.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 84, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 97, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 185, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 193, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 204, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 214, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 250, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 273, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 309, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 357, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/maneb", "Type": "PubChem Internal Link", "Extra": "CID-3032581"}, {"Start": 366, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/mancozeb", "Type": "PubChem Internal Link", "Extra": "CID-13307026"}, {"Start": 467, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}, {"Start": 541, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Manganese", "Type": "PubChem Internal Link", "Extra": "Element-Manganese"}]}]}}], "ANID": 756197, "LinkedRecords": {"CID": [23930]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-15", "Name": "Mercury", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=24", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Mercurycombines with other elements, such as chlorine, sulfur, or oxygen, to form inorganic mercury compounds or \"salts\", which are usually white powders or crystals. Mercury also combines with carbon to make organic mercury compounds. The most common one, methylmercury, is produced mainly by microscopic organisms in the water and soil. More mercury in the environment can increase the amounts of methylmercury that these small organisms make.Metallic Mercuryis a dense liquid that vaporizes easily at room temperature. Metallic mercury is not easily absorbed into unbroken skin. However, it vaporizes, even at room temperature. The higher the temperature, the more vapors are released. Mercury vapors are colorless and odorless, though they can be seen with the aid of an ultraviolet light.Metallic mercury is used to produce chlorine gas and caustic soda, and is also used in thermometers, dental fillings, and batteries. Mercury salts are sometimes used in skin lightening creams and as antiseptic creams and ointments.", "Markup": [{"Start": 45, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 66, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 92, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 167, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 194, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 217, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 257, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylmercury", "Type": "PubChem Internal Link", "Extra": "CID-7906"}, {"Start": 323, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 344, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 399, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylmercury", "Type": "PubChem Internal Link", "Extra": "CID-7906"}, {"Start": 531, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 689, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 802, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}, {"Start": 829, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 846, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/caustic%20soda", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 926, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Mercury", "Type": "PubChem Internal Link", "Extra": "Element-Mercury"}]}]}}], "ANID": 756198, "LinkedRecords": {"CID": [23931]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-16", "Name": "Polycyclic Aromatic Hydrocarbons (PAHs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=25", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Polycyclic aromatic hydrocarbons (PAHs) are a group of over 100 different chemicals that are formed during the incomplete burning of coal, oil and gas, garbage, or other organic substances like tobacco or charbroiled meat. PAHs are usually found as a mixture containing two or more of these compounds, such as soot. Some PAHs are manufactured. These pure PAHs usually exist as colorless, white, or pale yellow-green solids. PAHs are found in coal tar, crude oil, creosote, and roofing tar, but a few are used in medicines or to make dyes, plastics, and pesticides."}]}}], "ANID": 756199}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-17", "Name": "Polychlorinated Biphenyls (PCBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=26", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Polychlorinated biphenyls are mixtures of up to 209 individual chlorinated compounds (known as congeners). There are no known natural sources of PCBs. PCBs are either oily liquids or solids that are colorless to light yellow. Some PCBs can exist as a vapor in air. PCBs have no known smell or taste. Many commercial PCB mixtures are known in the U.S. by the trade name Aroclor.PCBs have been used as coolants and lubricants in transformers, capacitors, and other electrical equipment because they don't burn easily and are good insulators. The manufacture of PCBs was stopped in the U.S. in 1977 because of evidence they build up in the environment and can cause harmful health effects. Products made before 1977 that may contain PCBs include old fluorescent lighting fixtures and electrical devices containing PCB capacitors, and old microscope and hydraulic oils."}]}}], "ANID": 756200}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-18", "Name": "Phenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=27", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Phenol is both a manufactured chemical and a natural substance. It is a colorless-to-white solid when pure. The commercial product is a liquid. Phenol has a distinct odor that is sickeningly sweet and tarry. You can taste and smell phenol at levels lower than those that are associated with harmful effects. Phenol evaporates more slowly than water, and a moderate amount can form a solution with water. Phenol can catch fire. Phenol is used primarily in the production of phenolic resins and in the manufacture of nylon and other synthetic fibers. It is also used in slimicides (chemicals that kill bacteria and fungi in slimes), as a disinfectant and antiseptic, and in medicinal preparations such as mouthwash and sore throat lozenges.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 144, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 232, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 308, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 343, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 397, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 404, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}, {"Start": 427, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phenol", "Type": "PubChem Internal Link", "Extra": "CID-996"}]}]}}], "ANID": 756201, "LinkedRecords": {"CID": [996]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-19", "Name": "Selenium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=28", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Selenium is a naturally occurring mineral element that is distributed widely in nature in most rocks and soils. In its pure form, it exists as metallic gray to black hexagonal crystals, but in nature it is usually combined with sulfide or with silver, copper, lead, and nickel minerals. Most processed selenium is used in the electronics industry, but it is also used: as a nutritional supplement; in the glass industry; as a component of pigments in plastics, paints, enamels, inks, and rubber; in the preparation of pharmaceuticals; as a nutritional feed additive for poultry and livestock; in pesticide formulations; in rubber production; as an ingredient in antidandruff shampoos; and as a constituent of fungicides. Radioactive selenium is used in diagnostic medicine.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Selenium", "Type": "PubChem Internal Link", "Extra": "Element-Selenium"}, {"Start": 244, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 252, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 270, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 302, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Selenium", "Type": "PubChem Internal Link", "Extra": "Element-Selenium"}]}]}}], "ANID": 756202, "LinkedRecords": {"CID": [6326970]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-20", "Name": "Toluene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=29", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Toluene is a clear, colorless liquid with a distinctive smell. Toluene occurs naturally in crude oil and in the tolu tree. It is also produced in the process of making gasoline and other fuels from crude oil and making coke from coal. Toluene is used in making paints, paint thinners, fingernail polish, lacquers, adhesives, and rubber and in some printing and leather tanning processes.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene", "Type": "PubChem Internal Link", "Extra": "CID-1140"}, {"Start": 63, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene", "Type": "PubChem Internal Link", "Extra": "CID-1140"}, {"Start": 235, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene", "Type": "PubChem Internal Link", "Extra": "CID-1140"}]}]}}], "ANID": 756203, "LinkedRecords": {"CID": [1140]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-21", "Name": "Trichloroethylene (TCE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=30", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Trichloroethylene (TCE) is a nonflammable, colorless liquid with a somewhat sweet odor and a sweet, burning taste. It is used mainly as a solvent to remove grease from metal parts, but it is also an ingredient in adhesives, paint removers, typewriter correction fluids, and spot removers. Trichloroethylene is not thought to occur naturally in the environment. However, it has been found in underground water sources and many surface waters as a result of the manufacture, use, and disposal of the chemical.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Trichloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6575"}, {"Start": 289, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Trichloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6575"}, {"Start": 403, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756204, "LinkedRecords": {"CID": [6575]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-22", "Name": "Beryllium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=33", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Beryllium is a hard, grayish metal naturally found in mineral rocks, coal, soil, and volcanic dust. Beryllium compounds are commercially mined, and the Beryllium is purified for use in nuclear weapons and reactors, aircraft and space vehicle structures, instruments, x-ray machines, and mirrors. Beryllium ores are used to make speciality ceramics for electrical and high-technology applications. Beryllium alloys are used in automobiles, computers, sports equipment (golf clubs and bicycle frames), and dental bridges.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 100, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 152, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 296, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}, {"Start": 397, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Beryllium", "Type": "PubChem Internal Link", "Extra": "Element-Beryllium"}]}]}}], "ANID": 756205, "LinkedRecords": {"CID": [5460467]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-23", "Name": "Aluminum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=34", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Aluminum is the most abundant metal in the earth's crust. It is always found combined with other elements such as oxygen, silicon, and fluorine. Aluminum as the metal is obtained from aluminum-containing minerals. Small amounts of aluminum can be found dissolved in water. Aluminum metal is light in weight and silvery-white in appearance. Aluminum is used for beverage cans, pots and pans, airplanes, siding and roofing, and foil. Aluminum is often mixed with small amounts of other metals to form aluminum alloys, which are stronger and harder. Aluminum compounds have many different uses, for example, as alums in water-treatment and alumina in abrasives and furnace linings. They are also found in consumer products such as antacids, astringents, buffered aspirin, food additives, and antiperspirants.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 114, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 122, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 135, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 145, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 184, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 231, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 266, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 273, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 340, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 432, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 499, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 547, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 617, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 760, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aspirin", "Type": "PubChem Internal Link", "Extra": "CID-2244"}]}]}}], "ANID": 756206, "LinkedRecords": {"CID": [5359268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-24", "Name": "Carbon Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=35", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Carbon tetrachloride is a manufactured chemical that does not occur naturally. It is a clear liquid with a sweet smell that can be detected at low levels. It is also called carbon chloride, methane tetrachloride, perchloromethane, tetrachloroethane, or benziform. Carbon tetrachloride is most often found in the air as a colorless gas. It is not flammable and does not dissolve in water very easily. It was used in the production of refrigeration fluid and propellants for aerosol cans, as a pesticide, as a cleaning fluid and degreasing agent, in fire extinguishers, and in spot removers. Because of its harmful effects, these uses are now banned and it is only used in some industrial applications.", "Markup": [{"Start": 0, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 173, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/carbon%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 190, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methane%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 213, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchloromethane", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 264, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-5943"}, {"Start": 381, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756207, "LinkedRecords": {"CID": [5943]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-25", "Name": "Chlorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=36", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "At room temperature, chlorine is a yellow-green gas that is heavier than air and has a strong irritating odor. It can be converted to a liquid under pressure or cold temperatures. Chlorine is mainly used as bleach in the manufacture of paper and cloth and to make a wide variety of products.", "Markup": [{"Start": 21, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 180, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}]}]}}], "ANID": 756208, "LinkedRecords": {"CID": [24526]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-26", "Name": "Copper", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=37", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Copper is a metal that occurs naturally throughout the environment, in rocks, soil, water, and air. Copper is an essential element in plants and animals (including humans), which means it is necessary for us to live. Therefore, plants and animals must absorb some copper from eating, drinking, and breathing. Copper is used to make many different kinds of products like wire, plumbing pipes, and sheet metal. U.S. pennies made before 1982 are made of copper, while those made after 1982 are only coated with copper. Copper is also combined with other metals to make brass and bronze pipes and faucets. Copper compounds are commonly used in agriculture to treat plant diseases like mildew, for water treatment and, as preservatives for wood, leather, and fabrics.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 84, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 100, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 264, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 309, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 451, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 508, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 516, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 602, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 693, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756209, "LinkedRecords": {"CID": [23978]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-27", "Name": "Fluorides, Hydrogen Fluoride, and Fluorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=38", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Fluorides, hydrogen fluoride, and fluorine are chemically related. Fluorine is a naturally-occurring, pale yellow-green gas with a sharp odor. It combines with metals to make fluorides such as sodium fluoride and calcium fluoride, both white solids. Sodium fluoride dissolves easily in water, but calcium fluoride does not. Fluorine also combines with hydrogen to make hydrogen fluoride, a colorless gas. Hydrogen fluoride dissolves in water to form hydrofluoric acid. Fluorine and hydrogen fluoride are used to make certain chemical compounds. Hydrofluoric acid is used for etching glass. Other fluoride compounds are used in making steel, chemicals, ceramics, lubricants, dyes, plastics, and pesticides. Fluorides are often added to drinking water supplies and to a variety of dental products, including toothpaste and mouth rinses, to prevent dental cavities. UPDATE: In 2015, thePHS replacedthe 1962 Drinking Water Standards from 0.7\u20131.2 mg/L to an optimal fluoride concentration of 0.7 mg/L. This is to provide optimal concentration of fluoride in drinking water that provides the best balance of protection from dental caries while limiting the risk of dental fluorosis.", "Markup": [{"Start": 11, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 34, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 67, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 193, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sodium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-5235"}, {"Start": 213, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/calcium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-84512"}, {"Start": 250, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-5235"}, {"Start": 286, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 297, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/calcium%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-84512"}, {"Start": 324, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 352, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 369, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 405, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 436, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 450, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrofluoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 469, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 482, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 545, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrofluoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 596, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/fluoride", "Type": "PubChem Internal Link", "Extra": "CID-19800730"}, {"Start": 744, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 913, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 961, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/fluoride", "Type": "PubChem Internal Link", "Extra": "CID-19800730"}, {"Start": 1041, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/fluoride", "Type": "PubChem Internal Link", "Extra": "CID-19800730"}, {"Start": 1062, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756210, "LinkedRecords": {"CID": [24524]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-28", "Name": "Formaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=39", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "At room temperature, formaldehyde is a colorless, flammable gas that has a distinct, pungent smell. It is also known as methanal, methylene oxide, oxymethyline, methylaldehyde, and oxomethane. Formaldehyde is naturally produced in small amounts in our bodies. It is used in the production of fertilizer, paper, plywood, and urea-formaldehyde resins. It is also used as a preservative in some foods and in many products used around the house, such as antiseptics, medicines, and cosmetics.", "Markup": [{"Start": 21, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/formaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 120, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methanal", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 130, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylene%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 181, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/oxomethane", "Type": "PubChem Internal Link", "Extra": "CID-712"}, {"Start": 193, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Formaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-712"}]}]}}], "ANID": 756211, "LinkedRecords": {"CID": [712]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-29", "Name": "Methyl Mercaptan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=40", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Methyl mercaptan is a colorless gas with a smell like rotten cabbage. It is a natural substance found in the blood, brain, and other tissues of people and animals. It is released from animal feces. It occurs naturally in certain foods, such as some nuts and cheese. Methyl mercaptan is released from decaying organic matter in marshes and is present in the natural gas of certain regions in the United States, in coal tar, and in some crude oils. It is manufactured for use in the plastics industry, in pesticides, and as a jet fuel additive. It is also released as a decay product of wood in pulp mills.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20mercaptan", "Type": "PubChem Internal Link", "Extra": "CID-878"}, {"Start": 266, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20mercaptan", "Type": "PubChem Internal Link", "Extra": "CID-878"}]}]}}], "ANID": 756212, "LinkedRecords": {"CID": [878]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-30", "Name": "Methyl tert-Butyl Ether (MTBE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=41", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Methyl tert-butyl ether (MTBE) is a flammable liquid with a distinctive, disagreeable odor. It is made from blending chemicals such as isobutylene and methanol, and has been used since the 1980s as an additive for unleaded gasolines to achieve more efficient burning.MTBE is also used to dissolve gallstones. Patients treated in this way have MTBE delivered directly to their gall bladders through special tubes that are surgically inserted.", "Markup": [{"Start": 0, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20tert-butyl%20ether", "Type": "PubChem Internal Link", "Extra": "CID-15413"}, {"Start": 25, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MTBE", "Type": "PubChem Internal Link", "Extra": "CID-15413"}, {"Start": 135, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/isobutylene", "Type": "PubChem Internal Link", "Extra": "CID-8255"}, {"Start": 151, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methanol", "Type": "PubChem Internal Link", "Extra": "CID-887"}, {"Start": 267, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MTBE", "Type": "PubChem Internal Link", "Extra": "CID-15413"}, {"Start": 343, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MTBE", "Type": "PubChem Internal Link", "Extra": "CID-15413"}]}]}}], "ANID": 756213, "LinkedRecords": {"CID": [15413]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-31", "Name": "Methylene Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=42", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Methylene chloride is a colorless liquid with a mild, sweet odor. Another name for it is dichloromethane. Methylene chloride does not occur naturally in the environment.Methylene chloride is used as an industrial solvent and as a paint stripper. It may also be found in some aerosol and pesticide products and is used in the manufacture of photographic film.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methylene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6344"}, {"Start": 89, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-12456601"}, {"Start": 106, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methylene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6344"}, {"Start": 169, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methylene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6344"}]}]}}], "ANID": 756214, "LinkedRecords": {"CID": [6344]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-32", "Name": "Naphthalene, 1-Methylnapthalene, 2-Methylnapthalene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=43", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Naphthalene is a white solid that evaporates easily. Fuels such as petroleum and coal contain naphthalene. It is also called white tar, and tar camphor, and has been used in mothballs and moth flakes. Burning tobacco or wood produces naphthalene. It has a strong, but not unpleasant smell. The major commercial use of naphthalene is in the manufacture of polyvinyl chloride (PVC) plastics. Its major consumer use is in moth repellents and toilet deodorant blocks. 1-Methylnaphthalene and 2-methylnaphthalene are naphthalene-related compounds. 1-Methylnaphthalene is a clear liquid and 2-methylnaphthalene is a solid; both can be smelled in air and in water at very low concentrations. 1-Methylnaphthalene and 2-methylnaphthalene are used to make other chemicals such as dyes and resins. 2-Methylnaphthalene is also used to make vitamin K."}]}}], "ANID": 756215}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-33", "Name": "Nickel", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=44", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nickel is a very abundant natural element. Pure nickel is a hard, silvery-white metal. Nickel can be combined with other metals, such as iron, copper, chromium, and zinc, to form alloys. These alloys are used to make coins, jewelry, and items such as valves and heat exchangers. Most nickel is used to make stainless steel. Nickel can combine with other elements such as chlorine, sulfur, and oxygen to form nickel compounds. Many nickel compounds dissolve fairly easy in water and have a green color. Nickel compounds are used for nickel plating, to color ceramics, to make some batteries, and as substances known as catalysts that increase the rate of chemical reactions. Nickel is found in all soil and is emitted from volcanoes. Nickel is also found in meteorites and on the ocean floor. Nickel and its compounds have no characteristic odor or taste.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 48, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 87, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 137, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iron", "Type": "PubChem Internal Link", "Extra": "Element-Iron"}, {"Start": 143, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 151, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chromium", "Type": "PubChem Internal Link", "Extra": "Element-Chromium"}, {"Start": 165, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 284, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 324, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 371, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 381, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 393, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 408, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 431, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 472, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 502, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 532, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 674, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 733, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}, {"Start": 792, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nickel", "Type": "PubChem Internal Link", "Extra": "Element-Nickel"}]}]}}], "ANID": 756216, "LinkedRecords": {"CID": [935]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-34", "Name": "Sodium Hydroxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=45", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "At room temperature, sodium hydroxide is a white crystalline odorless solid that absorbs moisture from the air. It is a manufactured substance. When dissolved in water or neutralized with acid it liberates substantial heat, which may be sufficient to ignite combustible materials. Sodium hydroxide is very corrosive. It is generally used as a solid or a 50% solution. Other common names include caustic soda and lye. Sodium hydroxide is used to manufacture soaps, rayon, paper, explosives, dyestuffs, and petroleum products. It is also used in processing cotton fabric, laundering and bleaching, metal cleaning and processing, oxide coating, electroplating, and electrolytic extracting. It is commonly present in commercial drain and oven cleaners.", "Markup": [{"Start": 21, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sodium%20hydroxide", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 162, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 281, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hydroxide", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 395, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/caustic%20soda", "Type": "PubChem Internal Link", "Extra": "CID-14798"}, {"Start": 417, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hydroxide", "Type": "PubChem Internal Link", "Extra": "CID-14798"}]}]}}], "ANID": 756217, "LinkedRecords": {"CID": [14798]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-35", "Name": "Sulfur Dioxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=46", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Sulfur dioxide is a colorless gas with a pungent odor. It is a liquid when under pressure, and it dissolves in water very easily. Sulfur dioxide in the air comes mainly from activities such as the burning of coal and oil at power plants or from copper smelting. In nature, sulfur dioxide can be released to the air from volcanic eruptions.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-1119"}, {"Start": 111, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 130, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-1119"}, {"Start": 245, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 273, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-1119"}]}]}}], "ANID": 756218, "LinkedRecords": {"CID": [1119]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-36", "Name": "Sulfur Trioxide & Sulfuric Acid", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=47", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Sulfur trioxide (SO3) is generally a colorless liquid. It can also exist as ice- or fiber-like crystals or as a gas. When SO3 is exposed to air, it rapidly takes up water and gives off white fumes. It can react with water to form sulfuric acid. SO3 is also called sulfuric oxide and sulfuric anhydride. It is used in the production of sulfuric acid and other chemicals, and explosives. Sulfuric acid is a clear, colorless, oily liquid that is very corrosive. It is also called sulphine acid, battery acid, and hydrogen sulfate. It is used in the manufacture of fertilizers, explosives, other acids, and glue; in the purifiction of petroleum; in the pickling of metal; and in lead-acid batteries (used in most vehicles)."}]}}], "ANID": 756219}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-37", "Name": "Tetrachloroethylene (PERC)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=48", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Tetrachloroethylene is a manufactured chemical that is widely used for dry cleaning of fabrics and for metal-degreasing. It is also used to make other chemicals and is used in some consumer products.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tetrachloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-31373"}]}]}}], "ANID": 756220, "LinkedRecords": {"CID": [31373]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-38", "Name": "Thallium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=49", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Pure thallium is a bluish-white metal that is found in trace amounts in the earth's crust. In the past, thallium was obtained as a by-product from smelting other metals; however, it has not been produced in the United States since 1984. Currently, all the thallium is obtained from imports and from thallium reserves.. In its pure form, thallium is odorless and tasteless. It can also be found combined with other substances such as bromine, chlorine, fluorine, and iodine. When it's combined, it appears colorless-to-white or yellow.. Thallium is used mostly in manufacturing electronic devices, switches, and closures, primarily for the semiconductor industry. It also has limited use in the manufacture of special glass and for certain medical procedures.", "Markup": [{"Start": 5, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 104, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 256, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 299, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 337, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}, {"Start": 433, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Bromine", "Type": "PubChem Internal Link", "Extra": "Element-Bromine"}, {"Start": 442, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 452, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Fluorine", "Type": "PubChem Internal Link", "Extra": "Element-Fluorine"}, {"Start": 466, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iodine", "Type": "PubChem Internal Link", "Extra": "Element-Iodine"}, {"Start": 536, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thallium", "Type": "PubChem Internal Link", "Extra": "Element-Thallium"}]}]}}], "ANID": 756221, "LinkedRecords": {"CID": [5359464]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-39", "Name": "Vanadium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=50", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Vanadium is a compound that occurs in nature as a white-to-gray metal, and is often found as crystals. Pure vanadium has no smell. It usually combines with other elements such as oxygen, sodium, sulfur, or chloride. Vanadium and vanadium compounds can be found in the earth's crust and in rocks, some iron ores, and crude petroleum deposits. Vanadium is mostly combined with other metals to make special metal mixtures called alloys. Vanadium in the form of vanadium oxide is a component in special kinds of steel that is used for automobile parts, springs, and ball bearings. Most of the vanadium used in the United States is used to make steel. Vanadium oxide is a yellow-orange powder, dark-gray flakes, or yellow crystals. Vanadium is also mixed with iron to make important parts for aircraft engines. Small amounts of vanadium are used in making rubber, plastics, ceramics, and other chemicals.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 108, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 179, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 187, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sodium", "Type": "PubChem Internal Link", "Extra": "Element-Sodium"}, {"Start": 195, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 206, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloride", "Type": "PubChem Internal Link", "Extra": "CID-18413378"}, {"Start": 216, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 229, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 301, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iron", "Type": "PubChem Internal Link", "Extra": "Element-Iron"}, {"Start": 342, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 434, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 589, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 727, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}, {"Start": 755, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Iron", "Type": "PubChem Internal Link", "Extra": "Element-Iron"}, {"Start": 823, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Vanadium", "Type": "PubChem Internal Link", "Extra": "Element-Vanadium"}]}]}}], "ANID": 756222, "LinkedRecords": {"CID": [23990]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-40", "Name": "Vinyl Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=51", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Vinyl chloride is a colorless gas. It burns easily and it is not stable at high temperatures. It has a mild, sweet odor. It is a manufactured substance that does not occur naturally. It can be formed when other substances such as trichloroethane, trichloroethylene, and tetrachloroethylene are broken down. Vinyl chloride is used to make polyvinyl chloride (PVC). PVC is used to make a variety of plastic products, including pipes, wire and cable coatings, and packaging materials. Vinyl chloride is also known as chloroethene, chloroethylene, and ethylene monochloride.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 230, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6278"}, {"Start": 247, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trichloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6575"}, {"Start": 270, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetrachloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-31373"}, {"Start": 307, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 482, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 514, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroethene", "Type": "PubChem Internal Link", "Extra": "CID-23322599"}, {"Start": 528, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-6338"}, {"Start": 548, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20monochloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}]}]}}], "ANID": 756223, "LinkedRecords": {"CID": [6338]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-41", "Name": "White Phosphorus", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=52", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "White phosphorus is a colorless, white, or yellow waxy solid with a garlic-like odor. It does not occur naturally, but is manufactured from phosphate rocks. White phosphorus reacts rapidly with oxygen, easily catching fire at temperatures 10 to 15 degrees above room temperature. White phosphorus is used by the military in various types of ammunition, and to produce smoke for concealing troop movements and identifying targets. It is also used by industry to produce phosphoric acid and other chemicals for use in fertilizers, food additives, and cleaning compounds. Small amounts of white phosphorus were used in the past in pesticides and fireworks.", "Markup": [{"Start": 6, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}, {"Start": 140, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosphate", "Type": "PubChem Internal Link", "Extra": "CID-21226077"}, {"Start": 163, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}, {"Start": 194, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 286, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}, {"Start": 469, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosphoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-1004"}, {"Start": 592, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Phosphorus", "Type": "PubChem Internal Link", "Extra": "Element-Phosphorus"}]}]}}], "ANID": 756224, "LinkedRecords": {"CID": [5462309]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-42", "Name": "Xylenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=53", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "There are three forms of xylene in which the methyl groups vary on the benzene ring: meta-xylene, ortho-xylene, and para-xylene (m-, o-, and p-xylene). These different forms are referred to as isomers. Xylene is a colorless, sweet-smelling liquid that catches on fire easily. It occurs naturally in petroleum and coal tar. Chemical industries produce xylene from petroleum. It is one of the top 30 chemicals produced in the United States in terms of volume. Xylene is used as a solvent and in the printing, rubber, and leather industries. It is also used as a cleaning agent, a thinner for paint, and in paints and varnishes. It is found in small amounts in airplane fuel and gasoline."}]}}], "ANID": 756225}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-43", "Name": "Zinc", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=54", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Zinc is one of the most common elements in the earth's crust. It is found in air, soil, and water, and is present in all foods. Pure zinc is a bluish-white shiny metal. Zinc has many commercial uses as coatings to prevent rust, in dry cell batteries, and mixed with other metals to make alloys like brass, and bronze. A zinc and copper alloy is used to make pennies in the United States. Zinc combines with other elements to form zinc compounds. Common zinc compounds found at hazardous waste sites include zinc chloride, zinc oxide, zinc sulfate, and zinc sulfide. Zinc compounds are widely used in industry to make paint, rubber, dyes, wood preservatives, and ointments.", "Markup": [{"Start": 0, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 92, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 133, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 169, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 320, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 329, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 388, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 430, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 453, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 507, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-5727"}, {"Start": 522, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-3007857"}, {"Start": 534, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20sulfate", "Type": "PubChem Internal Link", "Extra": "CID-24424"}, {"Start": 552, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/zinc%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-14821"}, {"Start": 566, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}]}]}}], "ANID": 756226, "LinkedRecords": {"CID": [23994]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-44", "Name": "Hydrogen Peroxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=55", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hydrogen peroxide is a colorless liquid at room temperature with a bitter taste. Small amounts of gaseous hydrogen peroxide occur naturally in the air. Hydrogen peroxide is unstable, decomposing readily to oxygen and water with release of heat. Although nonflammable, it is a powerful oxidizing agent that can cause spontaneous combustion when it comes in contact with organic material. Hydrogen peroxide is found in many households at low concentrations (3-9%) for medicinal applications and as a clothes and hair bleach. In industry, hydrogen peroxide in higher concentrations is used as a bleach for textiles and paper, as a component of rocket fuels, and for producing foam rubber and organic chemicals.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 106, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 152, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 206, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 217, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 387, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}, {"Start": 536, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20peroxide", "Type": "PubChem Internal Link", "Extra": "CID-784"}]}]}}], "ANID": 756227, "LinkedRecords": {"CID": [784]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-45", "Name": "Aldrin/Dieldrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=56", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Aldrin and dieldrin are insecticides with similar chemical structures. They are discussed together in this fact sheet because aldrin quickly breaks down to dieldrin in the body and in the environment. Pure aldrin and dieldrin are white powders with a mild chemical odor. The less pure commercial powders have a tan color. Neither substance occurs naturally in the environment From the 1950s until 1970, aldrin and dieldrin were widely used pesticides for crops like corn and cotton. Because of concerns about damage to the environment and potentially to human health, EPA banned all uses of aldrin and dieldrin in 1974, except to control termites. In 1987, EPA banned all uses.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 11, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 126, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 156, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 206, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 217, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 403, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 414, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}, {"Start": 591, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aldrin", "Type": "PubChem Internal Link", "Extra": "CID-2087"}, {"Start": 602, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dieldrin", "Type": "PubChem Internal Link", "Extra": "CID-969491"}]}]}}], "ANID": 756228, "LinkedRecords": {"CID": [2087, 61103, 222548, 12310947, 24860538, 92535137]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-46", "Name": "Barium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=57", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Barium is a silvery-white metal which exists in nature only in ores containing mixtures of elements. It combines with other chemicals such as sulfur or carbon and oxygen to form barium compounds. Barium compounds are used by the oil and gas industries to make drilling muds. Drilling muds make it easier to drill through rock by keeping the drill bit lubricated. They are also used to make paint, bricks, ceramics, glass, and rubber. Barium sulfate is sometimes used by doctors to perform medical tests and to take x-rays of the gastrointestinal tract.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Barium", "Type": "PubChem Internal Link", "Extra": "Element-Barium"}, {"Start": 142, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 152, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 163, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 178, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Barium", "Type": "PubChem Internal Link", "Extra": "Element-Barium"}, {"Start": 196, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Barium", "Type": "PubChem Internal Link", "Extra": "Element-Barium"}, {"Start": 434, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Barium%20sulfate", "Type": "PubChem Internal Link", "Extra": "CID-24414"}]}]}}], "ANID": 756229, "LinkedRecords": {"CID": [5355457]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-47", "Name": "Antimony", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=58", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Antimony is a silvery-white metal that is found in the earth's crust. Antimony ores are mined and then mixed with other metals to form antimony alloys or combined with oxygen to form antimony oxide. Little antimony is currently mined in the United States. It is brought into this country from other countries for processing. However, there are companies in the United States that produce antimony as a by-product of smelting lead and other metals. Antimony isn't used alone because it breaks easily, but when mixed into alloys, it is used in lead storage batteries, solder, sheet and pipe metal, bearings, castings, and pewter. Antimony oxide is added to textiles and plastics to prevent them from catching fire. It is also used in paints, ceramics, and fireworks, and as enamels for plastics, metal, and glass.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 70, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 135, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 168, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 206, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 388, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}, {"Start": 448, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Antimony", "Type": "PubChem Internal Link", "Extra": "Element-Antimony"}]}]}}], "ANID": 756230, "LinkedRecords": {"CID": [5354495]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-48", "Name": "Atrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=59", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Atrazine is an herbicide that does not occur naturally. Pure atrazine is an odorless, white powder that is not very volatile, reactive, or flammable and that will dissolve in water. Atrazine is used to kill weeds, primarily on farms, but has also been used on highway and railroad rights-of-way. The EPA now restricts how atrazine can be used and applied; only trained people are allowed to spray it.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}, {"Start": 61, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}, {"Start": 175, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 182, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}, {"Start": 322, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/atrazine", "Type": "PubChem Internal Link", "Extra": "CID-2256"}]}]}}], "ANID": 756231, "LinkedRecords": {"CID": [2256]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-49", "Name": "2-Butanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=60", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "2-Butanone is a manufactured chemical but it is also present in the environment from natural sources. It is a colorless liquid with a sharp, sweet odor. It is also known as methyl ethyl ketone (MEK). 2-Butanone is produced in large quantities. Nearly half of its use is in paints and other coatings because it will quickly evaporate into the air and it dissolves many substances. It is also used in glues and as a cleaning agent. 2-Butanone occurs as a natural product. It is made by some trees and found in some fruits and vegetables in small amounts. It is also released to the air from car and truck exhausts.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Butanone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 173, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20ethyl%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 194, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MEK", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 200, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Butanone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}, {"Start": 430, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Butanone", "Type": "PubChem Internal Link", "Extra": "CID-6569"}]}]}}], "ANID": 756232, "LinkedRecords": {"CID": [6569]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-50", "Name": "2-Butoxyethanol and 2-Butoxyethanol Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=61", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "2-Butoxyethanol is a clear colorless liquid that smells like ether. It has many names including ethylene glycol monobutyl ether, ethylene glycol butyl ether, ethylene glycol n-butyl ether, Butyl Cellusolve, butyl glycol, and butyl Oxitol. It is used as a solvent in spray lacquers, enamels, varnishes, and latex paints and as an ingredient in paint thinners and strippers, varnish removers, and herbicides. It is also used in liquid soaps, cosmetics, industrial and household cleaners, and dry-cleaning compounds. 2-Butoxyethanol acetate is a colorless liquid with a fruity odor. It is also known as ethylene glycol monobutyl ether acetate, butoxyethyl acetate, butyl glycol acetate, ethylene glycol butyl ether acetate, and acetic acid 2-butoxyethyl ester. It is used as a solvent for lacquers, varnishes, enamels, and epoxy resins. It is also used in some ink and spot remover compounds."}]}}], "ANID": 756233}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-51", "Name": "Chlordane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=62", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chlordane is a manufactured chemical that was used as a pesticide in the United States from 1948 to 1988. Technical chlordane is not a single chemical, but is actually a mixture of pure chlordane mixed with many related chemicals. It doesn't occur naturally in the environment. It is a thick liquid whose color ranges from colorless to amber. Chlordane has a mild, irritating smell. Some of its trade names are Octachlor and Velsicol 1068. Until 1983, chlordane was used as a pesticide on crops like corn and citrus and on home lawns and gardens. Because of concern about damage to the environment and harm to human health, the Environmental Protection Agency (EPA) banned all uses of chlordane in 1983 except to control termites. In 1988, EPA banned all uses.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 116, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 186, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 343, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 425, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Velsicol%201068", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 452, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}, {"Start": 685, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordane", "Type": "PubChem Internal Link", "Extra": "CID-5993"}]}]}}], "ANID": 756234, "LinkedRecords": {"CID": [5993]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-52", "Name": "Chlorinated Dibenzo-p-dioxins (CDDs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=63", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "CDDs are a family of 75 chemically related compounds commonly known as chlorinated dioxins. One of these compounds is called 2,3,7,8-TCDD. It is one of the most toxic of the CDDs and is the one most studied. In the pure form, CDDs are crystals or colorless solids. CDDs enter the environment as mixtures containing a number of individual components. 2,3,7,8-TCDD is odorless and the odors of the other CDDs are not known. CDDs are not intentionally manufactured by industry except for research purposes. They (mainly 2,3,7,8-TCDD) may be formed during the chlorine bleaching process at pulp and paper mills. CDDs are also formed during chlorination by waste and drinking water treatment plants. They can occur as contaminants in the manufacture of certain organic chemicals. CDDs are released into the air in emissions from municipal solid waste and industrial incinerators."}]}}], "ANID": 756235}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-53", "Name": "Cobalt", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=64", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Cobalt is a naturally occurring element found in rocks, soil, water, plants, and animals. Cobalt is used to produce alloys used in the manufacture of aircraft engines, magnets, grinding and cutting tools, artificial hip and knee joints. Cobalt compounds are also used to color glass, ceramics and paints, and used as a drier for porcelain enamel and paints. Radioactive cobalt is used for commercial and medical purposes.60Co (read as cobalt sixty) is used for sterilizing medical equipment and consumer products, radiation therapy for treating cancer patients, manufacturing plastics, and irradiating food.57Co is used in medical and scientific research. It takes about 5.27 years for half of60Co to give off its radiation and about 272 days for57Co; this is called the half-life.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}, {"Start": 62, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 90, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}, {"Start": 237, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}, {"Start": 435, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cobalt", "Type": "PubChem Internal Link", "Extra": "Element-Cobalt"}]}]}}], "ANID": 756236, "LinkedRecords": {"CID": [104730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-54", "Name": "Di(2-Ethylhexyl)Phthalate (DEHP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=65", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Di(2-ethylhexyl) phthlate (DEHP) is a manufactured chemical that is commonly added to plastics to make them flexible. DEHP is a colorless liquid with almost no odor. DEHP is present in plastic products such as wall coverings, tablecloths, floor tiles, furniture upholstery, shower curtains, garden hoses, swimming pool liners, rainwear, baby pants, dolls, some toys, shoes, automobile upholstery and tops, packaging film and sheets, sheathing for wire and cable, medical tubing, and blood storage bags.", "Markup": [{"Start": 0, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Di%282-ethylhexyl%29%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-8343"}, {"Start": 27, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEHP", "Type": "PubChem Internal Link", "Extra": "CID-8343"}, {"Start": 118, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEHP", "Type": "PubChem Internal Link", "Extra": "CID-8343"}, {"Start": 166, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEHP", "Type": "PubChem Internal Link", "Extra": "CID-8343"}]}]}}], "ANID": 756237, "LinkedRecords": {"CID": [8343]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-55", "Name": "Ethylbenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=66", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Ethylbenzene is a colorless, flammable liquid that smells like gasoline. It is found in natural products such as coal tar and petroleum and is also found in manufactured products such as inks, insecticides, and paints. Ethylbenzene is used primarily to make another chemical, styrene. Other uses include as a solvent, in fuels, and to make other chemicals.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-7500"}, {"Start": 219, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-7500"}, {"Start": 276, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}]}]}}], "ANID": 756238, "LinkedRecords": {"CID": [7500]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-56", "Name": "Hydrogen Sulfide Carbonyl Sulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=67", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hydrogen sulfide (H2S) occurs naturally in crude petroleum, natural gas, volcanic gases, and hot springs. It can also result from bacterial breakdown of organic matter. It is also produced by human and animal wastes. Bacteria found in your mouth and gastrointestinal tract produce hydrogen sulfide from bacteria decomposing materials that contain vegetable or animal proteins. Hydrogen sulfide can also result from industrial activities, such as food processing, coke ovens, kraft paper mills, tanneries, and petroleum refineries. Hydrogen sulfide is a flammable, colorless gas with a characteristic odor of rotten eggs. It is commonly known as hydrosulfuric acid, sewer gas, and stink damp. People can smell it at low levels.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 281, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 377, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 531, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-402"}, {"Start": 645, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrosulfuric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-402"}]}]}}], "ANID": 756239, "LinkedRecords": {"CID": [402]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-57", "Name": "n-Hexane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=68", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "n-Hexane is a chemical made from crude oil. Pure n-Hexane is a colorless liquid with a slightly disagreeable odor. It is highly flammable, and its vapors can be explosive. Puren-Hexane is used in laboratories. Most of then-Hexane used in industry is mixed with similar chemicals called solvents. The major use for solvents containing n-Hexane is to extract vegetable oils from crops such as soybeans. These solvents are also used as cleaning agents in the printing, textile, furniture, and shoemaking industries. Certain kinds of special glues used in the roofing and shoe and leather industries also contain n-Hexane. Several consumer products containn-Hexane, such as gasoline, quick-drying glues used in various hobbies, and rubber cement. .", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 49, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 178, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexane", "Type": "PubChem Internal Link", "Extra": "CID-18696401"}, {"Start": 223, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexane", "Type": "PubChem Internal Link", "Extra": "CID-18696401"}, {"Start": 334, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 609, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Hexane", "Type": "PubChem Internal Link", "Extra": "CID-8058"}, {"Start": 654, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexane", "Type": "PubChem Internal Link", "Extra": "CID-18696401"}]}]}}], "ANID": 756240, "LinkedRecords": {"CID": [8058]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-58", "Name": "Nitrogen Oxides", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=69", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nitrogen oxides are a mixture of gases that are composed of nitrogen and oxygen. Two of the most toxicologically significant nitrogen oxides are nitric oxide and nitrogen dioxide; both are nonflammable and colorless to brown at room temperature. Nitric oxide is a sharp sweet-smelling gas at room temperature, whereas nitrogen dioxide has a strong, harsh odor and is a liquid at room temperature, becoming a reddish-brown gas above 70\u00b0F. Nitrogen oxides are released to the air from the exhaust of motor vehicles, the burning of coal, oil, or natural gas, and during processes such as arc welding, electroplating, engraving, and dynamite blasting. They are also produced commercially by reacting nitric acid with metals or cellulose. Nitrogen oxides are used in the production of nitric acid, lacquers, dyes, and other chemicals. Nitrogen oxides are also used in rocket fuels, nitration of organic chemicals, and the manufacture of explosives.", "Markup": [{"Start": 60, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nitrogen", "Type": "PubChem Internal Link", "Extra": "Element-Nitrogen"}, {"Start": 73, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 145, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-145068"}, {"Start": 162, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrogen%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-3032552"}, {"Start": 246, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitric%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-145068"}, {"Start": 318, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrogen%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-3032552"}, {"Start": 696, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-944"}, {"Start": 723, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cellulose", "Type": "PubChem Internal Link", "Extra": "CID-16211032"}, {"Start": 780, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-944"}]}]}}], "ANID": 756241, "LinkedRecords": {"CID": [145068]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-59", "Name": "Pentachlorophenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=70", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Pentachlorophenol is a manufactured chemical that does not occur naturally. Pure pentachlorophenol exists as colorless crystals. Impure pentachlorophenol (the form usually found at hazardous waste sites) is dark gray to brown and exists as dust, beads, or flakes. Humans are usually exposed to impure pentachlorophenol (also called technical grade pentachlorophenol). Pentachlorophenol was widely used as a pesticide and wood preservative. Since 1984, the purchase and use of pentachlorophenol has been restricted to certified applicators. It is no longer available to the general public. It is still used industrially as a wood preservative for utility poles, railroad ties, and wharf pilings.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 81, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 136, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 301, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 348, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 368, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}, {"Start": 476, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/pentachlorophenol", "Type": "PubChem Internal Link", "Extra": "CID-992"}]}]}}], "ANID": 756242, "LinkedRecords": {"CID": [992]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-60", "Name": "Radon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=71", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Radon is a naturally occurring radioactive gas that is odorless and tasteless. It is formed from the radioactive decay of uranium. Uranium is found in small amounts in most rocks and soil. It slowly breaks down to other products such as radium, which breaks down to radon. Radon also undergoes radioactive decay. It divides into two parts-one part is called radiation, and the other part is called a daughter. The daughter, like radon, is not stable, and it also divides into radiation and another daughter. The dividing of daughters continues until a stable, nonradioactive daughter is formed. During the decay process, alpha, beta, and gamma radiation are released. Alpha particles can travel only a short distance and cannot travel through your skin. Beta particles can penetrate through your skin, but they cannot go all the way through your body. Gamma radiation can go all the way through your body. Radon is no longer used in the treatment of various diseases including cancer, arthritis, diabetes, and ulcers. Radon is used to predict earthquakes, in the study of atmospheric transport, and in exploration for petroleum and uranium.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 122, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 131, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 237, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 266, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 273, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 429, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 906, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 1018, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 1132, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}]}]}}], "ANID": 756243, "LinkedRecords": {"CID": [24857, 61773]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-61", "Name": "RDX (Cyclonite)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=72", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "RDX stands for Royal Demolition eXplosive. It is also known as cyclonite or hexogen. The chemical name for RDX is 1,3,5-trinitro-1,3,5-triazine. It is a white powder and is very explosive. RDX is used as an explosive and is also used in combination with other ingredients in explosives. Its odor and taste are unknown. It is a synthetic product that does not occur naturally in the environment. It creates fumes when it is burned with other substances.", "Markup": [{"Start": 0, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 63, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cyclonite", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 76, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexogen", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 107, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 189, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}]}]}}], "ANID": 756244, "LinkedRecords": {"CID": [8490]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-62", "Name": "Stoddard Solvent", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=73", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Stoddard solvent is a colorless, flammable liquid that smells and tastes like kerosene. It will turn into a vapor at temperatures of 150-200\u00b0C.Stoddard solvent is a petroleum mixture that is also known as dry cleaning safety solvent, petroleum solvent, and varnoline; its registered trade names are Texsolve S\u00ae and Varsol 1\u00ae. It is a chemical mixture that is similar to white spirits. Stoddard solvent is used as a paint thinner; in some types of photocopier toners, printing inks, and adhesives; as a dry cleaning solvent; and as a general cleaner and degreaser. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry (ATSDR) the Public Health Service, or the U.S. Department of Health and Human Services (DHHS)."}]}}], "ANID": 756245}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-63", "Name": "Styrene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=74", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Styrene is primarily a synthetic chemical. It is also known as vinylbenzene, ethenylbenzene, cinnamene, or phenylethylene. It's a colorless liquid that evaporates easily and has a sweet smell. It often contains other chemicals that give it a sharp, unpleasant smell. It dissolves in some liquids but doesn't dissolve easily in water. Billions of pounds are produced each year to make products such as rubber, plastic, insulation, fiberglass, pipes, automobile parts, food containers, and carpet backing. Most of these products contain styrene linked together in a long chain (polystyrene) as well as unlinked styrene. Low levels of styrene also occur naturally in a variety of foods such as fruits, vegetables, nuts, beverages, and meats.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 63, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/vinylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 77, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethenylbenzene", "Type": "PubChem Internal Link", "Extra": "CID-13690718"}, {"Start": 93, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cinnamene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 107, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phenylethylene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 327, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 535, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 609, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}, {"Start": 632, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/styrene", "Type": "PubChem Internal Link", "Extra": "CID-7501"}]}]}}], "ANID": 756246, "LinkedRecords": {"CID": [7501]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-64", "Name": "Total Petroleum Hydrocarbons (TPH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=75", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Total petroleum hydrocarbons (TPH) is a term used to describe a large family of several hundred chemical compounds that originally come from crude oil. Crude oil is used to make petroleum products, which can contaminate the environment. Because there are so many different chemicals in crude oil and in other petroleum products, it is not practical to measure each one separately. However, it is useful to measure the total amount of TPH at a site. TPH is a mixture of chemicals, but they are all made mainly from hydrogen and carbon, called hydrocarbons. Scientists divide TPH into groups of petroleum hydrocarbons that act alike in soil or water. These groups are called petroleum hydrocarbon fractions. Each fraction contains many individual chemicals. Some chemicals that may be found in TPH are hexane, jet fuels, mineral oils, benzene, toluene, xylenes, naphthalene, and fluorene, as well as other petroleum products and gasoline components. However, it is likely that samples of TPH will contain only some, or a mixture, of these chemicals."}]}}], "ANID": 756247}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-65", "Name": "1,1,1-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=76", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,1,1-Trichloroethane is a synthetic chemical that does not occur naturally in the environment. It also is known as methylchloroform, methyltrichloromethane, trichloromethylmethane, and trichloromethane. Its registered trade names are chloroethene NU\u00ae and Aerothene TT\u00ae.

90% malathion and impurities in a solvent, is a brownish-yellow liquid that smells like garlic. Malathion is used to kill insects on farm crops and in gardens, to treat lice on humans, and to treat fleas on pets. Malathion is also used to kill mosquitos and Mediterranean fruit flies on (medflies) in large outdoor areas.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 64, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 117, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 148, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 240, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}, {"Start": 357, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Malathion", "Type": "PubChem Internal Link", "Extra": "CID-4004"}]}]}}], "ANID": 756264, "LinkedRecords": {"CID": [4004]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-82", "Name": "Nerve Agents (GA, GB, GD, VX)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=93", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nerve agents GA (tabun), GB (sarin), GD (soman), and VX are manufactured compounds. The G-type agents are clear, colorless, tasteless liquids miscible in water and most organic solvents. GB is odorless and is the most volatile nerve agent. GA has a slightly fruity odor, and GD has a slight camphor-like odor. VX is a clear, amber-colored odorless, oily liquid. It is miscible with water and dissolves in all solvents. VX is the least volatile nerve agent. Most of the nerve agents were originally produced in a search for insecticides, but because of their toxicity, they were evaluated for military use. Nerve agents have been used in wars and by terrorists. They are known to be stored by several nations, including the United States."}]}}], "ANID": 756265}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-83", "Name": "Polybrominated Biphenyls (PBBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=94", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Polybrominated biphenyls (PBBs)are manufactured chemicals. They are added to the plastics used to make products like computer monitors, televisions, textiles, plastic foams, etc. to make them difficult to burn. PBBs can leave these plastics and find their way into the environment. PBBs are usually colorless to off-white solids. PBBs are mixtures of brominated biphenyl compounds known as congeners.In the United States, manufacturing of PBBs was stopped in 1976. PBBs are still around in the environment because they do not degrade easily or quickly."}]}}], "ANID": 756266}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-84", "Name": "Nitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=95", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nitrobenzene is an industrial chemical. It is an oily yellow liquid with an almond-like odor. It dissolves only slightly in water and will evaporate to air. It is produced in large quantities for use in industry. Most of the nitrobenzene produced in the United States is used to manufacture a chemical called aniline. Nitrobenzene is also used to produce lubricating oils such as those used in motors and machinery. A small amount of nitrobenzene is used in the manufacture of dyes, drugs, pesticides, and synthetic rubber.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}, {"Start": 124, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 225, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}, {"Start": 309, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aniline", "Type": "PubChem Internal Link", "Extra": "CID-6115"}, {"Start": 318, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}, {"Start": 434, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7416"}]}]}}], "ANID": 756267, "LinkedRecords": {"CID": [7416]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-85", "Name": "Pyridine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=96", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Pyridine is a colorless liquid with an unpleasant smell. It can be made from crude coal tar or from other chemicals. Pyridine is used to dissolve other substances. It is also used to make many different products such as medicines, vitamins, food flavorings, paints, dyes, rubber products, adhesives, insecticides, and herbicides. Pyridine can also be formed from the breakdown of many natural materials in the environment.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pyridine", "Type": "PubChem Internal Link", "Extra": "CID-1049"}, {"Start": 117, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pyridine", "Type": "PubChem Internal Link", "Extra": "CID-1049"}, {"Start": 330, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Pyridine", "Type": "PubChem Internal Link", "Extra": "CID-1049"}]}]}}], "ANID": 756268, "LinkedRecords": {"CID": [1049]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-86", "Name": "Silver", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=97", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Silver is a naturally occurring element. It is found in the environment combined with other elements such as sulfide, chloride, and nitrate. Pure silver is \"silver\" colored, but silver nitrate and silver chloride are powdery white and silver sulfide and silver oxide are dark-gray to black. Silver is often found as a by-product during the retrieval of copper, lead, zinc, and gold ores. Silver is used to make jewelry, silverware, electronic equipment, and dental fillings. It is also used to make photographs, in brazing alloys and solders, to disinfect drinking water and water in swimming pools, and as an antibacterial agent. Silver has also been used in lozenges and chewing gum to help people stop smoking.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 118, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloride", "Type": "PubChem Internal Link", "Extra": "CID-18413378"}, {"Start": 132, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 146, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 157, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 178, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20nitrate", "Type": "PubChem Internal Link", "Extra": "CID-24470"}, {"Start": 197, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-24561"}, {"Start": 235, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20sulfide", "Type": "PubChem Internal Link", "Extra": "CID-166738"}, {"Start": 254, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silver%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-9794626"}, {"Start": 291, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 353, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Copper", "Type": "PubChem Internal Link", "Extra": "Element-Copper"}, {"Start": 367, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Zinc", "Type": "PubChem Internal Link", "Extra": "Element-Zinc"}, {"Start": 377, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Gold", "Type": "PubChem Internal Link", "Extra": "Element-Gold"}, {"Start": 388, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}, {"Start": 565, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 575, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 631, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silver", "Type": "PubChem Internal Link", "Extra": "Element-Silver"}]}]}}], "ANID": 756269, "LinkedRecords": {"CID": [23954]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-87", "Name": "Tin and Compounds", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=98", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Tin is a natural element in the earth's crust. It is a soft, white, silvery metal that does not dissolve in water. It is present in brass, bronze, pewter, and some soldering materials. Tin metal is used to line cans for food, beverages, and aerosols. Tin can combine with other chemicals to form compounds. Combinations with chemicals like chlorine, sulfur, or oxygen are called inorganic tin compounds (i.e., stannous chloride, stannous sulfide, stannic oxide). These are used in toothpaste, perfumes, soaps, food additives and dyes. Tin also can combine with carbon to form organotin compounds (i.e., dibutyltin, tributyltin, triphenyltin). These compounds are used to make plastics, food packages, plastic pipes, pesticides, paints, and pest repellents. Tin metal, and inorganic and organic tin compounds can be found in the air, water, and soil near places where they are naturally present in the rocks, or where they are mined, manufactured, or used.", "Markup": [{"Start": 0, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 108, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 185, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 251, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 340, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 350, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 361, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 389, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 410, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/stannous%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-24479"}, {"Start": 447, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/stannic%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-29011"}, {"Start": 535, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 561, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 603, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dibutyltin", "Type": "PubChem Internal Link", "Extra": "CID-6484"}, {"Start": 628, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/triphenyltin", "Type": "PubChem Internal Link", "Extra": "CID-5357402"}, {"Start": 757, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 794, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tin", "Type": "PubChem Internal Link", "Extra": "Element-Tin"}, {"Start": 833, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756270, "LinkedRecords": {"CID": [5352426]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-88", "Name": "Toxaphene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=99", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Toxaphene was one of the most heavily used pesticides in the United States in the 1970s and early 1980s. It was used primarily to control insect pests on cotton and other crops in the southern United States. Other uses included controlling insect pests on livestock and killing unwanted fish in lakes. Toxaphene was banned for all registered uses by 1990. Toxaphene is made by reacting chlorine gas with a substance called camphene. The resulting product (toxaphene) is a mixture of hundreds of different chlorinated camphenes and related chemicals.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}, {"Start": 302, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}, {"Start": 356, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}, {"Start": 386, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 423, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/camphene", "Type": "PubChem Internal Link", "Extra": "CID-6616"}, {"Start": 456, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/toxaphene", "Type": "PubChem Internal Link", "Extra": "CID-5284469"}]}]}}], "ANID": 756271, "LinkedRecords": {"CID": [5284469]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-89", "Name": "Acrolein", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=102", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Acrolein is a colorless or yellow liquid with a disagreeable odor. It dissolves in water very easily and quickly changes to a vapor when heated. It also burns easily. Small amounts of acrolein can be formed and can enter the air when trees, tobacco, other plants, gasoline, and oil are burned. Acrolein is used as a pesticide to control algae, weeds, bacteria, and mollusks. It is also used to make other chemicals.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrolein", "Type": "PubChem Internal Link", "Extra": "CID-7847"}, {"Start": 83, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 184, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acrolein", "Type": "PubChem Internal Link", "Extra": "CID-7847"}, {"Start": 294, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrolein", "Type": "PubChem Internal Link", "Extra": "CID-7847"}]}]}}], "ANID": 756272, "LinkedRecords": {"CID": [7847]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-90", "Name": "Benzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=105", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Benzidine is a manufactured chemical that does not occur naturally. It is a crystalline solid that may be grayish-yellow, white, or reddish-gray. In the environment, benzidine is found in either its \"free\" state (as an organic base), or as a salt. Benzidine was used to produce dyes for cloth, paper, and leather. It is no longer produced or used commerically in the U.S.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 166, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 248, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}]}]}}], "ANID": 756273, "LinkedRecords": {"CID": [7111]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-91", "Name": "Cesium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=107", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Cesium is a naturally occurring element found combined with other elements in rocks, soil, and dust in low amounts. Naturally occurring cesium is not radioactive and is referred to as stable cesium. There is only one stable form of cesium naturally present in the environment,133Cs (read as cesium one-thirty-three). Nuclear explosions or the breakdown of uranium in fuel elements can produce two radioactive forms of cesium,134Cs and137Cs. Both isotopes decay into non-radioactive elements.134Cs and137Cs generate beta particles as they decay. It takes about 2 years for half of134Cs to give off its radiation and about 30 years for137Cs; this is called the halflife.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 136, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 191, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 232, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 291, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}, {"Start": 356, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 418, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Cesium", "Type": "PubChem Internal Link", "Extra": "Element-Cesium"}]}]}}], "ANID": 756274, "LinkedRecords": {"CID": [5354618]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-92", "Name": "Chlorine Dioxide & Chlorite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=108", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chlorine dioxide is a yellow to reddish-yellow manufactured gas. It does not occur naturally in the environment. When added to water, chlorine dioxide forms chlorite ion, which is also a very reactive chemical. Chlorine dioxide is used as a bleaching agent at paper manufacturing plants, and in public water treatment facilities to make water safe to drink. In 2001, chlorine dioxide and chlorite were used to decontaminate a number of public buildings following the release of anthrax spores in the United States.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 127, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 134, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 157, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorite", "Type": "PubChem Internal Link", "Extra": "CID-197148"}, {"Start": 211, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 302, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 337, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 367, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorine%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24870"}, {"Start": 388, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorite", "Type": "PubChem Internal Link", "Extra": "CID-197148"}]}]}}], "ANID": 756275, "LinkedRecords": {"CID": [24870]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-93", "Name": "Chloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=109", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chloromethane is also known as methyl chloride. It is a clear, colorless gas. It has a faint, sweet odor that is noticeable only at levels that may be toxic. It is heavier than air, and it is extremely flammable.", "Markup": [{"Start": 0, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6327"}, {"Start": 31, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6327"}]}]}}], "ANID": 756276, "LinkedRecords": {"CID": [6327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-94", "Name": "1,2-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=110", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,2-Dichloroethane, also called ethylene dichloride, is a manufactured chemical that is not found naturally in the environment. It is a clear liquid and has a pleasant smell and sweet taste. The most common use of 1,2-dichloroethane is in the production of vinyl chloride which is used to make a variety of plastic and vinyl products including polyvinyl chloride (PVC) pipes, furniture and automobile upholstery, wall coverings, housewares, and automobile parts. It is also used to as a solvent and is added to leaded gasoline to remove lead.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-11"}, {"Start": 32, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20dichloride", "Type": "PubChem Internal Link", "Extra": "CID-11"}, {"Start": 214, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-11"}, {"Start": 257, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/vinyl%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6338"}]}]}}], "ANID": 756277, "LinkedRecords": {"CID": [11]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-95", "Name": "Dichlorvos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=111", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Dichlorvos is an insecticide that is a dense colorless liquid. It has a sweetish smell and readily mixes with water. Dichlorvos used in pest control is diluted with other chemicals and used as a spray. It can also be incorporated into plastic that slowly releases the chemical. Dichlorvos is used for insect control in food storage areas, green houses, and barns, and control of insects on livestock. It is not generally used on outdoor crops. Dichlorvos is sometimes used for insect control in workplaces and in the home. Veterinarians use it to control parasites on pets.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}, {"Start": 110, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 117, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}, {"Start": 278, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}, {"Start": 444, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dichlorvos", "Type": "PubChem Internal Link", "Extra": "CID-3039"}]}]}}], "ANID": 756278, "LinkedRecords": {"CID": [3039]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-96", "Name": "Diethyl phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=112", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Diethyl phthalate is a colorless liquid that has a bitter, disagreeable taste. This synthetic substance is commonly used to make plastics more flexible. Products in which it is found include toothbrushes, automobile parts, tools, toys, and food packaging. Diethyl phthalate can be released fairly easily from these products, as it is not part of the chain of chemicals (polymers) that makes up the plastic. Diethyl phthalate is also used in cosmetics, insecticides, and aspirin.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diethyl%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-6781"}, {"Start": 256, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diethyl%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-6781"}, {"Start": 407, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diethyl%20phthalate", "Type": "PubChem Internal Link", "Extra": "CID-6781"}, {"Start": 470, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/aspirin", "Type": "PubChem Internal Link", "Extra": "CID-2244"}]}]}}], "ANID": 756279, "LinkedRecords": {"CID": [6781]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-97", "Name": "Endosulfan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=113", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Endosulfan is a pesticide. It is a cream- to brown-colored solid that may appear in the form of crystals or flakes. It has a smell like turpentine, but does not burn. It does not occur naturally in the environment. Endosulfan is used to control insects on food and non-food crops and also as a wood preservative.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endosulfan", "Type": "PubChem Internal Link", "Extra": "CID-3224"}, {"Start": 215, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endosulfan", "Type": "PubChem Internal Link", "Extra": "CID-3224"}]}]}}], "ANID": 756280, "LinkedRecords": {"CID": [3224]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-98", "Name": "Endrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=114", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Endrin is a solid, white, almost odorless substance that was used as a pesticide to control insects, rodents, and birds. Endrin has not been produced or sold for general use in the United States since 1986. Little is known about the properties of endrin aldehyde (an impurity and breakdown product of endrin) or endrin ketone (a product of endrin when it is exposed to light).", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}, {"Start": 121, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}, {"Start": 247, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin%20aldehyde", "Type": "PubChem Internal Link", "Extra": "CID-522524"}, {"Start": 301, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}, {"Start": 312, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-62060"}, {"Start": 340, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/endrin", "Type": "PubChem Internal Link", "Extra": "CID-3048"}]}]}}], "ANID": 756281, "LinkedRecords": {"CID": [3048, 12358480, 12358497, 46174049, 71312306, 134687884]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-99", "Name": "Hexachlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=115", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hexachlorobenzene was widely used as a pesticide to protect the seeds of onions and sorghum, wheat, and other grains against fungus until 1965. It was also used to make fireworks, ammunition, and synthetic rubber. Currently, there are no commercial uses of hexachlorobenzene in the United States. Hexachlorobenzene is a white crystalline solid that is not very soluble in water. It does not occur naturally in the environment. It is formed as a by-product while making other chemicals, in the waste streams of chloralkali and wood-preserving plants, and when burning municipal waste.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-8370"}, {"Start": 257, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-8370"}, {"Start": 297, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-8370"}, {"Start": 372, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756282, "LinkedRecords": {"CID": [8370]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-100", "Name": "Methyl Isocyanate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=116", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Methyl isocyanate is a colorless highly flammable liquid that evaporates quickly when exposed to the air. It has a sharp, strong odor. Methyl isocyanate is used in the production of pesticides, polyurethane foam, and plastics.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20isocyanate", "Type": "PubChem Internal Link", "Extra": "CID-12228"}, {"Start": 135, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20isocyanate", "Type": "PubChem Internal Link", "Extra": "CID-12228"}]}]}}], "ANID": 756283, "LinkedRecords": {"CID": [12228]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-101", "Name": "Methyl Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=117", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Methyl parathion is an insecticide that does not occur naturally in the environment. Pure methyl parathion exists as white crystals. Impure methyl parathion is a brownish liquid that smells like rotten eggs.Methyl parathion is used to kill insects on farm crops, especially cotton. The EPA now restricts how methyl parathion can be used and applied; only trained people are allowed to spray it. Methyl parathion can no longer be used on food crops commonly consumed by children.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 90, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 140, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 207, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 308, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}, {"Start": 395, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methyl%20parathion", "Type": "PubChem Internal Link", "Extra": "CID-4130"}]}]}}], "ANID": 756284, "LinkedRecords": {"CID": [4130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-102", "Name": "Chlordecone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=118", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Mirex and chlordecone are two separate, but chemically similar, manufactured insecticides that do not occur naturally in the environment. Mirex is a white crystalline solid, and chlordecone is a tan-white crystalline solid. Both chemicals are odorless. Mirex and chlordecone have not been manufactured or used in the United States since 1978. Mirex was used to control fire ants, and as a flame retardant in plastics, rubber, paint, paper, and electrical goods from 1959 to 1972. Chlordecone was used as an insecticide on tobacco, ornamental shrubs, bananas, and citrus trees, and in ant and roach traps. Mirex was sold as a flame retardant under the trade name Dechlorane, and chlordecone was also known as Kepone. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 10, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 138, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 178, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 253, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 263, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 343, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 480, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 605, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 662, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dechlorane", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 678, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 708, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Kepone", "Type": "PubChem Internal Link", "Extra": "CID-299"}]}]}}], "ANID": 756285, "LinkedRecords": {"CID": [299]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-103", "Name": "Plutonium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=119", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Plutonium is a silvery white metal that exists as a solid under normal conditions. It is produced when uranium absorbs an atomic particle. Trace amounts of plutonium occur naturally, but large amounts have been produced in nuclear reactors. Trace levels of plutonium can be found in the environment, from past nuclear bomb tests, in several forms called isotopes. The most common plutonium isotopes are plutonium-238 and plutonium-239. Plutonium undergoes radioactive decay. In this decay process, energy is released and a new product is formed. The energy released is called radiation. When plutonium decays, it divides into two parts-a small part that is called \"alpha\" radiation and a large part called a daughter. The daughter is also radioactive, and it, too, continues to decay until a nonradioactive daughter is formed. During these decay processes, three types of radiation are released-alpha, beta, and gamma. Alpha particles can travel only a short distance and cannot travel through your skin. Beta particles can penetrate through your skin, but they cannot go all the way through your body. Gamma radiation can go all the way through your body.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 103, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 156, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 257, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 380, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 403, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/plutonium-238", "Type": "PubChem Internal Link", "Extra": "CID-61709"}, {"Start": 421, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/plutonium-239", "Type": "PubChem Internal Link", "Extra": "CID-61782"}, {"Start": 436, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}, {"Start": 592, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}]}]}}], "ANID": 756286, "LinkedRecords": {"CID": [23940]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-104", "Name": "Strontium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=120", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Strontium is a naturally occurring element found in rocks, soil, dust, coal, and oil. Naturally occurring strontium is not radioactive and is either referred to as stable strontium or strontium. Strontium in the environment exists in four stable isotopes,84Sr (read as strontium eighty-four),86Sr,87Sr,88Sr. Strontium compounds are used in making ceramics and glass products, pyrotechnics, paint pigments, fluorescent lights, and medicines. Strontium can also exist as several radioactive isotopes; the most common is90Sr.90Sr is formed in nuclear reactors or during the explosion of nuclear weapons. Radioactive strontium generates beta particles as it decays. One of the radioactive properties of strontium is half-life, or the time it takes for half of the isotope to give off its radiation and change into another substance. The half-life of90Sr is 29 years.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 106, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 171, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 184, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 195, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 269, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 308, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 441, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}, {"Start": 699, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Strontium", "Type": "PubChem Internal Link", "Extra": "Element-Strontium"}]}]}}], "ANID": 756287, "LinkedRecords": {"CID": [5359327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-105", "Name": "Thorium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=121", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Thorium is a naturally occurring, radioactive substance. In the environment, thorium exists in combination with other minerals, such as silica. Small amounts of thorium are present in all rocks, soil, water, plants, and animals. Soil contains an average of about 6 parts of thorium per million parts of soil (6 ppm). More than 99% of natural thorium exists in the form of thorium-232. It breaks down into two parts-a small part called \"alpha\" radiation and a large part called the decay product. The decay product is also not stable and continues to break down through a series of decay products until a stable product is formed. During these decay processes, radioactive substances are produced. These include radium and radon. These substances give off radiation, including alpha and beta particles, and gamma radiation. Some rocks in underground mines contain thorium in a more concentrated form. After these rocks are mined, thorium is usually concentrated and changed into thorium dioxide or other chemical forms. After most of the thorium is removed, the rocks are called \"depleted\" ore or tailings. Thorium is used to make ceramics, gas lantern mantles, and metals used in the aerospace industry and in nuclear reactions. Thorium can also be used as a fuel for generating nuclear energy.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 77, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 161, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 201, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 274, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 342, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 372, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/thorium-232", "Type": "PubChem Internal Link", "Extra": "CID-11817119"}, {"Start": 711, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 722, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radon", "Type": "PubChem Internal Link", "Extra": "Element-Radon"}, {"Start": 863, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 929, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 978, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/thorium%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-14808"}, {"Start": 1037, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 1106, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 1229, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}]}]}}], "ANID": 756288, "LinkedRecords": {"CID": [23960]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-106", "Name": "Titanium Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=122", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Titanium tetrachloride is a colorless to pale yellow liquid that has fumes with a strong odor. If it comes in contact with water, it rapidly forms hydrochloric acid, as well as titanium compounds. Titanium tetrachloride is not found naturally in the environment and is made from minerals that contain titanium. It is used to make titanium metal and other titanium-containing compounds, such as titanium dioxide, which is used as a white pigment in paints and other products and to produce other chemicals.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Titanium%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-24193"}, {"Start": 123, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 147, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrochloric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 177, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 197, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Titanium%20tetrachloride", "Type": "PubChem Internal Link", "Extra": "CID-24193"}, {"Start": 301, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 330, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 355, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Titanium", "Type": "PubChem Internal Link", "Extra": "Element-Titanium"}, {"Start": 394, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/titanium%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-26042"}]}]}}], "ANID": 756289, "LinkedRecords": {"CID": [24193]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-107", "Name": "Used Mineral-based Crankcase Oil", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=123", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Used mineral-based crankcase oil is the brown-to-black, oily liquid removed from the engine of a motor vehicle when the oil is changed. It is similar to unused oil except it contains additional chemicals from its use as an engine lubricant. The chemicals in oil include hydrocarbons, which are distilled from crude oil, and various additives that improve the oil's performance. Used oil also contains chemicals formed when the oil is exposed to high temperatures and pressures inside an engine. It also contains some metals from engine parts and small amounts of gasoline, antifreeze, and chemicals that come from gasoline when it burns inside the engine. The chemicals found in used mineral-based crankcase oil vary depending on the brand and type of oil, whether gasoline or diesel fuel was used, the mechanical condition of the engine that the oil came from, and the amount of use between oil changes. Used oil is not naturally found in the environment."}]}}], "ANID": 756290}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-108", "Name": "Vinyl Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=124", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Vinyl acetate is an industrial chemical that is produced in large amounts in the United States. It is a clear, colorless liquid with a sweet, fruity smell. It is very flammable and may be ignited by heat, sparks, or flames. Vinyl acetate is used to make other industrial chemicals. These chemicals are used mainly to make glues for the packaging and building industries. They are also used to make paints, textiles, and paper. Vinyl acetate is also used as a coating in plastic films for food packaging and as a modifier of food starch.", "Markup": [{"Start": 0, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20acetate", "Type": "PubChem Internal Link", "Extra": "CID-7904"}, {"Start": 224, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20acetate", "Type": "PubChem Internal Link", "Extra": "CID-7904"}, {"Start": 427, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Vinyl%20acetate", "Type": "PubChem Internal Link", "Extra": "CID-7904"}]}]}}], "ANID": 756291, "LinkedRecords": {"CID": [7904]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-109", "Name": "2,4,6-Trinitrotoluene (TNT)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=125", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "2,4,6-Trinitrotoluene is a yellow, odorless solid that does not occur naturally in the environment. It is commonly known as TNT and is an explosive used in military shells, bombs, and grenades, in industrial uses, and in underwater blasting. 2,4,6-Trinitrotoluene production in the United States occurs solely at military arsenals.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4%2C6-Trinitrotoluene", "Type": "PubChem Internal Link", "Extra": "CID-8376"}, {"Start": 124, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/TNT", "Type": "PubChem Internal Link", "Extra": "CID-8376"}, {"Start": 242, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4%2C6-Trinitrotoluene", "Type": "PubChem Internal Link", "Extra": "CID-8376"}]}]}}], "ANID": 756292, "LinkedRecords": {"CID": [8376]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-110", "Name": "Dichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=126", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "There are three dichlorobenzene isomers- 1,2-dichlorobenzene, 1,3-dichlorobenzene, and 1,4-dichlorobenzene. Dichlorobenzenes do not occur naturally. 1,2-Dichlorobenzene is a colorless to pale yellow liquid used to make herbicides. 1,3- Dichlorobenzene is a colorless liquid used to make herbicides, insecticides, medicine, and dyes. 1,4-Dichlorobenzene, the most important of the three chemicals, is a colorless to white solid with a strong, pungent odor. When exposed to air, it slowly changes from a solid to a vapor. Most people can smell 1,4- dichlorobenzene in the air at very low levels."}]}}], "ANID": 756293}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-111", "Name": "Bromodichloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=127", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Bromodichloromethane is a colorless, nonflammable liquid. Small amounts are formed naturally by algae in the oceans. Some of it will dissolve in water, but it readily evaporates into air. Only small quantities of bromodichloromethane are produced in the United States. The small quantities that are produced are used in laboratories or to make other chemicals. However, most bromodichloromethane is formed as a by-product when chlorine is added to drinking water to kill bacteria.", "Markup": [{"Start": 0, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromodichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6359"}, {"Start": 145, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 213, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bromodichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6359"}, {"Start": 375, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bromodichloromethane", "Type": "PubChem Internal Link", "Extra": "CID-6359"}, {"Start": 427, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 457, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756294, "LinkedRecords": {"CID": [6359]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-112", "Name": "Bromoform & Dibromochloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=128", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Bromoform and dibromochloromethane are colorless to yellow, heavy, nonflammable, liquids with a sweet odor. Small amounts are formed naturally by plants in the ocean. They are somewhat soluble in water and readily evaporate into the air. Most of the bromoform and dibromochloromethane that enters the environment is formed as byproducts when chlorine is added to drinking water to kill bacteria. Only small quantities of bromoform and dibromochloromethane currently are produced in the United States. These chemicals were used in the past as solvents and flame retardants, or to make other chemicals, but now they are used mainly as laboratory reagents."}]}}], "ANID": 756295}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-113", "Name": "1,1-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=129", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,1-Dichloroethane is a colorless, oily liquid with a sweet odor. It evaporates easily at room temperature and burns easily. It does not occur naturally in the environment.In the past, 1,1-dichloroethane was used as a surgical anesthetic, but it is no longer used this way. Today it is used primarily to make other chemicals, to dissolve substances such as paint, varnish, and finish removers, and to remove grease.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-Dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6365"}, {"Start": 185, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6365"}]}]}}], "ANID": 756296, "LinkedRecords": {"CID": [6365]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-114", "Name": "1,1-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=130", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1, 1-Dichloroethene is an industrial chemical that is not found naturally in the environment. It is a colorless liquid with a mild, sweet smell. It is also called vinylidene chloride. 1, 1-Dichloroethene is used to make certain plastics, such as flexible films like food wrap, and in packaging materials. It is also used to make flame retardant coatings for fiber and carpet backings, and in piping, coating for steel pipes, and in adhesive applications.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-Dichloroethene", "Type": "PubChem Internal Link", "Extra": "CID-17940378"}, {"Start": 163, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/vinylidene%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-6366"}, {"Start": 184, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-Dichloroethene", "Type": "PubChem Internal Link", "Extra": "CID-17940378"}]}]}}], "ANID": 756297, "LinkedRecords": {"CID": [6366]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-115", "Name": "1,2-Dibromoethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=131", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,2-Dibromoethane is a manufactured chemical. It also occurs naturally in small amounts in the ocean where it is formed, probably by algae and kelp. It is a colorless liquid with a mild, sweet odor. Other names for 1,2-dibromoethane are ethylene dibromide, EDB, and glycol bromide. Trade names include Bromofume and Dowfume. 1,2-Dibromoethane has been used as a pesticide in soil, and on citrus, vegetable, and grain crops. Most of these uses have been stopped by the Environmental Protection Agency (EPA) since 1984. Another major use was as an additive in leaded gasoline; however, since leaded gasoline is now banned, it is no longer used for this purpose. Uses today include treatment of logs for termites and beetles, control of moths in beehives, and as a preparation for dyes and waxes.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dibromoethane", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 215, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dibromoethane", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 237, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20dibromide", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 302, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromofume", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 316, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dowfume", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 325, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dibromoethane", "Type": "PubChem Internal Link", "Extra": "CID-7839"}]}]}}], "ANID": 756298, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-116", "Name": "Dinitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=132", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Dinitrophenols are a class of manufactured chemicals that do not occur naturally in the environment. There are six different dinitrophenols. The most commercially important dinitrophenol, 2,4-di-nitrophenol (DNP), is a yellow solid with no smell. It is used in making dyes, wood preservatives, explosives, insect control substances, and other chemicals, and as a photographic developer. It was used in diet pills in the 1930s but was banned for this use in 1938. It may be sold under several trade names, including Caswell No. 392, Sulfo Black B, and Nitro Kleenup. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 173, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dinitrophenol", "Type": "PubChem Internal Link", "Extra": "CID-1493"}, {"Start": 551, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitro%20Kleenup", "Type": "PubChem Internal Link", "Extra": "CID-1493"}]}]}}], "ANID": 756299, "LinkedRecords": {"CID": [1493, 167909]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-117", "Name": "Ethylene Oxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=133", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Ethylene oxide is a flammable gas with a somewhat sweet odor. It dissolves easily in water. Ethylene oxide is a man-made chemical that is used primarily to make ethylene glycol (a chemical used to make antifreeze and polyester). A small amount (less than 1%) is used to control insects in some stored agricultural products and a very small amount is used in hospitals to sterilize medical equipment and supplies.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-6354"}, {"Start": 85, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 92, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20oxide", "Type": "PubChem Internal Link", "Extra": "CID-6354"}, {"Start": 161, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-174"}]}]}}], "ANID": 756300, "LinkedRecords": {"CID": [6354]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-118", "Name": "2-Hexanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=134", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "2-Hexanone is also known as methyl n-butyl ketone, MBK, or propyl acetone. It is a clear, colorless liquid with a sharp odor. It dissolves very easily in water, and can evaporate easily into the air as a vapor. It was used in the past in paint and paint thinner, to make other chemical substances, and to dissolve oils and waxes. It is no longer made or used in the United States because it has harmful health effects. It is formed as a waste product resulting from industrial activities such as making wood pulp and producing gas from coal, and in oil shale operations.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2-Hexanone", "Type": "PubChem Internal Link", "Extra": "CID-11583"}, {"Start": 28, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20n-butyl%20ketone", "Type": "PubChem Internal Link", "Extra": "CID-11583"}, {"Start": 154, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756301, "LinkedRecords": {"CID": [11583]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-119", "Name": "Heptachlor/Heptachlor Epoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=135", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Heptachlor is a manufactured chemical and doesn't occur naturally. Pure heptachlor is a white powder that smells like camphor (mothballs). The less pure grade is tan. Trade names include Heptagran\u00ae, Basaklor\u00ae, Drinox\u00ae, Soleptax\u00ae, Termide\u00ae, and Velsicol 104\u00ae. Heptachlor was used extensively in the past for killing insects in homes, buildings, and on food crops, especially corn. These uses stopped in 1988. Currently it can only be used for fire ant control in power transformers. Heptachlor epoxide is also a white powder. Bacteria and animals break down heptachlor to form heptachlor epoxide. The epoxide is more likely to be found in the environment than heptachlor.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 72, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 118, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/camphor", "Type": "PubChem Internal Link", "Extra": "CID-2537"}, {"Start": 127, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/mothballs", "Type": "PubChem Internal Link", "Extra": "CID-931"}, {"Start": 187, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptagran", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 199, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Basaklor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 210, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Drinox", "Type": "PubChem Internal Link", "Extra": "CID-85364152"}, {"Start": 219, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Soleptax", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 244, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Velsicol%20104", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 259, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 482, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Heptachlor%20epoxide", "Type": "PubChem Internal Link", "Extra": "CID-13930"}, {"Start": 557, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}, {"Start": 576, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor%20epoxide", "Type": "PubChem Internal Link", "Extra": "CID-13930"}, {"Start": 659, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/heptachlor", "Type": "PubChem Internal Link", "Extra": "CID-3589"}]}]}}], "ANID": 756302, "LinkedRecords": {"CID": [13930, 12054527, 15559699, 15559705, 15559706, 16212247, 122390596, 138394051]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-120", "Name": "Hexachlorocyclohexane (HCH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=138", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hexachlorocyclohexane (HCH) is a manufactured chemical that exists in eight chemical forms called isomers. One of these forms, gamma-HCH (or \u03b3-HCH, commonly called lindane) is produced and used as an insecticide on fruit, vegetables, and forest crops. It is a white solid that may evaporate into the air as a colorless vapor with a slightly musty odor. It is also available as a prescription (lotion, cream, or shampoo) to treat head and body lice, and scabies. Lindane has not been produced in the United States since 1976, but is imported for insecticide use. Technical-grade HCH was used as an insecticide in the United States and typically contained 10-15% gamma-HCH as well as the alpha (\u03b1), beta (\u03b2), delta (\u03b4), and epsilon (\u03b5) forms of HCH. Virtually all the insecticidal properties resided in gamma-HCH. Technical-grade HCH has not been produced or used in the United States in over 20 years.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorocyclohexane", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 127, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/gamma-HCH", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 164, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/lindane", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 462, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lindane", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 661, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/gamma-HCH", "Type": "PubChem Internal Link", "Extra": "CID-727"}, {"Start": 801, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/gamma-HCH", "Type": "PubChem Internal Link", "Extra": "CID-727"}]}]}}], "ANID": 756303, "LinkedRecords": {"CID": [727]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-121", "Name": "Hydraulic Fluids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=141", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hydraulic fluids are a large group of liquids made of many kinds of chemicals. They are used in automobile automatic transmissions, brakes, and power steering; fork lift trucks; tractors; bulldozers; industrial machinery; and airplanes. The three most common types of hydraulic fluids are mineral oil, organophosphate ester, and polyalphaolefin. Some of the trade names for hydraulic fluids include Durad\u00ae, Fyrquel\u00ae, Skydrol\u00ae, Houghton-Safe\u00ae, Pydraul\u00ae, Reofos\u00ae, Reolube\u00ae, and Quintolubric\u00ae. (Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.) Some hydraulic fluids have a bland, oily smell and others have no smell; some will burn and some will not burn. Certain hydraulic fluids are produced from crude oil and others are manufactured."}]}}], "ANID": 756304, "LinkedRecords": {"CID": [91700]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-122", "Name": "Hydrogen Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=147", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "At room temperature, hydrogen chloride is a colorless to slightly yellow, corrosive, nonflammable gas that is heavier than air and has a strong irritating odor. On exposure to air, hydrogen chloride forms dense white corrosive vapors. Hydrogen chloride can be released from volcanoes. Hydrogen chloride has many uses, including cleaning, pickling, electroplating metals, tanning leather, and refining and producing a wide variety of products. Hydrogen chloride can be formed during the burning of many plastics. Upon contact with water, it forms hydrochloric acid. Both hydrogen chloride and hydrochloric acid are corrosive.", "Markup": [{"Start": 21, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 181, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 235, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 285, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 443, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 530, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 546, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrochloric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 570, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20chloride", "Type": "PubChem Internal Link", "Extra": "CID-313"}, {"Start": 592, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrochloric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-313"}]}]}}], "ANID": 756305, "LinkedRecords": {"CID": [313]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-123", "Name": "Isophorone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=148", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Isophorone is a clear liquid that smells like peppermint. It can be dissolved in water and evaporates somewhat faster than water. It is an industrial chemical used as a solvent in some printing inks, paints, lacquers, and adhesives. It is also used as an intermediate in the production of certain chemicals. Although isophorone is an industrial chemical, it also occurs naturally in cranberries.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Isophorone", "Type": "PubChem Internal Link", "Extra": "CID-6544"}, {"Start": 81, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 123, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 317, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/isophorone", "Type": "PubChem Internal Link", "Extra": "CID-6544"}]}]}}], "ANID": 756306, "LinkedRecords": {"CID": [6544]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-124", "Name": "Jet Fuels JP-4 and JP-7", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=149", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Jet fuels JP-4 and JP-7 (jet propellant-4 and jet propellant-7) are flammable, colorless to straw-colored liquid mixtures that come from crude petroleum. They smell like kerosene. Jet fuels are blends of other chemicals made according to U.S. Air Force standards for use as aircraft fuels. Although JP-4 and JP-7 are liquids at room temperature, they also evaporate easily."}]}}], "ANID": 756307}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-125", "Name": "JP-5, JP-8, and Jet A", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=150", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Jet fuels JP-5 and JP-8 are substances used as aircraft fuels by the military. JP-5 and JP-8 is shorthand for jet propellants 5 and 8. JP-5 is the U.S. Navy's primary jet fuel, and JP-8 is one of the jet fuels used by the U.S. Air Force. Both of the substances are composed of a large number of chemicals, and both are colorless liquids that may change into gas vapor. They smell like kerosene, since kerosene is the primary component of both JP-5 and JP-8. They are made by refining either crude petroleum oil deposits found underground or shale oil found in rock."}]}}], "ANID": 756308}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-126", "Name": "Methoxychlor", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=151", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Methoxychlor is a manufactured chemical that does not occur naturally in the environment. Pure methoxychlor is a pale-yellow powder with a slight fruity or musty odor. Methoxychlor is used as an insecticide against flies, mosquitoes, cockroaches, chiggers, and a wide variety of other insects. It is used on agricultural crops and livestock, and in animal feed, barns, grain storage bins, home gardens, and on pets. Methoxychlor is also known as DMDT, Marlate\u00ae, or Metox\u00ae.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 95, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 168, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 416, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Methoxychlor", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 452, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Marlate", "Type": "PubChem Internal Link", "Extra": "CID-4115"}, {"Start": 465, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Metox", "Type": "PubChem Internal Link", "Extra": "CID-4115"}]}]}}], "ANID": 756309, "LinkedRecords": {"CID": [4115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-127", "Name": "Otto Fuel II and its Components", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=152", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Otto Fuel II is a distinct-smelling, reddish-orange, oily liquid that the U.S. Navy uses as a fuel for torpedoes and other weapon systems. It is a mixture of three synthetic substances: propylene glycol dinitrate (the major component), 2-nitrodiphenylamine, and dibutyl sebacate. Propylene glycol dinitrate, a colorless liquid with an unpleasant odor, is explosive. 2-Nitrodiphenylamine is an orange solid used to control the explosion of propylene glycol dinitrate. Dibutyl sebacate is a clear liquid used for making plastics, many of which are used for food packaging. It is also used to enhance flavor in some foods such as ice cream, candy, baked goods, and nonalcoholic drinks, and is found in some shaving creams."}]}}], "ANID": 756310}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-128", "Name": "Pyrethrins and Pyrethroids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=153", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Pyrethrins are naturally-occurring co\u00b5mpounds with insecticidal properties that are found in pyrethru\u00b5m extract fro\u00b5m certain chrysanthe\u00b5mu\u00b5m flowers. The pyrethrins are often used in household insecticides and products to control insects on pets or livestock. Pyrethroids are \u00b5manufactured che\u00b5micals that are very si\u00b5milar in structure to the pyrethrins, but are often \u00b5more toxic to insects as well as to \u00b5ma\u00b5m\u00b5mals, and last longer in the environ\u00b5ment than the pyrethrins. More than 1,000 synthetic pyrethroids have been developed, but less than a dozen of the\u00b5m are currently used in the United States. Per\u00b5methrin is the \u00b5most frequently used pyrethroid in the United States."}]}}], "ANID": 756311, "LinkedRecords": {"CID": [40326]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-129", "Name": "Radium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=154", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Radium is a naturally occurring silvery-white radioactive metal that can exist in several forms called isotopes. Radium is formed when uranium and thorium break down in the environment. Uranium and thorium are found in small amounts in most rocks and soil. Two of the main radium isotopes found in the environment are radium-226 and radium-228. Radium undergoes radioactive decay. It divides into two parts-one part is called radiation and the other part is called a daughter. The daughter, like radium, is not stable, and it also divides into radiation and another daughter. The dividing of daughters continues until a stable, nonradioactive daughter is formed. During the decay process, alpha, beta, and gamma radiation are released. Alpha particles can travel only a short distance and cannot travel through your skin. Beta particles can penetrate through your skin, but they cannot go all the way through your body. Gamma radiation can go all the way through your body. Radium has been used as a radiation source for treating cancer, in radiography of metals, and combined with other metals as a neutron source for research and radiation instrument calibration. Until the 1960s, radium was a component of the luminous paints used for watch and clock dials, intrument panels in airplanes, military instruments, and compasses.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 113, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 135, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 147, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 186, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Uranium", "Type": "PubChem Internal Link", "Extra": "Element-Uranium"}, {"Start": 198, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Thorium", "Type": "PubChem Internal Link", "Extra": "Element-Thorium"}, {"Start": 273, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 318, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/radium-226", "Type": "PubChem Internal Link", "Extra": "CID-9877911"}, {"Start": 333, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/radium-228", "Type": "PubChem Internal Link", "Extra": "CID-6328553"}, {"Start": 345, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 496, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 974, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}, {"Start": 1183, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Radium", "Type": "PubChem Internal Link", "Extra": "Element-Radium"}]}]}}], "ANID": 756312, "LinkedRecords": {"CID": [6328144]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-130", "Name": "1,1,2-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=155", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,1,2-Trichloroethane is a colorless, sweet-smelling liquid. It does not burn easily, can be dissolved in water, and evaporates easily. It is used as a solvent (a chemical that dissolves other substances) and as an intermediate in the production of the chemical, 1,1-dichloroethane. 1,1,2-Trichloroethane is sometimes present as an impurity in other chemicals, and it may be formed when another chemical breaks down in the environment under conditions where there is no air.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2-Trichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6574"}, {"Start": 106, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 263, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1-dichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6365"}, {"Start": 283, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2-Trichloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6574"}]}]}}], "ANID": 756313, "LinkedRecords": {"CID": [6574]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-131", "Name": "1,1,2,2-Tetrachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=156", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,1,2,2-Tetrachloroethane is a manufactured, colorless, dense liquid that does not burn easily. It is volatile and has a sweet odor. In the past, it was used in large amounts to produce other chemicals, as an industrial solvent to clean and degrease metals, and as an ingredient in paints and pesticides. Commercial production of 1,1,2,2-tetrachloroethane for these uses has stopped in the United States. It presently is used only as a chemical intermediate in the production of other chemicals.", "Markup": [{"Start": 0, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2%2C2-Tetrachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6591"}, {"Start": 330, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C1%2C2%2C2-tetrachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6591"}]}]}}], "ANID": 756314, "LinkedRecords": {"CID": [6591]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-132", "Name": "Tungsten", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=157", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Tungsten is a naturally occurring element. It occurs in rocks and minerals combined with other chemicals, but never as a pure metal. Elemental tungsten is a white to steel gray metal (depending on the purity) that can be used in pure form or mixed with other metals to make alloys. Tungsten alloys tend to be strong and flexible, resist wear, and conduct electricity well. Tungsten is used in products such as x-ray tubes, light bulbs, high-speed tools, welding electrodes, turbine blades, golf clubs, darts, fishing weights, gyroscope wheels, phonograph needles, bullets, and armor penetrators. Tungsten is also used as a catalyst to speed up chemical reactions. Chemical compounds of tungsten are used for many purposes. Cemented tungsten carbide is a hard substance used to make grinding wheels and cutting or forming tools. Other tungsten compounds are used in ceramic pigments, as fire retardant coatings for fabrics, and as color-resistant dyes for fabrics.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 143, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 282, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 373, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 596, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 686, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}, {"Start": 732, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tungsten%20carbide", "Type": "PubChem Internal Link", "Extra": "CID-2724274"}, {"Start": 834, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Tungsten", "Type": "PubChem Internal Link", "Extra": "Element-Tungsten"}]}]}}], "ANID": 756315, "LinkedRecords": {"CID": [23964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-133", "Name": "Americium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=158", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Americium is a man-made radioactive chemical. Americium has no naturally occurring or stable isotopes. Two important isotopes of americium are americium 241 (241Am) (read as americium two-forty-one) and243Am. Both isotopes have the same chemical behavior in the environment and the same chemical effects on your body.241Americium is used in ionization smoke detectors. There is no broad commercial use for243Am. Nuclear reactors, nuclear explosions, or the radioactive transformation of plutonium can produce both241Am and243Am. These isotopes transform by giving off alpha radiation and turning into radionuclides of other elements. The half-life of a radioactive material is the time it takes for half of the material to give off its radiation. The half-life of241Am is 432 years and that of243Am is 7,370years.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 46, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 129, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 143, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/americium%20241", "Type": "PubChem Internal Link", "Extra": "CID-104726"}, {"Start": 174, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Americium", "Type": "PubChem Internal Link", "Extra": "Element-Americium"}, {"Start": 487, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Plutonium", "Type": "PubChem Internal Link", "Extra": "Element-Plutonium"}]}]}}], "ANID": 756316, "LinkedRecords": {"CID": [23966]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-134", "Name": "Bis(2-chloroethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=159", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Bis(2-chloroethyl) ether is a colorless, nonflammable liquid with a strong unpleasant odor. It dissolves easily in water, and some of it will slowly evaporate to the air. It does not occur naturally. Bis(2-chloroethyl) ether is made in factories, and most of it is used to make pesticides. Some of it is used as a solvent, cleaner, component of paint and varnish, rust inhibitor, or as a chemical intermediate to make other chemicals.", "Markup": [{"Start": 0, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bis%282-chloroethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-8115"}, {"Start": 115, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 200, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bis%282-chloroethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-8115"}]}]}}], "ANID": 756317, "LinkedRecords": {"CID": [8115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-135", "Name": "Bromomethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=160", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Bromomethane is a manufactured chemical. It also occurs naturally in small amounts in the ocean where it is formed, probably by algae and kelp. It is a colorless, nonflammable gas with no distinct smell. Other names for bromomethane are methyl bromide, mono-bromomethane, and methyl fume. Trade names include Embafume and Terabol. Bromomethane is used to kill a variety of pests including rats, insects, and fungi. It is also used to make other chemicals or as a solvent to get oil out of nuts, seeds, and wool.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromomethane", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 220, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bromomethane", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 237, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20bromide", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 276, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20fume", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 309, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Embafume", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 322, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Terabol", "Type": "PubChem Internal Link", "Extra": "CID-6323"}, {"Start": 331, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bromomethane", "Type": "PubChem Internal Link", "Extra": "CID-6323"}]}]}}], "ANID": 756318, "LinkedRecords": {"CID": [6323]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-136", "Name": "Chloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=161", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chloroethane is a colorless gas at room temperature and pressure. It has a characteristically sharp smell. It is a liquid when stored in pressurized containers; however, the liquid evaporates quickly when exposed to room air. Chloroethane catches fire easily. It was used in leaded gasoline, but strict new government regulations have reduced that use dramatically. It is used in the production of cellulose, dyes, medicinal drugs, and other commercial products, and as a solvent and refrigerant. It is also used to numb the skin before medical procedures such as ear piercing and skin biopsies and as a treatment in sports injuries.", "Markup": [{"Start": 0, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6337"}, {"Start": 226, "Length": 12, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6337"}, {"Start": 398, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cellulose", "Type": "PubChem Internal Link", "Extra": "CID-16211032"}]}]}}], "ANID": 756319, "LinkedRecords": {"CID": [6337]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-137", "Name": "1,2-Dichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=162", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,2-Dichloropropane is a colorless, flammable liquid with a chloroform-like odor. It is moderately soluble in water and readily evaporates into air. It does not occur naturally in the environment. 1,2-Dichloropropane production in the United States has declined over the past 20 years. It was used in the past as a soil fumigant, chemical intermediate and industrial solvent and was found in paint strippers, varnishes, and furniture finish removers. Most of these uses were discontinued. Today, almost all of the 1,2-dichloropropane is used as a chemical intermediate to make perchloroethylene and several other related chlorinated chemicals.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-6564"}, {"Start": 60, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 110, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 197, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-6564"}, {"Start": 514, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-6564"}, {"Start": 577, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchloroethylene", "Type": "PubChem Internal Link", "Extra": "CID-31373"}]}]}}], "ANID": 756320, "LinkedRecords": {"CID": [6564]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-138", "Name": "Dichloropropenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=163", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Dichloropropenes are synthetic chemicals made of a chain of three carbon atoms with a double bond connecting the first two carbons. Two chlorine atoms are attached at varying positions on this carbon chain generating five different types or isomers of dichloropropene molecules. The names of the isomers are 1,1-dichloropropene 1,2-dichloropropene 1,3-dichloropropene 2,3-dichloropropene and 3,3-dichloropropene.1,3-Dichloropropene is a colorless liquid with a sweet smell. It dissolves in water and evaporates easily. It is used mainly in farming as a pesticide. Much less is known about the other dichloropropenes. 2,3-Dichloropropene is used in industry to make other chemicals. No uses were found for 1,1-, 1,2-, or 3,3-dichloropropene.Because1,3-dichloropropene is produced and used in much higher amounts than the other isomers and because it is released to the environment as a pesticide, most of the data available are for 1,3-dichloropropene. Therefore, the focus of this summary is the 1,3-dichloropropene isomer."}]}}], "ANID": 756321}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-139", "Name": "1,3 Dinitrobenzene & 1,3,5 Trinitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=164", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,3-Dinitrobenzene and 1,3,5-trinitrobenzene are synthetic substances that are used in explosives. Both substances are yellow crystal-like solids at room temperature. They may exist in air in very small amounts as dust or a vapor, and can dissolve in certain liquids. If either substance is put under very high heat, it will explode. They have have no odor or taste."}]}}], "ANID": 756322}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-140", "Name": "Dinitrotoluenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=165", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Both 2,4-DNT and 2,6-DNT are pale yellow solids with a slight odor. They are two of the six forms of the chemical called dinitrotoluene (DNT). DNT is not a natural substance. It is made by mixing toluene with nitric acid. DNT is usually used to make flexible polyurethane foams used in the bedding and furniture industries. DNT is also used to produce explosives, ammunition, and dyes. It is also used in the air bags of automobiles."}]}}], "ANID": 756323}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-141", "Name": "1,2-Dibromo-3-Chloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=166", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,2-Dibromo-3-chloropropane is a manufactured chemical and is not found naturally in the environment. It is a colorless liquid with a sharp smell. It can be tasted in water at very low concentrations. Some industries use it to make another chemical that is used to make materials that resist burning. Large amounts of 1,2-dibromo-3-chloropropane were used in the past on certain farms to kill pests that harmed crops. Farmers in all states other than Hawaii stopped using this chemical in 1979. Hawaii stopped using it in 1985. We do not know exactly how much of it is currently made or used by industry, but it is probably a small amount.", "Markup": [{"Start": 0, "Length": 27, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Dibromo-3-chloropropane", "Type": "PubChem Internal Link", "Extra": "CID-7280"}, {"Start": 167, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 318, "Length": 27, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dibromo-3-chloropropane", "Type": "PubChem Internal Link", "Extra": "CID-7280"}]}]}}], "ANID": 756324, "LinkedRecords": {"CID": [7280]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-142", "Name": "Di-n-butyl Phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=167", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Di-n-phtalate is a manufactured chemical that does not occur naturally. It is an odorless and oily liquid that is colorless to faint yellow in color. It is slightly soluble in water and does not evaporate easily. Di-n-phtalate is used to make plastics more flexible and is also in carpet backings, paints, glue, insect repellents, hair spray, nail polish, and rocket fuel.", "Markup": [{"Start": 176, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756325, "LinkedRecords": {"CID": [3026]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-143", "Name": "Hexachlorobutadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=168", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hexachlorobutadiene is a colorless liquid with a turpentine-like odor. It is also called perchlorobutadiene. Hexachlorobutadiene is not found naturally in the environment. It is formed when other chemicals are made. Most hexachlorobutadiene used commercially in the United States is imported from Germany. It is mainly used to make rubber compounds. It is also used as a solvent, and to make lubricants, in gyroscopes, as a heat transfer liquid, and as a hydraulic fluid.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}, {"Start": 89, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}, {"Start": 109, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}, {"Start": 221, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachlorobutadiene", "Type": "PubChem Internal Link", "Extra": "CID-6901"}]}]}}], "ANID": 756326, "LinkedRecords": {"CID": [6901]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-144", "Name": "Hexachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=169", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hexachloroethane is a colorless solid that gradually evaporates when it is exposed to air. It is also called HCE, perchloroethane, and carbon hexachloride. Its vapors smell like camphor. In the United States, about half of the hexachloroethane is used by the military for smoke-producing devices. It is also used to remove air bubbles in melted aluminum. Hexachloroethane may be present as an ingredient in some fungicides, insecticides, lubricants, and plastics. Hexachloroethane does not occur naturally in the environment. It is no longer made in the United States, but it is formed as a by-product in the production of some chemicals. Some hexachloroethane can be formed by incinerators when materials containing chlorinated hydrocarbons are burned. Hexachloroethane itself does not catch fire easily. Some hexachloroethane can also be formed when chlorine reacts with carbon compounds in drinking water.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 114, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/perchloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 135, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/carbon%20hexachloride", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 178, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/camphor", "Type": "PubChem Internal Link", "Extra": "CID-2537"}, {"Start": 227, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 345, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Aluminum", "Type": "PubChem Internal Link", "Extra": "Element-Aluminum"}, {"Start": 355, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 464, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 644, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 754, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 811, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexachloroethane", "Type": "PubChem Internal Link", "Extra": "CID-6214"}, {"Start": 852, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 873, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}, {"Start": 902, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756327, "LinkedRecords": {"CID": [6214]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-145", "Name": "Hexamethylene Diisocyanate (HDI)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=170", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hexamethylene diisocyanate is a pale yellow liquid with a strong odor. It is an industrial chemical that is not known to occur naturally. It is also commonly known as HDI, 1,6-hexamethylene diisocyanate, 1,6-diisocyanatohexane, Mondur HX, and Desmodur H. Hexamethylene diisocyanate is mainly used to make polyurethane foams and coatings. It is also used as a hardener in automobile and airplane paints.", "Markup": [{"Start": 0, "Length": 26, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexamethylene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-13192"}, {"Start": 172, "Length": 30, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C6-hexamethylene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-13192"}, {"Start": 204, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C6-diisocyanatohexane", "Type": "PubChem Internal Link", "Extra": "CID-87091684"}, {"Start": 243, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Desmodur%20H", "Type": "PubChem Internal Link", "Extra": "CID-13192"}, {"Start": 255, "Length": 26, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hexamethylene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-13192"}]}]}}], "ANID": 756328, "LinkedRecords": {"CID": [13192]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-146", "Name": "HMX (Octogen)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=171", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "HMX (Octogen) is an acronym for High Melting eXplosive. It is also known as octogen and cyclotetramethylene-tetranitramine, as well as by other names. It is a colorless solid that dissolves slightly in water. Only a small amount of HMX (Octogen) will evaporate into the air; however, it can occur in air attached to suspended particles or dust. The taste and smell of HMX (Octogen) are not known. HMX (Octogen) does not occur naturally in the environment. It is made from other chemicals known as hexamine, ammonium nitrate, nitric acid, and acetic acid. HMX (Octogen) explodes violently at high temperatures. Because of this property, HMX (Octogen) is used in various kinds of explosives, rocket fuels, and burster chargers. A small amount of HMX (Octogen) is also formed in making cyclotrimethylene-trinitramine (RDX), another explosive similar in structure to HMX (Octogen).", "Markup": [{"Start": 0, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 5, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 76, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 88, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cyclotetramethylene", "Type": "PubChem Internal Link", "Extra": "CID-8028"}, {"Start": 202, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 232, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 237, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 368, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 373, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 397, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 402, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 497, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hexamine", "Type": "PubChem Internal Link", "Extra": "CID-4101"}, {"Start": 507, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ammonium%20nitrate", "Type": "PubChem Internal Link", "Extra": "CID-22985"}, {"Start": 525, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-944"}, {"Start": 542, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acetic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-176"}, {"Start": 555, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 560, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 636, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 641, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 744, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 749, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 783, "Length": 30, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/cyclotrimethylenetrinitramine", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 815, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/RDX", "Type": "PubChem Internal Link", "Extra": "CID-8490"}, {"Start": 863, "Length": 3, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HMX", "Type": "PubChem Internal Link", "Extra": "CID-17596"}, {"Start": 868, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Octogen", "Type": "PubChem Internal Link", "Extra": "CID-17596"}]}]}}], "ANID": 756329, "LinkedRecords": {"CID": [17596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-147", "Name": "Nitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=172", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nitrophenols include two chemicals, 2-nitrophenol and 4-nitrophenol, which are very similar to each other. They are manufactured chemicals that do not occur naturally in the environment. The manufacture of one almost always produces a little of the other, so they are grouped together when discussing their properties and harmful effects. 2-Nitrophenol is a light yellow solid with a peculiar sweet smell. 4-Nitrophenol is a colorless to light yellow solid with very little odor. 2-Nitrophenol is used mainly to make dyes, paint coloring, rubber chemicals, and substances that kill molds. 4-Nitrophenol is used mainly to make drugs, fungicides, dyes, and to darken leather."}]}}], "ANID": 756330}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-148", "Name": "n-Nitrosodimethylamine (NDMA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=173", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "n-Nitrosodimethylamine is produced by industry only in small amounts for research. At room temperature, it is a yellow liquid with no distinct odor. It was used to make rocket fuel, but this use was stopped after unusually high levels of this chemical were found in air, water, and soil samples collected near a rocket fuel manufacturing plant. It is used in some cosmetic and toiletry products and in cleansers.n-Nitrosodimethylamine is unintentionally formed during various manufacturing processes and in air, water, and soil from reactions involving other chemicals called alkylamines. It is also found in some foods and may be formed in the body.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodimethylamine", "Type": "PubChem Internal Link", "Extra": "CID-6124"}, {"Start": 271, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 412, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodimethylamine", "Type": "PubChem Internal Link", "Extra": "CID-6124"}, {"Start": 512, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756331, "LinkedRecords": {"CID": [6124]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-149", "Name": "Perchlorates", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=181", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Perchlorates are colorless salts that have no odor. There are five perchlorate salts that are manufactured in large amounts: magnesium perchlorate, potassium perchlorate, ammonium perchlorate, sodium perchlorate, and lithium perchlorate. Perchlorate salts are solids that dissolve easily in water. The health effects of perchlorate salts are due to the perchlorate itself and not to the other component (i.e., magnesium, ammonium, potassium, etc.). One place where perchlorate occurs naturally is in saltpeter deposits in Chile, where the saltpeter is used to make fertilizer. In the past, the United States used a lot of this fertilizer on tobacco plants, but now uses very little. Perchlorates are very reactive chemicals that are used mainly in explosives, fireworks, and rocket motors. The solid booster rocket of the space shuttle is almost 70% ammonium perchlorate. Perchlorates are also used for making other chemicals. Many years ago, perchlorate was used as a medication to treat an over-reactive thyroid gland."}]}}], "ANID": 756332}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-150", "Name": "Phosgene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=182", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Phosgene is a colorless nonflammable gas that has the odor of freshly cut hay. It is a manufactured chemical, but small amounts occur naturally from the break down of chlorinated compounds. Phosgene is used in the manufacture of other chemicals such as dyestuffs, isocyanates, polycarbonates and acid chlorides; it is also used in the manufacture of pesticides and pharmaceuticals. Phosgene can also be used to separate ores. Phosgene is a gas at room temperature, but is sometimes stored as a liquid under pressure or refrigeration.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}, {"Start": 190, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}, {"Start": 382, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}, {"Start": 426, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene", "Type": "PubChem Internal Link", "Extra": "CID-6371"}]}]}}], "ANID": 756333, "LinkedRecords": {"CID": [6371]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-151", "Name": "Polybrominated Diphenyl Ethers (PBDEs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=183", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Polybrominated diphenyl ethers (PBDEs) are flame-retardant chemicals that are added to plastics and foam products to make them difficult to burn. There are different kinds of PBDEs; so\u00b5me have only a few bromine atoms attached, while some have as many as ten bro\u00b5mine attached to the central molecule. PBDEs exist as mixtures of similar chemicals called congeners. Because they are mixed into plastics and foams rather than bound to them, PBDEs can leave the products that contain them and enter the environment."}]}}], "ANID": 756334}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-152", "Name": "Sulfur Mustard", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=184", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Sulfur mustard (HD) is a thick liquid at ambient temperature, but becomes a solid at 58 \u00b0F. It is heavier than water as a liquid and heavier than air as a vapor. It does not occur naturally in the environment It is often called mustard gas, but sulfur mustard is not likely to change into a gas immediately if it is released at ordinary temperatures. As a pure liquid, it is colorless and odorless, but when mixed with other chemicals, it looks brown and has a garlic-like smell. Sulfur mustard has been used in chemical warfare and was made in large amounts during World Wars I and II. It was reportedly used in the Iran-Iraq war in 1980-1988. It is not presently used in the United States, except for research purposes, and the U.S. Department of Defense must destroy all remaining stocks of sulfur mustard by 2004.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 111, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 245, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 480, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 794, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}]}]}}], "ANID": 756335, "LinkedRecords": {"CID": [10461]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-153", "Name": "Synthetic Vitreous Fibers", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=185", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Synthetic vitreous fibers are a group of fibrous, inorganic materials that contain aluminum or calcium silicates, and are made from rock or stone, clay, slag, or glass. They do not occur naturally in the environment, but are widely used for thermal and sound insulating purposes and to reinforce other building materials. There are three categories of synthetic vitreous fibers: 1) glass fibers (fiberglass), including glass wool and continuous filament glass, 2) mineral wool, which contains stone wool and slag wool, and 3) refractory ceramic fibers. Insulation that is used in homes and buildings is composed of synthetic vitreous fibers. Refractory ceramic fibers are not widely used for building insulation. They are used to insulate furnaces, in replacement of asbestos."}]}}], "ANID": 756336}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-154", "Name": "1,2,3-Trichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=186", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,2,3-Trichloropropane is a synthetic chemical that is also known as allyl trichloride, glycerol trichlorohydrin, and trichlorohydrin. It is a colorless, heavy liquid with a sweet but strong odor. It evaporates very quickly and small amounts dissolve in water. It is mainly used to make other chemicals. Some of it is also used as an industrial solvent, paint and varnish remover, and cleaning and degreasing agent. Very little information is available on the amounts manufactured and the specific uses.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C3-Trichloropropane", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 69, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/allyl%20trichloride", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 88, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glycerol%20trichlorohydrin", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 118, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trichlorohydrin", "Type": "PubChem Internal Link", "Extra": "CID-7285"}, {"Start": 254, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756337, "LinkedRecords": {"CID": [7285]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-155", "Name": "2,3-Benzofuran", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=187", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "2,3-Benzofuran is a colorless, sweet-smelling, oily liquid made by processing coal into coal oil. It may also be formed during other uses of coal or oil. 2,3-Benzofuran is not used for any commercial purposes, but the part of the coal oil that contains 2,3-benzofuran is made into a plastic called coumarone-indene resin. This resin resists corrosion and is used to make paints and varnishes. The resin also provides water resistance and is used in coatings on paper products and fabrics. It is used as an adhesive in food containers and some asphalt floor tiles. The resin has been approved for use in food packages and as a coating on citrus fruits. We do not know how often the resin is used or whether any 2,3-benzofuran in the coating or packaging gets into the food.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-Benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}, {"Start": 154, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-Benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}, {"Start": 253, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}, {"Start": 417, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 710, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C3-benzofuran", "Type": "PubChem Internal Link", "Extra": "CID-9223"}]}]}}], "ANID": 756338, "LinkedRecords": {"CID": [9223]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-156", "Name": "Bis(chloromethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=188", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Bis(chloromethyl) ether is a clear liquid with a strong unpleasant odor. It does not occur naturally. It dissolves easily in water, but degrades rapidly and readily evaporates into air. In the past, it was used to make several types of polymers, resins, and textiles, but its use is now highly restricted. Only small quantities of bis(chloromethyl) ether are produced in the United States. The small quantities that are produced are only used in enclosed systems to make other chemicals. However, small quantities of bis(chloromethyl) ether may be formed as an impurity during the production of another chemical, chloromethyl methyl ether.", "Markup": [{"Start": 0, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Bis%28chloromethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-10967"}, {"Start": 125, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 331, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bis%28chloromethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-10967"}, {"Start": 517, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/bis%28chloromethyl%29%20ether", "Type": "PubChem Internal Link", "Extra": "CID-10967"}, {"Start": 613, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloromethyl%20methyl%20ether", "Type": "PubChem Internal Link", "Extra": "CID-7864"}]}]}}], "ANID": 756339, "LinkedRecords": {"CID": [10967]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-157", "Name": "Blister Agents HN-1HN-2HN-3 Nitrogen Mustards", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=189", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nitrogen mustards (HN-1, HN-2, HN-3) are colorless to yellow, oily liquids that evaporate very slowly. HN-1 has a faint, fishy or musty odor. HN-2 has a soapy odor at low concentrations and a fruity odor at higher concentrations. HN-3 may smell like butter almond. Although nitrogen mustards could be used in chemical warfare, there are presently no records of such use. HN-1 has been used to remove warts in the past, and HN-2 has been used sparingly in chemotherapy."}]}}], "ANID": 756340}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-158", "Name": "Blister Agents: Lewisite (L), Mustard-Lewisite Mixture (HL)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=190", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Lewisite is an oily, colorless liquid with an odor like geraniums. Mustard-Lewisite Mixture is a liquid with a garlic-like odor. Mustard-Lewisite is a mixture of Lewisite and a sulfur mustard known as HD. Lewisite might have been used as a chemical weapon by Japan against Chinese forces in the 1930s, but such reports have not been confirmed. Any stored Lewisite in the United States must be destroyed before April 2007, as mandated by the Chemical Weapons Convention.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}, {"Start": 67, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mustard-Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-44151229"}, {"Start": 129, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mustard-Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-44151229"}, {"Start": 162, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}, {"Start": 177, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sulfur%20mustard", "Type": "PubChem Internal Link", "Extra": "CID-10461"}, {"Start": 205, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}, {"Start": 355, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Lewisite", "Type": "PubChem Internal Link", "Extra": "CID-5372798"}]}]}}], "ANID": 756341, "LinkedRecords": {"CID": [10923, 5372798]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-159", "Name": "Blister Agents: Sulfur Mustard Agent H/HD, Sulfur Mustard Agent HT", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=191", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Sulfur mustards H/HD and HT are manufactured compounds. They are colorless when pure, but are typically yellow to brown oily liquids with a slight garlic or mustard odor. Agent H contains about 20-30% impurities. The nearly pure substance is called HD. HT is a mixture of 60% HD and 40% of another substance called agent T. They do not dissolve much in water, but dissolve easily in oils, fats, and other solvents. They are stable at ambient temperatures. Sulfur mustards were introduced as chemical warfare agents during World War I. More than a dozen countries have sulfur mustard agents in their chemical arsenals. Destruction of U.S. stockpiles of chemical agents, including sulfur mustards, was mandated by the Chemical Weapons Convention to take place before April 2007."}]}}], "ANID": 756342}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-160", "Name": "Calcium Hypochlorite/Sodium Hypochlorite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=192", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Sodium hypochlorite is generally used dissolved in water at various concentrations. Although available, solid sodium hypochlorite is not commercially used. Sodium hypochlorite solutions are clear, greenish to yellow liquids with an odor of chlorine. Calcium hypochlorite is a white solid that readily decomposes in water releasing oxygen and chlorine. It also has a strong chlorine odor. Neither compound occur naturally in the environment. Sodium and calcium hypochlorite are used primarily as bleaching agents or disinfectants. They are components of commercial bleaches, cleaning solutions, and disinfectants for drinking water and waste water purification systems and swimming pools.", "Markup": [{"Start": 0, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-23665760"}, {"Start": 51, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 110, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sodium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-23665760"}, {"Start": 156, "Length": 19, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sodium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-23665760"}, {"Start": 240, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 250, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Calcium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-24504"}, {"Start": 315, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 331, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 342, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 373, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 441, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sodium", "Type": "PubChem Internal Link", "Extra": "Element-Sodium"}, {"Start": 452, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/calcium%20hypochlorite", "Type": "PubChem Internal Link", "Extra": "CID-24504"}, {"Start": 625, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 641, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756343, "LinkedRecords": {"CID": [23665760]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-161", "Name": "Chlorfenvinphos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=193", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chlorfenvinphos is an insecticide that is a colorless liquid with a mild odor. It was commonly used until 1991 when all products containing chlorfenvinphos as an active ingredient were canceled in the United States. Commercial preparations commonly sold in stores were usually 90% chlorfenvinphos. Most of the chlorfenvinphos used was in liquid form. Chlorfenvinphos was widely used to control household pests such as flies, fleas, and mice. The chemical is manufactured and does not occur naturally in the environment. It was sold under common trade names including Birlane\u00ae, Dermaton\u00ae, Sapercon\u00ae, Steladone\u00ae, and Supona\u00ae. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 0, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 140, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 281, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 310, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 351, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlorfenvinphos", "Type": "PubChem Internal Link", "Extra": "CID-5377791"}, {"Start": 567, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Birlane", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 577, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dermaton", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 599, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Steladone", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 615, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Supona", "Type": "PubChem Internal Link", "Extra": "CID-5377784"}]}]}}], "ANID": 756344, "LinkedRecords": {"CID": [10107, 5377784, 5377791]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-162", "Name": "Chlorodibenzofurans (CDFs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=194", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chlorinated dibenzofurans, or CDFs, are a family of chemicals that contain one to eight chlorine atoms attached to the carbon atoms of the parent chemical, dibenzofuran. There are 135 different types of CDFs with varying harmful health and environmental effects. The compounds that contain chlorine atoms at the 2,3,7,8-positions of the dibenzofuran molecule are known to be especially harmful. Not all of the different types have been found in large enough quantities to study the physical properties. However, of those that have been studied, they do not dissolve in water easily and appear to be in the form of colorless solids. There is no known use for these chemicals. Other than for research purposes, they are not deliberately produced by industry. Most CDFs are produced in small amounts as undesirable by-products of certain processes, such as manufacturing other chemicals or bleaching at paper and pulp mills. CDFs can also be released from incinerators."}]}}], "ANID": 756345}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-163", "Name": "Chlorophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=195", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Chlorophenols are a group of che\u00b5micals that are produced by adding chlorines to phenol. Phenol is an aromatic compound derived from benzene. There are 5 basic types of chlorophenols and 19 different chlorophenols. Most chlorophenols are solid at room temperature. They have a strong, medicinal taste and smell. Small amounts can be tasted in water. So\u00b5me chlorophenols are used as pesticides. Others are used in antiseptics. Small amounts are produced when water is disinfected with chlorine. They are also produced while bleaching wood pulp with chlorine to make paper."}]}}], "ANID": 756346}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-164", "Name": "Cresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=196", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Cresols are a widely occurring natural and manufactured group of chemicals. In their pure form, they are colorless solids and may be liquids if they are mixtures. Cresols smell like medicine. There are three forms of cresols that differ slightly in their chemical structure: ortho-cresol (o-cresol), meta-cresol (m-cresol, and para-cresol (p-cresol). These forms occur separately or as a mixture. Cresols are used to dissolve other chemicals, as disinfectants and deodorizers, and to make other chemicals. Cresols may be formed normally in the body from other compounds. Cresols are found in many foods and in wood and tobacco smoke, crude oil, coal tar, and in chemical mixtures used as wood preservatives. Small organisms in soil and water produce cresols when they break down materials in the environment."}]}}], "ANID": 756347}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-165", "Name": "Crotonaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=197", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Crotonaldehyde is a clear, colorless to straw colored liquid with a strong, suffocating odor. It is highly flammable and produces toxic vapors at room temperature. Crotonaldehyde is found naturally in emissions of some vegetation and volcanoes; many foods contain crotonaldehyde in small amounts. Crotonaldehyde is mainly used in the manufacture of sorbic acid, which is a yeast and mold inhibitor. Crotonaldehyde has been used as a warning agent in fuels, as alcohol denaturant, as stabilizer for tetraethyl-lead, in the preparation of rubber accelerators, and in leather tanning.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 164, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 264, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 297, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}, {"Start": 349, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/sorbic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-643460"}, {"Start": 399, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Crotonaldehyde", "Type": "PubChem Internal Link", "Extra": "CID-447466"}]}]}}], "ANID": 756348, "LinkedRecords": {"CID": [20138, 447466]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-166", "Name": "1,2-Diphenylhydrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=198", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,2-Diphenylhydrazine is a white solid. There is no information on what it smells like or whether it will burn. It does not dissolve easily in water, but when placed in water, it rapidly breaks down into other chemicals. These include the toxic chemicals benzidine and azobenzene. It does not evaporate easily but may be released to air when attached to dust particles. 1,2-Diphenylhydrazine is a man-made chemical that was used in the past to make benzidine which was used to make various fabric dyes. Benzidine dyes are no longer used in the United States, but may still be used in other countries. The only current use of 1,2-diphenylhydrazine in the United States is in the production of medicines to treat inflammation and a type of arthritis.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Diphenylhydrazine", "Type": "PubChem Internal Link", "Extra": "CID-31222"}, {"Start": 143, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 169, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 255, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 269, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/azobenzene", "Type": "PubChem Internal Link", "Extra": "CID-2272"}, {"Start": 370, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-Diphenylhydrazine", "Type": "PubChem Internal Link", "Extra": "CID-31222"}, {"Start": 449, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 503, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Benzidine", "Type": "PubChem Internal Link", "Extra": "CID-7111"}, {"Start": 625, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-diphenylhydrazine", "Type": "PubChem Internal Link", "Extra": "CID-31222"}]}]}}], "ANID": 756349, "LinkedRecords": {"CID": [31222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-167", "Name": "1,4-Dioxane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=199", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1,4-Dioxane is a clear liquid that easily dissolves in water. It is used primarily as a solvent in the manufacture of chemicals and as a laboratory reagent; 1,4-dioxane also has various other uses that take advantage of its solvent properties. 1,4-Dioxane is a trace contaminant of some chemicals used in cosmetics, detergents, and shampoos. However, manufacturers now reduce 1,4-dioxane from these chemicals to low levels before these chemicals are made into products used in the home.", "Markup": [{"Start": 0, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-Dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}, {"Start": 55, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 157, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}, {"Start": 244, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-Dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}, {"Start": 376, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C4-dioxane", "Type": "PubChem Internal Link", "Extra": "CID-31275"}]}]}}], "ANID": 756350, "LinkedRecords": {"CID": [31275]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-168", "Name": "3,3'-Dichlorobenzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=200", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "3,3'-Dichlorobenzidine is a gray-to-purple colored crystalline solid. It changes from a solid to a gas very slowly. 3,3'-Dichlorobenzidine salt is the major form in actual use. It is a stable, off-white colored crystalline solid that does not evaporate. Neither 3,3'-dichlorobenzidine nor its salt are found naturally in the environment. They are manufactured for pigments for printing inks, textiles, plastics and enamels, paint, leather, and rubber.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/3%2C3%27-Dichlorobenzidine", "Type": "PubChem Internal Link", "Extra": "CID-7070"}, {"Start": 116, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/3%2C3%27-Dichlorobenzidine", "Type": "PubChem Internal Link", "Extra": "CID-7070"}, {"Start": 262, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/3%2C3%27-dichlorobenzidine", "Type": "PubChem Internal Link", "Extra": "CID-7070"}]}]}}], "ANID": 756351, "LinkedRecords": {"CID": [7070]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-169", "Name": "DEET (N,N-diethyl-meta-toluamide)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=201", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "DEET is a chemical (N,N-diethyl-meta-toluamide) used as the active ingredient in many insect repellent products. DEET was developed by the U.S. Army in 1946 and was registered for use by the general public in 1957. It is now widely used, with approximately 30% of the U.S. population using DEET repellents each year. DEET products are currently available in a variety of forms: liquids, lotions, sprays, and even impregnated materials, such as wristbands. Formulations registered for direct application to human skin contain from 4% to 100% DEET. Approximately 230 products containing DEET are currently registered with the U.S. Environmental Protection Agency (EPA).", "Markup": [{"Start": 0, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 20, "Length": 26, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/N%2CN-diethyl-meta-toluamide", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 113, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 290, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 317, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 541, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}, {"Start": 585, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DEET", "Type": "PubChem Internal Link", "Extra": "CID-4284"}]}]}}], "ANID": 756352, "LinkedRecords": {"CID": [4284]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-170", "Name": "Diborane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=202", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Diborane is a colorless gas at room temperature with a repulsive, sweet odor. It mixes well with air and easily forms explosive mixtures. Diborane will ignite spontaneously in moist air at room temperature. Diborane is used in rocket propellants, as a reducing agent, as a rubber vulcanizer, as a catalyst for hydrocarbon polymerization, as a flame-speed accelerator, and as a doping agent. It is also used in electronics to impart electrical properties in pure crystals.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diborane", "Type": "PubChem Internal Link", "Extra": "CID-12544637"}, {"Start": 138, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diborane", "Type": "PubChem Internal Link", "Extra": "CID-12544637"}, {"Start": 207, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diborane", "Type": "PubChem Internal Link", "Extra": "CID-12544637"}]}]}}], "ANID": 756353, "LinkedRecords": {"CID": [12544637]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-171", "Name": "Diisopropyl Methylphosphonate (DIMP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=203", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Diisopropyl methylphosphonate is a chemical by-product resulting from the manufacture of Sarin (GB), a nerve gas that was produced by the Army in the 1950s. A chemical by-product is a chemical that is formed while making another substance. Sarin was produced and stored only in the Rocky Mountain Arsenal outside of Denver, Colorado. Production of Sarin in the United States was discontinued in 1957. Diisopropyl methylphosphonate is not known to occur naturally in the environment. It is not likely to be produced in the United States in the future because of the signing of a chemical treaty that bans the use, production, and stockpiling of poison gases. Diisopropyl methylphosphonate is a colorless liquid. Other names for it are DIMP, diisopropyl methane-phosphonate, phosphonic acid, and methyl-bis-(1-methylethyl)ester.", "Markup": [{"Start": 0, "Length": 29, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diisopropyl%20methylphosphonate", "Type": "PubChem Internal Link", "Extra": "CID-3073"}, {"Start": 89, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sarin", "Type": "PubChem Internal Link", "Extra": "CID-7871"}, {"Start": 240, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sarin", "Type": "PubChem Internal Link", "Extra": "CID-7871"}, {"Start": 348, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Sarin", "Type": "PubChem Internal Link", "Extra": "CID-7871"}, {"Start": 401, "Length": 29, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diisopropyl%20methylphosphonate", "Type": "PubChem Internal Link", "Extra": "CID-3073"}, {"Start": 658, "Length": 29, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Diisopropyl%20methylphosphonate", "Type": "PubChem Internal Link", "Extra": "CID-3073"}, {"Start": 773, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosphonic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-3084169"}]}]}}], "ANID": 756354, "LinkedRecords": {"CID": [3073]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-172", "Name": "Di-n-octylphthalate (DNOP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=204", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Di-n-octylphthalate is a colorless, odorless, oily liquid that doesn't evaporate easily. It is a man-made substance used to keep plastics soft or more flexible. This type of plastic can be used for medical tubing and blood storage bags, wire and cables, carpetback coating, floor tile, and adhesives. It is also used in cosmetics and pesticides."}]}}], "ANID": 756355, "LinkedRecords": {"CID": [8346]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-173", "Name": "Disulfoton", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=205", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Disulfoton is a manufactured substance used as a pesticide to control a variety of harmful pests that attack many field and vegetable crops. It does not occur naturally. Pure disulfoton is a colorless oil with an unidentifiable characteristic odor and taste. The technical product is dark yellowish, with an aromatic odor. Common trade names are Di-syston, Disystox, Frumin AL, and Soilvirex. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services. It is used to protect small grains, sorghum, corn, and other field crops; some vegetables, fruit, and nut crops; and ornamental and potted plants against certain insects. Although it is used mostly in agriculture, small quantities are used on home and garden plants, and for mosquito control in swamps. The use of disulfoton has decreased in recent years.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Disulfoton", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 175, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/disulfoton", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 346, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Di-syston", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 367, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Frumin%20AL", "Type": "PubChem Internal Link", "Extra": "CID-3118"}, {"Start": 921, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/disulfoton", "Type": "PubChem Internal Link", "Extra": "CID-3118"}]}]}}], "ANID": 756356, "LinkedRecords": {"CID": [3118]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-174", "Name": "Ethion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=206", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Ethion is an organophosphate pesticide. Pure ethion is a clear to yellowish liquid with an unpleasant sulfur-like smell. It does not occur naturally in the environment. Ethion is used in agriculture, mainly to control insects on citrus trees, but also on cotton, fruit and nut trees, and some vegetables. It may also be used on lawns and turf grasses, but it is not used in the home for pest control.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethion", "Type": "PubChem Internal Link", "Extra": "CID-3286"}, {"Start": 45, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/ethion", "Type": "PubChem Internal Link", "Extra": "CID-3286"}, {"Start": 102, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sulfur", "Type": "PubChem Internal Link", "Extra": "Element-Sulfur"}, {"Start": 169, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethion", "Type": "PubChem Internal Link", "Extra": "CID-3286"}]}]}}], "ANID": 756357, "LinkedRecords": {"CID": [3286]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-175", "Name": "Guthion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=207", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Guthion, also called azinphos-methyl, is an organophosphorous pesticide that was used on many crops, especially apples, pears, cherries, peaches, almonds, and cotton. Many of its former uses have been cancelled by the EPA, and its few remaining uses are currently in the process of being phased out. Guthion is a synthetic substance, it does not occur naturally. Pure guthion is a colorless to white odorless crystalline solid that melts at about 72-74\u00baC (162-165\u00baF). Technical-grade guthion is a cream to yellow-brown granular solid. Guthion is poorly soluble in water.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 21, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/azinphos-methyl", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 300, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 368, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 484, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 535, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Guthion", "Type": "PubChem Internal Link", "Extra": "CID-2268"}, {"Start": 564, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756358, "LinkedRecords": {"CID": [2268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-176", "Name": "Hexachlorocyclopentadiene (HCCPD)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=208", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "HCCPD is a manufactured chemical that does not occur naturally. It is a light, lemon-yellow liquid that has a sharp musty odor. It easily evaporates into the air; the vapor looks like a blue haze. HCCPD is used in the manufacture of certain pesticides. Most of the HCCPD in the environment results from releases during its production and disposal. It is also used to make flame retardants, resins that won't burn, shock-proof plastics, esters, ketones, fluorocarbons, and dyes.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HCCPD", "Type": "PubChem Internal Link", "Extra": "CID-6478"}, {"Start": 197, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HCCPD", "Type": "PubChem Internal Link", "Extra": "CID-6478"}, {"Start": 265, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/HCCPD", "Type": "PubChem Internal Link", "Extra": "CID-6478"}]}]}}], "ANID": 756359, "LinkedRecords": {"CID": [6478]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-177", "Name": "4,4'-Methylenebis(2-Chloroaniline) (MBOCA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=209", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "MBOCA is a synthetic chemical used primarily to make polyurethane products. Pure MBOCA is a colorless, crystalline solid, but the commonly used form is usually yellow, tan, or brown pellets. It has no smell or taste. Examples of these products include gears, gaskets, sport boots, roller skate wheels, shoe soles, rolls and belt drives in cameras, computers and copy machines, wheels and pulleys for escalators and elevators, components in home appliances, and various military applications. It is also used as a coating in chemical reactions to \"set\" glues, plastics, and adhesives. Because plastics have many uses, MBOCA is widely used. Other names for MBOCA include 4,4'-methylenebis(2-chloroaniline), methylene-bis-ortho-chloro-aniline, bis-amine, DACPM, MCA, and MOCA.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 81, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 617, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 655, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/MBOCA", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 669, "Length": 34, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C4%27-methylenebis%282-chloroaniline%29", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 705, "Length": 34, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methylene-bis-orthochloroaniline", "Type": "PubChem Internal Link", "Extra": "CID-7543"}, {"Start": 752, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DACPM", "Type": "PubChem Internal Link", "Extra": "CID-7543"}]}]}}], "ANID": 756360, "LinkedRecords": {"CID": [7543]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-178", "Name": "4,4'-Methylenedianiline", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=210", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "4,4'-Methylenedianiline is an industrial chemical that is not known to occur naturally. It is also commonly known as diaminodiphenylmethane or MDA. It occurs as a colorless to pale yellow solid and has a faint odor. 4,4'-Methylenedianiline is used mainly for making polyurethane foams, which have a variety of uses, such as insulating materials in mailing containers. It is also used for making coating materials, glues, Spandex\u00ae fiber, dyes, and rubber.", "Markup": [{"Start": 0, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C4%27-Methylenedianiline", "Type": "PubChem Internal Link", "Extra": "CID-7577"}, {"Start": 117, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/diaminodiphenylmethane", "Type": "PubChem Internal Link", "Extra": "CID-7577"}, {"Start": 216, "Length": 23, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C4%27-Methylenedianiline", "Type": "PubChem Internal Link", "Extra": "CID-7577"}]}]}}], "ANID": 756361, "LinkedRecords": {"CID": [7577]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-179", "Name": "n-Nitrosodi-n-propylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=211", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "n-Nitrosodi-n-propylamine is a chemical produced by industry in small amounts for research. It is a yellow liquid at room temperature. Small amounts of n-nitrosodi-n-propylamine are produced as a side reaction during some manufacturing processes, as a contaminant in some weed killers, and during the manufacture of some rubber products.", "Markup": [{"Start": 0, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodi-n-propylamine", "Type": "PubChem Internal Link", "Extra": "CID-12130"}, {"Start": 152, "Length": 25, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-nitrosodi-n-propylamine", "Type": "PubChem Internal Link", "Extra": "CID-12130"}]}]}}], "ANID": 756362, "LinkedRecords": {"CID": [12130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-180", "Name": "n-Nitrosodiphenylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=212", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "n-Nitrosodiphenylamine is an industrial compound. It is an orange-brown or yellow solid that has been produced since 1945. n-Nitrosodiphenylamine is used to make rubber products such as tires or to make other chemicals. In the early 1980s, most U.S. rubber manufacturers replaced it with more efficient chemicals. Today, only one manufacturer in the United States produces n-nitrosodiphenylamine. We do not know if it occurs naturally in the environment. There is some evidence that microorganisms make it.", "Markup": [{"Start": 0, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodiphenylamine", "Type": "PubChem Internal Link", "Extra": "CID-6838"}, {"Start": 123, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-Nitrosodiphenylamine", "Type": "PubChem Internal Link", "Extra": "CID-6838"}, {"Start": 373, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/n-nitrosodiphenylamine", "Type": "PubChem Internal Link", "Extra": "CID-6838"}]}]}}], "ANID": 756363, "LinkedRecords": {"CID": [6838]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-181", "Name": "Phosgene Oxime", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=213", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Phosgene oxime is a manufactured chemical that was developed as a potential chemical warfare agent, but its use on the battlefield has never been documented. It has a disagreeable penetrating odor. Pure phosgene oxime is a colorless, crystalline solid; the munitions grade compound is a yellowish-brown liquid. Both the liquid and the solid can give off vapors at ambient temperatures.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosgene%20oxime", "Type": "PubChem Internal Link", "Extra": "CID-65582"}, {"Start": 203, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/phosgene%20oxime", "Type": "PubChem Internal Link", "Extra": "CID-65582"}]}]}}], "ANID": 756364, "LinkedRecords": {"CID": [65582]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-182", "Name": "Phosphine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=214", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Phosphine is a colorless, flammable, and explosive gas at ambient temperature that has the odor of garlic or decaying fish. Small amounts occur naturally from the break down of organic matter. It is slightly soluble in water. Phosphine is used in semiconductor and plastics industries, in the production of a flame retardant, and as a pesticide in stored grain.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosphine", "Type": "PubChem Internal Link", "Extra": "CID-24404"}, {"Start": 219, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 226, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Phosphine", "Type": "PubChem Internal Link", "Extra": "CID-24404"}]}]}}], "ANID": 756365, "LinkedRecords": {"CID": [24404]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-183", "Name": "Selenium Hexafluoride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=215", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Selenium hexafluoride is a corrosive, colorless gas at room temperature. Selenium hexafluoride is only slightly soluble in water. It does not occur naturally in the environment. Selenium hexafluoride is used as a gaseous electrical insulator.", "Markup": [{"Start": 0, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Selenium%20hexafluoride", "Type": "PubChem Internal Link", "Extra": "CID-24558"}, {"Start": 73, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Selenium%20hexafluoride", "Type": "PubChem Internal Link", "Extra": "CID-24558"}, {"Start": 123, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 178, "Length": 21, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Selenium%20hexafluoride", "Type": "PubChem Internal Link", "Extra": "CID-24558"}]}]}}], "ANID": 756366, "LinkedRecords": {"CID": [24558]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-184", "Name": "Tetryl", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=216", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "The chemical name for tetryl is 2,4,6-trinitrophenyl-n-methylnitramine. Some commonly used names are nitramine, tetralite, and tetril. Tetryl is an odorless, synthetic, yellow crystal-like solid that is not found naturally in the environment. Under certain conditions, tetryl can exist as dust in air. It dissolves slightly in water and in other liquids. Tetryl was used to make explosives, mostly during World Wars I and II. It is no longer manufactured or used in the United States. Stocks of tetryl are found in storage at military installations and are being destroyed by the Department of Defense (DOD).", "Markup": [{"Start": 22, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 32, "Length": 38, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4%2C6-trinitrophenyl-n-methylnitramine", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 101, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitramine", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 127, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetril", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 135, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 269, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 327, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 355, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}, {"Start": 495, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/tetryl", "Type": "PubChem Internal Link", "Extra": "CID-10178"}]}]}}], "ANID": 756367, "LinkedRecords": {"CID": [10178]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-185", "Name": "Dinitrocresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=218", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Dinitrocresols are a class of manufactured chemicals that do not occur naturally in the environment. There are 18 different dinitrocresols. The most commercially important dinitrocresol, 4,6-dinitro-o-cresol (DNOC), is a yellow solid with no smell. It is used primarily for insect control and crop protection. It may be sold under several trade names, including Antinonnin, Detal, and Dinitrol. Use of tradenames is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services. DNOC was used in diet pills in the 1930s, but has since been banned for this use.", "Markup": [{"Start": 172, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/dinitrocresol", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 187, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/4%2C6-dinitro-o-cresol", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 209, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DNOC", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 362, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Antinonnin", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 374, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Detal", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 385, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dinitrol", "Type": "PubChem Internal Link", "Extra": "CID-10800"}, {"Start": 608, "Length": 4, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/DNOC", "Type": "PubChem Internal Link", "Extra": "CID-10800"}]}]}}], "ANID": 756368, "LinkedRecords": {"CID": [10800]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-186", "Name": "Acrylamide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=236", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Acrylamide is a colorless, odorless, crystalline solid that can react violently when melted. When it is heated, sharp fumes may be released.Acrylamide is used to make polyacrylamide, which is mainly used in treating waste water discharge from water treatment plants and industrial processes.In addition, acrylamide and polyacrylamides are used in the production of dyes and organic chemicals, contact lenses, cosmetics and toiletries, permanent-press fabrics, paper and textile production, pulp and paper production, ore processing, sugar refining, and as a chemical grouting agent and soil stabilizer for the construction of tunnels, sewers, wells and reservoirs.Acrylamide is formed in foods that are rich in carbohydrates when they are fried, grilled, or baked.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}, {"Start": 140, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}, {"Start": 222, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 243, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 304, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}, {"Start": 664, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Acrylamide", "Type": "PubChem Internal Link", "Extra": "CID-6579"}]}]}}], "ANID": 756369, "LinkedRecords": {"CID": [6579]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-187", "Name": "Perfluoroalkyls", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=237", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Perfluoroalkyls are stable, synthetic chemicals. Perfluoroalkyls are unique because they repel oil, grease, and water. The two perfluoroalkyls made in the largest amounts in the U.S. are perflurooctanoic acid (PFOA) and perfluorooctane sulfonic acid (PFOS). Perfluoroalkyls have been used in surface protection products such as carpet and clothing treatments and coating for paper and cardboard packaging. They have also been used in fire-fighting foams."}]}}], "ANID": 756370}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-188", "Name": "Phosphate Ester Flame Retardants", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=239", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Phosphate ester flame retardants are human-made chemicals added to consumer and industrial products for the purpose of reducing flammability. Phosphate ester flame retardants are composed of a group of chemicals with similar properties but slightly different structures. Phosphate esters are typically liquids at room temperature; however, some are solids."}]}}], "ANID": 756371}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-189", "Name": "Propylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=240", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Propylene glycol is a synthetic liquid substance that absorbs water. Propylene glycol is also used to make polyester compounds, and as a base for deicing solutions. Propylene glycol is used by the chemical, food, and pharmaceutical industries as an antifreeze when leakage might lead to contact with food. The Food and Drug Administration (FDA) has classified propylene glycol as an additive that is \u201cgenerally recognized as safe\u201d for use in food. It is used to absorb extra water and maintain moisture in certain medicines, cosmetics, or food products. It is a solvent for food colors and flavors, and in the paint and plastics industries. Propylene glycol is also used to create artificial smoke or fog used in fire-fighting training and in theatrical productions. Other names for propylene glycol are 1,2-dihydroxypropane, 1,2-propanediol, methyl glycol, and trimethyl glycol. Propylene glycol is clear, colorless, slightly syrupy liquid at room temperature. It may exist in air in the vapor form, although propylene glycol must be heated or briskly shaken to produce a vapor. Propylene glycol is practically odorless and tasteless.", "Markup": [{"Start": 0, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 62, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 69, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 165, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 360, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 475, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 641, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 783, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 804, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-dihydroxypropane", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 826, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2-propanediol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 843, "Length": 13, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/methyl%20glycol", "Type": "PubChem Internal Link", "Extra": "multiple-CIDs"}, {"Start": 862, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/trimethyl%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 880, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 1010, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}, {"Start": 1080, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Propylene%20glycol", "Type": "PubChem Internal Link", "Extra": "CID-1030"}]}]}}], "ANID": 756372, "LinkedRecords": {"CID": [1030]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-190", "Name": "Unidentified Chemical", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=243", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "All attempts should be made to determine the identity of the hazardous material before the Unidentified Chemical guideline is used. Responders should obtain assistance in identifying the chemical(s) from container shapes, placards, labels, shipping papers, and analytical tests. General information on these identification techniques is located in Managing Hazardous Materials Incidents Volumes I and II. The Unidentified Chemical protocol provides basic victim management recommendations but the techniques for a specific chemical could provide information which would allow more effective patient treatment."}]}}], "ANID": 756373}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-191", "Name": "Toluene Diisocyanate Methylenediphenyl Diisocyanate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=245", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Toluene diisocyanate exists in two isomeric forms (2,4-toluene diisocyanate and 2,6-toluene diisocyanate) which have similar properties and effects. Toluene diisocyanate is produced commercially as an 80:20 (2,4-toluene diisocyanate:2,6-toluene diisocyanate) mixture of the two isomers. At room temperature, the mixture is a clear, pale yellow liquid with a sharp, pungent odor. It should be stored under refrigeration, away from light and moisture in a tightly closed container under an inert atmosphere. Toluene diisocyanate is insoluble in water and miscible with most common organic solvents.", "Markup": [{"Start": 0, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 51, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 80, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C6-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-7040"}, {"Start": 149, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 208, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 233, "Length": 24, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C6-toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-7040"}, {"Start": 506, "Length": 20, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Toluene%20diisocyanate", "Type": "PubChem Internal Link", "Extra": "CID-11443"}, {"Start": 543, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756374, "LinkedRecords": {"CID": [11443]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-192", "Name": "Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=246", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "parathion is a yellow-to-brown liquid with an odor of garlic. It is often dissolved in a hydrocarbon solvent before use. Parathion itself is not volatile. It is almost insoluble in water, slightly soluble in petroleum oils, and miscible with many organic solvents.", "Markup": [{"Start": 0, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/parathion", "Type": "PubChem Internal Link", "Extra": "CID-991"}, {"Start": 121, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Parathion", "Type": "PubChem Internal Link", "Extra": "CID-991"}, {"Start": 181, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756375, "LinkedRecords": {"CID": [991]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-193", "Name": "Hydrogen Cyanide (HCN)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=249", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "hydrogen cyanide is a colorless or pale-blue liquid (hydrocyanic acid); at higher temperatures, it is a colorless gas. Hydrogen cyanide is very volatile, producing potentially lethal concentrations at room temperature. The vapor is flammable and potentially explosive. Hydrogen cyanide has a faint, bitter almond odor and a bitter, burning taste. It is soluble in water and is often used as a 96% aqueous solution."}]}}], "ANID": 756376}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-194", "Name": "Hydrogen Fluoride (HF)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=250", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Hydrogen fluoride is a colorless, fuming liquid or gas with a strong, irritating odor. It is usually shipped in steel cylinders as a compressed gas. Hydrogen fluoride readily dissolves in water to form colorless hydrofluoric acid solutions; dilute solutions are visibly indistinguishable from water.", "Markup": [{"Start": 0, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 149, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Hydrogen%20fluoride", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 188, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 212, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrofluoric%20acid", "Type": "PubChem Internal Link", "Extra": "CID-14917"}, {"Start": 293, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756377, "LinkedRecords": {"CID": [14917]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-195", "Name": "Ethylene Dibromide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=251", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Ethylene dibromide is a nonflammable colorless liquid with a sweet chloroform-like odor at room temperature above 50\u00baF (10\u00baC). It is slightly soluble in water and soluble in most organic solvents. It is heavier than water. When heated to decomposition, it may release gases and vapors such as hydrogen bromide, bromine, and carbon monoxide. Ethylene dibromide should be stored in a dry place at ambient temperature.", "Markup": [{"Start": 0, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20dibromide", "Type": "PubChem Internal Link", "Extra": "CID-7839"}, {"Start": 67, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chloroform", "Type": "PubChem Internal Link", "Extra": "CID-6212"}, {"Start": 153, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 216, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 293, "Length": 16, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20bromide", "Type": "PubChem Internal Link", "Extra": "CID-260"}, {"Start": 311, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Bromine", "Type": "PubChem Internal Link", "Extra": "Element-Bromine"}, {"Start": 324, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/carbon%20monoxide", "Type": "PubChem Internal Link", "Extra": "CID-281"}, {"Start": 341, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Ethylene%20dibromide", "Type": "PubChem Internal Link", "Extra": "CID-7839"}]}]}}], "ANID": 756378, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-196", "Name": "Carbon Monoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=253", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Carbon monoxide is a colorless, nonirritating, odorless, and tasteless gas. It is found in both outdoor and indoor air.", "Markup": [{"Start": 0, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Carbon%20monoxide", "Type": "PubChem Internal Link", "Extra": "CID-281"}]}]}}], "ANID": 756379, "LinkedRecords": {"CID": [281]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-197", "Name": "Trichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=255", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Trichlorobenzenes are human-made compounds that occur in three different chemical forms. Although they have the same molecular weight and molecular formula, they differ structurally by where the chlorine atoms are attached to the benzene ring. Compounds like these are referred to as isomers. 1,2,3-Trichlorobenzene and 1,3,5-trichlorobenzene are colorless solids, while 1,2,4-trichlorobenzene is a colorless liquid. Although the three isomers of trichlorobenzenes have the same molecular weight and formula, they each may have different chemical and toxicological properties. Trichlorobenzenes have primarily been used as solvents and chemical intermediates to produce other compounds. In the past, mixed isomers of trichlorobenzene had been used for termite control, but this is not a current use. One of the isomers (1,2,4-trichlorobenzene) is produced in large quantities and is used as a solvent to dissolve such special materials as oils, waxes, resins, greases, and rubber. It is also frequently used to produce dyes and textiles. The other two isomers, 1,2,3-trichlorobenzene and 1,3,5-trichlorobenzene, are produced in lower quantities and have fewer uses.", "Markup": [{"Start": 195, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Chlorine", "Type": "PubChem Internal Link", "Extra": "Element-Chlorine"}, {"Start": 230, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/benzene", "Type": "PubChem Internal Link", "Extra": "CID-241"}, {"Start": 293, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C3-Trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-6895"}, {"Start": 320, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C3%2C5-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7950"}, {"Start": 371, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C4-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-13"}, {"Start": 820, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C4-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-13"}, {"Start": 1061, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C2%2C3-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-6895"}, {"Start": 1088, "Length": 22, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1%2C3%2C5-trichlorobenzene", "Type": "PubChem Internal Link", "Extra": "CID-7950"}]}]}}], "ANID": 756380, "LinkedRecords": {"CID": [6895]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-198", "Name": "Nitrate and Nitrite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=258", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Nitrate and Nitrite are naturally occurring ionic species that are part of the earths nitrogen cycle. They typically exist in the environment in highly water-soluble forms, in association with other ions such as sodium and potassium. Salts completely dissociate in aqueous environments. Nitrite is readily oxidized (combines with oxygen) to form nitrate. Nitrate is generally stable in the environment; however, it may be reduced to nitrite through biological processes involving plants, microbes, etc. In nature, plants utilize nitrate as an essential nutrient. In commerce, the majority of nitrate is used in inorganic fertilizers. Additional uses of commercial nitrate and nitrite include food preservation and the production of munitions and explosives.", "Markup": [{"Start": 0, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 12, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}, {"Start": 86, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Nitrogen", "Type": "PubChem Internal Link", "Extra": "Element-Nitrogen"}, {"Start": 152, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 212, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Sodium", "Type": "PubChem Internal Link", "Extra": "Element-Sodium"}, {"Start": 223, "Length": 9, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Potassium", "Type": "PubChem Internal Link", "Extra": "Element-Potassium"}, {"Start": 287, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}, {"Start": 330, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 346, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 355, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 433, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}, {"Start": 529, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 592, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 664, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrate", "Type": "PubChem Internal Link", "Extra": "CID-943"}, {"Start": 676, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/nitrite", "Type": "PubChem Internal Link", "Extra": "CID-17882653"}]}]}}], "ANID": 756381, "LinkedRecords": {"CID": [134699]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-199", "Name": "Mirex", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=276", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Mirex and chlordecone are two separate, but chemically similar, manufactured insecticides that do not occur naturally in the environment. Mirex is a white crystalline solid, and chlordecone is a tan-white crystalline solid. Both chemicals are odorless. Mirex and chlordecone have not been manufactured or used in the United States since 1978. Mirex was used to control fire ants, and as a flame retardant in plastics, rubber, paint, paper, and electrical goods from 1959 to 1972. Chlordecone was used as an insecticide on tobacco, ornamental shrubs, bananas, and citrus trees, and in ant and roach traps. Mirex was sold as a flame retardant under the trade name Dechlorane, and chlordecone was also known as Kepone. Use of trade names is for identification only and does not imply endorsement by the Agency for Toxic Substances and Disease Registry, the Public Health Service, or the U.S. Department of Health and Human Services.", "Markup": [{"Start": 0, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 10, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 138, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 178, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 253, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 263, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 343, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 480, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 605, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Mirex", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 662, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Dechlorane", "Type": "PubChem Internal Link", "Extra": "CID-16945"}, {"Start": 678, "Length": 11, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/chlordecone", "Type": "PubChem Internal Link", "Extra": "CID-299"}, {"Start": 708, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Kepone", "Type": "PubChem Internal Link", "Extra": "CID-299"}]}]}}], "ANID": 756382, "LinkedRecords": {"CID": [16945]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-200", "Name": "Arsine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=278", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Arsine is a colorless, flammable, and highly toxic gas. It has a garlic-like or fishy odor that can be detected at concentrations of 0.5 ppm and above. Because arsine is nonirritating and produces no immediate symptoms, persons exposed to hazardous levels may be unaware of its presence. Arsine is water soluble. It is generally shipped in cylinders as a liquefied compressed gas. Exposure frequently occurs when arsine gas is generated while metals or crude ores containing arsenic impurities are treated with acid and this is a common source of exposure. Synonyms include arsenic hydride, arsenic trihydride, arseniuretted hydrogen, arsenious hydride, and hydrogen arsenide.", "Markup": [{"Start": 0, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 160, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 288, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 298, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 413, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsine", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 475, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Arsenic", "Type": "PubChem Internal Link", "Extra": "Element-Arsenic"}, {"Start": 574, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsenic%20hydride", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 591, "Length": 18, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/arsenic%20trihydride", "Type": "PubChem Internal Link", "Extra": "CID-23969"}, {"Start": 625, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 658, "Length": 17, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/hydrogen%20arsenide", "Type": "PubChem Internal Link", "Extra": "CID-23969"}]}]}}], "ANID": 756383, "LinkedRecords": {"CID": [23969]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-201", "Name": "Glutaraldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=284", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Glutaraldehyde is a colorless, oily liquid with a sharp, pungent odor. Glutaraldehyde is used for industrial, laboratory, agricultural, medical, and some household purposes, primarily for disinfecting and sterilization of surfaces and equipment. For example, it is used in oil and gas recovery operations and pipelines, waste water treatment, x-ray processing, embalming fluid, leather tanning, paper industry, in fogging and cleaning of poultry houses, and as a chemical intermediate in the production of various materials. It may be used in select goods, such as paint and laundry detergent.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glutaraldehyde", "Type": "PubChem Internal Link", "Extra": "CID-3485"}, {"Start": 71, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glutaraldehyde", "Type": "PubChem Internal Link", "Extra": "CID-3485"}, {"Start": 326, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}]}]}}], "ANID": 756384, "LinkedRecords": {"CID": [3485]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-202", "Name": "1-Bromopropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=285", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "1-Bromopropane is a colorless liquid. Commercial 1-bromopropane includes not only 1-bromopropane, but also additives that improve its performance in the desired application and stabilizers to inhibit decomposition. 1-Bromopropane was originally used in the production of pesticides, flavors and fragrances, pharmaceuticals, and other chemicals.", "Markup": [{"Start": 0, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-Bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}, {"Start": 49, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}, {"Start": 82, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}, {"Start": 215, "Length": 14, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/1-Bromopropane", "Type": "PubChem Internal Link", "Extra": "CID-7840"}]}]}}], "ANID": 756385, "LinkedRecords": {"CID": [7840]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-203", "Name": "2,4-Dichlorophenoxyacetic Acid (2,4-D)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=288", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "2,4-Dichlorophenoxyacetic acid (2,4-D) does not occur naturally in the environment. 2,4-D is the active ingredient in many products used in the United States and throughout the world as an herbicide to kill weeds on land and in the water. There are nine forms of 2,4-D that can be used as an herbicide and it is typically sold as a powder or in a liquid form.", "Markup": [{"Start": 0, "Length": 30, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-Dichlorophenoxyacetic%20acid", "Type": "PubChem Internal Link", "Extra": "CID-1486"}, {"Start": 32, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-D", "Type": "PubChem Internal Link", "Extra": "CID-1486"}, {"Start": 84, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-D", "Type": "PubChem Internal Link", "Extra": "CID-1486"}, {"Start": 232, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/water", "Type": "PubChem Internal Link", "Extra": "CID-962"}, {"Start": 263, "Length": 5, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/2%2C4-D", "Type": "PubChem Internal Link", "Extra": "CID-1486"}]}]}}], "ANID": 756386, "LinkedRecords": {"CID": [1486]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-204", "Name": "Molybdenum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=289", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Molybdenum is a chemical element with the symbol Mo. Pure molybdenum exists as a dark-gray or black powder with a metallic luster or as a silvery-white mass. It does not occur naturally in the pure metallic form. It is principally found as oxide or sulfide compounds. Therefore, almost all exposure is to a molybdenum compound rather than the actual metal alone. Important naturally occurring molybdenum compounds are the minerals molybdenite, powellite, wulfenite, ferrimolybdite, and ilsemannite. Molybdenum has a very high melting point and it is used widely in industry to make steel alloys.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 58, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 307, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 393, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}, {"Start": 499, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Molybdenum", "Type": "PubChem Internal Link", "Extra": "Element-Molybdenum"}]}]}}], "ANID": 756387, "LinkedRecords": {"CID": [23932]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-205", "Name": "Silica", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=290", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Silica is another name for the chemical compound composed of silicon and oxygen with the chemical formula SiO2, or silicon dioxide. There are many forms of silica. All silica forms are identical in chemical composition, but have different atom arrangements. Silica compounds can be divided into two groups, crystalline (or c-silica) and amorphous silica (a-silica or non-crystalline silica). c-Silica compounds have structures with repeating patterns of silicon and oxygen. a-Silica chemical structures are more randomly linked when compared to c-silica. All forms of silica are odorless solids composed of silicon and oxygen atoms. Silica particles become suspended in air and form non-explosive dusts. Silica may combine with other metallic elements and oxides to form silicates.", "Markup": [{"Start": 61, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 73, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 115, "Length": 15, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/silicon%20dioxide", "Type": "PubChem Internal Link", "Extra": "CID-24261"}, {"Start": 454, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 466, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}, {"Start": 607, "Length": 7, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Silicon", "Type": "PubChem Internal Link", "Extra": "Element-Silicon"}, {"Start": 619, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Oxygen", "Type": "PubChem Internal Link", "Extra": "Element-Oxygen"}]}]}}], "ANID": 756388, "LinkedRecords": {"CID": [24261]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-206", "Name": "S,S,S-Tributyl Phosphorotrithioate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=292", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Tribufos is a colorless to pale yellow liquid with a skunk-like odor; it is used only as a defoliant (a chemical that removes leaves) for cotton plants. Removing the leaves keeps certain pests that may be found on the leaves from damaging the cotton before it is picked.", "Markup": [{"Start": 0, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Tribufos", "Type": "PubChem Internal Link", "Extra": "CID-5125"}]}]}}], "ANID": 756389, "LinkedRecords": {"CID": [5125]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-207", "Name": "Glyphosate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=293", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Record Description"}, "Description": "Hazards Summary", "Value": {"StringWithMarkup": [{"String": "Glyphosate is the active ingredient in weed killer products such as RoundUp\u2122. Glyphosate products are one of the most widely used weed killers worldwide in farms and in home gardens and lawns. These products typically contain glyphosate in combination with other ingredients that help improve the absorption of the glyphosate into the plant. Glyphosate-based formulations (GBFs) are easily bought in most stores. These products can have different combinations of other ingredients or different concentrations of glyphosate.", "Markup": [{"Start": 0, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 78, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 226, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 315, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 342, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/Glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}, {"Start": 512, "Length": 10, "URL": "https://pubchem.ncbi.nlm.nih.gov/compound/glyphosate", "Type": "PubChem Internal Link", "Extra": "CID-3496"}]}]}}], "ANID": 5134347, "LinkedRecords": {"CID": [3496]}}] \ No newline at end of file diff --git a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Target Organs.json b/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Target Organs.json deleted file mode 100644 index 87b1065..0000000 --- a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Target Organs.json +++ /dev/null @@ -1 +0,0 @@ -[{"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-1", "Name": "Acetone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=1", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756184, "LinkedRecords": {"CID": [180]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-2", "Name": "Ammonia", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=2", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Neurological (Nervous System), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756185, "LinkedRecords": {"CID": [222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-3", "Name": "Arsenic", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=3", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Cardiovascular (Heart and Blood Vessels), Dermal (Skin), Endocrine (Glands and Hormones), Gastrointestinal (Digestive), Hematological (Blood Forming), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756186, "LinkedRecords": {"CID": [5359596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-4", "Name": "Asbestos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=4", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Gastrointestinal (Stomach and Intestines, part of the digestive system), Immunological (Immune System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756187}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-5", "Name": "Benzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=14", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756188, "LinkedRecords": {"CID": [241]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-6", "Name": "Cadmium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=15", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Gastrointestinal (Digestive), Musculoskeletal (Muscles and Skeleton), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756189, "LinkedRecords": {"CID": [23973]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-7", "Name": "Chloroform", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=16", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756190, "LinkedRecords": {"CID": [6212]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-8", "Name": "Chromium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=17", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756191, "LinkedRecords": {"CID": [23976]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-9", "Name": "Creosote", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=18", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hepatic (Liver), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756192}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-10", "Name": "Cyanide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=19", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Death, Endocrine (Glands and Hormones), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Neurological (Nervous System), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756193}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-11", "Name": "DDT, DDE, DDD", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=20", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing), Hepatic (Liver), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756194}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-12", "Name": "Ethylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=21", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Developmental (effects during periods when organs are developing) , Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756195, "LinkedRecords": {"CID": [174]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-13", "Name": "Lead", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=22", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hematological (Blood Forming), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756196, "LinkedRecords": {"CID": [5352425]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-14", "Name": "Manganese", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=23", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Neurological (Nervous System), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756197, "LinkedRecords": {"CID": [23930]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-15", "Name": "Mercury", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=24", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Developmental (effects during periods when organs are developing) , Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756198, "LinkedRecords": {"CID": [23931]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-16", "Name": "Polycyclic Aromatic Hydrocarbons (PAHs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=25", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hepatic (Liver), Reproductive (Producing Children)"}]}}], "ANID": 756199}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-17", "Name": "Polychlorinated Biphenyls (PCBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=26", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Developmental (effects while organs are developing), Endocrine (Glands and Hormones), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Ocular (Eyes), Reproductive (Producing Children)"}]}}], "ANID": 756200}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-18", "Name": "Phenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=27", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Dermal (Skin), Hepatic (Liver), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756201, "LinkedRecords": {"CID": [996]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-19", "Name": "Selenium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=28", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756202, "LinkedRecords": {"CID": [6326970]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-20", "Name": "Toluene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=29", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Developmental (effects while organs are developing), Immunological (Immune System), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756203, "LinkedRecords": {"CID": [1140]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-21", "Name": "Trichloroethylene (TCE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=30", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing), Hematological (Blood Forming), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756204, "LinkedRecords": {"CID": [6575]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-22", "Name": "Beryllium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=33", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Immunological (Immune System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756205, "LinkedRecords": {"CID": [5460467]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-23", "Name": "Aluminum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=34", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756206, "LinkedRecords": {"CID": [5359268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-24", "Name": "Carbon Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=35", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756207, "LinkedRecords": {"CID": [5943]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-25", "Name": "Chlorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=36", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756208, "LinkedRecords": {"CID": [24526]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-26", "Name": "Copper", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=37", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Digestive), Hepatic (Liver)"}]}}], "ANID": 756209, "LinkedRecords": {"CID": [23978]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-27", "Name": "Fluorides, Hydrogen Fluoride, and Fluorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=38", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Dermal (Skin), Musculoskeletal (Muscles and Skeleton), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756210, "LinkedRecords": {"CID": [24524]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-28", "Name": "Formaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=39", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Gastrointestinal (Digestive), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756211, "LinkedRecords": {"CID": [712]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-29", "Name": "Methyl Mercaptan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=40", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Neurological (Nervous System)"}]}}], "ANID": 756212, "LinkedRecords": {"CID": [878]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-30", "Name": "Methyl tert-Butyl Ether (MTBE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=41", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756213, "LinkedRecords": {"CID": [15413]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-31", "Name": "Methylene Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=42", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756214, "LinkedRecords": {"CID": [6344]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-32", "Name": "Naphthalene, 1-Methylnapthalene, 2-Methylnapthalene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=43", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cancer, Hematological (Blood Forming), Neurological (Nervous System), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756215}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-33", "Name": "Nickel", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=44", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Developmental (effects while organs are developing), Immunological (Immune System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756216, "LinkedRecords": {"CID": [935]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-35", "Name": "Sulfur Dioxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=46", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756218, "LinkedRecords": {"CID": [1119]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-36", "Name": "Sulfur Trioxide & Sulfuric Acid", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=47", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756219}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-37", "Name": "Tetrachloroethylene (PERC)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=48", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756220, "LinkedRecords": {"CID": [31373]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-38", "Name": "Thallium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=49", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756221, "LinkedRecords": {"CID": [5359464]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-39", "Name": "Vanadium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=50", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Gastrointestinal (Digestive), Hematological (Blood Forming), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756222, "LinkedRecords": {"CID": [23990]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-40", "Name": "Vinyl Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=51", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing) , Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756223, "LinkedRecords": {"CID": [6338]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-41", "Name": "White Phosphorus", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=52", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Gastrointestinal (Stomach and Intestines, part of the digestive system), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756224, "LinkedRecords": {"CID": [5462309]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-42", "Name": "Xylenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=53", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756225}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-43", "Name": "Zinc", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=54", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Digestive), Hematological (Blood Forming), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756226, "LinkedRecords": {"CID": [23994]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-45", "Name": "Aldrin/Dieldrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=56", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Developmental (effects during periods when organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756228, "LinkedRecords": {"CID": [2087, 61103, 222548, 12310947, 24860538, 92535137]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-46", "Name": "Barium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=57", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Gastrointestinal (Digestive), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756229, "LinkedRecords": {"CID": [5355457]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-47", "Name": "Antimony", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=58", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Cardiovascular (Heart and Blood Vessels), Developmental (effects while organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756230, "LinkedRecords": {"CID": [5354495]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-48", "Name": "Atrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=59", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cardiovascular (Heart and Blood Vessels), Developmental (effects during periods when organs are developing), Hepatic (Liver), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756231, "LinkedRecords": {"CID": [2256]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-49", "Name": "2-Butanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=60", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756232, "LinkedRecords": {"CID": [6569]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-50", "Name": "2-Butoxyethanol and 2-Butoxyethanol Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=61", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756233}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-51", "Name": "Chlordane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=62", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing), Hematological (Blood Forming), Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756234, "LinkedRecords": {"CID": [5993]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-52", "Name": "Chlorinated Dibenzo-p-dioxins (CDDs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=63", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Developmental (effects during periods when organs are developing), Endocrine (Glands and Hormones), Immunological (Immune System), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756235}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-53", "Name": "Cobalt", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=64", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Hematological (Blood Forming), Hepatic (Liver), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756236, "LinkedRecords": {"CID": [104730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-54", "Name": "Di(2-Ethylhexyl)Phthalate (DEHP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=65", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hepatic (Liver), Immunological (Immune System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756237, "LinkedRecords": {"CID": [8343]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-55", "Name": "Ethylbenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=66", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing) , Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756238, "LinkedRecords": {"CID": [7500]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-56", "Name": "Hydrogen Sulfide Carbonyl Sulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=67", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756239, "LinkedRecords": {"CID": [402]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-57", "Name": "n-Hexane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=68", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756240, "LinkedRecords": {"CID": [8058]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-59", "Name": "Pentachlorophenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=70", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing) , Hepatic (Liver)"}]}}], "ANID": 756242, "LinkedRecords": {"CID": [992]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-60", "Name": "Radon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=71", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756243, "LinkedRecords": {"CID": [24857, 61773]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-61", "Name": "RDX (Cyclonite)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=72", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756244, "LinkedRecords": {"CID": [8490]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-62", "Name": "Stoddard Solvent", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=73", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Neurological (Nervous System), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756245}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-63", "Name": "Styrene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=74", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Neurological (Nervous System)"}]}}], "ANID": 756246, "LinkedRecords": {"CID": [7501]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-64", "Name": "Total Petroleum Hydrocarbons (TPH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=75", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756247}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-65", "Name": "1,1,1-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=76", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756248, "LinkedRecords": {"CID": [6278]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-66", "Name": "Uranium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=77", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756249, "LinkedRecords": {"CID": [23989]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-67", "Name": "Acrylonitrile", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=78", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756250, "LinkedRecords": {"CID": [7855]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-69", "Name": "Boron", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=80", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing), Hematological (Blood Forming), Hematological (Blood Forming), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756252, "LinkedRecords": {"CID": [5462311]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-70", "Name": "1,3-Butadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=81", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756253, "LinkedRecords": {"CID": [7845]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-71", "Name": "1,2-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=82", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Immunological (Immune System), Ocular (Eyes)"}]}}], "ANID": 756254, "LinkedRecords": {"CID": [10900, 638186, 643833]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-72", "Name": "Gasoline, Automotive", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=83", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756255}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-73", "Name": "Carbon Disulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=84", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756256, "LinkedRecords": {"CID": [6348]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-74", "Name": "Iodine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=85", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Endocrine (Glands and Hormones)"}]}}], "ANID": 756257, "LinkedRecords": {"CID": [807]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-75", "Name": "Ionizing Radiation", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=86", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Death, Developmental (effects during periods when organs are developing), Neurological (Nervous System)"}]}}], "ANID": 756258}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-76", "Name": "Chlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=87", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756259, "LinkedRecords": {"CID": [7964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-77", "Name": "Chlorpyrifos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=88", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System)"}]}}], "ANID": 756260, "LinkedRecords": {"CID": [2730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-78", "Name": "Hydrazines", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=89", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756261, "LinkedRecords": {"CID": [9321]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-79", "Name": "Diazinon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=90", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System)"}]}}], "ANID": 756262, "LinkedRecords": {"CID": [3017]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-80", "Name": "Fuel Oils / Kerosene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=91", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Ocular (Eyes)"}]}}], "ANID": 756263}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-81", "Name": "Malathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=92", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756264, "LinkedRecords": {"CID": [4004]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-83", "Name": "Polybrominated Biphenyls (PBBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=94", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cancer, Dermal (Skin), Developmental (effects while organs are developing), Endocrine (Glands and Hormones), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756266}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-84", "Name": "Nitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=95", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hematological (Blood Forming), Hepatic (Liver), Renal (Urinary System or Kidneys), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756267, "LinkedRecords": {"CID": [7416]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-85", "Name": "Pyridine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=96", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hepatic (Liver), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756268, "LinkedRecords": {"CID": [1049]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-86", "Name": "Silver", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=97", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756269, "LinkedRecords": {"CID": [23954]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-87", "Name": "Tin and Compounds", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=98", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756270, "LinkedRecords": {"CID": [5352426]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-88", "Name": "Toxaphene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=99", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756271, "LinkedRecords": {"CID": [5284469]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-89", "Name": "Acrolein", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=102", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Stomach and Intestines, part of the digestive system), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756272, "LinkedRecords": {"CID": [7847]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-90", "Name": "Benzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=105", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756273, "LinkedRecords": {"CID": [7111]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-91", "Name": "Cesium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=107", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Neurological (Nervous System)"}]}}], "ANID": 756274, "LinkedRecords": {"CID": [5354618]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-92", "Name": "Chlorine Dioxide & Chlorite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=108", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756275, "LinkedRecords": {"CID": [24870]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-93", "Name": "Chloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=109", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756276, "LinkedRecords": {"CID": [6327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-94", "Name": "1,2-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=110", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756277, "LinkedRecords": {"CID": [11]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-95", "Name": "Dichlorvos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=111", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Gastrointestinal (Stomach and Intestines, part of the digestive system), Neurological (Nervous System)"}]}}], "ANID": 756278, "LinkedRecords": {"CID": [3039]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-96", "Name": "Diethyl phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=112", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Hepatic (Liver), Reproductive (Producing Children)"}]}}], "ANID": 756279, "LinkedRecords": {"CID": [6781]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-97", "Name": "Endosulfan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=113", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756280, "LinkedRecords": {"CID": [3224]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-98", "Name": "Endrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=114", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756281, "LinkedRecords": {"CID": [3048, 12358480, 12358497, 46174049, 71312306, 134687884]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-99", "Name": "Hexachlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=115", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing) , Hepatic (Liver), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756282, "LinkedRecords": {"CID": [8370]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-101", "Name": "Methyl Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=117", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Hematological (Blood Forming), Neurological (Nervous System)"}]}}], "ANID": 756284, "LinkedRecords": {"CID": [4130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-103", "Name": "Plutonium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=119", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer"}]}}], "ANID": 756286, "LinkedRecords": {"CID": [23940]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-104", "Name": "Strontium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=120", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Hematological (Blood Forming), Musculoskeletal (Muscles and Skeleton)"}]}}], "ANID": 756287, "LinkedRecords": {"CID": [5359327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-105", "Name": "Thorium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=121", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756288, "LinkedRecords": {"CID": [23960]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-106", "Name": "Titanium Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=122", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756289, "LinkedRecords": {"CID": [24193]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-107", "Name": "Used Mineral-based Crankcase Oil", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=123", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756290}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-108", "Name": "Vinyl Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=124", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756291, "LinkedRecords": {"CID": [7904]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-109", "Name": "2,4,6-Trinitrotoluene (TNT)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=125", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hematological (Blood Forming), Hepatic (Liver), Ocular (Eyes)"}]}}], "ANID": 756292, "LinkedRecords": {"CID": [8376]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-110", "Name": "Dichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=126", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing) , Endocrine (Glands and Hormones), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756293}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-111", "Name": "Bromodichloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=127", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hepatic (Liver), Immunological (Immune System), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756294, "LinkedRecords": {"CID": [6359]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-112", "Name": "Bromoform & Dibromochloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=128", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756295}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-113", "Name": "1,1-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=129", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Renal"}]}}], "ANID": 756296, "LinkedRecords": {"CID": [6365]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-114", "Name": "1,1-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=130", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756297, "LinkedRecords": {"CID": [6366]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-115", "Name": "1,2-Dibromoethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=131", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cancer, Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756298, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-116", "Name": "Dinitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=132", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Dermal (Skin), Developmental (effects while organs are developing), Hematological (Blood Forming), Hepatic (Liver), Ocular (Eyes)"}]}}], "ANID": 756299, "LinkedRecords": {"CID": [1493, 167909]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-117", "Name": "Ethylene Oxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=133", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing) , Endocrine (Glands and Hormones), Hematological (Blood Forming), Neurological (Nervous System), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756300, "LinkedRecords": {"CID": [6354]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-118", "Name": "2-Hexanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=134", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756301, "LinkedRecords": {"CID": [11583]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-119", "Name": "Heptachlor/Heptachlor Epoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=135", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Hepatic (Liver), Immunological (Immune System), Reproductive (Producing Children)"}]}}], "ANID": 756302, "LinkedRecords": {"CID": [13930, 12054527, 15559699, 15559705, 15559706, 16212247, 122390596, 138394051]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-120", "Name": "Hexachlorocyclohexane (HCH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=138", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hepatic (Liver), Immunological (Immune System), Lymphoreticular (Lymphoid), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756303, "LinkedRecords": {"CID": [727]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-121", "Name": "Hydraulic Fluids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=141", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756304, "LinkedRecords": {"CID": [91700]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-123", "Name": "Isophorone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=148", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hepatic (Liver), Neurological (Nervous System), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756306, "LinkedRecords": {"CID": [6544]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-124", "Name": "Jet Fuels JP-4 and JP-7", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=149", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hepatic (Liver), Neurological (Nervous System), Ocular (Eyes)"}]}}], "ANID": 756307}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-125", "Name": "JP-5, JP-8, and Jet A", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=150", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Developmental (effects while organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756308}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-126", "Name": "Methoxychlor", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=151", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Neurological (Nervous System), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756309, "LinkedRecords": {"CID": [4115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-127", "Name": "Otto Fuel II and its Components", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=152", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756310}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-128", "Name": "Pyrethrins and Pyrethroids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=153", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Gastrointestinal (Stomach and Intestines, part of the digestive system), Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756311, "LinkedRecords": {"CID": [40326]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-129", "Name": "Radium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=154", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Musculoskeletal (Muscles and Skeleton), Ocular (Eyes)"}]}}], "ANID": 756312, "LinkedRecords": {"CID": [6328144]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-130", "Name": "1,1,2-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=155", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756313, "LinkedRecords": {"CID": [6574]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-131", "Name": "1,1,2,2-Tetrachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=156", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756314, "LinkedRecords": {"CID": [6591]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-132", "Name": "Tungsten", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=157", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756315, "LinkedRecords": {"CID": [23964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-133", "Name": "Americium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=158", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Hepatic (Liver), Musculoskeletal (Muscles and Skeleton), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756316, "LinkedRecords": {"CID": [23966]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-134", "Name": "Bis(2-chloroethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=159", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756317, "LinkedRecords": {"CID": [8115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-135", "Name": "Bromomethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=160", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756318, "LinkedRecords": {"CID": [6323]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-136", "Name": "Chloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=161", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing) , Gastrointestinal (Stomach and Intestines, part of the digestive system), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756319, "LinkedRecords": {"CID": [6337]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-137", "Name": "1,2-Dichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=162", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Hematological (Blood Forming), Hepatic (Liver), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756320, "LinkedRecords": {"CID": [6564]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-138", "Name": "Dichloropropenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=163", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756321}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-139", "Name": "1,3 Dinitrobenzene & 1,3,5 Trinitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=164", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Reproductive (Producing Children)"}]}}], "ANID": 756322}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-140", "Name": "Dinitrotoluenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=165", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hematological (Blood Forming), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756323}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-141", "Name": "1,2-Dibromo-3-Chloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=166", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cancer, Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756324, "LinkedRecords": {"CID": [7280]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-142", "Name": "Di-n-butyl Phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=167", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing) , Reproductive (Producing Children)"}]}}], "ANID": 756325, "LinkedRecords": {"CID": [3026]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-143", "Name": "Hexachlorobutadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=168", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756326, "LinkedRecords": {"CID": [6901]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-144", "Name": "Hexachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=169", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756327, "LinkedRecords": {"CID": [6214]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-145", "Name": "Hexamethylene Diisocyanate (HDI)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=170", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Immunological (Immune System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756328, "LinkedRecords": {"CID": [13192]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-146", "Name": "HMX (Octogen)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=171", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Neurological (Nervous System)"}]}}], "ANID": 756329, "LinkedRecords": {"CID": [17596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-147", "Name": "Nitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=172", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756330}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-148", "Name": "n-Nitrosodimethylamine (NDMA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=173", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hematological (Blood Forming), Hepatic (Liver)"}]}}], "ANID": 756331, "LinkedRecords": {"CID": [6124]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-149", "Name": "Perchlorates", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=181", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Endocrine (Glands and Hormones)"}]}}], "ANID": 756332}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-151", "Name": "Polybrominated Diphenyl Ethers (PBDEs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=183", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Endocrine (Glands and Hormones), Hepatic (Liver), Immunological (Immune System), Reproductive (Producing Children)"}]}}], "ANID": 756334}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-152", "Name": "Sulfur Mustard", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=184", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects during periods when organs are developing) , Gastrointestinal (Digestive), Lymphoreticular (Lymphoid), Ocular (Eyes), Reproductive (Producing Children), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756335, "LinkedRecords": {"CID": [10461]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-153", "Name": "Synthetic Vitreous Fibers", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=185", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Ocular (Eyes), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756336}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-154", "Name": "1,2,3-Trichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=186", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Hematological (Blood Forming), Hepatic (Liver), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756337, "LinkedRecords": {"CID": [7285]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-155", "Name": "2,3-Benzofuran", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=187", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756338, "LinkedRecords": {"CID": [9223]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-156", "Name": "Bis(chloromethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=188", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756339, "LinkedRecords": {"CID": [10967]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-161", "Name": "Chlorfenvinphos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=193", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Stomach and Intestines, part of the digestive system), Immunological (Immune System), Lymphoreticular (Lymphoid), Neurological (Nervous System)"}]}}], "ANID": 756344, "LinkedRecords": {"CID": [10107, 5377784, 5377791]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-162", "Name": "Chlorodibenzofurans (CDFs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=194", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Developmental (effects while organs are developing), Endocrine (Glands and Hormones), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756345}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-163", "Name": "Chlorophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=195", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cancer, Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756346}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-164", "Name": "Cresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=196", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756347}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-166", "Name": "1,2-Diphenylhydrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=198", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hepatic (Liver)"}]}}], "ANID": 756349, "LinkedRecords": {"CID": [31222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-167", "Name": "1,4-Dioxane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=199", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Developmental (effects while organs are developing), Hepatic (Liver), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756350, "LinkedRecords": {"CID": [31275]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-168", "Name": "3,3'-Dichlorobenzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=200", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Hepatic (Liver), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756351, "LinkedRecords": {"CID": [7070]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-169", "Name": "DEET (N,N-diethyl-meta-toluamide)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=201", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects while organs are developing), Neurological (Nervous System)"}]}}], "ANID": 756352, "LinkedRecords": {"CID": [4284]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-171", "Name": "Diisopropyl Methylphosphonate (DIMP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=203", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hematological (Blood Forming), Neurological (Nervous System)"}]}}], "ANID": 756354, "LinkedRecords": {"CID": [3073]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-172", "Name": "Di-n-octylphthalate (DNOP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=204", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver)"}]}}], "ANID": 756355, "LinkedRecords": {"CID": [8346]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-173", "Name": "Disulfoton", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=205", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Developmental (effects during periods when organs are developing) , Neurological (Nervous System)"}]}}], "ANID": 756356, "LinkedRecords": {"CID": [3118]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-174", "Name": "Ethion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=206", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System)"}]}}], "ANID": 756357, "LinkedRecords": {"CID": [3286]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-175", "Name": "Guthion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=207", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Neurological (Nervous System)"}]}}], "ANID": 756358, "LinkedRecords": {"CID": [2268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-176", "Name": "Hexachlorocyclopentadiene (HCCPD)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=208", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756359, "LinkedRecords": {"CID": [6478]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-177", "Name": "4,4'-Methylenebis(2-Chloroaniline) (MBOCA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=209", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hepatic (Liver), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756360, "LinkedRecords": {"CID": [7543]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-178", "Name": "4,4'-Methylenedianiline", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=210", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Hepatic (Liver)"}]}}], "ANID": 756361, "LinkedRecords": {"CID": [7577]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-179", "Name": "n-Nitrosodi-n-propylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=211", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Hepatic (Liver)"}]}}], "ANID": 756362, "LinkedRecords": {"CID": [12130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-180", "Name": "n-Nitrosodiphenylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=212", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight"}]}}], "ANID": 756363, "LinkedRecords": {"CID": [6838]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-183", "Name": "Selenium Hexafluoride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=215", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Death"}]}}], "ANID": 756366, "LinkedRecords": {"CID": [24558]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-184", "Name": "Tetryl", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=216", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Immunological (Immune System), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756367, "LinkedRecords": {"CID": [10178]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-185", "Name": "Dinitrocresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=218", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756368, "LinkedRecords": {"CID": [10800]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-186", "Name": "Acrylamide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=236", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Neurological (Nervous System), Reproductive (Producing Children)"}]}}], "ANID": 756369, "LinkedRecords": {"CID": [6579]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-187", "Name": "Perfluoroalkyls", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=237", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cardiovascular (Heart and Blood Vessels), Developmental (effects while organs are developing), Endocrine (Glands and Hormones), Hepatic (Liver), Immunological (Immune System), Reproductive (Producing Children)"}]}}], "ANID": 756370}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-188", "Name": "Phosphate Ester Flame Retardants", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=239", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cancer, Hepatic (Liver), Immunological (Immune System), Neurological (Nervous System), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756371}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-189", "Name": "Propylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=240", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756372, "LinkedRecords": {"CID": [1030]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-191", "Name": "Toluene Diisocyanate Methylenediphenyl Diisocyanate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=245", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756374, "LinkedRecords": {"CID": [11443]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-192", "Name": "Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=246", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Endocrine (Glands and Hormones), Immunological (Immune System), Neurological (Nervous System)"}]}}], "ANID": 756375, "LinkedRecords": {"CID": [991]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-196", "Name": "Carbon Monoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=253", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Death, Developmental (effects while organs are developing), Hematological (Blood Forming), Neurological (Nervous System), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756379, "LinkedRecords": {"CID": [281]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-197", "Name": "Trichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=255", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Hepatic (Liver), Renal (Urinary System or Kidneys)"}]}}], "ANID": 756380, "LinkedRecords": {"CID": [6895]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-198", "Name": "Nitrate and Nitrite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=258", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cardiovascular (Heart and Blood Vessels), Endocrine (Glands and Hormones), Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Neurological (Nervous System)"}]}}], "ANID": 756381, "LinkedRecords": {"CID": [134699]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-199", "Name": "Mirex", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=276", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Dermal (Skin), Endocrine (Glands and Hormones), Hepatic (Liver), Neurological (Nervous System), Ocular (Eyes), Renal (Urinary System or Kidneys), Reproductive (Producing Children)"}]}}], "ANID": 756382, "LinkedRecords": {"CID": [16945]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-201", "Name": "Glutaraldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=284", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Dermal (Skin), Gastrointestinal (Stomach and Intestines, part of the digestive system), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756384, "LinkedRecords": {"CID": [3485]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-202", "Name": "1-Bromopropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=285", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Neurological (Nervous System)"}]}}], "ANID": 756385, "LinkedRecords": {"CID": [7840]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-203", "Name": "2,4-Dichlorophenoxyacetic Acid (2,4-D)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=288", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Cardiovascular (Heart and Blood Vessels), Endocrine (Glands and Hormones), Hematological (Blood Forming), Hematological (Blood Forming), Hepatic (Liver), Hepatic (Liver), Neurological (Nervous System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756386, "LinkedRecords": {"CID": [1486]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-204", "Name": "Molybdenum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=289", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756387, "LinkedRecords": {"CID": [23932]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-205", "Name": "Silica", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=290", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Cancer, Immunological (Immune System), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 756388, "LinkedRecords": {"CID": [24261]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-206", "Name": "S,S,S-Tributyl Phosphorotrithioate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=292", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Gastrointestinal (Stomach and Intestines, part of the digestive system), Hematological (Blood Forming), Neurological (Nervous System)"}]}}], "ANID": 756389, "LinkedRecords": {"CID": [5125]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-207", "Name": "Glyphosate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=293", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Target Organs"}, "Value": {"StringWithMarkup": [{"String": "Body Weight, Gastrointestinal (Stomach and Intestines, part of the digestive system), Hepatic (Liver), Ocular (Eyes), Renal (Urinary System or Kidneys), Respiratory (From the Nose to the Lungs)"}]}}], "ANID": 5134347, "LinkedRecords": {"CID": [3496]}}] \ No newline at end of file diff --git a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Toxicological Information.json b/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Toxicological Information.json deleted file mode 100644 index f6e1d01..0000000 --- a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Toxicological Information.json +++ /dev/null @@ -1 +0,0 @@ -[{"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-1", "Name": "Acetone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=1", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=5&tid=1"}]}]}}], "ANID": 756184, "LinkedRecords": {"CID": [180]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-2", "Name": "Ammonia", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=2", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=11&tid=2"}]}]}}], "ANID": 756185, "LinkedRecords": {"CID": [222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-3", "Name": "Arsenic", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=3", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=22&tid=3"}]}]}}], "ANID": 756186, "LinkedRecords": {"CID": [5359596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-4", "Name": "Asbestos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=4", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=30&tid=4"}]}]}}], "ANID": 756187}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-5", "Name": "Benzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=14", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=40&tid=14"}]}]}}], "ANID": 756188, "LinkedRecords": {"CID": [241]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-6", "Name": "Cadmium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=15", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=48&tid=15"}]}]}}], "ANID": 756189, "LinkedRecords": {"CID": [23973]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-7", "Name": "Chloroform", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=16", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=53&tid=16"}]}]}}], "ANID": 756190, "LinkedRecords": {"CID": [6212]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-8", "Name": "Chromium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=17", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=62&tid=17"}]}]}}], "ANID": 756191, "LinkedRecords": {"CID": [23976]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-9", "Name": "Creosote", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=18", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=66&tid=18"}]}]}}], "ANID": 756192}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-10", "Name": "Cyanide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=19", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=72&tid=19"}]}]}}], "ANID": 756193}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-11", "Name": "DDT, DDE, DDD", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=20", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=81&tid=20"}]}]}}], "ANID": 756194}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-12", "Name": "Ethylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=21", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=86&tid=21"}]}]}}], "ANID": 756195, "LinkedRecords": {"CID": [174]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-13", "Name": "Lead", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=22", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=96&tid=22"}]}]}}], "ANID": 756196, "LinkedRecords": {"CID": [5352425]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-14", "Name": "Manganese", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=23", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=102&tid=23"}]}]}}], "ANID": 756197, "LinkedRecords": {"CID": [23930]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-15", "Name": "Mercury", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=24", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=115&tid=24"}]}]}}], "ANID": 756198, "LinkedRecords": {"CID": [23931]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-16", "Name": "Polycyclic Aromatic Hydrocarbons (PAHs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=25", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=122&tid=25"}]}]}}], "ANID": 756199}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-17", "Name": "Polychlorinated Biphenyls (PCBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=26", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=142&tid=26"}]}]}}], "ANID": 756200}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-18", "Name": "Phenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=27", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=148&tid=27"}]}]}}], "ANID": 756201, "LinkedRecords": {"CID": [996]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-19", "Name": "Selenium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=28", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=153&tid=28"}]}]}}], "ANID": 756202, "LinkedRecords": {"CID": [6326970]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-20", "Name": "Toluene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=29", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=161&tid=29"}]}]}}], "ANID": 756203, "LinkedRecords": {"CID": [1140]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-21", "Name": "Trichloroethylene (TCE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=30", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=173&tid=30"}]}]}}], "ANID": 756204, "LinkedRecords": {"CID": [6575]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-22", "Name": "Beryllium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=33", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1441&tid=33"}]}]}}], "ANID": 756205, "LinkedRecords": {"CID": [5460467]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-23", "Name": "Aluminum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=34", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=191&tid=34"}]}]}}], "ANID": 756206, "LinkedRecords": {"CID": [5359268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-24", "Name": "Carbon Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=35", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=196&tid=35"}]}]}}], "ANID": 756207, "LinkedRecords": {"CID": [5943]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-25", "Name": "Chlorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=36", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1079&tid=36"}]}]}}], "ANID": 756208, "LinkedRecords": {"CID": [24526]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-26", "Name": "Copper", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=37", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=206&tid=37"}]}]}}], "ANID": 756209, "LinkedRecords": {"CID": [23978]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-27", "Name": "Fluorides, Hydrogen Fluoride, and Fluorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=38", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=212&tid=38"}]}]}}], "ANID": 756210, "LinkedRecords": {"CID": [24524]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-28", "Name": "Formaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=39", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=220&tid=39"}]}]}}], "ANID": 756211, "LinkedRecords": {"CID": [712]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-29", "Name": "Methyl Mercaptan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=40", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=224&tid=40"}]}]}}], "ANID": 756212, "LinkedRecords": {"CID": [878]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-30", "Name": "Methyl tert-Butyl Ether (MTBE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=41", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=228&tid=41"}]}]}}], "ANID": 756213, "LinkedRecords": {"CID": [15413]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-31", "Name": "Methylene Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=42", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=234&tid=42"}]}]}}], "ANID": 756214, "LinkedRecords": {"CID": [6344]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-32", "Name": "Naphthalene, 1-Methylnapthalene, 2-Methylnapthalene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=43", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=240&tid=43"}]}]}}], "ANID": 756215}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-33", "Name": "Nickel", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=44", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=245&tid=44"}]}]}}], "ANID": 756216, "LinkedRecords": {"CID": [935]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-35", "Name": "Sulfur Dioxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=46", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=253&tid=46"}]}]}}], "ANID": 756218, "LinkedRecords": {"CID": [1119]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-36", "Name": "Sulfur Trioxide & Sulfuric Acid", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=47", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=256&tid=47"}]}]}}], "ANID": 756219}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-37", "Name": "Tetrachloroethylene (PERC)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=48", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=265&tid=48"}]}]}}], "ANID": 756220, "LinkedRecords": {"CID": [31373]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-38", "Name": "Thallium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=49", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=309&tid=49"}]}]}}], "ANID": 756221, "LinkedRecords": {"CID": [5359464]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-39", "Name": "Vanadium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=50", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=276&tid=50"}]}]}}], "ANID": 756222, "LinkedRecords": {"CID": [23990]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-40", "Name": "Vinyl Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=51", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=282&tid=51"}]}]}}], "ANID": 756223, "LinkedRecords": {"CID": [6338]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-41", "Name": "White Phosphorus", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=52", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=285&tid=52"}]}]}}], "ANID": 756224, "LinkedRecords": {"CID": [5462309]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-42", "Name": "Xylenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=53", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=296&tid=53"}]}]}}], "ANID": 756225}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-43", "Name": "Zinc", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=54", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=302&tid=54"}]}]}}], "ANID": 756226, "LinkedRecords": {"CID": [23994]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-45", "Name": "Aldrin/Dieldrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=56", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=317&tid=56"}]}]}}], "ANID": 756228, "LinkedRecords": {"CID": [2087, 61103, 222548, 12310947, 24860538, 92535137]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-46", "Name": "Barium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=57", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=327&tid=57"}]}]}}], "ANID": 756229, "LinkedRecords": {"CID": [5355457]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-47", "Name": "Antimony", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=58", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=332&tid=58"}]}]}}], "ANID": 756230, "LinkedRecords": {"CID": [5354495]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-48", "Name": "Atrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=59", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=338&tid=59"}]}]}}], "ANID": 756231, "LinkedRecords": {"CID": [2256]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-49", "Name": "2-Butanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=60", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=343&tid=60"}]}]}}], "ANID": 756232, "LinkedRecords": {"CID": [6569]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-50", "Name": "2-Butoxyethanol and 2-Butoxyethanol Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=61", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=347&tid=61"}]}]}}], "ANID": 756233}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-51", "Name": "Chlordane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=62", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=355&tid=62"}]}]}}], "ANID": 756234, "LinkedRecords": {"CID": [5993]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-52", "Name": "Chlorinated Dibenzo-p-dioxins (CDDs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=63", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=366&tid=63"}]}]}}], "ANID": 756235}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-53", "Name": "Cobalt", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=64", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=373&tid=64"}]}]}}], "ANID": 756236, "LinkedRecords": {"CID": [104730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-54", "Name": "Di(2-Ethylhexyl)Phthalate (DEHP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=65", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=684&tid=65"}]}]}}], "ANID": 756237, "LinkedRecords": {"CID": [8343]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-55", "Name": "Ethylbenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=66", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=383&tid=66"}]}]}}], "ANID": 756238, "LinkedRecords": {"CID": [7500]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-56", "Name": "Hydrogen Sulfide Carbonyl Sulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=67", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=389&tid=67"}]}]}}], "ANID": 756239, "LinkedRecords": {"CID": [402]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-57", "Name": "n-Hexane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=68", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=393&tid=68"}]}]}}], "ANID": 756240, "LinkedRecords": {"CID": [8058]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-59", "Name": "Pentachlorophenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=70", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=402&tid=70"}]}]}}], "ANID": 756242, "LinkedRecords": {"CID": [992]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-60", "Name": "Radon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=71", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=407&tid=71"}]}]}}], "ANID": 756243, "LinkedRecords": {"CID": [24857, 61773]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-61", "Name": "RDX (Cyclonite)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=72", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=412&tid=72"}]}]}}], "ANID": 756244, "LinkedRecords": {"CID": [8490]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-62", "Name": "Stoddard Solvent", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=73", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=416&tid=73"}]}]}}], "ANID": 756245}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-63", "Name": "Styrene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=74", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=421&tid=74"}]}]}}], "ANID": 756246, "LinkedRecords": {"CID": [7501]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-64", "Name": "Total Petroleum Hydrocarbons (TPH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=75", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=424&tid=75"}]}]}}], "ANID": 756247}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-65", "Name": "1,1,1-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=76", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=432&tid=76"}]}]}}], "ANID": 756248, "LinkedRecords": {"CID": [6278]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-66", "Name": "Uranium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=77", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=440&tid=77"}]}]}}], "ANID": 756249, "LinkedRecords": {"CID": [23989]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-67", "Name": "Acrylonitrile", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=78", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=447&tid=78"}]}]}}], "ANID": 756250, "LinkedRecords": {"CID": [7855]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-69", "Name": "Boron", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=80", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=453&tid=80"}]}]}}], "ANID": 756252, "LinkedRecords": {"CID": [5462311]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-70", "Name": "1,3-Butadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=81", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=459&tid=81"}]}]}}], "ANID": 756253, "LinkedRecords": {"CID": [7845]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-71", "Name": "1,2-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=82", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=464&tid=82"}]}]}}], "ANID": 756254, "LinkedRecords": {"CID": [10900, 638186, 643833]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-72", "Name": "Gasoline, Automotive", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=83", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=468&tid=83"}]}]}}], "ANID": 756255}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-73", "Name": "Carbon Disulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=84", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=474&tid=84"}]}]}}], "ANID": 756256, "LinkedRecords": {"CID": [6348]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-74", "Name": "Iodine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=85", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=479&tid=85"}]}]}}], "ANID": 756257, "LinkedRecords": {"CID": [807]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-75", "Name": "Ionizing Radiation", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=86", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=484&tid=86"}]}]}}], "ANID": 756258}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-76", "Name": "Chlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=87", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=489&tid=87"}]}]}}], "ANID": 756259, "LinkedRecords": {"CID": [7964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-77", "Name": "Chlorpyrifos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=88", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=495&tid=88"}]}]}}], "ANID": 756260, "LinkedRecords": {"CID": [2730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-78", "Name": "Hydrazines", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=89", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=502&tid=89"}]}]}}], "ANID": 756261, "LinkedRecords": {"CID": [9321]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-79", "Name": "Diazinon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=90", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=512&tid=90"}]}]}}], "ANID": 756262, "LinkedRecords": {"CID": [3017]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-80", "Name": "Fuel Oils / Kerosene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=91", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=516&tid=91"}]}]}}], "ANID": 756263}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-81", "Name": "Malathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=92", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=522&tid=92"}]}]}}], "ANID": 756264, "LinkedRecords": {"CID": [4004]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-83", "Name": "Polybrominated Biphenyls (PBBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=94", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=529&tid=94"}]}]}}], "ANID": 756266}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-84", "Name": "Nitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=95", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=532&tid=95"}]}]}}], "ANID": 756267, "LinkedRecords": {"CID": [7416]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-85", "Name": "Pyridine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=96", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=535&tid=96"}]}]}}], "ANID": 756268, "LinkedRecords": {"CID": [1049]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-86", "Name": "Silver", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=97", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=539&tid=97"}]}]}}], "ANID": 756269, "LinkedRecords": {"CID": [23954]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-87", "Name": "Tin and Compounds", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=98", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=543&tid=98"}]}]}}], "ANID": 756270, "LinkedRecords": {"CID": [5352426]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-88", "Name": "Toxaphene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=99", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=548&tid=99"}]}]}}], "ANID": 756271, "LinkedRecords": {"CID": [5284469]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-89", "Name": "Acrolein", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=102", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=557&tid=102"}]}]}}], "ANID": 756272, "LinkedRecords": {"CID": [7847]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-90", "Name": "Benzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=105", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=569&tid=105"}]}]}}], "ANID": 756273, "LinkedRecords": {"CID": [7111]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-91", "Name": "Cesium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=107", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=578&tid=107"}]}]}}], "ANID": 756274, "LinkedRecords": {"CID": [5354618]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-92", "Name": "Chlorine Dioxide & Chlorite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=108", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=582&tid=108"}]}]}}], "ANID": 756275, "LinkedRecords": {"CID": [24870]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-93", "Name": "Chloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=109", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=587&tid=109"}]}]}}], "ANID": 756276, "LinkedRecords": {"CID": [6327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-94", "Name": "1,2-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=110", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=592&tid=110"}]}]}}], "ANID": 756277, "LinkedRecords": {"CID": [11]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-95", "Name": "Dichlorvos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=111", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=597&tid=111"}]}]}}], "ANID": 756278, "LinkedRecords": {"CID": [3039]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-96", "Name": "Diethyl phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=112", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=603&tid=112"}]}]}}], "ANID": 756279, "LinkedRecords": {"CID": [6781]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-97", "Name": "Endosulfan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=113", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=609&tid=113"}]}]}}], "ANID": 756280, "LinkedRecords": {"CID": [3224]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-98", "Name": "Endrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=114", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=617&tid=114"}]}]}}], "ANID": 756281, "LinkedRecords": {"CID": [3048, 12358480, 12358497, 46174049, 71312306, 134687884]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-99", "Name": "Hexachlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=115", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=627&tid=115"}]}]}}], "ANID": 756282, "LinkedRecords": {"CID": [8370]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-101", "Name": "Methyl Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=117", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=636&tid=117"}]}]}}], "ANID": 756284, "LinkedRecords": {"CID": [4130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-102", "Name": "Chlordecone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=118", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=643&tid=118"}]}]}}], "ANID": 756285, "LinkedRecords": {"CID": [299]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-103", "Name": "Plutonium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=119", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=648&tid=119"}]}]}}], "ANID": 756286, "LinkedRecords": {"CID": [23940]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-104", "Name": "Strontium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=120", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=656&tid=120"}]}]}}], "ANID": 756287, "LinkedRecords": {"CID": [5359327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-105", "Name": "Thorium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=121", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=660&tid=121"}]}]}}], "ANID": 756288, "LinkedRecords": {"CID": [23960]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-106", "Name": "Titanium Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=122", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=664&tid=122"}]}]}}], "ANID": 756289, "LinkedRecords": {"CID": [24193]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-107", "Name": "Used Mineral-based Crankcase Oil", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=123", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=667&tid=123"}]}]}}], "ANID": 756290}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-108", "Name": "Vinyl Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=124", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=671&tid=124"}]}]}}], "ANID": 756291, "LinkedRecords": {"CID": [7904]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-109", "Name": "2,4,6-Trinitrotoluene (TNT)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=125", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=677&tid=125"}]}]}}], "ANID": 756292, "LinkedRecords": {"CID": [8376]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-110", "Name": "Dichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=126", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=704&tid=126"}]}]}}], "ANID": 756293}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-111", "Name": "Bromodichloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=127", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=708&tid=127"}]}]}}], "ANID": 756294, "LinkedRecords": {"CID": [6359]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-112", "Name": "Bromoform & Dibromochloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=128", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=713&tid=128"}]}]}}], "ANID": 756295}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-113", "Name": "1,1-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=129", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=718&tid=129"}]}]}}], "ANID": 756296, "LinkedRecords": {"CID": [6365]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-114", "Name": "1,1-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=130", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=722&tid=130"}]}]}}], "ANID": 756297, "LinkedRecords": {"CID": [6366]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-115", "Name": "1,2-Dibromoethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=131", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=726&tid=131"}]}]}}], "ANID": 756298, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-116", "Name": "Dinitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=132", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=729&tid=132"}]}]}}], "ANID": 756299, "LinkedRecords": {"CID": [1493, 167909]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-117", "Name": "Ethylene Oxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=133", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=734&tid=133"}]}]}}], "ANID": 756300, "LinkedRecords": {"CID": [6354]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-118", "Name": "2-Hexanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=134", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=738&tid=134"}]}]}}], "ANID": 756301, "LinkedRecords": {"CID": [11583]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-119", "Name": "Heptachlor/Heptachlor Epoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=135", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=746&tid=135"}]}]}}], "ANID": 756302, "LinkedRecords": {"CID": [13930, 12054527, 15559699, 15559705, 15559706, 16212247, 122390596, 138394051]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-120", "Name": "Hexachlorocyclohexane (HCH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=138", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=754&tid=138"}]}]}}], "ANID": 756303, "LinkedRecords": {"CID": [727]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-121", "Name": "Hydraulic Fluids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=141", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=757&tid=141"}]}]}}], "ANID": 756304, "LinkedRecords": {"CID": [91700]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-123", "Name": "Isophorone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=148", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=763&tid=148"}]}]}}], "ANID": 756306, "LinkedRecords": {"CID": [6544]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-124", "Name": "Jet Fuels JP-4 and JP-7", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=149", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=768&tid=149"}]}]}}], "ANID": 756307}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-125", "Name": "JP-5, JP-8, and Jet A", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=150", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=773&tid=150"}]}]}}], "ANID": 756308}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-126", "Name": "Methoxychlor", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=151", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=778&tid=151"}]}]}}], "ANID": 756309, "LinkedRecords": {"CID": [4115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-127", "Name": "Otto Fuel II and its Components", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=152", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=781&tid=152"}]}]}}], "ANID": 756310}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-128", "Name": "Pyrethrins and Pyrethroids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=153", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=787&tid=153"}]}]}}], "ANID": 756311, "LinkedRecords": {"CID": [40326]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-129", "Name": "Radium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=154", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=791&tid=154"}]}]}}], "ANID": 756312, "LinkedRecords": {"CID": [6328144]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-130", "Name": "1,1,2-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=155", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=796&tid=155"}]}]}}], "ANID": 756313, "LinkedRecords": {"CID": [6574]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-131", "Name": "1,1,2,2-Tetrachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=156", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=801&tid=156"}]}]}}], "ANID": 756314, "LinkedRecords": {"CID": [6591]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-132", "Name": "Tungsten", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=157", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=806&tid=157"}]}]}}], "ANID": 756315, "LinkedRecords": {"CID": [23964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-133", "Name": "Americium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=158", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=811&tid=158"}]}]}}], "ANID": 756316, "LinkedRecords": {"CID": [23966]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-134", "Name": "Bis(2-chloroethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=159", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=817&tid=159"}]}]}}], "ANID": 756317, "LinkedRecords": {"CID": [8115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-135", "Name": "Bromomethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=160", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=822&tid=160"}]}]}}], "ANID": 756318, "LinkedRecords": {"CID": [6323]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-136", "Name": "Chloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=161", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=827&tid=161"}]}]}}], "ANID": 756319, "LinkedRecords": {"CID": [6337]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-137", "Name": "1,2-Dichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=162", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=831&tid=162"}]}]}}], "ANID": 756320, "LinkedRecords": {"CID": [6564]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-138", "Name": "Dichloropropenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=163", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=836&tid=163"}]}]}}], "ANID": 756321}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-139", "Name": "1,3 Dinitrobenzene & 1,3,5 Trinitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=164", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=842&tid=164"}]}]}}], "ANID": 756322}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-140", "Name": "Dinitrotoluenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=165", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=847&tid=165"}]}]}}], "ANID": 756323}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-141", "Name": "1,2-Dibromo-3-Chloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=166", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=852&tid=166"}]}]}}], "ANID": 756324, "LinkedRecords": {"CID": [7280]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-142", "Name": "Di-n-butyl Phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=167", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=859&tid=167"}]}]}}], "ANID": 756325, "LinkedRecords": {"CID": [3026]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-143", "Name": "Hexachlorobutadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=168", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=865&tid=168"}]}]}}], "ANID": 756326, "LinkedRecords": {"CID": [6901]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-144", "Name": "Hexachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=169", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=870&tid=169"}]}]}}], "ANID": 756327, "LinkedRecords": {"CID": [6214]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-145", "Name": "Hexamethylene Diisocyanate (HDI)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=170", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=874&tid=170"}]}]}}], "ANID": 756328, "LinkedRecords": {"CID": [13192]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-146", "Name": "HMX (Octogen)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=171", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=877&tid=171"}]}]}}], "ANID": 756329, "LinkedRecords": {"CID": [17596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-147", "Name": "Nitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=172", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=880&tid=172"}]}]}}], "ANID": 756330}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-148", "Name": "n-Nitrosodimethylamine (NDMA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=173", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=884&tid=173"}]}]}}], "ANID": 756331, "LinkedRecords": {"CID": [6124]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-149", "Name": "Perchlorates", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=181", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=895&tid=181"}]}]}}], "ANID": 756332}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-151", "Name": "Polybrominated Diphenyl Ethers (PBDEs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=183", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=901&tid=183"}]}]}}], "ANID": 756334}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-152", "Name": "Sulfur Mustard", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=184", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=905&tid=184"}]}]}}], "ANID": 756335, "LinkedRecords": {"CID": [10461]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-153", "Name": "Synthetic Vitreous Fibers", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=185", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=908&tid=185"}]}]}}], "ANID": 756336}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-154", "Name": "1,2,3-Trichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=186", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=912&tid=186"}]}]}}], "ANID": 756337, "LinkedRecords": {"CID": [7285]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-155", "Name": "2,3-Benzofuran", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=187", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=915&tid=187"}]}]}}], "ANID": 756338, "LinkedRecords": {"CID": [9223]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-156", "Name": "Bis(chloromethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=188", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=919&tid=188"}]}]}}], "ANID": 756339, "LinkedRecords": {"CID": [10967]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-161", "Name": "Chlorfenvinphos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=193", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=932&tid=193"}]}]}}], "ANID": 756344, "LinkedRecords": {"CID": [10107, 5377784, 5377791]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-162", "Name": "Chlorodibenzofurans (CDFs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=194", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=938&tid=194"}]}]}}], "ANID": 756345}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-163", "Name": "Chlorophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=195", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=941&tid=195"}]}]}}], "ANID": 756346}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-164", "Name": "Cresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=196", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=946&tid=196"}]}]}}], "ANID": 756347}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-166", "Name": "1,2-Diphenylhydrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=198", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=952&tid=198"}]}]}}], "ANID": 756349, "LinkedRecords": {"CID": [31222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-167", "Name": "1,4-Dioxane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=199", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=955&tid=199"}]}]}}], "ANID": 756350, "LinkedRecords": {"CID": [31275]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-168", "Name": "3,3'-Dichlorobenzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=200", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=959&tid=200"}]}]}}], "ANID": 756351, "LinkedRecords": {"CID": [7070]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-169", "Name": "DEET (N,N-diethyl-meta-toluamide)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=201", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1451&tid=201"}]}]}}], "ANID": 756352, "LinkedRecords": {"CID": [4284]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-171", "Name": "Diisopropyl Methylphosphonate (DIMP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=203", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=969&tid=203"}]}]}}], "ANID": 756354, "LinkedRecords": {"CID": [3073]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-172", "Name": "Di-n-octylphthalate (DNOP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=204", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=973&tid=204"}]}]}}], "ANID": 756355, "LinkedRecords": {"CID": [8346]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-173", "Name": "Disulfoton", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=205", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=978&tid=205"}]}]}}], "ANID": 756356, "LinkedRecords": {"CID": [3118]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-174", "Name": "Ethion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=206", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=983&tid=206"}]}]}}], "ANID": 756357, "LinkedRecords": {"CID": [3286]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-175", "Name": "Guthion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=207", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1037&tid=207"}]}]}}], "ANID": 756358, "LinkedRecords": {"CID": [2268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-176", "Name": "Hexachlorocyclopentadiene (HCCPD)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=208", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=992&tid=208"}]}]}}], "ANID": 756359, "LinkedRecords": {"CID": [6478]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-177", "Name": "4,4'-Methylenebis(2-Chloroaniline) (MBOCA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=209", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=997&tid=209"}]}]}}], "ANID": 756360, "LinkedRecords": {"CID": [7543]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-178", "Name": "4,4'-Methylenedianiline", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=210", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1001&tid=210"}]}]}}], "ANID": 756361, "LinkedRecords": {"CID": [7577]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-179", "Name": "n-Nitrosodi-n-propylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=211", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1005&tid=211"}]}]}}], "ANID": 756362, "LinkedRecords": {"CID": [12130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-180", "Name": "n-Nitrosodiphenylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=212", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1009&tid=212"}]}]}}], "ANID": 756363, "LinkedRecords": {"CID": [6838]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-184", "Name": "Tetryl", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=216", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1019&tid=216"}]}]}}], "ANID": 756367, "LinkedRecords": {"CID": [10178]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-185", "Name": "Dinitrocresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=218", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1025&tid=218"}]}]}}], "ANID": 756368, "LinkedRecords": {"CID": [10800]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-186", "Name": "Acrylamide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=236", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1112&tid=236"}]}]}}], "ANID": 756369, "LinkedRecords": {"CID": [6579]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-187", "Name": "Perfluoroalkyls", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=237", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1117&tid=237"}]}]}}], "ANID": 756370}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-188", "Name": "Phosphate Ester Flame Retardants", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=239", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1119&tid=239"}]}]}}], "ANID": 756371}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-189", "Name": "Propylene Glycol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=240", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1122&tid=240"}]}]}}], "ANID": 756372, "LinkedRecords": {"CID": [1030]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-191", "Name": "Toluene Diisocyanate Methylenediphenyl Diisocyanate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=245", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1453&tid=245"}]}]}}], "ANID": 756374, "LinkedRecords": {"CID": [11443]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-192", "Name": "Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=246", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1425&tid=246"}]}]}}], "ANID": 756375, "LinkedRecords": {"CID": [991]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-196", "Name": "Carbon Monoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=253", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1145&tid=253"}]}]}}], "ANID": 756379, "LinkedRecords": {"CID": [281]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-197", "Name": "Trichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=255", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1168&tid=255"}]}]}}], "ANID": 756380, "LinkedRecords": {"CID": [6895]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-198", "Name": "Nitrate and Nitrite", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=258", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1452&tid=258"}]}]}}], "ANID": 756381, "LinkedRecords": {"CID": [134699]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-199", "Name": "Mirex", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=276", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1190&tid=276"}]}]}}], "ANID": 756382, "LinkedRecords": {"CID": [16945]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-201", "Name": "Glutaraldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=284", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1467&tid=284"}]}]}}], "ANID": 756384, "LinkedRecords": {"CID": [3485]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-202", "Name": "1-Bromopropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=285", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1471&tid=285"}]}]}}], "ANID": 756385, "LinkedRecords": {"CID": [7840]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-203", "Name": "2,4-Dichlorophenoxyacetic Acid (2,4-D)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=288", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1481&tid=288"}]}]}}], "ANID": 756386, "LinkedRecords": {"CID": [1486]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-204", "Name": "Molybdenum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=289", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1482&tid=289"}]}]}}], "ANID": 756387, "LinkedRecords": {"CID": [23932]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-205", "Name": "Silica", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=290", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1483&tid=290"}]}]}}], "ANID": 756388, "LinkedRecords": {"CID": [24261]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-206", "Name": "S,S,S-Tributyl Phosphorotrithioate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=292", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1487&tid=292"}]}]}}], "ANID": 756389, "LinkedRecords": {"CID": [5125]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-207", "Name": "Glyphosate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=293", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Toxicological Information"}, "Value": {"StringWithMarkup": [{"String": "CDC-ATSDR Toxicological Profile", "Markup": [{"Start": 10, "Length": 21, "URL": "https://wwwn.cdc.gov/TSP/ToxProfiles/ToxProfiles.aspx?id=1488&tid=293"}]}]}}], "ANID": 5134347, "LinkedRecords": {"CID": [3496]}}] \ No newline at end of file diff --git a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Use Classification.json b/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Use Classification.json deleted file mode 100644 index c57b482..0000000 --- a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/Use Classification.json +++ /dev/null @@ -1 +0,0 @@ -[{"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-1", "Name": "Acetone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=1", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756184, "LinkedRecords": {"CID": [180]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-3", "Name": "Arsenic", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=3", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756186, "LinkedRecords": {"CID": [5359596]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-5", "Name": "Benzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=14", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms), Volatile organic compounds", "Markup": [{"Start": 42, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}]}]}}], "ANID": 756188, "LinkedRecords": {"CID": [241]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-6", "Name": "Cadmium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=15", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756189, "LinkedRecords": {"CID": [23973]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-7", "Name": "Chloroform", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=16", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756190, "LinkedRecords": {"CID": [6212]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-8", "Name": "Chromium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=17", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756191, "LinkedRecords": {"CID": [23976]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-10", "Name": "Cyanide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=19", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756193}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-11", "Name": "DDT, DDE, DDD", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=20", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756194}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-13", "Name": "Lead", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=22", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756196, "LinkedRecords": {"CID": [5352425]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-14", "Name": "Manganese", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=23", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756197, "LinkedRecords": {"CID": [23930]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-15", "Name": "Mercury", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=24", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756198, "LinkedRecords": {"CID": [23931]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-16", "Name": "Polycyclic Aromatic Hydrocarbons (PAHs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=25", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756199}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-17", "Name": "Polychlorinated Biphenyls (PCBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=26", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Dioxins, Furans, PCBs (contain phenyl rings of carbon atoms), Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756200}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-18", "Name": "Phenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=27", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phenols/phenoxy acids"}]}}], "ANID": 756201, "LinkedRecords": {"CID": [996]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-19", "Name": "Selenium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=28", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756202, "LinkedRecords": {"CID": [6326970]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-20", "Name": "Toluene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=29", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms), Volatile organic compounds", "Markup": [{"Start": 42, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}]}]}}], "ANID": 756203, "LinkedRecords": {"CID": [1140]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-21", "Name": "Trichloroethylene (TCE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=30", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756204, "LinkedRecords": {"CID": [6575]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-22", "Name": "Beryllium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=33", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756205, "LinkedRecords": {"CID": [5460467]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-24", "Name": "Carbon Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=35", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756207, "LinkedRecords": {"CID": [5943]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-25", "Name": "Chlorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=36", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Metals/Elements (the simplest forms of matter)"}]}}], "ANID": 756208, "LinkedRecords": {"CID": [24526]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-26", "Name": "Copper", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=37", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756209, "LinkedRecords": {"CID": [23978]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-27", "Name": "Fluorides, Hydrogen Fluoride, and Fluorine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=38", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Metals/Elements (the simplest forms of matter)"}]}}], "ANID": 756210, "LinkedRecords": {"CID": [24524]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-28", "Name": "Formaldehyde", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=39", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756211, "LinkedRecords": {"CID": [712]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-29", "Name": "Methyl Mercaptan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=40", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756212, "LinkedRecords": {"CID": [878]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-30", "Name": "Methyl tert-Butyl Ether (MTBE)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=41", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756213, "LinkedRecords": {"CID": [15413]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-31", "Name": "Methylene Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=42", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756214, "LinkedRecords": {"CID": [6344]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-32", "Name": "Naphthalene, 1-Methylnapthalene, 2-Methylnapthalene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=43", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756215}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-33", "Name": "Nickel", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=44", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756216, "LinkedRecords": {"CID": [935]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-35", "Name": "Sulfur Dioxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=46", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756218, "LinkedRecords": {"CID": [1119]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-37", "Name": "Tetrachloroethylene (PERC)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=48", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756220, "LinkedRecords": {"CID": [31373]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-38", "Name": "Thallium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=49", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756221, "LinkedRecords": {"CID": [5359464]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-39", "Name": "Vanadium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=50", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756222, "LinkedRecords": {"CID": [23990]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-40", "Name": "Vinyl Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=51", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756223, "LinkedRecords": {"CID": [6338]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-41", "Name": "White Phosphorus", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=52", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Metals/Elements (the simplest forms of matter)"}]}}], "ANID": 756224, "LinkedRecords": {"CID": [5462309]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-42", "Name": "Xylenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=53", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms), Volatile organic compounds"}]}}], "ANID": 756225}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-43", "Name": "Zinc", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=54", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756226, "LinkedRecords": {"CID": [23994]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-45", "Name": "Aldrin/Dieldrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=56", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756228, "LinkedRecords": {"CID": [2087, 61103, 222548, 12310947, 24860538, 92535137]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-46", "Name": "Barium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=57", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756229, "LinkedRecords": {"CID": [5355457]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-47", "Name": "Antimony", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=58", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756230, "LinkedRecords": {"CID": [5354495]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-48", "Name": "Atrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=59", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Benzidines/Aromatic amines, Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756231, "LinkedRecords": {"CID": [2256]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-49", "Name": "2-Butanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=60", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756232, "LinkedRecords": {"CID": [6569]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-50", "Name": "2-Butoxyethanol and 2-Butoxyethanol Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=61", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756233}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-51", "Name": "Chlordane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=62", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756234, "LinkedRecords": {"CID": [5993]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-52", "Name": "Chlorinated Dibenzo-p-dioxins (CDDs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=63", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Dioxins, Furans, PCBs (contain phenyl rings of carbon atoms)"}]}}], "ANID": 756235}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-53", "Name": "Cobalt", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=64", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Radionuclides (radioactive materials)"}]}}], "ANID": 756236, "LinkedRecords": {"CID": [104730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-54", "Name": "Di(2-Ethylhexyl)Phthalate (DEHP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=65", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phthalates"}]}}], "ANID": 756237, "LinkedRecords": {"CID": [8343]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-55", "Name": "Ethylbenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=66", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms), Volatile organic compounds", "Markup": [{"Start": 42, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}]}]}}], "ANID": 756238, "LinkedRecords": {"CID": [7500]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-56", "Name": "Hydrogen Sulfide Carbonyl Sulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=67", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756239, "LinkedRecords": {"CID": [402]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-57", "Name": "n-Hexane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=68", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms), Volatile organic compounds", "Markup": [{"Start": 42, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}]}]}}], "ANID": 756240, "LinkedRecords": {"CID": [8058]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-59", "Name": "Pentachlorophenol", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=70", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols, Pesticides (chemicals used for killing pests, such as rodents, insects, or plants), Phenols/phenoxy acids"}]}}], "ANID": 756242, "LinkedRecords": {"CID": [992]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-60", "Name": "Radon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=71", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Radionuclides (radioactive materials)"}]}}], "ANID": 756243, "LinkedRecords": {"CID": [24857, 61773]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-62", "Name": "Stoddard Solvent", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=73", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756245}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-63", "Name": "Styrene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=74", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756246, "LinkedRecords": {"CID": [7501]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-64", "Name": "Total Petroleum Hydrocarbons (TPH)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=75", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756247}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-65", "Name": "1,1,1-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=76", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756248, "LinkedRecords": {"CID": [6278]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-66", "Name": "Uranium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=77", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Radionuclides (radioactive materials)"}]}}], "ANID": 756249, "LinkedRecords": {"CID": [23989]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-69", "Name": "Boron", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=80", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756252, "LinkedRecords": {"CID": [5462311]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-70", "Name": "1,3-Butadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=81", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756253, "LinkedRecords": {"CID": [7845]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-71", "Name": "1,2-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=82", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756254, "LinkedRecords": {"CID": [10900, 638186, 643833]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-72", "Name": "Gasoline, Automotive", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=83", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms), Volatile organic compounds"}]}}], "ANID": 756255}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-73", "Name": "Carbon Disulfide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=84", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756256, "LinkedRecords": {"CID": [6348]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-74", "Name": "Iodine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=85", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Metals/Elements (the simplest forms of matter), Radionuclides (radioactive materials)"}]}}], "ANID": 756257, "LinkedRecords": {"CID": [807]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-75", "Name": "Ionizing Radiation", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=86", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Radionuclides (radioactive materials)"}]}}], "ANID": 756258}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-76", "Name": "Chlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=87", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756259, "LinkedRecords": {"CID": [7964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-77", "Name": "Chlorpyrifos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=88", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756260, "LinkedRecords": {"CID": [2730]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-78", "Name": "Hydrazines", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=89", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756261, "LinkedRecords": {"CID": [9321]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-79", "Name": "Diazinon", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=90", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756262, "LinkedRecords": {"CID": [3017]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-80", "Name": "Fuel Oils / Kerosene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=91", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756263}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-81", "Name": "Malathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=92", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756264, "LinkedRecords": {"CID": [4004]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-82", "Name": "Nerve Agents (GA, GB, GD, VX)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=93", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756265}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-83", "Name": "Polybrominated Biphenyls (PBBs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=94", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Dioxins, Furans, PCBs (contain phenyl rings of carbon atoms), Phenols/phenoxy acids"}]}}], "ANID": 756266}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-84", "Name": "Nitrobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=95", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756267, "LinkedRecords": {"CID": [7416]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-85", "Name": "Pyridine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=96", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Benzidines/Aromatic amines"}]}}], "ANID": 756268, "LinkedRecords": {"CID": [1049]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-86", "Name": "Silver", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=97", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756269, "LinkedRecords": {"CID": [23954]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-87", "Name": "Tin and Compounds", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=98", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756270, "LinkedRecords": {"CID": [5352426]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-88", "Name": "Toxaphene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=99", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756271, "LinkedRecords": {"CID": [5284469]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-89", "Name": "Acrolein", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=102", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756272, "LinkedRecords": {"CID": [7847]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-90", "Name": "Benzidine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=105", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Benzidines/Aromatic amines"}]}}], "ANID": 756273, "LinkedRecords": {"CID": [7111]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-91", "Name": "Cesium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=107", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Radionuclides (radioactive materials)"}]}}], "ANID": 756274, "LinkedRecords": {"CID": [5354618]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-93", "Name": "Chloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=109", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756276, "LinkedRecords": {"CID": [6327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-94", "Name": "1,2-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=110", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756277, "LinkedRecords": {"CID": [11]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-95", "Name": "Dichlorvos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=111", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756278, "LinkedRecords": {"CID": [3039]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-96", "Name": "Diethyl phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=112", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phthalates"}]}}], "ANID": 756279, "LinkedRecords": {"CID": [6781]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-97", "Name": "Endosulfan", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=113", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756280, "LinkedRecords": {"CID": [3224]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-98", "Name": "Endrin", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=114", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756281, "LinkedRecords": {"CID": [3048, 12358480, 12358497, 46174049, 71312306, 134687884]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-99", "Name": "Hexachlorobenzene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=115", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756282, "LinkedRecords": {"CID": [8370]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-101", "Name": "Methyl Parathion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=117", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756284, "LinkedRecords": {"CID": [4130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-102", "Name": "Chlordecone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=118", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756285, "LinkedRecords": {"CID": [299]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-103", "Name": "Plutonium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=119", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Radionuclides (radioactive materials)"}]}}], "ANID": 756286, "LinkedRecords": {"CID": [23940]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-104", "Name": "Strontium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=120", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Radionuclides (radioactive materials)"}]}}], "ANID": 756287, "LinkedRecords": {"CID": [5359327]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-105", "Name": "Thorium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=121", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances, Radionuclides (radioactive materials)"}]}}], "ANID": 756288, "LinkedRecords": {"CID": [23960]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-106", "Name": "Titanium Tetrachloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=122", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756289, "LinkedRecords": {"CID": [24193]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-107", "Name": "Used Mineral-based Crankcase Oil", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=123", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756290}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-108", "Name": "Vinyl Acetate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=124", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756291, "LinkedRecords": {"CID": [7904]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-110", "Name": "Dichlorobenzenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=126", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756293}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-111", "Name": "Bromodichloromethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=127", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756294, "LinkedRecords": {"CID": [6359]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-113", "Name": "1,1-Dichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=129", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756296, "LinkedRecords": {"CID": [6365]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-114", "Name": "1,1-Dichloroethene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=130", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756297, "LinkedRecords": {"CID": [6366]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-115", "Name": "1,2-Dibromoethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=131", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756298, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-116", "Name": "Dinitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=132", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phenols/phenoxy acids"}]}}], "ANID": 756299, "LinkedRecords": {"CID": [1493, 167909]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-118", "Name": "2-Hexanone", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=134", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756301, "LinkedRecords": {"CID": [11583]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-119", "Name": "Heptachlor/Heptachlor Epoxide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=135", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756302, "LinkedRecords": {"CID": [13930, 12054527, 15559699, 15559705, 15559706, 16212247, 122390596, 138394051]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-121", "Name": "Hydraulic Fluids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=141", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)", "Markup": [{"Start": 42, "Length": 8, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Hydrogen", "Type": "PubChem Internal Link", "Extra": "Element-Hydrogen"}, {"Start": 55, "Length": 6, "URL": "https://pubchem.ncbi.nlm.nih.gov/element/Carbon", "Type": "PubChem Internal Link", "Extra": "Element-Carbon"}]}]}}], "ANID": 756304, "LinkedRecords": {"CID": [91700]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-122", "Name": "Hydrogen Chloride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=147", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756305, "LinkedRecords": {"CID": [313]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-124", "Name": "Jet Fuels JP-4 and JP-7", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=149", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756307}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-125", "Name": "JP-5, JP-8, and Jet A", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=150", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Hydrocarbons (contain hydrogen and carbon atoms)"}]}}], "ANID": 756308}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-126", "Name": "Methoxychlor", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=151", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756309, "LinkedRecords": {"CID": [4115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-128", "Name": "Pyrethrins and Pyrethroids", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=153", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756311, "LinkedRecords": {"CID": [40326]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-129", "Name": "Radium", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=154", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Radionuclides (radioactive materials)"}]}}], "ANID": 756312, "LinkedRecords": {"CID": [6328144]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-130", "Name": "1,1,2-Trichloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=155", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756313, "LinkedRecords": {"CID": [6574]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-131", "Name": "1,1,2,2-Tetrachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=156", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756314, "LinkedRecords": {"CID": [6591]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-132", "Name": "Tungsten", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=157", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756315, "LinkedRecords": {"CID": [23964]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-134", "Name": "Bis(2-chloroethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=159", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756317, "LinkedRecords": {"CID": [8115]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-135", "Name": "Bromomethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=160", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756318, "LinkedRecords": {"CID": [6323]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-136", "Name": "Chloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=161", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756319, "LinkedRecords": {"CID": [6337]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-137", "Name": "1,2-Dichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=162", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756320, "LinkedRecords": {"CID": [6564]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-138", "Name": "Dichloropropenes", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=163", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756321}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-141", "Name": "1,2-Dibromo-3-Chloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=166", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756324, "LinkedRecords": {"CID": [7280]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-142", "Name": "Di-n-butyl Phthalate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=167", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phthalates"}]}}], "ANID": 756325, "LinkedRecords": {"CID": [3026]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-143", "Name": "Hexachlorobutadiene", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=168", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756326, "LinkedRecords": {"CID": [6901]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-144", "Name": "Hexachloroethane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=169", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756327, "LinkedRecords": {"CID": [6214]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-147", "Name": "Nitrophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=172", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phenols/phenoxy acids"}]}}], "ANID": 756330}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-148", "Name": "n-Nitrosodimethylamine (NDMA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=173", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756331, "LinkedRecords": {"CID": [6124]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-151", "Name": "Polybrominated Diphenyl Ethers (PBDEs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=183", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Dioxins, Furans, PCBs (contain phenyl rings of carbon atoms)"}]}}], "ANID": 756334}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-152", "Name": "Sulfur Mustard", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=184", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756335, "LinkedRecords": {"CID": [10461]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-153", "Name": "Synthetic Vitreous Fibers", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=185", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756336}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-154", "Name": "1,2,3-Trichloropropane", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=186", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756337, "LinkedRecords": {"CID": [7285]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-156", "Name": "Bis(chloromethyl) Ether", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=188", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756339, "LinkedRecords": {"CID": [10967]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-157", "Name": "Blister Agents HN-1HN-2HN-3 Nitrogen Mustards", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=189", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756340}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-158", "Name": "Blister Agents: Lewisite (L), Mustard-Lewisite Mixture (HL)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=190", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756341, "LinkedRecords": {"CID": [10923, 5372798]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-159", "Name": "Blister Agents: Sulfur Mustard Agent H/HD, Sulfur Mustard Agent HT", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=191", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756342}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-161", "Name": "Chlorfenvinphos", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=193", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756344, "LinkedRecords": {"CID": [10107, 5377784, 5377791]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-162", "Name": "Chlorodibenzofurans (CDFs)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=194", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Dioxins, Furans, PCBs (contain phenyl rings of carbon atoms)"}]}}], "ANID": 756345}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-163", "Name": "Chlorophenols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=195", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols, Phenols/phenoxy acids"}]}}], "ANID": 756346}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-164", "Name": "Cresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=196", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phenols/phenoxy acids"}]}}], "ANID": 756347}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-166", "Name": "1,2-Diphenylhydrazine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=198", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Benzidines/Aromatic amines"}]}}], "ANID": 756349, "LinkedRecords": {"CID": [31222]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-169", "Name": "DEET (N,N-diethyl-meta-toluamide)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=201", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Halogenated pesticides and related compounds"}]}}], "ANID": 756352, "LinkedRecords": {"CID": [4284]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-172", "Name": "Di-n-octylphthalate (DNOP)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=204", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phthalates"}]}}], "ANID": 756355, "LinkedRecords": {"CID": [8346]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-174", "Name": "Ethion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=206", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756357, "LinkedRecords": {"CID": [3286]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-175", "Name": "Guthion", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=207", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Organophosphates and carbamates"}]}}], "ANID": 756358, "LinkedRecords": {"CID": [2268]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-177", "Name": "4,4'-Methylenebis(2-Chloroaniline) (MBOCA)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=209", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Benzidines/Aromatic amines"}]}}], "ANID": 756360, "LinkedRecords": {"CID": [7543]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-178", "Name": "4,4'-Methylenedianiline", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=210", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Benzidines/Aromatic amines"}]}}], "ANID": 756361, "LinkedRecords": {"CID": [7577]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-179", "Name": "n-Nitrosodi-n-propylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=211", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756362, "LinkedRecords": {"CID": [12130]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-180", "Name": "n-Nitrosodiphenylamine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=212", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Nitrosamines/ethers/alcohols"}]}}], "ANID": 756363, "LinkedRecords": {"CID": [6838]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-181", "Name": "Phosgene Oxime", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=213", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756364, "LinkedRecords": {"CID": [65582]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-182", "Name": "Phosphine", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=214", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Warfare and Terrorism Agents (used in acts of war or terror)"}]}}], "ANID": 756365, "LinkedRecords": {"CID": [24404]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-183", "Name": "Selenium Hexafluoride", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=215", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756366, "LinkedRecords": {"CID": [24558]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-185", "Name": "Dinitrocresols", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=218", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Phenols/phenoxy acids"}]}}], "ANID": 756368, "LinkedRecords": {"CID": [10800]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-193", "Name": "Hydrogen Cyanide (HCN)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=249", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756376}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-194", "Name": "Hydrogen Fluoride (HF)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=250", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756377, "LinkedRecords": {"CID": [14917]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-195", "Name": "Ethylene Dibromide", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=251", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Volatile organic compounds"}]}}], "ANID": 756378, "LinkedRecords": {"CID": [7839]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-203", "Name": "2,4-Dichlorophenoxyacetic Acid (2,4-D)", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=288", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 756386, "LinkedRecords": {"CID": [1486]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-204", "Name": "Molybdenum", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=289", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Metals/Elements (the simplest forms of matter)"}]}}], "ANID": 756387, "LinkedRecords": {"CID": [23932]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-205", "Name": "Silica", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=290", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Inorganic substances"}]}}], "ANID": 756388, "LinkedRecords": {"CID": [24261]}}, {"SourceName": "Agency for Toxic Substances and Disease Registry (ATSDR)", "SourceID": "tsp-207", "Name": "Glyphosate", "Description": "ATSDR, the Agency for Toxic Substances and Disease Registry under CDC,is a federal public health agency of the U.S. Department of Health and Human Services. The Toxic Substances Portal at ATSDR provides toxicological information for hazardous chemical substances in the National Priorities List (NPL). Toxicological Profiles (Tox Profiles) are a unique compilation of toxicological information on a given hazardous substance. Each peer-reviewed Tox Profile reflects a comprehensive and extensive evaluation, summary, and interpretation of available toxicological and epidemiological information on a substance.", "URL": "https://wwwn.cdc.gov/TSP/substances/ToxSubstance.aspx?toxid=293", "LicenseNote": "The information provided using CDC Web site is only intended to be general summary information to the public. It is not intended to take the place of either the written law or regulations.", "LicenseURL": "https://www.cdc.gov/Other/disclaimer.html", "Data": [{"TOCHeading": {"type": "Compound", "#TOCHeading": "Use Classification"}, "Value": {"StringWithMarkup": [{"String": "Chemical Classes -> Pesticides (chemicals used for killing pests, such as rodents, insects, or plants)"}]}}], "ANID": 5134347, "LinkedRecords": {"CID": [3496]}}] \ No newline at end of file diff --git a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/annotations.json b/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/annotations.json deleted file mode 100644 index f635c6c..0000000 --- a/stages/cache/01_download/Agency for Toxic Substances and Disease Registry (ATSDR)/annotations.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Hazards Summary", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Target Organs", - "Type": "Compound" - }, - { - "Heading": "Toxicological Information", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Alliance of Genome Resources/annotations.json b/stages/cache/01_download/Alliance of Genome Resources/annotations.json deleted file mode 100644 index a396ae9..0000000 --- a/stages/cache/01_download/Alliance of Genome Resources/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Alliance Gene ID", - "Type": "Gene" - }, - { - "Heading": "Record Description", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Athena Minerals/annotations.json b/stages/cache/01_download/Athena Minerals/annotations.json deleted file mode 100644 index b875bd5..0000000 --- a/stages/cache/01_download/Athena Minerals/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Minerals", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Atomic Mass Data Center (AMDC), International Atomic Energy Agency (IAEA)/annotations.json b/stages/cache/01_download/Atomic Mass Data Center (AMDC), International Atomic Energy Agency (IAEA)/annotations.json deleted file mode 100644 index db55d6c..0000000 --- a/stages/cache/01_download/Atomic Mass Data Center (AMDC), International Atomic Energy Agency (IAEA)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Atomic Mass, Half Life, and Decay", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/Australian Industrial Chemicals Introduction Scheme (AICIS)/annotations.json b/stages/cache/01_download/Australian Industrial Chemicals Introduction Scheme (AICIS)/annotations.json deleted file mode 100644 index f7b7845..0000000 --- a/stages/cache/01_download/Australian Industrial Chemicals Introduction Scheme (AICIS)/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Molecular Formula", - "Type": "Compound" - }, - { - "Heading": "Other Safety Information", - "Type": "Compound" - }, - { - "Heading": "Regulatory Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/BRENDA_ Enzyme Functional Data/annotations.json b/stages/cache/01_download/BRENDA_ Enzyme Functional Data/annotations.json deleted file mode 100644 index d4d91bc..0000000 --- a/stages/cache/01_download/BRENDA_ Enzyme Functional Data/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "BRENDA EC Number", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill/annotations.json b/stages/cache/01_download/Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill/annotations.json deleted file mode 100644 index cc2ae2b..0000000 --- a/stages/cache/01_download/Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical Classes", - "Type": "Compound" - }, - { - "Heading": "Collision Cross Section", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/BindingDB/annotations.json b/stages/cache/01_download/BindingDB/annotations.json deleted file mode 100644 index 87fcb4c..0000000 --- a/stages/cache/01_download/BindingDB/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/BioAssay Research Database (BARD)/annotations.json b/stages/cache/01_download/BioAssay Research Database (BARD)/annotations.json deleted file mode 100644 index 7122d71..0000000 --- a/stages/cache/01_download/BioAssay Research Database (BARD)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "BioAssay Annotations", - "Type": "Assay" - } - ] - } -} diff --git a/stages/cache/01_download/BioGRID/annotations.json b/stages/cache/01_download/BioGRID/annotations.json deleted file mode 100644 index fb76591..0000000 --- a/stages/cache/01_download/BioGRID/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Interactions", - "Type": "Gene" - }, - { - "Heading": "Interactions", - "Type": "Protein" - }, - { - "Heading": "Target Interactions", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/Burnham Center for Chemical Genomics/annotations.json b/stages/cache/01_download/Burnham Center for Chemical Genomics/annotations.json deleted file mode 100644 index 4908f36..0000000 --- a/stages/cache/01_download/Burnham Center for Chemical Genomics/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Solubility", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/CAMEO Chemicals/annotations.json b/stages/cache/01_download/CAMEO Chemicals/annotations.json deleted file mode 100644 index f2b4c54..0000000 --- a/stages/cache/01_download/CAMEO Chemicals/annotations.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Air and Water Reactions", - "Type": "Compound" - }, - { - "Heading": "Autoignition Temperature", - "Type": "Compound" - }, - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "DOT Label", - "Type": "Compound" - }, - { - "Heading": "Density", - "Type": "Compound" - }, - { - "Heading": "Fire Fighting", - "Type": "Compound" - }, - { - "Heading": "Fire Hazards", - "Type": "Compound" - }, - { - "Heading": "First Aid", - "Type": "Compound" - }, - { - "Heading": "Flash Point", - "Type": "Compound" - }, - { - "Heading": "Health Hazards", - "Type": "Compound" - }, - { - "Heading": "Immediately Dangerous to Life or Health (IDLH)", - "Type": "Compound" - }, - { - "Heading": "Isolation and Evacuation", - "Type": "Compound" - }, - { - "Heading": "Lower Explosive Limit (LEL)", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Molecular Formula", - "Type": "Compound" - }, - { - "Heading": "Nonfire Spill Response", - "Type": "Compound" - }, - { - "Heading": "Personal Protective Equipment (PPE)", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Reactive Group", - "Type": "Compound" - }, - { - "Heading": "Reactivity Alerts", - "Type": "Compound" - }, - { - "Heading": "Reactivity Profile", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "UN Number", - "Type": "Compound" - }, - { - "Heading": "Upper Explosive Limit (UEL)", - "Type": "Compound" - }, - { - "Heading": "Vapor Density", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/CAS Common Chemistry/annotations.json b/stages/cache/01_download/CAS Common Chemistry/annotations.json deleted file mode 100644 index 0382103..0000000 --- a/stages/cache/01_download/CAS Common Chemistry/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Related CAS", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/CCSbase/annotations.json b/stages/cache/01_download/CCSbase/annotations.json deleted file mode 100644 index 9d4fe22..0000000 --- a/stages/cache/01_download/CCSbase/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Collision Cross Section", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/COVID-19 Disease Map/annotations.json b/stages/cache/01_download/COVID-19 Disease Map/annotations.json deleted file mode 100644 index ea66b79..0000000 --- a/stages/cache/01_download/COVID-19 Disease Map/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Creators", - "Type": "Pathway" - }, - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/Catalogue of Life (COL)/annotations.json b/stages/cache/01_download/Catalogue of Life (COL)/annotations.json deleted file mode 100644 index b9d12cf..0000000 --- a/stages/cache/01_download/Catalogue of Life (COL)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "COL ID", - "Type": "Taxonomy" - }, - { - "Heading": "Synonyms", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/Cell Line Ontology (CLO)/annotations.json b/stages/cache/01_download/Cell Line Ontology (CLO)/annotations.json deleted file mode 100644 index ac3c7b9..0000000 --- a/stages/cache/01_download/Cell Line Ontology (CLO)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Cell Line Ontology ID", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/Cell Ontology (CL)/annotations.json b/stages/cache/01_download/Cell Ontology (CL)/annotations.json deleted file mode 100644 index 694765a..0000000 --- a/stages/cache/01_download/Cell Ontology (CL)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Cell Ontology ID", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/ChEBI/annotations.json b/stages/cache/01_download/ChEBI/annotations.json deleted file mode 100644 index 04c8daa..0000000 --- a/stages/cache/01_download/ChEBI/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "ChEBI ID", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/ChEMBL/annotations.json b/stages/cache/01_download/ChEMBL/annotations.json deleted file mode 100644 index d4241b1..0000000 --- a/stages/cache/01_download/ChEMBL/annotations.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "BioAssay Annotations", - "Type": "Assay" - }, - { - "Heading": "Biochemical Reactions", - "Type": "Gene" - }, - { - "Heading": "Biochemical Reactions", - "Type": "Protein" - }, - { - "Heading": "Cell Line Ontology ID", - "Type": "Cell" - }, - { - "Heading": "Cell Ontology ID", - "Type": "Cell" - }, - { - "Heading": "Cellosaurus ID", - "Type": "Cell" - }, - { - "Heading": "ChEMBL Cell Line ID", - "Type": "Cell" - }, - { - "Heading": "ChEMBL ID", - "Type": "Compound" - }, - { - "Heading": "ChEMBL Target ID", - "Type": "Protein" - }, - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Dissociation Constants", - "Type": "Compound" - }, - { - "Heading": "Experimental Factor Ontology ID", - "Type": "Cell" - }, - { - "Heading": "LINCS ID", - "Type": "Cell" - }, - { - "Heading": "Transformations", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/ChemIDplus/annotations.json b/stages/cache/01_download/ChemIDplus/annotations.json deleted file mode 100644 index 6191a32..0000000 --- a/stages/cache/01_download/ChemIDplus/annotations.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Acute Effects", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Classification Codes", - "Type": "Compound" - }, - { - "Heading": "Deprecated CAS", - "Type": "Compound" - }, - { - "Heading": "NLM Resources (File Locators)", - "Type": "Compound" - }, - { - "Heading": "Names and Synonyms", - "Type": "Compound" - }, - { - "Heading": "Other Resources (Internet Locators)", - "Type": "Compound" - }, - { - "Heading": "Regulatory Agencies (Superlist Locators)", - "Type": "Compound" - }, - { - "Heading": "Related CAS", - "Type": "Compound" - }, - { - "Heading": "Substance Title", - "Type": "Compound" - }, - { - "Heading": "Superlist Classification Codes", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Chemical Probes Portal/annotations.json b/stages/cache/01_download/Chemical Probes Portal/annotations.json deleted file mode 100644 index 87fcb4c..0000000 --- a/stages/cache/01_download/Chemical Probes Portal/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/ClinicalTrials.gov/annotations.json b/stages/cache/01_download/ClinicalTrials.gov/annotations.json deleted file mode 100644 index 25ec939..0000000 --- a/stages/cache/01_download/ClinicalTrials.gov/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "ClinicalTrials.gov", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Comparative Toxicogenomics Database (CTD)/annotations.json b/stages/cache/01_download/Comparative Toxicogenomics Database (CTD)/annotations.json deleted file mode 100644 index 9b23631..0000000 --- a/stages/cache/01_download/Comparative Toxicogenomics Database (CTD)/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Associated Disorders and Diseases", - "Type": "Compound" - }, - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Gene-Disease Associations", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Consumer Product Information Database (CPID)/annotations.json b/stages/cache/01_download/Consumer Product Information Database (CPID)/annotations.json deleted file mode 100644 index c95dea0..0000000 --- a/stages/cache/01_download/Consumer Product Information Database (CPID)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Household Products", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Cosmetic Ingredient Review (CIR)/annotations.json b/stages/cache/01_download/Cosmetic Ingredient Review (CIR)/annotations.json deleted file mode 100644 index d06ec92..0000000 --- a/stages/cache/01_download/Cosmetic Ingredient Review (CIR)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Cosmetics", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Crystallography Open Database (COD)/annotations.json b/stages/cache/01_download/Crystallography Open Database (COD)/annotations.json deleted file mode 100644 index 2d1e37b..0000000 --- a/stages/cache/01_download/Crystallography Open Database (COD)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Associated Article", - "Type": "Compound" - }, - { - "Heading": "COD Number", - "Type": "Compound" - }, - { - "Heading": "Crystal Structure Data", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/DTP_NCI/annotations.json b/stages/cache/01_download/DTP_NCI/annotations.json deleted file mode 100644 index 2ad4046..0000000 --- a/stages/cache/01_download/DTP_NCI/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "NSC Number", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/DailyMed/annotations.json b/stages/cache/01_download/DailyMed/annotations.json deleted file mode 100644 index 6c09ce0..0000000 --- a/stages/cache/01_download/DailyMed/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Drug Labels", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Database of Interacting Proteins (DIP)/annotations.json b/stages/cache/01_download/Database of Interacting Proteins (DIP)/annotations.json deleted file mode 100644 index d3e757a..0000000 --- a/stages/cache/01_download/Database of Interacting Proteins (DIP)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Interactions", - "Type": "Gene" - }, - { - "Heading": "Protein-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Target Interactions", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/Dependency Map (DepMap)/annotations.json b/stages/cache/01_download/Dependency Map (DepMap)/annotations.json deleted file mode 100644 index 1ba454b..0000000 --- a/stages/cache/01_download/Dependency Map (DepMap)/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Cell Lines", - "Type": "Gene" - }, - { - "Heading": "Cellosaurus ID", - "Type": "Cell" - }, - { - "Heading": "DepMap ID", - "Type": "Cell" - }, - { - "Heading": "Genes", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/Drug Database, Clinicalinfo.hiv.gov/annotations.json b/stages/cache/01_download/Drug Database, Clinicalinfo.hiv.gov/annotations.json deleted file mode 100644 index b7aa45f..0000000 --- a/stages/cache/01_download/Drug Database, Clinicalinfo.hiv.gov/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "HIV/AIDS and Opportunistic Infection Drugs", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Drug Enforcement Administration (DEA)/annotations.json b/stages/cache/01_download/Drug Enforcement Administration (DEA)/annotations.json deleted file mode 100644 index 55aa368..0000000 --- a/stages/cache/01_download/Drug Enforcement Administration (DEA)/annotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "DEA Code Number", - "Type": "Compound" - }, - { - "Heading": "DEA Controlled Substances", - "Type": "Compound" - }, - { - "Heading": "DEA Drug Facts", - "Type": "Compound" - }, - { - "Heading": "DEA Drug and Chemical Information", - "Type": "Compound" - }, - { - "Heading": "DEA Listed Chemicals", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Regulatory Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Drug Gene Interaction database (DGIdb)/annotations.json b/stages/cache/01_download/Drug Gene Interaction database (DGIdb)/annotations.json deleted file mode 100644 index 9588cf9..0000000 --- a/stages/cache/01_download/Drug Gene Interaction database (DGIdb)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Drug Induced Liver Injury Rank (DILIrank) Dataset/annotations.json b/stages/cache/01_download/Drug Induced Liver Injury Rank (DILIrank) Dataset/annotations.json deleted file mode 100644 index 21bdafe..0000000 --- a/stages/cache/01_download/Drug Induced Liver Injury Rank (DILIrank) Dataset/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Drug Induced Liver Injury", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/DrugBank/annotations.json b/stages/cache/01_download/DrugBank/annotations.json deleted file mode 100644 index 847f4b2..0000000 --- a/stages/cache/01_download/DrugBank/annotations.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Absorption, Distribution and Excretion", - "Type": "Compound" - }, - { - "Heading": "Biological Half-Life", - "Type": "Compound" - }, - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Caco2 Permeability", - "Type": "Compound" - }, - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Dissociation Constants", - "Type": "Compound" - }, - { - "Heading": "Drug Indication", - "Type": "Compound" - }, - { - "Heading": "Drug-Drug Interactions", - "Type": "Compound" - }, - { - "Heading": "Drug-Food Interactions", - "Type": "Compound" - }, - { - "Heading": "DrugBank ID", - "Type": "Compound" - }, - { - "Heading": "DrugBank Target ID", - "Type": "Protein" - }, - { - "Heading": "Hydrophobicity", - "Type": "Compound" - }, - { - "Heading": "Isoelectric Point", - "Type": "Compound" - }, - { - "Heading": "LogP", - "Type": "Compound" - }, - { - "Heading": "LogS", - "Type": "Compound" - }, - { - "Heading": "Mechanism of Action", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Metabolism/Metabolites", - "Type": "Compound" - }, - { - "Heading": "Patents", - "Type": "Compound" - }, - { - "Heading": "Pharmacodynamics", - "Type": "Compound" - }, - { - "Heading": "Protein Binding", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Drugs and Lactation Database (LactMed)/annotations.json b/stages/cache/01_download/Drugs and Lactation Database (LactMed)/annotations.json deleted file mode 100644 index c37a4f5..0000000 --- a/stages/cache/01_download/Drugs and Lactation Database (LactMed)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Effects During Pregnancy and Lactation", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Drugs@FDA/annotations.json b/stages/cache/01_download/Drugs@FDA/annotations.json deleted file mode 100644 index 17337b9..0000000 --- a/stages/cache/01_download/Drugs@FDA/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FDA Approved Drugs", - "Type": "Compound" - }, - { - "Heading": "Human Drugs", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/E. coli Metabolome Database (ECMDB)/annotations.json b/stages/cache/01_download/E. coli Metabolome Database (ECMDB)/annotations.json deleted file mode 100644 index 42e90f2..0000000 --- a/stages/cache/01_download/E. coli Metabolome Database (ECMDB)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Metabolites", - "Type": "Taxonomy" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/ECI Group, LCSB, University of Luxembourg/annotations.json b/stages/cache/01_download/ECI Group, LCSB, University of Luxembourg/annotations.json deleted file mode 100644 index f0a138c..0000000 --- a/stages/cache/01_download/ECI Group, LCSB, University of Luxembourg/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Metabolites", - "Type": "Taxonomy" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Acute Exposure Guideline Levels (AEGLs)/annotations.json b/stages/cache/01_download/EPA Acute Exposure Guideline Levels (AEGLs)/annotations.json deleted file mode 100644 index 320ae56..0000000 --- a/stages/cache/01_download/EPA Acute Exposure Guideline Levels (AEGLs)/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "AEGLs Notes", - "Type": "Compound" - }, - { - "Heading": "AEGLs Table", - "Type": "Compound" - }, - { - "Heading": "Acute Exposure Guideline Levels (AEGLs)", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Air Toxics/annotations.json b/stages/cache/01_download/EPA Air Toxics/annotations.json deleted file mode 100644 index 26fc5fc..0000000 --- a/stages/cache/01_download/EPA Air Toxics/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Hazards Summary", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Chemical Data Reporting (CDR)/annotations.json b/stages/cache/01_download/EPA Chemical Data Reporting (CDR)/annotations.json deleted file mode 100644 index d5ec378..0000000 --- a/stages/cache/01_download/EPA Chemical Data Reporting (CDR)/annotations.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Consumer Uses", - "Type": "Compound" - }, - { - "Heading": "General Manufacturing Information", - "Type": "Compound" - }, - { - "Heading": "Industry Uses", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "U.S. Production", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Chemical and Products Database (CPDat)/annotations.json b/stages/cache/01_download/EPA Chemical and Products Database (CPDat)/annotations.json deleted file mode 100644 index 92c1f42..0000000 --- a/stages/cache/01_download/EPA Chemical and Products Database (CPDat)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Chemicals under the TSCA/annotations.json b/stages/cache/01_download/EPA Chemicals under the TSCA/annotations.json deleted file mode 100644 index 346b3d2..0000000 --- a/stages/cache/01_download/EPA Chemicals under the TSCA/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Deprecated CAS", - "Type": "Compound" - }, - { - "Heading": "General Manufacturing Information", - "Type": "Compound" - }, - { - "Heading": "UVCB", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA DSSTox/annotations.json b/stages/cache/01_download/EPA DSSTox/annotations.json deleted file mode 100644 index d790519..0000000 --- a/stages/cache/01_download/EPA DSSTox/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "DSSTox Substance ID", - "Type": "Compound" - }, - { - "Heading": "Deprecated CAS", - "Type": "Compound" - }, - { - "Heading": "UVCB", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Integrated Risk Information System (IRIS)/annotations.json b/stages/cache/01_download/EPA Integrated Risk Information System (IRIS)/annotations.json deleted file mode 100644 index 10e9cd0..0000000 --- a/stages/cache/01_download/EPA Integrated Risk Information System (IRIS)/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Cancer Sites", - "Type": "Compound" - }, - { - "Heading": "EPA IRIS Information", - "Type": "Compound" - }, - { - "Heading": "Target Organs", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Pesticide Ecotoxicity Database/annotations.json b/stages/cache/01_download/EPA Pesticide Ecotoxicity Database/annotations.json deleted file mode 100644 index fa33f8b..0000000 --- a/stages/cache/01_download/EPA Pesticide Ecotoxicity Database/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Agrochemical Category", - "Type": "Compound" - }, - { - "Heading": "EPA Ecotoxicity", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs)/annotations.json b/stages/cache/01_download/EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs)/annotations.json deleted file mode 100644 index dd3feaf..0000000 --- a/stages/cache/01_download/EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "EPA Provisional Peer-Reviewed Toxicity Values", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites/annotations.json b/stages/cache/01_download/EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites/annotations.json deleted file mode 100644 index 2f74447..0000000 --- a/stages/cache/01_download/EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Hazard Quotient Level 0.1 or Cancer Risk Level 1E-06", - "Type": "Compound" - }, - { - "Heading": "Hazard Quotient Level 3 or Cancer Risk Level 1E-04", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EPA Safer Choice/annotations.json b/stages/cache/01_download/EPA Safer Choice/annotations.json deleted file mode 100644 index 03b66a2..0000000 --- a/stages/cache/01_download/EPA Safer Choice/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "EPA Safer Chemical", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EU Clinical Trials Register/annotations.json b/stages/cache/01_download/EU Clinical Trials Register/annotations.json deleted file mode 100644 index 40f9f6c..0000000 --- a/stages/cache/01_download/EU Clinical Trials Register/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "EU Clinical Trials Register", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EU Food Improvement Agents/annotations.json b/stages/cache/01_download/EU Food Improvement Agents/annotations.json deleted file mode 100644 index f14b894..0000000 --- a/stages/cache/01_download/EU Food Improvement Agents/annotations.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Acid Value", - "Type": "Compound" - }, - { - "Heading": "European Community (EC) Number", - "Type": "Compound" - }, - { - "Heading": "Food Additive Classes", - "Type": "Compound" - }, - { - "Heading": "Food Additive Definition", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Molecular Formula", - "Type": "Compound" - }, - { - "Heading": "Optical Rotation", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Refractive Index", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "UV Spectra", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - }, - { - "Heading": "Viscosity", - "Type": "Compound" - }, - { - "Heading": "pH", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/EU Pesticides Database/annotations.json b/stages/cache/01_download/EU Pesticides Database/annotations.json deleted file mode 100644 index 341c2f4..0000000 --- a/stages/cache/01_download/EU Pesticides Database/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Agrochemical Category", - "Type": "Compound" - }, - { - "Heading": "EU Pesticides Data", - "Type": "Compound" - }, - { - "Heading": "Pesticides", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Emergency Response Guidebook (ERG)/annotations.json b/stages/cache/01_download/Emergency Response Guidebook (ERG)/annotations.json deleted file mode 100644 index 9970735..0000000 --- a/stages/cache/01_download/Emergency Response Guidebook (ERG)/annotations.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Accidental Release Measures", - "Type": "Compound" - }, - { - "Heading": "Emergency Response Planning Guidelines", - "Type": "Compound" - }, - { - "Heading": "Exposure Control and Personal Protection", - "Type": "Compound" - }, - { - "Heading": "Fire Hazards", - "Type": "Compound" - }, - { - "Heading": "First Aid", - "Type": "Compound" - }, - { - "Heading": "Hazards Identification", - "Type": "Compound" - }, - { - "Heading": "Health Hazards", - "Type": "Compound" - }, - { - "Heading": "Isolation and Evacuation", - "Type": "Compound" - }, - { - "Heading": "Toxic-by-Inhalation (TIH) Gas", - "Type": "Compound" - }, - { - "Heading": "UN Number", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Encyclopedia of Life (EOL)/annotations.json b/stages/cache/01_download/Encyclopedia of Life (EOL)/annotations.json deleted file mode 100644 index a876327..0000000 --- a/stages/cache/01_download/Encyclopedia of Life (EOL)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "EOL Page ID", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/European Chemicals Agency (ECHA)/annotations.json b/stages/cache/01_download/European Chemicals Agency (ECHA)/annotations.json deleted file mode 100644 index 1ce87e5..0000000 --- a/stages/cache/01_download/European Chemicals Agency (ECHA)/annotations.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "European Community (EC) Number", - "Type": "Compound" - }, - { - "Heading": "GHS Classification", - "Type": "Compound" - }, - { - "Heading": "Hazard Classes and Categories", - "Type": "Compound" - }, - { - "Heading": "Regulatory Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/European Medicines Agency (EMA)/annotations.json b/stages/cache/01_download/European Medicines Agency (EMA)/annotations.json deleted file mode 100644 index 56bbcb2..0000000 --- a/stages/cache/01_download/European Medicines Agency (EMA)/annotations.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "ATC Code", - "Type": "Compound" - }, - { - "Heading": "Animal Drugs", - "Type": "Compound" - }, - { - "Heading": "Drug Indication", - "Type": "Compound" - }, - { - "Heading": "EMA Drug Information", - "Type": "Compound" - }, - { - "Heading": "Human Drugs", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Approved Animal Drug Products (Green Book)/annotations.json b/stages/cache/01_download/FDA Approved Animal Drug Products (Green Book)/annotations.json deleted file mode 100644 index 04f08d2..0000000 --- a/stages/cache/01_download/FDA Approved Animal Drug Products (Green Book)/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Animal Drugs", - "Type": "Compound" - }, - { - "Heading": "FDA Green Book", - "Type": "Compound" - }, - { - "Heading": "FDA Green Book Patents", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Center for Food Safety and Applied Nutrition (CFSAN)/annotations.json b/stages/cache/01_download/FDA Center for Food Safety and Applied Nutrition (CFSAN)/annotations.json deleted file mode 100644 index 2ed4f07..0000000 --- a/stages/cache/01_download/FDA Center for Food Safety and Applied Nutrition (CFSAN)/annotations.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Color Additive Status", - "Type": "Compound" - }, - { - "Heading": "FCN Number", - "Type": "Compound" - }, - { - "Heading": "FDA Generally Recognized as Safe - GRAS Notices", - "Type": "Compound" - }, - { - "Heading": "FDA Indirect Additives used in Food Contact Substances", - "Type": "Compound" - }, - { - "Heading": "FDA Inventory of Effective Food Contact Substance Notifications - FCN", - "Type": "Compound" - }, - { - "Heading": "FDA Substances Added to Food", - "Type": "Compound" - }, - { - "Heading": "Food Additive Status", - "Type": "Compound" - }, - { - "Heading": "Food Additives", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Global Substance Registration System (GSRS)/annotations.json b/stages/cache/01_download/FDA Global Substance Registration System (GSRS)/annotations.json deleted file mode 100644 index 8c446ac..0000000 --- a/stages/cache/01_download/FDA Global Substance Registration System (GSRS)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Deprecated CAS", - "Type": "Compound" - }, - { - "Heading": "UNII", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Medication Guides/annotations.json b/stages/cache/01_download/FDA Medication Guides/annotations.json deleted file mode 100644 index 4cc7cb9..0000000 --- a/stages/cache/01_download/FDA Medication Guides/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FDA Medication Guides", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Orange Book/annotations.json b/stages/cache/01_download/FDA Orange Book/annotations.json deleted file mode 100644 index 9102260..0000000 --- a/stages/cache/01_download/FDA Orange Book/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FDA Orange Book", - "Type": "Compound" - }, - { - "Heading": "FDA Orange Book Patents", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Pharm Classes/annotations.json b/stages/cache/01_download/FDA Pharm Classes/annotations.json deleted file mode 100644 index 0aca06d..0000000 --- a/stages/cache/01_download/FDA Pharm Classes/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FDA Pharmacological Classification", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FDA Purple Book/annotations.json b/stages/cache/01_download/FDA Purple Book/annotations.json deleted file mode 100644 index 76bfce4..0000000 --- a/stages/cache/01_download/FDA Purple Book/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FDA Purple Book", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Flavor and Extract Manufacturers Association (FEMA)/annotations.json b/stages/cache/01_download/Flavor and Extract Manufacturers Association (FEMA)/annotations.json deleted file mode 100644 index 0d64899..0000000 --- a/stages/cache/01_download/Flavor and Extract Manufacturers Association (FEMA)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FEMA Flavor Profile", - "Type": "Compound" - }, - { - "Heading": "FEMA Number", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/FlyBase/annotations.json b/stages/cache/01_download/FlyBase/annotations.json deleted file mode 100644 index da76cf6..0000000 --- a/stages/cache/01_download/FlyBase/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "FlyBase ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/FooDB/annotations.json b/stages/cache/01_download/FooDB/annotations.json deleted file mode 100644 index 1c952aa..0000000 --- a/stages/cache/01_download/FooDB/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Associated Foods", - "Type": "Compound" - }, - { - "Heading": "Food Compounds", - "Type": "Taxonomy" - }, - { - "Heading": "Record Description", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/Gene Curation Coalition (GenCC)/annotations.json b/stages/cache/01_download/Gene Curation Coalition (GenCC)/annotations.json deleted file mode 100644 index 921d60d..0000000 --- a/stages/cache/01_download/Gene Curation Coalition (GenCC)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GenCC ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Genomics of Drug Sensitivity in Cancer (GDSC)/annotations.json b/stages/cache/01_download/Genomics of Drug Sensitivity in Cancer (GDSC)/annotations.json deleted file mode 100644 index 85f0914..0000000 --- a/stages/cache/01_download/Genomics of Drug Sensitivity in Cancer (GDSC)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Drug Sensitivity", - "Type": "Cell" - }, - { - "Heading": "GDSC", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/GlyConnect/annotations.json b/stages/cache/01_download/GlyConnect/annotations.json deleted file mode 100644 index 7767a89..0000000 --- a/stages/cache/01_download/GlyConnect/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GlyConnect Cell Line", - "Type": "Cell" - }, - { - "Heading": "GlyConnect Protein", - "Type": "Protein" - }, - { - "Heading": "GlyConnect Structure", - "Type": "Compound" - }, - { - "Heading": "GlyConnect Taxonomy", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/GlyCosmos Glycoscience Portal/annotations.json b/stages/cache/01_download/GlyCosmos Glycoscience Portal/annotations.json deleted file mode 100644 index 4f5284c..0000000 --- a/stages/cache/01_download/GlyCosmos Glycoscience Portal/annotations.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Gene-Disease Associations", - "Type": "Gene" - }, - { - "Heading": "GlyCosmos Gene", - "Type": "Gene" - }, - { - "Heading": "GlyCosmos Monoisotopic Mass", - "Type": "Compound" - }, - { - "Heading": "GlyCosmos Protein", - "Type": "Protein" - }, - { - "Heading": "GlyCosmos Species", - "Type": "Compound" - }, - { - "Heading": "GlyCosmos Subsumption", - "Type": "Compound" - }, - { - "Heading": "GlyCosmos Tissue/Organ", - "Type": "Compound" - }, - { - "Heading": "GlyTouCan Accession", - "Type": "Compound" - }, - { - "Heading": "Glycans", - "Type": "Pathway" - }, - { - "Heading": "Glycans", - "Type": "Taxonomy" - }, - { - "Heading": "GlycoGenes", - "Type": "Pathway" - }, - { - "Heading": "GlycoPathways", - "Type": "Pathway" - }, - { - "Heading": "GlycoProteins", - "Type": "Pathway" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/GlyGen/annotations.json b/stages/cache/01_download/GlyGen/annotations.json deleted file mode 100644 index 1d66792..0000000 --- a/stages/cache/01_download/GlyGen/annotations.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GlyGen Classification", - "Type": "Compound" - }, - { - "Heading": "GlyGen Motifs", - "Type": "Compound" - }, - { - "Heading": "GlyGen Protein", - "Type": "Protein" - }, - { - "Heading": "Glycosylation", - "Type": "Protein" - }, - { - "Heading": "Monosaccharide Composition", - "Type": "Compound" - }, - { - "Heading": "Permethylated Mass", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/GlyTouCan Project/annotations.json b/stages/cache/01_download/GlyTouCan Project/annotations.json deleted file mode 100644 index 6bf62be..0000000 --- a/stages/cache/01_download/GlyTouCan Project/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Biologic Line Notation", - "Type": "Compound" - }, - { - "Heading": "GlyTouCan Accession", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/GlycoNAVI/annotations.json b/stages/cache/01_download/GlycoNAVI/annotations.json deleted file mode 100644 index 767271a..0000000 --- a/stages/cache/01_download/GlycoNAVI/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GlyTouCan Accession", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/HUGO Gene Nomenclature Committee (HGNC)/annotations.json b/stages/cache/01_download/HUGO Gene Nomenclature Committee (HGNC)/annotations.json deleted file mode 100644 index 9a12759..0000000 --- a/stages/cache/01_download/HUGO Gene Nomenclature Committee (HGNC)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Gene Family", - "Type": "Gene" - }, - { - "Heading": "HGNC ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Handbook of Mineralogy/annotations.json b/stages/cache/01_download/Handbook of Mineralogy/annotations.json deleted file mode 100644 index b875bd5..0000000 --- a/stages/cache/01_download/Handbook of Mineralogy/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Minerals", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Harvard Medical School (HMS) LINCS/annotations.json b/stages/cache/01_download/Harvard Medical School (HMS) LINCS/annotations.json deleted file mode 100644 index 53e2b46..0000000 --- a/stages/cache/01_download/Harvard Medical School (HMS) LINCS/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Cell Type", - "Type": "Cell" - }, - { - "Heading": "Diseases", - "Type": "Cell" - }, - { - "Heading": "HMS LINCS ID", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/Haz-Map, Information on Hazardous Chemicals and Occupational Diseases/annotations.json b/stages/cache/01_download/Haz-Map, Information on Hazardous Chemicals and Occupational Diseases/annotations.json deleted file mode 100644 index a4e4e2d..0000000 --- a/stages/cache/01_download/Haz-Map, Information on Hazardous Chemicals and Occupational Diseases/annotations.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Adverse Effects", - "Type": "Compound" - }, - { - "Heading": "Associated Disorders and Diseases", - "Type": "Compound" - }, - { - "Heading": "Biological Half-Life", - "Type": "Compound" - }, - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "Chemical Classes", - "Type": "Compound" - }, - { - "Heading": "Emergency Response Planning Guidelines", - "Type": "Compound" - }, - { - "Heading": "Exposure Control and Personal Protection", - "Type": "Compound" - }, - { - "Heading": "Flash Point", - "Type": "Compound" - }, - { - "Heading": "Hazards Summary", - "Type": "Compound" - }, - { - "Heading": "Immediately Dangerous to Life or Health (IDLH)", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Odor Threshold", - "Type": "Compound" - }, - { - "Heading": "Permissible Exposure Limit (PEL)", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Threshold Limit Values (TLV)", - "Type": "Compound" - }, - { - "Heading": "Toxicity Data", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Hazardous Chemical Information System (HCIS), Safe Work Australia/annotations.json b/stages/cache/01_download/Hazardous Chemical Information System (HCIS), Safe Work Australia/annotations.json deleted file mode 100644 index 141d7ea..0000000 --- a/stages/cache/01_download/Hazardous Chemical Information System (HCIS), Safe Work Australia/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GHS Classification", - "Type": "Compound" - }, - { - "Heading": "Hazard Classes and Categories", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Hazardous Substances Data Bank (HSDB)/annotations.json b/stages/cache/01_download/Hazardous Substances Data Bank (HSDB)/annotations.json deleted file mode 100644 index ac27e63..0000000 --- a/stages/cache/01_download/Hazardous Substances Data Bank (HSDB)/annotations.json +++ /dev/null @@ -1,990 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "13C NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1D NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1H NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "Absorption, Distribution and Excretion", - "Type": "Compound" - }, - { - "Heading": "Absorption, Distribution and Excretion (Complete)", - "Type": "Compound" - }, - { - "Heading": "Acceptable Daily Intakes", - "Type": "Compound" - }, - { - "Heading": "Acceptable Daily Intakes (Complete)", - "Type": "Compound" - }, - { - "Heading": "Allowable Tolerances", - "Type": "Compound" - }, - { - "Heading": "Allowable Tolerances (Complete)", - "Type": "Compound" - }, - { - "Heading": "Analytic Laboratory Methods", - "Type": "Compound" - }, - { - "Heading": "Analytic Laboratory Methods (Complete)", - "Type": "Compound" - }, - { - "Heading": "Animal Concentrations", - "Type": "Compound" - }, - { - "Heading": "Animal Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Antidote and Emergency Treatment", - "Type": "Compound" - }, - { - "Heading": "Antidote and Emergency Treatment (Complete)", - "Type": "Compound" - }, - { - "Heading": "Artificial Pollution Sources", - "Type": "Compound" - }, - { - "Heading": "Artificial Pollution Sources (Complete)", - "Type": "Compound" - }, - { - "Heading": "Associated Chemicals", - "Type": "Compound" - }, - { - "Heading": "Associated Chemicals (Complete)", - "Type": "Compound" - }, - { - "Heading": "Atmospheric Concentrations", - "Type": "Compound" - }, - { - "Heading": "Atmospheric Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Atmospheric Standards", - "Type": "Compound" - }, - { - "Heading": "Atmospheric Standards (Complete)", - "Type": "Compound" - }, - { - "Heading": "Autoignition Temperature", - "Type": "Compound" - }, - { - "Heading": "Average Daily Intake", - "Type": "Compound" - }, - { - "Heading": "Average Daily Intake (Complete)", - "Type": "Compound" - }, - { - "Heading": "Biological Half-Life", - "Type": "Compound" - }, - { - "Heading": "Biological Half-Life (Complete)", - "Type": "Compound" - }, - { - "Heading": "Bionecessity", - "Type": "Compound" - }, - { - "Heading": "Bionecessity (Complete)", - "Type": "Compound" - }, - { - "Heading": "Body Burden", - "Type": "Compound" - }, - { - "Heading": "Body Burden (Complete)", - "Type": "Compound" - }, - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "CERCLA Reportable Quantities", - "Type": "Compound" - }, - { - "Heading": "CERCLA Reportable Quantities (Complete)", - "Type": "Compound" - }, - { - "Heading": "Clean Water Act Requirements", - "Type": "Compound" - }, - { - "Heading": "Cleanup Methods", - "Type": "Compound" - }, - { - "Heading": "Cleanup Methods (Complete)", - "Type": "Compound" - }, - { - "Heading": "Clinical Laboratory Methods", - "Type": "Compound" - }, - { - "Heading": "Clinical Laboratory Methods (Complete)", - "Type": "Compound" - }, - { - "Heading": "Color/Form", - "Type": "Compound" - }, - { - "Heading": "Color/Form (Complete)", - "Type": "Compound" - }, - { - "Heading": "Consumption Patterns", - "Type": "Compound" - }, - { - "Heading": "Consumption Patterns (Complete)", - "Type": "Compound" - }, - { - "Heading": "Corrosivity", - "Type": "Compound" - }, - { - "Heading": "Critical Temperature & Pressure", - "Type": "Compound" - }, - { - "Heading": "DOT Emergency Guidelines", - "Type": "Compound" - }, - { - "Heading": "DOT Emergency Guidelines (Complete)", - "Type": "Compound" - }, - { - "Heading": "Decomposition", - "Type": "Compound" - }, - { - "Heading": "Density", - "Type": "Compound" - }, - { - "Heading": "Dielectric Constant", - "Type": "Compound" - }, - { - "Heading": "Dispersion", - "Type": "Compound" - }, - { - "Heading": "Disposal Methods", - "Type": "Compound" - }, - { - "Heading": "Disposal Methods (Complete)", - "Type": "Compound" - }, - { - "Heading": "Dissociation Constants", - "Type": "Compound" - }, - { - "Heading": "Drug Idiosyncrasies", - "Type": "Compound" - }, - { - "Heading": "Drug Tolerance", - "Type": "Compound" - }, - { - "Heading": "Drug Warnings", - "Type": "Compound" - }, - { - "Heading": "Drug Warnings (Complete)", - "Type": "Compound" - }, - { - "Heading": "EPA Hazardous Waste Number", - "Type": "Compound" - }, - { - "Heading": "Ecotoxicity Excerpts", - "Type": "Compound" - }, - { - "Heading": "Ecotoxicity Excerpts (Complete)", - "Type": "Compound" - }, - { - "Heading": "Ecotoxicity Values", - "Type": "Compound" - }, - { - "Heading": "Ecotoxicity Values (Complete)", - "Type": "Compound" - }, - { - "Heading": "Effluent Concentrations", - "Type": "Compound" - }, - { - "Heading": "Effluent Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Emergency Response Planning Guidelines", - "Type": "Compound" - }, - { - "Heading": "Emergency Response Planning Guidelines (Complete)", - "Type": "Compound" - }, - { - "Heading": "Environmental Abiotic Degradation", - "Type": "Compound" - }, - { - "Heading": "Environmental Abiotic Degradation (Complete)", - "Type": "Compound" - }, - { - "Heading": "Environmental Bioconcentration", - "Type": "Compound" - }, - { - "Heading": "Environmental Bioconcentration (Complete)", - "Type": "Compound" - }, - { - "Heading": "Environmental Biodegradation", - "Type": "Compound" - }, - { - "Heading": "Environmental Biodegradation (Complete)", - "Type": "Compound" - }, - { - "Heading": "Environmental Fate", - "Type": "Compound" - }, - { - "Heading": "Environmental Fate (Complete)", - "Type": "Compound" - }, - { - "Heading": "Environmental Fate/Exposure Summary", - "Type": "Compound" - }, - { - "Heading": "Environmental Water Concentrations", - "Type": "Compound" - }, - { - "Heading": "Environmental Water Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Evidence for Carcinogenicity", - "Type": "Compound" - }, - { - "Heading": "Evidence for Carcinogenicity (Complete)", - "Type": "Compound" - }, - { - "Heading": "Explosive Limits and Potential", - "Type": "Compound" - }, - { - "Heading": "Explosive Limits and Potential (Complete)", - "Type": "Compound" - }, - { - "Heading": "FDA Requirements", - "Type": "Compound" - }, - { - "Heading": "FDA Requirements (Complete)", - "Type": "Compound" - }, - { - "Heading": "FIFRA Requirements", - "Type": "Compound" - }, - { - "Heading": "FIFRA Requirements (Complete)", - "Type": "Compound" - }, - { - "Heading": "Federal Drinking Water Guidelines", - "Type": "Compound" - }, - { - "Heading": "Federal Drinking Water Standards", - "Type": "Compound" - }, - { - "Heading": "Federal Drinking Water Standards (Complete)", - "Type": "Compound" - }, - { - "Heading": "Fire Fighting Procedures", - "Type": "Compound" - }, - { - "Heading": "Fire Fighting Procedures (Complete)", - "Type": "Compound" - }, - { - "Heading": "Fire Potential", - "Type": "Compound" - }, - { - "Heading": "Firefighting Hazards", - "Type": "Compound" - }, - { - "Heading": "Firefighting Hazards (Complete)", - "Type": "Compound" - }, - { - "Heading": "Fish/Seafood Concentrations", - "Type": "Compound" - }, - { - "Heading": "Fish/Seafood Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Flammable Limits", - "Type": "Compound" - }, - { - "Heading": "Flash Point", - "Type": "Compound" - }, - { - "Heading": "Food Survey Values", - "Type": "Compound" - }, - { - "Heading": "Food Survey Values (Complete)", - "Type": "Compound" - }, - { - "Heading": "Formulations/Preparations", - "Type": "Compound" - }, - { - "Heading": "Formulations/Preparations (Complete)", - "Type": "Compound" - }, - { - "Heading": "GHS Classification", - "Type": "Compound" - }, - { - "Heading": "General Manufacturing Information", - "Type": "Compound" - }, - { - "Heading": "General Manufacturing Information (Complete)", - "Type": "Compound" - }, - { - "Heading": "HSDB Note", - "Type": "Compound" - }, - { - "Heading": "Hazardous Reactivities and Incompatibilities", - "Type": "Compound" - }, - { - "Heading": "Hazardous Reactivities and Incompatibilities (Complete)", - "Type": "Compound" - }, - { - "Heading": "Hazardous Substances DataBank Number", - "Type": "Compound" - }, - { - "Heading": "Hazards Summary", - "Type": "Compound" - }, - { - "Heading": "Heat of Combustion", - "Type": "Compound" - }, - { - "Heading": "Heat of Vaporization", - "Type": "Compound" - }, - { - "Heading": "Henry's Law Constant", - "Type": "Compound" - }, - { - "Heading": "History and Incidents", - "Type": "Compound" - }, - { - "Heading": "History and Incidents (Complete)", - "Type": "Compound" - }, - { - "Heading": "Human Toxicity Excerpts", - "Type": "Compound" - }, - { - "Heading": "Human Toxicity Excerpts (Complete)", - "Type": "Compound" - }, - { - "Heading": "Human Toxicity Values", - "Type": "Compound" - }, - { - "Heading": "Human Toxicity Values (Complete)", - "Type": "Compound" - }, - { - "Heading": "IR Spectra", - "Type": "Compound" - }, - { - "Heading": "Immediately Dangerous to Life or Health (IDLH)", - "Type": "Compound" - }, - { - "Heading": "Impurities", - "Type": "Compound" - }, - { - "Heading": "Impurities (Complete)", - "Type": "Compound" - }, - { - "Heading": "Interactions", - "Type": "Compound" - }, - { - "Heading": "Interactions (Complete)", - "Type": "Compound" - }, - { - "Heading": "Last Review Date", - "Type": "Compound" - }, - { - "Heading": "Last Revision Date", - "Type": "Compound" - }, - { - "Heading": "LogP", - "Type": "Compound" - }, - { - "Heading": "Manufacturers", - "Type": "Compound" - }, - { - "Heading": "Maximum Drug Dose", - "Type": "Compound" - }, - { - "Heading": "Mechanism of Action", - "Type": "Compound" - }, - { - "Heading": "Mechanism of Action (Complete)", - "Type": "Compound" - }, - { - "Heading": "Medical Surveillance", - "Type": "Compound" - }, - { - "Heading": "Medical Surveillance (Complete)", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Metabolism/Metabolites", - "Type": "Compound" - }, - { - "Heading": "Metabolism/Metabolites (Complete)", - "Type": "Compound" - }, - { - "Heading": "Methods of Manufacturing", - "Type": "Compound" - }, - { - "Heading": "Methods of Manufacturing (Complete)", - "Type": "Compound" - }, - { - "Heading": "Milk Concentrations", - "Type": "Compound" - }, - { - "Heading": "Milk Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Molecular Formula", - "Type": "Compound" - }, - { - "Heading": "Molecular Weight", - "Type": "Compound" - }, - { - "Heading": "NFPA Hazard Classification", - "Type": "Compound" - }, - { - "Heading": "NIOSH Recommendations", - "Type": "Compound" - }, - { - "Heading": "NIOSH Recommendations (Complete)", - "Type": "Compound" - }, - { - "Heading": "National Toxicology Program Studies", - "Type": "Compound" - }, - { - "Heading": "National Toxicology Program Studies (Complete)", - "Type": "Compound" - }, - { - "Heading": "Natural Pollution Sources", - "Type": "Compound" - }, - { - "Heading": "Natural Pollution Sources (Complete)", - "Type": "Compound" - }, - { - "Heading": "Non-Human Toxicity Excerpts", - "Type": "Compound" - }, - { - "Heading": "Non-Human Toxicity Excerpts (Complete)", - "Type": "Compound" - }, - { - "Heading": "Non-Human Toxicity Values", - "Type": "Compound" - }, - { - "Heading": "Non-Human Toxicity Values (Complete)", - "Type": "Compound" - }, - { - "Heading": "OSHA Standards", - "Type": "Compound" - }, - { - "Heading": "OSHA Standards (Complete)", - "Type": "Compound" - }, - { - "Heading": "Odor", - "Type": "Compound" - }, - { - "Heading": "Odor Threshold", - "Type": "Compound" - }, - { - "Heading": "Odor Threshold (Complete)", - "Type": "Compound" - }, - { - "Heading": "Ongoing Test Status", - "Type": "Compound" - }, - { - "Heading": "Optical Rotation", - "Type": "Compound" - }, - { - "Heading": "Other Environmental Concentrations", - "Type": "Compound" - }, - { - "Heading": "Other Environmental Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Other Experimental Properties", - "Type": "Compound" - }, - { - "Heading": "Other Experimental Properties (Complete)", - "Type": "Compound" - }, - { - "Heading": "Other Hazardous Reactions", - "Type": "Compound" - }, - { - "Heading": "Other MS", - "Type": "Compound" - }, - { - "Heading": "Other Spectra", - "Type": "Compound" - }, - { - "Heading": "Other Standards Regulations and Guidelines", - "Type": "Compound" - }, - { - "Heading": "Other Standards Regulations and Guidelines (Complete)", - "Type": "Compound" - }, - { - "Heading": "Personal Protective Equipment (PPE)", - "Type": "Compound" - }, - { - "Heading": "Personal Protective Equipment (PPE) (Complete)", - "Type": "Compound" - }, - { - "Heading": "Plant Concentrations", - "Type": "Compound" - }, - { - "Heading": "Plant Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Polymerization", - "Type": "Compound" - }, - { - "Heading": "Populations at Special Risk", - "Type": "Compound" - }, - { - "Heading": "Populations at Special Risk (Complete)", - "Type": "Compound" - }, - { - "Heading": "Preventive Measures", - "Type": "Compound" - }, - { - "Heading": "Preventive Measures (Complete)", - "Type": "Compound" - }, - { - "Heading": "Probable Routes of Human Exposure", - "Type": "Compound" - }, - { - "Heading": "Probable Routes of Human Exposure (Complete)", - "Type": "Compound" - }, - { - "Heading": "RCRA Requirements", - "Type": "Compound" - }, - { - "Heading": "RCRA Requirements (Complete)", - "Type": "Compound" - }, - { - "Heading": "Radiation Limits and Potential", - "Type": "Compound" - }, - { - "Heading": "Radiation Limits and Potential (Complete)", - "Type": "Compound" - }, - { - "Heading": "Raman Spectra", - "Type": "Compound" - }, - { - "Heading": "Refractive Index", - "Type": "Compound" - }, - { - "Heading": "Related HSDB Records", - "Type": "Compound" - }, - { - "Heading": "Relative Evaporation Rate", - "Type": "Compound" - }, - { - "Heading": "Reported Fatal Dose", - "Type": "Compound" - }, - { - "Heading": "Sampling Procedures", - "Type": "Compound" - }, - { - "Heading": "Sampling Procedures (Complete)", - "Type": "Compound" - }, - { - "Heading": "Sediment/Soil Concentrations", - "Type": "Compound" - }, - { - "Heading": "Sediment/Soil Concentrations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Shipment Methods and Regulations", - "Type": "Compound" - }, - { - "Heading": "Shipment Methods and Regulations (Complete)", - "Type": "Compound" - }, - { - "Heading": "Shipping Name/ Number DOT/UN/NA/IMO", - "Type": "Compound" - }, - { - "Heading": "Shipping Name/ Number DOT/UN/NA/IMO (Complete)", - "Type": "Compound" - }, - { - "Heading": "Skin, Eye, and Respiratory Irritations", - "Type": "Compound" - }, - { - "Heading": "Soil Adsorption/Mobility", - "Type": "Compound" - }, - { - "Heading": "Soil Adsorption/Mobility (Complete)", - "Type": "Compound" - }, - { - "Heading": "Soil Standards", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "Solubility (Complete)", - "Type": "Compound" - }, - { - "Heading": "Special Reports", - "Type": "Compound" - }, - { - "Heading": "Special Reports (Complete)", - "Type": "Compound" - }, - { - "Heading": "Stability/Shelf Life", - "Type": "Compound" - }, - { - "Heading": "Stability/Shelf Life (Complete)", - "Type": "Compound" - }, - { - "Heading": "Standard Transportation Number", - "Type": "Compound" - }, - { - "Heading": "State Drinking Water Guidelines", - "Type": "Compound" - }, - { - "Heading": "State Drinking Water Guidelines (Complete)", - "Type": "Compound" - }, - { - "Heading": "State Drinking Water Standards", - "Type": "Compound" - }, - { - "Heading": "State Drinking Water Standards (Complete)", - "Type": "Compound" - }, - { - "Heading": "Storage Conditions", - "Type": "Compound" - }, - { - "Heading": "Storage Conditions (Complete)", - "Type": "Compound" - }, - { - "Heading": "Substance Title", - "Type": "Compound" - }, - { - "Heading": "Surface Tension", - "Type": "Compound" - }, - { - "Heading": "Synonyms and Identifiers", - "Type": "Compound" - }, - { - "Heading": "TSCA Requirements", - "Type": "Compound" - }, - { - "Heading": "TSCA Test Submissions", - "Type": "Compound" - }, - { - "Heading": "TSCA Test Submissions (Complete)", - "Type": "Compound" - }, - { - "Heading": "Taste", - "Type": "Compound" - }, - { - "Heading": "Therapeutic Uses", - "Type": "Compound" - }, - { - "Heading": "Therapeutic Uses (Complete)", - "Type": "Compound" - }, - { - "Heading": "Threshold Limit Values (TLV)", - "Type": "Compound" - }, - { - "Heading": "Threshold Limit Values (TLV) (Complete)", - "Type": "Compound" - }, - { - "Heading": "Toxic Combustion Products", - "Type": "Compound" - }, - { - "Heading": "Toxicity Summary", - "Type": "Compound" - }, - { - "Heading": "U.S. Exports", - "Type": "Compound" - }, - { - "Heading": "U.S. Exports (Complete)", - "Type": "Compound" - }, - { - "Heading": "U.S. Imports", - "Type": "Compound" - }, - { - "Heading": "U.S. Imports (Complete)", - "Type": "Compound" - }, - { - "Heading": "U.S. Production", - "Type": "Compound" - }, - { - "Heading": "U.S. Production (Complete)", - "Type": "Compound" - }, - { - "Heading": "UV Spectra", - "Type": "Compound" - }, - { - "Heading": "Update History", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - }, - { - "Heading": "Uses (Complete)", - "Type": "Compound" - }, - { - "Heading": "Vapor Density", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - }, - { - "Heading": "Viscosity", - "Type": "Compound" - }, - { - "Heading": "Volatilization from Water/Soil", - "Type": "Compound" - }, - { - "Heading": "Volatilization from Water/Soil (Complete)", - "Type": "Compound" - }, - { - "Heading": "pH", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Human Metabolome Database (HMDB)/annotations.json b/stages/cache/01_download/Human Metabolome Database (HMDB)/annotations.json deleted file mode 100644 index e3f651d..0000000 --- a/stages/cache/01_download/Human Metabolome Database (HMDB)/annotations.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "13C NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1H NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1H-13C NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1H-1H NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Cellular Locations", - "Type": "Compound" - }, - { - "Heading": "Disease and References", - "Type": "Compound" - }, - { - "Heading": "GC-MS", - "Type": "Compound" - }, - { - "Heading": "HMDB ID", - "Type": "Compound" - }, - { - "Heading": "LogP", - "Type": "Compound" - }, - { - "Heading": "MS-MS", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Metabolite Pathways", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "Tissue Locations", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Human Protein Atlas (HPA)/annotations.json b/stages/cache/01_download/Human Protein Atlas (HPA)/annotations.json deleted file mode 100644 index 73e70d8..0000000 --- a/stages/cache/01_download/Human Protein Atlas (HPA)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "HPA ID", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/ILO-WHO International Chemical Safety Cards (ICSCs)/annotations.json b/stages/cache/01_download/ILO-WHO International Chemical Safety Cards (ICSCs)/annotations.json deleted file mode 100644 index 8ac9335..0000000 --- a/stages/cache/01_download/ILO-WHO International Chemical Safety Cards (ICSCs)/annotations.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Autoignition Temperature", - "Type": "Compound" - }, - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Chemical Dangers", - "Type": "Compound" - }, - { - "Heading": "Decomposition", - "Type": "Compound" - }, - { - "Heading": "Density", - "Type": "Compound" - }, - { - "Heading": "EC Classification", - "Type": "Compound" - }, - { - "Heading": "Effects of Long Term Exposure", - "Type": "Compound" - }, - { - "Heading": "Effects of Short Term Exposure", - "Type": "Compound" - }, - { - "Heading": "Explosive Limits and Potential", - "Type": "Compound" - }, - { - "Heading": "Exposure Routes", - "Type": "Compound" - }, - { - "Heading": "Fire Fighting", - "Type": "Compound" - }, - { - "Heading": "Fire Hazards", - "Type": "Compound" - }, - { - "Heading": "First Aid Measures", - "Type": "Compound" - }, - { - "Heading": "Flash Point", - "Type": "Compound" - }, - { - "Heading": "ICSC Environmental Data", - "Type": "Compound" - }, - { - "Heading": "ICSC Number", - "Type": "Compound" - }, - { - "Heading": "Inhalation Risk", - "Type": "Compound" - }, - { - "Heading": "LogP", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "Molecular Formula", - "Type": "Compound" - }, - { - "Heading": "Occupational Exposure Limits (OEL)", - "Type": "Compound" - }, - { - "Heading": "Packaging and Labelling", - "Type": "Compound" - }, - { - "Heading": "Physical Dangers", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Preventions", - "Type": "Compound" - }, - { - "Heading": "Safe Storage", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "Spillage Disposal", - "Type": "Compound" - }, - { - "Heading": "Symptoms", - "Type": "Compound" - }, - { - "Heading": "Threshold Limit Values (TLV)", - "Type": "Compound" - }, - { - "Heading": "UN Classification", - "Type": "Compound" - }, - { - "Heading": "UN Number", - "Type": "Compound" - }, - { - "Heading": "Vapor Density", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - }, - { - "Heading": "Viscosity", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW)/annotations.json b/stages/cache/01_download/IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW)/annotations.json deleted file mode 100644 index 7adb932..0000000 --- a/stages/cache/01_download/IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW)/annotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Atomic Weight", - "Type": "Element" - }, - { - "Heading": "Element Name", - "Type": "Element" - }, - { - "Heading": "Element Symbol", - "Type": "Element" - }, - { - "Heading": "Historical Atomic Weights", - "Type": "Element" - }, - { - "Heading": "Historical Isotopic Abundances", - "Type": "Element" - }, - { - "Heading": "History", - "Type": "Element" - }, - { - "Heading": "Isotope Mass and Abundance", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/IUPAC Digitized pKa Dataset/annotations.json b/stages/cache/01_download/IUPAC Digitized pKa Dataset/annotations.json deleted file mode 100644 index 4fe4b23..0000000 --- a/stages/cache/01_download/IUPAC Digitized pKa Dataset/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Dissociation Constants", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/IUPAC Periodic Table of the Elements and Isotopes (IPTEI)/annotations.json b/stages/cache/01_download/IUPAC Periodic Table of the Elements and Isotopes (IPTEI)/annotations.json deleted file mode 100644 index a5cfb52..0000000 --- a/stages/cache/01_download/IUPAC Periodic Table of the Elements and Isotopes (IPTEI)/annotations.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Description", - "Type": "Element" - }, - { - "Heading": "Isotopes Used as a Source of Radioactive Isotope(s)", - "Type": "Element" - }, - { - "Heading": "Isotopes in Biology", - "Type": "Element" - }, - { - "Heading": "Isotopes in Earth/Planetary Science", - "Type": "Element" - }, - { - "Heading": "Isotopes in Forensic Science and Anthropology", - "Type": "Element" - }, - { - "Heading": "Isotopes in Geochronology", - "Type": "Element" - }, - { - "Heading": "Isotopes in Industry", - "Type": "Element" - }, - { - "Heading": "Isotopes in Medicine", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/IUPHAR_BPS Guide to PHARMACOLOGY/annotations.json b/stages/cache/01_download/IUPHAR_BPS Guide to PHARMACOLOGY/annotations.json deleted file mode 100644 index 4b346a9..0000000 --- a/stages/cache/01_download/IUPHAR_BPS Guide to PHARMACOLOGY/annotations.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Biochemical Reactions", - "Type": "Compound" - }, - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Taxonomy" - }, - { - "Heading": "Guide to PHARMACOLOGY Target ID", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/IntAct Molecular Interaction Database/annotations.json b/stages/cache/01_download/IntAct Molecular Interaction Database/annotations.json deleted file mode 100644 index d676d6a..0000000 --- a/stages/cache/01_download/IntAct Molecular Interaction Database/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "IntAct Protein", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/Integrated Taxonomic Information System (ITIS)/annotations.json b/stages/cache/01_download/Integrated Taxonomic Information System (ITIS)/annotations.json deleted file mode 100644 index a839698..0000000 --- a/stages/cache/01_download/Integrated Taxonomic Information System (ITIS)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "ITIS Serial Number", - "Type": "Taxonomy" - }, - { - "Heading": "Synonyms", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/InterPro/annotations.json b/stages/cache/01_download/InterPro/annotations.json deleted file mode 100644 index 673416c..0000000 --- a/stages/cache/01_download/InterPro/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "InterPro Domains", - "Type": "Protein" - }, - { - "Heading": "InterPro Protein", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/International Agency for Research on Cancer (IARC)/annotations.json b/stages/cache/01_download/International Agency for Research on Cancer (IARC)/annotations.json deleted file mode 100644 index bac2c88..0000000 --- a/stages/cache/01_download/International Agency for Research on Cancer (IARC)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Carcinogen Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/International Fragrance Association (IFRA)/annotations.json b/stages/cache/01_download/International Fragrance Association (IFRA)/annotations.json deleted file mode 100644 index 177dab6..0000000 --- a/stages/cache/01_download/International Fragrance Association (IFRA)/annotations.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Fragrances", - "Type": "Compound" - }, - { - "Heading": "IFRA Fragrance Standards", - "Type": "Compound" - }, - { - "Heading": "Restriction Limits in the Finished Product (%)", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Japan Chemical Substance Dictionary (Nikkaji)/annotations.json b/stages/cache/01_download/Japan Chemical Substance Dictionary (Nikkaji)/annotations.json deleted file mode 100644 index 190273b..0000000 --- a/stages/cache/01_download/Japan Chemical Substance Dictionary (Nikkaji)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nikkaji Number", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Japan Pharmaceuticals and Medical Devices Agency (PMDA)/annotations.json b/stages/cache/01_download/Japan Pharmaceuticals and Medical Devices Agency (PMDA)/annotations.json deleted file mode 100644 index f2df7e5..0000000 --- a/stages/cache/01_download/Japan Pharmaceuticals and Medical Devices Agency (PMDA)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Japan PMDA Drugs", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Jefferson Lab, U.S. Department of Energy/annotations.json b/stages/cache/01_download/Jefferson Lab, U.S. Department of Energy/annotations.json deleted file mode 100644 index 0713e4d..0000000 --- a/stages/cache/01_download/Jefferson Lab, U.S. Department of Energy/annotations.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Atomic Weight", - "Type": "Element" - }, - { - "Heading": "Boiling Point", - "Type": "Element" - }, - { - "Heading": "Density", - "Type": "Element" - }, - { - "Heading": "Element Classification", - "Type": "Element" - }, - { - "Heading": "Element Group Number", - "Type": "Element" - }, - { - "Heading": "Element Period Number", - "Type": "Element" - }, - { - "Heading": "Estimated Crustal Abundance", - "Type": "Element" - }, - { - "Heading": "Estimated Oceanic Abundance", - "Type": "Element" - }, - { - "Heading": "History", - "Type": "Element" - }, - { - "Heading": "Ionization Energy", - "Type": "Element" - }, - { - "Heading": "Isotopes", - "Type": "Element" - }, - { - "Heading": "Melting Point", - "Type": "Element" - }, - { - "Heading": "Oxidation States", - "Type": "Element" - }, - { - "Heading": "Physical Description", - "Type": "Element" - }, - { - "Heading": "Uses", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/Joint FAO_WHO Expert Committee on Food Additives (JECFA)/annotations.json b/stages/cache/01_download/Joint FAO_WHO Expert Committee on Food Additives (JECFA)/annotations.json deleted file mode 100644 index b5f8164..0000000 --- a/stages/cache/01_download/Joint FAO_WHO Expert Committee on Food Additives (JECFA)/annotations.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Density", - "Type": "Compound" - }, - { - "Heading": "Evaluations of the Joint FAO/WHO Expert Committee on Food Additives - JECFA", - "Type": "Compound" - }, - { - "Heading": "FEMA Number", - "Type": "Compound" - }, - { - "Heading": "Food Additive Classes", - "Type": "Compound" - }, - { - "Heading": "JECFA Number", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Refractive Index", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/KEGG/annotations.json b/stages/cache/01_download/KEGG/annotations.json deleted file mode 100644 index e38eaa0..0000000 --- a/stages/cache/01_download/KEGG/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "KEGG Diseases", - "Type": "Gene" - }, - { - "Heading": "KEGG Gene", - "Type": "Gene" - }, - { - "Heading": "KEGG ID", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/KNApSAcK Species-Metabolite Database/annotations.json b/stages/cache/01_download/KNApSAcK Species-Metabolite Database/annotations.json deleted file mode 100644 index f0a138c..0000000 --- a/stages/cache/01_download/KNApSAcK Species-Metabolite Database/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Metabolites", - "Type": "Taxonomy" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Kruve Lab, Ionization & Mass Spectrometry, Stockholm University/annotations.json b/stages/cache/01_download/Kruve Lab, Ionization & Mass Spectrometry, Stockholm University/annotations.json deleted file mode 100644 index e5412b3..0000000 --- a/stages/cache/01_download/Kruve Lab, Ionization & Mass Spectrometry, Stockholm University/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Ionization Efficiency", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/LINCS Data Portal/annotations.json b/stages/cache/01_download/LINCS Data Portal/annotations.json deleted file mode 100644 index 5c5567b..0000000 --- a/stages/cache/01_download/LINCS Data Portal/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diseases", - "Type": "Cell" - }, - { - "Heading": "LINCS ID", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/LIPID MAPS/annotations.json b/stages/cache/01_download/LIPID MAPS/annotations.json deleted file mode 100644 index a42b63a..0000000 --- a/stages/cache/01_download/LIPID MAPS/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Lipid Maps ID (LM_ID)", - "Type": "Compound" - }, - { - "Heading": "Lipids", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/LOTUS - the natural products occurrence database/annotations.json b/stages/cache/01_download/LOTUS - the natural products occurrence database/annotations.json deleted file mode 100644 index c4806a0..0000000 --- a/stages/cache/01_download/LOTUS - the natural products occurrence database/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Natural Products", - "Type": "Taxonomy" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Lab and Research Safety, University of Minnesota/annotations.json b/stages/cache/01_download/Lab and Research Safety, University of Minnesota/annotations.json deleted file mode 100644 index 332c108..0000000 --- a/stages/cache/01_download/Lab and Research Safety, University of Minnesota/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Peroxide Forming Chemical", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/LiverTox/annotations.json b/stages/cache/01_download/LiverTox/annotations.json deleted file mode 100644 index 29b72c6..0000000 --- a/stages/cache/01_download/LiverTox/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Drug Classes", - "Type": "Compound" - }, - { - "Heading": "Hepatotoxicity", - "Type": "Compound" - }, - { - "Heading": "LiverTox Summary", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Los Alamos National Laboratory, U.S. Department of Energy/annotations.json b/stages/cache/01_download/Los Alamos National Laboratory, U.S. Department of Energy/annotations.json deleted file mode 100644 index e7fee87..0000000 --- a/stages/cache/01_download/Los Alamos National Laboratory, U.S. Department of Energy/annotations.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Atomic Radius", - "Type": "Element" - }, - { - "Heading": "Atomic Weight", - "Type": "Element" - }, - { - "Heading": "Boiling Point", - "Type": "Element" - }, - { - "Heading": "Compounds", - "Type": "Element" - }, - { - "Heading": "Description", - "Type": "Element" - }, - { - "Heading": "Electron Configuration", - "Type": "Element" - }, - { - "Heading": "Handling and Storage", - "Type": "Element" - }, - { - "Heading": "History", - "Type": "Element" - }, - { - "Heading": "Isotopes", - "Type": "Element" - }, - { - "Heading": "Melting Point", - "Type": "Element" - }, - { - "Heading": "Oxidation States", - "Type": "Element" - }, - { - "Heading": "Production", - "Type": "Element" - }, - { - "Heading": "Sources", - "Type": "Element" - }, - { - "Heading": "Uses", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/MLP Probe Reports/annotations.json b/stages/cache/01_download/MLP Probe Reports/annotations.json deleted file mode 100644 index 4fc31b6..0000000 --- a/stages/cache/01_download/MLP Probe Reports/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical Probes", - "Type": "Gene" - }, - { - "Heading": "Chemical Probes", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/MarkerDB/annotations.json b/stages/cache/01_download/MarkerDB/annotations.json deleted file mode 100644 index 0f7da34..0000000 --- a/stages/cache/01_download/MarkerDB/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Biomarker Information", - "Type": "Compound" - }, - { - "Heading": "Biomarker Information", - "Type": "Gene" - }, - { - "Heading": "Biomarker Information", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/MassBank Europe/annotations.json b/stages/cache/01_download/MassBank Europe/annotations.json deleted file mode 100644 index 02425bc..0000000 --- a/stages/cache/01_download/MassBank Europe/annotations.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GC-MS", - "Type": "Compound" - }, - { - "Heading": "LC-MS", - "Type": "Compound" - }, - { - "Heading": "MALDI", - "Type": "Compound" - }, - { - "Heading": "Other MS", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/MassBank of North America (MoNA)/annotations.json b/stages/cache/01_download/MassBank of North America (MoNA)/annotations.json deleted file mode 100644 index 2b60e43..0000000 --- a/stages/cache/01_download/MassBank of North America (MoNA)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GC-MS", - "Type": "Compound" - }, - { - "Heading": "LC-MS", - "Type": "Compound" - }, - { - "Heading": "Other MS", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/MedlinePlus Genetics/annotations.json b/stages/cache/01_download/MedlinePlus Genetics/annotations.json deleted file mode 100644 index a599496..0000000 --- a/stages/cache/01_download/MedlinePlus Genetics/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GHR Health Conditions", - "Type": "Gene" - }, - { - "Heading": "Record Description", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Metabolomics Workbench/annotations.json b/stages/cache/01_download/Metabolomics Workbench/annotations.json deleted file mode 100644 index 8c9ff11..0000000 --- a/stages/cache/01_download/Metabolomics Workbench/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Metabolomics Workbench ID", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Molecular Imaging Database (MOLI)/annotations.json b/stages/cache/01_download/Molecular Imaging Database (MOLI)/annotations.json deleted file mode 100644 index 2425d10..0000000 --- a/stages/cache/01_download/Molecular Imaging Database (MOLI)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Molecular Imaging Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Molecular Imaging and Contrast Agent Database (MICAD)/annotations.json b/stages/cache/01_download/Molecular Imaging and Contrast Agent Database (MICAD)/annotations.json deleted file mode 100644 index f87df83..0000000 --- a/stages/cache/01_download/Molecular Imaging and Contrast Agent Database (MICAD)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "MICAD Imaging Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Mother To Baby Fact Sheets/annotations.json b/stages/cache/01_download/Mother To Baby Fact Sheets/annotations.json deleted file mode 100644 index c37a4f5..0000000 --- a/stages/cache/01_download/Mother To Baby Fact Sheets/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Effects During Pregnancy and Lactation", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Mouse Genome Informatics (MGI)/annotations.json b/stages/cache/01_download/Mouse Genome Informatics (MGI)/annotations.json deleted file mode 100644 index d59c609..0000000 --- a/stages/cache/01_download/Mouse Genome Informatics (MGI)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "MGI ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI Conserved Domains (CDD)/annotations.json b/stages/cache/01_download/NCBI Conserved Domains (CDD)/annotations.json deleted file mode 100644 index 9c549b8..0000000 --- a/stages/cache/01_download/NCBI Conserved Domains (CDD)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CDD Domains", - "Type": "Gene" - }, - { - "Heading": "CDD Domains", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI Gene Expression Omnibus (GEO)/annotations.json b/stages/cache/01_download/NCBI Gene Expression Omnibus (GEO)/annotations.json deleted file mode 100644 index 5159585..0000000 --- a/stages/cache/01_download/NCBI Gene Expression Omnibus (GEO)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Expression", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI Gene/annotations.json b/stages/cache/01_download/NCBI Gene/annotations.json deleted file mode 100644 index 89ec4c9..0000000 --- a/stages/cache/01_download/NCBI Gene/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Ensembl ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI MedGen/annotations.json b/stages/cache/01_download/NCBI MedGen/annotations.json deleted file mode 100644 index 3f33347..0000000 --- a/stages/cache/01_download/NCBI MedGen/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "MedGen Diseases", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI Pathogen Detection Reference Gene Catalog/annotations.json b/stages/cache/01_download/NCBI Pathogen Detection Reference Gene Catalog/annotations.json deleted file mode 100644 index 16d7da0..0000000 --- a/stages/cache/01_download/NCBI Pathogen Detection Reference Gene Catalog/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "NCBI Pathogen Detection Reference Gene Catalog", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI Protein/annotations.json b/stages/cache/01_download/NCBI Protein/annotations.json deleted file mode 100644 index e4842b7..0000000 --- a/stages/cache/01_download/NCBI Protein/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Encoding Gene", - "Type": "Protein" - }, - { - "Heading": "RefSeq Accession", - "Type": "Protein" - }, - { - "Heading": "Sequence", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/NCBI Structure/annotations.json b/stages/cache/01_download/NCBI Structure/annotations.json deleted file mode 100644 index 47db9ce..0000000 --- a/stages/cache/01_download/NCBI Structure/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "NCBI Protein Structures", - "Type": "Gene" - }, - { - "Heading": "NCBI Protein Structures", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/NCI Cancer Drugs/annotations.json b/stages/cache/01_download/NCI Cancer Drugs/annotations.json deleted file mode 100644 index 37cb050..0000000 --- a/stages/cache/01_download/NCI Cancer Drugs/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Cancer Drugs", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NCI Investigational Drugs/annotations.json b/stages/cache/01_download/NCI Investigational Drugs/annotations.json deleted file mode 100644 index 3b85774..0000000 --- a/stages/cache/01_download/NCI Investigational Drugs/annotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GC", - "Type": "Compound" - }, - { - "Heading": "HPLC", - "Type": "Compound" - }, - { - "Heading": "Optical Rotation", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "Stability/Shelf Life", - "Type": "Compound" - }, - { - "Heading": "Toxicity Data", - "Type": "Compound" - }, - { - "Heading": "UV Spectra", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NCI Thesaurus (NCIt)/annotations.json b/stages/cache/01_download/NCI Thesaurus (NCIt)/annotations.json deleted file mode 100644 index 55988b7..0000000 --- a/stages/cache/01_download/NCI Thesaurus (NCIt)/annotations.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "NCI Thesaurus Code", - "Type": "Compound" - }, - { - "Heading": "NCI Thesaurus Code", - "Type": "Gene" - }, - { - "Heading": "NCI Thesaurus Code", - "Type": "Protein" - }, - { - "Heading": "NCI Thesaurus Code", - "Type": "Taxonomy" - }, - { - "Heading": "NCI Thesaurus Code", - "Type": "Cell" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Taxonomy" - }, - { - "Heading": "Record Description", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/NIOSH Manual of Analytical Methods/annotations.json b/stages/cache/01_download/NIOSH Manual of Analytical Methods/annotations.json deleted file mode 100644 index d357123..0000000 --- a/stages/cache/01_download/NIOSH Manual of Analytical Methods/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "NIOSH Analytical Methods", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NIPH Clinical Trials Search of Japan/annotations.json b/stages/cache/01_download/NIPH Clinical Trials Search of Japan/annotations.json deleted file mode 100644 index b0cacec..0000000 --- a/stages/cache/01_download/NIPH Clinical Trials Search of Japan/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "NIPH Clinical Trials Search of Japan", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NIST Mass Spectrometry Data Center/annotations.json b/stages/cache/01_download/NIST Mass Spectrometry Data Center/annotations.json deleted file mode 100644 index 4ca672b..0000000 --- a/stages/cache/01_download/NIST Mass Spectrometry Data Center/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GC-MS", - "Type": "Compound" - }, - { - "Heading": "Kovats Retention Index", - "Type": "Compound" - }, - { - "Heading": "MS-MS", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NIST Physical Measurement Laboratory/annotations.json b/stages/cache/01_download/NIST Physical Measurement Laboratory/annotations.json deleted file mode 100644 index 9a46749..0000000 --- a/stages/cache/01_download/NIST Physical Measurement Laboratory/annotations.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Atomic Spectra", - "Type": "Element" - }, - { - "Heading": "Atomic Weight", - "Type": "Element" - }, - { - "Heading": "Ground Level", - "Type": "Element" - }, - { - "Heading": "Ionization Energy", - "Type": "Element" - }, - { - "Heading": "Isotope Mass and Abundance", - "Type": "Element" - }, - { - "Heading": "Isotope Mass and Composition", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/NIST Synthetic Polymer MALDI Recipes Database/annotations.json b/stages/cache/01_download/NIST Synthetic Polymer MALDI Recipes Database/annotations.json deleted file mode 100644 index bdf31a1..0000000 --- a/stages/cache/01_download/NIST Synthetic Polymer MALDI Recipes Database/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "MALDI Recipes", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NITE-CMC/annotations.json b/stages/cache/01_download/NITE-CMC/annotations.json deleted file mode 100644 index 141d7ea..0000000 --- a/stages/cache/01_download/NITE-CMC/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GHS Classification", - "Type": "Compound" - }, - { - "Heading": "Hazard Classes and Categories", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NJDOH RTK Hazardous Substance List/annotations.json b/stages/cache/01_download/NJDOH RTK Hazardous Substance List/annotations.json deleted file mode 100644 index 80eed64..0000000 --- a/stages/cache/01_download/NJDOH RTK Hazardous Substance List/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Hazard Classes and Categories", - "Type": "Compound" - }, - { - "Heading": "UN Number", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NLM RxNorm Terminology/annotations.json b/stages/cache/01_download/NLM RxNorm Terminology/annotations.json deleted file mode 100644 index 2182ab7..0000000 --- a/stages/cache/01_download/NLM RxNorm Terminology/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "RXCUI", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NMRShiftDB/annotations.json b/stages/cache/01_download/NMRShiftDB/annotations.json deleted file mode 100644 index a6b16e5..0000000 --- a/stages/cache/01_download/NMRShiftDB/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "1D NMR Spectra", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/NORMAN Suspect List Exchange/annotations.json b/stages/cache/01_download/NORMAN Suspect List Exchange/annotations.json deleted file mode 100644 index 112cd5d..0000000 --- a/stages/cache/01_download/NORMAN Suspect List Exchange/annotations.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "13C NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "19F NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1H NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "31P NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "ATC Code", - "Type": "Compound" - }, - { - "Heading": "Agrochemical Category", - "Type": "Compound" - }, - { - "Heading": "Agrochemical Transformations", - "Type": "Compound" - }, - { - "Heading": "Animal Drugs", - "Type": "Compound" - }, - { - "Heading": "Chemical Classes", - "Type": "Compound" - }, - { - "Heading": "Collision Cross Section", - "Type": "Compound" - }, - { - "Heading": "Cosmetics", - "Type": "Compound" - }, - { - "Heading": "Drug Transformations", - "Type": "Compound" - }, - { - "Heading": "Endocrine Disruptors", - "Type": "Compound" - }, - { - "Heading": "Human Drugs", - "Type": "Compound" - }, - { - "Heading": "MS-MS", - "Type": "Compound" - }, - { - "Heading": "Metabolism/Metabolites", - "Type": "Compound" - }, - { - "Heading": "Metabolites", - "Type": "Taxonomy" - }, - { - "Heading": "Molecular Formula", - "Type": "Compound" - }, - { - "Heading": "PFAS", - "Type": "Compound" - }, - { - "Heading": "Pesticides", - "Type": "Compound" - }, - { - "Heading": "Phytotoxins", - "Type": "Taxonomy" - }, - { - "Heading": "Polymers", - "Type": "Compound" - }, - { - "Heading": "Related Records", - "Type": "Compound" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - }, - { - "Heading": "Transformations", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/National Drug Code (NDC) Directory/annotations.json b/stages/cache/01_download/National Drug Code (NDC) Directory/annotations.json deleted file mode 100644 index 6c237a2..0000000 --- a/stages/cache/01_download/National Drug Code (NDC) Directory/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "DEA Controlled Substances", - "Type": "Compound" - }, - { - "Heading": "FDA National Drug Code Directory", - "Type": "Compound" - }, - { - "Heading": "FDA Pharmacological Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Natural Product Activity and Species Source (NPASS)/annotations.json b/stages/cache/01_download/Natural Product Activity and Species Source (NPASS)/annotations.json deleted file mode 100644 index 54a6a31..0000000 --- a/stages/cache/01_download/Natural Product Activity and Species Source (NPASS)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Natural Products", - "Type": "Taxonomy" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Nature Catalysis/annotations.json b/stages/cache/01_download/Nature Catalysis/annotations.json deleted file mode 100644 index 8c5a89e..0000000 --- a/stages/cache/01_download/Nature Catalysis/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nature Journal References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Nature Chemical Biology/annotations.json b/stages/cache/01_download/Nature Chemical Biology/annotations.json deleted file mode 100644 index 8c5a89e..0000000 --- a/stages/cache/01_download/Nature Chemical Biology/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nature Journal References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Nature Chemistry/annotations.json b/stages/cache/01_download/Nature Chemistry/annotations.json deleted file mode 100644 index 8c5a89e..0000000 --- a/stages/cache/01_download/Nature Chemistry/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nature Journal References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Nature Communications/annotations.json b/stages/cache/01_download/Nature Communications/annotations.json deleted file mode 100644 index 8c5a89e..0000000 --- a/stages/cache/01_download/Nature Communications/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nature Journal References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Nature Portfolio Journals/annotations.json b/stages/cache/01_download/Nature Portfolio Journals/annotations.json deleted file mode 100644 index 8c5a89e..0000000 --- a/stages/cache/01_download/Nature Portfolio Journals/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nature Journal References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Nature Synthesis/annotations.json b/stages/cache/01_download/Nature Synthesis/annotations.json deleted file mode 100644 index 8c5a89e..0000000 --- a/stages/cache/01_download/Nature Synthesis/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Nature Journal References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/New Zealand Environmental Protection Authority (EPA)/annotations.json b/stages/cache/01_download/New Zealand Environmental Protection Authority (EPA)/annotations.json deleted file mode 100644 index 43972a1..0000000 --- a/stages/cache/01_download/New Zealand Environmental Protection Authority (EPA)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Regulatory Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Occupational Safety and Health Administration (OSHA)/annotations.json b/stages/cache/01_download/Occupational Safety and Health Administration (OSHA)/annotations.json deleted file mode 100644 index dc82abf..0000000 --- a/stages/cache/01_download/Occupational Safety and Health Administration (OSHA)/annotations.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Density", - "Type": "Compound" - }, - { - "Heading": "Flash Point", - "Type": "Compound" - }, - { - "Heading": "Highly Hazardous Substance", - "Type": "Compound" - }, - { - "Heading": "Immediately Dangerous to Life or Health (IDLH)", - "Type": "Compound" - }, - { - "Heading": "Ionization Potential", - "Type": "Compound" - }, - { - "Heading": "Lower Explosive Limit (LEL)", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "NFPA Hazard Classification", - "Type": "Compound" - }, - { - "Heading": "Permissible Exposure Limit (PEL)", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Recommended Exposure Limit (REL)", - "Type": "Compound" - }, - { - "Heading": "Threshold Limit Values (TLV)", - "Type": "Compound" - }, - { - "Heading": "Upper Explosive Limit (UEL)", - "Type": "Compound" - }, - { - "Heading": "Vapor Density", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Online Mendelian Inheritance in Man (OMIM)/annotations.json b/stages/cache/01_download/Online Mendelian Inheritance in Man (OMIM)/annotations.json deleted file mode 100644 index ab1e731..0000000 --- a/stages/cache/01_download/Online Mendelian Inheritance in Man (OMIM)/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "MIM Number", - "Type": "Gene" - }, - { - "Heading": "OMIM Phenotypes", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Open Targets/annotations.json b/stages/cache/01_download/Open Targets/annotations.json deleted file mode 100644 index 2ab0373..0000000 --- a/stages/cache/01_download/Open Targets/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Open Targets ID", - "Type": "Gene" - }, - { - "Heading": "Open Targets ID", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/PANTHER/annotations.json b/stages/cache/01_download/PANTHER/annotations.json deleted file mode 100644 index 0db34a1..0000000 --- a/stages/cache/01_download/PANTHER/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/PathBank/annotations.json b/stages/cache/01_download/PathBank/annotations.json deleted file mode 100644 index 0db34a1..0000000 --- a/stages/cache/01_download/PathBank/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/Pfam/annotations.json b/stages/cache/01_download/Pfam/annotations.json deleted file mode 100644 index f936941..0000000 --- a/stages/cache/01_download/Pfam/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Pfam Domains", - "Type": "Gene" - }, - { - "Heading": "Pfam Domains", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/PharmGKB/annotations.json b/stages/cache/01_download/PharmGKB/annotations.json deleted file mode 100644 index 0db34a1..0000000 --- a/stages/cache/01_download/PharmGKB/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/Pharos/annotations.json b/stages/cache/01_download/Pharos/annotations.json deleted file mode 100644 index 2fed9c3..0000000 --- a/stages/cache/01_download/Pharos/annotations.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Pharos Ligand ID", - "Type": "Compound" - }, - { - "Heading": "Pharos Target", - "Type": "Gene" - }, - { - "Heading": "Pharos Target", - "Type": "Protein" - }, - { - "Heading": "Target Development Level", - "Type": "Gene" - }, - { - "Heading": "Target Development Level", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/Pistoia Alliance Chemical Safety Library/annotations.json b/stages/cache/01_download/Pistoia Alliance Chemical Safety Library/annotations.json deleted file mode 100644 index 0238242..0000000 --- a/stages/cache/01_download/Pistoia Alliance Chemical Safety Library/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "CSL Reaction Information", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Plant Reactome/annotations.json b/stages/cache/01_download/Plant Reactome/annotations.json deleted file mode 100644 index 0db34a1..0000000 --- a/stages/cache/01_download/Plant Reactome/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/PomBase_ Fission Yeast Resource/annotations.json b/stages/cache/01_download/PomBase_ Fission Yeast Resource/annotations.json deleted file mode 100644 index 2be1f6b..0000000 --- a/stages/cache/01_download/PomBase_ Fission Yeast Resource/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "PomBase Systematic ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Protein Data Bank in Europe (PDBe)/annotations.json b/stages/cache/01_download/Protein Data Bank in Europe (PDBe)/annotations.json deleted file mode 100644 index cea38fc..0000000 --- a/stages/cache/01_download/Protein Data Bank in Europe (PDBe)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "PDBe Conformer", - "Type": "Compound" - }, - { - "Heading": "PDBe Ligand Code", - "Type": "Compound" - }, - { - "Heading": "PDBe Structure Code", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Protein Ontology/annotations.json b/stages/cache/01_download/Protein Ontology/annotations.json deleted file mode 100644 index 3e40e08..0000000 --- a/stages/cache/01_download/Protein Ontology/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "PRO ID", - "Type": "Protein" - }, - { - "Heading": "Record Description", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/PubChem Elements/annotations.json b/stages/cache/01_download/PubChem Elements/annotations.json deleted file mode 100644 index 5d1562a..0000000 --- a/stages/cache/01_download/PubChem Elements/annotations.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Atomic Number", - "Type": "Element" - }, - { - "Heading": "Atomic Radius", - "Type": "Element" - }, - { - "Heading": "Compounds", - "Type": "Element" - }, - { - "Heading": "Electron Affinity", - "Type": "Element" - }, - { - "Heading": "Electronegativity", - "Type": "Element" - }, - { - "Heading": "Element Forms", - "Type": "Element" - }, - { - "Heading": "Element Name", - "Type": "Element" - }, - { - "Heading": "Element Symbol", - "Type": "Element" - } - ] - } -} diff --git a/stages/cache/01_download/RCSB Protein Data Bank (RCSB PDB)/annotations.json b/stages/cache/01_download/RCSB Protein Data Bank (RCSB PDB)/annotations.json deleted file mode 100644 index c29c4ab..0000000 --- a/stages/cache/01_download/RCSB Protein Data Bank (RCSB PDB)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "PDB Structures", - "Type": "Gene" - }, - { - "Heading": "PDB Structures", - "Type": "Protein" - }, - { - "Heading": "Protein Bound 3D Structures", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/RRUFF Project/annotations.json b/stages/cache/01_download/RRUFF Project/annotations.json deleted file mode 100644 index 54a4720..0000000 --- a/stages/cache/01_download/RRUFF Project/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Minerals", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Rat Genome Database (RGD)/annotations.json b/stages/cache/01_download/Rat Genome Database (RGD)/annotations.json deleted file mode 100644 index ae83175..0000000 --- a/stages/cache/01_download/Rat Genome Database (RGD)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "RGD ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Reactome/annotations.json b/stages/cache/01_download/Reactome/annotations.json deleted file mode 100644 index 0db34a1..0000000 --- a/stages/cache/01_download/Reactome/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/Regulation (EC) No 1272_2008 of the European Parliament and of the Council/annotations.json b/stages/cache/01_download/Regulation (EC) No 1272_2008 of the European Parliament and of the Council/annotations.json deleted file mode 100644 index 141d7ea..0000000 --- a/stages/cache/01_download/Regulation (EC) No 1272_2008 of the European Parliament and of the Council/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "GHS Classification", - "Type": "Compound" - }, - { - "Heading": "Hazard Classes and Categories", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Rhea - Annotated Reactions Database/annotations.json b/stages/cache/01_download/Rhea - Annotated Reactions Database/annotations.json deleted file mode 100644 index 4ef6408..0000000 --- a/stages/cache/01_download/Rhea - Annotated Reactions Database/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Biochemical Reactions", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Saccharomyces Genome Database (SGD)/annotations.json b/stages/cache/01_download/Saccharomyces Genome Database (SGD)/annotations.json deleted file mode 100644 index 687ac4b..0000000 --- a/stages/cache/01_download/Saccharomyces Genome Database (SGD)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "SGD ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/SpectraBase/annotations.json b/stages/cache/01_download/SpectraBase/annotations.json deleted file mode 100644 index 4f42c82..0000000 --- a/stages/cache/01_download/SpectraBase/annotations.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "11B NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "13C NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "15N NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "17O NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "19F NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "1H NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "29Si NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "31P NMR Spectra", - "Type": "Compound" - }, - { - "Heading": "ATR-IR Spectra", - "Type": "Compound" - }, - { - "Heading": "FTIR Spectra", - "Type": "Compound" - }, - { - "Heading": "GC-MS", - "Type": "Compound" - }, - { - "Heading": "Near IR Spectra", - "Type": "Compound" - }, - { - "Heading": "Raman Spectra", - "Type": "Compound" - }, - { - "Heading": "UV-VIS Spectra", - "Type": "Compound" - }, - { - "Heading": "Vapor Phase IR Spectra", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Springer Nature/annotations.json b/stages/cache/01_download/Springer Nature/annotations.json deleted file mode 100644 index 710ff30..0000000 --- a/stages/cache/01_download/Springer Nature/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Springer Nature References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/SpringerMaterials/annotations.json b/stages/cache/01_download/SpringerMaterials/annotations.json deleted file mode 100644 index c2f85a4..0000000 --- a/stages/cache/01_download/SpringerMaterials/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "SpringerMaterials Properties", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Suuberg Lab, School of Engineering, Brown University/annotations.json b/stages/cache/01_download/Suuberg Lab, School of Engineering, Brown University/annotations.json deleted file mode 100644 index 84a26f6..0000000 --- a/stages/cache/01_download/Suuberg Lab, School of Engineering, Brown University/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Enthalpy of Sublimation", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Swiss Institute of Bioinformatics Bgee/annotations.json b/stages/cache/01_download/Swiss Institute of Bioinformatics Bgee/annotations.json deleted file mode 100644 index 78f7984..0000000 --- a/stages/cache/01_download/Swiss Institute of Bioinformatics Bgee/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Bgee Gene ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Swiss Institute of Bioinformatics Cellosaurus/annotations.json b/stages/cache/01_download/Swiss Institute of Bioinformatics Cellosaurus/annotations.json deleted file mode 100644 index 4512f08..0000000 --- a/stages/cache/01_download/Swiss Institute of Bioinformatics Cellosaurus/annotations.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "BRENDA Tissue Ontology ID", - "Type": "Cell" - }, - { - "Heading": "BioAssay Annotations", - "Type": "Assay" - }, - { - "Heading": "COSMIC ID", - "Type": "Cell" - }, - { - "Heading": "Cell Line Ontology ID", - "Type": "Cell" - }, - { - "Heading": "Cell Model Passports", - "Type": "Cell" - }, - { - "Heading": "Cellosaurus ID", - "Type": "Cell" - }, - { - "Heading": "ChEMBL Cell Line ID", - "Type": "Cell" - }, - { - "Heading": "DepMap ID", - "Type": "Cell" - }, - { - "Heading": "Diseases", - "Type": "Cell" - }, - { - "Heading": "Experimental Factor Ontology ID", - "Type": "Cell" - }, - { - "Heading": "GDSC", - "Type": "Cell" - }, - { - "Heading": "HMS LINCS ID", - "Type": "Cell" - }, - { - "Heading": "LINCS ID", - "Type": "Cell" - }, - { - "Heading": "MeSH ID", - "Type": "Cell" - }, - { - "Heading": "Synonyms", - "Type": "Cell" - }, - { - "Heading": "Wikidata", - "Type": "Cell" - } - ] - } -} diff --git a/stages/cache/01_download/Swiss Institute of Bioinformatics neXtProt/annotations.json b/stages/cache/01_download/Swiss Institute of Bioinformatics neXtProt/annotations.json deleted file mode 100644 index ad4bb84..0000000 --- a/stages/cache/01_download/Swiss Institute of Bioinformatics neXtProt/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "neXtProt Accession", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/The CA Office of Environmental Health Hazard Assessment (OEHHA)/annotations.json b/stages/cache/01_download/The CA Office of Environmental Health Hazard Assessment (OEHHA)/annotations.json deleted file mode 100644 index af7f6fa..0000000 --- a/stages/cache/01_download/The CA Office of Environmental Health Hazard Assessment (OEHHA)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Record Description", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/The Cambridge Structural Database/annotations.json b/stages/cache/01_download/The Cambridge Structural Database/annotations.json deleted file mode 100644 index 82183dc..0000000 --- a/stages/cache/01_download/The Cambridge Structural Database/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Associated Article", - "Type": "Compound" - }, - { - "Heading": "CCDC Number", - "Type": "Compound" - }, - { - "Heading": "Crystal Structure Data", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/The National Institute for Occupational Safety and Health (NIOSH)/annotations.json b/stages/cache/01_download/The National Institute for Occupational Safety and Health (NIOSH)/annotations.json deleted file mode 100644 index 4bf926d..0000000 --- a/stages/cache/01_download/The National Institute for Occupational Safety and Health (NIOSH)/annotations.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Boiling Point", - "Type": "Compound" - }, - { - "Heading": "CAS", - "Type": "Compound" - }, - { - "Heading": "Cancer Sites", - "Type": "Compound" - }, - { - "Heading": "DOT ID and Guide", - "Type": "Compound" - }, - { - "Heading": "Density", - "Type": "Compound" - }, - { - "Heading": "Exposure Routes", - "Type": "Compound" - }, - { - "Heading": "First Aid", - "Type": "Compound" - }, - { - "Heading": "Flammable Limits", - "Type": "Compound" - }, - { - "Heading": "Flash Point", - "Type": "Compound" - }, - { - "Heading": "Hazardous Reactivities & Incompatibilities", - "Type": "Compound" - }, - { - "Heading": "Immediately Dangerous to Life or Health (IDLH)", - "Type": "Compound" - }, - { - "Heading": "Ionization Potential", - "Type": "Compound" - }, - { - "Heading": "Lower Explosive Limit (LEL)", - "Type": "Compound" - }, - { - "Heading": "Melting Point", - "Type": "Compound" - }, - { - "Heading": "NIOSH Toxicity Data", - "Type": "Compound" - }, - { - "Heading": "Permissible Exposure Limit (PEL)", - "Type": "Compound" - }, - { - "Heading": "Personal Protective Equipment (PPE)", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "RTECS Number", - "Type": "Compound" - }, - { - "Heading": "Recommended Exposure Limit (REL)", - "Type": "Compound" - }, - { - "Heading": "Respirator Recommendations", - "Type": "Compound" - }, - { - "Heading": "Solubility", - "Type": "Compound" - }, - { - "Heading": "Symptoms", - "Type": "Compound" - }, - { - "Heading": "Target Organs", - "Type": "Compound" - }, - { - "Heading": "UN Number", - "Type": "Compound" - }, - { - "Heading": "Upper Explosive Limit (UEL)", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - }, - { - "Heading": "Vapor Pressure", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/The Natural Products Atlas/annotations.json b/stages/cache/01_download/The Natural Products Atlas/annotations.json deleted file mode 100644 index 54a6a31..0000000 --- a/stages/cache/01_download/The Natural Products Atlas/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Natural Products", - "Type": "Taxonomy" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/The University of Alabama Libraries/annotations.json b/stages/cache/01_download/The University of Alabama Libraries/annotations.json deleted file mode 100644 index 54c8e2a..0000000 --- a/stages/cache/01_download/The University of Alabama Libraries/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Synthesis References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/The Zebrafish Information Network (ZFIN)/annotations.json b/stages/cache/01_download/The Zebrafish Information Network (ZFIN)/annotations.json deleted file mode 100644 index a09da73..0000000 --- a/stages/cache/01_download/The Zebrafish Information Network (ZFIN)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "ZFIN ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Therapeutic Target Database (TTD)/annotations.json b/stages/cache/01_download/Therapeutic Target Database (TTD)/annotations.json deleted file mode 100644 index 346b7a9..0000000 --- a/stages/cache/01_download/Therapeutic Target Database (TTD)/annotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Associated Disorders and Diseases", - "Type": "Compound" - }, - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Taxonomy" - }, - { - "Heading": "Gene-Disease Associations", - "Type": "Gene" - }, - { - "Heading": "Protein-Disease Associations", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/Thieme Chemistry/annotations.json b/stages/cache/01_download/Thieme Chemistry/annotations.json deleted file mode 100644 index 679ddc3..0000000 --- a/stages/cache/01_download/Thieme Chemistry/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Thieme References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Toxin and Toxin Target Database (T3DB)/annotations.json b/stages/cache/01_download/Toxin and Toxin Target Database (T3DB)/annotations.json deleted file mode 100644 index 8ddf9fb..0000000 --- a/stages/cache/01_download/Toxin and Toxin Target Database (T3DB)/annotations.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Carcinogen Classification", - "Type": "Compound" - }, - { - "Heading": "Chemical-Gene Interactions", - "Type": "Gene" - }, - { - "Heading": "Chemical-Protein Interactions", - "Type": "Protein" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Compound" - }, - { - "Heading": "Chemical-Target Interactions", - "Type": "Taxonomy" - }, - { - "Heading": "Exposure Routes", - "Type": "Compound" - }, - { - "Heading": "Health Effects", - "Type": "Compound" - }, - { - "Heading": "Metabolism/Metabolites", - "Type": "Compound" - }, - { - "Heading": "Minimum Risk Level", - "Type": "Compound" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Reported Fatal Dose", - "Type": "Compound" - }, - { - "Heading": "Symptoms", - "Type": "Compound" - }, - { - "Heading": "Toxicity Data", - "Type": "Compound" - }, - { - "Heading": "Toxicity Summary", - "Type": "Compound" - }, - { - "Heading": "Treatment", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/U.S. Chemical Safety and Hazard Investigation Board (CSB)/annotations.json b/stages/cache/01_download/U.S. Chemical Safety and Hazard Investigation Board (CSB)/annotations.json deleted file mode 100644 index 4b612b8..0000000 --- a/stages/cache/01_download/U.S. Chemical Safety and Hazard Investigation Board (CSB)/annotations.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Accelerating Rate Calorimetry (ARC)", - "Type": "Compound" - }, - { - "Heading": "Color/Form", - "Type": "Compound" - }, - { - "Heading": "Decomposition", - "Type": "Compound" - }, - { - "Heading": "Differential Scanning Calorimetry (DSC)", - "Type": "Compound" - }, - { - "Heading": "Hazards Summary", - "Type": "Compound" - }, - { - "Heading": "History and Incidents", - "Type": "Compound" - }, - { - "Heading": "Odor", - "Type": "Compound" - }, - { - "Heading": "Physical Description", - "Type": "Compound" - }, - { - "Heading": "Self-Accelerating Decomposition Temperature (SADT)", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/USDA Pesticide Data Program/annotations.json b/stages/cache/01_download/USDA Pesticide Data Program/annotations.json deleted file mode 100644 index e5addd3..0000000 --- a/stages/cache/01_download/USDA Pesticide Data Program/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Pesticides", - "Type": "Compound" - }, - { - "Heading": "USDA Pesticide Data Program", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/USGS Columbia Environmental Research Center/annotations.json b/stages/cache/01_download/USGS Columbia Environmental Research Center/annotations.json deleted file mode 100644 index f238041..0000000 --- a/stages/cache/01_download/USGS Columbia Environmental Research Center/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Acute Toxicity Link", - "Type": "Compound" - }, - { - "Heading": "Use Classification", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/USGS National Minerals Information Center/annotations.json b/stages/cache/01_download/USGS National Minerals Information Center/annotations.json deleted file mode 100644 index 92c1f42..0000000 --- a/stages/cache/01_download/USGS National Minerals Information Center/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/UVCBs and Multi-Constituent Substances (MCS) Committee/annotations.json b/stages/cache/01_download/UVCBs and Multi-Constituent Substances (MCS) Committee/annotations.json deleted file mode 100644 index fe85f6d..0000000 --- a/stages/cache/01_download/UVCBs and Multi-Constituent Substances (MCS) Committee/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Chemical Classes", - "Type": "Compound" - }, - { - "Heading": "Uses", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/UniProt/annotations.json b/stages/cache/01_download/UniProt/annotations.json deleted file mode 100644 index 6ad446d..0000000 --- a/stages/cache/01_download/UniProt/annotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Enzyme Commission (EC) Number", - "Type": "Protein" - }, - { - "Heading": "Protein Function", - "Type": "Gene" - }, - { - "Heading": "Protein Isoforms", - "Type": "Gene" - }, - { - "Heading": "Record Description", - "Type": "Protein" - }, - { - "Heading": "Synonyms", - "Type": "Protein" - }, - { - "Heading": "UniProt ID", - "Type": "Protein" - }, - { - "Heading": "UniProt Taxon ID", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/VEuPathDB_ The Eukaryotic Pathogen, Vector and Host Informatics Resource/annotations.json b/stages/cache/01_download/VEuPathDB_ The Eukaryotic Pathogen, Vector and Host Informatics Resource/annotations.json deleted file mode 100644 index df35c84..0000000 --- a/stages/cache/01_download/VEuPathDB_ The Eukaryotic Pathogen, Vector and Host Informatics Resource/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "VEuPathDB ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/WHO Anatomical Therapeutic Chemical (ATC) Classification/annotations.json b/stages/cache/01_download/WHO Anatomical Therapeutic Chemical (ATC) Classification/annotations.json deleted file mode 100644 index efa9cba..0000000 --- a/stages/cache/01_download/WHO Anatomical Therapeutic Chemical (ATC) Classification/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "ATC Code", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/WHO Model Lists of Essential Medicines/annotations.json b/stages/cache/01_download/WHO Model Lists of Essential Medicines/annotations.json deleted file mode 100644 index 5565e27..0000000 --- a/stages/cache/01_download/WHO Model Lists of Essential Medicines/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "WHO Essential Medicines", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/West Coast Metabolomics Center-UC Davis/annotations.json b/stages/cache/01_download/West Coast Metabolomics Center-UC Davis/annotations.json deleted file mode 100644 index f0a138c..0000000 --- a/stages/cache/01_download/West Coast Metabolomics Center-UC Davis/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Metabolites", - "Type": "Taxonomy" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/WikiPathways/annotations.json b/stages/cache/01_download/WikiPathways/annotations.json deleted file mode 100644 index 0db34a1..0000000 --- a/stages/cache/01_download/WikiPathways/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Diagram", - "Type": "Pathway" - } - ] - } -} diff --git a/stages/cache/01_download/Wikidata/annotations.json b/stages/cache/01_download/Wikidata/annotations.json deleted file mode 100644 index 9951b35..0000000 --- a/stages/cache/01_download/Wikidata/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Wikidata", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Wikipedia/annotations.json b/stages/cache/01_download/Wikipedia/annotations.json deleted file mode 100644 index c015145..0000000 --- a/stages/cache/01_download/Wikipedia/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Wikipedia", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/Wiley/annotations.json b/stages/cache/01_download/Wiley/annotations.json deleted file mode 100644 index a7d8070..0000000 --- a/stages/cache/01_download/Wiley/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Wiley References", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/World Register of Marine Species (WoRMS)/annotations.json b/stages/cache/01_download/World Register of Marine Species (WoRMS)/annotations.json deleted file mode 100644 index 2719d20..0000000 --- a/stages/cache/01_download/World Register of Marine Species (WoRMS)/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "AphiaID", - "Type": "Taxonomy" - } - ] - } -} diff --git a/stages/cache/01_download/WormBase/annotations.json b/stages/cache/01_download/WormBase/annotations.json deleted file mode 100644 index 7cb5931..0000000 --- a/stages/cache/01_download/WormBase/annotations.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "WormBase ID", - "Type": "Gene" - }, - { - "Heading": "WormBase ID", - "Type": "Protein" - } - ] - } -} diff --git a/stages/cache/01_download/Xenbase/annotations.json b/stages/cache/01_download/Xenbase/annotations.json deleted file mode 100644 index ea1ebc4..0000000 --- a/stages/cache/01_download/Xenbase/annotations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Xenbase Gene ID", - "Type": "Gene" - } - ] - } -} diff --git a/stages/cache/01_download/Yeast Metabolome Database (YMDB)/annotations.json b/stages/cache/01_download/Yeast Metabolome Database (YMDB)/annotations.json deleted file mode 100644 index 42e90f2..0000000 --- a/stages/cache/01_download/Yeast Metabolome Database (YMDB)/annotations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "InformationList": { - "Annotation": [ - { - "Heading": "Metabolites", - "Type": "Taxonomy" - }, - { - "Heading": "Record Description", - "Type": "Compound" - }, - { - "Heading": "Taxonomy", - "Type": "Compound" - } - ] - } -} diff --git a/stages/cache/01_download/headings.csv b/stages/cache/01_download/headings.csv deleted file mode 100644 index c8d8470..0000000 --- a/stages/cache/01_download/headings.csv +++ /dev/null @@ -1,1018 +0,0 @@ -source,safe_source,heading,type -Agency for Toxic Substances and Disease Registry (ATSDR),Agency for Toxic Substances and Disease Registry (ATSDR),Hazards Summary,Compound -Agency for Toxic Substances and Disease Registry (ATSDR),Agency for Toxic Substances and Disease Registry (ATSDR),Record Description,Compound -Agency for Toxic Substances and Disease Registry (ATSDR),Agency for Toxic Substances and Disease Registry (ATSDR),Target Organs,Compound -Agency for Toxic Substances and Disease Registry (ATSDR),Agency for Toxic Substances and Disease Registry (ATSDR),Toxicological Information,Compound -Agency for Toxic Substances and Disease Registry (ATSDR),Agency for Toxic Substances and Disease Registry (ATSDR),Use Classification,Compound -Alliance of Genome Resources,Alliance of Genome Resources,Alliance Gene ID,Gene -Alliance of Genome Resources,Alliance of Genome Resources,Record Description,Gene -Athena Minerals,Athena Minerals,Minerals,Compound -"Atomic Mass Data Center (AMDC), International Atomic Energy Agency (IAEA)","Atomic Mass Data Center (AMDC), International Atomic Energy Agency (IAEA)","Atomic Mass, Half Life, and Decay",Element -Australian Industrial Chemicals Introduction Scheme (AICIS),Australian Industrial Chemicals Introduction Scheme (AICIS),CAS,Compound -Australian Industrial Chemicals Introduction Scheme (AICIS),Australian Industrial Chemicals Introduction Scheme (AICIS),Molecular Formula,Compound -Australian Industrial Chemicals Introduction Scheme (AICIS),Australian Industrial Chemicals Introduction Scheme (AICIS),Other Safety Information,Compound -Australian Industrial Chemicals Introduction Scheme (AICIS),Australian Industrial Chemicals Introduction Scheme (AICIS),Regulatory Information,Compound -"Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill","Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill",Chemical Classes,Compound -"Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill","Baker Lab, Chemistry Department, The University of North Carolina at Chapel Hill",Collision Cross Section,Compound -BindingDB,BindingDB,Chemical-Gene Interactions,Gene -BindingDB,BindingDB,Chemical-Protein Interactions,Protein -BindingDB,BindingDB,Chemical-Target Interactions,Compound -BindingDB,BindingDB,Chemical-Target Interactions,Taxonomy -BioAssay Research Database (BARD),BioAssay Research Database (BARD),BioAssay Annotations,Assay -BioGRID,BioGRID,Interactions,Gene -BioGRID,BioGRID,Interactions,Protein -BioGRID,BioGRID,Target Interactions,Taxonomy -BRENDA: Enzyme Functional Data,BRENDA_ Enzyme Functional Data,BRENDA EC Number,Protein -Burnham Center for Chemical Genomics,Burnham Center for Chemical Genomics,Solubility,Compound -CAMEO Chemicals,CAMEO Chemicals,Air and Water Reactions,Compound -CAMEO Chemicals,CAMEO Chemicals,Autoignition Temperature,Compound -CAMEO Chemicals,CAMEO Chemicals,Boiling Point,Compound -CAMEO Chemicals,CAMEO Chemicals,CAS,Compound -CAMEO Chemicals,CAMEO Chemicals,DOT Label,Compound -CAMEO Chemicals,CAMEO Chemicals,Density,Compound -CAMEO Chemicals,CAMEO Chemicals,Fire Fighting,Compound -CAMEO Chemicals,CAMEO Chemicals,Fire Hazards,Compound -CAMEO Chemicals,CAMEO Chemicals,First Aid,Compound -CAMEO Chemicals,CAMEO Chemicals,Flash Point,Compound -CAMEO Chemicals,CAMEO Chemicals,Health Hazards,Compound -CAMEO Chemicals,CAMEO Chemicals,Immediately Dangerous to Life or Health (IDLH),Compound -CAMEO Chemicals,CAMEO Chemicals,Isolation and Evacuation,Compound -CAMEO Chemicals,CAMEO Chemicals,Lower Explosive Limit (LEL),Compound -CAMEO Chemicals,CAMEO Chemicals,Melting Point,Compound -CAMEO Chemicals,CAMEO Chemicals,Molecular Formula,Compound -CAMEO Chemicals,CAMEO Chemicals,Nonfire Spill Response,Compound -CAMEO Chemicals,CAMEO Chemicals,Personal Protective Equipment (PPE),Compound -CAMEO Chemicals,CAMEO Chemicals,Physical Description,Compound -CAMEO Chemicals,CAMEO Chemicals,Reactive Group,Compound -CAMEO Chemicals,CAMEO Chemicals,Reactivity Alerts,Compound -CAMEO Chemicals,CAMEO Chemicals,Reactivity Profile,Compound -CAMEO Chemicals,CAMEO Chemicals,Record Description,Compound -CAMEO Chemicals,CAMEO Chemicals,Solubility,Compound -CAMEO Chemicals,CAMEO Chemicals,UN Number,Compound -CAMEO Chemicals,CAMEO Chemicals,Upper Explosive Limit (UEL),Compound -CAMEO Chemicals,CAMEO Chemicals,Vapor Density,Compound -CAMEO Chemicals,CAMEO Chemicals,Vapor Pressure,Compound -CAS Common Chemistry,CAS Common Chemistry,CAS,Compound -CAS Common Chemistry,CAS Common Chemistry,Related CAS,Compound -Catalogue of Life (COL),Catalogue of Life (COL),COL ID,Taxonomy -Catalogue of Life (COL),Catalogue of Life (COL),Synonyms,Taxonomy -CCSbase,CCSbase,Collision Cross Section,Compound -Cell Line Ontology (CLO),Cell Line Ontology (CLO),Cell Line Ontology ID,Cell -Cell Ontology (CL),Cell Ontology (CL),Cell Ontology ID,Cell -ChEBI,ChEBI,ChEBI ID,Compound -ChEBI,ChEBI,Record Description,Compound -ChEMBL,ChEMBL,BioAssay Annotations,Assay -ChEMBL,ChEMBL,Biochemical Reactions,Gene -ChEMBL,ChEMBL,Biochemical Reactions,Protein -ChEMBL,ChEMBL,Cell Line Ontology ID,Cell -ChEMBL,ChEMBL,Cell Ontology ID,Cell -ChEMBL,ChEMBL,Cellosaurus ID,Cell -ChEMBL,ChEMBL,ChEMBL Cell Line ID,Cell -ChEMBL,ChEMBL,ChEMBL ID,Compound -ChEMBL,ChEMBL,ChEMBL Target ID,Protein -ChEMBL,ChEMBL,Chemical-Gene Interactions,Gene -ChEMBL,ChEMBL,Chemical-Protein Interactions,Protein -ChEMBL,ChEMBL,Chemical-Target Interactions,Compound -ChEMBL,ChEMBL,Dissociation Constants,Compound -ChEMBL,ChEMBL,Experimental Factor Ontology ID,Cell -ChEMBL,ChEMBL,LINCS ID,Cell -ChEMBL,ChEMBL,Transformations,Compound -Chemical Probes Portal,Chemical Probes Portal,Chemical-Gene Interactions,Gene -Chemical Probes Portal,Chemical Probes Portal,Chemical-Protein Interactions,Protein -Chemical Probes Portal,Chemical Probes Portal,Chemical-Target Interactions,Compound -Chemical Probes Portal,Chemical Probes Portal,Chemical-Target Interactions,Taxonomy -ChemIDplus,ChemIDplus,Acute Effects,Compound -ChemIDplus,ChemIDplus,CAS,Compound -ChemIDplus,ChemIDplus,Classification Codes,Compound -ChemIDplus,ChemIDplus,Deprecated CAS,Compound -ChemIDplus,ChemIDplus,NLM Resources (File Locators),Compound -ChemIDplus,ChemIDplus,Names and Synonyms,Compound -ChemIDplus,ChemIDplus,Other Resources (Internet Locators),Compound -ChemIDplus,ChemIDplus,Regulatory Agencies (Superlist Locators),Compound -ChemIDplus,ChemIDplus,Related CAS,Compound -ChemIDplus,ChemIDplus,Substance Title,Compound -ChemIDplus,ChemIDplus,Superlist Classification Codes,Compound -ClinicalTrials.gov,ClinicalTrials.gov,ClinicalTrials.gov,Compound -Comparative Toxicogenomics Database (CTD),Comparative Toxicogenomics Database (CTD),Associated Disorders and Diseases,Compound -Comparative Toxicogenomics Database (CTD),Comparative Toxicogenomics Database (CTD),Chemical-Gene Interactions,Gene -Comparative Toxicogenomics Database (CTD),Comparative Toxicogenomics Database (CTD),Chemical-Target Interactions,Compound -Comparative Toxicogenomics Database (CTD),Comparative Toxicogenomics Database (CTD),Gene-Disease Associations,Gene -Consumer Product Information Database (CPID),Consumer Product Information Database (CPID),Household Products,Compound -Cosmetic Ingredient Review (CIR),Cosmetic Ingredient Review (CIR),Cosmetics,Compound -Cosmetic Ingredient Review (CIR),Cosmetic Ingredient Review (CIR),Uses,Compound -COVID-19 Disease Map,COVID-19 Disease Map,Creators,Pathway -COVID-19 Disease Map,COVID-19 Disease Map,Diagram,Pathway -Crystallography Open Database (COD),Crystallography Open Database (COD),Associated Article,Compound -Crystallography Open Database (COD),Crystallography Open Database (COD),COD Number,Compound -Crystallography Open Database (COD),Crystallography Open Database (COD),Crystal Structure Data,Compound -DailyMed,DailyMed,Drug Labels,Compound -Database of Interacting Proteins (DIP),Database of Interacting Proteins (DIP),Interactions,Gene -Database of Interacting Proteins (DIP),Database of Interacting Proteins (DIP),Protein-Protein Interactions,Protein -Database of Interacting Proteins (DIP),Database of Interacting Proteins (DIP),Target Interactions,Taxonomy -Dependency Map (DepMap),Dependency Map (DepMap),Cell Lines,Gene -Dependency Map (DepMap),Dependency Map (DepMap),Cellosaurus ID,Cell -Dependency Map (DepMap),Dependency Map (DepMap),DepMap ID,Cell -Dependency Map (DepMap),Dependency Map (DepMap),Genes,Cell -"Drug Database, Clinicalinfo.hiv.gov","Drug Database, Clinicalinfo.hiv.gov",HIV/AIDS and Opportunistic Infection Drugs,Compound -"Drug Database, Clinicalinfo.hiv.gov","Drug Database, Clinicalinfo.hiv.gov",Record Description,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),DEA Code Number,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),DEA Controlled Substances,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),DEA Drug Facts,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),DEA Drug and Chemical Information,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),DEA Listed Chemicals,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),Record Description,Compound -Drug Enforcement Administration (DEA),Drug Enforcement Administration (DEA),Regulatory Information,Compound -Drug Gene Interaction database (DGIdb),Drug Gene Interaction database (DGIdb),Chemical-Gene Interactions,Gene -Drug Gene Interaction database (DGIdb),Drug Gene Interaction database (DGIdb),Chemical-Target Interactions,Compound -Drug Induced Liver Injury Rank (DILIrank) Dataset,Drug Induced Liver Injury Rank (DILIrank) Dataset,Drug Induced Liver Injury,Compound -DrugBank,DrugBank,"Absorption, Distribution and Excretion",Compound -DrugBank,DrugBank,Biological Half-Life,Compound -DrugBank,DrugBank,Boiling Point,Compound -DrugBank,DrugBank,CAS,Compound -DrugBank,DrugBank,Caco2 Permeability,Compound -DrugBank,DrugBank,Chemical-Gene Interactions,Gene -DrugBank,DrugBank,Chemical-Protein Interactions,Protein -DrugBank,DrugBank,Chemical-Target Interactions,Compound -DrugBank,DrugBank,Dissociation Constants,Compound -DrugBank,DrugBank,Drug Indication,Compound -DrugBank,DrugBank,Drug-Drug Interactions,Compound -DrugBank,DrugBank,Drug-Food Interactions,Compound -DrugBank,DrugBank,DrugBank ID,Compound -DrugBank,DrugBank,DrugBank Target ID,Protein -DrugBank,DrugBank,Hydrophobicity,Compound -DrugBank,DrugBank,Isoelectric Point,Compound -DrugBank,DrugBank,LogP,Compound -DrugBank,DrugBank,LogS,Compound -DrugBank,DrugBank,Mechanism of Action,Compound -DrugBank,DrugBank,Melting Point,Compound -DrugBank,DrugBank,Metabolism/Metabolites,Compound -DrugBank,DrugBank,Patents,Compound -DrugBank,DrugBank,Pharmacodynamics,Compound -DrugBank,DrugBank,Protein Binding,Compound -DrugBank,DrugBank,Record Description,Compound -DrugBank,DrugBank,Solubility,Compound -Drugs and Lactation Database (LactMed),Drugs and Lactation Database (LactMed),Effects During Pregnancy and Lactation,Compound -Drugs@FDA,Drugs@FDA,FDA Approved Drugs,Compound -Drugs@FDA,Drugs@FDA,Human Drugs,Compound -DTP/NCI,DTP_NCI,CAS,Compound -DTP/NCI,DTP_NCI,NSC Number,Compound -E. coli Metabolome Database (ECMDB),E. coli Metabolome Database (ECMDB),Metabolites,Taxonomy -E. coli Metabolome Database (ECMDB),E. coli Metabolome Database (ECMDB),Record Description,Compound -E. coli Metabolome Database (ECMDB),E. coli Metabolome Database (ECMDB),Taxonomy,Compound -"ECI Group, LCSB, University of Luxembourg","ECI Group, LCSB, University of Luxembourg",Metabolites,Taxonomy -"ECI Group, LCSB, University of Luxembourg","ECI Group, LCSB, University of Luxembourg",Taxonomy,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Accidental Release Measures,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Emergency Response Planning Guidelines,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Exposure Control and Personal Protection,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Fire Hazards,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),First Aid,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Hazards Identification,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Health Hazards,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Isolation and Evacuation,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),Toxic-by-Inhalation (TIH) Gas,Compound -Emergency Response Guidebook (ERG),Emergency Response Guidebook (ERG),UN Number,Compound -Encyclopedia of Life (EOL),Encyclopedia of Life (EOL),EOL Page ID,Taxonomy -EPA Acute Exposure Guideline Levels (AEGLs),EPA Acute Exposure Guideline Levels (AEGLs),AEGLs Notes,Compound -EPA Acute Exposure Guideline Levels (AEGLs),EPA Acute Exposure Guideline Levels (AEGLs),AEGLs Table,Compound -EPA Acute Exposure Guideline Levels (AEGLs),EPA Acute Exposure Guideline Levels (AEGLs),Acute Exposure Guideline Levels (AEGLs),Compound -EPA Acute Exposure Guideline Levels (AEGLs),EPA Acute Exposure Guideline Levels (AEGLs),CAS,Compound -EPA Air Toxics,EPA Air Toxics,Hazards Summary,Compound -EPA Air Toxics,EPA Air Toxics,Record Description,Compound -EPA Air Toxics,EPA Air Toxics,Use Classification,Compound -EPA Air Toxics,EPA Air Toxics,Uses,Compound -EPA Chemical and Products Database (CPDat),EPA Chemical and Products Database (CPDat),Uses,Compound -EPA Chemical Data Reporting (CDR),EPA Chemical Data Reporting (CDR),CAS,Compound -EPA Chemical Data Reporting (CDR),EPA Chemical Data Reporting (CDR),Consumer Uses,Compound -EPA Chemical Data Reporting (CDR),EPA Chemical Data Reporting (CDR),General Manufacturing Information,Compound -EPA Chemical Data Reporting (CDR),EPA Chemical Data Reporting (CDR),Industry Uses,Compound -EPA Chemical Data Reporting (CDR),EPA Chemical Data Reporting (CDR),Physical Description,Compound -EPA Chemical Data Reporting (CDR),EPA Chemical Data Reporting (CDR),U.S. Production,Compound -EPA Chemicals under the TSCA,EPA Chemicals under the TSCA,CAS,Compound -EPA Chemicals under the TSCA,EPA Chemicals under the TSCA,Deprecated CAS,Compound -EPA Chemicals under the TSCA,EPA Chemicals under the TSCA,General Manufacturing Information,Compound -EPA Chemicals under the TSCA,EPA Chemicals under the TSCA,UVCB,Compound -EPA DSSTox,EPA DSSTox,CAS,Compound -EPA DSSTox,EPA DSSTox,DSSTox Substance ID,Compound -EPA DSSTox,EPA DSSTox,Deprecated CAS,Compound -EPA DSSTox,EPA DSSTox,UVCB,Compound -EPA Integrated Risk Information System (IRIS),EPA Integrated Risk Information System (IRIS),CAS,Compound -EPA Integrated Risk Information System (IRIS),EPA Integrated Risk Information System (IRIS),Cancer Sites,Compound -EPA Integrated Risk Information System (IRIS),EPA Integrated Risk Information System (IRIS),EPA IRIS Information,Compound -EPA Integrated Risk Information System (IRIS),EPA Integrated Risk Information System (IRIS),Target Organs,Compound -EPA Pesticide Ecotoxicity Database,EPA Pesticide Ecotoxicity Database,Agrochemical Category,Compound -EPA Pesticide Ecotoxicity Database,EPA Pesticide Ecotoxicity Database,EPA Ecotoxicity,Compound -EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs),EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs),CAS,Compound -EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs),EPA Provisional Peer-Reviewed Toxicity Values (PPRTVs),EPA Provisional Peer-Reviewed Toxicity Values,Compound -EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites,EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites,Hazard Quotient Level 0.1 or Cancer Risk Level 1E-06,Compound -EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites,EPA Regional Screening Levels for Chemical Contaminants at Superfund Sites,Hazard Quotient Level 3 or Cancer Risk Level 1E-04,Compound -EPA Safer Choice,EPA Safer Choice,EPA Safer Chemical,Compound -EPA Safer Choice,EPA Safer Choice,Use Classification,Compound -EU Clinical Trials Register,EU Clinical Trials Register,EU Clinical Trials Register,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Acid Value,Compound -EU Food Improvement Agents,EU Food Improvement Agents,European Community (EC) Number,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Food Additive Classes,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Food Additive Definition,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Melting Point,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Molecular Formula,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Optical Rotation,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Physical Description,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Refractive Index,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Solubility,Compound -EU Food Improvement Agents,EU Food Improvement Agents,UV Spectra,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Use Classification,Compound -EU Food Improvement Agents,EU Food Improvement Agents,Viscosity,Compound -EU Food Improvement Agents,EU Food Improvement Agents,pH,Compound -EU Pesticides Database,EU Pesticides Database,Agrochemical Category,Compound -EU Pesticides Database,EU Pesticides Database,EU Pesticides Data,Compound -EU Pesticides Database,EU Pesticides Database,Pesticides,Compound -EU Pesticides Database,EU Pesticides Database,Use Classification,Compound -European Chemicals Agency (ECHA),European Chemicals Agency (ECHA),CAS,Compound -European Chemicals Agency (ECHA),European Chemicals Agency (ECHA),European Community (EC) Number,Compound -European Chemicals Agency (ECHA),European Chemicals Agency (ECHA),GHS Classification,Compound -European Chemicals Agency (ECHA),European Chemicals Agency (ECHA),Hazard Classes and Categories,Compound -European Chemicals Agency (ECHA),European Chemicals Agency (ECHA),Regulatory Information,Compound -European Medicines Agency (EMA),European Medicines Agency (EMA),ATC Code,Compound -European Medicines Agency (EMA),European Medicines Agency (EMA),Animal Drugs,Compound -European Medicines Agency (EMA),European Medicines Agency (EMA),Drug Indication,Compound -European Medicines Agency (EMA),European Medicines Agency (EMA),EMA Drug Information,Compound -European Medicines Agency (EMA),European Medicines Agency (EMA),Human Drugs,Compound -European Medicines Agency (EMA),European Medicines Agency (EMA),Use Classification,Compound -FDA Approved Animal Drug Products (Green Book),FDA Approved Animal Drug Products (Green Book),Animal Drugs,Compound -FDA Approved Animal Drug Products (Green Book),FDA Approved Animal Drug Products (Green Book),FDA Green Book,Compound -FDA Approved Animal Drug Products (Green Book),FDA Approved Animal Drug Products (Green Book),FDA Green Book Patents,Compound -FDA Approved Animal Drug Products (Green Book),FDA Approved Animal Drug Products (Green Book),Use Classification,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),Color Additive Status,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),FCN Number,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Generally Recognized as Safe - GRAS Notices,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Indirect Additives used in Food Contact Substances,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Inventory of Effective Food Contact Substance Notifications - FCN,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Substances Added to Food,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),Food Additive Status,Compound -FDA Center for Food Safety and Applied Nutrition (CFSAN),FDA Center for Food Safety and Applied Nutrition (CFSAN),Food Additives,Compound -FDA Global Substance Registration System (GSRS),FDA Global Substance Registration System (GSRS),CAS,Compound -FDA Global Substance Registration System (GSRS),FDA Global Substance Registration System (GSRS),Deprecated CAS,Compound -FDA Global Substance Registration System (GSRS),FDA Global Substance Registration System (GSRS),UNII,Compound -FDA Medication Guides,FDA Medication Guides,FDA Medication Guides,Compound -FDA Orange Book,FDA Orange Book,FDA Orange Book,Compound -FDA Orange Book,FDA Orange Book,FDA Orange Book Patents,Compound -FDA Orange Book,FDA Orange Book,Use Classification,Compound -FDA Pharm Classes,FDA Pharm Classes,FDA Pharmacological Classification,Compound -FDA Pharm Classes,FDA Pharm Classes,Record Description,Compound -FDA Purple Book,FDA Purple Book,FDA Purple Book,Compound -Flavor and Extract Manufacturers Association (FEMA),Flavor and Extract Manufacturers Association (FEMA),FEMA Flavor Profile,Compound -Flavor and Extract Manufacturers Association (FEMA),Flavor and Extract Manufacturers Association (FEMA),FEMA Number,Compound -FlyBase,FlyBase,FlyBase ID,Gene -FooDB,FooDB,Associated Foods,Compound -FooDB,FooDB,Food Compounds,Taxonomy -FooDB,FooDB,Record Description,Taxonomy -Gene Curation Coalition (GenCC),Gene Curation Coalition (GenCC),GenCC ID,Gene -Genomics of Drug Sensitivity in Cancer (GDSC),Genomics of Drug Sensitivity in Cancer (GDSC),Drug Sensitivity,Cell -Genomics of Drug Sensitivity in Cancer (GDSC),Genomics of Drug Sensitivity in Cancer (GDSC),GDSC,Cell -GlycoNAVI,GlycoNAVI,GlyTouCan Accession,Compound -GlyConnect,GlyConnect,GlyConnect Cell Line,Cell -GlyConnect,GlyConnect,GlyConnect Protein,Protein -GlyConnect,GlyConnect,GlyConnect Structure,Compound -GlyConnect,GlyConnect,GlyConnect Taxonomy,Taxonomy -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Chemical-Gene Interactions,Gene -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Chemical-Target Interactions,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Gene-Disease Associations,Gene -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyCosmos Gene,Gene -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyCosmos Monoisotopic Mass,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyCosmos Protein,Protein -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyCosmos Species,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyCosmos Subsumption,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyCosmos Tissue/Organ,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlyTouCan Accession,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Glycans,Pathway -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Glycans,Taxonomy -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlycoGenes,Pathway -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlycoPathways,Pathway -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,GlycoProteins,Pathway -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Record Description,Compound -GlyCosmos Glycoscience Portal,GlyCosmos Glycoscience Portal,Taxonomy,Compound -GlyGen,GlyGen,GlyGen Classification,Compound -GlyGen,GlyGen,GlyGen Motifs,Compound -GlyGen,GlyGen,GlyGen Protein,Protein -GlyGen,GlyGen,Glycosylation,Protein -GlyGen,GlyGen,Monosaccharide Composition,Compound -GlyGen,GlyGen,Permethylated Mass,Compound -GlyTouCan Project,GlyTouCan Project,Biologic Line Notation,Compound -GlyTouCan Project,GlyTouCan Project,GlyTouCan Accession,Compound -Handbook of Mineralogy,Handbook of Mineralogy,Minerals,Compound -Harvard Medical School (HMS) LINCS,Harvard Medical School (HMS) LINCS,Cell Type,Cell -Harvard Medical School (HMS) LINCS,Harvard Medical School (HMS) LINCS,Diseases,Cell -Harvard Medical School (HMS) LINCS,Harvard Medical School (HMS) LINCS,HMS LINCS ID,Cell -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Adverse Effects,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Associated Disorders and Diseases,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Biological Half-Life,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Boiling Point,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Chemical Classes,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Emergency Response Planning Guidelines,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Exposure Control and Personal Protection,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Flash Point,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Hazards Summary,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Immediately Dangerous to Life or Health (IDLH),Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Melting Point,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Odor Threshold,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Permissible Exposure Limit (PEL),Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Physical Description,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Threshold Limit Values (TLV),Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Toxicity Data,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Uses,Compound -"Haz-Map, Information on Hazardous Chemicals and Occupational Diseases","Haz-Map, Information on Hazardous Chemicals and Occupational Diseases",Vapor Pressure,Compound -"Hazardous Chemical Information System (HCIS), Safe Work Australia","Hazardous Chemical Information System (HCIS), Safe Work Australia",GHS Classification,Compound -"Hazardous Chemical Information System (HCIS), Safe Work Australia","Hazardous Chemical Information System (HCIS), Safe Work Australia",Hazard Classes and Categories,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),13C NMR Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),1D NMR Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),1H NMR Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),"Absorption, Distribution and Excretion",Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),"Absorption, Distribution and Excretion (Complete)",Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Acceptable Daily Intakes,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Acceptable Daily Intakes (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Allowable Tolerances,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Allowable Tolerances (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Analytic Laboratory Methods,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Analytic Laboratory Methods (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Animal Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Animal Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Antidote and Emergency Treatment,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Antidote and Emergency Treatment (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Artificial Pollution Sources,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Artificial Pollution Sources (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Associated Chemicals,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Associated Chemicals (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Atmospheric Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Atmospheric Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Atmospheric Standards,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Atmospheric Standards (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Autoignition Temperature,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Average Daily Intake,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Average Daily Intake (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Biological Half-Life,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Biological Half-Life (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Bionecessity,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Bionecessity (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Body Burden,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Body Burden (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Boiling Point,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),CAS,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),CERCLA Reportable Quantities,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),CERCLA Reportable Quantities (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Clean Water Act Requirements,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Cleanup Methods,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Cleanup Methods (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Clinical Laboratory Methods,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Clinical Laboratory Methods (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Color/Form,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Color/Form (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Consumption Patterns,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Consumption Patterns (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Corrosivity,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Critical Temperature & Pressure,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),DOT Emergency Guidelines,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),DOT Emergency Guidelines (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Decomposition,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Density,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Dielectric Constant,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Dispersion,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Disposal Methods,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Disposal Methods (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Dissociation Constants,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Drug Idiosyncrasies,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Drug Tolerance,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Drug Warnings,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Drug Warnings (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),EPA Hazardous Waste Number,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Ecotoxicity Excerpts,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Ecotoxicity Excerpts (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Ecotoxicity Values,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Ecotoxicity Values (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Effluent Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Effluent Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Emergency Response Planning Guidelines,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Emergency Response Planning Guidelines (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Abiotic Degradation,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Abiotic Degradation (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Bioconcentration,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Bioconcentration (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Biodegradation,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Biodegradation (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Fate,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Fate (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Fate/Exposure Summary,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Water Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Environmental Water Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Evidence for Carcinogenicity,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Evidence for Carcinogenicity (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Explosive Limits and Potential,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Explosive Limits and Potential (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),FDA Requirements,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),FDA Requirements (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),FIFRA Requirements,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),FIFRA Requirements (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Federal Drinking Water Guidelines,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Federal Drinking Water Standards,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Federal Drinking Water Standards (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Fire Fighting Procedures,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Fire Fighting Procedures (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Fire Potential,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Firefighting Hazards,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Firefighting Hazards (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Fish/Seafood Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Fish/Seafood Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Flammable Limits,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Flash Point,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Food Survey Values,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Food Survey Values (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Formulations/Preparations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Formulations/Preparations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),GHS Classification,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),General Manufacturing Information,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),General Manufacturing Information (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),HSDB Note,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Hazardous Reactivities and Incompatibilities,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Hazardous Reactivities and Incompatibilities (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Hazardous Substances DataBank Number,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Hazards Summary,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Heat of Combustion,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Heat of Vaporization,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Henry's Law Constant,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),History and Incidents,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),History and Incidents (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Human Toxicity Excerpts,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Human Toxicity Excerpts (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Human Toxicity Values,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Human Toxicity Values (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),IR Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Immediately Dangerous to Life or Health (IDLH),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Impurities,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Impurities (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Interactions,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Interactions (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Last Review Date,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Last Revision Date,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),LogP,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Manufacturers,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Maximum Drug Dose,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Mechanism of Action,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Mechanism of Action (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Medical Surveillance,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Medical Surveillance (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Melting Point,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Metabolism/Metabolites,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Metabolism/Metabolites (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Methods of Manufacturing,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Methods of Manufacturing (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Milk Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Milk Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Molecular Formula,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Molecular Weight,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),NFPA Hazard Classification,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),NIOSH Recommendations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),NIOSH Recommendations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),National Toxicology Program Studies,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),National Toxicology Program Studies (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Natural Pollution Sources,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Natural Pollution Sources (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Non-Human Toxicity Excerpts,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Non-Human Toxicity Excerpts (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Non-Human Toxicity Values,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Non-Human Toxicity Values (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),OSHA Standards,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),OSHA Standards (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Odor,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Odor Threshold,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Odor Threshold (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Ongoing Test Status,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Optical Rotation,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Environmental Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Environmental Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Experimental Properties,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Experimental Properties (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Hazardous Reactions,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other MS,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Standards Regulations and Guidelines,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Other Standards Regulations and Guidelines (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Personal Protective Equipment (PPE),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Personal Protective Equipment (PPE) (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Plant Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Plant Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Polymerization,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Populations at Special Risk,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Populations at Special Risk (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Preventive Measures,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Preventive Measures (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Probable Routes of Human Exposure,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Probable Routes of Human Exposure (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),RCRA Requirements,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),RCRA Requirements (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Radiation Limits and Potential,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Radiation Limits and Potential (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Raman Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Refractive Index,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Related HSDB Records,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Relative Evaporation Rate,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Reported Fatal Dose,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Sampling Procedures,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Sampling Procedures (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Sediment/Soil Concentrations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Sediment/Soil Concentrations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Shipment Methods and Regulations,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Shipment Methods and Regulations (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Shipping Name/ Number DOT/UN/NA/IMO,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Shipping Name/ Number DOT/UN/NA/IMO (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),"Skin, Eye, and Respiratory Irritations",Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Soil Adsorption/Mobility,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Soil Adsorption/Mobility (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Soil Standards,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Solubility,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Solubility (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Special Reports,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Special Reports (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Stability/Shelf Life,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Stability/Shelf Life (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Standard Transportation Number,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),State Drinking Water Guidelines,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),State Drinking Water Guidelines (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),State Drinking Water Standards,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),State Drinking Water Standards (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Storage Conditions,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Storage Conditions (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Substance Title,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Surface Tension,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Synonyms and Identifiers,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),TSCA Requirements,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),TSCA Test Submissions,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),TSCA Test Submissions (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Taste,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Therapeutic Uses,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Therapeutic Uses (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Threshold Limit Values (TLV),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Threshold Limit Values (TLV) (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Toxic Combustion Products,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Toxicity Summary,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),U.S. Exports,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),U.S. Exports (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),U.S. Imports,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),U.S. Imports (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),U.S. Production,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),U.S. Production (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),UV Spectra,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Update History,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Uses,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Uses (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Vapor Density,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Vapor Pressure,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Viscosity,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Volatilization from Water/Soil,Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),Volatilization from Water/Soil (Complete),Compound -Hazardous Substances Data Bank (HSDB),Hazardous Substances Data Bank (HSDB),pH,Compound -HUGO Gene Nomenclature Committee (HGNC),HUGO Gene Nomenclature Committee (HGNC),Gene Family,Gene -HUGO Gene Nomenclature Committee (HGNC),HUGO Gene Nomenclature Committee (HGNC),HGNC ID,Gene -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),13C NMR Spectra,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),1H NMR Spectra,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),1H-13C NMR Spectra,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),1H-1H NMR Spectra,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Boiling Point,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),CAS,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Cellular Locations,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Disease and References,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),GC-MS,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),HMDB ID,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),LogP,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),MS-MS,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Melting Point,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Metabolite Pathways,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Physical Description,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Solubility,Compound -Human Metabolome Database (HMDB),Human Metabolome Database (HMDB),Tissue Locations,Compound -Human Protein Atlas (HPA),Human Protein Atlas (HPA),HPA ID,Protein -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Autoignition Temperature,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Boiling Point,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),CAS,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Chemical Dangers,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Decomposition,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Density,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),EC Classification,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Effects of Long Term Exposure,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Effects of Short Term Exposure,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Explosive Limits and Potential,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Exposure Routes,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Fire Fighting,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Fire Hazards,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),First Aid Measures,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Flash Point,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),ICSC Environmental Data,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),ICSC Number,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Inhalation Risk,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),LogP,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Melting Point,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Molecular Formula,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Occupational Exposure Limits (OEL),Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Packaging and Labelling,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Physical Dangers,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Physical Description,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Preventions,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Safe Storage,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Solubility,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Spillage Disposal,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Symptoms,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Threshold Limit Values (TLV),Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),UN Classification,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),UN Number,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Vapor Density,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Vapor Pressure,Compound -ILO-WHO International Chemical Safety Cards (ICSCs),ILO-WHO International Chemical Safety Cards (ICSCs),Viscosity,Compound -IntAct Molecular Interaction Database,IntAct Molecular Interaction Database,IntAct Protein,Protein -Integrated Taxonomic Information System (ITIS),Integrated Taxonomic Information System (ITIS),ITIS Serial Number,Taxonomy -Integrated Taxonomic Information System (ITIS),Integrated Taxonomic Information System (ITIS),Synonyms,Taxonomy -International Agency for Research on Cancer (IARC),International Agency for Research on Cancer (IARC),Carcinogen Classification,Compound -International Fragrance Association (IFRA),International Fragrance Association (IFRA),CAS,Compound -International Fragrance Association (IFRA),International Fragrance Association (IFRA),Fragrances,Compound -International Fragrance Association (IFRA),International Fragrance Association (IFRA),IFRA Fragrance Standards,Compound -International Fragrance Association (IFRA),International Fragrance Association (IFRA),Restriction Limits in the Finished Product (%),Compound -International Fragrance Association (IFRA),International Fragrance Association (IFRA),Use Classification,Compound -InterPro,InterPro,InterPro Domains,Protein -InterPro,InterPro,InterPro Protein,Protein -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),Atomic Weight,Element -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),Element Name,Element -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),Element Symbol,Element -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),Historical Atomic Weights,Element -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),Historical Isotopic Abundances,Element -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),History,Element -IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),IUPAC Commission on Isotopic Abundances and Atomic Weights (CIAAW),Isotope Mass and Abundance,Element -IUPAC Digitized pKa Dataset,IUPAC Digitized pKa Dataset,Dissociation Constants,Compound -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Description,Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes Used as a Source of Radioactive Isotope(s),Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes in Biology,Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes in Earth/Planetary Science,Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes in Forensic Science and Anthropology,Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes in Geochronology,Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes in Industry,Element -IUPAC Periodic Table of the Elements and Isotopes (IPTEI),IUPAC Periodic Table of the Elements and Isotopes (IPTEI),Isotopes in Medicine,Element -IUPHAR/BPS Guide to PHARMACOLOGY,IUPHAR_BPS Guide to PHARMACOLOGY,Biochemical Reactions,Compound -IUPHAR/BPS Guide to PHARMACOLOGY,IUPHAR_BPS Guide to PHARMACOLOGY,Chemical-Gene Interactions,Gene -IUPHAR/BPS Guide to PHARMACOLOGY,IUPHAR_BPS Guide to PHARMACOLOGY,Chemical-Protein Interactions,Protein -IUPHAR/BPS Guide to PHARMACOLOGY,IUPHAR_BPS Guide to PHARMACOLOGY,Chemical-Target Interactions,Compound -IUPHAR/BPS Guide to PHARMACOLOGY,IUPHAR_BPS Guide to PHARMACOLOGY,Chemical-Target Interactions,Taxonomy -IUPHAR/BPS Guide to PHARMACOLOGY,IUPHAR_BPS Guide to PHARMACOLOGY,Guide to PHARMACOLOGY Target ID,Protein -Japan Chemical Substance Dictionary (Nikkaji),Japan Chemical Substance Dictionary (Nikkaji),Nikkaji Number,Compound -Japan Pharmaceuticals and Medical Devices Agency (PMDA),Japan Pharmaceuticals and Medical Devices Agency (PMDA),Japan PMDA Drugs,Compound -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Atomic Weight,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Boiling Point,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Density,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Element Classification,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Element Group Number,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Element Period Number,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Estimated Crustal Abundance,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Estimated Oceanic Abundance,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",History,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Ionization Energy,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Isotopes,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Melting Point,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Oxidation States,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Physical Description,Element -"Jefferson Lab, U.S. Department of Energy","Jefferson Lab, U.S. Department of Energy",Uses,Element -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Density,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Evaluations of the Joint FAO/WHO Expert Committee on Food Additives - JECFA,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),FEMA Number,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Food Additive Classes,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),JECFA Number,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Physical Description,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Refractive Index,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Solubility,Compound -Joint FAO/WHO Expert Committee on Food Additives (JECFA),Joint FAO_WHO Expert Committee on Food Additives (JECFA),Use Classification,Compound -KEGG,KEGG,KEGG Diseases,Gene -KEGG,KEGG,KEGG Gene,Gene -KEGG,KEGG,KEGG ID,Compound -KNApSAcK Species-Metabolite Database,KNApSAcK Species-Metabolite Database,Metabolites,Taxonomy -KNApSAcK Species-Metabolite Database,KNApSAcK Species-Metabolite Database,Taxonomy,Compound -"Kruve Lab, Ionization & Mass Spectrometry, Stockholm University","Kruve Lab, Ionization & Mass Spectrometry, Stockholm University",Ionization Efficiency,Compound -"Lab and Research Safety, University of Minnesota","Lab and Research Safety, University of Minnesota",Peroxide Forming Chemical,Compound -LINCS Data Portal,LINCS Data Portal,Diseases,Cell -LINCS Data Portal,LINCS Data Portal,LINCS ID,Cell -LIPID MAPS,LIPID MAPS,Lipid Maps ID (LM_ID),Compound -LIPID MAPS,LIPID MAPS,Lipids,Compound -LiverTox,LiverTox,Drug Classes,Compound -LiverTox,LiverTox,Hepatotoxicity,Compound -LiverTox,LiverTox,LiverTox Summary,Compound -LiverTox,LiverTox,Record Description,Compound -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Atomic Radius,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Atomic Weight,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Boiling Point,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Compounds,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Description,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Electron Configuration,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Handling and Storage,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",History,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Isotopes,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Melting Point,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Oxidation States,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Production,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Sources,Element -"Los Alamos National Laboratory, U.S. Department of Energy","Los Alamos National Laboratory, U.S. Department of Energy",Uses,Element -LOTUS - the natural products occurrence database,LOTUS - the natural products occurrence database,Natural Products,Taxonomy -LOTUS - the natural products occurrence database,LOTUS - the natural products occurrence database,Record Description,Compound -LOTUS - the natural products occurrence database,LOTUS - the natural products occurrence database,Taxonomy,Compound -MarkerDB,MarkerDB,Biomarker Information,Compound -MarkerDB,MarkerDB,Biomarker Information,Gene -MarkerDB,MarkerDB,Biomarker Information,Protein -MassBank Europe,MassBank Europe,GC-MS,Compound -MassBank Europe,MassBank Europe,LC-MS,Compound -MassBank Europe,MassBank Europe,MALDI,Compound -MassBank Europe,MassBank Europe,Other MS,Compound -MassBank of North America (MoNA),MassBank of North America (MoNA),GC-MS,Compound -MassBank of North America (MoNA),MassBank of North America (MoNA),LC-MS,Compound -MassBank of North America (MoNA),MassBank of North America (MoNA),Other MS,Compound -MedlinePlus Genetics,MedlinePlus Genetics,GHR Health Conditions,Gene -MedlinePlus Genetics,MedlinePlus Genetics,Record Description,Gene -Metabolomics Workbench,Metabolomics Workbench,Metabolomics Workbench ID,Compound -MLP Probe Reports,MLP Probe Reports,Chemical Probes,Gene -MLP Probe Reports,MLP Probe Reports,Chemical Probes,Protein -Molecular Imaging and Contrast Agent Database (MICAD),Molecular Imaging and Contrast Agent Database (MICAD),MICAD Imaging Information,Compound -Molecular Imaging Database (MOLI),Molecular Imaging Database (MOLI),Molecular Imaging Information,Compound -Mother To Baby Fact Sheets,Mother To Baby Fact Sheets,Effects During Pregnancy and Lactation,Compound -Mouse Genome Informatics (MGI),Mouse Genome Informatics (MGI),MGI ID,Gene -National Drug Code (NDC) Directory,National Drug Code (NDC) Directory,DEA Controlled Substances,Compound -National Drug Code (NDC) Directory,National Drug Code (NDC) Directory,FDA National Drug Code Directory,Compound -National Drug Code (NDC) Directory,National Drug Code (NDC) Directory,FDA Pharmacological Classification,Compound -Natural Product Activity and Species Source (NPASS),Natural Product Activity and Species Source (NPASS),Natural Products,Taxonomy -Natural Product Activity and Species Source (NPASS),Natural Product Activity and Species Source (NPASS),Taxonomy,Compound -Nature Catalysis,Nature Catalysis,Nature Journal References,Compound -Nature Chemical Biology,Nature Chemical Biology,Nature Journal References,Compound -Nature Chemistry,Nature Chemistry,Nature Journal References,Compound -Nature Communications,Nature Communications,Nature Journal References,Compound -Nature Portfolio Journals,Nature Portfolio Journals,Nature Journal References,Compound -Nature Synthesis,Nature Synthesis,Nature Journal References,Compound -NCBI Conserved Domains (CDD),NCBI Conserved Domains (CDD),CDD Domains,Gene -NCBI Conserved Domains (CDD),NCBI Conserved Domains (CDD),CDD Domains,Protein -NCBI Gene,NCBI Gene,Ensembl ID,Gene -NCBI Gene Expression Omnibus (GEO),NCBI Gene Expression Omnibus (GEO),Expression,Gene -NCBI MedGen,NCBI MedGen,MedGen Diseases,Gene -NCBI Pathogen Detection Reference Gene Catalog,NCBI Pathogen Detection Reference Gene Catalog,NCBI Pathogen Detection Reference Gene Catalog,Protein -NCBI Protein,NCBI Protein,Encoding Gene,Protein -NCBI Protein,NCBI Protein,RefSeq Accession,Protein -NCBI Protein,NCBI Protein,Sequence,Protein -NCBI Structure,NCBI Structure,NCBI Protein Structures,Gene -NCBI Structure,NCBI Structure,NCBI Protein Structures,Protein -NCI Cancer Drugs,NCI Cancer Drugs,Cancer Drugs,Compound -NCI Investigational Drugs,NCI Investigational Drugs,GC,Compound -NCI Investigational Drugs,NCI Investigational Drugs,HPLC,Compound -NCI Investigational Drugs,NCI Investigational Drugs,Optical Rotation,Compound -NCI Investigational Drugs,NCI Investigational Drugs,Solubility,Compound -NCI Investigational Drugs,NCI Investigational Drugs,Stability/Shelf Life,Compound -NCI Investigational Drugs,NCI Investigational Drugs,Toxicity Data,Compound -NCI Investigational Drugs,NCI Investigational Drugs,UV Spectra,Compound -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),NCI Thesaurus Code,Compound -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),NCI Thesaurus Code,Gene -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),NCI Thesaurus Code,Protein -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),NCI Thesaurus Code,Taxonomy -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),NCI Thesaurus Code,Cell -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),Record Description,Compound -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),Record Description,Taxonomy -NCI Thesaurus (NCIt),NCI Thesaurus (NCIt),Record Description,Cell -New Zealand Environmental Protection Authority (EPA),New Zealand Environmental Protection Authority (EPA),CAS,Compound -New Zealand Environmental Protection Authority (EPA),New Zealand Environmental Protection Authority (EPA),Regulatory Information,Compound -NIOSH Manual of Analytical Methods,NIOSH Manual of Analytical Methods,NIOSH Analytical Methods,Compound -NIPH Clinical Trials Search of Japan,NIPH Clinical Trials Search of Japan,NIPH Clinical Trials Search of Japan,Compound -NIST Mass Spectrometry Data Center,NIST Mass Spectrometry Data Center,GC-MS,Compound -NIST Mass Spectrometry Data Center,NIST Mass Spectrometry Data Center,Kovats Retention Index,Compound -NIST Mass Spectrometry Data Center,NIST Mass Spectrometry Data Center,MS-MS,Compound -NIST Physical Measurement Laboratory,NIST Physical Measurement Laboratory,Atomic Spectra,Element -NIST Physical Measurement Laboratory,NIST Physical Measurement Laboratory,Atomic Weight,Element -NIST Physical Measurement Laboratory,NIST Physical Measurement Laboratory,Ground Level,Element -NIST Physical Measurement Laboratory,NIST Physical Measurement Laboratory,Ionization Energy,Element -NIST Physical Measurement Laboratory,NIST Physical Measurement Laboratory,Isotope Mass and Abundance,Element -NIST Physical Measurement Laboratory,NIST Physical Measurement Laboratory,Isotope Mass and Composition,Element -NIST Synthetic Polymer MALDI Recipes Database,NIST Synthetic Polymer MALDI Recipes Database,MALDI Recipes,Compound -NIST Synthetic Polymer MALDI Recipes Database,NIST Synthetic Polymer MALDI Recipes Database,Uses,Compound -NITE-CMC,NITE-CMC,GHS Classification,Compound -NITE-CMC,NITE-CMC,Hazard Classes and Categories,Compound -NJDOH RTK Hazardous Substance List,NJDOH RTK Hazardous Substance List,Hazard Classes and Categories,Compound -NJDOH RTK Hazardous Substance List,NJDOH RTK Hazardous Substance List,UN Number,Compound -NJDOH RTK Hazardous Substance List,NJDOH RTK Hazardous Substance List,Use Classification,Compound -NLM RxNorm Terminology,NLM RxNorm Terminology,RXCUI,Compound -NMRShiftDB,NMRShiftDB,1D NMR Spectra,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,13C NMR Spectra,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,19F NMR Spectra,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,1H NMR Spectra,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,31P NMR Spectra,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,ATC Code,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Agrochemical Category,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Agrochemical Transformations,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Animal Drugs,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Chemical Classes,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Collision Cross Section,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Cosmetics,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Drug Transformations,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Endocrine Disruptors,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Human Drugs,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,MS-MS,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Metabolism/Metabolites,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Metabolites,Taxonomy -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Molecular Formula,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,PFAS,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Pesticides,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Phytotoxins,Taxonomy -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Polymers,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Related Records,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Taxonomy,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Transformations,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Use Classification,Compound -NORMAN Suspect List Exchange,NORMAN Suspect List Exchange,Uses,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Boiling Point,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),CAS,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Density,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Flash Point,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Highly Hazardous Substance,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Immediately Dangerous to Life or Health (IDLH),Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Ionization Potential,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Lower Explosive Limit (LEL),Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Melting Point,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),NFPA Hazard Classification,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Permissible Exposure Limit (PEL),Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Physical Description,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Recommended Exposure Limit (REL),Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Threshold Limit Values (TLV),Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Upper Explosive Limit (UEL),Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Vapor Density,Compound -Occupational Safety and Health Administration (OSHA),Occupational Safety and Health Administration (OSHA),Vapor Pressure,Compound -Online Mendelian Inheritance in Man (OMIM),Online Mendelian Inheritance in Man (OMIM),MIM Number,Gene -Online Mendelian Inheritance in Man (OMIM),Online Mendelian Inheritance in Man (OMIM),OMIM Phenotypes,Gene -Open Targets,Open Targets,Open Targets ID,Gene -Open Targets,Open Targets,Open Targets ID,Protein -PANTHER,PANTHER,Diagram,Pathway -PathBank,PathBank,Diagram,Pathway -Pfam,Pfam,Pfam Domains,Gene -Pfam,Pfam,Pfam Domains,Protein -PharmGKB,PharmGKB,Diagram,Pathway -Pharos,Pharos,Pharos Ligand ID,Compound -Pharos,Pharos,Pharos Target,Gene -Pharos,Pharos,Pharos Target,Protein -Pharos,Pharos,Target Development Level,Gene -Pharos,Pharos,Target Development Level,Protein -Pistoia Alliance Chemical Safety Library,Pistoia Alliance Chemical Safety Library,CSL Reaction Information,Compound -Plant Reactome,Plant Reactome,Diagram,Pathway -PomBase: Fission Yeast Resource,PomBase_ Fission Yeast Resource,PomBase Systematic ID,Gene -Protein Data Bank in Europe (PDBe),Protein Data Bank in Europe (PDBe),PDBe Conformer,Compound -Protein Data Bank in Europe (PDBe),Protein Data Bank in Europe (PDBe),PDBe Ligand Code,Compound -Protein Data Bank in Europe (PDBe),Protein Data Bank in Europe (PDBe),PDBe Structure Code,Compound -Protein Ontology,Protein Ontology,PRO ID,Protein -Protein Ontology,Protein Ontology,Record Description,Protein -PubChem Elements,PubChem Elements,Atomic Number,Element -PubChem Elements,PubChem Elements,Atomic Radius,Element -PubChem Elements,PubChem Elements,Compounds,Element -PubChem Elements,PubChem Elements,Electron Affinity,Element -PubChem Elements,PubChem Elements,Electronegativity,Element -PubChem Elements,PubChem Elements,Element Forms,Element -PubChem Elements,PubChem Elements,Element Name,Element -PubChem Elements,PubChem Elements,Element Symbol,Element -Rat Genome Database (RGD),Rat Genome Database (RGD),RGD ID,Gene -RCSB Protein Data Bank (RCSB PDB),RCSB Protein Data Bank (RCSB PDB),PDB Structures,Gene -RCSB Protein Data Bank (RCSB PDB),RCSB Protein Data Bank (RCSB PDB),PDB Structures,Protein -RCSB Protein Data Bank (RCSB PDB),RCSB Protein Data Bank (RCSB PDB),Protein Bound 3D Structures,Compound -Reactome,Reactome,Diagram,Pathway -Regulation (EC) No 1272/2008 of the European Parliament and of the Council,Regulation (EC) No 1272_2008 of the European Parliament and of the Council,GHS Classification,Compound -Regulation (EC) No 1272/2008 of the European Parliament and of the Council,Regulation (EC) No 1272_2008 of the European Parliament and of the Council,Hazard Classes and Categories,Compound -Rhea - Annotated Reactions Database,Rhea - Annotated Reactions Database,Biochemical Reactions,Compound -RRUFF Project,RRUFF Project,Minerals,Compound -RRUFF Project,RRUFF Project,Record Description,Compound -Saccharomyces Genome Database (SGD),Saccharomyces Genome Database (SGD),SGD ID,Gene -SpectraBase,SpectraBase,11B NMR Spectra,Compound -SpectraBase,SpectraBase,13C NMR Spectra,Compound -SpectraBase,SpectraBase,15N NMR Spectra,Compound -SpectraBase,SpectraBase,17O NMR Spectra,Compound -SpectraBase,SpectraBase,19F NMR Spectra,Compound -SpectraBase,SpectraBase,1H NMR Spectra,Compound -SpectraBase,SpectraBase,29Si NMR Spectra,Compound -SpectraBase,SpectraBase,31P NMR Spectra,Compound -SpectraBase,SpectraBase,ATR-IR Spectra,Compound -SpectraBase,SpectraBase,FTIR Spectra,Compound -SpectraBase,SpectraBase,GC-MS,Compound -SpectraBase,SpectraBase,Near IR Spectra,Compound -SpectraBase,SpectraBase,Raman Spectra,Compound -SpectraBase,SpectraBase,UV-VIS Spectra,Compound -SpectraBase,SpectraBase,Vapor Phase IR Spectra,Compound -Springer Nature,Springer Nature,Springer Nature References,Compound -SpringerMaterials,SpringerMaterials,SpringerMaterials Properties,Compound -"Suuberg Lab, School of Engineering, Brown University","Suuberg Lab, School of Engineering, Brown University",Enthalpy of Sublimation,Compound -"Suuberg Lab, School of Engineering, Brown University","Suuberg Lab, School of Engineering, Brown University",Use Classification,Compound -"Suuberg Lab, School of Engineering, Brown University","Suuberg Lab, School of Engineering, Brown University",Vapor Pressure,Compound -Swiss Institute of Bioinformatics Bgee,Swiss Institute of Bioinformatics Bgee,Bgee Gene ID,Gene -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,BRENDA Tissue Ontology ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,BioAssay Annotations,Assay -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,COSMIC ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Cell Line Ontology ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Cell Model Passports,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Cellosaurus ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,ChEMBL Cell Line ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,DepMap ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Diseases,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Experimental Factor Ontology ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,GDSC,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,HMS LINCS ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,LINCS ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,MeSH ID,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Synonyms,Cell -Swiss Institute of Bioinformatics Cellosaurus,Swiss Institute of Bioinformatics Cellosaurus,Wikidata,Cell -Swiss Institute of Bioinformatics neXtProt,Swiss Institute of Bioinformatics neXtProt,neXtProt Accession,Protein -The CA Office of Environmental Health Hazard Assessment (OEHHA),The CA Office of Environmental Health Hazard Assessment (OEHHA),Record Description,Compound -The Cambridge Structural Database,The Cambridge Structural Database,Associated Article,Compound -The Cambridge Structural Database,The Cambridge Structural Database,CCDC Number,Compound -The Cambridge Structural Database,The Cambridge Structural Database,Crystal Structure Data,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Boiling Point,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),CAS,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Cancer Sites,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),DOT ID and Guide,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Density,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Exposure Routes,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),First Aid,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Flammable Limits,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Flash Point,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Hazardous Reactivities & Incompatibilities,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Immediately Dangerous to Life or Health (IDLH),Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Ionization Potential,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Lower Explosive Limit (LEL),Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Melting Point,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),NIOSH Toxicity Data,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Permissible Exposure Limit (PEL),Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Personal Protective Equipment (PPE),Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Physical Description,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),RTECS Number,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Recommended Exposure Limit (REL),Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Respirator Recommendations,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Solubility,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Symptoms,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Target Organs,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),UN Number,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Upper Explosive Limit (UEL),Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Use Classification,Compound -The National Institute for Occupational Safety and Health (NIOSH),The National Institute for Occupational Safety and Health (NIOSH),Vapor Pressure,Compound -The Natural Products Atlas,The Natural Products Atlas,Natural Products,Taxonomy -The Natural Products Atlas,The Natural Products Atlas,Taxonomy,Compound -The University of Alabama Libraries,The University of Alabama Libraries,Synthesis References,Compound -The Zebrafish Information Network (ZFIN),The Zebrafish Information Network (ZFIN),ZFIN ID,Gene -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Associated Disorders and Diseases,Compound -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Chemical-Gene Interactions,Gene -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Chemical-Protein Interactions,Protein -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Chemical-Target Interactions,Compound -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Chemical-Target Interactions,Taxonomy -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Gene-Disease Associations,Gene -Therapeutic Target Database (TTD),Therapeutic Target Database (TTD),Protein-Disease Associations,Protein -Thieme Chemistry,Thieme Chemistry,Thieme References,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Carcinogen Classification,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Chemical-Gene Interactions,Gene -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Chemical-Protein Interactions,Protein -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Chemical-Target Interactions,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Chemical-Target Interactions,Taxonomy -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Exposure Routes,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Health Effects,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Metabolism/Metabolites,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Minimum Risk Level,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Record Description,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Reported Fatal Dose,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Symptoms,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Toxicity Data,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Toxicity Summary,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Treatment,Compound -Toxin and Toxin Target Database (T3DB),Toxin and Toxin Target Database (T3DB),Uses,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Accelerating Rate Calorimetry (ARC),Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Color/Form,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Decomposition,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Differential Scanning Calorimetry (DSC),Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Hazards Summary,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),History and Incidents,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Odor,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Physical Description,Compound -U.S. Chemical Safety and Hazard Investigation Board (CSB),U.S. Chemical Safety and Hazard Investigation Board (CSB),Self-Accelerating Decomposition Temperature (SADT),Compound -UniProt,UniProt,Enzyme Commission (EC) Number,Protein -UniProt,UniProt,Protein Function,Gene -UniProt,UniProt,Protein Isoforms,Gene -UniProt,UniProt,Record Description,Protein -UniProt,UniProt,Synonyms,Protein -UniProt,UniProt,UniProt ID,Protein -UniProt,UniProt,UniProt Taxon ID,Taxonomy -USDA Pesticide Data Program,USDA Pesticide Data Program,Pesticides,Compound -USDA Pesticide Data Program,USDA Pesticide Data Program,USDA Pesticide Data Program,Compound -USGS Columbia Environmental Research Center,USGS Columbia Environmental Research Center,Acute Toxicity Link,Compound -USGS Columbia Environmental Research Center,USGS Columbia Environmental Research Center,Use Classification,Compound -USGS National Minerals Information Center,USGS National Minerals Information Center,Uses,Compound -UVCBs and Multi-Constituent Substances (MCS) Committee,UVCBs and Multi-Constituent Substances (MCS) Committee,Chemical Classes,Compound -UVCBs and Multi-Constituent Substances (MCS) Committee,UVCBs and Multi-Constituent Substances (MCS) Committee,Uses,Compound -"VEuPathDB: The Eukaryotic Pathogen, Vector and Host Informatics Resource","VEuPathDB_ The Eukaryotic Pathogen, Vector and Host Informatics Resource",VEuPathDB ID,Gene -West Coast Metabolomics Center-UC Davis,West Coast Metabolomics Center-UC Davis,Metabolites,Taxonomy -West Coast Metabolomics Center-UC Davis,West Coast Metabolomics Center-UC Davis,Taxonomy,Compound -WHO Anatomical Therapeutic Chemical (ATC) Classification,WHO Anatomical Therapeutic Chemical (ATC) Classification,ATC Code,Compound -WHO Model Lists of Essential Medicines,WHO Model Lists of Essential Medicines,WHO Essential Medicines,Compound -Wikidata,Wikidata,Wikidata,Compound -WikiPathways,WikiPathways,Diagram,Pathway -Wikipedia,Wikipedia,Wikipedia,Compound -Wiley,Wiley,Wiley References,Compound -World Register of Marine Species (WoRMS),World Register of Marine Species (WoRMS),AphiaID,Taxonomy -WormBase,WormBase,WormBase ID,Gene -WormBase,WormBase,WormBase ID,Protein -Xenbase,Xenbase,Xenbase Gene ID,Gene -Yeast Metabolome Database (YMDB),Yeast Metabolome Database (YMDB),Metabolites,Taxonomy -Yeast Metabolome Database (YMDB),Yeast Metabolome Database (YMDB),Record Description,Compound -Yeast Metabolome Database (YMDB),Yeast Metabolome Database (YMDB),Taxonomy,Compound