ifct2017 2.0.14 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -21
- package/README.md +1019 -71
- package/abbreviations/index.csv +78 -0
- package/abbreviations/index.d.ts +39 -0
- package/abbreviations/index.js +103 -0
- package/abbreviations/index.txt +12 -0
- package/about/build.ts +31 -0
- package/about/index.d.ts +47 -0
- package/about/index.js +110 -0
- package/about/index.txt +174 -0
- package/build.ts +115 -0
- package/carbohydrates/index.csv +8 -0
- package/carbohydrates/index.d.ts +42 -0
- package/carbohydrates/index.js +112 -0
- package/carbohydrates/index.txt +14 -0
- package/codes/index.csv +2904 -0
- package/codes/index.d.ts +36 -0
- package/codes/index.js +102 -0
- package/codes/index.txt +12 -0
- package/columndescriptions/build.ts +22 -0
- package/columndescriptions/index.csv +215 -0
- package/columndescriptions/index.d.ts +44 -0
- package/columndescriptions/index.js +119 -0
- package/columns/build.ts +23 -0
- package/columns/index.csv +215 -0
- package/columns/index.d.ts +39 -0
- package/columns/index.js +111 -0
- package/columns/index.txt +71 -0
- package/compositingcentres/index.csv +7 -0
- package/compositingcentres/index.d.ts +35 -0
- package/compositingcentres/index.js +103 -0
- package/compositingcentres/index.txt +13 -0
- package/compositions/build.ts +212 -0
- package/compositions/index.csv +543 -0
- package/compositions/index.d.ts +254 -0
- package/compositions/index.js +204 -0
- package/compositionstats/build.ts +103 -0
- package/compositionstats/index.csv +4 -0
- package/compositionstats/index.d.ts +31 -0
- package/compositionstats/index.js +97 -0
- package/contents/index.csv +21 -0
- package/contents/index.d.ts +39 -0
- package/contents/index.js +102 -0
- package/contents/index.txt +13 -0
- package/deno.lock +67 -0
- package/descriptions/index.csv +543 -0
- package/descriptions/index.d.ts +45 -0
- package/descriptions/index.js +124 -0
- package/descriptions/index.txt +15 -0
- package/energies/index.csv +6 -0
- package/energies/index.d.ts +34 -0
- package/energies/index.js +101 -0
- package/energies/index.txt +13 -0
- package/frequencydistribution/index.csv +10 -0
- package/frequencydistribution/index.d.ts +36 -0
- package/frequencydistribution/index.js +90 -0
- package/frequencydistribution/index.txt +14 -0
- package/groups/index.csv +21 -0
- package/groups/index.d.ts +46 -0
- package/groups/index.js +118 -0
- package/groups/index.txt +14 -0
- package/hierarchy/asset.csv +215 -0
- package/hierarchy/asset.txt +70 -0
- package/hierarchy/build.ts +73 -0
- package/hierarchy/index.csv +215 -0
- package/hierarchy/index.d.ts +39 -0
- package/hierarchy/index.js +100 -0
- package/hierarchy/index.txt +14 -0
- package/index.d.ts +24 -28
- package/index.js +28 -39
- package/index.test.ts +717 -0
- package/intakes/build.ts +28 -0
- package/intakes/index.csv +42 -0
- package/intakes/index.d.ts +66 -0
- package/intakes/index.js +113 -0
- package/intakes/index.txt +20 -0
- package/jonesfactors/index.csv +15 -0
- package/jonesfactors/index.d.ts +35 -0
- package/jonesfactors/index.js +105 -0
- package/jonesfactors/index.txt +12 -0
- package/languages/index.csv +22 -0
- package/languages/index.d.ts +39 -0
- package/languages/index.js +103 -0
- package/languages/index.txt +12 -0
- package/methods/build.ts +101 -0
- package/methods/index.csv +37 -0
- package/methods/index.d.ts +39 -0
- package/methods/index.js +196 -0
- package/methods/index.txt +13 -0
- package/package.json +15 -63
- package/regions/index.csv +7 -0
- package/regions/index.d.ts +36 -0
- package/regions/index.js +100 -0
- package/regions/index.txt +12 -0
- package/representations/build.ts +133 -0
- package/representations/index.csv +215 -0
- package/representations/index.d.ts +36 -0
- package/representations/index.js +91 -0
- package/retentionfactors/groups.csv +21 -0
- package/retentionfactors/index.csv +215 -0
- package/samplingunits/index.csv +36 -0
- package/samplingunits/index.d.ts +39 -0
- package/samplingunits/index.js +110 -0
- package/samplingunits/index.txt +14 -0
- package/yieldfactors/index.csv +543 -0
- package/yieldfactors/index.d.ts +57 -0
- package/yieldfactors/index.js +158 -0
- package/yieldfactors/index.txt +294 -0
- package/corpus.js +0 -6
- package/corpus.min.js +0 -1
- package/pictures.d.ts +0 -41
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { type SetupTableOptions } from "@nodef/extra-sql";
|
|
2
|
+
/** Name of food in local languages, including scientific name. */ export interface YieldFactor {
|
|
3
|
+
/** Food Code. */ code: string;
|
|
4
|
+
/** Food Name. */ name: string;
|
|
5
|
+
/** Scientific Name. */ scie: string;
|
|
6
|
+
/** Local Name. */ lang: string;
|
|
7
|
+
/** Food Group. */ grup: string;
|
|
8
|
+
/** No. of Regions. */ regn: number;
|
|
9
|
+
/** Tags. */ tags: string;
|
|
10
|
+
/** Overall yield factor, considering removal of inedible parts, washng, and cutting. */ yield: number;
|
|
11
|
+
/** Preparation considerations, including stem removal, washing, deseeding, etc. */ preparation: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Load the yield factors corpus from the file.
|
|
15
|
+
* @returns yield factors corpus
|
|
16
|
+
*/ export declare function loadYieldFactors(): Promise<Map<string, YieldFactor>>;
|
|
17
|
+
/**
|
|
18
|
+
* Get the path to the yield factors CSV file.
|
|
19
|
+
* @returns CSV file URL
|
|
20
|
+
*/ export declare function yieldFactorsCsv(): string;
|
|
21
|
+
/**
|
|
22
|
+
* Obtain SQL command to create and populate the yield factors table.
|
|
23
|
+
* @param tab table name
|
|
24
|
+
* @param opt options for the table
|
|
25
|
+
* @returns CREATE TABLE, INSERT, CREATE VIEW, CREATE INDEX statements
|
|
26
|
+
*/ export declare function yieldFactorsSql(tab?: string, opt?: SetupTableOptions): Promise<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Find matching yield factors of an code/name/scie/preparation query.
|
|
29
|
+
* @param txt code/name/scie/preparation query
|
|
30
|
+
* @returns matches `[{code, name, scie, yield, preparation}]`
|
|
31
|
+
* @example
|
|
32
|
+
* ```javascript
|
|
33
|
+
* ifct2017.yieldFactors('mango');
|
|
34
|
+
* ifct2017.yieldFactors('Mangifera indica');
|
|
35
|
+
* // → [ { code: 'D057',
|
|
36
|
+
* // → name: 'Mango, green, raw',
|
|
37
|
+
* // → scie: 'Mangifera indica',
|
|
38
|
+
* // → lang: 'A. Keasa aam; B. Aam (kancha); G. Ambo; H. Katcha Aam; Kan. Mavinakayi; Kash. Kach Aamb; Kh. Soh pieng im; Mal. Manga; M. Heinou Ashangba; Mar. Amba; O. Ambu (kacha); P. Kaccha aam; Tam. Mangai; Tel. Mamidikaya; U. Kaccha aam.',
|
|
39
|
+
* // → grup: 'Other Vegetables',
|
|
40
|
+
* // → regn: 6,
|
|
41
|
+
* // → tags: 'vegetarian eggetarian fishetarian veg',
|
|
42
|
+
* // → yield: 0.6833333333,
|
|
43
|
+
* // → preparation: 'Washing, Peeling, Seed removal' } ]
|
|
44
|
+
*
|
|
45
|
+
* ifct2017.yieldFactors('yield factor of cow milk?');
|
|
46
|
+
* ifct2017.yieldFactors('cow milk');
|
|
47
|
+
* // → [ { code: 'L002',
|
|
48
|
+
* // → name: 'Milk, Cow',
|
|
49
|
+
* // → scie: '',
|
|
50
|
+
* // → lang: 'A. Garoor gakhir; B. Doodh (garu); G. Gai nu dhudh; H. Gai ka doodh; Kan. Hasuvina halu; Kash. Doodh; Kh. Dud masi; M. San Sanghom; Mar. Doodh (gay); O. Gai dudha; P. Gaan da doodh; S. Gow kshiram; Tam. Pasumpaal; Tel. Aavu paalu.',
|
|
51
|
+
* // → grup: 'Milk and Milk Products',
|
|
52
|
+
* // → regn: 6,
|
|
53
|
+
* // → tags: 'vegetarian eggetarian fishetarian veg',
|
|
54
|
+
* // → yield: 1,
|
|
55
|
+
* // → preparation: 'None' } ]
|
|
56
|
+
* ```
|
|
57
|
+
*/ export declare function yieldFactors(txt: string): YieldFactor[];
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
// Copyright (C) 2025-26 Subhajit Sahu
|
|
2
|
+
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
3
|
+
// See LICENSE for full terms
|
|
4
|
+
import * as csv from "@std/csv";
|
|
5
|
+
import lunr from "lunr"; // @deno-types="npm:@types/lunr@2.3.7"
|
|
6
|
+
import { setupTable } from "@nodef/extra-sql";
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region GLOBALS
|
|
9
|
+
let corpus = null;
|
|
10
|
+
let index = null;
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region FUNCTIONS
|
|
13
|
+
/**
|
|
14
|
+
* Load the yield factors corpus from CSV file.
|
|
15
|
+
* @param file CSV file path
|
|
16
|
+
* @returns yield factors corpus
|
|
17
|
+
*/ async function loadFromCsv(file) {
|
|
18
|
+
const map = new Map();
|
|
19
|
+
const data = await (await fetch(file)).text();
|
|
20
|
+
const records = csv.parse(data, {
|
|
21
|
+
skipFirstRow: true,
|
|
22
|
+
comment: "#"
|
|
23
|
+
});
|
|
24
|
+
for (const r of records){
|
|
25
|
+
const { code, name, scie, lang, grup, tags, preparation } = r;
|
|
26
|
+
const regn = parseInt(r.regn, 10);
|
|
27
|
+
const yieldf = parseFloat(r.yield);
|
|
28
|
+
map.set(r.code, {
|
|
29
|
+
code,
|
|
30
|
+
name,
|
|
31
|
+
scie,
|
|
32
|
+
lang,
|
|
33
|
+
grup,
|
|
34
|
+
regn,
|
|
35
|
+
tags,
|
|
36
|
+
yield: yieldf,
|
|
37
|
+
preparation
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
return map;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Setup the lunr index for the yield factors corpus.
|
|
44
|
+
* @returns lunr index
|
|
45
|
+
*/ function setupIndex(corpus) {
|
|
46
|
+
return lunr(function() {
|
|
47
|
+
this.ref('code');
|
|
48
|
+
this.field('code');
|
|
49
|
+
this.field('name');
|
|
50
|
+
this.field('scie');
|
|
51
|
+
this.field('lang');
|
|
52
|
+
this.field('grup');
|
|
53
|
+
this.field('tags');
|
|
54
|
+
this.field('preparation');
|
|
55
|
+
for (const r of corpus.values()){
|
|
56
|
+
let { code, name, scie, lang, grup, tags, preparation } = r;
|
|
57
|
+
name = name.replace(/^(\w+),/g, '$1 $1 $1 $1,');
|
|
58
|
+
lang = lang.replace(/\[.*?\]/g, '');
|
|
59
|
+
lang = lang.replace(/\w+\.\s([\w\',\/\(\)\- ]+)[;\.]?/g, '$1');
|
|
60
|
+
lang = lang.replace(/[,\/\(\)\- ]+/g, ' ');
|
|
61
|
+
this.add({
|
|
62
|
+
code,
|
|
63
|
+
name,
|
|
64
|
+
scie,
|
|
65
|
+
lang,
|
|
66
|
+
grup,
|
|
67
|
+
tags,
|
|
68
|
+
preparation
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Load the yield factors corpus from the file.
|
|
75
|
+
* @returns yield factors corpus
|
|
76
|
+
*/ export async function loadYieldFactors() {
|
|
77
|
+
if (corpus) return corpus;
|
|
78
|
+
corpus = await loadFromCsv(yieldFactorsCsv());
|
|
79
|
+
index = setupIndex(corpus);
|
|
80
|
+
return corpus;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Get the path to the yield factors CSV file.
|
|
84
|
+
* @returns CSV file URL
|
|
85
|
+
*/ export function yieldFactorsCsv() {
|
|
86
|
+
return import.meta.resolve('./index.csv');
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Obtain SQL command to create and populate the yield factors table.
|
|
90
|
+
* @param tab table name
|
|
91
|
+
* @param opt options for the table
|
|
92
|
+
* @returns CREATE TABLE, INSERT, CREATE VIEW, CREATE INDEX statements
|
|
93
|
+
*/ export async function yieldFactorsSql(tab = "yieldfactors", opt = {}) {
|
|
94
|
+
return setupTable(tab, {
|
|
95
|
+
code: "TEXT",
|
|
96
|
+
name: "TEXT",
|
|
97
|
+
scie: "TEXT",
|
|
98
|
+
lang: "TEXT",
|
|
99
|
+
grup: "TEXT",
|
|
100
|
+
regn: "INT",
|
|
101
|
+
tags: "TEXT",
|
|
102
|
+
yield: "REAL",
|
|
103
|
+
preparation: "TEXT"
|
|
104
|
+
}, (await loadYieldFactors()).values(), Object.assign({
|
|
105
|
+
pk: "code",
|
|
106
|
+
index: true,
|
|
107
|
+
tsvector: {
|
|
108
|
+
code: "A",
|
|
109
|
+
name: "B",
|
|
110
|
+
scie: "B",
|
|
111
|
+
lang: "B",
|
|
112
|
+
grup: "C",
|
|
113
|
+
tags: "C",
|
|
114
|
+
preparation: "C"
|
|
115
|
+
}
|
|
116
|
+
}, opt));
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Find matching yield factors of an code/name/scie/preparation query.
|
|
120
|
+
* @param txt code/name/scie/preparation query
|
|
121
|
+
* @returns matches `[{code, name, scie, yield, preparation}]`
|
|
122
|
+
* @example
|
|
123
|
+
* ```javascript
|
|
124
|
+
* ifct2017.yieldFactors('mango');
|
|
125
|
+
* ifct2017.yieldFactors('Mangifera indica');
|
|
126
|
+
* // → [ { code: 'D057',
|
|
127
|
+
* // → name: 'Mango, green, raw',
|
|
128
|
+
* // → scie: 'Mangifera indica',
|
|
129
|
+
* // → lang: 'A. Keasa aam; B. Aam (kancha); G. Ambo; H. Katcha Aam; Kan. Mavinakayi; Kash. Kach Aamb; Kh. Soh pieng im; Mal. Manga; M. Heinou Ashangba; Mar. Amba; O. Ambu (kacha); P. Kaccha aam; Tam. Mangai; Tel. Mamidikaya; U. Kaccha aam.',
|
|
130
|
+
* // → grup: 'Other Vegetables',
|
|
131
|
+
* // → regn: 6,
|
|
132
|
+
* // → tags: 'vegetarian eggetarian fishetarian veg',
|
|
133
|
+
* // → yield: 0.6833333333,
|
|
134
|
+
* // → preparation: 'Washing, Peeling, Seed removal' } ]
|
|
135
|
+
*
|
|
136
|
+
* ifct2017.yieldFactors('yield factor of cow milk?');
|
|
137
|
+
* ifct2017.yieldFactors('cow milk');
|
|
138
|
+
* // → [ { code: 'L002',
|
|
139
|
+
* // → name: 'Milk, Cow',
|
|
140
|
+
* // → scie: '',
|
|
141
|
+
* // → lang: 'A. Garoor gakhir; B. Doodh (garu); G. Gai nu dhudh; H. Gai ka doodh; Kan. Hasuvina halu; Kash. Doodh; Kh. Dud masi; M. San Sanghom; Mar. Doodh (gay); O. Gai dudha; P. Gaan da doodh; S. Gow kshiram; Tam. Pasumpaal; Tel. Aavu paalu.',
|
|
142
|
+
* // → grup: 'Milk and Milk Products',
|
|
143
|
+
* // → regn: 6,
|
|
144
|
+
* // → tags: 'vegetarian eggetarian fishetarian veg',
|
|
145
|
+
* // → yield: 1,
|
|
146
|
+
* // → preparation: 'None' } ]
|
|
147
|
+
* ```
|
|
148
|
+
*/ export function yieldFactors(txt) {
|
|
149
|
+
if (index == null) return [];
|
|
150
|
+
const a = [];
|
|
151
|
+
txt = txt.replace(/\W/g, ' ');
|
|
152
|
+
const mats = index.search(txt);
|
|
153
|
+
let max = 0;
|
|
154
|
+
for (const mat of mats)max = Math.max(max, Object.keys(mat.matchData.metadata).length);
|
|
155
|
+
for (const mat of mats)if (Object.keys(mat.matchData.metadata).length === max) a.push(corpus?.get(mat.ref) || {});
|
|
156
|
+
return a;
|
|
157
|
+
} //#endregion
|
|
158
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZpbGU6Ly8vaG9tZS9ydW5uZXIvd29yay9pZmN0MjAxNy9pZmN0MjAxNy95aWVsZGZhY3RvcnMvaW5kZXgudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gQ29weXJpZ2h0IChDKSAyMDI1LTI2IFN1Ymhhaml0IFNhaHVcbi8vIFNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBBR1BMLTMuMC1vci1sYXRlclxuLy8gU2VlIExJQ0VOU0UgZm9yIGZ1bGwgdGVybXNcbmltcG9ydCAqIGFzIGNzdiAgZnJvbSBcIkBzdGQvY3N2XCI7XG5pbXBvcnQgbHVuciBmcm9tIFwibHVuclwiOyAgLy8gQGRlbm8tdHlwZXM9XCJucG06QHR5cGVzL2x1bnJAMi4zLjdcIlxuaW1wb3J0IHt0eXBlIFJvd0RhdGEsIHR5cGUgU2V0dXBUYWJsZU9wdGlvbnMsIHNldHVwVGFibGV9IGZyb20gXCJAbm9kZWYvZXh0cmEtc3FsXCI7XG5cblxuXG5cbi8vI3JlZ2lvbiBUWVBFU1xuLyoqIE5hbWUgb2YgZm9vZCBpbiBsb2NhbCBsYW5ndWFnZXMsIGluY2x1ZGluZyBzY2llbnRpZmljIG5hbWUuICovXG5leHBvcnQgaW50ZXJmYWNlIFlpZWxkRmFjdG9yIHtcbiAgLyoqIEZvb2QgQ29kZS4gKi9cbiAgY29kZTogc3RyaW5nLFxuICAvKiogRm9vZCBOYW1lLiAqL1xuICBuYW1lOiBzdHJpbmcsXG4gIC8qKiBTY2llbnRpZmljIE5hbWUuICovXG4gIHNjaWU6IHN0cmluZyxcbiAgLyoqIExvY2FsIE5hbWUuICovXG4gIGxhbmc6IHN0cmluZyxcbiAgLyoqIEZvb2QgR3JvdXAuICovXG4gIGdydXA6IHN0cmluZyxcbiAgLyoqIE5vLiBvZiBSZWdpb25zLiAqL1xuICByZWduOiBudW1iZXIsXG4gIC8qKiBUYWdzLiAqL1xuICB0YWdzOiBzdHJpbmcsXG4gIC8qKiBPdmVyYWxsIHlpZWxkIGZhY3RvciwgY29uc2lkZXJpbmcgcmVtb3ZhbCBvZiBpbmVkaWJsZSBwYXJ0cywgd2FzaG5nLCBhbmQgY3V0dGluZy4gKi9cbiAgeWllbGQ6IG51bWJlcixcbiAgLyoqIFByZXBhcmF0aW9uIGNvbnNpZGVyYXRpb25zLCBpbmNsdWRpbmcgc3RlbSByZW1vdmFsLCB3YXNoaW5nLCBkZXNlZWRpbmcsIGV0Yy4gKi9cbiAgcHJlcGFyYXRpb246IHN0cmluZyxcbn07XG4vLyNlbmRyZWdpb25cblxuXG5cblxuLy8jcmVnaW9uIEdMT0JBTFNcbmxldCBjb3JwdXM6IE1hcDxzdHJpbmcsIFlpZWxkRmFjdG9yPiB8IG51bGwgPSBudWxsO1xubGV0IGluZGV4OiBsdW5yLkluZGV4IHwgbnVsbCA9IG51bGw7XG4vLyNlbmRyZWdpb25cblxuXG5cblxuLy8jcmVnaW9uIEZVTkNUSU9OU1xuLyoqXG4gKiBMb2FkIHRoZSB5aWVsZCBmYWN0b3JzIGNvcnB1cyBmcm9tIENTViBmaWxlLlxuICogQHBhcmFtIGZpbGUgQ1NWIGZpbGUgcGF0aFxuICogQHJldHVybnMgeWllbGQgZmFjdG9ycyBjb3JwdXNcbiAqL1xuYXN5bmMgZnVuY3Rpb24gbG9hZEZyb21Dc3YoZmlsZTogc3RyaW5nKSB7XG4gIGNvbnN0IG1hcCAgPSBuZXcgTWFwPHN0cmluZywgWWllbGRGYWN0b3I+KCk7XG4gIGNvbnN0IGRhdGEgPSBhd2FpdCAoYXdhaXQgZmV0Y2goZmlsZSkpLnRleHQoKTtcbiAgY29uc3QgcmVjb3JkcyA9IGNzdi5wYXJzZShkYXRhLCB7c2tpcEZpcnN0Um93OiB0cnVlLCBjb21tZW50OiBcIiNcIn0pO1xuICBmb3IgKGNvbnN0IHIgb2YgcmVjb3Jkcykge1xuICAgIGNvbnN0IHtjb2RlLCBuYW1lLCBzY2llLCBsYW5nLCBncnVwLCB0YWdzLCBwcmVwYXJhdGlvbn0gPSByIGFzIHVua25vd24gYXMgWWllbGRGYWN0b3I7XG4gICAgY29uc3QgcmVnbiAgID0gcGFyc2VJbnQoci5yZWduLCAxMCk7XG4gICAgY29uc3QgeWllbGRmID0gcGFyc2VGbG9hdChyLnlpZWxkKTtcbiAgICBtYXAuc2V0KHIuY29kZSwge2NvZGUsIG5hbWUsIHNjaWUsIGxhbmcsIGdydXAsIHJlZ24sIHRhZ3MsIHlpZWxkOiB5aWVsZGYsIHByZXBhcmF0aW9ufSk7XG4gIH1cbiAgcmV0dXJuIG1hcDtcbn1cblxuXG4vKipcbiAqIFNldHVwIHRoZSBsdW5yIGluZGV4IGZvciB0aGUgeWllbGQgZmFjdG9ycyBjb3JwdXMuXG4gKiBAcmV0dXJucyBsdW5yIGluZGV4XG4gKi9cbmZ1bmN0aW9uIHNldHVwSW5kZXgoY29ycHVzOiBNYXA8c3RyaW5nLCBZaWVsZEZhY3Rvcj4pIHtcbiAgcmV0dXJuIGx1bnIoZnVuY3Rpb24odGhpczogbHVuci5CdWlsZGVyKSB7XG4gICAgdGhpcy5yZWYoJ2NvZGUnKTtcbiAgICB0aGlzLmZpZWxkKCdjb2RlJyk7XG4gICAgdGhpcy5maWVsZCgnbmFtZScpO1xuICAgIHRoaXMuZmllbGQoJ3NjaWUnKTtcbiAgICB0aGlzLmZpZWxkKCdsYW5nJyk7XG4gICAgdGhpcy5maWVsZCgnZ3J1cCcpO1xuICAgIHRoaXMuZmllbGQoJ3RhZ3MnKTtcbiAgICB0aGlzLmZpZWxkKCdwcmVwYXJhdGlvbicpO1xuICAgIGZvciAoY29uc3QgciBvZiBjb3JwdXMudmFsdWVzKCkpIHtcbiAgICAgIGxldCB7Y29kZSwgbmFtZSwgc2NpZSwgbGFuZywgZ3J1cCwgdGFncywgcHJlcGFyYXRpb259ID0gcjtcbiAgICAgIG5hbWUgPSBuYW1lLnJlcGxhY2UoL14oXFx3KyksL2csICckMSAkMSAkMSAkMSwnKTtcbiAgICAgIGxhbmcgPSBsYW5nLnJlcGxhY2UoL1xcWy4qP1xcXS9nLCAnJyk7XG4gICAgICBsYW5nID0gbGFuZy5yZXBsYWNlKC9cXHcrXFwuXFxzKFtcXHdcXCcsXFwvXFwoXFwpXFwtIF0rKVs7XFwuXT8vZywgJyQxJyk7XG4gICAgICBsYW5nID0gbGFuZy5yZXBsYWNlKC9bLFxcL1xcKFxcKVxcLSBdKy9nLCAnICcpO1xuICAgICAgdGhpcy5hZGQoe2NvZGUsIG5hbWUsIHNjaWUsIGxhbmcsIGdydXAsIHRhZ3MsIHByZXBhcmF0aW9ufSk7XG4gICAgfVxuICB9KTtcbn1cblxuXG4vKipcbiAqIExvYWQgdGhlIHlpZWxkIGZhY3RvcnMgY29ycHVzIGZyb20gdGhlIGZpbGUuXG4gKiBAcmV0dXJucyB5aWVsZCBmYWN0b3JzIGNvcnB1c1xuICovXG5leHBvcnQgYXN5bmMgZnVuY3Rpb24gbG9hZFlpZWxkRmFjdG9ycygpOiBQcm9taXNlPE1hcDxzdHJpbmcsIFlpZWxkRmFjdG9yPj4ge1xuICBpZiAoY29ycHVzKSByZXR1cm4gY29ycHVzO1xuICBjb3JwdXMgPSBhd2FpdCBsb2FkRnJvbUNzdih5aWVsZEZhY3RvcnNDc3YoKSk7XG4gIGluZGV4ICA9IHNldHVwSW5kZXgoY29ycHVzKTtcbiAgcmV0dXJuIGNvcnB1cztcbn1cblxuXG4vKipcbiAqIEdldCB0aGUgcGF0aCB0byB0aGUgeWllbGQgZmFjdG9ycyBDU1YgZmlsZS5cbiAqIEByZXR1cm5zIENTViBmaWxlIFVSTFxuICovXG5leHBvcnQgZnVuY3Rpb24geWllbGRGYWN0b3JzQ3N2KCk6IHN0cmluZyB7XG4gIHJldHVybiBpbXBvcnQubWV0YS5yZXNvbHZlKCcuL2luZGV4LmNzdicpO1xufVxuXG5cbi8qKlxuICogT2J0YWluIFNRTCBjb21tYW5kIHRvIGNyZWF0ZSBhbmQgcG9wdWxhdGUgdGhlIHlpZWxkIGZhY3RvcnMgdGFibGUuXG4gKiBAcGFyYW0gdGFiIHRhYmxlIG5hbWVcbiAqIEBwYXJhbSBvcHQgb3B0aW9ucyBmb3IgdGhlIHRhYmxlXG4gKiBAcmV0dXJucyBDUkVBVEUgVEFCTEUsIElOU0VSVCwgQ1JFQVRFIFZJRVcsIENSRUFURSBJTkRFWCBzdGF0ZW1lbnRzXG4gKi9cbmV4cG9ydCBhc3luYyBmdW5jdGlvbiB5aWVsZEZhY3RvcnNTcWwodGFiOiBzdHJpbmc9XCJ5aWVsZGZhY3RvcnNcIiwgb3B0OiBTZXR1cFRhYmxlT3B0aW9ucz17fSk6IFByb21pc2U8c3RyaW5nPiB7XG4gIHJldHVybiBzZXR1cFRhYmxlKHRhYiwge2NvZGU6IFwiVEVYVFwiLCBuYW1lOiBcIlRFWFRcIiwgc2NpZTogXCJURVhUXCIsIGxhbmc6IFwiVEVYVFwiLCBncnVwOiBcIlRFWFRcIiwgcmVnbjogXCJJTlRcIiwgdGFnczogXCJURVhUXCIsIHlpZWxkOiBcIlJFQUxcIiwgcHJlcGFyYXRpb246IFwiVEVYVFwifSxcbiAgICAoYXdhaXQgbG9hZFlpZWxkRmFjdG9ycygpKS52YWx1ZXMoKSBhcyBJdGVyYWJsZTxSb3dEYXRhPixcbiAgICBPYmplY3QuYXNzaWduKHtwazogXCJjb2RlXCIsIGluZGV4OiB0cnVlLCB0c3ZlY3Rvcjoge2NvZGU6IFwiQVwiLCBuYW1lOiBcIkJcIiwgc2NpZTogXCJCXCIsIGxhbmc6IFwiQlwiLCBncnVwOiBcIkNcIiwgdGFnczogXCJDXCIsIHByZXBhcmF0aW9uOiBcIkNcIn19LCBvcHQpKTtcbn1cblxuXG4vKipcbiAqIEZpbmQgbWF0Y2hpbmcgeWllbGQgZmFjdG9ycyBvZiBhbiBjb2RlL25hbWUvc2NpZS9wcmVwYXJhdGlvbiBxdWVyeS5cbiAqIEBwYXJhbSB0eHQgY29kZS9uYW1lL3NjaWUvcHJlcGFyYXRpb24gcXVlcnlcbiAqIEByZXR1cm5zIG1hdGNoZXMgYFt7Y29kZSwgbmFtZSwgc2NpZSwgeWllbGQsIHByZXBhcmF0aW9ufV1gXG4gKiBAZXhhbXBsZVxuICogYGBgamF2YXNjcmlwdFxuICogaWZjdDIwMTcueWllbGRGYWN0b3JzKCdtYW5nbycpO1xuICogaWZjdDIwMTcueWllbGRGYWN0b3JzKCdNYW5naWZlcmEgaW5kaWNhJyk7XG4gKiAvLyDihpIgWyB7IGNvZGU6ICdEMDU3JyxcbiAqIC8vIOKGkiAgICAgbmFtZTogJ01hbmdvLCBncmVlbiwgcmF3JyxcbiAqIC8vIOKGkiAgICAgc2NpZTogJ01hbmdpZmVyYSBpbmRpY2EnLFxuICogLy8g4oaSICAgICBsYW5nOiAnQS4gS2Vhc2EgYWFtOyBCLiBBYW0gKGthbmNoYSk7IEcuIEFtYm87IEguIEthdGNoYSBBYW07IEthbi4gTWF2aW5ha2F5aTsgS2FzaC4gS2FjaCBBYW1iOyBLaC4gU29oIHBpZW5nIGltOyBNYWwuIE1hbmdhOyBNLiBIZWlub3UgQXNoYW5nYmE7IE1hci4gQW1iYTsgTy4gQW1idSAoa2FjaGEpOyBQLiBLYWNjaGEgYWFtOyBUYW0uIE1hbmdhaTsgVGVsLiBNYW1pZGlrYXlhOyBVLiBLYWNjaGEgYWFtLicsXG4gKiAvLyDihpIgICAgIGdydXA6ICdPdGhlciBWZWdldGFibGVzJyxcbiAqIC8vIOKGkiAgICAgcmVnbjogNixcbiAqIC8vIOKGkiAgICAgdGFnczogJ3ZlZ2V0YXJpYW4gZWdnZXRhcmlhbiBmaXNoZXRhcmlhbiB2ZWcnLFxuICogLy8g4oaSICAgICB5aWVsZDogMC42ODMzMzMzMzMzLFxuICogLy8g4oaSICAgICBwcmVwYXJhdGlvbjogJ1dhc2hpbmcsIFBlZWxpbmcsIFNlZWQgcmVtb3ZhbCcgfSBdXG4gKlxuICogaWZjdDIwMTcueWllbGRGYWN0b3JzKCd5aWVsZCBmYWN0b3Igb2YgY293IG1pbGs/Jyk7XG4gKiBpZmN0MjAxNy55aWVsZEZhY3RvcnMoJ2NvdyBtaWxrJyk7XG4gKiAvLyDihpIgWyB7IGNvZGU6ICdMMDAyJyxcbiAqIC8vIOKGkiAgICAgbmFtZTogJ01pbGssIENvdycsXG4gKiAvLyDihpIgICAgIHNjaWU6ICcnLFxuICogLy8g4oaSICAgICBsYW5nOiAnQS4gR2Fyb29yIGdha2hpcjsgQi4gRG9vZGggKGdhcnUpOyBHLiBHYWkgbnUgZGh1ZGg7IEguIEdhaSBrYSBkb29kaDsgS2FuLiBIYXN1dmluYSBoYWx1OyBLYXNoLiBEb29kaDsgS2guIER1ZCBtYXNpOyBNLiBTYW4gU2FuZ2hvbTsgTWFyLiBEb29kaCAoZ2F5KTsgTy4gR2FpIGR1ZGhhOyBQLiBHYWFuIGRhIGRvb2RoOyBTLiBHb3cga3NoaXJhbTsgVGFtLiBQYXN1bXBhYWw7IFRlbC4gQWF2dSBwYWFsdS4nLFxuICogLy8g4oaSICAgICBncnVwOiAnTWlsayBhbmQgTWlsayBQcm9kdWN0cycsXG4gKiAvLyDihpIgICAgIHJlZ246IDYsXG4gKiAvLyDihpIgICAgIHRhZ3M6ICd2ZWdldGFyaWFuIGVnZ2V0YXJpYW4gZmlzaGV0YXJpYW4gdmVnJyxcbiAqIC8vIOKGkiAgICAgeWllbGQ6IDEsXG4gKiAvLyDihpIgICAgIHByZXBhcmF0aW9uOiAnTm9uZScgfSBdXG4gKiBgYGBcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHlpZWxkRmFjdG9ycyh0eHQ6IHN0cmluZyk6IFlpZWxkRmFjdG9yW10ge1xuICBpZiAoaW5kZXggPT0gbnVsbCkgcmV0dXJuIFtdO1xuICBjb25zdCBhOiBZaWVsZEZhY3RvcltdID0gW107IHR4dCA9IHR4dC5yZXBsYWNlKC9cXFcvZywgJyAnKTtcbiAgY29uc3QgbWF0cyA9IGluZGV4LnNlYXJjaCh0eHQpOyBsZXQgbWF4ID0gMDtcbiAgZm9yIChjb25zdCBtYXQgb2YgbWF0cylcbiAgICBtYXggPSBNYXRoLm1heChtYXgsIE9iamVjdC5rZXlzKG1hdC5tYXRjaERhdGEubWV0YWRhdGEpLmxlbmd0aCk7XG4gIGZvciAoY29uc3QgbWF0IG9mIG1hdHMpXG4gICAgaWYgKE9iamVjdC5rZXlzKG1hdC5tYXRjaERhdGEubWV0YWRhdGEpLmxlbmd0aCA9PT0gbWF4KSBhLnB1c2goY29ycHVzPy5nZXQobWF0LnJlZikgfHwge30gYXMgWWllbGRGYWN0b3IpO1xuICByZXR1cm4gYTtcbn1cbi8vI2VuZHJlZ2lvblxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHNDQUFzQztBQUN0Qyw2Q0FBNkM7QUFDN0MsNkJBQTZCO0FBQzdCLFlBQVksU0FBVSxXQUFXO0FBQ2pDLE9BQU8sVUFBVSxPQUFPLENBQUUsc0NBQXNDO0FBQ2hFLFNBQThDLFVBQVUsUUFBTyxtQkFBbUI7QUEyQmxGLFlBQVk7QUFLWixpQkFBaUI7QUFDakIsSUFBSSxTQUEwQztBQUM5QyxJQUFJLFFBQTJCO0FBQy9CLFlBQVk7QUFLWixtQkFBbUI7QUFDbkI7Ozs7Q0FJQyxHQUNELGVBQWUsWUFBWSxJQUFZO0VBQ3JDLE1BQU0sTUFBTyxJQUFJO0VBQ2pCLE1BQU0sT0FBTyxNQUFNLENBQUMsTUFBTSxNQUFNLEtBQUssRUFBRSxJ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
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
Data obtained from the following sources, through multiple Deep Research
|
|
2
|
+
queries and selection of the most relevant and reliable data:
|
|
3
|
+
- National Institute of Nutrition (NIN), India
|
|
4
|
+
- Food and Agriculture Organization (FAO)
|
|
5
|
+
- International Network of Food Data Systems (INFOODS)
|
|
6
|
+
- United States Department of Agriculture (USDA)
|
|
7
|
+
- European Food Information Resource Network (EuroFIR)
|
|
8
|
+
- Bundesforschungsanstalt für Ernährung (Federal Research Institute for Nutrition, Germany)
|
|
9
|
+
- University of Oslo, Norway
|
|
10
|
+
- Food Standards Agency (UK)
|
|
11
|
+
- INTAKE – Center for Dietary Assessment
|
|
12
|
+
- Oregon State University
|
|
13
|
+
- University of California, Davis
|
|
14
|
+
- Pearl Millet Production Plan - GrowTech Services
|
|
15
|
+
- Amaranth - Wisconsin Corn Agronomy
|
|
16
|
+
- Isolation, characterization of wheat gluten and its regeneration properties - PMC
|
|
17
|
+
- Bajra Crop Cultivation - Agri wise Way
|
|
18
|
+
- Barley Methods - American Society of Brewing Chemists
|
|
19
|
+
- Amaranth (Amaranthus spp.) - Mchicha Introduction Seed production is a highly specialized. Seed production of certain crops may
|
|
20
|
+
- Rani Roasted Vermicelli (Roasted Wheat Noodles) 12.25oz (350g) PET Jar ~ All Natural | Vegan | NON-GMO | Kosher | Indian Origin : Grocery & Gourmet Food - Amazon.com
|
|
21
|
+
- Yield, Harvest, and Storage of Barley - Wikifarmer
|
|
22
|
+
- Durum Wheat | ND Wheat Commission
|
|
23
|
+
- How to Cook Bulgur Wheat (Recipe + Tips) - The Mediterranean Dish
|
|
24
|
+
- Formulation of Vermicelli Mixed Corn and Rice Flour with Additional Carrageenan and Its Economic Value - PubMed Central
|
|
25
|
+
- Grain Cooking Chart | Natural Grocers
|
|
26
|
+
- Determining the Seeding Rate for Winter Wheat - CropWatch
|
|
27
|
+
- What's the difference between atta and flour? : r/AskCulinary - Reddit
|
|
28
|
+
- Wheat flour - Wikipedia
|
|
29
|
+
- A new standard for the industrial production of high quality Atta flour - ResearchGate
|
|
30
|
+
- Kodo millet (Varagu) - Agriculture :: Home
|
|
31
|
+
- WHEAT FLOUR FUNDAMENTALS | Bakingbusiness.com
|
|
32
|
+
- How to Cook Rice on the Stove Recipe - Love and Lemons
|
|
33
|
+
- Raw Rice Vs. Cooked Rice - Livestrong.com
|
|
34
|
+
- High yielding, semi compact, drought tolerant, early maturing new samai variety ATL 1 - CABI Digital Library
|
|
35
|
+
- Standardization of sieve size for grading of little millet cv.CO (Samai) 4 - ResearchGate
|
|
36
|
+
- Scientific Reason Behind Parboiling Rice Process - SKF Elixer
|
|
37
|
+
- How to Cook Brown Rice - RecipeTin Eats
|
|
38
|
+
- Rice post-harvest processing, parboiling and home preparation - Food and Agriculture Organization of the United Nations
|
|
39
|
+
- About Brown Rice and How to Cook Perfect Rice - JennifersKitchen
|
|
40
|
+
- Puffing Characteristics of Different Variety of Parboiled Rice by using Domestic Microwave Oven - CABI Digital Library
|
|
41
|
+
- Puffing Characteristics of Parboiled Milled Rice in a Domestic Convective–Microwave Oven and Process Optimization - ResearchGate
|
|
42
|
+
- Flaked rice | PDF - SlideShare
|
|
43
|
+
- Nutrient changes and functional properties of rice flakes prepared in a small scale industry
|
|
44
|
+
- Parboiled Ragi Rice Production - Quick Company
|
|
45
|
+
- How to Cook Quinoa | Jessica in the Kitchen
|
|
46
|
+
- (PDF) ANALYSES OF THE RICE AND RAGI PRODUCTION, YIELD AND AREA DATA OF MAHARASHTRA USING PIVOT TABLE - ResearchGate
|
|
47
|
+
- How to Cook Fluffy Quinoa (the Best Easy Recipe) - The Kitchn
|
|
48
|
+
- The how's and why's of yield estimation - Grain SA Home
|
|
49
|
+
- Optimizing Edible Sorghum Bowls: Effects of Roasting and Edible Flower Powder Enhancement on Technological, Nutritional, Antioxidant, and Functional Properties - PMC
|
|
50
|
+
- 11 Keys to Achieve 11 Tonnes/Ha Maize - Seed Co Group
|
|
51
|
+
- Dry Matter Yield of Maize (Zea mays L.) as an Indicator of Mineral Fertilizer Efficiency - PMC
|
|
52
|
+
- Yield Adjustment Factor
|
|
53
|
+
- POST HARVEST PROFILE OF JOWAR - Agmarknet
|
|
54
|
+
- To the person who said you should always rinse off your rice: thank you. Thank you so, so much. : r/Cooking - Reddit
|
|
55
|
+
- Methods for Calculating Corn Yield - Extension Green County
|
|
56
|
+
- What does washing rice actually *do*, and when to apply/not apply? : r/AskCulinary - Reddit
|
|
57
|
+
- Rinsing and cooking treatments applied to rice samples - ResearchGate
|
|
58
|
+
- Removal of Toxic and Essential Nutrient Elements from Commercial Rice Brands Using Different Washing and Cooking Practices: Human Health Risk Assessment
|
|
59
|
+
- Grain Fill Stages in Corn - Purdue Agronomy
|
|
60
|
+
- Optimal Plant Density Is Key for Maximizing Maize Yield in Calcareous Soil of the South Pannonian Basin - PMC - PubMed Central
|
|
61
|
+
- Rice in human nutrition - Rice post-harvest processing, parboiling and home preparation
|
|
62
|
+
- How to increase maize grain yield | Yara UK
|
|
63
|
+
- How many wash cycles should I aim for when washing brown rice? - Seasoned Advice
|
|
64
|
+
- Corn, Sweet for Fresh Market - OSU Horticulture Department
|
|
65
|
+
- Do you need to wash rice before cooking? Here's the science - Down To Earth
|
|
66
|
+
- Assessing the efficacy of washing methods in reducing multi-pesticide residues in Brown, milled long, and milled basmati Rice
|
|
67
|
+
- Sweet Corn Seed Studies
|
|
68
|
+
- How do you get the correct water to rice ratio after washing rice? : r/Cooking - Reddit
|
|
69
|
+
- Sweet Corn Yield Simulation Using Normalized Difference Vegetation Index and Leaf Area Index - jeeng.net
|
|
70
|
+
- Optimization of washing and cooking processes of rice for Ochratoxin A decrement by RSM
|
|
71
|
+
- How does a person cook rice so that it does not be so sticky. I have tried rinsing and rinsing, but it still is sticky... - Food52
|
|
72
|
+
- Cultural Methods for Early Production of Sweet Corn | College of Agricultural Sciences
|
|
73
|
+
- Brown Rice - Cooking - eGullet Forums
|
|
74
|
+
- Corn, Sweet - Postharvest Research and Extension Center - UC Davis
|
|
75
|
+
- Perfect Sushi Rice - Silla Bjerrum
|
|
76
|
+
- Estimation of Maize (Zea mays L.) Yield Per Harvest Area: Appropriate Methods - MDPI
|
|
77
|
+
- Corn Growth & Development - K-State Agronomy
|
|
78
|
+
- Optimization of washing and cooking processes of rice for Ochratoxin A decrement by RSM
|
|
79
|
+
- How to Cook Perfect Rice - Viet World Kitchen
|
|
80
|
+
- Estimation of Maize Yield Per Harvest Area - Scholarly Community Encyclopedia
|
|
81
|
+
- 14 – Laboratory Measurement of Rice Milling Yield - University of Arkansas Cooperative Extension Service
|
|
82
|
+
- Processing Sweet Corn Loss Adjustment Standards Handbook - Risk Management Agency
|
|
83
|
+
- SS-AGR-85/AG202: Field Corn Production Guide - UF/IFAS EDIS
|
|
84
|
+
- Sweet Corn Growth and Yield Responses to Planting Dates of the North Central United States in - ASHS Journals
|
|
85
|
+
- UNITED STATES STANDARDS FOR BROWN RICE FOR PROCESSING - Agricultural Marketing Service
|
|
86
|
+
- Rice Quality Determines Payment - LSU AgCenter
|
|
87
|
+
- Seven Wonders of the Corn Yield World - Crop Physiology
|
|
88
|
+
- Rice is a Cereal Grain . . .
|
|
89
|
+
- Weather During Key Growth Stages Explains Grain Quality and Yield of Maize - MDPI
|
|
90
|
+
- Contributing factors of maize production using multiple linear regressions in mizan-aman district, bench-shako zone, Southwest of Ethiopia
|
|
91
|
+
- Managing Density Stress to Close the Maize Yield Gap - PMC - PubMed Central
|
|
92
|
+
- Factors contributing to maize and bean yield gaps in Central America vary with site and agroecological conditions | The Journal of Agricultural Science - Cambridge University Press
|
|
93
|
+
- Harvesting Factors that Contribute to Maximizing Soybean Yield
|
|
94
|
+
- PROCESSING OF BESAN - Niftem
|
|
95
|
+
- Bengal gram | PPT - SlideShare
|
|
96
|
+
- (PDF) Moisture Dependent Physical Properties of Black gram - ResearchGate
|
|
97
|
+
- Soybean Management Practice Effects on Yield - Golden Harvest Seeds
|
|
98
|
+
- Studies on Physicochemical Properties of Rice Bean (Vigna umbellata) Starch: An Underutilized Legume - Current Research in Nutrition and Food Science
|
|
99
|
+
- De novo genome assembly of rice bean (Vigna umbellata) – A nominated nutritionally rich future crop reveals novel insights into flowering potential, habit, and palatability centric – traits for efficient domestication - Frontiers
|
|
100
|
+
- Milling of Pulses - Agriculture - Vikaspedia
|
|
101
|
+
- What kind of urad dal makes the best idlis? - The Why Why Cook
|
|
102
|
+
- Nutraceutical profile of red gram genotypes with reference to phenols, phytic acid and antioxidant distribution - Madras Agricultural Journal
|
|
103
|
+
- Effect of heat processing on milling of black gram and its end product quality - ResearchGate
|
|
104
|
+
- Bengal Gram Farming | Crop Information - Apni Kheti
|
|
105
|
+
- Redgram Dal Conversion | PDF | Legume | Mill (Grinding) - Scribd
|
|
106
|
+
- DAL/PULSE MILL - KVIC
|
|
107
|
+
- Red gram husk: A potent substrate for production of Protease by Bacillus cereus in Solid-State Fermentation
|
|
108
|
+
- Bengal gram | PPT - SlideShare
|
|
109
|
+
- Pulses Cleaning Archives - Nextech Blog - Rice Mill Consultant
|
|
110
|
+
- 2025 Reference Year Adjustment Factors for Fall/Spring Contract Seed Dry Peas
|
|
111
|
+
- Rajma Processing - Niftem
|
|
112
|
+
- Field Pea Production | NDSU Agriculture
|
|
113
|
+
- Moth Processing - Niftem
|
|
114
|
+
- Swelling factor and amylose leaching of moth bean starch at different temperatures - ResearchGate
|
|
115
|
+
- Rajma Recipe | Rajma Masala (Restaurant Style)
|
|
116
|
+
- Lentil - Storage and Grading - Alberta Pulse Growers
|
|
117
|
+
- Lentil Seeding - Alberta Pulse Growers
|
|
118
|
+
- Horse gram - Agriculture - Vikaspedia
|
|
119
|
+
- hORSE GRAM: - Just Agriculture
|
|
120
|
+
- Know your lentils and make perfect dal every time | Sarina Kamini | Kitchen Hacks
|
|
121
|
+
- Effect of rice wastewater poc and planting distance on growth and yield of green Mung Beans (Vigna Radiata L.) - ResearchGate
|
|
122
|
+
- Lentil 101 for dal lovers - In Good Taste by Mallika Basu - Substack
|
|
123
|
+
- Mung bean - Wikipedia
|
|
124
|
+
- Aiva Green Moong Whole (Mung Beans) | Moong Green Gram Bulk – 10 LB Bag for Soups, Salads, Curries, Sprouting, and Cooking
|
|
125
|
+
- Discover the Benefits of Moong Dal: A Comprehensive Nutritional Guide - ITC Store
|
|
126
|
+
- COWPEA - RESADE
|
|
127
|
+
- Field Beans - Agricultural Solutions
|
|
128
|
+
- Field assessment of yield and its contributing traits in cowpea treated with lower, intermediate, and higher doses of gamma rays and sodium azide - PMC - PubMed Central
|
|
129
|
+
- Province of Manitoba | agriculture - Field Beans
|
|
130
|
+
- Effect of ultrasound treatment on dehulling efficiency of blackgram - PMC - PubMed Central
|
|
131
|
+
- Product formulation from black gram and its evaluation for nutritional and sensory quality
|
|
132
|
+
- Performance of black gram (Vigna mungo L. Hepper) with organic amendments - Indian Journal of Hill Farming
|
|
133
|
+
- Physico-Chemical Composition of Tender and Mature Tamarind Leaves
|
|
134
|
+
- Backyard Basella Farming: A Key to Eradicate the Malnutrition of Rural India - Just Agriculture
|
|
135
|
+
- Amaranthus tricolor - prota
|
|
136
|
+
- Characterization of Morphological, Physical and Functional Attributes of Agathi Leaves and Flowers - AWS
|
|
137
|
+
- Spinach | Bedford County
|
|
138
|
+
- Amaranth - New Entry Sustainable Farming Project - Tufts University
|
|
139
|
+
- extraction, phytochemical screening and tlc of basella alba - iajps
|
|
140
|
+
- Rumex species root fragments washing and slicing. Photo (a) shows Rumex... | Download Scientific Diagram - ResearchGate
|
|
141
|
+
- Thermal Processing and Fermentation Improves the Physicochemical and Functional Properties of Dehydrated Agathi Leaves (Sesbania - CABI Digital Library
|
|
142
|
+
- How To Chop A Mountain of Fresh Italian Parsley in Seconds - Allrecipes
|
|
143
|
+
- Pumpkin leaves : r/noscrapleftbehind - Reddit
|
|
144
|
+
- Edible parts of plants you wouldn't expect? : r/vegetablegardening - Reddit
|
|
145
|
+
- Ponnankanni Keerai (Dwarf Copper Leaves) -aprx 250g
|
|
146
|
+
- Bok Choy, an Asian Leafy Green Vegetable Emerging in Florida
|
|
147
|
+
- Lettuce | College of Agricultural Sciences - OSU Horticulture Department
|
|
148
|
+
- Mustard 07/02 - OSU Extension Service
|
|
149
|
+
- Why leaf flush affects citrus quality and yield, and how to manage it better.
|
|
150
|
+
- Effect of zinc on growth, yield and quality of Knol-khol [Brassica oleracea var. gongylodes (L.)]
|
|
151
|
+
- Upland Cress - CC GROW
|
|
152
|
+
- Fenugreek Cultivation - Advancing North East
|
|
153
|
+
- Taro / Colocasia - Leaves & Stems - Clovegarden
|
|
154
|
+
- Four Taro Cultivars Compared for Leaf (Luau) Production - CTAHR
|
|
155
|
+
- Drumstick: Health Benefits, Nutrition, Uses, Recipes And Side Effects - Netmeds
|
|
156
|
+
- What to do with cauliflower stems and leaves! - Serving Tonight
|
|
157
|
+
- How to Prune Cabbage - PictureThis
|
|
158
|
+
- Moringa oleifera L. - Forests, Trees and Agroforestry
|
|
159
|
+
- What Can I Do with Cauliflower Leaves and Stalks - Modern Milkman Blog
|
|
160
|
+
- Cabbage | Home Vegetable Gardening | Illinois Extension | UIUC
|
|
161
|
+
- Canning Collards | Home & Garden Information Center - HGIC@clemson.edu
|
|
162
|
+
- How to Freeze Collard Greens - It's a Veg World After All®
|
|
163
|
+
- Chinese Cabbage (Pe-tsai) - LSU AgCenter
|
|
164
|
+
- IMPROVEMENT OF YIELD AND QUALITY OF CHINESE CABBAGE (BRASSICA RAPA PEKINENSIS L.) BY AUGMENTING SOIL FERTILITY, NUTRIENT STATUS,
|
|
165
|
+
- Brussels Sprouts | Portland Nursery
|
|
166
|
+
- Brussels Sprouts : Tips from Seed to Harvest - Cedar Circle Farm
|
|
167
|
+
- Wilted Beet Greens | The Greek Vegan
|
|
168
|
+
- Moroccan Beet Greens - Selka - Lisa and Frances Cook -
|
|
169
|
+
- Ultrasound assisted extraction of phytochemicals from Piper betel L - PMC - PubMed Central
|
|
170
|
+
- Sauteed bathua - Simple Gluten Free Kitchen
|
|
171
|
+
- New Bathua Cultivar: Pusa Green-a Weed to Wealth - Krishi Jagran
|
|
172
|
+
- Betel leaves powder preparation for extraction of oil. - ResearchGate
|
|
173
|
+
- How to Grow Scarlet Runner Bean Seeds
|
|
174
|
+
- Full article: Mechanical, Thermal, and Water Absorption Behavior of Ash Gourd (Benincasa Hispida) Peel Particles Filled Epoxy Composites - Taylor & Francis Online
|
|
175
|
+
- How to Prepare Fresh Bamboo Shoots - RecipeTin Japan
|
|
176
|
+
- How to Prune Squash Plants for Bigger, Better Yields - Epic Gardening
|
|
177
|
+
- Cross-section of a bamboo shoot, showing the edible tender tip (TBS)... - ResearchGate
|
|
178
|
+
- How to Prune Tomatoes for a Big Harvest - Bonnie Plants
|
|
179
|
+
- Punjab Agricultural University - PAU - Ludhiana, Punjab - INDIA - pau.edu
|
|
180
|
+
- Ash gourd peel wax: Extraction, characterization, and application as an edible coat for fruits | Request PDF - ResearchGate
|
|
181
|
+
- Luffa—an Asian Vegetable Emerging in Florida
|
|
182
|
+
- Snake Gourd Farming: Seed Varieties and Management - FarmAtma
|
|
183
|
+
- Chapter 16: Postharvest Physiology and Maturity - American Peanut Research and Education Society
|
|
184
|
+
- How to Peel and Cut a Butternut Squash - Simply Recipes
|
|
185
|
+
- Starch extraction potential from plantain peel wastes - ResearchGate
|
|
186
|
+
- Potentials of plantain peel and Tithonia diversifolia leaves as soil amendments in enhancing performance and nutritional contents of tomato (Solanumlycopersicum) - PubMed Central
|
|
187
|
+
- How Often Should You Really Be Trimming Your Hair | TRESemmé - TRESemme
|
|
188
|
+
- How Many Shelled Pea Pods are in a Pound? - Produce Converter
|
|
189
|
+
- Musa balbisiana Plantain, Plantain Banana PFAF Plant Database - PFAF.org
|
|
190
|
+
- Papaya Processing Methods and its Nutritional Value - JSciMed Central
|
|
191
|
+
- (PDF) Utilization of seed and peel of mango - ResearchGate
|
|
192
|
+
- How to Grow Green Onions: From Seeds & Regrowing - The Spruce
|
|
193
|
+
- Effect of pruning on growth, leaf yield and pod yields of okra (Abelmoschus esculentus (L.) Moench) | Request PDF - ResearchGate
|
|
194
|
+
- Kohlrabi - Clovegarden
|
|
195
|
+
- Fodder Production - Tamil Nadu Agricultural University
|
|
196
|
+
- Jackfruit - Wikipedia
|
|
197
|
+
- Effect of various heat processing methods on resistant starch level in jackfruit (Artocarpus heterophyllus Lam.) seed starch - International Food Research Journal
|
|
198
|
+
- Sharing a tip about bush beans I learned long ago - Houzz
|
|
199
|
+
- How to Grow Fine, Tender Filet Beans
|
|
200
|
+
- Architecture Pruning Technique (Pollarding) of Moringa (Moringa oleifera) - World Journal of Advanced Research and Reviews
|
|
201
|
+
- CUCUMBERS
|
|
202
|
+
- Corn, Baby | College of Agricultural Sciences - OSU Horticulture Department
|
|
203
|
+
- Growing Beans in a Home Garden | University of Maryland Extension
|
|
204
|
+
- COLOCASIA (Colocasia Esculenta Schott) Colocasia or taro is aherbaceous plant with thick tuber (underground stem) containing a - KIRAN
|
|
205
|
+
- Yield Testing – Basic Kitchen and Food Service Management
|
|
206
|
+
- Celery and Celeriac - Center for Crop Diversification
|
|
207
|
+
- How to cut cauliflower florets - quickly with less mess! - RecipeTin Eats
|
|
208
|
+
- How to Cook Broad Beans (Fava Beans) - Jo's Kitchen Larder
|
|
209
|
+
- Sweet Pepper Breeding and Seed Saving Guide - Organic Seed Alliance
|
|
210
|
+
- Has anyone ever got 100+ eggplants from a plant? : r/vegetablegardening - Reddit
|
|
211
|
+
- Bottle Gourd Cultivation: Maximizing Yield in Summer and Rainy Seasons
|
|
212
|
+
- Bitter gourd - KAU Agri-Infotech Portal
|
|
213
|
+
- Apples - Not Far From the Tree
|
|
214
|
+
- DETAILED PROJECT REPORT APRICOT POWDER MANUFACTURING UNIT. INDIAN INSTITUTE OF FOOD PROCESSING TECHNOLOGY Ministry of Food Proce - NIFTEM, Thanjavur
|
|
215
|
+
- Annona muricata - PROSEA - Plant Resources of South East Asia
|
|
216
|
+
- A to Z Food and Cooking Equivalents and Yields - The Spruce Eats
|
|
217
|
+
- Pouteria sapota, Agroforestree Database - Growables
|
|
218
|
+
- Crediting Handbook for the Child and Adult Care Food Program
|
|
219
|
+
- Rambutan - Wikipedia
|
|
220
|
+
- Value-addition of pummelo (Citrus grandis) Peel: A Review - The Pharma Innovation Journal
|
|
221
|
+
- HS895/HS250: Growing Plums in Florida
|
|
222
|
+
- Ways To Enjoy Pomegranate Seeds - Have A Plant - Fruitsandveggies.org
|
|
223
|
+
- PHALSA - Directorate of Plant Protection, Quarantine & Storage
|
|
224
|
+
- How much Chunks are in a Pineapple? - Produce Converter
|
|
225
|
+
- How to Grow Big Peaches
|
|
226
|
+
- Recommendations for harvest and storage of pears - Ontario.ca
|
|
227
|
+
- Harvesting Techniques for Maximum Papaya Yield - Agriculture Institute
|
|
228
|
+
- Palm fruit in traditional African food culture - Original Article
|
|
229
|
+
- citrus processing technical glossary
|
|
230
|
+
- Michigan Fresh: Using, Storing, and Preserving Melons - MSU College of Agriculture and Natural Resources
|
|
231
|
+
- Tamarind, Fruits of Warm Climates - Growables
|
|
232
|
+
- Mangosteen-Production-Guide.pdf - High Value Crops Development Program
|
|
233
|
+
- Lychee / Litchi - Planting Hope
|
|
234
|
+
- How to Use Mango Harvest Maturity Indices to Improve Fruit Quality and Yield
|
|
235
|
+
- Citrus pulp, dried - Feedipedia
|
|
236
|
+
- How Much Juice Is in Citrus Fruits - Webstaurant Store
|
|
237
|
+
- Wax Jambu in California? - GardenWeb
|
|
238
|
+
- Microencapsulation of karonda (Carissa carandas L.) anthocyanin extracts: effects of drying conditions on antioxidant contents a - Emerald Insight
|
|
239
|
+
- How to grow guava? A complete guide - Fasal Blog
|
|
240
|
+
- Harvesting Quality Fruit - Western Agricultural Research Center | Montana State University
|
|
241
|
+
- Pruning Gooseberries: When and How to Prune? - Fryd
|
|
242
|
+
- CA Figs Month!! - California Farmland Trust
|
|
243
|
+
- Discover Delicious Dates – Community Vitality & Health - UW Extension
|
|
244
|
+
- Custard Apple (Annona squamosa L.) Leaves: Nutritional Composition, Phytochemical Profile, and Health-Promoting Biological Activities
|
|
245
|
+
- Currants | Cooperative Extension Service - University of Alaska Fairbanks
|
|
246
|
+
- How Many Pitted or Juiced Cherries Are in a Pound? - Produce Converter
|
|
247
|
+
- Harvesting Blackberry Plants - Stark Bro's
|
|
248
|
+
- BARI Bael-1 - Digital Herbarium of Crop Plants
|
|
249
|
+
- Characterization of pectin extracted from banana peels of different varieties - PMC
|
|
250
|
+
- The ultimate guide to growing your own avocado pit every time. - Botanopia
|
|
251
|
+
- Composition of wood apple (per 100 g edible pulp) - ResearchGate
|
|
252
|
+
- Formulation and Evaluation of Preserved Products Utilizing under Exploited Fruit, Wood Apple (Limonia acidissima)
|
|
253
|
+
- Assessment of engineering parameters and mass modeling for reducing postharvest losses of sweet lime (Citrus limetta) fruit | Italian Journal of Food Science
|
|
254
|
+
- Mango (Mangifera indica) fruit and by-products - Feedipedia
|
|
255
|
+
- Limonia acidissima - Wikipedia
|
|
256
|
+
- Organic acid compositions of wood apple defatted fruit pulp (% DW) 1 - ResearchGate
|
|
257
|
+
- Charts - Yields of Fruits and Vegetables - Christian Chefs International
|
|
258
|
+
- Fruit Yields - Chefs Resources
|
|
259
|
+
- Mangifera indica (mango)
|
|
260
|
+
- IMPACT OF DEHYDRATION METHODS ON THE YIELD AND QUALITY OF LIME PEELS PECTIN - Zagazig Journal of Agricultural Research
|
|
261
|
+
- Avocado Oil: Characteristics, Properties, and Applications - PMC - PubMed Central
|
|
262
|
+
- Mango Yield & Cutting
|
|
263
|
+
- Fruit Characteristics, Peel Nutritional Compositions, and Their Relationships with Mango Peel Pectin Quality - PMC - PubMed Central
|
|
264
|
+
- What is unrefined, extra virgin cold-pressed avocado oil? – AOCS
|
|
265
|
+
- Short Communication: Extraction and characterization of pectin from ripe and unripe mango (Mangifera indica) peel - Smujo
|
|
266
|
+
- How Much of an Avocado Is Edible? - Slices of Blue Sky
|
|
267
|
+
- Storage studies on wood apple katta meeta - The Pharma Innovation Journal
|
|
268
|
+
- Percentage weight of skin, seed and flesh for the mango cultivars studied. - ResearchGate
|
|
269
|
+
- Avocado Hass peel from industrial by-product: effect of extraction process variables on yield, phenolic compounds and antioxidant capacity - Frontiers
|
|
270
|
+
- (PDF) Extraction-and-Characterization-of-Oil-from-Avocado-Peels - ResearchGate
|
|
271
|
+
- Analysis of Free Sugars, Organic Acids, and Fatty Acids of Wood Apple (Limonia acidissima L.) Fruit Pulp - MDPI
|
|
272
|
+
- Citrus by-products for animal feed - Food and Agriculture Organization of the United Nations
|
|
273
|
+
- Common Product Yields - US Foods
|
|
274
|
+
- Tamarind-a mini review - MedCrave online
|
|
275
|
+
- Avocado Seeds: Extraction Optimization and Possible Use as Antioxidant in Food - PMC
|
|
276
|
+
- Mineral Content of the Pulp and Peel of Various Citrus Fruit Cultivars - PMC
|
|
277
|
+
- Evaluation of chemical parameters of tamarind (Tamarindus indica Linn) - International Journal of Food Science and Nutrition
|
|
278
|
+
- Comparative Study of Ripe Tamarind Pulp and Spray Dried Tamarind Pulp Powder for Compositional Analysis - IJARSE
|
|
279
|
+
- Tamarind (Tamarindus indica, L.) is a tropical fruit, the pulp of which is used in Puerto Rico as a base in the preparations of - Revista UPR
|
|
280
|
+
- Citrus pulp, fresh - Feedipedia
|
|
281
|
+
- Effect of Process Parameters on Extraction of Pulp from Tamarind Fruit - Krishi Sanskriti
|
|
282
|
+
- Yield Percents – Bakery and Business Math - Open Washington Pressbooks
|
|
283
|
+
- Yield Percents – Culinary Math - Open Washington Pressbooks
|
|
284
|
+
- Studies on Standardization of Enzyme Concentration and Process for Extraction of Tamarind Pulp, Variety Ajanta - Walsh Medical Media
|
|
285
|
+
- Total extraction yield, TPC, and TFC of the orange peel extracts obtained by SWE. - ResearchGate
|
|
286
|
+
- USDA/NASS Citrus Maturity Test Results and Fruit Size
|
|
287
|
+
- FRUITS WHOLE PRODUCE YIELDS - US Foods
|
|
288
|
+
|
|
289
|
+
YIELD FACTORS OF VARIOUS FOODS
|
|
290
|
+
- Code
|
|
291
|
+
- Common Name
|
|
292
|
+
- Scientific Name
|
|
293
|
+
- Average Yield Factor
|
|
294
|
+
- Preparation Method
|
package/corpus.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
exports.columns = require('@ifct2017/columns/corpus');
|
|
2
|
-
exports.hierarchy = require('@ifct2017/hierarchy/corpus');
|
|
3
|
-
exports.intakes = require('@ifct2017/intakes/corpus');
|
|
4
|
-
exports.methods = require('@ifct2017/methods/corpus');
|
|
5
|
-
exports.nutrients = require('@ifct2017/nutrients/corpus');
|
|
6
|
-
exports.representations = require('@ifct2017/representations/corpus');
|