tedo-publisher 1.3.227 → 1.3.228

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,315 @@
1
+ export declare const dataStructure: {
2
+ cropManagement: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ cropRotation: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ precisionFarming: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ irrigationTechniques: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ cropYieldOptimization: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ seedSelectionStrategies: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ soilHealth: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ soilTesting: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ fertilityManagement: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ compostingPractices: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ soilConservationTechniques: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ coverCrops: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ pestControl: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ integratedPestManagement: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ organicPestControl: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ chemicalPestControlMethods: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ beneficialInsects: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ pestIdentification: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ sustainablePractices: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ regenerativeAgriculture: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ ecoFriendlyFarming: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ permaculturePrinciples: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ waterConservationMethods: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ agroecology: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ horticulture: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ plantCareTips: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ landscapingIdeas: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ greenhouseManagement: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ herbGardening: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ floriculture: {
204
+ title: string;
205
+ description: string;
206
+ slug: string;
207
+ children: null;
208
+ };
209
+ other: {
210
+ title: string;
211
+ description: string;
212
+ slug: string;
213
+ children: null;
214
+ };
215
+ };
216
+ };
217
+ agriculturalTechnology: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ smartFarmingTools: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ dronesInAgriculture: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ automationInFarming: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ dataManagementForFarmers: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ sustainableAgTech: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ marketTrends: {
261
+ title: string;
262
+ description: string;
263
+ slug: string;
264
+ children: {
265
+ cropMarketAnalysis: {
266
+ title: string;
267
+ description: string;
268
+ slug: string;
269
+ children: null;
270
+ };
271
+ globalAgriTrends: {
272
+ title: string;
273
+ description: string;
274
+ slug: string;
275
+ children: null;
276
+ };
277
+ organicFoodMarket: {
278
+ title: string;
279
+ description: string;
280
+ slug: string;
281
+ children: null;
282
+ };
283
+ priceForecasting: {
284
+ title: string;
285
+ description: string;
286
+ slug: string;
287
+ children: null;
288
+ };
289
+ farmersMarketSuccessTips: {
290
+ title: string;
291
+ description: string;
292
+ slug: string;
293
+ children: null;
294
+ };
295
+ other: {
296
+ title: string;
297
+ description: string;
298
+ slug: string;
299
+ children: null;
300
+ };
301
+ };
302
+ };
303
+ };
304
+ export declare const authors: Record<string, string>;
305
+ export declare const authorsNames: string[];
306
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF3E\uD83C\uDF3B\uD83C\uDF31\uD83D\uDE9C";
307
+ export declare const categories: ("sustainablePractices" | "marketTrends" | "cropManagement" | "agriculturalTechnology" | "horticulture" | "soilHealth" | "pestControl")[];
308
+ export declare const subcategories: string[];
309
+ export declare const subsubcategories: string[];
310
+ export type Category = keyof typeof dataStructure;
311
+ export type CategoryNode = (typeof dataStructure)[Category];
312
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
313
+ export declare const startDate = "2024-09-04T00:00:00Z";
314
+ export declare const devBucketName = "idn-harvestharmonies-dev";
315
+ export declare const prodBucketName = "idn-harvestharmonies";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={cropManagement:{title:"Effective Crop Management Strategies for Modern Farmers 🌾",description:"Explore essential crop management techniques to enhance productivity and sustainability in agriculture. Discover tips for successful crop rotation and more! 🌱",slug:"crop-management",children:{cropRotation:{title:"Mastering Crop Rotation: Techniques for Healthy Soils 🌱",description:"Learn how to implement crop rotation effectively to improve soil health and boost yield. Explore strategies that protect crops and enhance sustainability! 🌍",slug:"crop-rotation",children:null},precisionFarming:{title:"Precision Farming: Maximizing Efficiency and Yields 🚜",description:"Unlock the potential of precision farming techniques for optimized agricultural practices. Discover tools that enhance crop yields while reducing waste! 🌾",slug:"precision-farming",children:null},irrigationTechniques:{title:"Irrigation Techniques: Ensuring Optimal Crop Growth 💧",description:"Explore innovative irrigation techniques that ensure your crops receive the right amount of water. Learn about methods that conserve resources and boost growth! 🌱",slug:"irrigation-techniques",children:null},cropYieldOptimization:{title:"Crop Yield Optimization: Strategies for Success 🌟",description:"Discover essential strategies for optimizing crop yields. From soil health to pest management, learn how to enhance productivity sustainably! 🥕",slug:"crop-yield-optimization",children:null},seedSelectionStrategies:{title:"Seed Selection Strategies for High-Quality Crops 🌱",description:"Get insights into effective seed selection strategies that promote healthier crops and improved yields. Make informed decisions for your farming success! 🌾",slug:"seed-selection-strategies",children:null},other:{title:"Other Crop Management Techniques: Broadening Your Knowledge 🌍",description:"Dive into additional crop management techniques that don't fit traditional categories. Explore diverse methods vital for modern agricultural practices! 🌾",slug:"other-crop-management",children:null}}},soilHealth:{title:"Discover Essential Soil Health Practices 🌱 - HarvestHarmonies",description:"Explore key insights into soil health, including testing, fertility, and conservation techniques. Enhance agricultural practices today! 🌍",slug:"soil-health",children:{soilTesting:{title:"Comprehensive Soil Testing for Improved Crop Yields 📈",description:"Learn the importance of soil testing in agriculture to improve crop yield and soil quality. Discover techniques, tools, and tips! 🔬",slug:"soil-testing",children:null},fertilityManagement:{title:"Effective Soil Fertility Management Techniques 🌾",description:"Unlock the secrets of optimizing soil fertility with effective management strategies. Enhance plant growth and productivity! 🌿",slug:"fertility-management",children:null},compostingPractices:{title:"Beneficial Composting Practices for Soil Enrichment 🌍",description:"Discover best practices for composting to enrich soil health and promote organic farming. Speed up your composting game! 🍂",slug:"composting-practices",children:null},soilConservationTechniques:{title:"Soil Conservation Techniques for Sustainable Farming 🌳",description:"Learn about effective soil conservation techniques to prevent erosion and maintain soil health for sustainable agricultural practices! 🌱",slug:"soil-conservation-techniques",children:null},coverCrops:{title:"Benefits of Cover Crops for Soil Health and Fertility 🌻",description:"Uncover the advantages of using cover crops to enhance soil health and fertility for long-lasting agricultural benefits! 🥦",slug:"cover-crops",children:null},other:{title:"Additional Tips on Soil Health for Thriving Agriculture 🥕",description:"Explore various other practices that boost soil health, sustainability, and agricultural productivity in your farming activities! 🌾",slug:"other",children:null}}},pestControl:{title:"Pest Control Strategies for Sustainable Agriculture 🌿",description:"Discover the best pest control practices for agriculture, horticulture, and agronomy. Learn to manage pests sustainably and enhance your crops! 🐛",slug:"pest-control-strategies",children:{integratedPestManagement:{title:"Integrated Pest Management Techniques for Farmers 🌾",description:"Explore integrated pest management (IPM) strategies to minimize crop damage while promoting sustainable agriculture practices. Learn more! 🌱",slug:"integrated-pest-management",children:null},organicPestControl:{title:"Effective Organic Pest Control Solutions for Growers 🌼",description:"Uncover organic pest control methods to protect your crops while maintaining ecological balance. Embrace nature-friendly practices today! 🍃",slug:"organic-pest-control",children:null},chemicalPestControlMethods:{title:"Chemical Pest Control Methods in Agriculture ⚗️",description:"Delve into chemical pest control methods and their appropriate usage in agriculture for effective pest management. Stay informed with our guide! 💊",slug:"chemical-pest-control-methods",children:null},beneficialInsects:{title:"Harnessing Beneficial Insects for Pest Management 🐞",description:"Learn about the role of beneficial insects in pest control and how they can help enhance your crop yield and sustainability. Discover more! 🌻",slug:"beneficial-insects",children:null},pestIdentification:{title:"Pest Identification: A Guide for Farmers 🧐",description:"Master the art of pest identification with our detailed guide to ensure timely interventions and effective pest management in your crops! 🌍",slug:"pest-identification",children:null},other:{title:"Other Pest Control Techniques and Insights 💡",description:"Explore various pest control techniques beyond the conventional methods. Stay updated with innovative practices in agriculture! ⚡️",slug:"other-pest-control-techniques",children:null}}},sustainablePractices:{title:"Explore Sustainable Practices for Modern Farming 🌱",description:"Discover innovative sustainable practices in agriculture that enhance productivity and ecological balance. Join us in nurturing the earth! 🌍",slug:"sustainable-practices",children:{regenerativeAgriculture:{title:"Understanding Regenerative Agriculture: A Holistic Approach 🌾",description:"Delve into regenerative agriculture principles that revive soil health, enhance biodiversity, and boost farm resilience. Transform your farming! 🌱",slug:"regenerative-agriculture",children:null},ecoFriendlyFarming:{title:"Eco-Friendly Farming Techniques for Sustainable Growth 🌿",description:"Learn about eco-friendly farming methods that promote sustainability, protect the environment, and ensure high-quality produce. Cultivate wisely! 🍃",slug:"eco-friendly-farming",children:null},permaculturePrinciples:{title:"Permaculture Principles: Designing Sustainable Ecosystems 🌼",description:"Explore permaculture principles that create sustainable agricultural systems in harmony with nature. Grow resilient gardens and farms! 🌍",slug:"permaculture-principles",children:null},waterConservationMethods:{title:"Effective Water Conservation Methods for Agriculture 💧",description:"Discover innovative water conservation strategies that optimize usage, enhance crop yield, and protect vital water resources. Save water, grow better! 🌊",slug:"water-conservation-methods",children:null},agroecology:{title:"Agroecology: Merging Agriculture and Ecology for Sustainability 🌍",description:"Understand the principles of agroecology that promote biodiversity, sustain crop production, and maintain environmental health. Cultivate synergy! 🌱",slug:"agroecology",children:null},other:{title:"Other Sustainable Practices for the Future of Farming 🌳",description:"Uncover various alternative sustainable practices that improve agricultural methods and promote ecological stability in farming. Think green! 🌎",slug:"other-sustainable-practices",children:null}}},horticulture:{title:"Explore the World of Horticulture 🌿 | Tips, Ideas & Management",description:"Delve into horticulture with tips, ideas, and management strategies that promote sustainability and productivity for all enthusiasts and professionals! 🌱",slug:"horticulture",children:{plantCareTips:{title:"Essential Plant Care Tips 🌼 | Nurture Your Greenery",description:"Discover vital plant care tips to keep your indoor and outdoor plants thriving! Learn about watering, potting, and pest control for success. 🌿",slug:"plant-care-tips",children:null},landscapingIdeas:{title:"Creative Landscaping Ideas 🏡 | Transform Your Outdoor Space",description:"Unleash your creativity with innovative landscaping ideas that transform any outdoor space into a beautiful haven! Get inspired today! 🌺",slug:"landscaping-ideas",children:null},greenhouseManagement:{title:"Greenhouse Management Strategies 🌞 | Optimize Your Harvest",description:"Master greenhouse management techniques to optimize growth and yield. Explore heat, humidity, and light control for thriving plants! 🌱",slug:"greenhouse-management",children:null},herbGardening:{title:"Herb Gardening Essentials 🌿 | Grow Your Flavorful Herbs",description:"Learn how to cultivate your own herb garden! From selection to care, discover everything you need to grow delicious herbs at home. 🌱",slug:"herb-gardening",children:null},floriculture:{title:"Floriculture Practices 🌸 | Cultivate Beautiful Blooms",description:"Explore the art of floriculture! Learn effective practices for growing, arranging, and selling flowers that add vibrancy to any space. 🌺",slug:"floriculture",children:null},other:{title:"Miscellaneous Horticulture Topics 🌼 | Explore More!",description:"Dive into various horticulture topics that don't fit traditional categories! Gain insights into unique practices and fun gardening tips. 🌿",slug:"other-horticulture-topics",children:null}}},agriculturalTechnology:{title:"Innovative Agricultural Technology: Transforming Farming Practices 🌱",description:"Explore cutting-edge agricultural technology at HarvestHarmonies. Learn about smart farming tools, drones, automation, and more for enhanced productivity and sustainability.",slug:"agricultural-technology",children:{smartFarmingTools:{title:"Smart Farming Tools: Revolutionize Your Agriculture Methods 🔧",description:"Discover the latest smart farming tools that optimize productivity and efficiency in agriculture. Enhance your farming practices with innovative technology.",slug:"smart-farming-tools",children:null},dronesInAgriculture:{title:"Drones in Agriculture: Elevating Farming to New Heights 🚁",description:"Learn how drones are transforming agriculture by providing aerial insights and improving crop monitoring. Explore the benefits and tech of drones in farming.",slug:"drones-in-agriculture",children:null},automationInFarming:{title:"Automation in Farming: Streamlining Your Agricultural Operations 🤖",description:"Unlock the potential of farming automation with tech solutions that save time and resources. Make your agricultural tasks easier and more efficient.",slug:"automation-in-farming",children:null},dataManagementForFarmers:{title:"Data Management for Farmers: Harnessing Technology for Better Decisions 📈",description:"Explore how data management tools empower farmers to make informed decisions. Leverage technology for improved crop outcomes and farm efficiency.",slug:"data-management-for-farmers",children:null},sustainableAgTech:{title:"Sustainable AgTech: Merging Innovation with Eco-Friendly Practices 🌍",description:"Dive into sustainable agricultural technologies that promote ecological balance. Learn about practices that help farmers enhance sustainability in their fields.",slug:"sustainable-ag-tech",children:null},other:{title:"Other Agricultural Technologies: Exploring Diverse Innovations 🌾",description:"Explore various other agricultural technologies that are reshaping the farming landscape. Stay informed about innovations that support modern practices.",slug:"other-agricultural-technologies",children:null}}},marketTrends:{title:"Explore the Latest Trends in Agriculture 🌾",description:"Dive into market trends to empower your agricultural decisions and stay informed on insights that matter to farmers and agronomists alike! 🌱",slug:"market-trends",children:{cropMarketAnalysis:{title:"In-Depth Crop Market Analysis for Modern Farmers 📊",description:"Unlock valuable insights with comprehensive crop market analysis that equips farmers with essential data for informed decision-making! 📈",slug:"crop-market-analysis",children:null},globalAgriTrends:{title:"Discover Global Agricultural Trends & Innovations 🌎",description:"Stay ahead in the agriculture sector with the latest global trends and innovations influencing farmers and sustainability worldwide! 🌾",slug:"global-agri-trends",children:null},organicFoodMarket:{title:"The Rise of the Organic Food Market: Key Insights 🍏",description:"Explore the booming organic food market, its trends, and how they affect modern agriculture and consumer choices in healthy eating! 🥗",slug:"organic-food-market",children:null},priceForecasting:{title:"Price Forecasting: Navigate Agricultural Market Fluctuations 📉",description:"Understand price forecasting for crops and commodities to anticipate market trends and make informed financial decisions. 💰",slug:"price-forecasting",children:null},farmersMarketSuccessTips:{title:"Success Tips for Farmers' Markets: Boost Your Sales 🚜",description:"Unlock success with essential tips for thriving at farmers' markets, maximizing profits, and delivering fresh produce to the community! 🥕",slug:"farmers-market-success-tips",children:null},other:{title:"Other Market Trends in Agriculture: Insights & Innovations 🌾",description:"Discover miscellaneous market trends in agriculture that provide additional knowledge and insights to enhance farming practices! 📅",slug:"other-market-trends",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),r=e.AUTHORS_INFO.map((e=>e.name)),n="🌾🌻🌱🚜",o=Object.keys(t),a=[],s=[];for(const e of o){const i=t[e];if(null==i?void 0:i.children){a.push(...Object.keys(i.children));for(const e of a){const t=i.children[e];(null==t?void 0:t.children)&&s.push(...Object.keys(t.children))}}}const l="2024-09-04T00:00:00Z",c="harvestharmonies",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=r,exports.categories=o,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=s;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ HarvestHues = "HarvestHues",
3
+ AgriculturalAvenues = "Agricultural Avenues",
4
+ EcologicalEndeavors = "Ecological Endeavors",
5
+ SoilMysteries = "Soil Mysteries",
6
+ FutureForeshadows = "Future Foreshadows"
7
+ }
8
+ type HarvestHuesValues = 'Greenhouse Innovations' | 'Organic Practices' | 'Urban Gardening' | 'Soil Revitalization' | 'Smart Farming Tech';
9
+ type AgriculturalAvenuesValues = 'Crop Varieties' | 'Precision Agriculture' | 'Irrigation Techniques' | 'Post-Harvest Solutions' | 'Agri-business Strategies';
10
+ type EcologicalEndeavorsValues = 'Permaculture Principles' | 'Biodiversity Boosting' | 'Natural Pest Solutions' | 'Climate-Resilient Crops' | 'Water Conservation Practices';
11
+ type SoilMysteriesValues = 'Soil Health Management' | 'Drainage Solutions' | 'Nutrient Management' | 'pH Balancing Techniques' | 'Composting Practices';
12
+ type FutureForeshadowsValues = 'Trends in AgTech' | 'Policy Developments' | 'Global Market Influences' | 'Sustainability Innovations' | 'Financial Assistance Programs';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.HarvestHues]: HarvestHuesValues[];
15
+ [FiltersNames.AgriculturalAvenues]: AgriculturalAvenuesValues[];
16
+ [FiltersNames.EcologicalEndeavors]: EcologicalEndeavorsValues[];
17
+ [FiltersNames.SoilMysteries]: SoilMysteriesValues[];
18
+ [FiltersNames.FutureForeshadows]: FutureForeshadowsValues[];
19
+ };
20
+ export declare const harvestHuesValues: HarvestHuesValues[];
21
+ export declare const agriculturalAvenuesValues: AgriculturalAvenuesValues[];
22
+ export declare const ecologicalEndeavorsValues: EcologicalEndeavorsValues[];
23
+ export declare const soilMysteriesValues: SoilMysteriesValues[];
24
+ export declare const futureForeshadowsValues: FutureForeshadowsValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).HarvestHues="HarvestHues",e.AgriculturalAvenues="Agricultural Avenues",e.EcologicalEndeavors="Ecological Endeavors",e.SoilMysteries="Soil Mysteries",e.FutureForeshadows="Future Foreshadows";const s=["Greenhouse Innovations","Organic Practices","Urban Gardening","Soil Revitalization","Smart Farming Tech"],r=["Crop Varieties","Precision Agriculture","Irrigation Techniques","Post-Harvest Solutions","Agri-business Strategies"],t=["Permaculture Principles","Biodiversity Boosting","Natural Pest Solutions","Climate-Resilient Crops","Water Conservation Practices"],i=["Soil Health Management","Drainage Solutions","Nutrient Management","pH Balancing Techniques","Composting Practices"],a=["Trends in AgTech","Policy Developments","Global Market Influences","Sustainability Innovations","Financial Assistance Programs"],o={[exports.FiltersNames.HarvestHues]:[],[exports.FiltersNames.AgriculturalAvenues]:[],[exports.FiltersNames.EcologicalEndeavors]:[],[exports.FiltersNames.SoilMysteries]:[],[exports.FiltersNames.FutureForeshadows]:[]},l={[exports.FiltersNames.HarvestHues]:s,[exports.FiltersNames.AgriculturalAvenues]:r,[exports.FiltersNames.EcologicalEndeavors]:t,[exports.FiltersNames.SoilMysteries]:i,[exports.FiltersNames.FutureForeshadows]:a},n=()=>JSON.stringify(l,null,2);exports.agriculturalAvenuesValues=r,exports.ecologicalEndeavorsValues=t,exports.fullFilters=l,exports.futureForeshadowsValues=a,exports.getFiltersTypesJSON=n,exports.harvestHuesValues=s,exports.initialFilters=o,exports.soilMysteriesValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.agriculturalAvenuesValues=t.agriculturalAvenuesValues,exports.ecologicalEndeavorsValues=t.ecologicalEndeavorsValues,exports.fullFilters=t.fullFilters,exports.futureForeshadowsValues=t.futureForeshadowsValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.harvestHuesValues=t.harvestHuesValues,exports.initialFilters=t.initialFilters,exports.soilMysteriesValues=t.soilMysteriesValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: HarvestHarmonies is an informative portal dedicated to agriculture, horticulture, and agronomy. It offers a wealth of articles and resources aimed at empowering farmers, agricultural enthusiasts, and industry professionals with knowledge to enhance productivity and sustainability.\n - Detailed description: HarvestHarmonies serves as a comprehensive infotainment platform for those passionate about agriculture and its associated fields. This portal provides in-depth articles on a variety of agricultural topics, from innovative farming techniques to ecological practices in horticulture. The content is tailored to engage readers through a blend of insightful analysis, practical tips, and emerging trends that define the future of agronomy. Users can explore specific categories such as crop management, soil health, pest control, and sustainable practices. With a focus on accessibility and reader-friendliness, HarvestHarmonies ensures that complex agricultural concepts are relatable and easily understandable, making it a valuable resource for both seasoned farmers and enthusiastic beginners.\n - Target audience: The primary audience for HarvestHarmonies includes farmers and agricultural professionals, horticulturists, agronomists, students studying agriculture-related subjects, and individuals with a keen interest in sustainable practices and agricultural innovations. It caters to people seeking to enhance their expertise, find practical advice, and explore the latest developments within the agriculture and horticulture sectors.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Overview of the Topic\n - Definition and Importance\n - Current Trends\n\n## Key Techniques and Practices\n - Step-by-Step Guide\n - Tools and Equipment Needed\n\n## Challenges and Solutions\n - Common Obstacles\n - Innovative Solutions\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Overview of the Topic, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "Agriculture Farmers and enthusiasts";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: HarvestHarmonies is an informative portal dedicated to agriculture, horticulture, and agronomy. It offers a wealth of articles and resources aimed at empowering farmers, agricultural enthusiasts, and industry professionals with knowledge to enhance productivity and sustainability.\n - Detailed description: HarvestHarmonies serves as a comprehensive infotainment platform for those passionate about agriculture and its associated fields. This portal provides in-depth articles on a variety of agricultural topics, from innovative farming techniques to ecological practices in horticulture. The content is tailored to engage readers through a blend of insightful analysis, practical tips, and emerging trends that define the future of agronomy. Users can explore specific categories such as crop management, soil health, pest control, and sustainable practices. With a focus on accessibility and reader-friendliness, HarvestHarmonies ensures that complex agricultural concepts are relatable and easily understandable, making it a valuable resource for both seasoned farmers and enthusiastic beginners.\n - Target audience: The primary audience for HarvestHarmonies includes farmers and agricultural professionals, horticulturists, agronomists, students studying agriculture-related subjects, and individuals with a keen interest in sustainable practices and agricultural innovations. It caters to people seeking to enhance their expertise, find practical advice, and explore the latest developments within the agriculture and horticulture sectors.\n\n",a="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Overview of the Topic\n - Definition and Importance\n - Current Trends\n\n## Key Techniques and Practices\n - Step-by-Step Guide\n - Tools and Equipment Needed\n\n## Challenges and Solutions\n - Common Obstacles\n - Innovative Solutions\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Overview of the Topic, IF it's applicable to the theme of the article.\n",i="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",r="Agriculture Farmers and enthusiasts",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=n,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=i,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=a,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional agriculture photograph for a glossy agriculture magazine, agriculture photography, glossy Agriculture magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, sharp focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, 85mm, f1.8, portrait, photo realistic, hyperrealistic, ornate, super detailed, intricate, dramatic, sunlight lighting, shadows, high dynamic range, masterpiece, best quality, (8k, RAW photo:1.2), vivid colour, masterpiece`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const a={[exports.PageNames.Authors]:{title:"Meet the Minds Behind HarvestHarmonies",description:"Get to know the experts in agriculture, horticulture, and agronomy. 🌾 Dive into their insights and stories!"},[exports.PageNames.Home]:{title:"HarvestHarmonies - Your Guide to Agriculture and Horticulture",description:"Explore the best tips, trends, and resources in agriculture, horticulture, and agronomy. 🌱 Join our journey towards sustainable farming!"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | HarvestHarmonies",description:"Oops! It looks like the page you're looking for doesn't exist. 🚫 Explore our articles on agriculture and horticulture instead!"},[exports.PageNames.AboutUs]:{title:"About HarvestHarmonies | Agriculture Insights",description:"Learn about our mission to connect you with valuable agriculture and horticulture information. 🍃 Join us in nurturing a greener future!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy of HarvestHarmonies",description:"Your privacy matters to us. Read our policy on how we handle your information securely. 🔒"},[exports.PageNames.Terms]:{title:"Terms of Service | HarvestHarmonies",description:"Read the terms that govern your use of HarvestHarmonies. 📜 Stay informed about our policies for a harmonious experience!"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate HarvestHarmonies Easily",description:"Explore our comprehensive sitemap to find articles on agriculture, horticulture, and agronomy quickly. 🗺️ Your roadmap to knowledge!"}},i=[{name:"Dr. Anjali Patel",description:"Dr. Anjali Patel is an agronomist with over 20 years of experience in sustainable farming practices. She has worked on various projects across India, focusing on organic farming and soil health. Her passion for educating farmers about the importance of sustainable practices makes her a sought-after speaker at agricultural conferences.",meta_title:"Dr. Anjali Patel | Agronomy Specialist & Sustainable Farming Advocate",meta_description:"Explore the insights of Dr. Anjali Patel on sustainable agriculture and organic farming practices. Learn how to improve soil health and boost productivity sustainably."},{name:"Rajesh Sharma",description:"Rajesh Sharma is a horticulturist with over 15 years of experience specializing in fruit and vegetable cultivation. He has authored several papers on crop rotation and pest management. Rajesh is known for his practical approach, combining traditional knowledge with modern techniques.",meta_title:"Rajesh Sharma | Expert Horticulturist and Crop Management Guru",meta_description:"Discover effective horticultural techniques with Rajesh Sharma, an expert in fruit and vegetable cultivation. Gain insights on pest management and crop rotation."},{name:"Neha Chowdhury",description:"Neha Chowdhury is an agricultural scientist specializing in precision agriculture. With more than a decade of experience in agro-tech solutions, her work focuses on integrating technology for enhanced crop yield and resource management, helping farmers across India adopt modern practices.",meta_title:"Neha Chowdhury | Precision Agriculture and Agro-Tech Expert",meta_description:"Join Neha Chowdhury on a journey to modern farming through technology and precision agriculture. Discover strategies for maximizing crop yield efficiently."},{name:"Professor Arun Mehta",description:"Professor Arun Mehta is a seasoned agronomist and educator with over 25 years of research experience in agro-ecology. He has published extensively on sustainable practices and crop resilience, making him a guiding voice in Indian agricultural education.",meta_title:"Professor Arun Mehta | Agro-Ecology Researcher and Educator",meta_description:"Dive into innovative agro-ecological practices with Professor Arun Mehta. Learn about sustainable agriculture and crop resilience for a better future."},{name:"Priya Trivedi",description:"Priya Trivedi is a prominent agricultural consultant with a specialization in animal husbandry and dairy farming. With extensive field experience, she empowers farmers by providing insights on improving livestock health and productivity.",meta_title:"Priya Trivedi | Animal Husbandry and Dairy Farming Consultant",meta_description:"Enhance your dairy farming practices with Priya Trivedi’s expert advice on livestock health and productivity for sustainable animal husbandry."},{name:"Vikram Singh",description:"Vikram Singh is an urban agriculture enthusiast with over 8 years of experience in rooftop and vertical farming. His passion for making agriculture accessible in urban areas has led him to develop innovative urban farming solutions to meet the challenges of a growing population.",meta_title:"Vikram Singh | Urban Agriculture Innovator",meta_description:"Explore the world of urban farming with Vikram Singh as he shares innovative solutions for rooftop and vertical farming in metropolitan areas."},{name:"Sita Rani",description:"Sita Rani is an India-based climate change advocate who focuses on environmental sustainability in agriculture. With over 10 years of expertise, she collaborates with farmers to implement climate-resilient practices to combat the challenges posed by climate change.",meta_title:"Sita Rani | Climate Change Advocate in Agriculture",meta_description:"Understand the intersection of agriculture and climate change with Sita Rani. Discover resilient farming practices essential for a sustainable future."},{name:"Dr. Ramesh Babu",description:"Dr. Ramesh Babu is a soil scientist with extensive research, particularly in soil fertility and management. He contributes to various agricultural publications and educational programs, aiming to promote healthy soils as the foundation of productive agriculture.",meta_title:"Dr. Ramesh Babu | Soil Scientist and Fertility Expert",meta_description:"Learn from Dr. Ramesh Babu on the importance of soil health and fertility management for sustainable agriculture. Gain insights on optimizing soil productivity."},{name:"Aditi Kapoor",description:"Aditi Kapoor is a renowned entomologist specializing in integrated pest management. She educates farmers on eco-friendly pest control methods to reduce harmful chemical usage, aiming to strike a balance between pest control and biodiversity.",meta_title:"Aditi Kapoor | Integrated Pest Management Specialist",meta_description:"Discover eco-friendly pest management strategies with expert Aditi Kapoor. Learn to protect your crops while promoting biodiversity in agriculture."},{name:"Nitin Khanna",description:"Nitin Khanna is a agri-food technologist with substantial industry experience focusing on food safety and post-harvest technology. His insights help improve supply chain processes and reduce food wastage, enhancing the sustainability of food systems.",meta_title:"Nitin Khanna | Agri-Food Technology and Safety Expert",meta_description:"Delve into post-harvest technologies with Nitin Khanna. Learn about food safety practices and supply chain optimizations to reduce waste in agriculture."},{name:"Kavita Iyer",description:"Kavita Iyer is an experienced agricultural policy analyst dedicated to improving food security in India. With her background in international relations, she brings a multidisciplinary approach to addressing challenges in agronomy and food distribution.",meta_title:"Kavita Iyer | Agricultural Policy Analyst",meta_description:"Join Kavita Iyer as she examines food security and agricultural policy. Discover insights into improving agronomy in India and creating a sustainable food future."},{name:"Dr. Radha Menon",description:"Dr. Radha Menon is a horticulturist and researcher specializing in plant pathology. With a Ph.D. in Botany, she conducts field studies on pest-resistant crops and shares her findings to help farmers combat plant diseases effectively.",meta_title:"Dr. Radha Menon | Horticulture and Plant Pathology Expert",meta_description:"Enhance your horticultural knowledge with Dr. Radha Menon. Discover her innovative research on pest-resistant crops and effective strategies to reduce plant disease."},{name:"Arjun Rao",description:"Arjun Rao is a practicing agronomist with a keen interest in precision farming technologies. With experience in implementing data-driven cultivation techniques, he helps farmers optimize resources and improve productivity.",meta_title:"Arjun Rao | Precision Agriculture Advocate",meta_description:"Transform your farming practices with Arjun Rao's insights on precision agriculture. Learn how data-driven techniques can enhance productivity and optimize resource use."},{name:"Nisha Agarwal",description:"Nisha Agarwal is a cooperative farming leader with over a decade of experience in women's empowerment through agriculture. Working towards building community support for sustainable farming, she shares her knowledge on collective farming practices.",meta_title:"Nisha Agarwal | Cooperative Farming Advocate",meta_description:"Explore the benefits of cooperative farming with Nisha Agarwal. Discover strategies for empowering communities and promoting sustainable practices among farmers."},{name:"Suresh Reddy",description:"Suresh Reddy is an agricultural economist specializing in market research and analysis. With significant experience, he focuses on improving supply chains in the agricultural sector, helping farmers gain better access to markets.",meta_title:"Suresh Reddy | Agricultural Economist",meta_description:"Gain insights from Suresh Reddy into agricultural economics. Learn about market trends, supply chain improvements, and strategies to support farmers in accessing larger markets."},{name:"Poonam Sinha",description:"Poonam Sinha is a food scientist with a passion for nutritional agriculture. Her work emphasizes the importance of agricultural practices that promote healthy food production and consumer awareness of nutritious food.",meta_title:"Poonam Sinha | Food Science and Nutritional Agriculture Expert",meta_description:"Discover the intersection of food science and agriculture with Poonam Sinha. Explore her insights on nutritional practices and the importance of healthy food production."},{name:"Gaurav Mehta",description:"Gaurav Mehta is an environmental consultant specializing in sustainable farming and resource management. He has helped numerous farms transition to renewable energy solutions and eco-friendly practices over the past 8 years.",meta_title:"Gaurav Mehta | Environmental Consultant for Sustainable Farming",meta_description:"Learn from Gaurav Mehta about sustainable farming practices and renewable energy solutions. Discover innovative strategies to reduce environmental impact and promote eco-friendly agriculture."},{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is an agronomist with over a decade of experience in sustainable agricultural practices in India. She has worked with various NGOs and government projects to promote eco-friendly farming techniques and optimize yield while preserving natural ecosystems.",meta_title:"Dr. Aditi Sharma | Agronomist & Sustainable Agriculture Expert",meta_description:"Explore sustainable agriculture insights with Dr. Aditi Sharma. Gain knowledge on eco-friendly farming practices and boost your agricultural yield while conserving nature."},{name:"Mr. Rajiv Mehta",description:"Rajiv Mehta is an experienced horticulturist and the founder of 'Green Gardens', a startup focusing on urban horticulture. With over 15 years in the industry, he specializes in organic horticulture and vertical gardening, promoting accessible green spaces in urban areas.",meta_title:"Mr. Rajiv Mehta | Horticulturist & Urban Gardening Advocate",meta_description:"Join Mr. Rajiv Mehta in transforming urban spaces with organic horticulture. Learn innovative gardening techniques for sustainable and beautiful urban environments."},{name:"Dr. Neelesh Bansal",description:"With a PhD in Agronomy, Dr. Neelesh Bansal has significant experience in crop research and soil management. He has published numerous papers and led workshops aimed at improving crop yields through scientific approaches and farmer training programs.",meta_title:"Dr. Neelesh Bansal | Crop Researcher & Soil Management Expert",meta_description:"Discover scientific methods for improving crop yields with Dr. Neelesh Bansal. Enhance your farming practices with expert insights on soil management."},{name:"Ms. Kavita Singh",description:"An environmental scientist with a strong focus on sustainable agriculture, Kavita Singh teaches farmers how to implement water conservation techniques and permaculture principles in their farming. Her efforts have improved crop resilience and reduced water usage in various regions.",meta_title:"Ms. Kavita Singh | Sustainable Agriculture Educator",meta_description:"Learn sustainable farming concepts from Ms. Kavita Singh. Explore the benefits of water conservation and permaculture for a resilient agricultural future."},{name:"Mr. Vikram Arora",description:"Vikram Arora is a seasoned agricultural consultant who has worked extensively on policy advocacy for farmers' rights and climate-resilient practices. His insights on market trends and sustainable investments help farmers improve their profitability and sustainability.",meta_title:"Mr. Vikram Arora | Agricultural Consultant & Policy Advocate",meta_description:"Explore innovative agricultural strategies with Mr. Vikram Arora. Get insights on market trends, profitability, and sustainable practices for farmers."},{name:"Dr. Meera Kapoor",description:"Dr. Meera Kapoor is a leading horticulturist specializing in fruit cultivation and post-harvest technology. She has spent more than 12 years conducting research on improving fruit quality and shelf life, supporting farmers through her workshops and publications.",meta_title:"Dr. Meera Kapoor | Horticulturist & Post-Harvest Specialist",meta_description:"Enhance fruit cultivation techniques with Dr. Meera Kapoor. Learn about advanced post-harvest technology to maximize yield and quality."},{name:"Mr. Sudhir Patil",description:"Sudhir Patil is an organic farmer and advocate for permaculture with over 20 years of hands-on experience. He passionately shares traditional farming methods reinterpreted for modern-day sustainability and ethics in agriculture.",meta_title:"Mr. Sudhir Patil | Organic Farmer & Permaculture Advocate",meta_description:"Dive into the world of organic farming with Sudhir Patil. Discover sustainable and ethical practices revitalizing agriculture through permaculture."},{name:"Dr. Ishaan Malik",description:"A researcher focused on agroecology, Dr. Ishaan Malik investigates biodiversity in farming systems. He collaborates with farmers to implement practices that enhance ecosystem services while introducing sustainable agricultural innovations.",meta_title:"Dr. Ishaan Malik | Agroecologist & Biodiversity Advocate",meta_description:"Explore agroecological principles with Dr. Ishaan Malik. Learn how biodiversity can improve farming sustainability and ecosystem health."},{name:"Ms. Ananya Desai",description:"Ananya Desai is a well-respected agricultural marketer and strategist. With two decades in the agricultural sector, she helps farmers access new markets and improve product accessibility through innovative marketing techniques.",meta_title:"Ms. Ananya Desai | Agricultural Marketing Strategist",meta_description:"Unlock market possibilities in agriculture with Ananya Desai. Learn the cutting-edge strategies to enhance your products' reach and accessibility."},{name:"Mr. Raghav Joshi",description:"Raghav Joshi is a post-harvest management expert focusing on reducing food waste and improving supply chain efficiencies. He mentors organizations and farmers on transport, storage, and processing issues critical for modern agriculture.",meta_title:"Mr. Raghav Joshi | Post-Harvest Management Expert",meta_description:"Learn from Mr. Raghav Joshi on enhancing post-harvest techniques. Discover solutions to reduce food waste and improve agricultural supply chains."},{name:"Dr. Shivani Mehta",description:"Dr. Shivani Mehta is an agronomist with over 20 years of experience in sustainable farming practices in India. With a Ph.D. in Agricultural Sciences, she is an advocate for eco-friendly farming and works closely with farmers to enhance crop production without compromising the environment.",meta_title:"Dr. Shivani Mehta | Agronomy & Sustainable Farming Expert",meta_description:"Explore sustainable farming practices with Dr. Shivani Mehta, an expert in agronomy who shares innovative techniques to increase crop yields responsibly."},{name:"Ajay Reddy",description:"Ajay Reddy is a seasoned horticulturist with a passion for organic gardening. With over 15 years of experience, he has helped numerous urban dwellers turn their balconies and rooftops into flourishing green spaces.",meta_title:"Ajay Reddy | Organic Gardening Specialist",meta_description:"Discover the art of organic gardening with Ajay Reddy, as he shares tips and techniques for creating thriving green spaces in urban settings."},{name:"Meera Gupta",description:"Meera Gupta is an environmental scientist and agricultural consultant, focusing on agroforestry practices. Her expertise spans across various states in India, where she promotes farmers' access to biodiversity and sustainable resources.",meta_title:"Meera Gupta | Agroforestry Consultant & Environmentalist",meta_description:"Join Meera Gupta in exploring the benefits of agroforestry, where agriculture meets conservation to promote biodiversity and sustainability."},{name:"Vinay Bhattacharya",description:"With a decade of experience in crop biotechnology, Vinay Bhattacharya specializes in supporting farmers transitioning to innovative agricultural methods that enhance productivity. His insights are valuable for farmers looking to improve their practices.",meta_title:"Vinay Bhattacharya | Crop Biotechnology Consultant",meta_description:"Learn from Vinay Bhattacharya, a crop biotechnology expert poised to revolutionize agricultural productivity through innovative techniques."},{name:"Poonam Sharma",description:"Poonam Sharma is a horticulturist known for her expertise in fruit cultivation. Having worked on improving the yield of various fruits in the Indian subcontinent, she advocates for using indigenous varieties and sustainable practices.",meta_title:"Poonam Sharma | Fruit Cultivation Specialist",meta_description:"Unlock the secrets of successful fruit cultivation with Poonam Sharma, who emphasizes the importance of indigenous varieties and sustainable methods."},{name:"Rajesh Nair",description:"Rajesh Nair is an agricultural economist with a focus on rural development and policy advocacy. He has spent over 15 years consulting for farmers' cooperatives to ensure equitable access to market resources.",meta_title:"Rajesh Nair | Agricultural Economist & Rural Development Advocate",meta_description:"Explore agricultural economics and rural development with Rajesh Nair, who advocates for policies that empower farmers and promote sustainable practices."},{name:"Sneha Kumar",description:"Sneha Kumar is a soil scientist dedicated to improving soil health and fertility. With extensive research on soil conservation techniques, she helps farmers restore productivity while ensuring the soil's long-term viability.",meta_title:"Sneha Kumar | Soil Scientist & Fertility Expert",meta_description:"Delve into soil science with Sneha Kumar as she shares valuable insights on enhancing soil health and fertility for sustainable agriculture."},{name:"Suresh Iyer",description:"Suresh Iyer is an expert in pest and disease management in crops. With 25 years of experience, he works closely with farmers to develop integrated pest management strategies that minimize chemical use and enhance crop health.",meta_title:"Suresh Iyer | Pest and Disease Management Specialist",meta_description:"Learn effective pest and disease management strategies with Suresh Iyer, who emphasizes sustainable practices for healthier crops."},{name:"Nisha Verma",description:"Nisha Verma, an agricultural technologist, focuses on data-driven approaches to farming. Her innovations in precision agriculture aim to revolutionize traditional farming practices to maximize efficiency and yield.",meta_title:"Nisha Verma | Agricultural Technologist & Precision Farming Expert",meta_description:"Discover the future of farming with Nisha Verma as she shares insights on precision agriculture techniques that enhance productivity and sustainability."},{name:"Karthik Malhotra",description:"Karthik Malhotra is a passionate advocate for agroecology, with experience leading initiatives that promote biodiversity and land regeneration. His goal is to reshape the way agriculture interacts with the environment.",meta_title:"Karthik Malhotra | Agroecology Advocate & Sustainability Expert",meta_description:"Join Karthik Malhotra on a journey towards agroecology, focusing on biodiversity and land regeneration for a healthier planet."},{name:"Dr. Aisha Khan",description:"Dr. Aisha Khan is a leading agronomist based in New Delhi, India, with over 20 years of research experience focusing on sustainable agricultural practices. She has contributed to various international journals and is passionate about promoting innovative farming techniques that benefit smallholder farmers.",meta_title:"Dr. Aisha Khan | Sustainable Agriculture Advocate",meta_description:"Explore the world of sustainable farming with Dr. Aisha Khan. Learn about innovative techniques that empower farmers and promote environmental stewardship."},{name:"James O'Connor",description:"James O'Connor is a horticultural consultant based in Dublin, Ireland, specializing in urban gardening and landscape design. With a background in fine arts and environmental science, he combines creativity with ecological practices to transform urban spaces into green havens.",meta_title:"James O'Connor | Urban Gardening Specialist",meta_description:"Discover the art of urban gardening with James O'Connor. Learn how to create beautiful, sustainable green spaces in your city."},{name:"Elena Petrova",description:"Elena Petrova is an agricultural journalist from Moscow, Russia, with a decade-long experience writing about agronomy and rural development. She focuses on the intersection of technology and farming and aims to bridge the knowledge gap between farmers and researchers.",meta_title:"Elena Petrova | Agricultural Journalist",meta_description:"Stay updated on the latest agronomic developments with Elena Petrova. A seasoned journalist sharing insights on technology in farming and sustainable practices."},{name:"Carlos Silva",description:"Carlos Silva is a passionate horticulturist from Sao Paulo, Brazil, specializing in tropical plants and biodiversity. With over 15 years of experience in reclaimed land restoration, he advocates for environmentally friendly practices and shares his knowledge through workshops and articles.",meta_title:"Carlos Silva | Tropical Horticulture Enthusiast",meta_description:"Explore the diversity of tropical plants with Carlos Silva. Learn about sustainable practices in horticulture and land restoration efforts."},{name:"Marie Dupont",description:"Marie Dupont is a sustainable agriculture researcher from Paris, France, with expertise in organic farming and agroecology. She has worked with various NGOs and believes in empowering local farming communities through education and resources.",meta_title:"Marie Dupont | Organic Farming Advocate",meta_description:"Join Marie Dupont in exploring the principles of organic farming. Discover how sustainable practices can rejuvenate local agriculture."},{name:"Nia Mwangi",description:"Nia Mwangi is an agricultural educator in Nairobi, Kenya, with a strong focus on climate-smart agriculture. She conducts training on sustainable farming practices to help farmers adapt to changing environmental conditions while preserving livelihoods.",meta_title:"Nia Mwangi | Climate-Smart Agriculture Educator",meta_description:"Empower your farming practices with insights from Nia Mwangi. Learn about climate-smart techniques for sustainable agricultural success."},{name:"David Thompson",description:"David Thompson is a soil scientist based in Sydney, Australia, specializing in soil health and fertility management. With over 12 years of fieldwork experience, he educates farmers on the importance of soil conservation for sustainable agriculture.",meta_title:"David Thompson | Soil Health Expert",meta_description:"Unlock the secrets of soil health with David Thompson. Discover techniques for enhancing soil fertility and promoting sustainable farming practices."},{name:"Fatima El Habib",description:"Fatima El Habib is an agricultural innovation researcher from Casablanca, Morocco. Specializing in agritech, she supports startups that aim to create technological solutions for agronomic challenges, fostering a greener future.",meta_title:"Fatima El Habib | Agritech Innovator",meta_description:"Explore the future of agriculture with Fatima El Habib. Stay informed about innovative agritech solutions that address the challenges facing farmers today."},{name:"Luca Moretti",description:"Luca Moretti is an environmental consultant and permaculture designer based in Rome, Italy. With a deep understanding of agroecology, he helps individuals and communities create regenerative living systems that are self-sufficient and sustainable.",meta_title:"Luca Moretti | Permaculture and Agroecology Consultant",meta_description:"Discover sustainable living practices with Luca Moretti. Learn about permaculture design and creating regenerative systems for a better tomorrow."},{name:"Dr. Sarah Patel",description:"An agronomist with a Ph.D. in Sustainable Agriculture, Dr. Sarah Patel has over 10 years of experience working in soil management and crop production. Her extensive research on organic farming practices has contributed to several awards in the agricultural community.",meta_title:"Dr. Sarah Patel | Sustainable Agriculture Expert",meta_description:"Explore the world of sustainable agriculture with Dr. Sarah Patel, an expert in organic farming and crop production who brings innovative solutions to modern farming challenges."},{name:"Tomoko Yamamoto",description:"Based in Kyoto, Tomoko Yamamoto has spent over a decade exploring the intersection of agriculture and technology. As a horticultural consultant, she is known for her expertise in hydroponics and vertical farming, helping urban communities and farmers adapt to changing landscapes.",meta_title:"Tomoko Yamamoto | Hydroponics and Urban Farming Specialist",meta_description:"Join Tomoko Yamamoto as she delves into innovative hydroponics and vertical farming strategies, perfect for urban landscapes and modern agricultural challenges."},{name:"Abdul Nasir",description:"Abdul Nasir is a seasoned agronomist from Lahore, Pakistan, specializing in sustainable pest management and agricultural policy advocacy. With a background in environmental science, he has worked on projects aimed at transitioning traditional farmers to organic practices.",meta_title:"Abdul Nasir | Sustainable Pest Management Advocate",meta_description:"Learn from Abdul Nasir's expertise in sustainable pest management and agricultural policy. His insights help rural farmers adopt responsible practices and improve crop yields."},{name:"Nina Ivanova",description:"Nina Ivanova, a horticulturist based in Moscow, has dedicated her career to plant breeding and cultivar development. With more than 15 years of hands-on experience, she emphasizes biodiversity and environmental sustainability in her horticultural practices.",meta_title:"Nina Ivanova | Horticulturist and Biodiversity Expert",meta_description:"Discover the insights of Nina Ivanova, a horticulturist dedicated to plant breeding and sustainability, and learn how to thrive in diverse agricultural ecosystems."},{name:"Carlos Mendes",description:"A diplomaed agronomist from São Paulo, Brazil, Carlos Mendes focuses on the nexus of agriculture and climate change. His articles often address sustainable methods of adapting traditional farming to modern environmental realities.",meta_title:"Carlos Mendes | Climate-Smart Agriculture Advocate",meta_description:"Join Carlos Mendes as he examines the impact of climate change on agriculture and shares sustainable practices that empower farmers in the face of ecological challenges."},{name:"Aisha Khan",description:"With a Masters in Horticultural Science, Aisha Khan works in community gardening initiatives in Nairobi. Her passion lies in promoting edible landscapes and educating communities about the benefits of horticulture for nutrition and biodiversity.",meta_title:"Aisha Khan | Community Horticulture Advocate",meta_description:"Follow Aisha Khan's journey in community gardening and discover how edible landscapes can benefit urban living and enhance nutritional awareness."},{name:"Hakim Youssef",description:"Hakim Youssef is an expert in permaculture design, based in Cairo, Egypt. He has worked on transformative community projects that emphasize sustainable land use, aiming to empower local farmers with ecological practices that restore balance to their ecosystems.",meta_title:"Hakim Youssef | Permaculture and Sustainable Land Use Expert",meta_description:"Explore permaculture and land restoration with Hakim Youssef as he teaches how ecological practices can improve farming sustainably and foster community resilience."},{name:"Elizabeth Chirwa",description:"Elizabeth Chirwa hails from Lusaka, Zambia, where she promotes agroecology and smallholder farmer education. With a decade of experience, she focuses on enhancing food security and resilience against climate change through localized farming techniques.",meta_title:"Elizabeth Chirwa | Agroecology and Food Security Advocate",meta_description:"Learn from Elizabeth Chirwa as she champions agroecological practices that empower smallholder farmers and enhance food security in climate-vulnerable regions."},{name:"Dr. Nia Jansen",description:"Dr. Nia Jansen is a soil ecologist in Sydney, Australia with a specialization in soil health and restoration. With over 12 years supporting regenerative agriculture initiatives, she works to bridge the gap between science and practical farming endeavors.",meta_title:"Dr. Nia Jansen | Soil Health and Restoration Specialist",meta_description:"Delve into soil health with Dr. Nia Jansen as she shares insights from her work in regenerative agriculture, focusing on restoring ecosystems for future generations."},{name:"Pablo Hernández",description:"Pablo Hernández from Madrid, Spain, is a landscape designer and a vocal advocate for agroforestry. With a background in landscape architecture, he collaborates on projects that integrate trees with agricultural conditions to improve biodiversity and crop resilience.",meta_title:"Pablo Hernández | Agroforestry and Landscape Design Expert",meta_description:"Explore the benefits of agroforestry with Pablo Hernández, whose innovative landscape designs foster biodiversity and sustainable agricultural practices."}],t=i.reduce(((e,a)=>Object.assign(Object.assign({},e),{[a.name]:{title:a.meta_title,description:a.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=t,exports.PAGES_SEO=a;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#5a7300;--theme-color-8:#8b895b;--theme-color-7:#b3c57a;--theme-color-6:#d2e1b5;--theme-color-5:#e6f4a1;--theme-color-3:#f2f9d7;--theme-color-2:#f9fced;--color-bg-layout:#ffffff;--color-bg-hover:#e0e6da;--article-border-radius:24px;--btn-border-radius:10px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.227",
3
+ "version": "1.3.228",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [