@ifct2017/methods
Version:
Analytical methods of nutrient and bioactive components.
254 lines (253 loc) • 8.78 kB
JavaScript
const I0 = {analyte:"Moisture",method:"Gravimetric using vacuum / Hot air oven",reference:"AOAC 934.01"};
const I1 = {analyte:"Protein",method:"Titrimetry by combustion / Kjeldahl / Mixed catalyst",reference:"AOAC 2001.11; Jones (1941)"};
const I2 = {analyte:"Ash",method:"Gravimetric using Muffle furnace",reference:"AOAC 942.05"};
const I3 = {analyte:"Total fat",method:"Gravimetry; Ether extraction using Soxhlet apparatus",reference:"AOAC 963.15"};
const I4 = {analyte:"Total, soluble and insoluble dietary fiber",method:"Enzymatic-gravimetric",reference:"AOAC 991.43"};
const I5 = {analyte:"Available carbohydrate",method:"Calculation by difference; Trienzyme extraction and spectrophotometry",reference:"Greenfield & Southgate (2003); AOAC 991.43; AOAC 985.29"};
const I6 = {analyte:"Energy",method:"Atwater conversion factors",reference:"Merrill & Watt (1973); FAO / INFOODS Guidelines (2012)"};
const I7 = {analyte:"Thiamin",method:"Fluorometry",reference:"AOAC 942.23; Ramasastri (1975)"};
const I8 = {analyte:"Riboflavin",method:"Turbidometric-Microbiological assay",reference:"AOAC 940.33; AOAC 960.46"};
const I9 = {analyte:"Niacin",method:"Turbidometric-Microbiological assay",reference:"AOAC 985.34; 960.46"};
const I10 = {analyte:"Pantothenic acid",method:"RP-HPLC with UV detector",reference:"David & Harvey (2000)"};
const I11 = {analyte:"Vitamin B6",method:"HPLC-fluorometric detection",reference:"AOAC 985.32; Ollilainen (2008)"};
const I12 = {analyte:"Biotin",method:"U-HPLC and LC-ESI-IT-MS method",reference:"Holler et al. (2006)"};
const I13 = {analyte:"Vitamin B9",method:"Trienzyme Extraction and U-HPLC - UV or fluorescence detection",reference:"Finglas et al. (1999); Vahteristo et al. (1996); AOAC 2011.06; AOAC 2013.13"};
const I14 = {analyte:"Vitamin C",method:"RP-HPLC",reference:"AOAC 985.33; Keating & Haddad (1982)"};
const I15 = {analyte:"Vitamin E",method:"HPLC",reference:"AOAC 992.03; AOAC 2012.10"};
const I16 = {analyte:"Vitamin A",method:"HPLC",reference:"AOAC 974.29; Bieri et al. (1979)"};
const I17 = {analyte:"Carotenoids",method:"HPLC",reference:"Delia & Mieko (2004)"};
const I18 = {analyte:"Vitamin D2 & D3",method:"RP- HPLC-APCI-MS.",reference:"AOAC 982.29"};
const I19 = {analyte:"Vitamin K1 & K2",method:"RP- HPLC-APCI-MS",reference:"AOAC 992.27"};
const I20 = {analyte:"Free sugars",method:"HPLC-RID",reference:"AOAC 2013.12"};
const I21 = {analyte:"Starch",method:"Calculated from the increase in the amount of glucose by using conversion factor",reference:"Casterline et al. (1998)"};
const I22 = {analyte:"Oligosaccharides (Raffinose, Stachyose, Verbascose and Ajugose)",method:"HPLC",reference:"Frias et al. (1994); Johansen et al. (1996); Sanchez-Mata et al. (1998)"};
const I23 = {analyte:"Iron, Zinc, Copper, Manganese, Potassium, Magnesium, Sodium, Calcium",method:"Atomic Absorption Spectrophotometry (AAS)",reference:""};
const I24 = {analyte:"Aluminium",method:"Atomic Absorption Spectrophotometry (AAS); Inductively Coupled Plasma Mass Spectrometry (ICP-MS)",reference:"AOAC 2013.06"};
const I25 = {analyte:"Heavy and trace metals Lead, Cadmium, Nickel, Cobalt, Chromium, Lithium, Molybdenum",method:"Graphite furnace Atomic Absorption Spectrophotometry; Inductively Coupled Plasma Mass Spectrometry (ICP-MS)",reference:"AOAC 968.08; AOAC 999.10; AOAC 999.11; AOAC 2013.06"};
const I26 = {analyte:"Heavy and trace metals Arsenic, Antimony, Mercury, and Selenium",method:"Atomic Absorption Spectrophotometry (Hydride generation); Inductively Coupled Plasma Mass Spectrometry (ICP-MS)",reference:"AOAC 2013.06"};
const I27 = {analyte:"Phosphorus",method:"Colorimetry",reference:"AOAC 935.45; AOAC 995.11; Fiske & Subbarow (1925)"};
const I28 = {analyte:"Citric acid, Malic acid, Fumaric acid, Succinic acid, Lactic acid, Cis-Aconitic acid, Tartaric acid and Quninic acid",method:"HPLC",reference:"AOAC 969.30; AOAC 950.35; AOAC 948.14"};
const I29 = {analyte:"Oxalic acid (Total), Soluble oxalic acid, Insoluble oxalic acid",method:"Fast- HPLC",reference:"Moreau & Savage (2009)"};
const I30 = {analyte:"Fatty acid profile",method:"Gas Chromatography with Flame Ionization Detector",reference:"AOAC 996.06; AOAC 996.01; AOAC 2012.13"};
const I31 = {analyte:"Amino acid profile",method:"Amino acid analyzer (Ion exchange chromatography)",reference:"AOAC 994.12; AOAC 985.28; Landry & Delhaye (1992)"};
const I32 = {analyte:"Stigmasterol, β-Sitosterol, Campesterol, Ergosterol, 5-alpha-Cholestenol",method:"Gas Chromatography (GC)",reference:"AOAC 922.06; Sorenson & Sullivan (2007)"};
const I33 = {analyte:"Polyphenols",method:"HPLC",reference:"Sakakibara et al. (2003)"};
const I34 = {analyte:"Phyates",method:"Ion Exchange and Spectrophotometry",reference:"AOAC 986.11-1988"};
const I35 = {analyte:"Total Saponin",method:"Colorimetry",reference:"Dini et al. (2009)"};
const CORPUS = new Map([
["code", null],
["name", null],
["scie", null],
["lang", null],
["grup", null],
["regn", null],
["tags", null],
["water", I0],
["protcnt", I1],
["ash", I2],
["fatce", I3],
["fibtg", I4],
["fibins", I4],
["fibsol", I4],
["choavldf", I5],
["enerc", I6],
["thia", I7],
["ribf", I8],
["nia", I9],
["pantac", I10],
["vitb6c", I11],
["biot", I12],
["folsum", I13],
["vitc", I14],
["retol", I16],
["ergcal", I18],
["chocal", I18],
["doh25", I18],
["tocpha", I15],
["tocphb", I15],
["tocphg", I15],
["tocphd", I15],
["toctra", I15],
["toctrb", I15],
["toctrg", I15],
["toctrd", I15],
["vite", I15],
["vitk1", I19],
["vitk2", I19],
["lutn", I17],
["zea", I17],
["crypxb", I17],
["lycpn", I17],
["cartg", I17],
["carta", I17],
["cartb", I17],
["cartoid", I17],
["al", I24],
["as", I26],
["cd", I25],
["ca", I23],
["cr", I25],
["co", I25],
["cu", I23],
["fe", I23],
["pb", I25],
["li", I25],
["mg", I23],
["mn", I23],
["hg", I26],
["mo", I25],
["ni", I25],
["p", I27],
["k", I23],
["se", I26],
["na", I23],
["zn", I23],
["cho", I5],
["starch", I21],
["frus", I20],
["glus", I20],
["sucs", I20],
["mals", I20],
["fsugar", I20],
["lactose", I20],
["f4d0", I30],
["f6d0", I30],
["f8d0", I30],
["f10d0", I30],
["f11d0", I30],
["f12d0", I30],
["f14d0", I30],
["f15d0", I30],
["f16d0", I30],
["f18d0", I30],
["f20d0", I30],
["f22d0", I30],
["f24d0", I30],
["f14d1cn5", I30],
["f16d1cn7", I30],
["f18d1cn9", I30],
["f18d1tn9", I30],
["f20d1cn9", I30],
["f22d1cn9", I30],
["f24d1cn9", I30],
["f18d2cn6", I30],
["f20d2n6", I30],
["f22d2n6", I30],
["f18d3n3", I30],
["f20d3n6", I30],
["f20d4n6", I30],
["f20d5n3", I30],
["f22d5n3", I30],
["f22d6n3", I30],
["fasat", I30],
["fams", I30],
["fapu", I30],
["cholc", I32],
["his", I31],
["ile", I31],
["leu", I31],
["lys", I31],
["met", I31],
["cys", I31],
["phe", I31],
["thr", I31],
["trp", I31],
["val", I31],
["ala", I31],
["arg", I31],
["asp", I31],
["glu", I31],
["gly", I31],
["pro", I31],
["ser", I31],
["tyr", I31],
["oxalt", I29],
["oxals", I29],
["oxali", I29],
["caconac", I28],
["citac", I28],
["fumac", I28],
["malac", I28],
["quinac", I28],
["sucac", I28],
["tarac", I28],
["dhbenzac34", I33],
["hbenzal3", I33],
["pcathac", I33],
["vanlac", I33],
["gallac", I33],
["cinmac", I33],
["coumaco", I33],
["coumacp", I33],
["caffac", I33],
["chlrac", I33],
["ferac", I33],
["apigen", I33],
["apigen6cgls", I33],
["apigen7onshps", I33],
["luteol", I33],
["kaemf", I33],
["querce", I33],
["querce3bdgls", I33],
["querce3ortns", I33],
["querce3bgls", I33],
["isormt", I33],
["myrct", I33],
["rsvrtol", I33],
["hespt", I33],
["narng", I33],
["hespd", I33],
["daidzn", I33],
["gnstein", I33],
["epicatec", I33],
["epicategc", I33],
["epicatgc3gal", I33],
["catec", I33],
["galcatecgal", I33],
["galcatec", I33],
["syrgac", I33],
["sinpac", I33],
["ellgac", I33],
["polyph", I33],
["rafs", I22],
["stas", I22],
["vers", I22],
["ajgs", I22],
["camt", I32],
["stgstr", I32],
["stostrb", I32],
["phytac", I34],
["sapon", I35],
["vitb", null],
["vitd", I18],
["vitk", I19],
["tocph", I15],
["toctr", I15],
["amiace", I31],
["amiacce", I31],
["amiacne", I31],
["amiac", I31],
["orgac", I29],
["fauns", I30],
["faess", I30],
["facn3", I30],
["facn6", I30],
["facn9", I30],
["facn5", I30],
["facn7", I30],
["facis", I30],
["fatrn", I30],
["olsac", I22],
["phystr", I32],
["mnrleq", null],
["mnrlet", null],
["mnrlpet", null],
["mnrlnet", null],
["mnrltx", null],
["carot", I17],
["xantp", I17],
["cartbeq", I17],
["vita", I16],
["vit", null],
]);
module.exports = CORPUS;