tedo-publisher 1.3.228 → 1.3.229

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ forestryPractices: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ bestPractices: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ ecoFriendlyTechniques: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ woodlandManagement: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ sustainableHarvesting: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ nativeSpeciesPlanting: {
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
+ forestConservation: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ conservationPrinciples: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ biodiversityBenefits: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ habitatRestoration: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ communityInvolvement: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ conservationOrganizations: {
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
+ woodlandStewardship: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ stewardshipRoles: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ activeEngagement: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ knowledgeSharing: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ forestryCertification: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ communityWorkshops: {
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
+ ecologicalBenefits: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ carbonSequestration: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ waterQualityImprovement: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ fruitAndNutrientCycles: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ soilStability: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ wildlifeHabitatCreation: {
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
+ educationalResources: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ curriculumDevelopment: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ teachingTools: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ researchPapers: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ projectGuides: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ onlineSeminars: {
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
+ culturalAspects: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ historicalForestryPractices: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ localTraditions: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ artInNature: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ forestInFolklore: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ communityCulturalEvents: {
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
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF32\uD83C\uDF33\uD83C\uDF43\uD83C\uDF31";
264
+ export declare const categories: ("educationalResources" | "forestryPractices" | "forestConservation" | "woodlandStewardship" | "ecologicalBenefits" | "culturalAspects")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-04T00:00:00Z";
271
+ export declare const devBucketName = "idn-doctorwoodland-dev";
272
+ export declare const prodBucketName = "idn-doctorwoodland";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={forestryPractices:{title:"Expert Forestry Practices for Sustainable Woodland Management 🌳",description:"Explore expert forestry practices that promote sustainability and woodland stewardship. Learn innovative techniques for better environmental care! 🌿",slug:"forestry-practices",children:{bestPractices:{title:"Best Practices for Effective Woodland Stewardship 🌲",description:"Discover best practices in forestry that enhance woodland stewardship while fostering ecological balance and sustainability! 🌍",slug:"best-practices",children:null},ecoFriendlyTechniques:{title:"Eco-Friendly Techniques for Sustainable Forestry 🍃",description:"Unveil eco-friendly techniques in forestry that contribute to sustainability and promote a healthier environment for all! 🌎",slug:"eco-friendly-techniques",children:null},woodlandManagement:{title:"Comprehensive Woodland Management Approaches 🌳",description:"Engage in comprehensive woodland management approaches to ensure healthy and productive forest ecosystems! 🌲",slug:"woodland-management",children:null},sustainableHarvesting:{title:"Sustainable Harvesting Practices for Forests 🌲",description:"Learn about sustainable harvesting practices that protect forests while allowing for responsible resource extraction! 🌿",slug:"sustainable-harvesting",children:null},nativeSpeciesPlanting:{title:"Benefits of Native Species Planting in Forestry 🌼",description:"Explore the benefits of native species planting in forestry to enhance biodiversity and maintain ecological balance! 🌍",slug:"native-species-planting",children:null},other:{title:"Other Innovative Forestry Practices to Explore 🌱",description:"Delve into other innovative forestry practices that contribute to woodland sustainability and environmental stewardship! 🌿",slug:"other",children:null}}},forestConservation:{title:"Understanding Forest Conservation: Principles & Practices 🌳",description:"Explore essential forest conservation principles, biodiversity benefits, and stewardship practices and learn how you can protect our precious woodlands! 🌍",slug:"understanding-forest-conservation",children:{conservationPrinciples:{title:"Core Principles of Forest Conservation 🌱",description:"Dive deep into the core principles of forest conservation that guide sustainable practices. Discover how these foundations protect our ecosystems! 🌲",slug:"core-principles-of-forest-conservation",children:null},biodiversityBenefits:{title:"The Importance of Biodiversity in Forests 🦋",description:"Uncover the vital benefits of biodiversity in forests and how it enhances ecological balance and resilience. Understand how every species counts! 🌼",slug:"importance-of-biodiversity-in-forests",children:null},habitatRestoration:{title:"Habitat Restoration Strategies for Woodlands 🌳",description:"Learn about effective habitat restoration strategies that revitalize woodland ecosystems. Understand your role in nurturing our forests back to health! 🌿",slug:"habitat-restoration-strategies",children:null},communityInvolvement:{title:"Engaging Communities in Forest Conservation 🤝",description:"Explore how community involvement is crucial in forest conservation efforts. Discover ways to engage and empower your community for a greener future! 🌎",slug:"engaging-communities-in-forest-conservation",children:null},conservationOrganizations:{title:"Key Organizations in Forest Conservation 🏢",description:"Discover the key organizations driving forest conservation initiatives. Learn how you can support their efforts and contribute to sustainable forestry! 🌳",slug:"key-organizations-in-forest-conservation",children:null},other:{title:"Additional Insights on Forest Conservation 📚",description:"Explore various articles that provide additional insights into forest conservation topics. Expand your knowledge and passion for woodland stewardship! 🌲",slug:"additional-insights-on-forest-conservation",children:null}}},woodlandStewardship:{title:"Explore Woodland Stewardship: Roles and Best Practices 🌳",description:"Dive into woodland stewardship with DoctorWoodland! Learn about crucial stewardship roles and effective practices. Join us in preserving our forests! 🌍",slug:"woodland-stewardship",children:{stewardshipRoles:{title:"Understanding Stewardship Roles in Forest Management 🌲",description:"Discover the diverse roles in woodland stewardship and how they contribute to sustainable forest management. Become a forest guardian today! 🛡️",slug:"stewardship-roles",children:null},activeEngagement:{title:"Engage Actively in Woodland Stewardship Initiatives 🤝",description:"Get involved in active engagement initiatives for woodland stewardship. Learn how to take part in conservation efforts and community support! 🌻",slug:"active-engagement",children:null},knowledgeSharing:{title:"Knowledge Sharing for Effective Woodland Conservation 📚",description:"Emphasize knowledge sharing as a tool for woodland conservation. Discover resources, workshops, and strategies to educate others! 🌱",slug:"knowledge-sharing",children:null},forestryCertification:{title:"The Importance of Forestry Certification for Sustainability 🌿",description:"Learn about forestry certification and its role in promoting sustainable practices in woodland management. Certified forests are the future! 🔍",slug:"forestry-certification",children:null},communityWorkshops:{title:"Participate in Community Workshops for Woodland Care 🌳",description:"Join our community workshops focused on woodland care and stewardship. Enhance your skills and make a difference in your local environment! 🛠️",slug:"community-workshops",children:null},other:{title:"Explore Other Aspects of Woodland Stewardship 🌍",description:"Discover other important facets of woodland stewardship that foster ecological balance and community involvement. Every action matters! 🌾",slug:"other-aspects",children:null}}},ecologicalBenefits:{title:"Understanding Ecological Benefits of Forests 🌳",description:"Dive into the ecological benefits forests provide, including carbon sequestration, water quality improvement, and wildlife habitat creation. 🌍",slug:"ecological-benefits",children:{carbonSequestration:{title:"The Importance of Carbon Sequestration in Forestry 🌱",description:"Learn how forests play a crucial role in carbon sequestration to combat climate change and maintain ecological balance! 🌎",slug:"carbon-sequestration",children:null},waterQualityImprovement:{title:"Water Quality Improvement through Forest Stewardship 🚰",description:"Explore how proper forest management enhances water quality, supporting ecosystems and communities. Discover how you can help! 🌊",slug:"water-quality-improvement",children:null},fruitAndNutrientCycles:{title:"Nutrient Cycling: Fruits of the Forest 🌿",description:"Uncover the vital role of forests in fruit and nutrient cycles, promoting biodiversity and soil health. 🌳🍎",slug:"fruit-and-nutrient-cycles",children:null},soilStability:{title:"Enhancing Soil Stability through Woodlands 🌍",description:"Find out how healthy forests contribute to soil stability, preventing erosion and supporting diverse ecosystems! 🌾",slug:"soil-stability",children:null},wildlifeHabitatCreation:{title:"Creating Wildlife Habitats with Forest Conservation 🦉",description:"Discover how woodland stewardship creates essential habitats for wildlife, fostering biodiversity and ecological health. 🌺",slug:"wildlife-habitat-creation",children:null},other:{title:"Additional Ecological Benefits of Forests 🌳",description:"Explore various lesser-known ecological benefits of forests that support environmental health and sustainability. 🌍",slug:"other-ecological-benefits",children:null}}},educationalResources:{title:"Explore Educational Resources for Forestry and Woodland Stewardship 🌲",description:"Discover comprehensive resources on curriculum development, teaching tools, and more related to forestry! Join our mission for sustainability. 🌍",slug:"educational-resources-forestry",children:{curriculumDevelopment:{title:"Curriculum Development in Forestry Education 📚",description:"Access valuable curriculum development resources for educating students on sustainable forestry practices and woodland stewardship. 🌳",slug:"curriculum-development-forestry",children:null},teachingTools:{title:"Teaching Tools for Forestry Enthusiasts 🌿",description:"Find engaging teaching tools designed to enhance the learning experience surrounding forestry practices and ecological stewardship! 🌍",slug:"teaching-tools-forestry",children:null},researchPapers:{title:"Research Papers on Forest Management and Conservation 🔍",description:"Dive into our collection of research papers that examine innovative forestry practices and their impact on woodland ecology. 📖",slug:"research-papers-forest-management",children:null},projectGuides:{title:"Comprehensive Project Guides for Forestry Initiatives 🛠️",description:"Utilize our detailed project guides for successful forest management and woodland conservation initiatives to foster sustainability. 🌱",slug:"project-guides-forestry",children:null},onlineSeminars:{title:"Online Seminars on Forestry Practices and Stewardship 💻",description:"Join our online seminars to gain insights into effective forestry practices, sustainable management, and woodland stewardship! 📅",slug:"online-seminars-forestry",children:null},other:{title:"Miscellaneous Educational Resources for Woodland Care 📖",description:"Explore other educational resources related to foresting and woodland stewardship that enrich your knowledge and understanding. 🌿",slug:"other-educational-resources",children:null}}},culturalAspects:{title:"Exploring Cultural Aspects of Forestry 🌲",description:"Delve into the rich cultural heritage surrounding forestry practices, from traditions to arts rooted in nature. Learn and engage with us! 🌳",slug:"cultural-aspects",children:{historicalForestryPractices:{title:"Historical Forestry Practices: A Dive into Tradition 📜",description:"Uncover the legacy of historical forestry practices that shaped our woodlands. Discover traditions that influence modern stewardship! 🌍",slug:"historical-forestry-practices",children:null},localTraditions:{title:"Local Traditions in Forestry: Roots of Community 🏡",description:"Explore local traditions that tie communities to their forests. Celebrate cultural practices that promote woodland stewardship! 🌿",slug:"local-traditions",children:null},artInNature:{title:"Art in Nature: Celebrating Forestry through Creativity 🎨",description:"Discover how art intersects with nature and forestry. Engage with creative expressions inspired by the beauty of woodlands! 🌺",slug:"art-in-nature",children:null},forestInFolklore:{title:"The Forest in Folklore: Myths and Legends 🌌",description:"Dive into the enchanting stories and folklore surrounding forests. Discover how these narratives shape our connection to nature! 🌲✨",slug:"forest-in-folklore",children:null},communityCulturalEvents:{title:"Community Cultural Events: Celebrating Forestry Together 🎉",description:"Join community cultural events that celebrate forests and promote awareness. Engage in activities that foster woodland stewardship! 🌳🤝",slug:"community-cultural-events",children:null},other:{title:"Other Cultural Aspects: Forests Beyond the Usual 🌈",description:"Explore various cultural aspects of forestry that don't fit into typical categories. Discover diverse influences on woodland heritage! 🌍",slug:"other-cultural-aspects",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),o=e.AUTHORS_INFO.map((e=>e.name)),n="🌲🌳🍃🌱",r=Object.keys(t),s=[],a=[];for(const e of r){const i=t[e];if(null==i?void 0:i.children){s.push(...Object.keys(i.children));for(const e of s){const t=i.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-09-04T00:00:00Z",c="doctorwoodland",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=o,exports.categories=r,exports.dataStructure=t,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ ForestFocus = "Forest Focus",
3
+ SustainablePractices = "Sustainable Practices",
4
+ CulturalInsights = "Cultural Insights",
5
+ ConservationStrategies = "Conservation Strategies"
6
+ }
7
+ type ForestFocusValues = 'Deciduous Forests' | 'Coniferous Forests' | 'Tropical Rainforests' | 'Boreal Forests' | 'Urban Woodlands';
8
+ type SustainablePracticesValues = 'Agroforestry' | 'Controlled Burns' | 'Reforestation Methods' | 'Permaculture Techniques' | 'Community Forestry';
9
+ type CulturalInsightsValues = 'Indigenous Forestry Practices' | 'Forest-Related Folklore' | 'Art in Woodlands' | 'Traditional Woodcraft Skills' | 'Sustainable Eco-Tourism';
10
+ type ConservationStrategiesValues = 'Invasive Species Management' | 'Biodiversity Preservation' | 'Wildlife Habitat Enhancement' | 'Forest Certification Programs' | 'Carbon Sequestration Techniques';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.ForestFocus]: ForestFocusValues[];
13
+ [FiltersNames.SustainablePractices]: SustainablePracticesValues[];
14
+ [FiltersNames.CulturalInsights]: CulturalInsightsValues[];
15
+ [FiltersNames.ConservationStrategies]: ConservationStrategiesValues[];
16
+ };
17
+ export declare const forestFocusValues: ForestFocusValues[];
18
+ export declare const sustainablePracticesValues: SustainablePracticesValues[];
19
+ export declare const culturalInsightsValues: CulturalInsightsValues[];
20
+ export declare const conservationStrategiesValues: ConservationStrategiesValues[];
21
+ export declare const initialFilters: ArticleFilters;
22
+ export declare const fullFilters: ArticleFilters;
23
+ export declare const getFiltersTypesJSON: () => string;
24
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var s;exports.FiltersNames=void 0,(s=exports.FiltersNames||(exports.FiltersNames={})).ForestFocus="Forest Focus",s.SustainablePractices="Sustainable Practices",s.CulturalInsights="Cultural Insights",s.ConservationStrategies="Conservation Strategies";const e=["Deciduous Forests","Coniferous Forests","Tropical Rainforests","Boreal Forests","Urban Woodlands"],t=["Agroforestry","Controlled Burns","Reforestation Methods","Permaculture Techniques","Community Forestry"],r=["Indigenous Forestry Practices","Forest-Related Folklore","Art in Woodlands","Traditional Woodcraft Skills","Sustainable Eco-Tourism"],o=["Invasive Species Management","Biodiversity Preservation","Wildlife Habitat Enhancement","Forest Certification Programs","Carbon Sequestration Techniques"],i={[exports.FiltersNames.ForestFocus]:[],[exports.FiltersNames.SustainablePractices]:[],[exports.FiltersNames.CulturalInsights]:[],[exports.FiltersNames.ConservationStrategies]:[]},a={[exports.FiltersNames.ForestFocus]:e,[exports.FiltersNames.SustainablePractices]:t,[exports.FiltersNames.CulturalInsights]:r,[exports.FiltersNames.ConservationStrategies]:o},l=()=>JSON.stringify(a,null,2);exports.conservationStrategiesValues=o,exports.culturalInsightsValues=r,exports.forestFocusValues=e,exports.fullFilters=a,exports.getFiltersTypesJSON=l,exports.initialFilters=i,exports.sustainablePracticesValues=t;
@@ -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"),s=require("./helpers.js"),r=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.conservationStrategiesValues=t.conservationStrategiesValues,exports.culturalInsightsValues=t.culturalInsightsValues,exports.forestFocusValues=t.forestFocusValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.sustainablePracticesValues=t.sustainablePracticesValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.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: DoctorWoodland is an infotainment article portal dedicated to foresting, forestry practices, and woodland stewardship. It provides a wealth of information aimed at educating and engaging anyone interested in the environment and forest conservation.\n - Detailed description: DoctorWoodland serves as an informative hub for individuals passionate about foresting and the sustainable management of woodlands. The platform emphasizes not only ecological practices but also the cultural and economic aspects of forestry. It features various articles that explore topics like best practices in woodland care, ecological benefits of forests, and innovative forestry techniques that promote biodiversity. The community-driven content encourages a shared commitment to stewardship, making it an essential resource for educators, conservationists, and tree enthusiasts alike. Through engaging content, the portal empowers readers to take actionable steps towards preservation and greater understanding of the woodlands.\n - Target audience: The target audience for DoctorWoodland includes environmentally-conscious individuals, students and educators in environmental science, forestry professionals, conservation organizations, and anyone interested in learning how to better contribute to woodland stewardship and sustainable forest management practices.\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## Forest Ecology and Biodiversity\n - Importance of Forest Ecosystems\n - Flora and Fauna in Woodlands\n\n## Sustainable Forestry Practices\n - Techniques for Responsible Management\n - Certification Schemes and Standards\n\n## Community Engagement and Stewardship\n - Role of Local Communities\n - Volunteer Opportunities for Engagement\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 - Forest Ecology and Biodiversity, 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 = "Forestry Professionals and Academic";
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: DoctorWoodland is an infotainment article portal dedicated to foresting, forestry practices, and woodland stewardship. It provides a wealth of information aimed at educating and engaging anyone interested in the environment and forest conservation.\n - Detailed description: DoctorWoodland serves as an informative hub for individuals passionate about foresting and the sustainable management of woodlands. The platform emphasizes not only ecological practices but also the cultural and economic aspects of forestry. It features various articles that explore topics like best practices in woodland care, ecological benefits of forests, and innovative forestry techniques that promote biodiversity. The community-driven content encourages a shared commitment to stewardship, making it an essential resource for educators, conservationists, and tree enthusiasts alike. Through engaging content, the portal empowers readers to take actionable steps towards preservation and greater understanding of the woodlands.\n - Target audience: The target audience for DoctorWoodland includes environmentally-conscious individuals, students and educators in environmental science, forestry professionals, conservation organizations, and anyone interested in learning how to better contribute to woodland stewardship and sustainable forest management practices.\n\n",n="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## Forest Ecology and Biodiversity\n - Importance of Forest Ecosystems\n - Flora and Fauna in Woodlands\n\n## Sustainable Forestry Practices\n - Techniques for Responsible Management\n - Certification Schemes and Standards\n\n## Community Engagement and Stewardship\n - Role of Local Communities\n - Volunteer Opportunities for Engagement\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 - Forest Ecology and Biodiversity, IF it's applicable to the theme of the article.\n",o="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",i="Forestry Professionals and Academic",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`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=a,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=o,exports.TARGET_AUDIENCE=i,exports.ZERO_SECTION=n,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:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional magazine photographer for a glossy Foresting magazine, landscape photography, nature photography, forest photography, pictures of wooded areas, magazine photography, glossy Foresting 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}`,t=({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=t,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 Our Experts | DoctorWoodland",description:"Discover insightful articles by our knowledgeable authors on all things foresting 🌳. Dive into the expertise behind woodland stewardship with DoctorWoodland!"},[exports.PageNames.Home]:{title:"Welcome to DoctorWoodland | Your Infotainment on Forestry",description:"Explore DoctorWoodland for engaging articles on foresting, forestry practices, and woodland stewardship 🌲. Join us on a journey to protect and appreciate our forests!"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | DoctorWoodland",description:"Looks like the page you're searching for doesn’t exist 🚫. Explore our numerous articles on foresting and woodland stewardship at DoctorWoodland!"},[exports.PageNames.AboutUs]:{title:"About DoctorWoodland | Passion for Forestry",description:"Learn about DoctorWoodland’s mission to educate and inspire on foresting practices 🌎. Join us in our dedication to woodland stewardship for a greener tomorrow!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | DoctorWoodland",description:"Your privacy matters! 🌱 Read about how DoctorWoodland safeguards your information while you explore our forestry and woodland articles."},[exports.PageNames.Terms]:{title:"Terms and Conditions | DoctorWoodland",description:"Understand the terms of using DoctorWoodland 🌲. Explore our guidelines to enjoy your journey through forestry and woodland stewardship."},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate DoctorWoodland",description:"Easily find your way around DoctorWoodland 🌳. Check our sitemap to explore all our articles and resources on foresting and woodland stewardship!"}},i=[{name:"Dr. Vandana Shiva",description:"Dr. Vandana Shiva is an acclaimed environmental activist and scholar who has dedicated over four decades to advocating for biodiversity and sustainable agriculture. Based in India, she is the author of several influential books and is known for her work in promoting woodland conservation and organic farming practices.",meta_title:"Dr. Vandana Shiva | Environmental Activist & Author",meta_description:"Join Dr. Vandana Shiva as she shares insights on woodland conservation and sustainable forestry practices, advocating for biodiversity and ecological balance."},{name:"Dr. Vishwa K. Joshi",description:"Dr. Vishwa K. Joshi, a forest ecologist, has over 20 years of experience in research and community forestry. His contributions to forest stewardship practices in India have garnered international attention, making him a sought-after speaker and consultant in sustainable forestry.",meta_title:"Dr. Vishwa K. Joshi | Forest Ecologist & Researcher",meta_description:"Discover the transformative work of Dr. Vishwa K. Joshi in the field of forest ecology and community forestry. Dive into sustainable practices that shape our woodlands."},{name:"Dr. Melina S. Nair",description:"Dr. Melina S. Nair is a biodiversity conservationist and writer focusing on India’s forest ecosystems. With a Ph.D. in Environmental Science, she combines research with practical policies to promote woodland stewardship and indigenous practices.",meta_title:"Dr. Melina S. Nair | Biodiversity Conservationist",meta_description:"Learn from Dr. Melina S. Nair how biodiversity conservation shapes sustainable forest management in India, with an emphasis on practical and indigenous approaches."},{name:"Amit A. Banerjee",description:"Amit A. Banerjee is an environmental journalist and writer who has spent over 15 years covering forestry and environmental issues. His works often explore the intersection of policy, community needs, and ecological sustainability.",meta_title:"Amit A. Banerjee | Environmental Journalist",meta_description:"Explore the latest forestry practices and policies with Amit A. Banerjee, a dedicated environmental journalist focusing on woodland stewardship in India."},{name:"Ravi S. Pillai",description:"Ravi S. Pillai is an award-winning urban planner who specializes in integrating green spaces into urban design. His innovative approaches to forestry practices help cities in India manage urban woodlands sustainably.",meta_title:"Ravi S. Pillai | Urban Planner & Sustainability Advocate",meta_description:"Uncover the significance of green spaces in urban areas with Ravi S. Pillai, an urban planner dedicated to sustainable forestry practices and woodland integration."},{name:"Sarita T. Mehta",description:"Sarita T. Mehta is a respected environmental activist and grassroots organizer with over a decade of experience in community forestry initiatives. She leads workshops on sustainable forest practices across rural India.",meta_title:"Sarita T. Mehta | Community Forestry Advocate",meta_description:"Join Sarita T. Mehta in her mission to empower communities through sustainable forestry practices, enhancing woodland conservation in rural India."},{name:"Anil R. Srinivasan",description:"Anil R. Srinivasan is a leading consultant for forestry management in India. With extensive experience in ecological assessments, he guides projects on woodland sustainability and ecosystem restoration.",meta_title:"Anil R. Srinivasan | Forestry Management Consultant",meta_description:"Gain insights from Anil R. Srinivasan on effective forestry management and restoration practices, dedicating his efforts to sustain India's woodland resources."},{name:"Neha G. Kapoor",description:"Neha G. Kapoor is a passionate wildlife photographer and conservation writer who documents India’s diverse forest life. Her engaging storytelling helps promote awareness of woodland ecology.",meta_title:"Neha G. Kapoor | Wildlife Conservation Writer",meta_description:"Explore the beauty of India's forests with Neha G. Kapoor, as she captures the essence of wildlife conservation and sustainable forestry through her art and writing."},{name:"Rajesh C. Bhatia",description:"Rajesh C. Bhatia is an environmental policy expert with a focus on forest protection regulations in India. He has worked with governmental and non-governmental organizations to promote effective woodland stewardship policies.",meta_title:"Rajesh C. Bhatia | Environmental Policy Expert",meta_description:"Understand the intricacies of forest protection policies in India with Rajesh C. Bhatia, as he sheds light on effective strategies for woodland stewardship."},{name:"Sita R. Kumari",description:"Sita R. Kumari is a noted author and researcher specializing in traditional forest knowledge. Her writings focus on the vital role of indigenous practices in sustainable woodland management.",meta_title:"Sita R. Kumari | Traditional Forestry Knowledge Expert",meta_description:"Dive into the depth of traditional forest knowledge with Sita R. Kumari, exploring how indigenous practices enhance woodland sustainability and stewardship."},{name:"Dr. Sandeep Kumar",description:"Dr. Sandeep Kumar is an environmental scientist with over 20 years of experience in forestry and ecology. He has worked on various forest conservation projects across India and contributed to policy making for sustainable forestry practices, advocating for community-based woodland management.",meta_title:"Dr. Sandeep Kumar | Forestry and Ecology Expert",meta_description:"Explore the insights of Dr. Sandeep Kumar, an environmental scientist dedicated to sustainable forestry and ecological conservation in India."},{name:"Priya Singh",description:"Priya Singh is a renowned conservationist specializing in forest biodiversity and sustainable land management. With a Master’s in Environmental Science, she has spent the last decade advocating for the rights of indigenous forest communities and their impact on woodland preservation.",meta_title:"Priya Singh | Conservationist & Biodiversity Advocate",meta_description:"Join Priya Singh in her mission to preserve forest biodiversity and empower indigenous communities for sustainable woodland stewardship."},{name:"Rahul Verma",description:"Rahul Verma is a passionate forestry technician with hands-on experience in forest management practices across India. His expertise lies in sustainable timber production and forest health monitoring, making him a valuable resource for timber industry professionals.",meta_title:"Rahul Verma | Forestry Technician & Timber Management Specialist",meta_description:"Discover best practices in sustainable timber production with Rahul Verma, an expert forestry technician dedicated to woodland management."},{name:"Neha Desai",description:"Neha Desai is a landscape architect focused on integrating forestry and urban planning. With over a decade of experience, she emphasizes the importance of urban woodlands in addressing climate change and enhancing urban biodiversity.",meta_title:"Neha Desai | Landscape Architect and Urban Forestry Advocate",meta_description:"Learn how urban planning and forestry can coexist with expert Neha Desai, who promotes sustainable solutions for urban woodlands."},{name:"Anil Joshi",description:"Anil Joshi is a seasoned researcher with expertise in agroforestry systems. He has published numerous studies on the role of tree crops in farming systems, providing invaluable insights into integrating trees with agriculture for enhanced sustainability.",meta_title:"Anil Joshi | Agroforestry Researcher & Sustainable Farming Advocate",meta_description:"Explore agroforestry insights with Anil Joshi, a researcher dedicated to sustainable farming practices and tree integration in Indian agriculture."},{name:"Rita Menon",description:"Rita Menon is a policy analyst focused on environmental policies regarding forestry. She works with government and NGOs to formulate strategies that enhance woodland stewardship and public engagement in forestry initiatives.",meta_title:"Rita Menon | Policy Analyst for Environmental Conservation",meta_description:"Stay updated on forestry policies and community engagement with expert Rita Menon, advocating for sustainable woodland practices."},{name:"Vikram Rao",description:"Vikram Rao is a forestry advocate and educator who has conducted workshops on woodland sustainability for schools and local communities. His passion lies in educating the next generation about the importance of forests and their conservation.",meta_title:"Vikram Rao | Forestry Education Advocate & Workshop Facilitator",meta_description:"Join Vikram Rao’s journey in educating communities about the importance of wooded areas and inspiring future forest caretakers."},{name:"Sonia Gupta",description:"Sonia Gupta, an ecological restoration specialist, has worked on numerous projects rehabilitating degraded forests in India. With a Doctorate in Forestry, she is dedicated to restoring native ecosystems and promoting sustainable practices in forest restoration.",meta_title:"Sonia Gupta | Ecological Restoration Specialist",meta_description:"Discover ecological restoration practices with Sonia Gupta, a specialist focused on restoring degraded landscapes and promoting forest health."},{name:"Kiran Patel",description:"Kiran Patel is a conservation technology expert specializing in the use of technology for forest monitoring and management. His innovative approaches have aided in enhancing data accuracy for forest resource management.",meta_title:"Kiran Patel | Conservation Technology Expert",meta_description:"Learn about innovative technologies in forestry with Kiran Patel, who combines conservation efforts with data analytics for sustainable management."},{name:"Sharmila Rao",description:"Sharmila Rao is an environmental journalist dedicated to reporting on issues related to climate change, forests, and sustainability. With over 15 years of experience, she brings vital stories to the forefront, advocating for proactive environmental stewardship.",meta_title:"Sharmila Rao | Environmental Journalist & Eco Advocate",meta_description:"Stay informed about environmental issues impacting forests with Sharmila Rao, an experienced journalist passionate about sustainable forestry."},{name:"Ravi Kumar",description:"Ravi Kumar is an environmental scientist from New Delhi with over 10 years of experience in forestry conservation and sustainable land management. He specializes in agroforestry practices and has contributed to several governmental and non-governmental projects aimed at restoring degraded landscapes across India. His work aims to promote woodland stewardship among local communities.",meta_title:"Ravi Kumar | Environmental Scientist and Forestry Expert",meta_description:"Discover insights from Ravi Kumar, an environmental scientist dedicated to forest conservation and woodland stewardship practices in India. Explore sustainable solutions and insights for better forestry management."},{name:"Anita Joshi",description:"Anita Joshi is a forest ecologist and educator based in Pune, India. With a PhD in Forestry from the Indian Institute of Forest Management, she has spent over 15 years conducting research on forest dynamics and biodiversity. Anita is passionate about communicating scientific knowledge to local communities to foster sustainable forest practices.",meta_title:"Anita Joshi | Forest Ecologist and Environmental Educator",meta_description:"Join Anita Joshi as she explores the world of forest ecology. Learn about forest dynamics, biodiversity, and how to engage communities in sustainable woodland stewardship."},{name:"Vikram Sharma",description:"Vikram Sharma, a forestry consultant based in Bangalore, has over 20 years of experience in the field of sustainable forestry practices and community forestry. With a background in agricultural sciences, he works closely with local farmers on integrating trees into agriculture for improved yield and ecosystem health.",meta_title:"Vikram Sharma | Sustainable Forestry Consultant",meta_description:"Meet Vikram Sharma, a sustainable forestry consultant with expert knowledge on integrating trees into agricultural practices for better yields and ecosystem conservation."},{name:"Aditi Malhotra",description:"Aditi Malhotra is a wildlife biologist based in Chandigarh, who focuses on the intersection of wildlife conservation and forest management. With a Masters in Wildlife Biology and over 8 years of fieldwork experience, she is committed to researching and advocating for effective woodland stewardship and protection of wildlife habitats.",meta_title:"Aditi Malhotra | Wildlife Biologist and Conservation Advocate",meta_description:"Discover the work of Aditi Malhotra, a wildlife biologist dedicated to wildlife conservation and the promotion of sustainable woodland stewardship in India."},{name:"Karan Mehta",description:"Karan Mehta comes from a long line of farmers in Himachal Pradesh and has dedicated himself to organic farming and sustainable forestry for over a decade. He is an advocate for agroforestry systems that support both farmers and forest ecosystems while enhancing soil health and biodiversity.",meta_title:"Karan Mehta | Organic Farmer and Agroforestry Advocate",meta_description:"Explore the successful agroforestry methods of Karan Mehta, where sustainable farming meets forest conservation for enhanced environmental health."},{name:"Navya Sinha",description:"Navya Sinha is an urban forester and consultant based in Mumbai with a keen interest in increasing green cover in urban areas. Over the past 6 years, she has spearheaded numerous urban greening initiatives, demonstrating how city planners can incorporate forestry management into urban landscapes.",meta_title:"Navya Sinha | Urban Forester and Sustainable Development Consultant",meta_description:"Follow the journey of Navya Sinha as she leads urban greening initiatives and promotes sustainable land use in India's cities."},{name:"Rohan Nair",description:"Rohan Nair is a forest policy advisor located in Dehradun, specializing in crafting policies for sustainable forest management in India. With over 15 years of experience in environmental governance, he collaborates with governmental agencies to develop frameworks that benefit both forest conservation and rural livelihoods.",meta_title:"Rohan Nair | Forest Policy Advisor and Governance Expert",meta_description:"Get insights on forest policy and governance from Rohan Nair, an experienced advisor dedicated to bridging sustainable practices and improved rural livelihoods in forest policies."},{name:"Pooja Verma",description:"Pooja Verma is a conservationist and writer based in Kolkata who focuses on the cultural aspects of forestry and traditional woodland stewardship practices. With her background in anthropology, she highlights the synergy between communities and forests, advocating for the continuation of indigenous practices.",meta_title:"Pooja Verma | Conservationist and Cultural Advocate",meta_description:"Learn from Pooja Verma as she elucidates the cultural significance of forests and traditional stewardship practices in Indian communities."},{name:"Akash Bansal",description:"Akash Bansal is a reforestation specialist based in Agra with a focus on restoring degraded forest lands. With a degree in Environmental Science, he has coordinated hundreds of community reforestation drives, promoting native species and biodiversity-friendly practices.",meta_title:"Akash Bansal | Reforestation Specialist and Community Advocate",meta_description:"Discover the innovative reforestation methods of Akash Bansal, as he leads efforts to restore degraded forest lands through community collaboration."},{name:"Sita Narayan",description:"Sita Narayan is a veteran forester from Kerala with an emphasis on traditional ecological knowledge and its application in modern forestry practices. Having worked in the forestry sector for nearly 30 years, she is renowned for bridging the gap between indigenous wisdom and contemporary woodland stewardship techniques.",meta_title:"Sita Narayan | Veteran Forester and Ecological Knowledge Advocate",meta_description:"Explore the unique insights of Sita Narayan, who integrates traditional ecological knowledge with modern stewardship practices for sustainable forest management."},{name:"Anita Sharma",description:"Anita Sharma is an environmental scientist with over a decade of experience in forest ecology and advocacy. Based in Hyderabad, she has collaborated with myriad NGOs to promote sustainable forestry practices and is a passionate educator on woodland stewardship.",meta_title:"Anita Sharma | Forest Ecology Expert",meta_description:"Explore the world of forest ecology with Anita Sharma. Discover insights on sustainable forestry practices and woodland conservation techniques."},{name:"Rajesh Gupta",description:"Rajesh Gupta is a forestry manager with 15 years of experience working in India's national parks. With a focus on strategic woodland management and biodiversity conservation, he advises governmental bodies on creating and implementing forestry policies.",meta_title:"Rajesh Gupta | Forestry Management Specialist",meta_description:"Join Rajesh Gupta in exploring forestry management strategies and policies for sustainable woodland practices in India’s national parks."},{name:"Neelam Verma",description:"With a master's degree in environmental studies, Neelam Verma specializes in agroforestry systems. She has worked extensively on projects aimed at integrating tree planting with agriculture to create sustainable development solutions across rural India.",meta_title:"Neelam Verma | Agroforestry Advocate",meta_description:"Discover how agroforestry can benefit sustainable agriculture. Join Neelam Verma as she shares insights on integrating trees into farming practices."},{name:"Priya Desai",description:"An award-winning researcher based in Pune, Priya Desai has focused her academic career on climate change effects on forest ecosystems. With numerous publications, she passionately promotes the integration of scientific research into hands-on forestry practices.",meta_title:"Priya Desai | Climate Change & Forestry Researcher",meta_description:"Understand the intersection of climate change and forestry from expert Priya Desai. Discover her research on forest ecosystems and effective adaptation strategies."},{name:"Sanjay Pillai",description:"Sanjay Pillai is a certified forestry technician and community activist from Kerala. Known for his workshop-based training sessions, he emphasizes community-based approaches to sustainable forest management and woodland resources.",meta_title:"Sanjay Pillai | Community Forestry Trainer",meta_description:"Learn community-focused strategies for sustainable forest management with Sanjay Pillai. Discover the importance of local involvement in woodland stewardship."},{name:"Radha Nair",description:"A landscape architect with a passion for urban forestry, Radha Nair has designed green spaces and eco-friendly parks across Bengaluru. She bridges the gap between urban development and ecological preservation through innovative design practices.",meta_title:"Radha Nair | Urban Forestry Designer",meta_description:"Join Radha Nair in exploring the integration of urban landscapes with forestry. Learn about innovative designs for green sustainable cities."},{name:"Karan Mittal",description:"Karan Mittal is a forest ecologist who holds a PhD in forestry from an esteemed Indian university. His focus lies in studying the impacts of deforestation and developing methodologies for reforestation and forest cover restoration.",meta_title:"Karan Mittal | Forest Ecology and Restoration Specialist",meta_description:"Join Karan Mittal on his journey toward rebuilding forest ecosystems. Unearth solutions for reforestation and forest cover restoration."},{name:"Sunita Iyer",description:"Sunita Iyer is a forest policy analyst with a focus on sustainable development for rural communities. With over 8 years of experience, she collaborates with the government to influence policies that affect forest management and conservation.",meta_title:"Sunita Iyer | Forest Policy and Sustainable Development Analyst",meta_description:"Explore forest policies and sustainable development solutions with Sunita Iyer. Discover how policy can shape the future of forest management."},{name:"Deepak Reddy",description:"Deepak Reddy, a certified arborist, has been instrumental in promoting the importance of tree care and urban forestry practices in Chennai. His hands-on workshops aim to educate communities on the value of maintaining healthy tree populations.",meta_title:"Deepak Reddy | Arborist and Urban Forestry Advocate",meta_description:"Dive into urban forestry with arborist Deepak Reddy. Discover essential tree care practices and the benefits of green spaces in urban settings."},{name:"Dr. Emilia Hartmann",description:"Dr. Emilia Hartmann is an environmental scientist with a PhD in Forestry from the University of Freiburg. With over 10 years of research experience in sustainable forestry practices, she has collaborated on projects across Europe and Asia, focusing on woodland restoration and biodiversity conservation.",meta_title:"Dr. Emilia Hartmann | Forestry Researcher and Sustainability Advocate",meta_description:"Explore sustainable forestry practices with Dr. Emilia Hartmann. Dive into her research on woodland restoration and biodiversity conservation."},{name:"Rajiv Verma",description:"Rajiv Verma is an Indian forester with a Master's degree in Forest Management from the Indian Institute of Forest Management. He has worked extensively in forest conservation and community-based management projects in various regions of India.",meta_title:"Rajiv Verma | Expert in Forest Management and Conservation",meta_description:"Join Rajiv Verma in exploring innovative forest management practices and the importance of community involvement in conservation efforts."},{name:"Alice Thompson",description:"Alice Thompson is a skilled ecologist from Canada with a focus on forest ecosystems. With over a decade of experience in ecological research and conservation strategies, she aims to educate the public on responsible woodland stewardship.",meta_title:"Alice Thompson | Woodland Stewardship Educator",meta_description:"Learn from Alice Thompson about the importance of woodland stewardship and how to adopt practices that promote healthy forest ecosystems."},{name:"Hiroshi Tanaka",description:"Hiroshi Tanaka is a Japanese writer and environmental advocate passionate about urban forestry. With a background in urban planning and over 15 years of experience in tree planting initiatives, he promotes sustainable urban landscapes.",meta_title:"Hiroshi Tanaka | Urban Forestry Advocate",meta_description:"Discover the benefits of urban forestry with Hiroshi Tanaka. Learn how tree planting initiatives create sustainable cities and healthy environments."},{name:"Sofia Petrova",description:"Sofia Petrova is a Bulgarian agroforestry specialist with a deep understanding of integrating agriculture with forestry. Her practical experience includes community workshops aimed at promoting agroforestry benefits across Eastern Europe.",meta_title:"Sofia Petrova | Agroforestry Expert",meta_description:"Join Sofia Petrova to explore the potential of agroforestry in enhancing food security and improving land use efficiency."},{name:"Carlos Almeida",description:"Carlos Almeida, a Brazilian conservationist, works tirelessly to protect the Amazon rainforest. As a founding member of various environmental NGOs, he has dedicated his career to sustainable development and ecological education.",meta_title:"Carlos Almeida | Amazon Rainforest Conservationist",meta_description:"Learn about Carlos Almeida's efforts in rainforest conservation and sustainable development in the heart of the Amazon region."},{name:"Jennifer O'Connor",description:"Jennifer O'Connor is an Irish landscape architect focused on woodland creation and maintenance in urban areas. Utilizing her expertise to bridge ecology and design, she promotes the creation of green spaces that benefit communities.",meta_title:"Jennifer O'Connor | Landscape Architect and Eco-Designer",meta_description:"Explore innovative designs for greening urban spaces with Jennifer O'Connor. Discover how sustainable landscaping enhances community well-being."},{name:"Kofi Mensah",description:"Kofi Mensah is a Ghanaian forestry consultant with over 20 years of experience in sustainable timber management and agroforestry in West Africa. His hands-on approach has transformed local practices and enriched livelihoods.",meta_title:"Kofi Mensah | Sustainable Timber Management Consultant",meta_description:"Join Kofi Mensah as he discusses sustainable timber management strategies and their impact on local communities in West Africa."},{name:"Lotte Schmidt",description:"Lotte Schmidt is a German wildlife biologist specializing in forest habitats and species conservation. She has conducted numerous wildlife surveys across Europe, advocating for the protection of endangered species within forest ecosystems.",meta_title:"Lotte Schmidt | Wildlife Biologist and Conservationist",meta_description:"Discover Lotte Schmidt's discoveries in forest ecosystems and wildlife conservation strategies to protect endangered species."},{name:"Mei Ling Wong",description:"Mei Ling Wong is a Malaysian environmental educator committed to grassroots organization for sustainable forestry and conservation in Southeast Asia. With a strong background in educational outreach, she empowers communities to take part in preserving their natural resources.",meta_title:"Mei Ling Wong | Environmental Educator and Community Organizer",meta_description:"Learn from Mei Ling Wong about sustainable forestry practices and how her educational outreach empowers communities to conserve nature."},{name:"Dr. Eleanor Whitmore",description:"A conservation biologist with over 25 years of experience in forest ecology, Dr. Eleanor Whitmore has dedicated her career to studying tree populations and their role in biodiversity. She conducts research and collaborates with NGOs around the globe to promote sustainable forestry practices.",meta_title:"Dr. Eleanor Whitmore | Conservation Biologist & Forest Ecologist",meta_description:"Explore sustainable forestry with Dr. Eleanor Whitmore, a leading conservation biologist committed to enhancing forest ecosystems and biodiversity."},{name:"Aiko Tanaka",description:"Hailing from Tokyo, Aiko Tanaka is a woodland stewardship advocate with a focus on reforestation projects in Asia. With both academic qualifications in forestry and hands-on experience in local forestry initiatives, she champions community engagement in environmental preservation.",meta_title:"Aiko Tanaka | Woodland Stewardship Advocate",meta_description:"Join Aiko Tanaka in her journey to promote reforestation and community-driven woodland stewardship efforts in Asia."},{name:"Jonas Bergström",description:"A forest engineer based in Sweden, Jonas Bergström has a deep knowledge of sustainable forest management strategies and their implementation within the industry. His innovative ideas are influencing forestry practices across Scandinavia.",meta_title:"Jonas Bergström | Forest Engineer & Sustainability Expert",meta_description:"Dig deep into sustainable forestry with Jonas Bergström, whose expertise paves the way for responsible forest management practices in Scandinavia."},{name:"Fatima Sahar",description:"Based in Nairobi, Fatima Sahar is an ecologist specializing in tropical forestry. With a focus on the nexus between climate change and forestry, she provides impactful insights into how woodland areas can mitigate climate impact while supporting local communities.",meta_title:"Fatima Sahar | Tropical Forestry Ecologist",meta_description:"Learn about the vital role of tropical forests in combating climate change with Fatima Sahar, a passionate ecologist distinguished for her fieldwork in Africa."},{name:"Leonardo Martelli",description:"An expert in agroforestry practices, Leonardo Martelli operates in the rural areas of Italy, blending traditional farming methods with modern forestry techniques. His extensive knowledge helps farmers improve land productivity while preserving woodland ecosystems.",meta_title:"Leonardo Martelli | Agroforestry Specialist",meta_description:"Transform your perspective on sustainable farming with Leonardo Martelli, who integrates innovative agroforestry methods to uplift rural environments in Italy."},{name:"Grace Ndlovu",description:"Grace Ndlovu is a policy analyst based in Cape Town, South Africa, who focuses on legislation affecting forestry practices. With her vast experience in environmental law and advocacy, she seeks to influence policies that promote sustainable development in forestry.",meta_title:"Grace Ndlovu | Environmental Policy Analyst & Advocate",meta_description:"Understand the intersection of law and ecology with Grace Ndlovu, who advocates for sustainable forestry through impactful environmental policies in South Africa."},{name:"Professor Hugo Alvarez",description:"Professor Hugo Alvarez, based in Brazil, is an academic respected for his integrative research on forestry and social sciences. His work focuses on equitable and inclusive methodologies for engaging local communities in forest management.",meta_title:"Professor Hugo Alvarez | Forestry and Social Science Expert",meta_description:"Discover equitable forestry practices alongside Professor Hugo Alvarez, leading academic insights that merge social dynamics with sustainable forest management."},{name:"Naomi Sterling",description:"Naomi Sterling is a conservationist from Canada with over 15 years of experience working on forest conservation initiatives. She dedicates her career to passionate advocacy for indigenous rights and sustainable logging practices that respect both environmental and cultural significance.",meta_title:"Naomi Sterling | Forest Conservationist & Advocate",meta_description:"Engage with profound conservation insights with Naomi Sterling, advocating for sustainability and cultural respect in forest management practices."},{name:"Tariq Al-Farsi",description:"A researcher and educator in the Middle East, Tariq Al-Farsi specializes in the role of forests in desert climates. His innovative educational programs focus on adapting forestry practices to arid environments sustainably and financially.",meta_title:"Tariq Al-Farsi | Desert Forestry Researcher & Educator",meta_description:"Explore sustainable forestry methods in arid regions with Tariq Al-Farsi, whose research balances ecology and education amidst desert landscapes."},{name:"Helena Petri",description:"Based in Finland, Helena Petri is a leading figure in sustainable logging practices, with over a decade of experience collaborating with forest cooperatives to adopt eco-friendly approaches that prioritize forest health alongside economic viability.",meta_title:"Helena Petri | Sustainable Logging Expert",meta_description:"Unlock sustainable ingenuity in lumber Acquisition with Helena Petri, uniting forest health with economic growth through responsible logging 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:#2e5b1e;--theme-color-8:#4c8b28;--theme-color-7:#6bb938;--theme-color-6:#95d87c;--theme-color-5:#bee5b6;--theme-color-3:#e4f2e1;--theme-color-2:#f1f8eb;--color-bg-layout:#f0f8f0;--color-bg-hover:#d8ead7;--article-border-radius:25px;--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.228",
3
+ "version": "1.3.229",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [