tedo-publisher 1.3.308 → 1.3.310

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/dist/biolecta/data.d.ts +14 -0
  2. package/dist/biolecta/data.js +1 -0
  3. package/dist/biolecta/filters.d.ts +28 -0
  4. package/dist/biolecta/filters.js +1 -0
  5. package/dist/biolecta/helpers.d.ts +3 -0
  6. package/dist/biolecta/helpers.js +1 -0
  7. package/dist/biolecta/index.d.ts +15 -0
  8. package/dist/biolecta/index.js +1 -0
  9. package/dist/biolecta/prompts/data.d.ts +7 -0
  10. package/dist/biolecta/prompts/data.js +1 -0
  11. package/dist/biolecta/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/biolecta/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/biolecta/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/biolecta/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/biolecta/prompts/images.d.ts +4 -0
  16. package/dist/biolecta/prompts/images.js +1 -0
  17. package/dist/biolecta/seo.d.ts +23 -0
  18. package/dist/biolecta/seo.js +1 -0
  19. package/dist/biolecta/styles/colors.css +1 -0
  20. package/dist/biolecta/styles/fonts.css +1 -0
  21. package/dist/biolecta/styles/global.css +1 -0
  22. package/dist/biolecta/styles/sizing.css +1 -0
  23. package/dist/biolecta/styles/theme.css +1 -0
  24. package/dist/biolecta/styles/vars.css +1 -0
  25. package/dist/geoniti/data.d.ts +14 -0
  26. package/dist/geoniti/data.js +1 -0
  27. package/dist/geoniti/filters.d.ts +24 -0
  28. package/dist/geoniti/filters.js +1 -0
  29. package/dist/geoniti/helpers.d.ts +3 -0
  30. package/dist/geoniti/helpers.js +1 -0
  31. package/dist/geoniti/index.d.ts +15 -0
  32. package/dist/geoniti/index.js +1 -0
  33. package/dist/geoniti/prompts/data.d.ts +7 -0
  34. package/dist/geoniti/prompts/data.js +1 -0
  35. package/dist/geoniti/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/geoniti/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/geoniti/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/geoniti/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/geoniti/prompts/images.d.ts +4 -0
  40. package/dist/geoniti/prompts/images.js +1 -0
  41. package/dist/geoniti/seo.d.ts +23 -0
  42. package/dist/geoniti/seo.js +1 -0
  43. package/dist/geoniti/styles/colors.css +1 -0
  44. package/dist/geoniti/styles/fonts.css +1 -0
  45. package/dist/geoniti/styles/global.css +1 -0
  46. package/dist/geoniti/styles/sizing.css +1 -0
  47. package/dist/geoniti/styles/theme.css +1 -0
  48. package/dist/geoniti/styles/vars.css +1 -0
  49. package/dist/techslyzer/data.d.ts +1 -1
  50. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDD2C\uD83D\uDCCA\uD83D\uDCBB\uD83C\uDF31";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-09-27T00:00:00Z";
13
+ export declare const devBucketName = "idn-biolecta-dev";
14
+ export declare const prodBucketName = "idn-biolecta";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={mathematics:{title:"Explore the Wonders of Mathematics: Research and Theories 🌌",description:"Dive into the captivating world of mathematics with our engaging articles. Discover new theories and research findings that clarify complex concepts! 📚",slug:"mathematics",children:{calculus:{title:"Unraveling Calculus: The Language of Change 📈",description:"Explore the fascinating realm of calculus! Understand derivatives, integrals, and limits. Learn how calculus shapes our understanding of change! 🌀",slug:"calculus",children:null},algebra:{title:"Mastering Algebra: Foundations of Mathematical Thinking 📐",description:"Discover the essentials of algebra! From equations to functions, grasp how algebra forms the backbone of advanced mathematics and its applications. ➕",slug:"algebra",children:null},geometry:{title:"Geometry Uncovered: The Shapes of Our World ✏️",description:"Delve into the captivating world of geometry! Explore points, lines, and shapes, and understand their significance in mathematics and real life. 🌍",slug:"geometry",children:null},statistics:{title:"Statistics Simplified: Making Sense of Data 📊",description:"Unlock the secrets of statistics! Learn about data analysis, probability, and how statistics impact decision-making in everyday life. 🔍",slug:"statistics",children:null},discreteMathematics:{title:"Discrete Mathematics: The Art of Countable Structures 🔢",description:"Explore discrete mathematics! From graph theory to combinatorics, learn about the study of countable, distinct structures and their applications. 📐",slug:"discrete-mathematics",children:null},other:{title:"Other Mathematical Concepts: Expanding Horizons 📖",description:"Venture into diverse mathematical realms! Discover concepts not covered in traditional categories, enriching your understanding of this beautiful field. ✨",slug:"other",children:null}}},physics:{title:"Explore the Enigmatic World of Physics ⚛️",description:"Delve into the fascinating field of physics, unraveling complex concepts from quantum mechanics to astrophysics. Join us on a scientific journey! 🚀",slug:"physics",children:{quantumMechanics:{title:"Understanding Quantum Mechanics: The Science of the Small 🌌",description:"Discover the principles of quantum mechanics, exploring particles and their interactions that challenge classical physics. Perfect for curious minds! 🧠",slug:"quantum-mechanics",children:null},classicalPhysics:{title:"Classical Physics: Foundations of the Physical World 🌍",description:"Explore classical physics, featuring motion, forces, and energy that govern our daily lives. Let's uncover the basic laws of nature! 🏛️",slug:"classical-physics",children:null},thermodynamics:{title:"Thermodynamics: The Science of Energy and Heat 🔥",description:"Uncover the laws of thermodynamics that explain energy transfer and its implications in the universe. A must-read for science enthusiasts! ⚡",slug:"thermodynamics",children:null},astrophysics:{title:"Astrophysics: The Mysteries of the Universe 🌌",description:"Dive into the intriguing field of astrophysics, studying celestial bodies and the cosmos, revealing the universe's secrets. Space enthusiasts welcome! 🌠",slug:"astrophysics",children:null},electromagnetism:{title:"Electromagnetism: The Force That Connects Us ⚡",description:"Learn about electromagnetism, the fundamental interaction that shapes our technology and natural phenomena. Discover its vast implications! 📡",slug:"electromagnetism",children:null},other:{title:"Other Fascinating Topics in Physics 📚",description:"Explore various intriguing topics in physics that don't fit neatly into categories, from particle physics to experimental breakthroughs. Stay curious! 🔍",slug:"other",children:null}}},computerScience:{title:"Explore the Wonders of Computer Science: Latest Insights & Theories 💻",description:"Delve into the fascinating realm of computer science at Biolecta. Discover groundbreaking research, vital theories, and complex concepts made clear. 🌟",slug:"computer-science",children:{machineLearning:{title:"Unlocking the Power of Machine Learning: Trends & Innovations 🤖",description:"Discover the latest trends in machine learning, its advancements, and its impact on technology and society. Stay updated with the evolving landscape! 📊",slug:"machine-learning",children:null},algorithms:{title:"Understanding Algorithms: Foundations of Computer Science 💡",description:"Explore the fundamental concepts of algorithms, their types, and the role they play in optimizing computer processes. Gain a clear understanding today! 🔍",slug:"algorithms",children:null},dataStructures:{title:"Demystifying Data Structures: Organize Your Data Efficiently 📂",description:"Learn about essential data structures in computer science, their significance, and how they contribute to efficient data management and retrieval. 📈",slug:"data-structures",children:null},softwareEngineering:{title:"Navigating Software Engineering: Best Practices & Methodologies 💻",description:"Discover the principles of software engineering, including methodologies and best practices to create efficient and robust software solutions. 📚",slug:"software-engineering",children:null},cyberSecurity:{title:"Understanding Cyber Security: Safeguarding Our Digital World 🔒",description:"Explore the importance of cyber security, recent trends, and effective strategies to protect against digital threats in today's technology-driven age. 🌐",slug:"cyber-security",children:null},other:{title:"Exploring Diverse Topics in Computer Science: Beyond Boundaries 🌈",description:"Venture into various specialized topics in computer science that extend beyond the conventional categories and explore their significance in modern technology. 🌀",slug:"other",children:null}}},lifeSciences:{title:"Explore the Fascinating World of Life Sciences 🌱",description:"Delve into the life sciences with engaging articles that unravel complex topics, latest research findings, and inspiring discoveries that shape our world! 📚",slug:"life-sciences",children:{genetics:{title:"Understanding Genetics: The Blueprint of Life 🧬",description:"Explore the fundamental concepts of genetics, including DNA, heredity, and genetic research that shapes our understanding of life and evolution. 🌍",slug:"genetics",children:null},ecology:{title:"Ecology: The Interconnection of Life and Environment 🌿",description:"Dive into the study of ecology, understanding ecosystems, biodiversity, and the impact of human activities on nature and sustainability. 🌎",slug:"ecology",children:null},cellBiology:{title:"Unveiling Cell Biology: The Building Blocks of Life 🦠",description:"Discover the complexities of cell biology, focusing on cellular structure, function, and the latest research in understanding life at a microscopic level. 🔬",slug:"cell-biology",children:null},microbiology:{title:"Microbiology: The Invisible World of Microbes 🔍",description:"Learn about the significance of microbiology, covering bacteria, viruses, and fungi, and their roles in health, disease, and the environment. 🦠",slug:"microbiology",children:null},neuroscience:{title:"Neuroscience: Exploring the Mysteries of the Brain 🧠",description:"Immerse yourself in the fascinating field of neuroscience, uncovering how the brain works, and the latest discoveries shaping our understanding of cognition and behavior. 🤔",slug:"neuroscience",children:null},other:{title:"Other Life Science Fields: A Diverse Exploration 🌈",description:"Examine other essential fields in life sciences, from biochemistry to biophysics, expanding your knowledge on diverse topics affecting life and science. 📖",slug:"other",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)),s="🔬📊💻🌱",o=Object.keys(i),r=[],a=[];for(const e of o){const t=i[e];if(null==t?void 0:t.children){r.push(...Object.keys(t.children));for(const e of r){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const c="2024-09-27T00:00:00Z",l="biolecta",h=`idn-${l}-dev`,d=`idn-${l}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=t,exports.authorsNames=n,exports.categories=o,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=c,exports.subcategories=r,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ScientificSphere = "ScientificSphere",
3
+ ResearchFocus = "ResearchFocus",
4
+ AudienceLevel = "AudienceLevel",
5
+ FeaturedScientists = "FeaturedScientists",
6
+ ImpactArea = "ImpactArea"
7
+ }
8
+ type ScientificSphereValues = 'Mathematics' | 'Physics' | 'Computer Science' | 'Life Sciences';
9
+ type ResearchFocusValues = 'Latest Discoveries' | 'Theoretical Insights' | 'Practical Applications' | 'Interdisciplinary Studies';
10
+ type AudienceLevelValues = 'Beginner' | 'Intermediate' | 'Advanced' | 'Educator';
11
+ type FeaturedScientistsValues = 'Nobel Laureates' | 'Emerging Researchers' | 'Institutional Collaborations' | 'Innovators in Science';
12
+ type ImpactAreaValues = 'Environmental Sciences' | 'Healthcare Innovations' | 'Technology Advancements' | 'Societal Challenges';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ScientificSphere]: ScientificSphereValues[];
15
+ [FiltersNames.ResearchFocus]: ResearchFocusValues[];
16
+ [FiltersNames.AudienceLevel]: AudienceLevelValues[];
17
+ [FiltersNames.FeaturedScientists]: FeaturedScientistsValues[];
18
+ [FiltersNames.ImpactArea]: ImpactAreaValues[];
19
+ };
20
+ export declare const scientificSphereValues: ScientificSphereValues[];
21
+ export declare const researchFocusValues: ResearchFocusValues[];
22
+ export declare const audienceLevelValues: AudienceLevelValues[];
23
+ export declare const featuredScientistsValues: FeaturedScientistsValues[];
24
+ export declare const impactAreaValues: ImpactAreaValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).ScientificSphere="ScientificSphere",e.ResearchFocus="ResearchFocus",e.AudienceLevel="AudienceLevel",e.FeaturedScientists="FeaturedScientists",e.ImpactArea="ImpactArea";const s=["Mathematics","Physics","Computer Science","Life Sciences"],t=["Latest Discoveries","Theoretical Insights","Practical Applications","Interdisciplinary Studies"],i=["Beginner","Intermediate","Advanced","Educator"],r=["Nobel Laureates","Emerging Researchers","Institutional Collaborations","Innovators in Science"],a=["Environmental Sciences","Healthcare Innovations","Technology Advancements","Societal Challenges"],c={[exports.FiltersNames.ScientificSphere]:[],[exports.FiltersNames.ResearchFocus]:[],[exports.FiltersNames.AudienceLevel]:[],[exports.FiltersNames.FeaturedScientists]:[],[exports.FiltersNames.ImpactArea]:[]},n={[exports.FiltersNames.ScientificSphere]:s,[exports.FiltersNames.ResearchFocus]:t,[exports.FiltersNames.AudienceLevel]:i,[exports.FiltersNames.FeaturedScientists]:r,[exports.FiltersNames.ImpactArea]:a},o=()=>JSON.stringify(n,null,2);exports.audienceLevelValues=i,exports.featuredScientistsValues=r,exports.fullFilters=n,exports.getFiltersTypesJSON=o,exports.impactAreaValues=a,exports.initialFilters=c,exports.researchFocusValues=t,exports.scientificSphereValues=s;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),a=require("./seo.js"),o=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.audienceLevelValues=t.audienceLevelValues,exports.featuredScientistsValues=t.featuredScientistsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.impactAreaValues=t.impactAreaValues,exports.initialFilters=t.initialFilters,exports.researchFocusValues=t.researchFocusValues,exports.scientificSphereValues=t.scientificSphereValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=a.AUTHORS_INFO,exports.AUTHORS_META=a.AUTHORS_META,exports.PAGES_SEO=a.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return a.PageNames}}),exports.gpt35Articles=o,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: Biolecta is an infotainment articles portal dedicated to providing accessible and engaging content about mathematics, physics, computer science, and life sciences. The platform focuses on the latest research findings and theories, aiming to clarify complex scientific concepts for a wide-ranging audience.\n - Detailed description: Biolecta serves as a comprehensive digital resource for anyone interested in the intricacies of mathematics, physics, computer science, and life sciences. The portal combines informative articles with a user-friendly design to facilitate learning. Content is meticulously crafted to unpack and explain complex scientific theories and research in an engaging manner. By highlighting the groundbreaking work of leading scientists and reinforcing how their discoveries influence the scientific community and everyday life, Biolecta bridges the gap between advanced science and public understanding. The articles are designed to cater to a diverse readership, ensuring that readers from various backgrounds, whether students, educators, or curious minds, can grasp and appreciate the significance of recent breakthroughs and fundamental concepts alike.\n - Target audience: The target audience of Biolecta includes high school and university students, educators in the fields of science and mathematics, science enthusiasts, and the general public with an interest in understanding contemporary scientific advancements. It aims to attract readers looking for clear, contextualized explanations of scientific concepts, as well as those seeking inspiration from groundbreaking research that impacts their lives and the world around them.\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## Key Research Findings\n - Overview of Recent Discoveries\n - Significance of Findings in the Field\n\n## Breakdown of Complex Concepts\n - Simplification of Advanced Theories\n - Visual Aids and Infographics\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 - Key Research Findings, 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 = "students, researchers, educators, and professionals";
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 i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: Biolecta is an infotainment articles portal dedicated to providing accessible and engaging content about mathematics, physics, computer science, and life sciences. The platform focuses on the latest research findings and theories, aiming to clarify complex scientific concepts for a wide-ranging audience.\n - Detailed description: Biolecta serves as a comprehensive digital resource for anyone interested in the intricacies of mathematics, physics, computer science, and life sciences. The portal combines informative articles with a user-friendly design to facilitate learning. Content is meticulously crafted to unpack and explain complex scientific theories and research in an engaging manner. By highlighting the groundbreaking work of leading scientists and reinforcing how their discoveries influence the scientific community and everyday life, Biolecta bridges the gap between advanced science and public understanding. The articles are designed to cater to a diverse readership, ensuring that readers from various backgrounds, whether students, educators, or curious minds, can grasp and appreciate the significance of recent breakthroughs and fundamental concepts alike.\n - Target audience: The target audience of Biolecta includes high school and university students, educators in the fields of science and mathematics, science enthusiasts, and the general public with an interest in understanding contemporary scientific advancements. It aims to attract readers looking for clear, contextualized explanations of scientific concepts, as well as those seeking inspiration from groundbreaking research that impacts their lives and the world around them.\n\n",t="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## Key Research Findings\n - Overview of Recent Discoveries\n - Significance of Findings in the Field\n\n## Breakdown of Complex Concepts\n - Simplification of Advanced Theories\n - Visual Aids and Infographics\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 - Key Research Findings, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",r="students, researchers, educators, and professionals",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=n,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -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 scientific photograph for a glossy computer science magazine, scientific style photography, glossy mathematics magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,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 i={[exports.PageNames.Authors]:{title:"Meet the Minds Behind Biolecta | Explore Our Authors",description:"Discover brilliant researchers and writers at Biolecta 🌟. Learn about their contributions to mathematics, physics, computer science, and life sciences, and how they simplify complex concepts for everyone. 🧠✨"},[exports.PageNames.Home]:{title:"Biolecta | Unraveling Science's Mysteries",description:"Dive into the latest findings in math, physics, computer science, and life sciences with Biolecta 📚. Your go-to source for simplified scientific articles and impactful discoveries! 🔍💡"},[exports.PageNames.NotFound]:{title:"Page Not Found | Biolecta",description:"Oops! It seems the page you're looking for doesn't exist 🚫. Explore other articles at Biolecta that decode scientific wonders! 🔍✨"},[exports.PageNames.AboutUs]:{title:"About Biolecta | Our Mission in Science Communication",description:"Learn more about Biolecta 🌐! We're dedicated to enlightening the public on mathematics, physics, computer science, and life sciences with engaging content. Join us on our journey! ✨📖"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | Biolecta",description:"Your privacy matters! Read Biolecta's Privacy Policy 🔒 to understand how we protect your information while you explore the fascinating world of science. 📊📋"},[exports.PageNames.Terms]:{title:"Terms of Service | Biolecta",description:"Familiarize yourself with the terms of service at Biolecta 📜. Understand your rights and our commitment to providing transparent and informative content in the scientific realm. ⚖️✨"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate Biolecta with Ease",description:"Find your way around Biolecta's vast collection of articles 🔍! Our sitemap helps you access everything from research highlights to thematic content in a breeze. 📈🗺️"}},a=[{name:"Dr. Priya Sharma",description:"Dr. Priya Sharma is a leading researcher in the field of theoretical physics with a focus on quantum mechanics. She obtained her PhD from the Indian Institute of Science and has published numerous articles in prestigious journals. As a science communicator, Dr. Sharma aims to bridge the gap between complex theories and public understanding.",meta_title:"Dr. Priya Sharma - Theoretical Physicist and Science Communicator",meta_description:"Explore the works of Dr. Priya Sharma, a theoretical physicist specializing in quantum mechanics. Discover her insights on recent research findings and their implications."},{name:"Prof. Karan Mehta",description:"Prof. Karan Mehta is an accomplished mathematician with a focus on number theory and combinatorial mathematics. As a professor at a renowned university in India, he has contributed significantly to both academic research and public outreach programs aimed at enhancing mathematical literacy.",meta_title:"Prof. Karan Mehta - Mathematician and Educator",meta_description:"Discover the world of mathematics with Prof. Karan Mehta, an expert in number theory and combinatorial mathematics. Read his articles on the impact of mathematical research."},{name:"Dr. Asha Reddy",description:"Dr. Asha Reddy is a biomedical researcher specializing in molecular biology and genetics. She holds a doctorate from the National Institute of Biomedical Genomics and has authored multiple publications that emphasize the significance of genetic research for health and disease management.",meta_title:"Dr. Asha Reddy - Biomedical Research Advocate",meta_description:"Learn from Dr. Asha Reddy, a molecular biologist dedicated to advancing our understanding of genetics and molecular biology in health research."},{name:"Dr. Neeraj Gupta",description:"Dr. Neeraj Gupta is a computer scientist whose work centers around artificial intelligence and machine learning. With a PhD from IIT Delhi, Dr. Gupta has published extensively on algorithm development and its applications in various industries, making complex concepts accessible to all.",meta_title:"Dr. Neeraj Gupta - Computer Scientist and AI Expert",meta_description:"Follow Dr. Neeraj Gupta, an AI and machine learning expert, as he explores the latest trends and breakthroughs in computer science."},{name:"Dr. Kavita Iyer",description:"Dr. Kavita Iyer is a physicist specializing in condensed matter physics. She is known for her research on superconductors and has received several awards for her contributions to the field. Dr. Iyer is passionate about promoting the sciences to younger audiences through engaging and informative writing.",meta_title:"Dr. Kavita Iyer - Condensed Matter Physicist and Science Advocate",meta_description:"Uncover the fascinating world of condensed matter physics with Dr. Kavita Iyer, a researcher and author dedicated to making science accessible."},{name:"Prof. Ankit Joshi",description:"Prof. Ankit Joshi is a data scientist and statistician with expertise in big data analytics and predictive modeling. As a university professor, he has pioneered methods for analyzing complex datasets and enjoys sharing his findings through accessible articles that resonate with a wide audience.",meta_title:"Prof. Ankit Joshi - Data Scientist and Statistician",meta_description:"Join Prof. Ankit Joshi as he navigates the intricate world of data science, bringing clarity to complex analyses and their implications."},{name:"Dr. Meera Nair",description:"Dr. Meera Nair is an expert in environmental science and sustainable development. With her extensive research on climate change impact on ecosystems, she has been a vocal advocate for policy changes grounded in scientific data. Her articles aim to inform and engage the public in environmental issues.",meta_title:"Dr. Meera Nair - Environmental Scientist and Advocate",meta_description:"Explore environmental science through the lens of Dr. Meera Nair, a researcher committed to raising awareness about climate change and sustainability."},{name:"Dr. Raghav Kapoor",description:"Dr. Raghav Kapoor is a neuroscientist studying the biological mechanisms of cognition and decision-making. He holds a PhD from the All India Institute of Medical Sciences and is dedicated to translating his research findings into comprehensible articles for a general audience.",meta_title:"Dr. Raghav Kapoor - Neuroscientist with a Passion for Science Communication",meta_description:"Delve into the complexities of the human brain with Dr. Raghav Kapoor, a neuroscientist exploring cognition and its scientific foundations."},{name:"Prof. Sanjay Verma",description:"Prof. Sanjay Verma is an astrophysicist with numerous contributions to the understanding of black holes and cosmic phenomena. He is passionate about science communication and frequently writes articles that explore the latest discoveries in astrophysics.",meta_title:"Prof. Sanjay Verma - Astrophysicist and Science Communicator",meta_description:"Journey through the cosmos with Prof. Sanjay Verma, an astrophysicist who breaks down complex astronomical discoveries for everyone."},{name:"Dr. Namita Rao",description:"Dr. Namita Rao is a researcher in computational biology, focusing on the interactions between biological systems and computational models. With an interdisciplinary approach, her work aims to enhance understanding in the life sciences, and she passionately shares her research through engaging articles.",meta_title:"Dr. Namita Rao - Computational Biologist and Science Writer",meta_description:"Explore the innovative world of computational biology with Dr. Namita Rao, where she unravels the complexities of biological systems through writing."},{name:"Dr. Suman Gupta",description:"Dr. Suman Gupta is a theoretical physicist with over 15 years of experience in quantum mechanics and condensed matter physics. She holds a Ph.D. from the Indian Institute of Science and has published extensively in international journals. Her work often bridges complex theories with real-world applications, making her articles accessible to a broad audience.",meta_title:"Dr. Suman Gupta - Theoretical Physicist and Science Writer",meta_description:"Explore the insights of Dr. Suman Gupta, a seasoned theoretical physicist, as she delves into quantum mechanics and condensed matter physics in her articles for Biolecta."},{name:"Dr. Amit Desai",description:"Based in Pune, Dr. Amit Desai is a computer scientist renowned for his contributions to artificial intelligence and machine learning. With a Doctorate from IIT Bombay, he has worked with various tech startups and is passionate about demystifying complex computational theories for laypersons.",meta_title:"Dr. Amit Desai - Expert in Artificial Intelligence and Science Communication",meta_description:"Join Dr. Amit Desai on Biolecta as he simplifies artificial intelligence and machine learning concepts through clear and engaging articles rooted in the latest research."},{name:"Dr. Ravi Mehta",description:"A physicist and educator, Dr. Ravi Mehta has spent over a decade teaching at various universities across India. He specializes in astrophysics and has published numerous papers explaining complex astrophysical phenomena in understandable terms.",meta_title:"Dr. Ravi Mehta - Astrophysicist and Science Educator",meta_description:"Learn from Dr. Ravi Mehta on Biolecta as he makes the wonders of astrophysics approachable through his engaging articles that connect with readers from all backgrounds."},{name:"Dr. Neha Reddy",description:"Dr. Neha Reddy is a leading researcher in computational biology, with a keen interest in bioinformatics and data analysis. She has authored many publications and emphasizes interdisciplinary approaches in her writing on Biolecta.",meta_title:"Dr. Neha Reddy - Computational Biologist and Writer",meta_description:"Join Dr. Neha Reddy on Biolecta as she explores the intersection of biology and technology, making complex data accessible for readers through her expert commentary."},{name:"Dr. Vikram Singh",description:"Dr. Vikram Singh represents the new generation of mathematicians with a focus on applied mathematics. With degrees from Delhi University and the University of Cambridge, his work emphasizes analytics and decision-making systems.",meta_title:"Dr. Vikram Singh - Applied Mathematician and Thought Leader",meta_description:"Delve into the world of applied mathematics with Dr. Vikram Singh on Biolecta as he shares insights that bridge contemporary mathematical theories with real-world applications."},{name:"Dr. Anjali Khanna",description:"Dr. Anjali Khanna is a neuroscientist specializing in cognitive functions and behavioral science. With expertise earned through her education at the University of Hyderabad, she aims to translate her research findings for the public to appreciate the impact of neuroscience on daily life.",meta_title:"Dr. Anjali Khanna - Neuroscientist and Science Communicator",meta_description:"Explore neuroscience with Dr. Anjali Khanna on Biolecta, where she simplifies complex cognitive science concepts and highlights their significance in everyday life."},{name:"Dr. Karan Joshi",description:"Dr. Karan Joshi is a physicist who specializes in energy systems and renewable technologies. He completed his doctoral work at the Indian Institute of Technology and is known for writing compelling articles that discuss sustainable energy solutions.",meta_title:"Dr. Karan Joshi - Expert in Renewable Energy Solutions",meta_description:"Learn about sustainable energy with Dr. Karan Joshi on Biolecta as he shares cutting-edge research findings and theories on renewable technologies for broader understanding."},{name:"Dr. Pooja Saxena",description:"Dr. Pooja Saxena is a renowned mathematician with a focus on number theory and its applications in computer science. With numerous articles published in peer-reviewed journals, she enjoys making intricate mathematical concepts accessible to all readers.",meta_title:"Dr. Pooja Saxena - Mathematician and Science Writer",meta_description:"Engage with the world of numbers alongside Dr. Pooja Saxena on Biolecta, as she explains complex mathematical theories and their relevance in everyday technology."},{name:"Dr. Aakash Verma",description:"An astrophysicist and science popularizer, Dr. Aakash Verma has written extensively on celestial phenomena. With a Ph.D. from the Indian Institute of Astrophysics, he aims to spark curiosity about the universe through his writings on Biolecta.",meta_title:"Dr. Aakash Verma - Astrophysicist and Science Popularizer",meta_description:"Explore the cosmos with Dr. Aakash Verma on Biolecta as he sheds light on celestial events and theories, motivating readers to appreciate the science of the universe."},{name:"Ravi Kumar",description:"Ravi Kumar is a physicist with a Ph.D. in Quantum Mechanics from the Indian Institute of Science. He has over 10 years of experience in research and has published numerous articles in respected journals. Ravi specializes in theoretical physics and aims to make complex concepts accessible to the general public.",meta_title:"Ravi Kumar - Expert in Quantum Mechanics and Science Communicator",meta_description:"Explore articles by Ravi Kumar, a physicist known for simplifying complex theories in quantum mechanics. Discover insights and research findings that bridge the gap between advanced physics and broad audiences."},{name:"Ananya Sharma",description:"Ananya Sharma is a mathematician with a focus on number theory and combinatorics. She holds a master's degree from the University of Delhi and has a passion for educating others about the beauty of mathematics. Ananya has contributed articles to various academic platforms and strives to explain intricate mathematical ideas in an engaging manner.",meta_title:"Ananya Sharma - Mathematician and Educational Advocate",meta_description:"Read articles by Ananya Sharma that make number theory and combinatorics fun and understandable. Ananya elucidates complex mathematical concepts for readers of all backgrounds."},{name:"Devendra Yadav",description:"Devendra Yadav is a computer scientist specializing in artificial intelligence and machine learning. He completed his Ph.D. at the Indian Institute of Technology, Kanpur, and has worked with leading tech companies on AI-driven solutions. Devendra writes to inform and educate readers about the latest in technology and its implications.",meta_title:"Devendra Yadav - AI and Machine Learning Specialist",meta_description:"Dive into the world of artificial intelligence with articles by Devendra Yadav. Learn about the latest trends and breakthroughs in AI and machine learning, presented in an easily digestible format."},{name:"Maya Patel",description:"Maya Patel is a life sciences researcher with expertise in molecular biology and genetics. She has published more than 30 papers and worked on research projects globally. Maya is dedicated to translating complex scientific findings into engaging and relatable articles for her audience.",meta_title:"Maya Patel - Molecular Biology Researcher and Science Writer",meta_description:"Explore the life sciences through articles by Maya Patel, who breaks down molecular biology and genetics to share insights into the latest research findings with everyone."},{name:"Rahul Mehta",description:"Rahul Mehta is an applied mathematician focused on statistics and data analysis. With a background in academic research and consultancy, he brings a practical perspective to theoretical concepts, making them relevant for real-world applications. Rahul's articles often highlight statistical innovations that impact various scientific fields.",meta_title:"Rahul Mehta - Applied Mathematician and Data Expert",meta_description:"Gain insights into statistics and data analysis with articles by Rahul Mehta. Discover how mathematical theories are applied to real-world problems across various scientific disciplines."},{name:"Nisha Reddy",description:"Nisha Reddy is a theoretical physicist who specializes in cosmology and astrophysics. Holding a doctorate from the Indian Institute of Astrophysics, she explores the universe's mysteries and communicates her findings through engaging articles for a diverse audience.",meta_title:"Nisha Reddy - Theoretical Physicist and Cosmology Expert",meta_description:"Uncover the wonders of the universe with articles by Nisha Reddy. Explore theories in cosmology and astrophysics explained in an accessible way for science enthusiasts."},{name:"Suresh Talwar",description:"Suresh Talwar is a computer science educator and researcher with a focus on software development and cybersecurity. With a rich background in academia and industry, he has contributed to numerous publications that aim to demystify technology for non-experts.",meta_title:"Suresh Talwar - Computer Science Educator and Cybersecurity Expert",meta_description:"Learn about software development and cybersecurity from Suresh Talwar’s engaging articles. He simplifies complex tech subjects for a wider audience, empowering them with knowledge."},{name:"Pooja Verma",description:"Pooja Verma is a biochemist with a strong focus on metabolic processes. Her extensive research background at leading Indian universities has equipped her to explain intricate biochemical processes in simple terms. Pooja’s commitment to science communication keeps her readers informed and captivated.",meta_title:"Pooja Verma - Biochemist and Science Communicator",meta_description:"Discover the intricacies of biochemistry with Pooja Verma’s articles. Pooja makes complex biochemical concepts accessible, helping readers appreciate the science behind life processes."},{name:"Vikram Jain",description:"Vikram Jain is a researcher in computational biology focusing on bioinformatics. With a Ph.D. from the University of Hyderabad, he aims to bridge the gap between biology and computer science. Vikram writes insightful articles that illuminate recent trends in the intersection of these fields.",meta_title:"Vikram Jain - Bioinformatics Researcher and Writer",meta_description:"Explore bioinformatics with Vikram Jain's articles that elucidate the combining realms of biology and computer science. Stay updated on computational biology's latest research and applications."},{name:"Neera Singh",description:"Neera Singh is a geneticist and public policy expert who delves into genomics and its implications for health. With years of experience in research and policy advocacy, she strives to inform the public about the significance of genetic research in everyday life through her writing.",meta_title:"Neera Singh - Geneticist and Public Policy Advocate",meta_description:"Understand the impact of genomics on health and society in articles by Neera Singh. She makes genetic research relatable, ensuring readers comprehend its relevance in the modern world."},{name:"Dr. Neela Shah",description:"Dr. Neela Shah is a physicist with a PhD in Quantum Mechanics from the Indian Institute of Science. With over a decade of research experience, she specializes in condensed matter physics and has published numerous papers in high-impact journals. Dr. Shah is passionate about making complex scientific ideas accessible to the general public and regularly writes engaging articles for Biolecta.",meta_title:"Dr. Neela Shah - Quantum Physicist and Science Communicator",meta_description:"Explore the latest findings in quantum mechanics with Dr. Neela Shah, an esteemed physicist dedicated to bridging the gap between complex science and public understanding at Biolecta."},{name:"Prof. Aryan Patel",description:"Prof. Aryan Patel is a distinguished mathematician with a focus on algebraic topology and combinatorial optimization. He teaches at the University of Delhi and has contributed significantly to both academic journals and popular science articles. His work at Biolecta aims to simplify intricate mathematical concepts for readers without a scientific background.",meta_title:"Prof. Aryan Patel - Mathematician and Educator",meta_description:"Delve into the world of mathematics with Prof. Aryan Patel. Discover his insights and simplified explanations of complex topics at Biolecta."},{name:"Dr. Kavita Menon",description:"Dr. Kavita Menon is a life sciences researcher with a PhD in Microbiology from the University of Mumbai. Her research focuses on microbial resistance and antibiotic development. An advocate for science communication, Dr. Menon writes for Biolecta to elucidate the latest advancements in life sciences and their implications for health.",meta_title:"Dr. Kavita Menon - Life Sciences Researcher and Communicator",meta_description:"Join Dr. Kavita Menon at Biolecta as she explores cutting-edge research in microbiology and its impact on human health and the environment."},{name:"Dr. Anjali Desai",description:"Dr. Anjali Desai is a biophysicist who holds a prestigious position at the Tata Institute of Fundamental Research. Her research bridges physics and biology, focusing on the mechanics of cellular processes. At Biolecta, she writes articles that make the connection between physics and life sciences more comprehensible.",meta_title:"Dr. Anjali Desai - Biophysicist and Science Writer",meta_description:"Experience the intersection of physics and biology with Dr. Anjali Desai on Biolecta. Simplifying complex biophysical processes for a broad audience."},{name:"Dr. Raghav Mehta",description:"Dr. Raghav Mehta is an esteemed theoretical physicist with significant contributions to cosmology. His educational background includes a PhD from the University of Calcutta. He writes insightful articles for Biolecta, exploring the mysteries of the universe and contemporary theories in cosmology.",meta_title:"Dr. Raghav Mehta - Theoretical Physicist and Author",meta_description:"Expand your understanding of the universe with Dr. Raghav Mehta on Biolecta. Insights into cosmology and groundbreaking research transformations."},{name:"Dr. Bhavana Kumar",description:"Dr. Bhavana Kumar is a bioinformatics specialist with a PhD from Pune University. Her research interests include computational biology and genomic data analysis. At Biolecta, she educates readers on the significance of bioinformatics in modern life sciences and its implications for medical advancements.",meta_title:"Dr. Bhavana Kumar - Bioinformatics Researcher and Writer",meta_description:"Discover the realm of bioinformatics with Dr. Bhavana Kumar at Biolecta, as she demystifies genomic research and its application in healthcare."},{name:"Dr. Sameer Sinha",description:"Dr. Sameer Sinha is a renowned mathematician focusing on mathematical logic and foundations. With years of experience in academia, he is also a passionate advocate for STEM education. Through his articles at Biolecta, he strives to inspire the younger generation about the beauty and importance of mathematics.",meta_title:"Dr. Sameer Sinha - Mathematician and STEM Advocate",meta_description:"Be inspired by Dr. Sameer Sinha at Biolecta as he illustrates the significance and allure of mathematics for today’s learners and future leaders."},{name:"Dr. Priya Gupta",description:"Dr. Priya Gupta is a neuroscientist whose groundbreaking research on neuroplasticity has opened new doors in understanding brain functions. She is committed to science communication and writes articles for Biolecta, making complex neuroscience concepts more approachable for the public.",meta_title:"Dr. Priya Gupta - Neuroscientist and Communicator",meta_description:"Explore the fascinating world of neuroscience with Dr. Priya Gupta on Biolecta. Simplifying neuroplasticity and brain studies for everyone."},{name:"Dr. Ravi Choudhury",description:"Dr. Ravi Choudhury is a leading computer scientist specializing in cybersecurity and cryptography. He has extensive experience in both academia and industry. At Biolecta, he shares insights on the latest trends and challenges in cybersecurity, making them relevant and understandable for a broad audience.",meta_title:"Dr. Ravi Choudhury - Cybersecurity Expert and Science Writer",meta_description:"Stay updated with the latest in cybersecurity and cryptography with Dr. Ravi Choudhury at Biolecta. Understanding security in the digital era."},{name:"Dr. Anne-Marie Nielson",description:"Dr. Anne-Marie Nielson is a physicist with over 15 years of experience in quantum mechanics and condensed matter physics. She has published extensively in leading scientific journals and is known for her ability to simplify complex ideas, making them accessible to a broader audience. Dr. Nielson is also a passionate speaker, frequently engaging with the public through lectures and workshops.",meta_title:"Dr. Anne-Marie Nielson - Physics Expert at Biolecta",meta_description:"Explore articles by Dr. Anne-Marie Nielson, a renowned physicist specializing in quantum mechanics and condensed matter physics, simplifying complex scientific concepts for all audiences."},{name:"Prof. Liam Zhao",description:"Prof. Liam Zhao is a noted mathematician and statistician with a focus on applied mathematics and computational methods. With a Ph.D. in Mathematics from Harvard University, he has contributed significantly to research in data science. His engaging writing style helps bridge the gap between advanced mathematical theories and real-world applications.",meta_title:"Prof. Liam Zhao - Mathematics and Statistics Contributor at Biolecta",meta_description:"Discover insights from Prof. Liam Zhao, an expert in applied mathematics and data science, as he explains complex mathematical concepts in an accessible manner."},{name:"Dr. Sofia Perez",description:"Dr. Sofia Perez is a leading researcher in molecular biology and biochemistry, with over a decade of experience. She specializes in gene editing technologies and their implications for medical research. Her articles present cutting-edge research findings while making complex biological processes relatable to everyone.",meta_title:"Dr. Sofia Perez - Molecular Biology Expert at Biolecta",meta_description:"Read articles by Dr. Sofia Perez, a molecular biologist specializing in gene editing, as she clarifies complex biological concepts for the general public."},{name:"Dr. Marco Russo",description:"Dr. Marco Russo is a computer scientist known for his innovative work in artificial intelligence and machine learning. He has a strong background in software development and has been involved in several successful tech startups. Marco's ability to articulate advanced computer science topics makes him a valuable contributor to Biolecta.",meta_title:"Dr. Marco Russo - Computer Science Innovator at Biolecta",meta_description:"Engage with the writings of Dr. Marco Russo, a prominent computer scientist specializing in AI and machine learning, offering insights into complex technological concepts."},{name:"Dr. Hannah Li",description:"Dr. Hannah Li is a research scientist in the field of environmental biology and ecology. Her work focuses on biodiversity and ecosystems, and she is dedicated to sharing her knowledge about the relationship between the environment and public health. Dr. Li is committed to raising awareness of crucial ecological issues.",meta_title:"Dr. Hannah Li - Environmental Biology Specialist at Biolecta",meta_description:"Learn from Dr. Hannah Li, an expert in environmental biology and ecology, as she discusses the intricate connections between ecosystems and human health."},{name:"Prof. David Kim",description:"Prof. David Kim specializes in theoretical physics, particularly in the study of string theory and cosmology. With a wealth of publications in prestigious journals, he excels in translating theoretical concepts into digestible articles that stimulate curiosity and understanding among readers.",meta_title:"Prof. David Kim - Theoretical Physics Authority at Biolecta",meta_description:"Explore the world of theoretical physics with Prof. David Kim, as he brings complex cosmological concepts to life through captivating writing."},{name:"Dr. Mia Thompson",description:"Dr. Mia Thompson is a recognized neuroscientist and educator, focusing on neuroplasticity and cognitive sciences. With numerous awards for her research and teaching, she strives to make complex neurological concepts approachable through her engaging writing style.",meta_title:"Dr. Mia Thompson - Neuroscience and Cognitive Science Expert at Biolecta",meta_description:"Delve into the brain with Dr. Mia Thompson, a neuroscientist dedicated to making complex cognitive science concepts understandable for all."},{name:"Prof. Ethan O’Brien",description:"Prof. Ethan O’Brien is a renowned mathematician specializing in algebraic topology and its applications in computer science. He teaches at Princeton University and is dedicated to demystifying mathematics through clear and engaging prose, appealing to both students and the general public.",meta_title:"Prof. Ethan O’Brien - Algebraic Topology and Computer Science Scholar at Biolecta",meta_description:"Uncover the beauty of mathematics with Prof. Ethan O’Brien, an algebraic topology expert who translates complex theories into understandable articles."},{name:"Dr. Leila Khan",description:"Dr. Leila Khan is a biophysicist whose research lies at the intersection of physics and biology. With a particular focus on protein dynamics, she aims to break down intricate scientific phenomena related to life sciences, thus enhancing public comprehension of scientific research.",meta_title:"Dr. Leila Khan - Biophysics and Protein Dynamics Specialist at Biolecta",meta_description:"Learn about the fusion of physics and biology with Dr. Leila Khan, a biophysicist simplifying complex scientific issues for everyday readers."},{name:"Dr. Raj Patel",description:"Dr. Raj Patel is a computer scientist known for his contributions to cybersecurity and cryptography. He has worked with various government agencies and private organizations, advocating for better understanding of security measures in technology. His writings aim to inform and educate readers on the importance of digital safety.",meta_title:"Dr. Raj Patel - Cybersecurity and Cryptography Expert at Biolecta",meta_description:"Stay informed with Dr. Raj Patel, a cybersecurity specialist focused on educating the public about digital safety and cryptography."},{name:"Dr. Emily Carter",description:"Dr. Emily Carter is a physicist and science communicator with a PhD from Stanford University. With over 10 years of experience in researching quantum mechanics, she enjoys breaking down complex theories for general audiences. Emily has published numerous articles in leading science journals and is dedicated to educating the public about the wonders of physics.",meta_title:"Dr. Emily Carter - Physics Expert at Biolecta",meta_description:"Explore the world of quantum mechanics and scientific discoveries with Dr. Emily Carter, a seasoned physicist dedicated to making complex concepts accessible."},{name:"Prof. James Liu",description:"Prof. James Liu is a renowned mathematician specializing in topological data analysis. He holds a professorship at MIT and has authored several acclaimed textbooks in the field. His work not only contributes to academic advancement but also aims to inform and inspire future mathematicians.",meta_title:"Prof. James Liu - Mathematics Specialist at Biolecta",meta_description:"Join Prof. James Liu as he shares insights into topological data analysis, bringing mathematical concepts to life for all audiences."},{name:"Dr. Sarah Gomez",description:"Dr. Sarah Gomez is a microbiologist and author who focuses on groundbreaking research in life sciences. With a PhD in Microbiology and over 15 years in scientific research, she bridges the gap between complex microbiological processes and public understanding through her articles.",meta_title:"Dr. Sarah Gomez - Life Sciences and Microbiology at Biolecta",meta_description:"Dive into the intricate world of microbiology with Dr. Sarah Gomez, where she simplifies complex life science concepts for everyone."},{name:"Prof. Linda Tran",description:"Prof. Linda Tran is a theoretical physicist recognized for her work on string theory. A professor at Berkeley, she has been instrumental in developing new insights into the nature of the universe. Linda believes in communicating science effectively to ignite inspiration in young minds.",meta_title:"Prof. Linda Tran - Theoretical Physics at Biolecta",meta_description:"Uncover the mysteries of the universe with Prof. Linda Tran, as she covers the intriguing realm of string theory in an accessible manner."},{name:"Dr. Alex Robinson",description:"Dr. Alex Robinson is a mathematical biologist exploring the intersections of mathematics and life sciences. With numerous research papers published, Alex is passionate about modeling biological systems and communicating the significance of science to diverse audiences.",meta_title:"Dr. Alex Robinson - Mathematical Biology at Biolecta",meta_description:"Learn how mathematics models life sciences with Dr. Alex Robinson, who bridges the gap between these essential fields."},{name:"Prof. Lisa Simmons",description:"Prof. Lisa Simmons is a senior researcher in computational physics and has over 20 years of experience in applying numerical methods to real-world problems. She is keen on popularizing computational techniques and their applications in physics through accessible writing.",meta_title:"Prof. Lisa Simmons - Computational Physics Expert at Biolecta",meta_description:"Discover the applications of computational physics with Prof. Lisa Simmons, who makes complex numerical methods easily understandable."},{name:"Dr. Victor Chen",description:"Dr. Victor Chen is a neuroscientist who investigates the neural mechanisms of behavior. With a dual background in computer science and biology, Victor leverages technology to unravel the complexities of the human brain, contributing immensely to the life sciences field.",meta_title:"Dr. Victor Chen - Neuroscience and Technology at Biolecta",meta_description:"Join Dr. Victor Chen in exploring the intricate link between behavior and neuroscience, using technology to reveal the secrets of the brain."},{name:"Dr. Mia Alvarez",description:"Dr. Mia Alvarez is a bioinformatics specialist with a passion for merging biology with computer science. Her years of experience in genomic research and her ability to convey detailed analyses make her a sought-after writer in life sciences.",meta_title:"Dr. Mia Alvarez - Bioinformatics Expert at Biolecta",meta_description:"Explore the fusion of biology and technology with Dr. Mia Alvarez, as she makes bioinformatics approachable for everyone."},{name:"Prof. John Mitchell",description:"Prof. John Mitchell is a distinguished mathematics educator and researcher in applied mathematics. With significant contributions to optimization and statistical modeling, he seeks to inspire students and the general public through his engaging and informative writing.",meta_title:"Prof. John Mitchell - Applied Mathematics at Biolecta",meta_description:"Engage with Prof. John Mitchell as he elucidates applied mathematics and its real-world applications in his compelling articles."}],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;
@@ -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:#1b3a6d;--theme-color-8:#4b6cb7;--theme-color-7:#6b8efa;--theme-color-6:#a8c8ff;--theme-color-5:#c3d9ff;--theme-color-4:#e1e8ff;--theme-color-3:#f0f4ff;--theme-color-2:#f7fbff;--color-bg-layout:#ffffff;--color-bg-hover:#e6e6e6;--article-border-radius:15px;--btn-border-radius:4px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDD2C\uD83D\uDCDA\uD83C\uDF0D\uD83D\uDD2D";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-09-27T00:00:00Z";
13
+ export declare const devBucketName = "idn-geoniti-dev";
14
+ export declare const prodBucketName = "idn-geoniti";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={biologicalSciences:{title:"Explore the Depths of Biological Sciences 🌱🔬",description:"Delve into the fascinating world of biological sciences, uncovering groundbreaking research and transformative discoveries across various fields. 🌍",slug:"biological-sciences",children:{cellBiology:{title:"Cell Biology Insights: Unraveling Cellular Mechanisms 🦠🔍",description:"Discover the intricate workings of life at the cellular level with our in-depth articles on cell biology research and findings. 💡",slug:"cell-biology",children:null},genetics:{title:"Genetics and Genomics: Mapping Life's Code 🧬📊",description:"Explore the latest advancements in genetics that are revolutionizing our understanding of heredity and genetic diseases. 🧪",slug:"genetics",children:null},ecology:{title:"Ecology Research: Interconnections in Nature 🌳🌐",description:"Gain insights into ecosystems and the delicate balance of life with our articles on ecology and environmental biology. 🌎",slug:"ecology",children:null},microbiology:{title:"Microbiology Breakthroughs: Tiny Life Forms, Big Impact 🦠🌍",description:"Dive into the world of microorganisms and their vital roles in health, environment, and industry with our original research articles. 🔬",slug:"microbiology",children:null},neurobiology:{title:"Neurobiology: Understanding the Brain and Behavior 🧠🔍",description:"Unlock the mysteries of the brain and its functions through cutting-edge studies in neurobiology and behavioral sciences. 🧬",slug:"neurobiology",children:null},other:{title:"Other Biological Sciences: Diverse Topics and Research 🌍🔬",description:"Explore a variety of biological science topics that do not fit traditional categories, offering unique insights and research findings. 🔍",slug:"other",children:null}}},chemicalSciences:{title:"Explore the Rich Depths of Chemical Sciences 🔬",description:"Dive into the wonders of chemical sciences with original research articles, insightful reviews, and groundbreaking discoveries across diverse disciplines. 🌍",slug:"chemical-sciences",children:{organicChemistry:{title:"Unlocking the Secrets of Organic Chemistry 🧪",description:"Explore the fascinating world of organic chemistry, including complex structures, reactions, and advancements in biochemical research. Enhance your knowledge! 📚",slug:"organic-chemistry",children:null},inorganicChemistry:{title:"The Intriguing Realm of Inorganic Chemistry 🌌",description:"Delve into inorganic chemistry, examining essential compounds and materials that shape our universe. Fuel your curiosity with our expert reviews! 🔍",slug:"inorganic-chemistry",children:null},physicalChemistry:{title:"Understanding the Fundamentals of Physical Chemistry ⚛️",description:"Grasp the essentials of physical chemistry with insights into thermodynamics, kinetics, and quantum chemistry. Discover scientific advancements now! 📈",slug:"physical-chemistry",children:null},analyticalChemistry:{title:"Mastering the Art of Analytical Chemistry 🧬",description:"Learn about analytical chemistry techniques and their applications in real-world problems. Our articles provide the latest findings and methodologies! 📖",slug:"analytical-chemistry",children:null},biochemistry:{title:"The Science of Life: Biochemistry Explained 🌱",description:"Explore biochemistry and its role in understanding life at a molecular level. Discover significant research and advancements in this dynamic field! 🧫",slug:"biochemistry",children:null},other:{title:"Beyond the Basics: Other Chemical Sciences 🔍",description:"Uncover a range of topics within chemical sciences that don't fit traditional categories. Engage with diverse research and innovative findings! 📊",slug:"other-chemical-sciences",children:null}}},physicalSciences:{title:"Explore the Fascinating World of Physical Sciences 🔬🌌",description:"Delve into the intricate realm of physical sciences. Discover original articles and reviews on physics, classical mechanics, quantum physics, thermodynamics, and more.",slug:"physical-sciences",children:{classicalMechanics:{title:"Classical Mechanics: The Foundations of Motion ⚙️🌀",description:"Uncover the principles of classical mechanics, exploring the laws of motion and forces that govern our universe. Ideal for scientists and enthusiasts alike!",slug:"classical-mechanics",children:null},quantumPhysics:{title:"Quantum Physics: Dive into the Subatomic World 🌟🔭",description:"Explore the intriguing world of quantum physics, where particles defy classical laws. Discover groundbreaking research and concepts that challenge our understanding!",slug:"quantum-physics",children:null},thermodynamics:{title:"Thermodynamics: The Science of Energy and Heat 🌡️❄️",description:"Delve into thermodynamics and understand the laws governing heat and energy transfer. Perfect for researchers and those passionate about energy science!",slug:"thermodynamics",children:null},optics:{title:"Optics: The Study of Light and Its Behaviors 💡🔍",description:"Discover the science of optics, exploring light, lenses, and the technologies that utilize them. A treasure trove of knowledge for light enthusiasts awaits!",slug:"optics",children:null},appliedPhysics:{title:"Applied Physics: Bridging Theory to Real-World Applications 🔧💡",description:"Engage with applied physics and learn how theoretical concepts transform into innovative technologies. Tailored for professionals and students in physics!",slug:"applied-physics",children:null},other:{title:"Other Physical Sciences: Diverse Topics Explored 🌍🔭",description:"Explore a variety of topics in physical sciences not covered in traditional categories. Delve into unique articles and broaden your scientific horizons!",slug:"other-physical-sciences",children:null}}},earthSciences:{title:"Explore Comprehensive Earth Sciences Research and Reviews 🌎",description:"Delve into diverse earth sciences topics including geology, meteorology, oceanography, and more. Discover original research and insightful reviews! 📚",slug:"earth-sciences",children:{geology:{title:"Geology Insights: Original Research and Reviews 🪨",description:"Uncover the fascinating world of geology with in-depth original research and critical reviews on rock formations, fossils, and Earth's processes! 📊",slug:"geology",children:null},meteorology:{title:"Meteorology Explored: Research and Scientific Reviews ☁️",description:"Gain insight into meteorology through research articles and reviews focused on weather patterns, climate change, and atmospheric phenomena! 🌦️",slug:"meteorology",children:null},oceanography:{title:"Oceanography Findings: In-depth Articles and Reviews 🌊",description:"Dive into the depths of oceanography with scholarly articles and reviews exploring ocean currents, marine ecosystems, and sea dynamics! 🐠",slug:"oceanography",children:null},environmentalScience:{title:"Environmental Science: Research Articles and Reviews 🌱",description:"Explore critical environmental science topics including conservation, sustainability, and ecological studies through original research and reviews! 🌍",slug:"environmental-science",children:null},geophysics:{title:"Geophysics Research: Key Insights and Reviews 🔭",description:"Discover the realm of geophysics with original research articles and insightful reviews related to Earth's physical properties and processes! 🌋",slug:"geophysics",children:null},other:{title:"Other Earth Sciences: Diverse Research and Reviews 🌏",description:"Explore various other earth sciences topics that do not fall into specific categories, offering unique insights and fascinating research findings! 🔍",slug:"other-earth-sciences",children:null}}},healthAndMedicine:{title:"Exploring Health and Medicine Research 🧬",description:"Dive into groundbreaking research in health and medicine, covering pharmacology, public health, clinical research, and more. Stay informed! 📚",slug:"health-and-medicine",children:{pharmacology:{title:"Innovations in Pharmacology: Understanding Drug Actions 💊",description:"Explore advancements in pharmacology, from drug development to therapeutic applications. Discover how medications impact human health! 🌟",slug:"innovations-in-pharmacology",children:null},publicHealth:{title:"Public Health Insights: Strategies for Well-being 🌍",description:"Uncover essential public health research that shapes community health policies and practices. Learn how to improve societal health outcomes! 🌈",slug:"public-health-insights",children:null},environmentalHealth:{title:"Environmental Health: Impact of Nature on Well-being 🌿",description:"Investigate the relationship between environmental factors and health. Understand how pollution and climate change affect public health! 🌎",slug:"environmental-health",children:null},clinicalResearch:{title:"Clinical Research: Pioneering Healthcare Solutions 🏥",description:"Delve into clinical research findings that drive medical innovations and patient care. Discover cutting-edge trials and their implications! 🔍",slug:"clinical-research",children:null},epidemiology:{title:"Epidemiology: Understanding Disease Patterns 🔬",description:"Learn about epidemiology's role in tracking disease outbreaks and improving public health strategies. Stay ahead of health trends! 📊",slug:"epidemiology",children:null},other:{title:"Other Health Topics: Diverse Perspectives 🌟",description:"Explore various health topics beyond the traditional scope, featuring unique insights and research. Broaden your understanding of health! 🧠",slug:"other-health-topics",children:null}}},mathematicalSciences:{title:"Explore the World of Mathematical Sciences 🔍 | Research and Insights",description:"Delve into diverse fields of mathematical sciences, including applied, theoretical, and computational mathematics. Expand your knowledge with Geoniti! 📚",slug:"mathematical-sciences",children:{appliedMathematics:{title:"Applied Mathematics: Real-World Application of Math 📈",description:"Discover how applied mathematics provides solutions to complex problems in various industries, using mathematical theories in practical fields. 🛠️",slug:"applied-mathematics",children:null},theoreticalMathematics:{title:"Theoretical Mathematics: Foundations of Pure Math 📏",description:"Explore theoretical mathematics, delving into abstract concepts and principles that form the basis of mathematical understanding and research. 🧮",slug:"theoretical-mathematics",children:null},statistics:{title:"Statistics: Analyzing Data for Insight 📊",description:"Learn about statistics, the science of data analysis, and how it helps us understand complex information through quantitative methods. 📉",slug:"statistics",children:null},computationalMathematics:{title:"Computational Mathematics: Algorithms and Techniques 🖥️",description:"Understand computational mathematics, which focuses on algorithms and numerical methods for solving mathematical problems using computers. 💻",slug:"computational-mathematics",children:null},operationsResearch:{title:"Operations Research: Optimizing Decisions 📈",description:"Dive into operations research, the study of optimizing processes and decision-making through quantitative analysis and modeling. ⚙️",slug:"operations-research",children:null},other:{title:"Other Mathematical Sciences: Diverse Disciplines 📚",description:"Explore various other fields in mathematical sciences that don’t fit traditional categories, enhancing your overall mathematical knowledge. 🌐",slug:"other-mathematical-sciences",children:null}}},interdisciplinaryStudies:{title:"Interdisciplinary Studies: Explore Scientific Research Across Disciplines",description:"Dive into interdisciplinary studies with original research articles and reviews on biology, chemistry, physics, and earth sciences. 🌏🔬",slug:"interdisciplinary-studies",children:{biotechnology:{title:"Biotechnology: Innovations and Research in Biological Science",description:"Explore the latest breakthroughs in biotechnology, uncovering innovations that transform biological sciences for a diverse range of applications. 🧬✨",slug:"biotechnology",children:null},materialScience:{title:"Material Science: Advances in Material Research and Development",description:"Discover cutting-edge research in material science focusing on the development and application of novel materials for various sectors. ⚙️🔍",slug:"material-science",children:null},nanotechnology:{title:"Nanotechnology: Pioneering Research in the Nanoscale",description:"Delve into nanotechnology, uncovering its potential through innovative research that impacts material properties and applications on a nanoscale. 🌐🔬",slug:"nanotechnology",children:null},astrophysics:{title:"Astrophysics: Exploring the Universe and Its Phenomena",description:"Venture into astrophysics, examining complex phenomena in the universe through original research and scholarly reviews in this fascinating field. 🌌🔭",slug:"astrophysics",children:null},environmentalPolicy:{title:"Environmental Policy: Research Insights on Sustainability",description:"Gain insights into environmental policy, exploring research that informs sustainability practices and promotes ecological well-being. 🌱📊",slug:"environmental-policy",children:null},other:{title:"Other Interdisciplinary Studies: Diverse Scientific Topics",description:"Explore a variety of interdisciplinary topics under 'Other,' showcasing unique scientific research and insights across various fields. 🔍🌍",slug:"other",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),s="🔬📚🌍🔭",a=Object.keys(i),o=[],c=[];for(const e of a){const n=i[e];if(null==n?void 0:n.children){o.push(...Object.keys(n.children));for(const e of o){const i=n.children[e];(null==i?void 0:i.children)&&c.push(...Object.keys(i.children))}}}const r="2024-09-27T00:00:00Z",l="geoniti",h=`idn-${l}-dev`,d=`idn-${l}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=n,exports.authorsNames=t,exports.categories=a,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=r,exports.subcategories=o,exports.subsubcategories=c;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ FieldOfStudy = "FieldOfStudy",
3
+ ResearchType = "ResearchType",
4
+ ScientificTheme = "ScientificTheme",
5
+ LevelOfInsight = "LevelOfInsight"
6
+ }
7
+ type FieldOfStudyValues = 'Biology' | 'Chemistry' | 'Physics' | 'Earth Sciences';
8
+ type ResearchTypeValues = 'Original Research' | 'Literature Reviews' | 'Case Studies' | 'Meta-Analyses';
9
+ type ScientificThemeValues = 'Genetics & Evolution' | 'Chemical Innovations' | 'Quantum Physics' | 'Environmental Sustainability';
10
+ type LevelOfInsightValues = 'Beginner-Friendly' | 'Advanced Research' | 'Expert Opinions' | 'Interdisciplinary Insights';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.FieldOfStudy]: FieldOfStudyValues[];
13
+ [FiltersNames.ResearchType]: ResearchTypeValues[];
14
+ [FiltersNames.ScientificTheme]: ScientificThemeValues[];
15
+ [FiltersNames.LevelOfInsight]: LevelOfInsightValues[];
16
+ };
17
+ export declare const fieldOfStudyValues: FieldOfStudyValues[];
18
+ export declare const researchTypeValues: ResearchTypeValues[];
19
+ export declare const scientificThemeValues: ScientificThemeValues[];
20
+ export declare const levelOfInsightValues: LevelOfInsightValues[];
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 e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).FieldOfStudy="FieldOfStudy",e.ResearchType="ResearchType",e.ScientificTheme="ScientificTheme",e.LevelOfInsight="LevelOfInsight";const s=["Biology","Chemistry","Physics","Earth Sciences"],i=["Original Research","Literature Reviews","Case Studies","Meta-Analyses"],t=["Genetics & Evolution","Chemical Innovations","Quantum Physics","Environmental Sustainability"],r=["Beginner-Friendly","Advanced Research","Expert Opinions","Interdisciplinary Insights"],l={[exports.FiltersNames.FieldOfStudy]:[],[exports.FiltersNames.ResearchType]:[],[exports.FiltersNames.ScientificTheme]:[],[exports.FiltersNames.LevelOfInsight]:[]},a={[exports.FiltersNames.FieldOfStudy]:s,[exports.FiltersNames.ResearchType]:i,[exports.FiltersNames.ScientificTheme]:t,[exports.FiltersNames.LevelOfInsight]:r},n=()=>JSON.stringify(a,null,2);exports.fieldOfStudyValues=s,exports.fullFilters=a,exports.getFiltersTypesJSON=n,exports.initialFilters=l,exports.levelOfInsightValues=r,exports.researchTypeValues=i,exports.scientificThemeValues=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"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.fieldOfStudyValues=t.fieldOfStudyValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.levelOfInsightValues=t.levelOfInsightValues,exports.researchTypeValues=t.researchTypeValues,exports.scientificThemeValues=t.scientificThemeValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: Geoniti is a dedicated infotainment portal that publishes original research articles and reviews across various scientific disciplines, including biology, chemistry, physics, and earth sciences. The platform aims to disseminate scientific knowledge and advancements to a broader audience.\n - Detailed description: Geoniti serves as a comprehensive platform for scientific research, offering a rich collection of original articles and detailed reviews that encompass multiple disciplines. The portal focuses on biology, chemistry, physics, and earth sciences, providing researchers, academics, and enthusiasts with access to the latest scientific findings and advances. Each publication is rigorously vetted to ensure accuracy and reliability, allowing users to stay informed about cutting-edge research and impactful breakthroughs. Geoniti is designed to foster a community of knowledge seekers, enabling users to engage with informative content that promotes a deeper understanding of scientific principles and discoveries.\n - Target audience: The target audience for Geoniti includes researchers, academics, students, and science enthusiasts who seek reliable and in-depth information on various scientific topics. It also appeals to professionals in the scientific community looking for comprehensive reviews and original research that can enhance their understanding and contribute to their fields.\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## Research Background\n - Overview of the scientific problem addressed\n - Historical context and previous studies\n\n## Findings and Discussion\n - Key results of the research\n - Interpretation of the findings\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 - Research Background, 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 = "students, researchers, educators, and professionals";
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 i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: Geoniti is a dedicated infotainment portal that publishes original research articles and reviews across various scientific disciplines, including biology, chemistry, physics, and earth sciences. The platform aims to disseminate scientific knowledge and advancements to a broader audience.\n - Detailed description: Geoniti serves as a comprehensive platform for scientific research, offering a rich collection of original articles and detailed reviews that encompass multiple disciplines. The portal focuses on biology, chemistry, physics, and earth sciences, providing researchers, academics, and enthusiasts with access to the latest scientific findings and advances. Each publication is rigorously vetted to ensure accuracy and reliability, allowing users to stay informed about cutting-edge research and impactful breakthroughs. Geoniti is designed to foster a community of knowledge seekers, enabling users to engage with informative content that promotes a deeper understanding of scientific principles and discoveries.\n - Target audience: The target audience for Geoniti includes researchers, academics, students, and science enthusiasts who seek reliable and in-depth information on various scientific topics. It also appeals to professionals in the scientific community looking for comprehensive reviews and original research that can enhance their understanding and contribute to their fields.\n\n",t="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## Research Background\n - Overview of the scientific problem addressed\n - Historical context and previous studies\n\n## Findings and Discussion\n - Key results of the research\n - Interpretation of the findings\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 - Research Background, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",s="synthesizing the information presented throughout",a="students, researchers, educators, and professionals",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=s,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -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 scientific photograph for a glossy scientific magazine, scientific style photography, glossy scientific magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,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 i={[exports.PageNames.Authors]:{title:"Meet Our Expert Authors | Geoniti",description:"Explore groundbreaking research insights from our talented authors across biology, chemistry, physics, and earth sciences. ✨📚"},[exports.PageNames.Home]:{title:"Geoniti | Your Hub for Scientific Research and Reviews",description:"Dive into the latest in scientific research, reviews, and advances across multiple disciplines at Geoniti. Discover, learn, and innovate! 🔬🌍"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | Geoniti",description:"Oops! We couldn't find the page you're looking for. Explore our vibrant collection of scientific articles and reviews! 🚫🔍"},[exports.PageNames.AboutUs]:{title:"About Geoniti | Pioneering Scientific Research",description:"Learn about Geoniti's mission to share innovative research in biology, chemistry, physics, and earth sciences. Join us on this scientific journey! 🌱🔭"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | Geoniti",description:"Your privacy is important to us. Read our policy to understand how we safeguard your information at Geoniti. 🔒📄"},[exports.PageNames.Terms]:{title:"Terms and Conditions | Geoniti",description:"Understand the terms governing the use of Geoniti. Your engagement with our research community starts here! 📜⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap | Geoniti",description:"Navigate easily through Geoniti's extensive library of scientific research and reviews with our comprehensive sitemap! 🗺️🔗"}},a=[{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is a molecular biologist with over 15 years of experience in genetic research. She has published numerous articles on gene editing and molecular mechanisms in leading international journals. Dr. Sharma is also a recognized speaker at various scientific conferences.",meta_title:"Dr. Aditi Sharma - Molecular Biologist & Genetic Researcher",meta_description:"Explore Dr. Aditi Sharma's extensive expertise in molecular biology and genetic research. With over 15 years in the field, she contributes insightful articles on gene editing and molecular mechanisms."},{name:"Prof. Ravi Kapoor",description:"Prof. Ravi Kapoor is a physicist specializing in condensed matter physics. With a PhD from IIT Delhi, he has spent over 20 years in academia and research, focusing on material sciences and nanotechnology.",meta_title:"Prof. Ravi Kapoor - Expert in Condensed Matter Physics",meta_description:"Discover the research and insights from Prof. Ravi Kapoor, a renowned physicist with over 20 years of experience in condensed matter physics and nanotechnology."},{name:"Dr. Neha Gupta",description:"Dr. Neha Gupta is an environmental chemist with expertise in water quality and pollution control. With several peer-reviewed publications, she is passionate about creating sustainable solutions for environmental challenges.",meta_title:"Dr. Neha Gupta - Environmental Chemist & Water Quality Expert",meta_description:"Learn from Dr. Neha Gupta, an environmental chemist with a focus on water quality. Her research offers innovative solutions to pressing environmental issues."},{name:"Dr. Arjun Mehta",description:"With a background in geochemistry, Dr. Arjun Mehta has spent over a decade researching the impact of climate change on Earth’s systems. He has authored pivotal studies and is actively involved in educational outreach.",meta_title:"Dr. Arjun Mehta - Geochemist & Climate Change Researcher",meta_description:"Explore the research contributions of Dr. Arjun Mehta, a geochemist dedicated to understanding climate change effects on Earth's systems through his innovative studies."},{name:"Dr. Kavita Singh",description:"Dr. Kavita Singh is a neurobiologist known for her research on neurological disorders and brain health. She has a rich publication history in prominent scientific journals and engages in interdisciplinary collaborations.",meta_title:"Dr. Kavita Singh - Neurobiologist & Brain Health Researcher",meta_description:"Delve into the world of neuroscience with Dr. Kavita Singh, a renowned neurobiologist focused on understanding neurological disorders and promoting brain health."},{name:"Prof. Vikram Iyer",description:"Prof. Vikram Iyer is a leading researcher in the field of biophysics with over 25 years of experience. His work revolves around the physical principles that underlie biological processes, making significant contributions to both science and education.",meta_title:"Prof. Vikram Iyer - Biophysicist & Scientific Educator",meta_description:"Join Prof. Vikram Iyer in exploring how biophysics bridges biology and physics, as he shares his vast knowledge and contributions to the field over 25 years."},{name:"Dr. Sneha Joshi",description:"An expert in climate science, Dr. Sneha Joshi has worked on climate modeling and its impact on ecosystems. Her research has been pivotal in forming policies for sustainable development and environmental conservation.",meta_title:"Dr. Sneha Joshi - Climate Scientist & Ecosystem Researcher",meta_description:"Engage with the work of Dr. Sneha Joshi, a climate scientist focused on the intersection of climate change and ecosystem health through her impactful research."},{name:"Dr. Ritesh Agarwal",description:"Dr. Ritesh Agarwal is a computer scientist specializing in bioinformatics. He has worked on leveraging computational tools for biological data analysis and has numerous published articles on algorithms in genomics.",meta_title:"Dr. Ritesh Agarwal - Computer Scientist & Bioinformatics Expert",meta_description:"Pattern recognition meets biology in the works of Dr. Ritesh Agarwal, a computer scientist known for his advancements in bioinformatics and genomic analysis."},{name:"Prof. Meera Desai",description:"Prof. Meera Desai is a renowned chemist focusing on materials chemistry and nanomaterials. With a career spanning over 30 years, she has guided many students and is a regular contributor to various scientific journals.",meta_title:"Prof. Meera Desai - Chemist & Expert in Nanomaterials",meta_description:"Discover the innovative findings of Prof. Meera Desai, a leading chemist specializing in materials and nanomaterials, with over 30 years of dedicated research."},{name:"Dr. Rajesh Nair",description:"Dr. Rajesh Nair is a biostatistician and researcher with experience in applying statistical methods in biological research. His expertise aids in interpreting complex data and guiding healthcare decisions.",meta_title:"Dr. Rajesh Nair - Biostatistician & Biological Research Analyst",meta_description:"Dive deep into the world of biostatistics with Dr. Rajesh Nair, a prominent researcher dedicated to advancing biological research through statistical analysis."},{name:"Dr. Arvind Gupta",description:"Dr. Arvind Gupta is a leading biologist specializing in molecular genetics. With over 15 years of research experience, he has published more than 50 papers in prestigious journals and has been involved in numerous interdisciplinary projects that integrate biology with environmental science.",meta_title:"Dr. Arvind Gupta - Renowned Molecular Biologist at Geoniti",meta_description:"Explore the contributions of Dr. Arvind Gupta on Geoniti, a leading portal for scientific research and reviews across multiple disciplines. Discover insights from his 15 years of expertise in molecular genetics."},{name:"Dr. Neha Sharma",description:"Dr. Neha Sharma is an eminent physicist focused on condensed matter physics. With a Ph.D. from IIT Bombay, she has worked on innovative projects and has received numerous awards for her research contributions in material science.",meta_title:"Dr. Neha Sharma - Condensed Matter Physicist at Geoniti",meta_description:"Learn about Dr. Neha Sharma, a distinguished physicist specializing in condensed matter physics, and her groundbreaking research at Geoniti, the portal for interdisciplinary scientific research."},{name:"Dr. Rahul Verma",description:"Dr. Rahul Verma is a respected chemist with expertise in synthetic organic chemistry. His research focuses on drug discovery and green chemistry, and he has contributed significantly to over 40 research articles published in high-impact journals.",meta_title:"Dr. Rahul Verma - Expert Synthetic Organic Chemist at Geoniti",meta_description:"Dive into the work of Dr. Rahul Verma, an expert in synthetic organic chemistry, as he shares valuable insights and findings at Geoniti, your portal for scientific research and reviews."},{name:"Dr. Priya Menon",description:"Dr. Priya Menon is an accomplished environmental scientist specializing in earth sciences. With over a decade of research experience, she has authored several influential articles on climate change and sustainable practices.",meta_title:"Dr. Priya Menon - Environmental Scientist at Geoniti",meta_description:"Discover the impactful research of Dr. Priya Menon, an environmental scientist at Geoniti, focusing on earth sciences and climate sustainability. Read her latest articles here."},{name:"Dr. Vikram Rao",description:"Dr. Vikram Rao is a geophysicist with international recognition for his work on seismic data analysis and earth modeling. His collaborative research spans both academic and industry projects, enhancing our understanding of earth science.",meta_title:"Dr. Vikram Rao - Distinguished Geophysicist at Geoniti",meta_description:"Explore Dr. Vikram Rao's groundbreaking research in geophysics at Geoniti. His insights on seismic analysis contribute to our understanding of earth sciences."},{name:"Dr. Sita Iyer",description:"Dr. Sita Iyer is a leading researcher in biochemistry, focusing on enzyme kinetics and metabolic pathways. With her extensive publication record and commitment to interdisciplinary collaboration, she has been a key figure in advancing biochemical research.",meta_title:"Dr. Sita Iyer - Biochemist at Geoniti",meta_description:"Uncover the research of Dr. Sita Iyer, a prominent biochemist at Geoniti, known for her expertise in enzyme kinetics and metabolic pathways. Read her articles now."},{name:"Dr. Ramesh Chandra",description:"Dr. Ramesh Chandra, a prominent botanist, has an extensive background in plant physiology and ecology. His contributions to plant conservation and biodiversity have garnered international acclaim across various research platforms.",meta_title:"Dr. Ramesh Chandra - Botanist at Geoniti",meta_description:"Join Dr. Ramesh Chandra at Geoniti to explore his significant contributions to botany and plant ecology. Discover his insights and research articles now."},{name:"Dr. Kiran Patel",description:"Dr. Kiran Patel is a chemist specializing in physical chemistry and materials science. With over 20 years of experience, his research has propelled advancements in nanotechnology and advanced materials.",meta_title:"Dr. Kiran Patel - Renowned Physical Chemist at Geoniti",meta_description:"Discover the innovative work of Dr. Kiran Patel, a leading physical chemist at Geoniti, focusing on materials science and nanotechnology. Read his articles and research findings."},{name:"Dr. Anjali Mehta",description:"Dr. Anjali Mehta is an astrophysicist with experience at leading research institutions globally. Her work focuses on cosmology and dark matter, as she contributes to our understanding of the universe's structure.",meta_title:"Dr. Anjali Mehta - Astrophysicist at Geoniti",meta_description:"Explore Dr. Anjali Mehta's pioneering work in astrophysics at Geoniti, focusing on cosmology and dark matter. Read her expertise and research articles here."},{name:"Dr. Sanjay Desai",description:"Dr. Sanjay Desai is an earth scientist with expertise in mineralogy and petrology. He has conducted extensive fieldwork and research, making significant contributions to geological mapping and mineral exploration.",meta_title:"Dr. Sanjay Desai - Earth Scientist at Geoniti",meta_description:"Learn from Dr. Sanjay Desai, an earth scientist at Geoniti, as he shares insights on mineralogy and geological exploration through his research articles."},{name:"Dr. Kavita Rao",description:"Dr. Kavita Rao is an accomplished biochemist with over 15 years of research experience in enzymology and metabolic pathways. She has published extensively in leading scientific journals and has been awarded multiple grants for her innovative studies in protein interactions. Dr. Rao is currently a professor at a prominent Indian university and actively participates in various scientific outreach programs.",meta_title:"Dr. Kavita Rao - Expert in Biochemistry and Enzymology",meta_description:"Explore the works of Dr. Kavita Rao, an experienced biochemist specializing in enzymology and metabolic pathways, with significant contributions to the field of biological sciences."},{name:"Dr. Anjali Verma",description:"Dr. Anjali Verma is a leading researcher in environmental chemistry, focusing on sustainable practices and pollution mitigation. With over a decade of experience, she has worked on various interdisciplinary projects and has published findings in high-impact journals. Dr. Verma is dedicated to educating the public on environmental issues.",meta_title:"Dr. Anjali Verma - Environmental Chemist and Advocate",meta_description:"Learn about the impactful work of Dr. Anjali Verma, an expert in environmental chemistry committed to sustainable practices and pollution reduction."},{name:"Dr. Raghav Sharma",description:"Dr. Raghav Sharma is an expert in molecular biology, specifically in gene editing techniques such as CRISPR. With numerous publications in leading journals and several patents to his name, he is at the forefront of biotechnological innovations. He currently heads a research lab in a top Indian research institute.",meta_title:"Dr. Raghav Sharma - Molecular Biologist and Innovator",meta_description:"Explore the pioneering research of Dr. Raghav Sharma, a molecular biologist specializing in gene editing technologies and biotechnological advancements."},{name:"Dr. Pooja Desai",description:"Dr. Pooja Desai is a prominent geophysicist known for her research in seismic activities and earth dynamics. With extensive field research experience and a strong publication record, she plays a vital role in understanding natural disasters. Dr. Desai serves as a consultant for various environmental agencies.",meta_title:"Dr. Pooja Desai - Geophysicist and Earth Dynamics Expert",meta_description:"Delve into the research of Dr. Pooja Desai, a geophysicist specializing in seismic activity and earth dynamics, contributing to disaster preparedness and understanding."},{name:"Dr. Neeraj Gupta",description:"Dr. Neeraj Gupta is a renowned chemist who specializes in organic synthesis and nanomaterials. With over 20 years in academia, he has contributed to numerous research papers and holds several prestigious awards. His work is focused on developing sustainable materials for renewable energy applications.",meta_title:"Dr. Neeraj Gupta - Expert in Organic Chemistry and Nanomaterials",meta_description:"Understand the significant contributions of Dr. Neeraj Gupta, an organic chemist specializing in nanomaterials and sustainable renewable energy research."},{name:"Dr. Sita Patel",description:"Dr. Sita Patel is a leading astrophysicist known for her groundbreaking research on cosmic radiation and its effects on materials. She has worked collaboratively with international agencies and published extensively. Dr. Patel is also passionate about promoting STEM education among women.",meta_title:"Dr. Sita Patel - Astrophysicist and STEM Advocate",meta_description:"Learn about Dr. Sita Patel's significant contributions to astrophysics, focusing on cosmic radiation and her efforts to encourage women in STEM fields."},{name:"Dr. Vikram Menon",description:"Dr. Vikram Menon specializes in climate science and earth system modeling. He has a distinguished career in research and has published numerous articles aimed at understanding climate change impacts. Dr. Menon is involved in various climate advocacy groups and education initiatives.",meta_title:"Dr. Vikram Menon - Climate Scientist and Advocate",meta_description:"Explore the research of Dr. Vikram Menon, a climate scientist dedicated to studying climate change impacts and promoting environmental sustainability."},{name:"Dr. Rina Joshi",description:"Dr. Rina Joshi is a prominent ecologist with expertise in biodiversity conservation and ecosystem management. Her work has led to important findings on species interactions and habitat preservation. Dr. Joshi is actively involved in community projects aimed at promoting ecological sustainability.",meta_title:"Dr. Rina Joshi - Ecologist and Conservation Specialist",meta_description:"Discover the contributions of Dr. Rina Joshi, an ecologist focused on biodiversity conservation and the management of ecological systems."},{name:"Dr. Aakash Nair",description:"Dr. Aakash Nair is a statistical physicist whose research bridges the gap between statistical mechanics and information theory. With numerous high-level publications, he contributes to the academic community by mentoring young scientists and participating in multidisciplinary research initiatives.",meta_title:"Dr. Aakash Nair - Statistical Physicist and Mentor",meta_description:"Understand the expansive work of Dr. Aakash Nair, a statistical physicist merging insights from statistical mechanics and information theory to foster scientific innovation."},{name:"Dr. Anand R. Sharma",description:"Dr. Anand R. Sharma is an esteemed biochemist with over 15 years of research experience focusing on enzymatic processes and metabolic pathways. He has published numerous research articles in top-tier scientific journals and is actively involved in collaborative projects across prestigious institutions worldwide.",meta_title:"Dr. Anand R. Sharma - Biochemistry Expert",meta_description:"Explore the work of Dr. Anand R. Sharma, a leading biochemist with expertise in enzymatic processes and metabolism. Discover his contributions to the field through original research and reviews."},{name:"Dr. Priya K. Desai",description:"Dr. Priya K. Desai is a physicist specializing in condensed matter physics. With a PhD from the Indian Institute of Science, she has over a decade of teaching and research experience, with a focus on quantum materials and nanotechnology applications.",meta_title:"Dr. Priya K. Desai - Condensed Matter Physics Specialist",meta_description:"Learn more about Dr. Priya K. Desai, a prominent physicist specializing in condensed matter physics and quantum materials. Her groundbreaking research and scholarly articles are influential in the scientific community."},{name:"Dr. Ravi S. Nair",description:"Dr. Ravi S. Nair is an accomplished geophysicist with expertise in seismic research and Earth's subsurface processes. He has made significant contributions to understanding tectonic movements and has been part of key international research collaborations.",meta_title:"Dr. Ravi S. Nair - Geophysics Authority",meta_description:"Delve into the research of Dr. Ravi S. Nair, a geophysicist renowned for his work in seismic research and tectonic movements. His insights have advanced our understanding of Earth's dynamics."},{name:"Dr. Megha A. Rao",description:"Dr. Megha A. Rao is a chemistry professor with specialties in organic synthesis and materials science. With over 12 years of teaching experience and a portfolio of published papers, she actively develops innovative chemical processes.",meta_title:"Dr. Megha A. Rao - Organic Chemistry Expert",meta_description:"Discover the innovative research of Dr. Megha A. Rao, an eminent organic chemist focused on synthesis and materials science. Her publications contribute significantly to the advancement of chemical research."},{name:"Dr. Arjun V. Singh",description:"Dr. Arjun V. Singh is a noted microbiologist with particular focus on pathogenic bacteria and antibiotic resistance. His impactful research spans over 20 years, with significant findings published in top-tier microbiology journals.",meta_title:"Dr. Arjun V. Singh - Microbiology Researcher",meta_description:"Explore the significant contributions of Dr. Arjun V. Singh, a microbiologist specializing in pathogenic bacteria and antibiotic resistance. His research is at the forefront of the fight against infectious diseases."},{name:"Dr. Lata M. Iyer",description:"Dr. Lata M. Iyer is an environmental scientist with extensive experience in climate change research and sustainability practices. She has authored multiple publications addressing key ecological challenges facing the planet.",meta_title:"Dr. Lata M. Iyer - Environmental Science Leader",meta_description:"Learn about the groundbreaking work of Dr. Lata M. Iyer, an environmental scientist focused on climate change and sustainability. Her research plays a critical role in understanding ecological impacts."},{name:"Dr. Nisha P. Choudhury",description:"Dr. Nisha P. Choudhury is a renowned astrophysicist specializing in stellar evolution and exoplanetary systems. Her research contributions have advanced the understanding of our universe, making her a sought-after speaker and collaborator.",meta_title:"Dr. Nisha P. Choudhury - Astrophysics Innovator",meta_description:"Join Dr. Nisha P. Choudhury's journey in astrophysics, where she explores stellar evolution and exoplanets. Discover her impactful research in the universe's mysteries."},{name:"Dr. Vikram S. Patil",description:"Dr. Vikram S. Patil is a chemical engineer with a focus on renewable energy systems and sustainable engineering practices. His work has led to innovations in green technologies and he actively collaborates with industry leaders.",meta_title:"Dr. Vikram S. Patil - Renewable Energy Expert",meta_description:"Explore the work of Dr. Vikram S. Patil, a chemical engineer dedicated to renewable energy solutions and sustainable practices. His contributions are vital for future green technologies."},{name:"Dr. Simran R. Gill",description:"Dr. Simran R. Gill is a computational biologist with research focused on genomic data analysis and systems biology. Through her pioneering work, she has contributed to significant breakthroughs in personalized medicine.",meta_title:"Dr. Simran R. Gill - Computational Biology Pioneer",meta_description:"Investigate the transformative research of Dr. Simran R. Gill, a computational biologist exploring genomic data and systems biology. Her findings are crucial for advancements in healthcare."},{name:"Dr. Rajesh T. Mehta",description:"Dr. Rajesh T. Mehta is an experienced physicist known for his groundbreaking work in laser physics and photonics. With numerous patents and publications, he is a leading figure in the development of cutting-edge optical technologies.",meta_title:"Dr. Rajesh T. Mehta - Laser Physics Expert",meta_description:"Uncover the innovations of Dr. Rajesh T. Mehta, a celebrated physicist in laser physics and photonics. His research is instrumental in shaping the future of optical technologies."},{name:"Dr. Emily Thompson",description:"Dr. Emily Thompson is a leading biologist with over 15 years of experience in ecological research and environmental conservation. She holds a Ph.D. in Ecology from Stanford University and has published numerous articles in top-tier scientific journals. Her work primarily focuses on biodiversity and ecosystem services, and she is a passionate advocate for sustainable practices in scientific research.",meta_title:"Dr. Emily Thompson - Ecological Research Expert | Geoniti",meta_description:"Explore the expertise of Dr. Emily Thompson, a biologist specializing in biodiversity and ecological conservation. Read her insightful articles on Geoniti."},{name:"Prof. Marco Silva",description:"Prof. Marco Silva is a renowned chemist with expertise in inorganic chemistry and materials science. He is a professor at the University of São Paulo and has published over 200 research articles. His work has significantly contributed to the development of new materials for energy storage, making him a sought-after speaker at international conferences.",meta_title:"Prof. Marco Silva - Inorganic Chemistry Specialist | Geoniti",meta_description:"Discover the work of Prof. Marco Silva, an expert in inorganic chemistry and materials science. Read his research on innovative energy solutions on Geoniti."},{name:"Dr. Aisha Khan",description:"Dr. Aisha Khan is a physicist with significant contributions to the field of quantum mechanics. With a Ph.D. from MIT, she has worked at several prestigious institutions, including CERN. Her research focuses on the fundamental aspects of quantum theory and its applications in technology.",meta_title:"Dr. Aisha Khan - Quantum Physics Authority | Geoniti",meta_description:"Learn about Dr. Aisha Khan's contributions to quantum mechanics and technology. Read her expert articles on Geoniti."},{name:"Dr. Li Wei",description:"Dr. Li Wei is an accomplished earth scientist specializing in geology and climate change. She holds a Ph.D. from Peking University and has been pivotal in studying the impacts of climate change on geological formations. Her research aids in understanding carbon capture technologies and is widely published.",meta_title:"Dr. Li Wei - Earth Science and Climate Change Expert | Geoniti",meta_description:"Explore insights from Dr. Li Wei on geology and climate change. Her research articles on Geoniti provide valuable perspectives on this global challenge."},{name:"Dr. Abdul Razak",description:"Dr. Abdul Razak is a molecular biologist with a focus on genetic engineering and biotechnology. With over a decade of research experience, he has worked in both academia and industry, contributing to advancements in sustainable agricultural practices. His innovative work aims to develop genetically modified crops that resist climate extremes.",meta_title:"Dr. Abdul Razak - Biotechnology and Genetic Engineering Specialist | Geoniti",meta_description:"Read articles by Dr. Abdul Razak, a molecular biologist focused on biotechnology and sustainable agriculture on Geoniti."},{name:"Prof. Sarah Gomez",description:"Prof. Sarah Gomez is a distinguished chemist who specializes in environmental chemistry and pollution control. She has been involved in numerous international projects and has published extensively on the effects of pollutants on ecosystems. Her research is instrumental in drafting environmental regulations.",meta_title:"Prof. Sarah Gomez - Environmental Chemistry Expert | Geoniti",meta_description:"Explore Prof. Sarah Gomez's research on environmental chemistry and pollution control. Read her published work on Geoniti."},{name:"Dr. David Kim",description:"Dr. David Kim is a theoretical physicist known for his work in particle physics and cosmology. Holding a Ph.D. from Harvard University, he is a prolific researcher and has published key papers that explore the nature of dark matter. He is also actively involved in educating the public about scientific research.",meta_title:"Dr. David Kim - Theoretical Physics and Cosmology Expert | Geoniti",meta_description:"Delve into Dr. David Kim's insights on particle physics and cosmology. His articles provide expert analysis on Geoniti."},{name:"Prof. Anna Petrov",description:"Prof. Anna Petrov is a leading figure in bioinformatics and computational biology. She has a solid academic foundation with a Ph.D. from the University of Cambridge and has developed algorithms that significantly aid the analysis of biological data. Her interdisciplinary approach bridges biology and technology.",meta_title:"Prof. Anna Petrov - Bioinformatics and Computational Biology Specialist | Geoniti",meta_description:"Discover the innovative work of Prof. Anna Petrov in bioinformatics and computational biology. Read her articles on Geoniti."},{name:"Dr. Rajesh Singh",description:"Dr. Rajesh Singh is an earth scientist with expertise in geochemistry and environmental monitoring. He has contributed significantly to understanding how geological processes affect climate change. His field studies span diverse environments, making his research outputs invaluable.",meta_title:"Dr. Rajesh Singh - Geochemistry and Environmental Monitoring Expert | Geoniti",meta_description:"Engage with Dr. Rajesh Singh's research on geochemistry and climate change effects. His findings are published on Geoniti."},{name:"Dr. Fiona Nascimento",description:"Dr. Fiona Nascimento is a biochemist renowned for her research in enzymology and metabolic engineering. Her innovative work at the intersection of biology and chemistry has led to breakthroughs in biofuel production, positioning her as a leader in sustainable energy innovation.",meta_title:"Dr. Fiona Nascimento - Biochemistry and Enzymology Expert | Geoniti",meta_description:"Learn about Dr. Fiona Nascimento's contributions to biochemistry and sustainable energy. Her articles are featured on Geoniti."},{name:"Dr. Emily Turner",description:"Dr. Emily Turner is a leading biochemist from the UK with over 15 years of research experience in genetic engineering and molecular biology. She has published numerous articles in prestigious journals and is known for her innovative work on CRISPR technology.",meta_title:"Dr. Emily Turner - Expert in Biochemistry and Genetic Engineering",meta_description:"Explore the research contributions of Dr. Emily Turner, an esteemed biochemist specializing in genetic engineering and molecular biology with extensive experience in CRISPR technology."},{name:"Prof. Roberto Garcia",description:"Prof. Roberto Garcia is a physicist based in Brazil, focusing on quantum mechanics and thermodynamics. With a Ph.D. from the University of Sao Paulo, he is recognized for his groundbreaking research that bridges theoretical physics and practical application.",meta_title:"Prof. Roberto Garcia - Quantum Mechanics and Thermodynamics Specialist",meta_description:"Learn about Prof. Roberto Garcia’s research in quantum mechanics and thermodynamics. Discover his significant contributions to the field and his role in advancing scientific knowledge."},{name:"Dr. Anika Patel",description:"Dr. Anika Patel is an earth scientist from India, specializing in climate change and geoscience. Her work involves assessing the impact of climate variability on natural resources, and she actively contributes to policy discussions aimed at sustainability.",meta_title:"Dr. Anika Patel - Climate Change and Geoscience Expert",meta_description:"Discover Dr. Anika Patel’s extensive research in climate change and geoscience, focusing on sustainability and environmental policy."},{name:"Dr. Hiroshi Tanaka",description:"Dr. Hiroshi Tanaka is a chemist from Japan with over a decade of experience in organic chemistry and materials science. His innovative work has led to the development of new polymers used in sustainable energy applications.",meta_title:"Dr. Hiroshi Tanaka - Expert in Organic Chemistry and Materials Science",meta_description:"Find out more about Dr. Hiroshi Tanaka’s contributions to organic chemistry and materials science, particularly in the area of sustainable energy."},{name:"Prof. Sarah Johnson",description:"Prof. Sarah Johnson is a renowned microbiologist from Canada. With her extensive research in microbial ecology, she has made significant contributions to understanding the roles of microorganisms in environmental processes.",meta_title:"Prof. Sarah Johnson - Microbiologist and Environmental Researcher",meta_description:"Explore the impactful research of Prof. Sarah Johnson in microbiology and microbial ecology, focusing on environmental processes and sustainability."},{name:"Dr. Khaled Mahmoud",description:"Dr. Khaled Mahmoud is a physicist and data scientist from Egypt, specializing in computational physics and machine learning applications in scientific research. His innovative approaches have expanded the boundaries of traditional physics.",meta_title:"Dr. Khaled Mahmoud - Computational Physics and Data Science Specialist",meta_description:"Learn about Dr. Khaled Mahmoud’s expertise in computational physics, focusing on the intersection of machine learning and scientific research."},{name:"Dr. Maria Gomez",description:"Dr. Maria Gomez is a prominent chemist from Spain with a focus on environmental chemistry and pollution mitigation strategies. She actively participates in international environmental initiatives and has published extensively on the subject.",meta_title:"Dr. Maria Gomez - Environmental Chemistry and Pollution Expert",meta_description:"Discover Dr. Maria Gomez’s extensive work in environmental chemistry, with a focus on pollution mitigation and sustainability initiatives."},{name:"Prof. Liam O’Connor",description:"Prof. Liam O’Connor is an Irish astrophysicist known for his research on cosmic phenomena and gravitational waves. He serves on several international research committees and has published extensively in high-impact journals.",meta_title:"Prof. Liam O’Connor - Expert in Astrophysics and Gravitational Waves",meta_description:"Explore the groundbreaking research of Prof. Liam O’Connor in astrophysics and gravitational waves, and his contributions to the understanding of cosmic phenomena."},{name:"Dr. Amina Abdallah",description:"Dr. Amina Abdallah is a biologist from Nigeria specializing in tropical biodiversity and conservation. Her work focuses on endangered species and the ecological implications of habitat destruction in tropical regions.",meta_title:"Dr. Amina Abdallah - Tropical Biodiversity and Conservation Biologist",meta_description:"Learn about Dr. Amina Abdallah’s research on tropical biodiversity and conservation, focusing on endangered species and habitat preservation."},{name:"Dr. Jonas Schmidt",description:"Dr. Jonas Schmidt is a German geochemist who focuses on ocean chemistry and climate systems. He has contributed significantly to understanding the interactions between the atmosphere and ocean, particularly in terms of carbon cycling.",meta_title:"Dr. Jonas Schmidt - Geochemist Specializing in Ocean Chemistry",meta_description:"Delve into Dr. Jonas Schmidt’s research on ocean chemistry and climate systems, contributing to our understanding of carbon cycling and environmental interactions."}],n=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=n,exports.PAGES_SEO=i;
@@ -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:#0d3a6e;--theme-color-8:#1e4a8d;--theme-color-7:#2e5ba3;--theme-color-6:#4c8fc1;--theme-color-5:#78b4e6;--theme-color-3:#d0e9ff;--theme-color-2:#e6f5ff;--color-bg-layout:#f0f0f0;--color-bg-hover:#c6d7e3;--article-border-radius:15px;--btn-border-radius:5px;--category-border-radius:20px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -158,7 +158,7 @@ export declare const dataStructure: {
158
158
  export declare const authors: Record<string, string>;
159
159
  export declare const authorsNames: string[];
160
160
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83E\uDDD1\u200D\uD83D\uDCBB\uD83D\uDCF1\uD83D\uDCA1\uD83C\uDF10";
161
- export declare const categories: ("artificialIntelligence" | "internetOfThings" | "cyberSecurity" | "blockchainTechnology" | "virtualRealityAugmentedReality")[];
161
+ export declare const categories: ("cyberSecurity" | "artificialIntelligence" | "internetOfThings" | "blockchainTechnology" | "virtualRealityAugmentedReality")[];
162
162
  export declare const subcategories: string[];
163
163
  export declare const subsubcategories: string[];
164
164
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.308",
3
+ "version": "1.3.310",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [