tedo-publisher 1.3.324 → 1.3.326

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/scifusions/data.d.ts +14 -0
  2. package/dist/scifusions/data.js +1 -0
  3. package/dist/scifusions/filters.d.ts +28 -0
  4. package/dist/scifusions/filters.js +1 -0
  5. package/dist/scifusions/helpers.d.ts +3 -0
  6. package/dist/scifusions/helpers.js +1 -0
  7. package/dist/scifusions/index.d.ts +15 -0
  8. package/dist/scifusions/index.js +1 -0
  9. package/dist/scifusions/prompts/data.d.ts +7 -0
  10. package/dist/scifusions/prompts/data.js +1 -0
  11. package/dist/scifusions/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/scifusions/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/scifusions/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/scifusions/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/scifusions/prompts/images.d.ts +4 -0
  16. package/dist/scifusions/prompts/images.js +1 -0
  17. package/dist/scifusions/seo.d.ts +23 -0
  18. package/dist/scifusions/seo.js +1 -0
  19. package/dist/scifusions/styles/colors.css +1 -0
  20. package/dist/scifusions/styles/fonts.css +1 -0
  21. package/dist/scifusions/styles/global.css +1 -0
  22. package/dist/scifusions/styles/sizing.css +1 -0
  23. package/dist/scifusions/styles/theme.css +1 -0
  24. package/dist/scifusions/styles/vars.css +1 -0
  25. package/dist/synapsewaves/data.d.ts +14 -0
  26. package/dist/synapsewaves/data.js +1 -0
  27. package/dist/synapsewaves/filters.d.ts +24 -0
  28. package/dist/synapsewaves/filters.js +1 -0
  29. package/dist/synapsewaves/helpers.d.ts +3 -0
  30. package/dist/synapsewaves/helpers.js +1 -0
  31. package/dist/synapsewaves/index.d.ts +15 -0
  32. package/dist/synapsewaves/index.js +1 -0
  33. package/dist/synapsewaves/prompts/data.d.ts +7 -0
  34. package/dist/synapsewaves/prompts/data.js +1 -0
  35. package/dist/synapsewaves/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/synapsewaves/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/synapsewaves/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/synapsewaves/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/synapsewaves/prompts/images.d.ts +4 -0
  40. package/dist/synapsewaves/prompts/images.js +1 -0
  41. package/dist/synapsewaves/seo.d.ts +23 -0
  42. package/dist/synapsewaves/seo.js +1 -0
  43. package/dist/synapsewaves/styles/colors.css +1 -0
  44. package/dist/synapsewaves/styles/fonts.css +1 -0
  45. package/dist/synapsewaves/styles/global.css +1 -0
  46. package/dist/synapsewaves/styles/sizing.css +1 -0
  47. package/dist/synapsewaves/styles/theme.css +1 -0
  48. package/dist/synapsewaves/styles/vars.css +1 -0
  49. 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\uDCDA\uD83C\uDF0D\u269B\uFE0F";
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-10-03T00:00:00Z";
13
+ export declare const devBucketName = "idn-scifusions-dev";
14
+ export declare const prodBucketName = "idn-scifusions";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={biologicalSciences:{title:"Explore the Depths of Biological Sciences 🌱 | SciFusions",description:"Delve into the fascinating realm of Biological Sciences, uncovering cell biology, genetics, ecology, microbiology, and evolutionary biology insights! 📚✨",slug:"biological-sciences",children:{cellBiology:{title:"Cell Biology: The Foundation of Life 🦠",description:"Discover the intricacies of cell biology, the study of cells, their functions, structures, and interactions in living organisms. Unleash your scientific curiosity! 🔬🌸",slug:"cell-biology",children:null},genetics:{title:"Genetics: Unlocking the Secrets of Heredity 🧬",description:"Dive into genetics, where you'll learn about genes, inheritance, and the role DNA plays in shaping living beings. Expand your understanding of life! 🔑✨",slug:"genetics",children:null},ecology:{title:"Ecology: The Study of Ecosystems 🌍",description:"Explore ecology, the relationship between organisms and their environment, and gain insights into biodiversity and conservation efforts. Nature awaits! 🌿🐾",slug:"ecology",children:null},microbiology:{title:"Microbiology: The World of Microorganisms 🦠",description:"Venture into microbiology, the study of microorganisms and their impact on health, environment, and technology. Unravel the unseen world! 🔍💧",slug:"microbiology",children:null},evolutionaryBiology:{title:"Evolutionary Biology: The Science of Change 🌿",description:"Examine evolutionary biology and the mechanisms that drive the evolution of species over time. Understand the history of life on Earth! ⏳🔬",slug:"evolutionary-biology",children:null},other:{title:"Other Aspects of Biological Sciences 🔍",description:"Discover various fascinating topics within biological sciences that don't fit into the primary categories, enriching your scientific knowledge! 🌈✨",slug:"other",children:null}}},chemicalSciences:{title:"Explore the World of Chemical Sciences 🔬",description:"Delve into the fascinating realm of Chemical Sciences, covering organic, inorganic, and physical chemistry. Ideal for students, educators, and enthusiasts! 🌍",slug:"chemical-sciences",children:{organicChemistry:{title:"Unraveling Organic Chemistry: Concepts & Discoveries 🌱",description:"Discover the diverse aspects of Organic Chemistry, from molecular structures to reactions. A crucial field for students and researchers! 🧪",slug:"organic-chemistry",children:null},inorganicChemistry:{title:"Inorganic Chemistry Insights: Elements & Compounds 🧊",description:"Explore the principles of Inorganic Chemistry, addressing the study of metals and minerals, essential for scientific advancements. 🔭",slug:"inorganic-chemistry",children:null},physicalChemistry:{title:"Understanding Physical Chemistry: Energy & Matter ⚛️",description:"Dive into the intriguing world of Physical Chemistry, where the science of energy and matter intertwines, showcasing innovative research. 💡",slug:"physical-chemistry",children:null},analyticalChemistry:{title:"Analytical Chemistry: Techniques & Applications 🔍",description:"Learn about Analytical Chemistry, focusing on methods to analyze substances and their practical applications in various fields. 📊",slug:"analytical-chemistry",children:null},biochemistry:{title:"The Fusion of Life & Chemistry: Biochemistry 🧬",description:"Explore Biochemistry, the crossroads of biology and chemistry, unraveling the molecular mechanisms of life through scientific research. 🌿",slug:"biochemistry",children:null},other:{title:"Diverse Aspects of Chemical Sciences 🌌",description:"Discover other significant areas in Chemical Sciences that contribute to our understanding of the chemical world beyond traditional disciplines. 🌈",slug:"other-chemical-sciences",children:null}}},physicalSciences:{title:"Deep Dive into Physical Sciences 🌐: Uncovering the Universe's Secrets",description:"Explore groundbreaking research and insights across physical sciences, from theoretical physics to thermodynamics. Engage with innovative discoveries! 🧪",slug:"physical-sciences",children:{theoreticalPhysics:{title:"Theoretical Physics 📊: Understanding the Universe's Foundations",description:"Delve into the depths of theoretical physics, exploring fundamental theories that shape our understanding of the universe. Discover groundbreaking insights! 🌌",slug:"theoretical-physics",children:null},appliedPhysics:{title:"Applied Physics 🔧: Innovating Real-World Solutions",description:"Learn how applied physics translates fundamental concepts into practical applications that drive innovation in technology and engineering. 🚀",slug:"applied-physics",children:null},quantumMechanics:{title:"Quantum Mechanics 🌌: Exploring the Subatomic World",description:"Discover the intricate world of quantum mechanics, where particles behave in fascinating ways, shaping modern physics and technology. ⚛️",slug:"quantum-mechanics",children:null},thermodynamics:{title:"Thermodynamics 🔥: The Science of Heat and Energy",description:"Unravel the principles of thermodynamics, focusing on heat, work, and energy transfer, crucial for understanding physical systems. 🔍",slug:"thermodynamics",children:null},optics:{title:"Optics 🌈: Understanding Light and Its Applications",description:"Venture into the field of optics, exploring the properties of light and its critical role in technology, vision, and communication. 💡",slug:"optics",children:null},other:{title:"Other Physical Sciences 🔭: Expanding Scientific Horizons",description:"Explore various branches of physical sciences beyond the mainstream fields, uncovering unique insights and research advancements. 🌍",slug:"other-physical-sciences",children:null}}},earthSciences:{title:"Explore Earth Sciences: Geology, Meteorology, Oceanography & More 🌍",description:"Dive into the depths of Earth Sciences with extensive research and articles on geology, meteorology, oceanography, and environmental science! 📚",slug:"earth-sciences",children:{geology:{title:"Geology: A Deep Dive into Earth's Structure 🌋",description:"Uncover the secrets of our planet's structure and processes in geology! Explore research on rock formations, tectonic movements, and more. 🪨",slug:"geology",children:null},meteorology:{title:"Meteorology: Understanding Weather Patterns and Climate ☁️",description:"Learn about the science of meteorology, studying weather systems and climate change. Stay updated on atmospheric phenomena and research. 🌦️",slug:"meteorology",children:null},oceanography:{title:"Oceanography: Discover the Depths of Earth's Oceans 🌊",description:"Explore oceanography and its impact on global ecosystems, marine life, and climate. Dive into in-depth articles and research advancements! 🐠",slug:"oceanography",children:null},environmentalScience:{title:"Environmental Science: Research on Ecosystems and Conservation 🌱",description:"Engage with the field of environmental science, exploring ecological relationships, conservation efforts, and sustainability practices. 🐢",slug:"environmental-science",children:null},geophysics:{title:"Geophysics: The Study of Earth's Physical Properties 🌌",description:"Delve into geophysics, examining the Earth's physical properties and processes. Understand gravitational and magnetic studies with insightful articles! 🔍",slug:"geophysics",children:null},other:{title:"Other Earth Sciences: Interdisciplinary Research and Insights 🔗",description:"Discover research in various other earth sciences disciplines. Explore interdisciplinary studies and novel scientific insights! 🌐",slug:"other-earth-sciences",children:null}}},interdisciplinaryStudies:{title:"Interdisciplinary Studies: Exploring the Scientific Frontier 🌌",description:"Delve into interdisciplinary studies at SciFusions, featuring research across biology, chemistry, physics, and earth sciences, with groundbreaking insights 🌍.",slug:"interdisciplinary-studies",children:{bioinformatics:{title:"Bioinformatics: Bridging Biology and Technology 🧬",description:"Discover how bioinformatics merges biology with tech to analyze biological data, boosting scientific discovery and innovation! 📊",slug:"bioinformatics",children:null},materialsScience:{title:"Materials Science: Innovating Tomorrow’s Materials ⚗️",description:"Explore the transformative world of materials science, where multidisciplinary approaches lead to groundbreaking innovations and sustainable solutions! 🛠️",slug:"materials-science",children:null},nanotechnology:{title:"Nanotechnology: Small Scale, Big Impact 🌐",description:"Uncover the fascinating world of nanotechnology that revolutionizes industries through tiny structures and unique properties! 🧪",slug:"nanotechnology",children:null},environmentalChemistry:{title:"Environmental Chemistry: Science for a Sustainable Future 🌿",description:"Investigate the role of environmental chemistry in solving pressing ecological issues and developing sustainable practices for our planet! 🌊",slug:"environmental-chemistry",children:null},sciencePolicy:{title:"Science Policy: Shaping the Future of Research 📜",description:"Engage with science policy dialogues that influence research funding, ethics, and the integration of science into public governance worldwide! 🌍",slug:"science-policy",children:null},other:{title:"Other Interdisciplinary Studies: Diverse Scientific Insights 🔍",description:"Explore various other interdisciplinary studies, expanding your understanding of science's multifaceted contributions to society and daily life! 🧠",slug:"other-interdisciplinary-studies",children:null}}},scientificAdvances:{title:"Exploring Scientific Advances Across Multiple Disciplines 🔬",description:"Delve into the latest scientific advances and research methodologies in biology, chemistry, physics, and earth sciences at SciFusions. 🌍",slug:"scientific-advances",children:{clinicalTrials:{title:"Unveiling Breakthroughs: Clinical Trials and Their Impact 🧪",description:"Explore how clinical trials are revolutionizing healthcare with cutting-edge research and innovations that improve patient outcomes. ⭐️",slug:"clinical-trials",children:null},newTechnologies:{title:"Innovative Technologies Transforming Science and Research ⚙️",description:"Discover the fascinating new technologies reshaping scientific research and methodologies in various disciplines. 🔍",slug:"new-technologies",children:null},sustainablePractices:{title:"Sustainable Practices: Pioneering a Greener Future 🌱",description:"Learn about sustainable practices in scientific research that promote environmental conservation and innovative solutions. 🌎",slug:"sustainable-practices",children:null},researchMethodologies:{title:"Advancing Research Methodologies: A Comprehensive Guide 📊",description:"Get insights into advanced research methodologies that enhance scientific exploration and understanding across disciplines. 📈",slug:"research-methodologies",children:null},innovativeMaterials:{title:"Innovative Materials: Building Blocks of Future Discoveries 🧬",description:"Investigate the innovative materials propelling scientific advancements and their applications in various fields. 🛠️",slug:"innovative-materials",children:null},other:{title:"Exploring Other Scientific Advances: Beyond the Norm ⚡",description:"Dive into various other scientific advances that may not fit conventional categories but are equally fascinating. 🔗",slug:"other-scientific-advances",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="🔬📚🌍⚛️",o=Object.keys(i),c=[],r=[];for(const e of o){const n=i[e];if(null==n?void 0:n.children){c.push(...Object.keys(n.children));for(const e of c){const i=n.children[e];(null==i?void 0:i.children)&&r.push(...Object.keys(i.children))}}}const a="2024-10-03T00:00:00Z",l="scifusions",h=`idn-${l}-dev`,d=`idn-${l}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=n,exports.authorsNames=t,exports.categories=o,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=a,exports.subcategories=c,exports.subsubcategories=r;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DisciplineFocus = "DisciplineFocus",
3
+ ResearchType = "ResearchType",
4
+ TargetAudience = "TargetAudience",
5
+ InnovationLevel = "InnovationLevel",
6
+ ContentFormat = "ContentFormat"
7
+ }
8
+ type DisciplineFocusValues = 'Biology' | 'Chemistry' | 'Physics' | 'Earth Sciences';
9
+ type ResearchTypeValues = 'Original Research' | 'Review Articles' | 'Scientific Advances' | 'Interdisciplinary Studies';
10
+ type TargetAudienceValues = 'Students' | 'Educators' | 'Researchers' | 'Science Enthusiasts';
11
+ type InnovationLevelValues = 'Groundbreaking' | 'Innovative' | 'Emerging Trends' | 'Established Concepts';
12
+ type ContentFormatValues = 'Research Articles' | 'Reviews' | 'Case Studies' | 'Infographics';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DisciplineFocus]: DisciplineFocusValues[];
15
+ [FiltersNames.ResearchType]: ResearchTypeValues[];
16
+ [FiltersNames.TargetAudience]: TargetAudienceValues[];
17
+ [FiltersNames.InnovationLevel]: InnovationLevelValues[];
18
+ [FiltersNames.ContentFormat]: ContentFormatValues[];
19
+ };
20
+ export declare const disciplineFocusValues: DisciplineFocusValues[];
21
+ export declare const researchTypeValues: ResearchTypeValues[];
22
+ export declare const targetAudienceValues: TargetAudienceValues[];
23
+ export declare const innovationLevelValues: InnovationLevelValues[];
24
+ export declare const contentFormatValues: ContentFormatValues[];
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={})).DisciplineFocus="DisciplineFocus",e.ResearchType="ResearchType",e.TargetAudience="TargetAudience",e.InnovationLevel="InnovationLevel",e.ContentFormat="ContentFormat";const s=["Biology","Chemistry","Physics","Earth Sciences"],t=["Original Research","Review Articles","Scientific Advances","Interdisciplinary Studies"],i=["Students","Educators","Researchers","Science Enthusiasts"],r=["Groundbreaking","Innovative","Emerging Trends","Established Concepts"],n=["Research Articles","Reviews","Case Studies","Infographics"],o={[exports.FiltersNames.DisciplineFocus]:[],[exports.FiltersNames.ResearchType]:[],[exports.FiltersNames.TargetAudience]:[],[exports.FiltersNames.InnovationLevel]:[],[exports.FiltersNames.ContentFormat]:[]},a={[exports.FiltersNames.DisciplineFocus]:s,[exports.FiltersNames.ResearchType]:t,[exports.FiltersNames.TargetAudience]:i,[exports.FiltersNames.InnovationLevel]:r,[exports.FiltersNames.ContentFormat]:n},l=()=>JSON.stringify(a,null,2);exports.contentFormatValues=n,exports.disciplineFocusValues=s,exports.fullFilters=a,exports.getFiltersTypesJSON=l,exports.initialFilters=o,exports.innovationLevelValues=r,exports.researchTypeValues=t,exports.targetAudienceValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.contentFormatValues=t.contentFormatValues,exports.disciplineFocusValues=t.disciplineFocusValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.innovationLevelValues=t.innovationLevelValues,exports.researchTypeValues=t.researchTypeValues,exports.targetAudienceValues=t.targetAudienceValues,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: SciFusions is an innovative infotainment articles portal dedicated to scientific research and reviews across multiple disciplines, including biology, chemistry, physics, and earth sciences. It serves as a platform for publishing original research articles and showcasing significant scientific advances.\n - Detailed description: SciFusions combines the realms of science and information to provide a comprehensive portal for individuals interested in the latest developments in research across various scientific fields. Each article is meticulously curated, ensuring that readers gain insights into groundbreaking studies, innovative discoveries, and interdisciplinary collaborations. The portal encourages a deeper understanding of complex scientific concepts, making them accessible to a broader audience. With a user-friendly interface and a wealth of resources, SciFusions aims to foster a community of learners, educators, and science enthusiasts alike, driving curiosity and engagement in the scientific community.\n - Target audience: The target audience for SciFusions includes students, educators, researchers, and science enthusiasts from various backgrounds. Individuals seeking to enhance their knowledge in scientific disciplines, as well as professionals who want to stay informed about the latest research trends and advancements, will find the portal invaluable. Additionally, institutions and organizations involved in scientific research may also benefit from accessing the content shared on SciFusions.\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## Methodology\n - Overview of research methods used\n - Data collection techniques\n\n## Future Directions\n - Upcoming trends in research\n - Areas requiring further investigation\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 - Methodology, 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: SciFusions is an innovative infotainment articles portal dedicated to scientific research and reviews across multiple disciplines, including biology, chemistry, physics, and earth sciences. It serves as a platform for publishing original research articles and showcasing significant scientific advances.\n - Detailed description: SciFusions combines the realms of science and information to provide a comprehensive portal for individuals interested in the latest developments in research across various scientific fields. Each article is meticulously curated, ensuring that readers gain insights into groundbreaking studies, innovative discoveries, and interdisciplinary collaborations. The portal encourages a deeper understanding of complex scientific concepts, making them accessible to a broader audience. With a user-friendly interface and a wealth of resources, SciFusions aims to foster a community of learners, educators, and science enthusiasts alike, driving curiosity and engagement in the scientific community.\n - Target audience: The target audience for SciFusions includes students, educators, researchers, and science enthusiasts from various backgrounds. Individuals seeking to enhance their knowledge in scientific disciplines, as well as professionals who want to stay informed about the latest research trends and advancements, will find the portal invaluable. Additionally, institutions and organizations involved in scientific research may also benefit from accessing the content shared on SciFusions.\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## Methodology\n - Overview of research methods used\n - Data collection techniques\n\n## Future Directions\n - Upcoming trends in research\n - Areas requiring further investigation\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 - Methodology, 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 the Experts | SciFusions - Leading Scientific Insights",description:"🌟 Discover the brilliant minds behind the groundbreaking research at SciFusions. Join our community of scientists and enthusiasts! 🔬"},[exports.PageNames.Home]:{title:"SciFusions | Discover the World of Scientific Research",description:"🔍 Explore the latest in biology, chemistry, physics, and earth sciences with SciFusions! Your hub for original research articles and reviews! 🌌"},[exports.PageNames.NotFound]:{title:"404 Not Found | SciFusions",description:"🚫 Oops! The page you’re looking for isn’t here. Let’s get you back to exploring the world of science at SciFusions! 🔍"},[exports.PageNames.AboutUs]:{title:"About SciFusions | Your Source for Scientific Knowledge",description:"🌍 Learn about SciFusions, where we bridge the gap between research and innovation in multiple scientific disciplines. Join us! 📚"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | SciFusions",description:"🔒 Your privacy is important to us! Read our Privacy Policy to understand how we protect your data at SciFusions. 📄"},[exports.PageNames.Terms]:{title:"Terms and Conditions | SciFusions",description:"📜 Review the Terms and Conditions of using the SciFusions website. Stay informed and engaged with our community! 💡"},[exports.PageNames.Sitemap]:{title:"Sitemap | SciFusions - Navigate Our Scientific Universe",description:"🗺️ Easily explore all that SciFusions has to offer! Check out our Sitemap for a quick guide to our scientific articles and reviews. 🔗"}},a=[{name:"Dr. Arjun Mehta",description:"Dr. Arjun Mehta is a prominent biochemist with over 15 years of research experience at top-tier institutions. His work focuses on enzyme mechanisms and biochemical pathways, contributing to advancements in drug development and metabolic disease understanding.",meta_title:"Dr. Arjun Mehta - Biochemist and Researcher at SciFusions",meta_description:"Explore the work of Dr. Arjun Mehta, a leading biochemist specializing in enzyme mechanisms and drug development for SciFusions."},{name:"Prof. Neela Kapoor",description:"Prof. Neela Kapoor is a physicist with an extensive background in condensed matter physics. She has published over 50 peer-reviewed articles and has been actively involved in research on quantum materials, earning her numerous awards.",meta_title:"Prof. Neela Kapoor - Physicist and Contributor at SciFusions",meta_description:"Learn about Prof. Neela Kapoor, a respected physicist specializing in condensed matter physics and quantum materials at SciFusions."},{name:"Dr. Ravi Nair",description:"Dr. Ravi Nair is an earth scientist with a focus on climate change and geochemical processes. He has presented his research globally and is a passionate advocate for sustainable practices within the scientific community.",meta_title:"Dr. Ravi Nair - Earth Scientist and Advocate at SciFusions",meta_description:"Discover the insights of Dr. Ravi Nair, an earth scientist dedicated to studying climate change and advocating for sustainability at SciFusions."},{name:"Dr. Priya Sharma",description:"Dr. Priya Sharma is a renowned microbiologist whose research in microbial resistance has influenced healthcare policies. With over a decade of experience, she actively contributes to international conferences and journals.",meta_title:"Dr. Priya Sharma - Microbiologist and Expert at SciFusions",meta_description:"Meet Dr. Priya Sharma, a leading microbiologist focusing on microbial resistance and healthcare improvements at SciFusions."},{name:"Prof. Vikram Singh",description:"Prof. Vikram Singh is an astrobiologist specializing in the study of extreme environments. His unique approach combines biology and chemistry to understand life's potential beyond Earth, having authored numerous influential papers.",meta_title:"Prof. Vikram Singh - Astrobiologist at SciFusions",meta_description:"Uncover the research of Prof. Vikram Singh, an astrobiologist exploring life's potential in extreme environments at SciFusions."},{name:"Dr. Kavita Agarwal",description:"Dr. Kavita Agarwal is a neuroscientist focused on cognitive neuroscience and neurodegenerative diseases. With multiple groundbreaking publications, she plays a pivotal role in advancing our understanding of brain disorders.",meta_title:"Dr. Kavita Agarwal - Neuroscientist and Contributor at SciFusions",meta_description:"Delve into the work of Dr. Kavita Agarwal, an acclaimed neuroscientist researching cognitive neuroscience at SciFusions."},{name:"Mr. Harish Iyer",description:"Mr. Harish Iyer is a talented chemist with a specialization in synthetic chemistry. Recognized for his innovative research on green chemistry, he aims to develop eco-friendly alternatives in chemical synthesis.",meta_title:"Mr. Harish Iyer - Chemist and Innovator at SciFusions",meta_description:"Explore the innovative work of Mr. Harish Iyer, a chemist specializing in synthetic and green chemistry at SciFusions."},{name:"Dr. Simran Kaur",description:"Dr. Simran Kaur is an expert in environmental science, focusing on sustainability and natural resource management. Her extensive fieldwork has provided data crucial in advocating for policy changes related to environmental preservation.",meta_title:"Dr. Simran Kaur - Environmental Scientist at SciFusions",meta_description:"Learn from Dr. Simran Kaur, an expert in environmental sustainability and natural resource management at SciFusions."},{name:"Prof. Anand Reddy",description:"Prof. Anand Reddy is a theoretical physicist who explores the boundaries of particle physics and cosmology. His thought-provoking research has contributed to our understanding of the universe's fundamental forces.",meta_title:"Prof. Anand Reddy - Theoretical Physicist at SciFusions",meta_description:"Engage with the research of Prof. Anand Reddy, a theoretical physicist delving into particle physics and cosmology at SciFusions."},{name:"Dr. Leela Joshi",description:"Dr. Leela Joshi is a prominent chemist with vast expertise in analytical chemistry. Known for her work in developing advanced spectroscopic techniques, she aims to enhance accuracy in chemical analysis.",meta_title:"Dr. Leela Joshi - Analytical Chemist at SciFusions",meta_description:"Get insights from Dr. Leela Joshi, a leading analytical chemist focused on advanced spectroscopic techniques at SciFusions."},{name:"Dr. Anjali Kumar",description:"Dr. Anjali Kumar is a distinguished biologist with over 15 years of experience in microbiology and environmental science. She has published numerous research papers in prestigious journals and is known for her innovative approaches to studying microbial ecosystems. Anjali is passionate about bridging the gap between scientific research and public understanding.",meta_title:"Dr. Anjali Kumar - Microbiologist and Environmental Scientist | SciFusions",meta_description:"Explore the works of Dr. Anjali Kumar, a leading microbiologist with over 15 years of experience in environmental science. Discover her innovative research and contributions to the field on SciFusions."},{name:"Prof. Rajendra Gupta",description:"Prof. Rajendra Gupta is a renowned chemist specializing in organic chemistry and catalysis. With a Ph.D. from IIT Bombay, he has over two decades of research experience and has been awarded multiple grants for his groundbreaking work on sustainable chemical processes. His articles bridge chemistry theory and practical applications.",meta_title:"Prof. Rajendra Gupta - Expert in Organic Chemistry | SciFusions",meta_description:"Learn from Prof. Rajendra Gupta, a leading organic chemist with over 20 years of research experience. His contributions to catalysis and sustainable chemistry are featured on SciFusions."},{name:"Dr. Vikram Singh",description:"Dr. Vikram Singh is an earth scientist with a focus on climate change and geospatial analysis. Having worked with various national and international environmental agencies, he has considerable field experience and is committed to raising awareness about environmental challenges. His work influences policy making.",meta_title:"Dr. Vikram Singh - Earth Scientist and Climate Advocate | SciFusions",meta_description:"Read articles by Dr. Vikram Singh, an earth scientist dedicated to addressing climate change through geospatial analysis. His work significantly impacts environmental policy at SciFusions."},{name:"Dr. Neha Joshi",description:"Dr. Neha Joshi is an accomplished researcher in plant biology and genetics, with a specific focus on crop improvement and sustainable agriculture practices. Her extensive research initiatives have led to significant advances in agricultural productivity in India. Neha advocates for eco-friendly farming methods.",meta_title:"Dr. Neha Joshi - Plant Biologist and Agriculture Innovator | SciFusions",meta_description:"Discover the research of Dr. Neha Joshi, a plant biologist dedicated to improving crop productivity sustainably. Read her articles on innovative agricultural practices at SciFusions."},{name:"Prof. Ramesh Bhat",description:"Prof. Ramesh Bhat is a leading theoretical physicist known for his work in quantum mechanics and its applications in modern technology. He has lectured around the world and published extensively, making complex theories accessible to a wider audience. Ramesh is also a passionate science communicator.",meta_title:"Prof. Ramesh Bhat - Theoretical Physicist and Science Communicator | SciFusions",meta_description:"Engage with the writings of Prof. Ramesh Bhat, a prominent theoretical physicist who communicates complex concepts in an easily understandable manner. His articles are featured on SciFusions."},{name:"Dr. Suman Verma",description:"Dr. Suman Verma is a chemical engineer specializing in bioprocessing and renewable energy. With over a decade of research under her belt, she has developed new technologies for efficiently converting biomass into energy. Her work aims at promoting sustainable practices in energy generation.",meta_title:"Dr. Suman Verma - Chemical Engineer and Renewable Energy Advocate | SciFusions",meta_description:"Learn about the innovative work of Dr. Suman Verma, a chemical engineer focused on bioprocessing and renewable energy solutions. Read her insightful articles on SciFusions."},{name:"Dr. Aditi Malhotra",description:"Dr. Aditi Malhotra is a neuroscientist with expertise in cognitive neuroscience and neurodevelopmental disorders. Her research on brain function and behavior has been significant in understanding learning disabilities. Aditi is deeply involved in educational outreach to improve mental health awareness.",meta_title:"Dr. Aditi Malhotra - Neuroscientist and Mental Health Advocate | SciFusions",meta_description:"Explore the research and insights from Dr. Aditi Malhotra, a neuroscientist dedicated to understanding cognitive disorders and mental health awareness. Her articles are featured at SciFusions."},{name:"Dr. Ravi Mehta",description:"Dr. Ravi Mehta is an astrophysicist with a keen interest in exoplanets and the search for extraterrestrial life. He has a unique ability to translate complex astrophysical concepts into engaging articles for the general public. Ravi is also an active member of multiple international space research communities.",meta_title:"Dr. Ravi Mehta - Astrophysicist and Science Educator | SciFusions",meta_description:"Join Dr. Ravi Mehta in exploring the cosmos as an astrophysicist focused on exoplanets and extraterrestrial life. His engaging articles enrich the SciFusions community."},{name:"Dr. Kavita Rao",description:"Dr. Kavita Rao is a renowned environmental chemist whose research focuses on pollutants and their effects on ecosystems. With her comprehensive knowledge and experience in analytical chemistry, she has enabled significant advancements in environmental safety regulations. Kavita advocates for sustainable chemical practices.",meta_title:"Dr. Kavita Rao - Environmental Chemist and Sustainability Advocate | SciFusions",meta_description:"Delve into the impactful research of Dr. Kavita Rao, an environmental chemist committed to understanding pollutants and promoting sustainability. Her work is highlighted on SciFusions."},{name:"Dr. Aarti Sharma",description:"Dr. Aarti Sharma is a seasoned biologist with over 15 years of research experience in molecular biology and biochemistry. She has published more than 30 research articles in esteemed journals and is known for her work on cellular signaling pathways.",meta_title:"Dr. Aarti Sharma - Expert in Molecular Biology | SciFusions",meta_description:"Discover the contributions of Dr. Aarti Sharma, a leading biologist at SciFusions, specializing in molecular biology and cellular signaling. Read her latest research articles."},{name:"Dr. Ravi Desai",description:"Dr. Ravi Desai is a physicist with a keen interest in condensed matter physics. With a Ph.D. from IIT Bombay, he has authored numerous peer-reviewed articles and has received several awards for his groundbreaking research in material science.",meta_title:"Dr. Ravi Desai - Condensed Matter Physics Specialist | SciFusions",meta_description:"Explore the works of Dr. Ravi Desai, a distinguished physicist at SciFusions, focused on condensed matter physics and material science. Read his significant research contributions."},{name:"Dr. Neha Iyer",description:"Dr. Neha Iyer is a chemist with a focus on green chemistry and sustainable processes. She has spent over a decade researching eco-friendly chemical solutions and has published extensively in high-impact journals.",meta_title:"Dr. Neha Iyer - Green Chemistry Advocate | SciFusions",meta_description:"Learn about Dr. Neha Iyer, a prominent chemist at SciFusions dedicated to green chemistry and sustainability. Discover her innovative research in eco-friendly chemical processes."},{name:"Dr. Amit Kumar",description:"Dr. Amit Kumar is an earth scientist specializing in climate change and environmental sustainability. With over 12 years in the field, he has worked on various intergovernmental programs and has contributed significantly to environmental research.",meta_title:"Dr. Amit Kumar - Climate Change Expert | SciFusions",meta_description:"Meet Dr. Amit Kumar, an earth scientist at SciFusions focused on climate change and sustainability. Read his impactful research and insights into environmental issues."},{name:"Dr. Rajesh Gupta",description:"Dr. Rajesh Gupta is a theoretical physicist whose research focuses on quantum mechanics and its applications. He has contributed to numerous journals and is recognized for introducing innovative models in his field.",meta_title:"Dr. Rajesh Gupta - Theoretical Physicist | SciFusions",meta_description:"Explore the academic contributions of Dr. Rajesh Gupta, a theoretical physicist at SciFusions. Learn more about his innovative work in quantum mechanics."},{name:"Dr. Meera Menon",description:"Dr. Meera Menon is an esteemed environmental scientist with expertise in biodiversity conservation. With extensive fieldwork across various ecosystems, she has significantly influenced conservation policies and is a prolific author.",meta_title:"Dr. Meera Menon - Biodiversity Conservation Specialist | SciFusions",meta_description:"Discover the impactful work of Dr. Meera Menon at SciFusions, an environmental scientist focused on biodiversity conservation. Read her influential research."},{name:"Dr. Vishal Ahuja",description:"Dr. Vishal Ahuja is a prominent chemist recognized for his research in nanotechnology. He has authored over 25 research papers and frequently collaborates with industries to enhance material applications.",meta_title:"Dr. Vishal Ahuja - Nanotechnology Innovator | SciFusions",meta_description:"Learn about Dr. Vishal Ahuja's groundbreaking research in nanotechnology at SciFusions. Dive into his contributions to material sciences and innovation."},{name:"Dr. Kavita Nair",description:"Dr. Kavita Nair is an interdisciplinary scientist working at the intersection of biology and chemistry. She focuses on drug discovery and has led multiple successful projects targeting resistant strains of bacteria.",meta_title:"Dr. Kavita Nair - Interdisciplinary Scientist | SciFusions",meta_description:"Meet Dr. Kavita Nair, an interdisciplinary scientist at SciFusions dedicated to drug discovery. Explore her significant research in combating bacterial resistance."},{name:"Dr. Anil Patil",description:"Dr. Anil Patil is a civil engineer and earth scientist who specializes in geotechnical engineering. His expertise lies in sustainable construction practices, and he has been published widely in various engineering journals.",meta_title:"Dr. Anil Patil - Civil Engineer and Earth Scientist | SciFusions",meta_description:"Discover the work of Dr. Anil Patil at SciFusions, a civil engineer specializing in geotechnical engineering and sustainable building practices. Read his research contributions."},{name:"Dr. Amit Sharma",description:"Dr. Amit Sharma is a renowned biochemist with over 15 years of experience in enzymology and metabolic pathways. He has published numerous research articles in prestigious journals and is known for his innovative approaches to drug discovery.",meta_title:"Dr. Amit Sharma – Biochemist at SciFusions",meta_description:"Explore the research contributions of Dr. Amit Sharma, a leading biochemist specializing in enzymology and metabolic pathways at SciFusions."},{name:"Dr. Nisha Gupta",description:"Dr. Nisha Gupta holds a Ph.D. in Physics and is an expert in condensed matter physics. With several years of experience in academic research, she focuses on quantum materials and their applications in technology.",meta_title:"Dr. Nisha Gupta – Physics Expert at SciFusions",meta_description:"Learn about Dr. Nisha Gupta's contributions to condensed matter physics and quantum materials at SciFusions."},{name:"Dr. Rakesh Patel",description:"A distinguished geologist with expertise in earth sciences, Dr. Rakesh Patel has worked on various projects related to mineral exploration and environmental geology for over a decade.",meta_title:"Dr. Rakesh Patel – Geologist at SciFusions",meta_description:"Discover Dr. Rakesh Patel's research work on mineral exploration and environmental geology at SciFusions."},{name:"Dr. Meera Das",description:"Dr. Meera Das is an accomplished microbiologist who studies microbial diversity and its ecological impacts. She has contributed significantly to the field with her research on soil microbiomes.",meta_title:"Dr. Meera Das – Microbiologist at SciFusions",meta_description:"Uncover Dr. Meera Das's research in microbial diversity and soil microbiomes at SciFusions."},{name:"Dr. Vikram Rao",description:"With a specialization in physical chemistry, Dr. Vikram Rao has over 20 years of experience studying reaction mechanisms and catalysis. His work has received multiple awards in the field.",meta_title:"Dr. Vikram Rao – Physical Chemist at SciFusions",meta_description:"Explore the impressive research of Dr. Vikram Rao in physical chemistry and catalysis at SciFusions."},{name:"Dr. Priya Sen",description:"Dr. Priya Sen is a leading expert in bioinformatics and computational biology. Her research focuses on genomic data analysis and the development of algorithms for biological research.",meta_title:"Dr. Priya Sen – Bioinformatics Specialist at SciFusions",meta_description:"Delve into the work of Dr. Priya Sen in bioinformatics and computational biology at SciFusions."},{name:"Dr. Karan Menon",description:"An experienced environmental scientist, Dr. Karan Menon has published extensively on climate change and its effects on biodiversity. He is actively involved in policy formulation for sustainable development.",meta_title:"Dr. Karan Menon – Environmental Scientist at SciFusions",meta_description:"Learn more about Dr. Karan Menon's significant contributions to climate change research and sustainable development at SciFusions."},{name:"Dr. Sunita Kapoor",description:"Dr. Sunita Kapoor is a molecular biologist with expertise in genetic engineering and CRISPR technology. Her groundbreaking research has paved the way for advances in agricultural biotechnology.",meta_title:"Dr. Sunita Kapoor – Molecular Biologist at SciFusions",meta_description:"Explore the innovative research of Dr. Sunita Kapoor in genetic engineering and CRISPR technologies at SciFusions."},{name:"Dr. Arjun Verma",description:"Dr. Arjun Verma specializes in astrophysics and cosmology, with a focus on dark matter and galaxy formation. His research has contributed significantly to our understanding of the universe.",meta_title:"Dr. Arjun Verma – Astrophysicist at SciFusions",meta_description:"Discover Dr. Arjun Verma's research in astrophysics and galaxy formation at SciFusions."},{name:"Dr. Anjali Rao",description:"Dr. Anjali Rao is a renowned chemist specializing in sustainable chemistry. Her work focuses on developing eco-friendly alternatives and waste reduction in chemical processes.",meta_title:"Dr. Anjali Rao – Chemist at SciFusions",meta_description:"Uncover the sustainable chemistry research of Dr. Anjali Rao, focusing on eco-friendly alternatives at SciFusions."},{name:"Dr. Emily Carter",description:"Dr. Emily Carter is a biochemist with over 15 years of experience in researching enzymatic reactions and metabolic pathways. She holds a PhD from Harvard University and has published numerous articles in prestigious journals, contributing significantly to the fields of molecular biology and pharmacology.",meta_title:"Dr. Emily Carter - Biochemist and Researcher",meta_description:"Explore the research of Dr. Emily Carter, a biochemist with 15+ years of experience in enzymatic reactions and molecular biology. Discover her contributions to the field."},{name:"Professor Liam Chen",description:"Professor Liam Chen is a prominent physicist specializing in quantum mechanics and condensed matter physics. He leads a research group at Stanford University and has authored over 50 peer-reviewed publications, making significant strides in understanding the behavior of materials at the atomic level.",meta_title:"Professor Liam Chen - Quantum Physicist",meta_description:"Learn about Professor Liam Chen, a leading expert in quantum mechanics and condensed matter physics with over 50 publications. Discover his research at Stanford University."},{name:"Dr. Sofia Patel",description:"Dr. Sofia Patel is an Earth scientist with a focus on climate change and hydrology. She earned her PhD from the University of Toronto and has worked with international organizations to assess the impacts of climate variability. Her work bridges the gap between scientific research and policy-making.",meta_title:"Dr. Sofia Patel - Earth Scientist and Policy Advisor",meta_description:"Discover the work of Dr. Sofia Patel, an Earth scientist specializing in climate change and hydrology. Explore her insights on bridging science and policy."},{name:"Dr. Hiroshi Takeda",description:"Dr. Hiroshi Takeda is a chemist known for his innovative research in nanotechnology and materials science. He holds a PhD from the University of Tokyo and has numerous accolades for his pioneering work in the development of nanomaterials for energy applications.",meta_title:"Dr. Hiroshi Takeda - Nanotechnology Expert",meta_description:"Get to know Dr. Hiroshi Takeda, a chemist specialized in nanotechnology and sustainable materials. Learn about his research and innovations in energy applications."},{name:"Dr. Maria Gonzales",description:"Dr. Maria Gonzales is a leading researcher in environmental chemistry and toxicology. With a PhD from the University of California, Berkeley, she has published extensively on the effects of pollutants in marine ecosystems, significantly impacting environmental protection efforts.",meta_title:"Dr. Maria Gonzales - Environmental Chemist",meta_description:"Explore Dr. Maria Gonzales's pioneering research in environmental chemistry and toxicology, focusing on the impact of pollutants in marine ecosystems."},{name:"Professor John Smith",description:"Professor John Smith is a distinguished physicist with expertise in astrophysics and cosmology. He teaches at the Massachusetts Institute of Technology and has authored several groundbreaking publications on dark matter and the evolution of galaxies, shaping our understanding of the universe.",meta_title:"Professor John Smith - Astrophysicist and Educator",meta_description:"Learn from Professor John Smith, an astrophysicist specializing in dark matter and galaxy evolution. Explore his research and contributions to cosmology."},{name:"Dr. Anika Basu",description:"Dr. Anika Basu is a chemical biologist who specializes in drug discovery and development. Recently appointed at the University of Cambridge, her research focuses on target identification and validation for therapeutic intervention in various diseases.",meta_title:"Dr. Anika Basu - Chemical Biologist and Innovator",meta_description:"Discover the work of Dr. Anika Basu, a chemical biologist focused on drug discovery and development. Learn about her innovative research at Cambridge."},{name:"Dr. Marcus Legrand",description:"Dr. Marcus Legrand is a geophysicist with a strong emphasis on seismology and earthquake engineering. He holds a PhD from the California Institute of Technology and has consulted on numerous projects aimed at improving building resilience against seismic activities.",meta_title:"Dr. Marcus Legrand - Geophysicist and Earthquake Expert",meta_description:"Engage with the work of Dr. Marcus Legrand, a geophysicist specializing in seismology and earthquake engineering, who is enhancing building resilience globally."},{name:"Dr. Aisha Nasir",description:"Dr. Aisha Nasir is a microbiologist with a focus on infectious diseases and antibiotic resistance. She has published extensively in leading journals and is a principal investigator at Johns Hopkins University, where she studies the mechanisms of resistance in pathogenic bacteria.",meta_title:"Dr. Aisha Nasir - Microbiologist and Infectious Disease Specialist",meta_description:"Explore Dr. Aisha Nasir's research on infectious diseases and antibiotic resistance. Learn about her impactful work at Johns Hopkins University."},{name:"Professor David Thompson",description:"Professor David Thompson is a renowned ecologist specializing in biodiversity and conservation. With years of fieldwork experience across global ecosystems, he teaches at the University of Florida and plays an active role in conservation policy and education.",meta_title:"Professor David Thompson - Ecologist and Conservationist",meta_description:"Discover Professor David Thompson's contributions to biodiversity and conservation. Learn about his vital role in ecological education and policy."},{name:"Prof. John Stevens",description:"Professor John Stevens is a renowned chemist with a focus on sustainable materials and green chemistry. He has published over 100 research papers and received multiple awards for his contributions to chemical sciences. Currently teaching at MIT, his work seeks to innovate for a sustainable future.",meta_title:"Prof. John Stevens - Chemist and Green Chemistry Advocate | SciFusions",meta_description:"Read articles by Prof. John Stevens, an expert in sustainable materials and green chemistry. Uncover his research and innovations aimed at promoting sustainability in chemical sciences."},{name:"Dr. Maria Gonzalez",description:"Dr. Maria Gonzalez is a physicist specializing in renewable energy technologies. With a Ph.D. from the University of California, Berkeley, she has led several groundbreaking projects in solar energy and energy efficiency. Dr. Gonzalez is an advocate for integrating scientific research with practical applications for environmental benefit.",meta_title:"Dr. Maria Gonzalez - Renewable Energy Physicist | SciFusions",meta_description:"Discover articles by Dr. Maria Gonzalez, a physicist dedicated to renewable energy technologies. Learn about her innovative research in solar energy and energy efficiency."},{name:"Dr. Liam Patel",description:"Dr. Liam Patel is an earth scientist with expertise in geology and the study of natural resources. He completed his Ph.D. at the University of Edinburgh and has worked on various international projects focusing on sustainable resource extraction. His articles frequently discuss the balance between industry needs and environmental conservation.",meta_title:"Dr. Liam Patel - Earth Scientist and Geologist | SciFusions",meta_description:"Explore Dr. Liam Patel's articles on geology and natural resources. Learn how he addresses sustainable practices in resource extraction for a better future."},{name:"Prof. Ava Reilly",description:"Professor Ava Reilly is a leading researcher in molecular biology with a keen interest in genetic engineering. With over 15 years in the discipline, she has authored numerous papers and books discussing CRISPR and its applications. Currently, she holds a position at Harvard University, where she also mentors aspiring scientists.",meta_title:"Prof. Ava Reilly - Molecular Biologist and Genetic Engineering Expert | SciFusions",meta_description:"Dive into Prof. Ava Reilly's articles on molecular biology and genetic engineering. Explore her cutting-edge research on CRISPR and its transformative potential."},{name:"Dr. Noah Thompson",description:"Dr. Noah Thompson is a chemist with a focus on pharmaceutical chemistry and drug development. With a Ph.D. from the University of Oxford, he has worked in both academia and industry, contributing to the development of various therapeutics. Dr. Thompson is dedicated to combining science with patient-centered healthcare.",meta_title:"Dr. Noah Thompson - Pharmaceutical Chemist | SciFusions",meta_description:"Read insights from Dr. Noah Thompson, a pharmaceutical chemist specializing in drug development. Discover his research contributions to patient-centered healthcare."},{name:"Dr. Sophia Liu",description:"Dr. Sophia Liu is an environmental physicist specializing in climate modeling and atmospheric sciences. She holds a Ph.D. from the University of Cambridge and has contributed significantly to understanding climate dynamics. Her work has been pivotal in informing global climate policy and sustainable practices.",meta_title:"Dr. Sophia Liu - Environmental Physicist and Climate Scientist | SciFusions",meta_description:"Learn from Dr. Sophia Liu's expertise in climate modeling and atmospheric sciences. Explore her research that shapes global climate policy and sustainable practices."},{name:"Dr. Ethan Kaur",description:"Dr. Ethan Kaur is a geophysicist with extensive experience in seismic research and earthquake prediction. He obtained his Ph.D. from the California Institute of Technology and has worked worldwide, focusing on enhancing our understanding of tectonic activities and disaster preparedness.",meta_title:"Dr. Ethan Kaur - Geophysicist and Seismic Researcher | SciFusions",meta_description:"Follow Dr. Ethan Kaur’s research on seismic activities and earthquake prediction. Discover his insightful articles focused on geophysics and disaster preparedness."},{name:"Dr. Isabella Fernandez",description:"Dr. Isabella Fernandez is an expert in molecular ecology with a focus on evolutionary biology. She completed her Ph.D. at the University of Sydney and has published extensively on species adaptation and genetic diversity. Her work is critical for understanding ecological and evolutionary processes.",meta_title:"Dr. Isabella Fernandez - Molecular Ecologist and Evolutionary Biologist | SciFusions",meta_description:"Explore articles by Dr. Isabella Fernandez, a molecular ecologist specializing in evolutionary biology. Understand her research on species adaptation and genetic diversity."},{name:"Prof. Antonio Rossi",description:"Professor Antonio Rossi is a theoretical physicist known for his work in quantum mechanics and its applications in emerging technologies. He has published numerous articles in leading scientific journals and is actively involved in interdisciplinary research collaborations. Prof. Rossi teaches at a top university in Italy.",meta_title:"Prof. Antonio Rossi - Theoretical Physicist and Quantum Mechanics Expert | SciFusions",meta_description:"Read insights from Prof. Antonio Rossi, a theoretical physicist specializing in quantum mechanics. Discover his contributions to emerging technologies and interdisciplinary research."}],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:#1f3a3d;--theme-color-8:#2d5b5e;--theme-color-7:#3e7b7c;--theme-color-6:#4faeae;--theme-color-5:#a7d5d9;--theme-color-3:#d0ebe9;--theme-color-2:#eaeff2;--color-bg-layout:#ffffff;--color-bg-hover:#e0e0e0;--article-border-radius:15px;--btn-border-radius:8px;--category-border-radius:20px;}
@@ -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\u269B\uFE0F";
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-10-03T00:00:00Z";
13
+ export declare const devBucketName = "idn-synapsewaves-dev";
14
+ export declare const prodBucketName = "idn-synapsewaves";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={biologicalSciences:{title:"Exploring Biological Sciences 🌿 - Research & Discoveries",description:"Dive into the world of Biological Sciences with research articles and advances. Explore cell biology, genetics, ecology, and microbiology! 🔬",slug:"biological-sciences",children:{cellBiology:{title:"Cell Biology 🔍 - Understanding The Building Blocks of Life",description:"Explore the fascinating realm of cell biology. Discover research, advancements, and insights on cellular structures and functions! 🧬",slug:"cell-biology",children:null},genetics:{title:"Genetics 🧬 - Unraveling the Code of Life",description:"Delve into genetics to understand heredity and variation. Discover original research and reviews in the field of genetics! 🧬✨",slug:"genetics",children:null},microbiology:{title:"Microbiology 🔬 - Discovering Microorganisms & Their Impact",description:"Dive into microbiology to uncover the role of microorganisms in ecosystems and human health. Explore research articles and reviews today! 🦠",slug:"microbiology",children:null},ecology:{title:"Ecology 🌍 - Understanding Life & Ecosystems",description:"Explore ecology to understand the relationships between living organisms and their environment. Discover new research and insights! 🌳",slug:"ecology",children:null},other:{title:"Other Biological Sciences 🧪 - Diverse Scientific Frontiers",description:"Discover other fields within biological sciences that enrich our understanding. Read diverse research articles and reviews here! 🔎",slug:"other-biological-sciences",children:null}}},chemicalSciences:{title:"Explore the Depths of Chemical Sciences 🔬",description:"Delve into the world of chemical sciences, where research, reviews, and discoveries in organic, inorganic, physical, and analytical chemistry are highlighted. 🌐",slug:"chemical-sciences",children:{organicChemistry:{title:"Organic Chemistry: Unlocking Molecular Secrets 🧪",description:"Discover the fascinating realm of organic chemistry, featuring original research, in-depth reviews, and significant advancements in carbon-based compounds. 🧬",slug:"organic-chemistry",children:null},inorganicChemistry:{title:"Inorganic Chemistry: The Foundations of Matter ⚗️",description:"Explore the principles and research in inorganic chemistry, unveiling the complexities of non-carbon elements and their compounds for scientific advancements. 🌌",slug:"inorganic-chemistry",children:null},physicalChemistry:{title:"Physical Chemistry: The Intersection of Physics and Chemistry 🌌",description:"Dive into physical chemistry, where the laws of physics apply to chemical systems, offering insights into energy, kinetics, and reaction mechanisms. ⚡",slug:"physical-chemistry",children:null},analyticalChemistry:{title:"Analytical Chemistry: Precision in Measurement 📊",description:"Learn about analytical chemistry techniques and methodologies, crucial for understanding substance composition and the quality of materials. 🔍",slug:"analytical-chemistry",children:null},other:{title:"Other Chemical Sciences: Diverse Explorations 🌈",description:"Explore miscellaneous topics in chemical sciences, encompassing cutting-edge research and findings beyond traditional subfields for a broader perspective. 🌍",slug:"other-chemical-sciences",children:null}}},physicalSciences:{title:"Explore the Depths of Physical Sciences 🌌",description:"Delve into the realms of physical sciences, covering topics from quantum physics to thermodynamics, offering insightful research and original articles. 🔍",slug:"physical-sciences",children:{quantumPhysics:{title:"Understanding Quantum Physics: A Deep Dive 🔮",description:"Discover the fascinating world of quantum physics. Explore groundbreaking research and articles that explain this complex field with clarity. 📚",slug:"quantum-physics",children:null},classicalMechanics:{title:"Classical Mechanics: The Foundation of Physics ⚙️",description:"Explore classical mechanics, the cornerstone of physics. Uncover essential theories and research that shape our understanding of motion and forces. 🏋️‍♂️",slug:"classical-mechanics",children:null},thermodynamics:{title:"The Science of Thermodynamics: Energy Unleashed 🌡️",description:"Dive into thermodynamics, studying heat and energy interactions. Find original research and comprehensive reviews to enhance your understanding. 🔥",slug:"thermodynamics",children:null},optics:{title:"Optics: The Study of Light and Vision 🌈",description:"Uncover the principles of optics, investigating light behavior. Discover engaging articles and research that illuminate this essential field. 👓",slug:"optics",children:null},other:{title:"Other Physical Sciences Topics: Beyond the Basics 🌍",description:"Explore additional topics within physical sciences that don’t fit traditional categories. Find unique articles and research to broaden your knowledge. 📖",slug:"other-physical-sciences",children:null}}},earthSciences:{title:"Explore the Fascinating World of Earth Sciences 🌍",description:"Dive deep into geology, meteorology, oceanography, and environmental science, showcasing groundbreaking research and insightful reviews. 🌟",slug:"earth-sciences",children:{geology:{title:"Unraveling the Layers of Geology: Earth's History 🏔️",description:"Discover the intricate processes that shape our planet's geology, featuring research articles and reviews that illuminate Earth's past and present. 📚",slug:"geology",children:null},meteorology:{title:"The Science of Meteorology: Weather Patterns Explained ☁️",description:"Understand atmospheric phenomena and weather forecasting techniques through comprehensive reviews and groundbreaking research in meteorology. 🌈",slug:"meteorology",children:null},oceanography:{title:"Exploring the Depths of Oceanography: Marine Discoveries 🌊",description:"Immerse yourself in the study of oceans and marine ecosystems with original research and insightful articles that highlight oceanographic advances. 🐠",slug:"oceanography",children:null},environmentalScience:{title:"Understanding Environmental Science: Our Planet's Health 🌱",description:"Examine crucial environmental issues and sustainability efforts through scientific reviews and original research dedicated to environmental science. 🌍",slug:"environmental-science",children:null},other:{title:"Diverse Disciplines in Earth Sciences: A Broader Perspective 🔍",description:"Explore various other topics related to earth sciences, presenting unique research and innovative ideas from multiple scientific avenues. 🌌",slug:"other",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),s=e.AUTHORS_INFO.map((e=>e.name)),t="🔬📚🌍⚛️",c=Object.keys(i),r=[],o=[];for(const e of c){const n=i[e];if(null==n?void 0:n.children){r.push(...Object.keys(n.children));for(const e of r){const i=n.children[e];(null==i?void 0:i.children)&&o.push(...Object.keys(i.children))}}}const a="2024-10-03T00:00:00Z",l="synapsewaves",h=`idn-${l}-dev`,d=`idn-${l}`;exports.DEFAULT_DESCRIPTION_EMOJIS=t,exports.authors=n,exports.authorsNames=s,exports.categories=c,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=a,exports.subcategories=r,exports.subsubcategories=o;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ Discipline = "Discipline",
3
+ ArticleType = "ArticleType",
4
+ ResearchFocus = "ResearchFocus",
5
+ AudienceLevel = "AudienceLevel"
6
+ }
7
+ type DisciplineValues = 'Biology' | 'Chemistry' | 'Physics' | 'Earth Sciences' | 'Interdisciplinary';
8
+ type ArticleTypeValues = 'Original Research' | 'Comprehensive Review' | 'Meta-Analysis' | 'Case Study' | 'News Update';
9
+ type ResearchFocusValues = 'Molecular Biology' | 'Environmental Chemistry' | 'Quantum Physics' | 'Geological Studies' | 'Biotechnology Advances';
10
+ type AudienceLevelValues = 'Beginner-Friendly' | 'Intermediate Insight' | 'Advanced Research' | 'Expert Analysis';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.Discipline]: DisciplineValues[];
13
+ [FiltersNames.ArticleType]: ArticleTypeValues[];
14
+ [FiltersNames.ResearchFocus]: ResearchFocusValues[];
15
+ [FiltersNames.AudienceLevel]: AudienceLevelValues[];
16
+ };
17
+ export declare const disciplineValues: DisciplineValues[];
18
+ export declare const articleTypeValues: ArticleTypeValues[];
19
+ export declare const researchFocusValues: ResearchFocusValues[];
20
+ export declare const audienceLevelValues: AudienceLevelValues[];
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={})).Discipline="Discipline",e.ArticleType="ArticleType",e.ResearchFocus="ResearchFocus",e.AudienceLevel="AudienceLevel";const s=["Biology","Chemistry","Physics","Earth Sciences","Interdisciplinary"],i=["Original Research","Comprehensive Review","Meta-Analysis","Case Study","News Update"],r=["Molecular Biology","Environmental Chemistry","Quantum Physics","Geological Studies","Biotechnology Advances"],t=["Beginner-Friendly","Intermediate Insight","Advanced Research","Expert Analysis"],l={[exports.FiltersNames.Discipline]:[],[exports.FiltersNames.ArticleType]:[],[exports.FiltersNames.ResearchFocus]:[],[exports.FiltersNames.AudienceLevel]:[]},a={[exports.FiltersNames.Discipline]:s,[exports.FiltersNames.ArticleType]:i,[exports.FiltersNames.ResearchFocus]:r,[exports.FiltersNames.AudienceLevel]:t},c=()=>JSON.stringify(a,null,2);exports.articleTypeValues=i,exports.audienceLevelValues=t,exports.disciplineValues=s,exports.fullFilters=a,exports.getFiltersTypesJSON=c,exports.initialFilters=l,exports.researchFocusValues=r;
@@ -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.articleTypeValues=t.articleTypeValues,exports.audienceLevelValues=t.audienceLevelValues,exports.disciplineValues=t.disciplineValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.researchFocusValues=t.researchFocusValues,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: SynapseWaves is an infotainment portal dedicated to disseminating knowledge across various scientific disciplines. It offers original research articles, comprehensive reviews, and insights into advancements in biology, chemistry, physics, and earth sciences.\n - Detailed description: SynapseWaves serves as a dynamic infotainment platform that bridges the gap between complex scientific research and a broader audience's understanding. The portal showcases original research articles, peer-reviewed studies, and comprehensive reviews that cover multiple disciplines including biology, chemistry, physics, and earth sciences. It aims to make scientific knowledge accessible and engaging, featuring in-depth content that highlights recent advancements and innovative discoveries in these fields. Users can navigate through a rich repository of articles, making it a go-to resource for those interested in the latest scientific trends and breakthroughs, complete with user-friendly interfaces that enhance the reading experience.\n - Target audience: The primary target audience for SynapseWaves includes students, educators, researchers, and science enthusiasts, as well as professionals working in scientific fields who seek reliable information and insights into recent developments in various areas of science.\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 Highlights\n - Key Findings\n - Implications and Applications\n\n## Methodology Overview\n - Research Design\n - Experimental Procedures\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 Highlights, 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: SynapseWaves is an infotainment portal dedicated to disseminating knowledge across various scientific disciplines. It offers original research articles, comprehensive reviews, and insights into advancements in biology, chemistry, physics, and earth sciences.\n - Detailed description: SynapseWaves serves as a dynamic infotainment platform that bridges the gap between complex scientific research and a broader audience's understanding. The portal showcases original research articles, peer-reviewed studies, and comprehensive reviews that cover multiple disciplines including biology, chemistry, physics, and earth sciences. It aims to make scientific knowledge accessible and engaging, featuring in-depth content that highlights recent advancements and innovative discoveries in these fields. Users can navigate through a rich repository of articles, making it a go-to resource for those interested in the latest scientific trends and breakthroughs, complete with user-friendly interfaces that enhance the reading experience.\n - Target audience: The primary target audience for SynapseWaves includes students, educators, researchers, and science enthusiasts, as well as professionals working in scientific fields who seek reliable information and insights into recent developments in various areas of science.\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 Highlights\n - Key Findings\n - Implications and Applications\n\n## Methodology Overview\n - Research Design\n - Experimental Procedures\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 Highlights, 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:"Expert Contributors | SynapseWaves",description:"Discover the brilliant minds behind our scientific articles. Meet our expert authors and delve into their groundbreaking research! ✍️🔬"},[exports.PageNames.Home]:{title:"SynapseWaves | Your Hub for Scientific Research & Reviews",description:"Explore cutting-edge research in biology, chemistry, physics, and earth sciences. Stay informed with SynapseWaves! 🌍🔍"},[exports.PageNames.NotFound]:{title:"Page Not Found | SynapseWaves",description:"Oops! We couldn't find the page you're looking for. Explore our rich collection of scientific articles instead! 🚫📚"},[exports.PageNames.AboutUs]:{title:"About SynapseWaves | Fostering Scientific Knowledge",description:"Learn about SynapseWaves, our mission, and how we contribute to the scientific community through innovative research and reviews. 🌟🔭"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | SynapseWaves",description:"Your privacy matters! Read our privacy policy to understand how we protect your information while you explore scientific knowledge. 🔒📄"},[exports.PageNames.Terms]:{title:"Terms of Service | SynapseWaves",description:"Understand the terms governing your use of SynapseWaves. Stay informed about our policies and agreements! 📜⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate SynapseWaves Easily",description:"Find your way around SynapseWaves effortlessly. Access our comprehensive sitemap for quick navigation! 🗺️🔗"}},a=[{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is a renowned biologist specializing in molecular genetics, with over 15 years of research experience at prestigious institutions across India and the US. She has authored numerous publications in high-impact journals and is recognized for her contributions to understanding genetic disorders.",meta_title:"Dr. Aditi Sharma - Molecular Geneticist and Research Expert",meta_description:"Explore the work of Dr. Aditi Sharma, a leading molecular geneticist with over 15 years of experience in genetics research. Read her insightful articles on SynapseWaves."},{name:"Dr. Ravi Kumar",description:"Dr. Ravi Kumar is a physicist with a focus on condensed matter physics. Holding a PhD from the Indian Institute of Science, he has published extensively on quantum materials and is actively involved in collaborative research across multiple countries.",meta_title:"Dr. Ravi Kumar - Expert in Condensed Matter Physics",meta_description:"Discover the research contributions of Dr. Ravi Kumar, a condensed matter physicist with a wealth of knowledge and experience. Follow his latest articles on SynapseWaves."},{name:"Dr. Neha Gupta",description:"Dr. Neha Gupta is an accomplished chemist whose work revolves around green chemistry and sustainable practices. With a PhD and over a decade of research experience, she is passionate about finding eco-friendly solutions to chemical processes.",meta_title:"Dr. Neha Gupta - Green Chemistry Innovator",meta_description:"Learn about Dr. Neha Gupta's innovative research in green chemistry. Her articles on sustainable chemical practices are featured on SynapseWaves."},{name:"Dr. Sanjay Verma",description:"Dr. Sanjay Verma is an expert in climate science and earth systems. With significant contributions to understanding climate change impacts on the Indian subcontinent, his research promotes resilience and adaptability in vulnerable regions.",meta_title:"Dr. Sanjay Verma - Climate Scientist and Earth Systems Expert",meta_description:"Explore the impactful research of Dr. Sanjay Verma, a climate scientist focusing on climate change in India. Read his work on SynapseWaves."},{name:"Dr. Priya Desai",description:"Dr. Priya Desai, a biochemist, focuses her research on enzymatic reactions and their applications in biotechnology. With a strong academic background, she has published several pioneering studies on enzyme kinetics.",meta_title:"Dr. Priya Desai - Biochemist and Biotechnology Researcher",meta_description:"Delve into the biochemical research of Dr. Priya Desai, an expert in enzymatic reactions. Discover her articles on SynapseWaves."},{name:"Dr. Anuj Patil",description:"Dr. Anuj Patil is a materials scientist specializing in nanomaterials and their applications in electronics. With over 20 research papers published, he is at the forefront of nanotechnology development in India.",meta_title:"Dr. Anuj Patil - Nanotechnology and Materials Scientist",meta_description:"Learn more about Dr. Anuj Patil's cutting-edge research in nanomaterials and electronics. His insights are available on SynapseWaves."},{name:"Dr. Kavita Bansal",description:"Dr. Kavita Bansal is a leading environmental scientist whose research addresses pollution control and waste management. With her extensive experience and numerous awards, she is dedicated to promoting sustainable environmental practices.",meta_title:"Dr. Kavita Bansal - Environmental Scientist and Sustainability Advocate",meta_description:"Find out about Dr. Kavita Bansal's impactful research in environmental sustainability. Read her articles on SynapseWaves."},{name:"Dr. Vikram Singh",description:"Dr. Vikram Singh is a theoretical physicist with expertise in quantum mechanics and statistical physics. He has contributed to various interdisciplinary projects and holds several patents in applied physics.",meta_title:"Dr. Vikram Singh - Theoretical Physicist and Innovator",meta_description:"Explore Dr. Vikram Singh's groundbreaking research in theoretical physics and its applications. Follow his work on SynapseWaves."},{name:"Dr. Sneha Reddy",description:"Dr. Sneha Reddy is a neuroscientist specializing in neurobiology and cognitive science. She explores brain function and behavior, contributing to a deeper understanding of neurological disorders.",meta_title:"Dr. Sneha Reddy - Neuroscientist and Cognitive Researcher",meta_description:"Learn about Dr. Sneha Reddy's influential work in neuroscience and cognitive science. Read her insightful articles on SynapseWaves."},{name:"Dr. Pankaj Choudhury",description:"Dr. Pankaj Choudhury is a geologist focused on paleoclimatology and sedimentology. His research sheds light on Earth's historical climates, helping us understand future climate trends.",meta_title:"Dr. Pankaj Choudhury - Geologist and Paleoclimatologist",meta_description:"Discover the research of Dr. Pankaj Choudhury in paleoclimatology and sedimentology. His findings are published on SynapseWaves."},{name:"Dr. Anjali Gupta",description:"Dr. Anjali Gupta is a noted biochemist with over 15 years of experience in enzymology and protein interactions. She has published extensively in leading journals and holds a PhD from the Indian Institute of Science. Anjali is passionate about bridging the gap between biochemistry and practical applications in medicine.",meta_title:"Dr. Anjali Gupta | Biochemist and Enzyme Research Expert",meta_description:"Discover the work and insights of Dr. Anjali Gupta, a leading biochemist specializing in enzymology and protein interactions. Explore her contributions to medical research and innovative applications in the field."},{name:"Prof. Rajesh Sharma",description:"Prof. Rajesh Sharma is a distinguished physicist with over 20 years of research in quantum mechanics and condensed matter physics. With multiple awards to his name, he leads groundbreaking studies at the Indian Institute of Technology. His work has shaped modern physics' understanding of material properties.",meta_title:"Prof. Rajesh Sharma | Leading Physicist in Quantum Mechanics",meta_description:"Learn more about Prof. Rajesh Sharma, a highly accomplished physicist specializing in quantum mechanics and condensed matter physics. Explore his groundbreaking research and contributions to the field."},{name:"Dr. Vinayak Rao",description:"Dr. Vinayak Rao is a geophysicist known for his research in seismic imaging and tectonic activity. He has worked with prestigious organizations like ISRO and has contributed to numerous successful projects that improve our understanding of earth sciences. His work is crucial for disaster management strategies.",meta_title:"Dr. Vinayak Rao | Geophysicist Specializing in Seismic Studies",meta_description:"Meet Dr. Vinayak Rao, a renowned geophysicist specializing in seismic studies and tectonic activity. Learn about his contributions to earth sciences and disaster management through innovative research."},{name:"Dr. Aditi Bhargava",description:"Dr. Aditi Bhargava is a molecular biologist who has focused her research on genetic engineering and CRISPR technology. With a strong academic background and over a decade of experience, she has driven advancements in biotechnology, aiming for breakthroughs in agricultural productivity.",meta_title:"Dr. Aditi Bhargava | Molecular Biologist and Genetic Engineer",meta_description:"Discover Dr. Aditi Bhargava, an accomplished molecular biologist focused on genetic engineering and innovative CRISPR applications. Explore her significant contributions to biotechnology and sustainable agriculture."},{name:"Dr. Mohan Yadav",description:"Dr. Mohan Yadav is a theoretical chemist specializing in computational chemistry and materials science. With his PhD from the University of Delhi, his research has led to advancements in the design of new materials for energy applications. Dr. Yadav has published extensively in high-impact journals.",meta_title:"Dr. Mohan Yadav | Theoretical Chemist and Materials Scientist",meta_description:"Read about Dr. Mohan Yadav, a theoretical chemist specializing in computational chemistry and materials science. Explore his research that contributes to energy solutions and innovative materials."},{name:"Dr. Kavita Mehta",description:"Dr. Kavita Mehta is an astrophysicist focused on cosmology and the study of exoplanets. She has contributed to major space missions and has a passion for public outreach in science. With her extensive research experience, she aims to unravel the mysteries of the universe.",meta_title:"Dr. Kavita Mehta | Astrophysicist and Cosmology Expert",meta_description:"Join Dr. Kavita Mehta in her exploration of astrophysics and cosmology. Learn about her pioneering research on exoplanets and contributions to significant space missions."},{name:"Dr. Neelam Tiwari",description:"Dr. Neelam Tiwari is a biophysicist specializing in the study of biomolecular interactions using advanced imaging techniques. With several accolades to her name, she aims to innovate health technologies that can revolutionize disease diagnostics and treatment.",meta_title:"Dr. Neelam Tiwari | Biophysicist Investigating Biomolecular Interactions",meta_description:"Discover Dr. Neelam Tiwari's research on biomolecular interactions using cutting-edge imaging techniques. Learn how her work contributes to health technologies and disease diagnostics."},{name:"Dr. Arvind Khosla",description:"Dr. Arvind Khosla is an earth scientist with a focus on climate change and sustainable development. With over 25 years of experience, he is dedicated to applying scientific research to address environmental issues facing our planet. His work emphasizes collaborative efforts across disciplines.",meta_title:"Dr. Arvind Khosla | Earth Scientist and Climate Change Advocate",meta_description:"Meet Dr. Arvind Khosla, an esteemed earth scientist dedicated to tackling climate change and advocating for sustainable development. Learn about his impactful research and cross-disciplinary collaborations."},{name:"Dr. Kavita Sharma",description:"Dr. Kavita Sharma is a distinguished researcher in the field of molecular biology with over 15 years of experience. She has contributed significantly to cancer research and stem cell biology, having published more than 40 peer-reviewed articles in high-impact journals. Dr. Sharma is passionate about mentoring young scientists and has been involved in various educational outreach programs.",meta_title:"Dr. Kavita Sharma - Molecular Biologist and Cancer Researcher",meta_description:"Explore Dr. Kavita Sharma's contributions to molecular biology and cancer research at SynapseWaves. With over 15 years of experience, she shares her scientific advances and insights."},{name:"Prof. Rajesh Mehta",description:"Prof. Rajesh Mehta is a leading physicist with expertise in quantum mechanics and material science. He has served as a faculty member at several prestigious institutions and has authored numerous articles and reviews on advanced materials and their applications in technology.",meta_title:"Prof. Rajesh Mehta - Expert in Quantum Mechanics and Material Science",meta_description:"Delve into Prof. Rajesh Mehta's academic journey and his extensive research in quantum mechanics and material science at SynapseWaves. Discover his insights and contributions to the field."},{name:"Dr. Anjali Desai",description:"Dr. Anjali Desai is an accomplished environmental scientist specializing in Earth system science and climate change. With over a decade of experience, her research focuses on sustainable practices and their implementation in urban settings. She has published over 30 research articles and actively collaborates with governmental bodies.",meta_title:"Dr. Anjali Desai - Environmental Scientist Focused on Climate Change",meta_description:"Learn about Dr. Anjali Desai's research on sustainability and climate change at SynapseWaves. Her expertise and published works can guide aspiring environmental scientists."},{name:"Prof. Neha Gupta",description:"Prof. Neha Gupta is a prominent chemist dedicated to interdisciplinary research in synthetic and analytical chemistry. Her work has been recognized internationally with several awards, and she continues to publish groundbreaking research that bridges the gap between chemistry and environmental science.",meta_title:"Prof. Neha Gupta - Interdisciplinary Specialist in Chemistry",meta_description:"Explore the groundbreaking research of Prof. Neha Gupta in synthetic chemistry at SynapseWaves. Her interdisciplinary approach fosters innovation in environmental science."},{name:"Dr. Suresh Nair",description:"Dr. Suresh Nair is a leading researcher in the field of nanotechnology, focusing on the development of nanomaterials for energy applications. His extensive research has resulted in numerous patents and publications, making him a key figure in advancing sustainable energy solutions.",meta_title:"Dr. Suresh Nair - Pioneer in Nanotechnology Research",meta_description:"Discover Dr. Suresh Nair's innovative research in nanotechnology and energy applications at SynapseWaves. His work is pivotal for sustainable energy development."},{name:"Dr. Priya Rao",description:"Dr. Priya Rao is a microbiologist specializing in infectious diseases and public health. With a research career spanning over 12 years, she has been at the forefront of several epidemiological studies and has published influential reviews on microbial resistance and vaccine development.",meta_title:"Dr. Priya Rao - Microbiologist with a Focus on Infectious Diseases",meta_description:"Gain insights into Dr. Priya Rao's research on infectious diseases and public health at SynapseWaves. Her work is invaluable for understanding contemporary health challenges."},{name:"Prof. Raghavendra Iyer",description:"Prof. Raghavendra Iyer is an astrophysicist with a keen interest in cosmology and the study of dark matter. He is an esteemed professor and mentor, contributing a wealth of knowledge through his numerous publications and lectures to both students and professionals in the field.",meta_title:"Prof. Raghavendra Iyer - Esteemed Astrophysicist and Cosmologist",meta_description:"Explore the contributions of Prof. Raghavendra Iyer to astrophysics and cosmology at SynapseWaves. His research enhances our understanding of the universe."},{name:"Dr. Nina Varma",description:"Dr. Nina Varma is a distinguished researcher in the field of genetic engineering and biotechnology. Her innovative research on gene editing techniques has earned her international recognition and she actively participates in various scientific forums and committees.",meta_title:"Dr. Nina Varma - Leader in Genetic Engineering Research",meta_description:"Discover Dr. Nina Varma's pioneering work in genetic engineering and biotechnology at SynapseWaves. Her expertise plays a crucial role in modern genetic advancements."},{name:"Dr. Arvind Joshi",description:"Dr. Arvind Joshi is a distinguished Earth scientist specializing in geophysics and natural resource exploration. With over 18 years of research experience, he has contributed to multiple projects on sustainable mineral extraction and has authored multiple high-impact research articles.",meta_title:"Dr. Arvind Joshi - Expert in Geophysics and Natural Resources",meta_description:"Learn about Dr. Arvind Joshi's impactful research in geophysics and sustainable resource exploration at SynapseWaves. His work is pivotal for Earth sciences."},{name:"Prof. Rajesh Kumar",description:"Prof. Rajesh Kumar is a distinguished physicist specializing in condensed matter physics and nanotechnology. His extensive research at the Indian Institute of Technology has led to groundbreaking discoveries published in leading scientific journals. He is also known for his contributions to science education and outreach programs aimed at inspiring the next generation of scientists.",meta_title:"Prof. Rajesh Kumar - Condensed Matter Physicist | SynapseWaves",meta_description:"Discover the work of Prof. Rajesh Kumar, an expert in condensed matter physics and nanotechnology, and his contributions to science at SynapseWaves."},{name:"Dr. Neha Reddy",description:"Dr. Neha Reddy is an environmental scientist with a focus on climate change and sustainable development. With a Ph.D. from the University of Delhi, she has worked on various international projects tackling environmental degradation and has published extensively on the impact of climate change in peer-reviewed journals.",meta_title:"Dr. Neha Reddy - Environmental Scientist & Climate Expert | SynapseWaves",meta_description:"Learn about Dr. Neha Reddy's research on climate change and sustainability, contributing to global environmental science efforts at SynapseWaves."},{name:"Dr. Kavita Joshi",description:"Dr. Kavita Joshi is a prominent biologist with expertise in genetic engineering and biotechnology. With over a decade of experience in both academia and industry, she has led successful research projects on genetically modified organisms and their applications in agriculture, resulting in impactful publications.",meta_title:"Dr. Kavita Joshi - Biologist & Biotechnology Expert | SynapseWaves",meta_description:"Delve into the research of Dr. Kavita Joshi, a leading biologist in genetic engineering and biotechnology, at SynapseWaves."},{name:"Dr. Anil Mehta",description:"Dr. Anil Mehta is a physicist known for his work in computational physics and quantum mechanics. His research at the Tata Institute of Fundamental Research has significantly contributed to the understanding of quantum systems, and he has authored several influential papers in the field.",meta_title:"Dr. Anil Mehta - Computational Physicist | SynapseWaves",meta_description:"Uncover the research of Dr. Anil Mehta, a specialist in computational physics and quantum mechanics, pushing the boundaries of science at SynapseWaves."},{name:"Dr. Pooja Verma",description:"Dr. Pooja Verma is a renowned geologist with expertise in earth sciences and geohazards. She has conducted extensive field studies and research work on natural disasters, contributing to national and international disaster management policies. Her published works are widely recognized in the field.",meta_title:"Dr. Pooja Verma - Geologist & Earth Scientist | SynapseWaves",meta_description:"Learn about Dr. Pooja Verma's research on geohazards and earth sciences, enhancing safety and knowledge at SynapseWaves."},{name:"Dr. Rakesh Pandey",description:"Dr. Rakesh Pandey is a chemist focusing on organic synthesis and drug development. With his work spanning over 20 years in academic and industrial labs, he has made significant advances in pharmaceutical chemistry, leading to several valuable patents and numerous research publications.",meta_title:"Dr. Rakesh Pandey - Organic Chemist & Drug Developer | SynapseWaves",meta_description:"Explore the innovative research of Dr. Rakesh Pandey in organic chemistry and drug development, making strides in health at SynapseWaves."},{name:"Dr. Sneha Patel",description:"Dr. Sneha Patel is a biophysicist whose research integrates biology and physics to understand molecular interactions. With a strong background in both fields, she has published widely and has been recognized for her collaborative work in multidisciplinary research projects.",meta_title:"Dr. Sneha Patel - Biophysicist & Molecular Interaction Specialist | SynapseWaves",meta_description:"Discover Dr. Sneha Patel's interdisciplinary research in biophysics and molecular interactions, bridging biology and physics at SynapseWaves."},{name:"Dr. Mohit Agarwal",description:"Dr. Mohit Agarwal is a leading researcher in environmental chemistry, focusing on pollution and its impacts on ecosystems. His work has received international acclaim, and he actively participates in policy-making discussions to address environmental challenges.",meta_title:"Dr. Mohit Agarwal - Environmental Chemist | SynapseWaves",meta_description:"Learn about Dr. Mohit Agarwal's critical research on environmental pollution and ecosystems, dedicated to sustainable solutions at SynapseWaves."},{name:"Dr. Emily Carter",description:"Dr. Emily Carter is a renewable energy researcher with over 15 years of experience in environmental science and sustainability. She holds a Ph.D. in Environmental Studies from Stanford University and has published numerous peer-reviewed articles on the impacts of climate change and innovative solutions for energy consumption.",meta_title:"Dr. Emily Carter - Renewable Energy Researcher | SynapseWaves",meta_description:"Explore the scientific contributions of Dr. Emily Carter, an expert in renewable energy, environmental science, and sustainability at SynapseWaves."},{name:"Prof. Liam Chen",description:"Prof. Liam Chen, based at the University of Tokyo, specializes in molecular biology and genetics. With a prolific career in research, he has led groundbreaking studies on gene editing technologies. His work has been instrumental in advancing our understanding of genetic disorders.",meta_title:"Prof. Liam Chen - Molecular Biology Expert | SynapseWaves",meta_description:"Discover Prof. Liam Chen's contributions to molecular biology and genetics through his research articles on SynapseWaves."},{name:"Dr. Maria Gomez",description:"Dr. Maria Gomez is a physicist with expertise in quantum mechanics and theoretical physics. She earned her Ph.D. from MIT and has published extensively in leading scientific journals. Her research focuses on quantum computing and its practical applications.",meta_title:"Dr. Maria Gomez - Theoretical Physicist | SynapseWaves",meta_description:"Join Dr. Maria Gomez in exploring the fascinating world of quantum mechanics and its implications at SynapseWaves."},{name:"Dr. Ahmed Youssef",description:"With a Ph.D. in organic chemistry from the University of Cambridge, Dr. Ahmed Youssef has over a decade of research experience in pharmaceuticals. His focus on drug development and synthesis has led to significant advancements in medicinal chemistry.",meta_title:"Dr. Ahmed Youssef - Organic Chemistry Specialist | SynapseWaves",meta_description:"Leverage the insights from Dr. Ahmed Youssef's research in organic chemistry and pharmaceuticals at SynapseWaves."},{name:"Dr. Sarah Johnson",description:"Dr. Sarah Johnson is an expert in geosciences and climate modeling, working with international climate organizations. Her research has extensively covered the interactions between climate change and geological processes.",meta_title:"Dr. Sarah Johnson - Geosciences and Climate Expert | SynapseWaves",meta_description:"Read about Dr. Sarah Johnson's impactful research in geosciences and climate change modeling at SynapseWaves."},{name:"Dr. Tomohiro Sato",description:"Dr. Tomohiro Sato is a biochemist specializing in enzymology and biotechnology. His academic journey includes a Ph.D. from the University of Tokyo, where he focused on enzymatic processes used in sustainable bioproducts.",meta_title:"Dr. Tomohiro Sato - Biochemistry and Biotechnology | SynapseWaves",meta_description:"Discover innovative biochemistry research led by Dr. Tomohiro Sato focusing on sustainable biotechnology at SynapseWaves."},{name:"Dr. Freya Nilsen",description:"Dr. Freya Nilsen, a noted chemist from the University of Oslo, has made significant strides in synthetic organic chemistry. Her findings are pivotal in drug discovery and environmental chemistry.",meta_title:"Dr. Freya Nilsen - Synthetic Organic Chemistry Expert | SynapseWaves",meta_description:"Engage with Dr. Freya Nilsen's research in synthetic organic chemistry and its applications in drug discovery at SynapseWaves."},{name:"Dr. Octavio Ruiz",description:"Dr. Octavio Ruiz is a physicist distinguished in astrophysics and cosmology, with a Ph.D. from Caltech. He has published research that investigates dark matter and cosmic phenomena, contributing significantly to our understanding of the universe.",meta_title:"Dr. Octavio Ruiz - Astrophysics and Cosmology Expert | SynapseWaves",meta_description:"Delve into the universe's mysteries through Dr. Octavio Ruiz's research on astrophysics and cosmology at SynapseWaves."},{name:"Prof. Amina Al-Farsi",description:"Prof. Amina Al-Farsi is a respected earth scientist whose research specializes in sedimentology and stratigraphy. Through her multiple publications, she has influenced the understanding of sedimentary processes and their impact on natural resources.",meta_title:"Prof. Amina Al-Farsi - Earth Scientist | SynapseWaves",meta_description:"Explore Prof. Amina Al-Farsi's research in sedimentology and its importance to earth sciences at SynapseWaves."},{name:"Dr. Ravi Singh",description:"Dr. Ravi Singh is a renowned chemical engineer focusing on process engineering and material science. His interdisciplinary experience results from collaborations in both academia and industry, contributing to sustainable manufacturing practices.",meta_title:"Dr. Ravi Singh - Chemical Engineering and Material Science | SynapseWaves",meta_description:"Gain insights from Dr. Ravi Singh's work in chemical engineering and sustainable practices at SynapseWaves."},{name:"Dr. Lisa Harrington",description:"Dr. Lisa Harrington is a renowned biochemist with over 15 years of research experience in toxicology and pharmacology. A graduate of the University of California, Berkeley, she has published numerous articles in high-impact journals and has been awarded several grants for her groundbreaking research on drug interactions and cellular responses.",meta_title:"Dr. Lisa Harrington - Expert Biochemist at SynapseWaves",meta_description:"Explore articles by Dr. Lisa Harrington, an expert in biochemistry and pharmacology, sharing her extensive research on toxicology and drug interactions at SynapseWaves."},{name:"Prof. Ahmed Khan",description:"Professor Ahmed Khan specializes in theoretical physics with a focus on quantum mechanics and relativity. With more than 20 years in academia, he has authored several influential papers and has been a keynote speaker at international physics conferences. His innovative research has opened new pathways in understanding cosmic phenomena.",meta_title:"Prof. Ahmed Khan - Theoretical Physics Pioneer at SynapseWaves",meta_description:"Read insightful research and reviews by Prof. Ahmed Khan, a theoretical physicist specializing in quantum mechanics and relativity, at SynapseWaves."},{name:"Dr. Maria Chen",description:"Dr. Maria Chen is an earth scientist with over a decade of experience studying climate change and its effects on biodiversity. She holds a Ph.D. from Stanford University and has contributed extensively to international climate change reports while serving as a consultant for environmental policies.",meta_title:"Dr. Maria Chen - Climate Change Specialist at SynapseWaves",meta_description:"Discover articles by Dr. Maria Chen, a leading earth scientist specializing in climate change, biodiversity, and environmental policy at SynapseWaves."},{name:"Mr. Jack Thompson",description:"Mr. Jack Thompson is a chemistry expert with a focus on organic synthesis and material science. He currently works at a prestigious research institute, where he leads a team exploring sustainable alternatives in chemical production, and has contributed to numerous publications in the field.",meta_title:"Mr. Jack Thompson - Organic Chemistry Innovator at SynapseWaves",meta_description:"Explore Jack Thompson's contributions to organic chemistry and sustainable practices through his research articles at SynapseWaves."},{name:"Dr. Priya Patel",description:"Dr. Priya Patel is a medical microbiologist with significant experience in infectious diseases. Holding a Ph.D. from Harvard University, she has worked on vaccine development and has published extensively on antibiotic resistance, contributing to both academic and public health initiatives.",meta_title:"Dr. Priya Patel - Infectious Disease Researcher at SynapseWaves",meta_description:"Read impactful articles by Dr. Priya Patel, a leading medical microbiologist, focusing on infectious diseases and antibiotic resistance at SynapseWaves."},{name:"Dr. Carlos Mendes",description:"With a dual background in environmental chemistry and biotechnology, Dr. Carlos Mendes explores innovative solutions for water purification. He has published several pioneering research studies and actively participates in community outreach programs to promote environmental awareness.",meta_title:"Dr. Carlos Mendes - Environmental Chemistry Advocate at SynapseWaves",meta_description:"Discover Dr. Carlos Mendes's innovative research in environmental chemistry and biotechnology, focusing on water purification, at SynapseWaves."},{name:"Prof. Emily Johnson",description:"Prof. Emily Johnson is a distinguished physicist with research interests in astrophysics and cosmology. She has spent over 25 years unraveling the mysteries of dark matter and dark energy, contributing significantly to her field through research grants and collaborative projects worldwide.",meta_title:"Prof. Emily Johnson - Astrophysics Expert at SynapseWaves",meta_description:"Explore research and reviews by Prof. Emily Johnson, a leading astrophysicist specializing in dark matter and energy at SynapseWaves."},{name:"Dr. Benjamin Smith",description:"Dr. Benjamin Smith is a molecular biologist with expertise in gene editing and CRISPR technology. With a focus on therapeutic applications, his research has led to significant advancements in genetic engineering, and he actively engages in academic discourse through workshops and conferences.",meta_title:"Dr. Benjamin Smith - Molecular Biology Innovator at SynapseWaves",meta_description:"Read articles by Dr. Benjamin Smith, a molecular biologist specializing in gene editing and CRISPR technologies at SynapseWaves."},{name:"Dr. Sofia Kim",description:"Dr. Sofia Kim is a prominent environmental scientist focusing on sustainable energy systems. Her research has received international recognition, and she is actively involved in developing innovative solutions to reduce carbon footprints across various industries.",meta_title:"Dr. Sofia Kim - Sustainable Energy Advocate at SynapseWaves",meta_description:"Discover the groundbreaking research of Dr. Sofia Kim in sustainable energy systems and carbon reduction strategies at SynapseWaves."},{name:"Mr. Oliver Brown",description:"Mr. Oliver Brown is a chemical engineer specializing in renewable resources and energy efficiency. With an impressive portfolio of research and patents, he has contributed significantly to the development of sustainable materials and is a vocal advocate for green engineering practices.",meta_title:"Mr. Oliver Brown - Renewable Resources Specialist at SynapseWaves",meta_description:"Read articles by Mr. Oliver Brown, a chemical engineer focused on sustainability, renewable resources, and energy efficiency at SynapseWaves."}],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:#001f3f;--theme-color-8:#003366;--theme-color-7:#00509e;--theme-color-6:#0070bc;--theme-color-5:#4f9fdb;--theme-color-3:#a2c8e1;--theme-color-2:#e6f4f8;--color-bg-layout:#ffffff;--color-bg-hover:#f0f4f8;--article-border-radius:10px;--btn-border-radius:5px;--category-border-radius:20px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.324",
3
+ "version": "1.3.326",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [