tedo-publisher 1.3.380 → 1.3.381

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.380",
3
+ "version": "1.3.381",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -1,248 +0,0 @@
1
- export declare const dataStructure: {
2
- petBirdCare: {
3
- title: string;
4
- description: string;
5
- slug: string;
6
- children: {
7
- nutritionGuidelines: {
8
- title: string;
9
- description: string;
10
- slug: string;
11
- children: null;
12
- };
13
- habitatSetup: {
14
- title: string;
15
- description: string;
16
- slug: string;
17
- children: null;
18
- };
19
- healthCare: {
20
- title: string;
21
- description: string;
22
- slug: string;
23
- children: null;
24
- };
25
- groomingTips: {
26
- title: string;
27
- description: string;
28
- slug: string;
29
- children: null;
30
- };
31
- ownerResponsibilities: {
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
- birdSpecies: {
46
- title: string;
47
- description: string;
48
- slug: string;
49
- children: {
50
- parrots: {
51
- title: string;
52
- description: string;
53
- slug: string;
54
- children: null;
55
- };
56
- canaries: {
57
- title: string;
58
- description: string;
59
- slug: string;
60
- children: null;
61
- };
62
- finches: {
63
- title: string;
64
- description: string;
65
- slug: string;
66
- children: null;
67
- };
68
- budgerigars: {
69
- title: string;
70
- description: string;
71
- slug: string;
72
- children: null;
73
- };
74
- cockatiels: {
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
- trainingAndBehavior: {
89
- title: string;
90
- description: string;
91
- slug: string;
92
- children: {
93
- trainingTechniques: {
94
- title: string;
95
- description: string;
96
- slug: string;
97
- children: null;
98
- };
99
- behaviorUnderstanding: {
100
- title: string;
101
- description: string;
102
- slug: string;
103
- children: null;
104
- };
105
- tricksAndGames: {
106
- title: string;
107
- description: string;
108
- slug: string;
109
- children: null;
110
- };
111
- socializationTips: {
112
- title: string;
113
- description: string;
114
- slug: string;
115
- children: null;
116
- };
117
- other: {
118
- title: string;
119
- description: string;
120
- slug: string;
121
- children: null;
122
- };
123
- };
124
- };
125
- bondingWithBirds: {
126
- title: string;
127
- description: string;
128
- slug: string;
129
- children: {
130
- emotionalBonds: {
131
- title: string;
132
- description: string;
133
- slug: string;
134
- children: null;
135
- };
136
- interactiveActivities: {
137
- title: string;
138
- description: string;
139
- slug: string;
140
- children: null;
141
- };
142
- communicationMethods: {
143
- title: string;
144
- description: string;
145
- slug: string;
146
- children: null;
147
- };
148
- responsibleOwnership: {
149
- title: string;
150
- description: string;
151
- slug: string;
152
- children: null;
153
- };
154
- other: {
155
- title: string;
156
- description: string;
157
- slug: string;
158
- children: null;
159
- };
160
- };
161
- };
162
- birdEntertainment: {
163
- title: string;
164
- description: string;
165
- slug: string;
166
- children: {
167
- uniqueBirdTraits: {
168
- title: string;
169
- description: string;
170
- slug: string;
171
- children: null;
172
- };
173
- quirkyAnecdotes: {
174
- title: string;
175
- description: string;
176
- slug: string;
177
- children: null;
178
- };
179
- birdWatchingActivities: {
180
- title: string;
181
- description: string;
182
- slug: string;
183
- children: null;
184
- };
185
- toysAndEnrichment: {
186
- title: string;
187
- description: string;
188
- slug: string;
189
- children: null;
190
- };
191
- other: {
192
- title: string;
193
- description: string;
194
- slug: string;
195
- children: null;
196
- };
197
- };
198
- };
199
- birdBreedingAndGenetics: {
200
- title: string;
201
- description: string;
202
- slug: string;
203
- children: {
204
- breedingBasics: {
205
- title: string;
206
- description: string;
207
- slug: string;
208
- children: null;
209
- };
210
- geneticConsiderations: {
211
- title: string;
212
- description: string;
213
- slug: string;
214
- children: null;
215
- };
216
- incubationAndHatching: {
217
- title: string;
218
- description: string;
219
- slug: string;
220
- children: null;
221
- };
222
- caretakerRoles: {
223
- title: string;
224
- description: string;
225
- slug: string;
226
- children: null;
227
- };
228
- other: {
229
- title: string;
230
- description: string;
231
- slug: string;
232
- children: null;
233
- };
234
- };
235
- };
236
- };
237
- export declare const authors: Record<string, string>;
238
- export declare const authorsNames: string[];
239
- export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDC26\uD83D\uDD4A\uFE0F\uD83C\uDF08\uD83D\uDCDA";
240
- export declare const categories: ("petBirdCare" | "birdSpecies" | "trainingAndBehavior" | "bondingWithBirds" | "birdEntertainment" | "birdBreedingAndGenetics")[];
241
- export declare const subcategories: string[];
242
- export declare const subsubcategories: string[];
243
- export type Category = keyof typeof dataStructure;
244
- export type CategoryNode = (typeof dataStructure)[Category];
245
- export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
246
- export declare const startDate = "2024-08-09T00:00:00Z";
247
- export declare const devBucketName = "idn-aviarynow-dev";
248
- export declare const prodBucketName = "idn-aviarynow";
@@ -1 +0,0 @@
1
- "use strict";var e=require("./seo.js");const i={petBirdCare:{title:"Comprehensive Guide to Pet Bird Care 🦜",description:"Explore essential guidelines for pet bird care at AviaryNow. Learn about nutrition, health, habitat setup, grooming, and responsibilities for happy birds! 🌈",slug:"pet-bird-care",children:{nutritionGuidelines:{title:"Essential Nutrition Guidelines for Healthy Pet Birds 🍽️🦜",description:"Discover the best nutrition guidelines to ensure your pet bird enjoys a balanced diet. Keep them healthy and happy with essential feeding tips! 🌟",slug:"nutrition-guidelines",children:null},habitatSetup:{title:"Creating the Perfect Habitat for Your Pet Bird 🏠🌿",description:"Learn how to set up a comfortable and stimulating habitat for your pet bird. Enjoy tips on space, enrichment, and safety for your feathered friend! 🌞",slug:"habitat-setup",children:null},healthCare:{title:"Health Care Essentials for Your Pet Bird 🩺🐦",description:"Find crucial health care information to keep your pet bird in optimal condition. Discover tips on veterinary care, illness prevention, and health checks! 🌼",slug:"health-care",children:null},groomingTips:{title:"Grooming Tips for Your Feathered Friend 🌟✂️",description:"Get expert grooming tips for your pet bird to ensure their feathers and beak look great! Learn how to make grooming a stress-free experience for your bird. 💖",slug:"grooming-tips",children:null},ownerResponsibilities:{title:"Understanding Owner Responsibilities for Pet Bird Care 🐦❤️",description:"Gain insights into the essential responsibilities of being a pet bird owner. From socialization to care, learn what it takes to keep your bird thriving! 🏡",slug:"owner-responsibilities",children:null},other:{title:"Additional Resources for Pet Bird Enthusiasts 📚🦜",description:"Explore a collection of additional resources related to pet birds. Find entertaining articles and useful tips that enhance your bird-keeping journey! ✨",slug:"other",children:null}}},birdSpecies:{title:"Explore Diverse Bird Species: Care & Fun Facts 🦜",description:"Dive into the wonderful world of bird species with insights on care, behaviors, and interesting facts at AviaryNow. 🐦",slug:"bird-species",children:{parrots:{title:"All About Parrots: Smart and Colorful Companions 🌈",description:"Discover the vibrant world of parrots, their remarkable intelligence, and the care they require to thrive. 🦜❤️",slug:"parrots",children:null},canaries:{title:"Canaries: The Charming Singers of the Avian World 🎶",description:"Learn about the delightful canaries, their melodious songs, and tips for their care. Embrace the joy they bring! 🐤💛",slug:"canaries",children:null},finches:{title:"Finches: Small Birds with Big Personalities 🐦✨",description:"Uncover the unique traits of finches, their lively behaviors, and how to provide the best habitat for them! 🥳🌼",slug:"finches",children:null},budgerigars:{title:"Budgerigars: Affectionate Budgies and Their Care! 💚",description:"Get insights into caring for budgerigars, their playful nature, and how to create a happy home for your little friend. 🐦🏡",slug:"budgerigars",children:null},cockatiels:{title:"Cockatiels: Friendly Companions Full of Charm 🥰",description:"Explore the wonderful world of cockatiels, their endearing behaviors, and how to nurture a strong bond with your pet! 🎉🐣",slug:"cockatiels",children:null},other:{title:"Other Bird Species: A Guide to Diverse Avian Friends 🌍",description:"Dive into the lesser-known bird species, their care requirements, and fascinating facts about these amazing creatures! 🦢🐦",slug:"other",children:null}}},trainingAndBehavior:{title:"Mastering Pet Bird Training and Behavior Techniques 🌟",description:"Discover effective training methods and insightful behavior understanding for your pet birds. Enhance their lives and your bond! 🐦✨",slug:"pet-bird-training-behaviors",children:{trainingTechniques:{title:"Effective Training Techniques for Pet Birds 🦜",description:"Explore proven strategies and techniques to effectively train your pet birds. A deeper bond awaits you both! 🐣",slug:"training-techniques-pet-birds",children:null},behaviorUnderstanding:{title:"Understanding Pet Bird Behavior 🔍",description:"Delve into the fascinating world of pet bird behavior. Learn what makes your avian companion tick and how to interpret their actions! 🌈",slug:"understanding-bird-behavior",children:null},tricksAndGames:{title:"Fun Tricks and Games for Your Feathered Friends 🎉",description:"Engage your pet birds with exciting tricks and interactive games that stimulate their minds and strengthen your bond! 🧩",slug:"tricks-games-for-birds",children:null},socializationTips:{title:"Socialization Tips for Happy Pet Birds 🐥",description:"Learn effective socialization tips to help your pet birds thrive in their environment and interact positively with you! 🌼",slug:"socialization-tips-for-birds",children:null},other:{title:"Other Insights on Bird Training and Behavior 📚",description:"Explore a variety of other insights and unconventional tips regarding pet bird training and behavior for a harmonious home! 🏡",slug:"other-bird-training-insights",children:null}}},bondingWithBirds:{title:"Strengthening Bonds with Pet Birds: Emotional Connections & Activities 🐦💞",description:"Discover ways to build emotional bonds with your pet birds through interaction, communication, and responsible ownership. Uncover tips and tricks! 🌟",slug:"bonding-with-birds",children:{emotionalBonds:{title:"Emotional Bonds with Pet Birds: Creating Lifelong Connections 💖🐤",description:"Explore the depths of emotional bonds between birds and their caregivers. Learn how to nurture these connections for happy, healthy pets! 🌈",slug:"emotional-bonds",children:null},interactiveActivities:{title:"Interactive Activities: Fun Ways to Engage with Your Bird 🎉🦜",description:"Find a variety of interactive activities to enhance your relationship with your pet bird. Learn how to keep your feathered friend entertained! 🏡",slug:"interactive-activities",children:null},communicationMethods:{title:"Communication Methods: Speak the Language of Your Pet Bird 💬🐦",description:"Learn effective communication methods with your bird. Discover how to understand their needs and foster a stronger connection! 📚❤️",slug:"communication-methods",children:null},responsibleOwnership:{title:"Responsible Ownership: Caring for Your Pet Bird Like Family 🏠💚",description:"Understand responsible ownership of pet birds and the commitment it requires. Elevate your bird's life with love and care! 🥇🐥",slug:"responsible-ownership",children:null},other:{title:"Other Bonding Techniques: Unique Ways to Connect with Your Birds 🔍✨",description:"Uncover unique techniques and insights into bonding with your pet birds. Woodworking, imaginative play, and more await you! 🎨🐦",slug:"other-bonding-techniques",children:null}}},birdEntertainment:{title:"Explore Bird Entertainment: Unique Traits & Quirky Anecdotes 🐦",description:"Dive into the entertaining world of pet birds with unique traits, amusing stories, and engaging activities for owners and enthusiasts alike! 🌟",slug:"bird-entertainment",children:{uniqueBirdTraits:{title:"Discover Unique Bird Traits: Fascinating Avian Personalities 🦜",description:"Uncover the unique traits of various pet birds that make them special companions! Fun facts and insights await every bird enthusiast! 🌈",slug:"unique-bird-traits",children:null},quirkyAnecdotes:{title:"Quirky Anecdotes: Hilarious Bird Tales & Adventures 😂",description:"Delight in a collection of quirky and funny bird stories that showcase the playful antics of our feathered friends! Join the laughter! 🎉",slug:"quirky-anecdotes",children:null},birdWatchingActivities:{title:"Engaging Bird Watching Activities: Connect with Nature 🕊️",description:"Explore interactive bird watching activities that foster a deeper connection with your pet birds and the natural world around you! 🌍",slug:"bird-watching-activities",children:null},toysAndEnrichment:{title:"Toys and Enrichment: Fun Ways to Stimulate Your Pet Bird 🎲",description:"Discover the best toys and enrichment ideas to keep your pet bird happy, healthy, and entertained with engaging activities! 🎈",slug:"toys-and-enrichment",children:null},other:{title:"Other Bird Entertainment: Unique Topics and Fun Ideas 🎉",description:"Explore various other entertaining topics and fun ideas related to pet birds. There's always something new and exciting to discover! 🥳",slug:"other-bird-entertainment",children:null}}},birdBreedingAndGenetics:{title:"Mastering Bird Breeding & Genetics: A Comprehensive Guide 🌟",description:"Explore the essential aspects of bird breeding and genetics. Get valuable insights on incubation, caretaker roles, and much more! 🐦✨",slug:"bird-breeding-genetics",children:{breedingBasics:{title:"Breeding Basics: A Beginner's Guide to Pet Bird Reproduction 🐣",description:"Dive into the fundamental principles of breeding pet birds. Understand the key elements for successful bird reproduction and care! 🐦❤️",slug:"breeding-basics",children:null},geneticConsiderations:{title:"Genetic Considerations for Bird Breeders: Essential Insights 🧬",description:"Uncover the genetic factors that impact bird breeding. Learn about species traits and hereditary aspects essential for responsible breeding. 🦜🔍",slug:"genetic-considerations",children:null},incubationAndHatching:{title:"Incubation & Hatching: Nurturing Future Feathered Friends 🌱",description:"Learn about the vital incubation and hatching processes for pet birds. Tips and techniques that ensure healthy and happy hatchlings! 🐥💚",slug:"incubation-hatching",children:null},caretakerRoles:{title:"Caretaker Roles in Bird Breeding: Your Guide to Success 🌈",description:"Understand the crucial roles of caretakers during bird breeding. Discover responsibilities and best practices for nurturing bird families! 🐦🤝",slug:"caretaker-roles",children:null},other:{title:"Bird Breeding & Genetics: Miscellaneous Insights and Tips 📚",description:"Explore various aspects of bird breeding and genetics that don't fit neatly in the box. Discover tips that every bird enthusiast should know! 🦜✨",slug:"other-breeding-genetics",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🐦🕊️🌈📚",s=Object.keys(i),o=[],a=[];for(const e of s){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const d="2024-08-09T00:00:00Z",l="aviarynow",c=`idn-${l}-dev`,h=`idn-${l}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=h,exports.startDate=d,exports.subcategories=o,exports.subsubcategories=a;
@@ -1,28 +0,0 @@
1
- export declare enum FiltersNames {
2
- FeatheredFriends = "Feathered Friends",
3
- CareCorner = "Care Corner",
4
- TrainingTechniques = "Training Techniques",
5
- FlyHighWithFun = "Fly High with Fun",
6
- OwnerInsights = "Owner Insights"
7
- }
8
- type FeatheredFriendsValues = 'Budgies' | 'Cockatiels' | 'Lovebirds' | 'African Greys' | 'Canaries';
9
- type CareCornerValues = 'Nutrition & Diet' | 'Habitat Setup' | 'Health & Wellness' | 'Behavioral Insights';
10
- type TrainingTechniquesValues = 'Basic Commands' | 'Socialization Tips' | 'Trick Training' | 'Problem Solving';
11
- type FlyHighWithFunValues = 'Quirky Anecdotes' | 'Personality Profiles' | 'Birding Stories';
12
- type OwnerInsightsValues = 'First-Time Bird Parent Tips' | 'Behavior Understanding' | 'Enhanced Bonding Techniques' | 'Breeding Basics';
13
- export type ArticleFilters = {
14
- [FiltersNames.FeatheredFriends]: FeatheredFriendsValues[];
15
- [FiltersNames.CareCorner]: CareCornerValues[];
16
- [FiltersNames.TrainingTechniques]: TrainingTechniquesValues[];
17
- [FiltersNames.FlyHighWithFun]: FlyHighWithFunValues[];
18
- [FiltersNames.OwnerInsights]: OwnerInsightsValues[];
19
- };
20
- export declare const filterValuesFeatheredFriends: FeatheredFriendsValues[];
21
- export declare const filterValuesCareCorner: CareCornerValues[];
22
- export declare const filterValuesTrainingTechniques: TrainingTechniquesValues[];
23
- export declare const filterValuesFlyHighWithFun: FlyHighWithFunValues[];
24
- export declare const filterValuesOwnerInsights: OwnerInsightsValues[];
25
- export declare const initialFilters: ArticleFilters;
26
- export declare const fullFilters: ArticleFilters;
27
- export declare const getFiltersTypesJSON: () => string;
28
- export {};
@@ -1 +0,0 @@
1
- "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).FeatheredFriends="Feathered Friends",e.CareCorner="Care Corner",e.TrainingTechniques="Training Techniques",e.FlyHighWithFun="Fly High with Fun",e.OwnerInsights="Owner Insights";const s=["Budgies","Cockatiels","Lovebirds","African Greys","Canaries"],r=["Nutrition & Diet","Habitat Setup","Health & Wellness","Behavioral Insights"],i=["Basic Commands","Socialization Tips","Trick Training","Problem Solving"],t=["Quirky Anecdotes","Personality Profiles","Birding Stories"],n=["First-Time Bird Parent Tips","Behavior Understanding","Enhanced Bonding Techniques","Breeding Basics"],a={[exports.FiltersNames.FeatheredFriends]:[],[exports.FiltersNames.CareCorner]:[],[exports.FiltersNames.TrainingTechniques]:[],[exports.FiltersNames.FlyHighWithFun]:[],[exports.FiltersNames.OwnerInsights]:[]},l={[exports.FiltersNames.FeatheredFriends]:s,[exports.FiltersNames.CareCorner]:r,[exports.FiltersNames.TrainingTechniques]:i,[exports.FiltersNames.FlyHighWithFun]:t,[exports.FiltersNames.OwnerInsights]:n},o=()=>JSON.stringify(l,null,2);exports.filterValuesCareCorner=r,exports.filterValuesFeatheredFriends=s,exports.filterValuesFlyHighWithFun=t,exports.filterValuesOwnerInsights=n,exports.filterValuesTrainingTechniques=i,exports.fullFilters=l,exports.getFiltersTypesJSON=o,exports.initialFilters=a;
@@ -1,3 +0,0 @@
1
- import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
- export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
- export declare const prohibitedWordsInAltTitle: RegExp;
@@ -1 +0,0 @@
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;
@@ -1,15 +0,0 @@
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';
@@ -1 +0,0 @@
1
- "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),i=require("./seo.js"),o=require("./prompts/gpt35turbo/articles.js"),a=require("./prompts/gpt4oMini/articles.js"),p=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.filterValuesCareCorner=t.filterValuesCareCorner,exports.filterValuesFeatheredFriends=t.filterValuesFeatheredFriends,exports.filterValuesFlyHighWithFun=t.filterValuesFlyHighWithFun,exports.filterValuesOwnerInsights=t.filterValuesOwnerInsights,exports.filterValuesTrainingTechniques=t.filterValuesTrainingTechniques,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=i.AUTHORS_INFO,exports.AUTHORS_META=i.AUTHORS_META,exports.PAGES_SEO=i.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return i.PageNames}}),exports.gpt35Articles=o,exports.gpt4oMiniArticles=a,exports.END_STEP=p.END_STEP,exports.FILTERS_INFO=p.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=p.IMAGES_PROHIBITED_WORDS,exports.START_STEP=p.START_STEP,exports.TARGET_AUDIENCE=p.TARGET_AUDIENCE,exports.ZERO_SECTION=p.ZERO_SECTION,exports.portalInfo=p.portalInfo;
@@ -1,7 +0,0 @@
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: AviaryNow is an authoritative infotainment portal dedicated to the world of pet birds, offering a wealth of information and entertainment for avian enthusiasts.\n - Detailed description: AviaryNow serves as a comprehensive resource for all who adore pet birds and wish to expand their knowledge on various aspects of avian care, behaviors, and fun facts. The portal features a range of articles covering essential topics such as pet bird nutrition, proper habitat setup, owner responsibilities, and the emotional bonds between birds and their caregivers. In addition to informational content, AviaryNow embraces the entertainment aspect of bird ownership by providing engaging articles on bird personalities, training tips, and quirky anecdotes that showcase the unique traits of various bird species. With its user-friendly layout and easily navigable categories, AviaryNow strives to be the go-to destination for both seasoned bird owners and novice bird enthusiasts alike.\n - Target audience: The primary audience for AviaryNow includes pet bird owners, aspiring bird parents, bird breeders, and avian lovers who seek reliable information and enjoyable content that enhances their understanding of pet birds. This encompasses individuals of various ages who might be looking for guidance on pet bird care, engaging activities, and tips for enriching their bird's environment.\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## Avian Care Basics\n - Importance of Proper Nutrition\n - Understanding Bird Species and Their Needs\n - Basics of Birds Habitat Setup\n - Grooming and Hygiene Tips\n\n## Interacting with Your Pet Bird\n - Building Trust and Connection\n - Training Techniques and Tips\n - Fun Activities for Bird Owners and Their Birds\n - Recognizing Bird Cues and Behaviors\n\n## Emotional Well-Being of Birds\n - The Role of Play and Socialization\n - Enhancing Birds' Emotional Health\n - Assessing Bird Stress and Remedies\n - Building Strong Human-Bird Bonds\n\n## Bird Health and Safety\n - Common Health Issues and Prevention\n - Routine Veterinary Care\n - Environmental Hazards to Avoid\n - Signs of Illness or Distress\n\n## Fun Facts and Quirky Insights\n - Unique Traits of Popular Bird Species\n - Historical and Cultural Significance of Birds\n - Famous Bird Owners and Their Stories\n\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 - Avian Care Basics, 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 = "pet bird owners, aspiring bird parents, bird breeders";
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;
@@ -1 +0,0 @@
1
- "use strict";var e;const i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: AviaryNow is an authoritative infotainment portal dedicated to the world of pet birds, offering a wealth of information and entertainment for avian enthusiasts.\n - Detailed description: AviaryNow serves as a comprehensive resource for all who adore pet birds and wish to expand their knowledge on various aspects of avian care, behaviors, and fun facts. The portal features a range of articles covering essential topics such as pet bird nutrition, proper habitat setup, owner responsibilities, and the emotional bonds between birds and their caregivers. In addition to informational content, AviaryNow embraces the entertainment aspect of bird ownership by providing engaging articles on bird personalities, training tips, and quirky anecdotes that showcase the unique traits of various bird species. With its user-friendly layout and easily navigable categories, AviaryNow strives to be the go-to destination for both seasoned bird owners and novice bird enthusiasts alike.\n - Target audience: The primary audience for AviaryNow includes pet bird owners, aspiring bird parents, bird breeders, and avian lovers who seek reliable information and enjoyable content that enhances their understanding of pet birds. This encompasses individuals of various ages who might be looking for guidance on pet bird care, engaging activities, and tips for enriching their bird's environment.\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## Avian Care Basics\n - Importance of Proper Nutrition\n - Understanding Bird Species and Their Needs\n - Basics of Birds Habitat Setup\n - Grooming and Hygiene Tips\n\n## Interacting with Your Pet Bird\n - Building Trust and Connection\n - Training Techniques and Tips\n - Fun Activities for Bird Owners and Their Birds\n - Recognizing Bird Cues and Behaviors\n\n## Emotional Well-Being of Birds\n - The Role of Play and Socialization\n - Enhancing Birds' Emotional Health\n - Assessing Bird Stress and Remedies\n - Building Strong Human-Bird Bonds\n\n## Bird Health and Safety\n - Common Health Issues and Prevention\n - Routine Veterinary Care\n - Environmental Hazards to Avoid\n - Signs of Illness or Distress\n\n## Fun Facts and Quirky Insights\n - Unique Traits of Popular Bird Species\n - Historical and Cultural Significance of Birds\n - Famous Bird Owners and Their Stories\n\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 - Avian Care Basics, IF it's applicable to the theme of the article.\n",t="highlighting the key points that will be discussed and the relevance of the topic",r="synthesizing the information presented throughout",a="pet bird owners, aspiring bird parents, bird breeders",o="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=r,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=t,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=n,exports.portalInfo=i;
@@ -1,6 +0,0 @@
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;
@@ -1 +0,0 @@
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;
@@ -1,6 +0,0 @@
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;
@@ -1 +0,0 @@
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;
@@ -1,4 +0,0 @@
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;
@@ -1 +0,0 @@
1
- "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-realistic cinematic photography ${a}, ${o}, for article ${r} of professional animal photography for glossy birds magazine, birds photography, glossy birds magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, blur-free, depth of field, dof, film, bokeh, foreground focus, 35mm photography`,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;
@@ -1,23 +0,0 @@
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>;
@@ -1 +0,0 @@
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 i={[exports.PageNames.Authors]:{title:"Meet the Experts at AviaryNow | Pet Bird Enthusiasts",description:"Discover the passionate authors behind AviaryNow! 🦜 From bird care tips to fun facts, our experts are here for your feathery friend. ✨"},[exports.PageNames.Home]:{title:"AviaryNow - Your Ultimate Pet Bird Guide",description:"Welcome to AviaryNow! 🦜 Dive into a world of pet birds and discover tips, guides, and fun content. Your bird's happiness starts here! 🎉"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found - AviaryNow",description:"Uh-oh! 😔 It seems the page you’re looking for doesn’t exist. Check out our resources for pet birds! 🦜"},[exports.PageNames.AboutUs]:{title:"About AviaryNow | Your Trusted Pet Bird Resource",description:"Learn more about AviaryNow! 🌟 We're dedicated to providing the best resources for pet bird lovers everywhere. Join us in our avian adventure! 🦜"},[exports.PageNames.PrivacyPolicy]:{title:"AviaryNow Privacy Policy | Your Data Matters",description:"Your privacy is important to us! 🕊️ Read our privacy policy to understand how we protect your information at AviaryNow. 🔒"},[exports.PageNames.Terms]:{title:"AviaryNow Terms and Conditions | User Guidelines",description:"Understand the rules of AviaryNow! 📜 Read our terms and conditions to better engage with our community of pet bird lovers. 🦜"},[exports.PageNames.Sitemap]:{title:"AviaryNow Sitemap | Your Navigation Guide",description:"Find your way around AviaryNow! 🗺️ Our sitemap helps you locate the best pet bird resources. Happy exploring! 🦜✨"}},a=[{name:"Anjali Rao",description:"Anjali Rao is a bird behaviorist with over a decade of experience specializing in pet bird training and care. With a background in animal psychology, she combines her understanding of behavior with practical tips to help bird owners create a harmonious environment for their feathered companions.",meta_title:"Anjali Rao | Bird Behaviorist and Trainer",meta_description:"Discover expert insights on pet bird training and care with Anjali Rao, a seasoned bird behaviorist. Learn to strengthen the bond with your feathered friend."},{name:"Ravi Iyer",description:"Ravi Iyer is an avian veterinarian based in Bangalore with more than 15 years of experience in bird medicine. His unique dedication to avian health makes him a trusted resource for bird owners seeking advice on wellness, nutrition, and preventive care.",meta_title:"Ravi Iyer | Avian Veterinarian",meta_description:"Get expert veterinary advice for your pet birds from Ravi Iyer, a seasoned avian veterinarian. Ensure your feathered friends live healthy and happy lives."},{name:"Neelam Mehta",description:"Neelam Mehta is a passionate aviculturist and bird enthusiast with extensive experience in bird breeding and care. She shares her knowledge through articles that cover breeding tips, habitat setup, and the diet essentials for various bird species.",meta_title:"Neelam Mehta | Aviculturist and Bird Enthusiast",meta_description:"Explore the world of bird breeding and care with Neelam Mehta, aviculturist. Discover essential tips for ensuring the welfare of your pet birds."},{name:"Suresh Kumar",description:"Suresh Kumar is an environmentalist and pet bird advocate who has written extensively about the conservation of wild and domestic birds. His work focuses on ethical bird keeping and the impact of pet ownership on bird welfare and ecology.",meta_title:"Suresh Kumar | Environmentalist and Bird Advocate",meta_description:"Learn about ethical pet bird ownership and conservation from Suresh Kumar, an environmentalist dedicated to promoting bird welfare and ecology."},{name:"Priya Chand",description:"Priya Chand is a certified pet nutritionist who specializes in avian diets. With a graduate degree in animal nutrition, she helps bird owners design balanced meal plans that ensure the health and well-being of their pet birds.",meta_title:"Priya Chand | Avian Pet Nutritionist",meta_description:"Optimize your pet bird’s diet with guidance from Priya Chand, a certified avian pet nutritionist. Discover balanced meal plans tailored for your feathered friends."},{name:"Kabir Sharma",description:"Kabir Sharma is a bird photographer and educator who travels across India to document avian life. He regularly shares his insights on birdwatching and photography tips, encouraging key observation skills among fellow bird enthusiasts.",meta_title:"Kabir Sharma | Bird Photographer and Educator",meta_description:"Enhance your birdwatching skills with tips from Kabir Sharma, a talented bird photographer and educator. Discover the beauty of avian life through his lens."},{name:"Meera Subramanian",description:"Meera Subramanian is a compassionate pet bird rescuer and advocates for animal rights. Through her writing, she raises awareness about rescue efforts, rehabilitation, and responsible bird ownership to ensure happier lives for abandoned birds.",meta_title:"Meera Subramanian | Bird Rescuer and Advocate",meta_description:"Support bird rescue efforts with insights from Meera Subramanian, a dedicated bird rescuer. Learn more about responsible pet ownership and rehabilitation stories."},{name:"Vikrant Rao",description:"Vikrant Rao is a talented DIY enthusiast specializing in creating enriching toys and habitats for pet birds. He shares his creative ideas and construction tips to help bird owners provide mentally stimulating environments for their pets.",meta_title:"Vikrant Rao | DIY Bird Enrichment Specialist",meta_description:"Explore fun DIY projects for your pet birds with Vikrant Rao, a DIY enthusiast. Discover ways to stimulate your feathered friends creatively."},{name:"Aditi Nair",description:"Aditi Nair is a bird behavior consultant who specializes in addressing behavioral problems in pet birds. With a Master's degree in animal behavior, she offers valuable strategies for preventing and modifying undesirable behaviors.",meta_title:"Aditi Nair | Bird Behavior Consultant",meta_description:"Transform your pet bird’s behavior with advice from Aditi Nair, a qualified bird behavior consultant. Learn effective techniques for behavioral modification."},{name:"Rahul Verma",description:"Rahul Verma is a passionate birdwatcher and tour guide specializing in birding tours across India. He shares personal stories along with practical tips for aspiring birdwatchers on where to find diverse avian species.",meta_title:"Rahul Verma | Birdwatcher and Guide",meta_description:"Join Rahul Verma for unforgettable birdwatching experiences in India. Discover the best locations and tips for spotting a variety of stunning birds."},{name:"Aditi Sharma",description:"Aditi Sharma is a wildlife biologist with over ten years of experience studying avian behavior. She holds a Master's in Zoology and is passionate about bird conservation, and she contributes to various publications about the care and nurturing of pet birds.",meta_title:"Aditi Sharma | Wildlife Biologist and Bird Enthusiast",meta_description:"Explore avian care and conservation with Aditi Sharma, a wildlife biologist specializing in pet birds and their behavioral needs. Dive into expert advice and tips for nurturing your feathered friends."},{name:"Rajiv Mehta",description:"Rajiv Mehta is a certified avian veterinarian with over 8 years of practice dedicated to pet bird health. His insights encompass dietary needs, behavioral training, and general well-being of birds, making him a trusted voice in the community.",meta_title:"Rajiv Mehta | Avian Veterinarian and Health Advocate",meta_description:"Get expert health advice for pet birds with Rajiv Mehta, an avian veterinarian providing critical insights into bird care and wellness for happy, healthy pets."},{name:"Neha Gupta",description:"Neha Gupta is a bird enthusiast and award-winning writer with a focus on bird care, training, and environmental awareness. Her passion has led her to become a key figure in animal welfare advocacy related to pet birds.",meta_title:"Neha Gupta | Bird Care Writer and Advocate",meta_description:"Join Neha Gupta as she shares insightful articles on bird care and environmental issues. Discover the best practices for keeping your pet birds healthy and happy."},{name:"Karan Singh",description:"Karan Singh is a pet bird trainer who specializes in positive reinforcement techniques. His 5+ years of experience translates into actionable advice for bird owners wanting to strengthen their bond with their pets through training.",meta_title:"Karan Singh | Pet Bird Trainer and Behavior Specialist",meta_description:"Master the art of training your pet bird with Karan Singh. Learn positive reinforcement techniques to enhance communication and build a strong bond with your feathered companion."},{name:"Riya Desai",description:"Riya Desai is an avian nutritionist with a focus on optimizing the diets of pet birds. Her extensive research and engaging writing help bird owners understand the importance of proper nutrition for their pets.",meta_title:"Riya Desai | Avian Nutritionist and Diet Specialist",meta_description:"Discover the world of avian nutrition with Riya Desai. Learn about the best dietary choices for your pet birds to ensure their health and longevity."},{name:"Manish Bhattacharya",description:"Manish Bhattacharya has over 7 years of experience as a pet bird rescuer and rehabilitator. He shares essential knowledge on rehabilitation, adoption, and bird welfare in his contributions to AviaryNow.",meta_title:"Manish Bhattacharya | Bird Rescuer and Rehabilitation Advocate",meta_description:"Gain insights into bird rescue and rehabilitation with Manish Bhattacharya, advocating for the welfare of pet birds in need."},{name:"Sita Sharma",description:"Sita Sharma is a published author and pet bird blogger with a passion for communicating the joys and challenges of bird ownership. Her firsthand experiences enrich her writings on care techniques and lifestyle integration.",meta_title:"Sita Sharma | Author and Bird Care Blogger",meta_description:"Enjoy engaging stories and practical advice from Sita Sharma on the joys of pet bird ownership, care techniques, and lifestyle integration with birds."},{name:"Veer Ghosh",description:"Veer Ghosh is an environmental scientist and passionate birdwatcher. His mission is to inspire pet bird owners by imparting knowledge about habitat preservation and the importance of our natural world.",meta_title:"Veer Ghosh | Environmental Scientist and Birdwatcher",meta_description:"Discover the connection between pet birds and environmental conservation with Veer Ghosh. Learn how we can protect our feathered friends and their habitats."},{name:"Priti Iyer",description:"Priti Iyer is an animal behaviorist with a specialization in the cognitive capacities of pet birds. With her years of research experience, she offers valuable insights on enhancing mental stimulation and well-being in pet birds.",meta_title:"Priti Iyer | Animal Behaviorist and Bird Cognition Expert",meta_description:"Unlock the cognitive potentials of your pet bird with Priti Iyer, an expert in animal behavior providing tips for mental enrichment and bonding."},{name:"Anil Bajaj",description:"Anil Bajaj is a landscape designer and bird-friendly gardening expert. Through his knowledge, he helps pet bird enthusiasts create safe and attractive environments for their birds, whether indoors or in gardens.",meta_title:"Anil Bajaj | Landscape Designer and Bird-Friendly Gardening Expert",meta_description:"Learn how to create beautiful, bird-friendly spaces with Anil Bajaj, combining landscape design with the specific needs of pet birds. Enhance their living experiences today."},{name:"Aditi Chaturvedi",description:"Aditi Chaturvedi is a renowned avian veterinarian with over a decade of experience in treating pet birds. Based in Mumbai, she specializes in aviculture and bird behavior, providing pet owners with the best practices for keeping their feathered friends healthy and happy.",meta_title:"Aditi Chaturvedi | Avian Veterinarian Specialist",meta_description:"Explore expert advice from Aditi Chaturvedi, a seasoned avian veterinarian dedicated to the health and wellness of pet birds. Enhance your bird care knowledge today!"},{name:"Rajesh Kumar",description:"Rajesh Kumar is a passionate bird enthusiast and writer based in New Delhi. With over 15 years of experience in pet care and avian photography, he shares engaging stories and tips for bird owners, making his articles both informative and entertaining.",meta_title:"Rajesh Kumar | Avian Photography & Pet Care Expert",meta_description:"Join Rajesh Kumar as he shares his knowledge and passion for pet birds through vivid photography and expert care tips. Discover the joy of aviculture!"},{name:"Sneha Reddy",description:"Sneha Reddy is an accomplished wildlife biologist and author specializing in bird rehabilitation. Residing in Bangalore, she infuses her articles with her expertise on habitat conservation and the importance of responsible pet ownership.",meta_title:"Sneha Reddy | Wildlife Biologist & Bird Rehabilitation Expert",meta_description:"Learn about bird care and conservation from Sneha Reddy, a wildlife biologist dedicated to rehabilitating and protecting our feathered friends. Get involved today!"},{name:"Vikram Singh",description:"Vikram Singh, an exotics specialist and author, greatly contributes to the field of aviculture from his home base in Pune. He is well-known for providing research-backed insights into the nutritional needs of various species of pet birds.",meta_title:"Vikram Singh | Aviculture Researcher & Care Expert",meta_description:"Discover essential nutritional guidance for pet birds with Vikram Singh, an aviculture research expert focused on improving bird health and longevity."},{name:"Meera Bhatt",description:"Based in Chennai, Meera Bhatt is a seasoned bird trainer and pet care educator. With over 12 years of experience, she helps bird owners develop enriching environments that stimulate their pets both mentally and physically through her articles.",meta_title:"Meera Bhatt | Bird Training Specialist & Educator",meta_description:"Learn effective bird training methods and create stimulating environments for your pet birds with guidance from expert Meera Bhatt. Start your training journey here!"},{name:"Ravi Jain",description:"Ravi Jain is a dedicated pet bird fancier and writer based in Kolkata, who has been actively involved in the bird keeping community for over 20 years. His articles fuse deep knowledge of different species and practical tips for best care practices.",meta_title:"Ravi Jain | Bird Fancier & Care Tips Writer",meta_description:"Explore the world of pet birds with Ravi Jain, an experienced bird fancier sharing expert advice and personal stories. Perfect for every bird owner!"},{name:"Nisha Sharma",description:"Nisha Sharma is a dynamic pet aviculturalist and blogger from Hyderabad who specializes in the behavioral insights and enrichment strategies that promote well-rounded pet birds. Her work helps foster stronger bonds between birds and their owners.",meta_title:"Nisha Sharma | Avicultural Behavior Specialist",meta_description:"Understand your pet bird better with insights from Nisha Sharma, an aviculturalist who shares valuable behavioral strategies and bonding techniques for pet bird owners."},{name:"Anil Kapoor",description:"Anil Kapoor is a veteran bird watcher and avian conservation activist from Ahmedabad, focusing on raising awareness about conserving wild bird species. He integrates his journalism skills in writing compelling articles for bird lovers.",meta_title:"Anil Kapoor | Bird Watcher & Conservation Advocate",meta_description:"Join Anil Kapoor in his quest to raise awareness about avian conservation and responsible pet ownership. Explore his compelling insights into the world of birds!"},{name:"Kavita Mehta",description:"Kavita Mehta is a long-time pet bird owner, animal rights activist, and freelance writer. Residing in Chandigarh, her background in psychology helps shape her understanding of avian behavior, which she shares with fellow bird lovers.",meta_title:"Kavita Mehta | Animal Rights Activist & Avian Behavior Expert",meta_description:"Explore the rich insights of Kavita Mehta, an animal rights activist and expert on avian behavior, as she discusses human-animal connections in pet birds."},{name:"Suresh Iyer",description:"Suresh Iyer, living in Surat, is a comprehensive bird nutritionist author who has conducted extensive research on developing holistic diet plans for different parrot and finch species. He works to promote accurate and beneficial feeding practices among bird owners.",meta_title:"Suresh Iyer | Avian Nutritionist & Healthy Diet Advocate",meta_description:"Join Suresh Iyer on a journey to discover what makes a balanced diet for your pet birds. Improve their health and vitality with expert nutritional insights!"},{name:"Dr. Sanjay Mehta",description:"Dr. Sanjay Mehta is an avian veterinarian with over 20 years of experience in treating pet birds. Based in Bangalore, he has dedicated his career to the health and well-being of avians, providing insights into advanced care and treatments for diverse species.",meta_title:"Dr. Sanjay Mehta | Expert Avian Veterinarian",meta_description:"Get expert advice on avian health from Dr. Sanjay Mehta, a leading veterinarian with over 20 years of experience in treating pet birds, ensuring they live a healthy and fulfilling life."},{name:"Meera Jain",description:"Meera Jain is a passionate birdkeeper and behaviorist from Delhi, specializing in creating enriching environments for pet birds. With her extensive knowledge of avian behavior, she offers valuable tips for pet owners to deepen their bond with their feathery companions.",meta_title:"Meera Jain | Avian Behavior Specialist",meta_description:"Explore bird care and behavior insights with Meera Jain, a passionate birdkeeper in Delhi. Learn how to create surprising environments to enrich your pet bird's life."},{name:"Ravi Pillai",description:"Ravi Pillai is a leading bird breeder from Kerala, with decades of experience in aviculture. He cultivates a variety of exotic species and shares his expertise on breeding, genetics, and avian husbandry to help new breeders succeed.",meta_title:"Ravi Pillai | Expert Bird Breeder",meta_description:"Learn the secrets of successful bird breeding with Ravi Pillai, Kerala's leading aviculturist. Get insights on species care, genetics, and a thriving avian community."},{name:"Neha Sharma",description:"Neha Sharma is a wildlife photographer and pet bird enthusiast based in Mumbai. Known for her stunning visuals of avians in their natural habitat, she advocates for the responsible ownership of pet birds, merging creativity with conservation.",meta_title:"Neha Sharma | Wildlife Photographer and Bird Enthusiast",meta_description:"Join Neha Sharma as she discusses the beauty of pet birds through her photography. Explore responsible ownership and unmatched passion for avian photography."},{name:"Amit Kumar",description:"Amit Kumar is a bird nutritionist with twenty years of experience in designing balanced diets for diverse species of pet birds. Based in Chandigarh, his research focuses on avian nutrition management for breeding and everyday care.",meta_title:"Amit Kumar | Avian Nutrition Specialist",meta_description:"Optimize your pet bird's diet with expert advice from Amit Kumar. Discover nutritional strategies that promote longevity and health in avian diets."},{name:"Sita Joshi",description:"Sita Joshi is a certified bird trainer from Hyderabad, specializing in positive reinforcement techniques. With over 10 years of experience in training pet birds, she is dedicated to teaching owners how to foster behavior and strengthen their pet relationships.",meta_title:"Sita Joshi | Bird Training Expert",meta_description:"Learn effective training strategies for your pet birds with Sita Joshi. Discover positive reinforcement techniques that can transform your bird’s behavior."},{name:"Ajay Nair",description:"Ajay Nair is an avid birdwatcher and conservationist, based in Pune, with a focus on the preservation of avian biodiversity in urban areas. Through his writings, he educates pet owners on the importance of conservation and ethical practices.",meta_title:"Ajay Nair | Birdwatcher and Conservation Advocate",meta_description:"Delve into the world of conservation with Ajay Nair. Learn critical messages about urban biodiversity and the ethical treatment of pet birds."},{name:"Tanvi Gupta",description:"Tanvi Gupta is a pet blogger and avian enthusiast from Chennai, sharing her journey of caretaking her parrots and canaries for more than 8 years. Her blogs provide fresh insights on DIY bird toys, habitat setup, and cost-effective care.",meta_title:"Tanvi Gupta | Pet Bird Blogger",meta_description:"Follow Tanvi Gupta's enlightening journey as she shares tips on DIY toys, habitat setups, and joyfully raising parrots and canaries in her home."},{name:"Kiran Reddy",description:"Kiran Reddy is a wildlife educator and travels across India conducting workshops on aviculture and responsible bird keeping. His dedication ensures bird care techniques are spread interactively and engagingly.",meta_title:"Kiran Reddy | Wildlife Educator",meta_description:"Discover interactive knowledge on pet birds with Kiran Reddy. Get to know the deeper aspects of responsible birdkeeping while valuing aviculture techniques from his workshops."},{name:"Pooja Bhat",description:"Pooja Bhat is an artist and illustrator deeply influenced by birds and their behaviors, based in Jaipur. Her artistic expressions bring out the intricate details of avian lives, paving ways for educational art focusing on getting individuals closer to birds.",meta_title:"Pooja Bhat | Avian Artist and Illustrator",meta_description:"Explore the world of birds through the artistic vision of Pooja Bhat. Discover how art plays a transformative role in enhancing our awareness about avian life."},{name:"Dr. Hector Vargas",description:"Dr. Hector Vargas is an avian veterinarian with over 20 years of experience caring for pet birds. His expertise includes clinical practices, avian behavior, and nutrition. Dr. Vargas frequently speaks at international bird conferences and contributes to pet health magazines, making him a trusted source in the field of avian care.",meta_title:"Dr. Hector Vargas | Avian Veterinarian & Expert",meta_description:"Explore expert advice and insights from Dr. Hector Vargas, a seasoned avian veterinarian committed to the health and well-being of your pet birds."},{name:"Jessica Lee",description:"Jessica Lee, a professional bird trainer based in Australia, has over 10 years of experience in avian behavior training endearingly known as 'The Bird Whisperer.' She specializes in positive reinforcement techniques to improve communication between birds and their human companions.",meta_title:"Jessica Lee | Professional Bird Trainer",meta_description:"Unlock the potential of your pet birds with Jessica Lee, an experienced bird trainer. Discover tips and techniques to enhance your bond."},{name:"Amir Asghar",description:"Amir Asghar, hailing from Iran, is an ornithology enthusiast and pet bird blogger. With a background in ecology, he advocates for bird conservation and responsible ownership through his engaging articles that help bird enthusiasts care for their feathered friends.",meta_title:"Amir Asghar | Ornithology Enthusiast & Blogger",meta_description:"Join Amir Asghar on a journey of pet bird care and conservation. Benefit from his articles filled with practical tips and enriching insights."},{name:"Chloe Roberts",description:"Chloe Roberts is a bird nutritionist from Canada who has spent over 8 years researching dietary needs for pet birds. Her holistic approach to avian diets ensures that pet owners can provide balanced nutrition that promotes longevity and health in birds.",meta_title:"Chloe Roberts | Avian Nutritionist",meta_description:"Learn about avian nutrition from expert Chloe Roberts. Discover the best diets to keep your pet birds healthy and thriving."},{name:"Liam Murphy",description:"Liam Murphy, an American wildlife photographer and birdwatcher, uses his lens to highlight the beauty of avian life. He shares countless stories and inspiration about exotic and local birds, encouraging readers to appreciate birds in nature and at home.",meta_title:"Liam Murphy | Wildlife Photographer & Birdwatcher",meta_description:"Explore the world of birds through Liam Murphy's amazing photographs and articles. Discover tips on birdwatching and the beauty of avian species."},{name:"Sofia Chen",description:"Sofia Chen, based in Singapore, is a certified animal behaviorist specializing in pet birds. With a Master’s degree in Animal Behavior, she conducts training seminars for pet bird owners to help them better understand their bird's needs and behavior.",meta_title:"Sofia Chen | Animal Behaviorist for Pet Birds",meta_description:"Discover insights into avian behavior with Sofia Chen, a certified animal behaviorist. Improve your relationship with your pet birds today!"},{name:"Tom Swanson",description:"Tom Swanson is a pet bird enthusiast and DIY expert from the UK. Known for his creative bird toy designs, he regularly writes tutorials on bird enrichment and care, making pet birds' lives enjoyable and engaging.",meta_title:"Tom Swanson | DIY Bird Enrichment Specialist",meta_description:"Get creative with Tom Swanson's tutorials on DIY bird toys and enrichment ideas to keep your pet birds happy and active."},{name:"Malika Hassan",description:"Malika Hassan is a passionate conservationist finishing her Wildlife Management PhD in South Africa. She focuses on pet birds' role in ecosystems and educates pet owners on fostering environmentally friendly practices because every small action counts.",meta_title:"Malika Hassan | Conservationist & Educator",meta_description:"Learn from conservationist Malika Hassan about the impact of pet birds on their ecosystems and how you can take steps for a greener future."},{name:"Ravi Naik",description:"Ravi Naik is a wildlife educator and bird lover in India, dedicating over a decade to teaching about various bird species. His enthusiasm and knowledge drive engagement with communities to promote awareness about the protection and care of habitat and pet avian populations.",meta_title:"Ravi Naik | Wildlife Educator & Bird Advocate",meta_description:"Engage with stories from Ravi Naik, a dedicated wildlife educator responsible for speaking initiatives about pet bird care and environmental stewardship."},{name:"Elena Rossi",description:"Elena Rossi is an Italian artist and avian enthusiast who skillfully combines her love for art and birds. Through her colorful illustrations and articles, she inspires pet owners to celebrate their feathered friends aesthetically.",meta_title:"Elena Rossi | Avian Artist & Advocate",meta_description:"Dive into the colorful world of Elena Rossi through her engaging articles and art celebrating the beauty of pet birds and avian life."},{name:"Ravi Patel",description:"Ravi Patel is an avian veterinarian based in Mumbai, India. With 12 years of experience in bird health and wellness, he provides invaluable information on grooming, diet, and common health issues faced by pet birds.",meta_title:"Ravi Patel | Avian Veterinarian",meta_description:"Get expert advice on pet bird care from Ravi Patel, an avian veterinarian with over 12 years of experience in bird health and wellness."},{name:"Keiko Tanaka",description:"Based in Tokyo, Japan, Keiko Tanaka has been an avian rehabilitator for over 8 years. She specializes in rescuing and rehabilitating injured birds, sharing her knowledge about bird welfare and conservation efforts.",meta_title:"Keiko Tanaka | Avian Rehabilitator",meta_description:"Learn about bird welfare and rehabilitation from Keiko Tanaka, an avian rehabilitator dedicated to saving injured birds and sharing their stories."},{name:"David Johnson",description:"David Johnson is an aviculture expert based in Toronto, Canada. He has spent over 20 years breeding and raising various species of birds and brings a wealth of experience to topics related to pet bird breeding and care.",meta_title:"David Johnson | Aviculture Expert",meta_description:"Discover insights on breeding and caring for pet birds from David Johnson, an aviculture expert with over 20 years of experience."},{name:"Sofia Hernandez",description:"Sofia Hernandez, an avian nutritionist from Mexico City, is dedicated to promoting healthy diets for pet birds. With 7 years of experience, she helps bird owners understand dietary needs for optimum health.",meta_title:"Sofia Hernandez | Avian Nutritionist",meta_description:"Enhance your pet bird's diet with expert guidance from Sofia Hernandez, an avian nutritionist focused on ensuring optimal health through nutrition."},{name:"Tomoko Sato",description:"Tomoko Sato is a bird behavior consultant from Osaka, Japan, with over 6 years of experience working with pet owners to address behavioral challenges in their bird companions.",meta_title:"Tomoko Sato | Bird Behavior Consultant",meta_description:"Get to know more about bird behavior solutions with Tomoko Sato, a consultant dedicated to helping pet owners improve communication with their birds."},{name:"Liam Smith",description:"Liam Smith is a pet bird trainer based in New York, USA. He has been training birds for over 10 years and specializes in positive reinforcement techniques to enhance the bond between owners and their feathered friends.",meta_title:"Liam Smith | Pet Bird Trainer",meta_description:"Connect with Liam Smith, a pet bird trainer with over 10 years of experience in fostering strong relationships through positive reinforcement techniques."},{name:"Amira Khan",description:"Amira Khan is a bird rescue volunteer from Cape Town, South Africa, who has dedicated her life to advocating for abandoned and injured birds. Her work includes sharing stories that inspire compassion towards pet bird adoption.",meta_title:"Amira Khan | Bird Rescue Advocate",meta_description:"Discover the heartwarming missions of Amira Khan, a bird rescue volunteer dedicated to advocating for the welfare of abandoned and injured birds."},{name:"Freddy Albert",description:"Freddy Albert is an ornithologist based in Berlin, Germany, studying urban bird populations. His research provides unique insights into pet bird behavior related to their wild counterparts.",meta_title:"Freddy Albert | Urban Ornithologist",meta_description:"Delve into the world of bird behavior with Freddy Albert, an urban ornithologist sharing insights from his studies of bird populations."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -1 +0,0 @@
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;}
@@ -1 +0,0 @@
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;}
@@ -1 +0,0 @@
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;}
@@ -1 +0,0 @@
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;}
@@ -1 +0,0 @@
1
- :root {--theme-color-9:#2f2f30;--theme-color-8:#5c5c61;--theme-color-7:#7a7a7d;--theme-color-6:#a7a7a8;--theme-color-5:#d1d1d1;--theme-color-3:#e3e3e3;--theme-color-2:#f5f5f5;--color-bg-layout:#ffffff;--color-bg-hover:#ededed;--article-border-radius:15px;--btn-border-radius:10px;--category-border-radius:20px;}
@@ -1 +0,0 @@
1
- @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";