ifct2017 / ifct2017-temp

Bot for Indian Food Composition Tables 2017.

Home Page:https://ifct2017.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifct2017

IFCT2017

Website for Indian Food Composition Tables 2017.

NLP:
- SELECT *
= show all
= show everything
- SELECT FROM <table>
= show food
= show compositions
= show abbreviations
= show columns
= show groups
= show methods
= show regions
- SELECT * FROM <table>
= show all fields in food
= show all columns in food
= show all columns in abbreviations
= show all columns in columns
= show all columns in groups
= show all columns in methods
= show all columns in regions
- SELECT <column>
= show food code
= show food name (duplicate name)
= show scientific name
= show local name
= show food group
= show number of regions
= show moisture
= show protein
= show ash
= show total fat
= show total dietary fiber
= show insoluble dietary fiber
= show soluble ditary fiber
= show carbohydrate
= show energy
= show thiamine
= show riboflavin
= show niacin
= show pantothenic acid
= show total b6
= show biotin
= show total folates
= show total ascorbic acid
= show retinol
= show ergocalciferol
= show cholecalciferol
= show 25-OH-D3
= show alpha tocopherol
= show beta tocopherol
= show gamma tocopherol
= show delta tocopherol
= show alpha tocotrienol
= show beta tocotrienol
= show gamma tocotrienol
= show delta tocotrienol
= show alpha tocopherol equivalent
= show phylloquinones
= show menaquinones
= show tryptophan
= show lutein
= show zeaxanthin
= show beta cryptoxanthin
= show lycopene
= show gamma carotene
= show alpha carotene
= show beta carotene
= show total carotenoids
= show aluminium
= show arsenic
= show cadmium
= show calcium
= show chromium
= show cobalt
= show copper
= show iron
= show lead
= show lithium
= show magnesium
= show manganese
= show mercury
= show molybdenum
= show nickel
= show phosphorous
= show potassium
= show selenium
= show sodium
= show zinc
= show total available cho
= show total starch
= show fructose
= show glucose
= show sucrose
= show maltose
= show total free sugars
= show lactose content
= show butyric acid
= show caproic acid
= show caprylic acid
= show capric acid
= show undecanoic acid
= show lauric acid
= show myristic acid
= show pentadecanoic acid
= show palmitic acid
= show stearic acid
= show arachidic acid
= show behenic acid
= show lignoceric acid
= show myristoleic acid
= show palmitoleic acid
= show oleic acid
= show elaidic acid
= show eicosenoic acid
= show erucic acid
= show nervonic acid
= show linoleic acid
= show eicosadienoic acid
= show docosadienoic acid
= show alpha linolenic acid
= show eicosatrienoic acid
= show arachidonic acid
= show eicosapentaenoic acid
= show docosapentaenoic acid
= show docosahexaenoic acid
= show total saturated fatty acids
= show total monounsaturated fatty acids
= show cholesterol
= show histidine
= show isoleucine
= show leucine
= show lysine
= show methionine
= show cysteine
= show phenylalanine
= show threonine
= show valine
= show alanine
= show arginine
= show aspartic acid
= show glutamic acid
= show glycine
= show proline
= show serine
= show tyrosine
= show total oxalate
= show soluble oxalate
= show insoluble oxalate
= show cis aconitic acid
= show citric acid
= show hesperdin
= show fumaric acid
= show malic acid
= show quinic acid
= show succinic acid
= show tartaric acid
= show 3 4 dihydroxy benzoic acid (comma?)
= show 3 hydroxy benzaldehyde
= show protocatechuic acid
= show vanillic acid
= show gallic acid
= show cinnamic acid
= show ortho coumaric acid
= show para coumaric acid
= show caffeic acid
= show chlorogenic acid
= show ferulic acid
= show apigenin
= show apigenin 6 c gluoside
= show apigenin 7 o neohesperidoside
= show luteolin
= show total polyphenols
= show kaempferol
= show quercetin
= show quercetin 3 beta d glucoside
= show quercetin 3 o rutinoside
= show quercetin 3 beta galactoside
= show isorhamnetin
= show myricetin
= show resvertrol
= show hesperetin
= show naringenin
= show daidzein
= show genistein
= show - epicatechin
= show - epigallo catechin
= show - epigallo catechin 3 gallate
= show + catechin
= show - gallocatechin gallate
= show - gallocatechin
= show syringic acid
= show sinapinic acid
= show ellagic acid
= show raffinose
= show stachyose
= show verbascose
= show ajugose
= show campesterol
= show stigmasterol
= show beta sitosterol
= show phytate
= show total saponin
= show total vitamin b
= show total vitamin d
= show total vitamin k
= show tocopherols
= show tocotrienols
= show essential amino acids
= show conditionally essential amino acids
= show non essential amino acids
= show total amino acids
= show total organic acids
= show total unsaturated fatty acids
= show essential fatty acids
= show cis omega 3 fatty acids
= show cis omega 6 fatty acids
= show cis omega 9 fatty acids
= show cis monounsaturated fatty acids
= show trans fatty acids
= show oligosaccharides
= show phytosterols
= show essential quantity minerals
= show essential trace minerals
= show possibly essential trace minerals
= show non essential trace minerals
= show toxic minerals
= show total carotenes
= show total xanthophylls
= show beta carotene equivalents
= show total vitamin a
= show total vitamins
- SELECT FROM <table> WHERE <condition>
= show food where toxic minerals is more than catechin and catechin is less than or equal to epigallo catechin plus aluminium minus available carbohydrate
= show food where (absolute of (coalesce open vitamin a and vitamin b and vitamin c close) is more than catechin) and (catechin is less than or equal to epigallo catechin plus aluminium minus available carbohydrate) or ((vitamin b3 plus two) into (vitamin b2 plus vitamin b6)) greater than total oxalates order by absolute of open total oxalates plus toxic minerals close in descending order
= show maximum of vitamin a group by food group having char length of food group higher than ten
= show maximum of vitamin a group by food group order by char length of food group

About

Bot for Indian Food Composition Tables 2017.

https://ifct2017.github.io

License:MIT License


Languages

Language:JavaScript 100.0%