tedo-publisher 1.3.302 β†’ 1.3.304

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. package/dist/researve/data.d.ts +14 -0
  2. package/dist/researve/data.js +1 -0
  3. package/dist/researve/filters.d.ts +24 -0
  4. package/dist/researve/filters.js +1 -0
  5. package/dist/researve/helpers.d.ts +3 -0
  6. package/dist/researve/helpers.js +1 -0
  7. package/dist/researve/index.d.ts +15 -0
  8. package/dist/researve/index.js +1 -0
  9. package/dist/researve/prompts/data.d.ts +7 -0
  10. package/dist/researve/prompts/data.js +1 -0
  11. package/dist/researve/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/researve/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/researve/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/researve/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/researve/prompts/images.d.ts +4 -0
  16. package/dist/researve/prompts/images.js +1 -0
  17. package/dist/researve/seo.d.ts +23 -0
  18. package/dist/researve/seo.js +1 -0
  19. package/dist/researve/styles/colors.css +1 -0
  20. package/dist/researve/styles/fonts.css +1 -0
  21. package/dist/researve/styles/global.css +1 -0
  22. package/dist/researve/styles/sizing.css +1 -0
  23. package/dist/researve/styles/theme.css +1 -0
  24. package/dist/researve/styles/vars.css +1 -0
  25. package/dist/sciplexes/data.d.ts +14 -0
  26. package/dist/sciplexes/data.js +1 -0
  27. package/dist/sciplexes/filters.d.ts +24 -0
  28. package/dist/sciplexes/filters.js +1 -0
  29. package/dist/sciplexes/helpers.d.ts +3 -0
  30. package/dist/sciplexes/helpers.js +1 -0
  31. package/dist/sciplexes/index.d.ts +15 -0
  32. package/dist/sciplexes/index.js +1 -0
  33. package/dist/sciplexes/prompts/data.d.ts +7 -0
  34. package/dist/sciplexes/prompts/data.js +1 -0
  35. package/dist/sciplexes/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/sciplexes/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/sciplexes/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/sciplexes/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/sciplexes/prompts/images.d.ts +4 -0
  40. package/dist/sciplexes/prompts/images.js +1 -0
  41. package/dist/sciplexes/seo.d.ts +23 -0
  42. package/dist/sciplexes/seo.js +1 -0
  43. package/dist/sciplexes/styles/colors.css +1 -0
  44. package/dist/sciplexes/styles/fonts.css +1 -0
  45. package/dist/sciplexes/styles/global.css +1 -0
  46. package/dist/sciplexes/styles/sizing.css +1 -0
  47. package/dist/sciplexes/styles/theme.css +1 -0
  48. package/dist/sciplexes/styles/vars.css +1 -0
  49. package/dist/scivast/data.d.ts +14 -0
  50. package/dist/scivast/data.js +1 -0
  51. package/dist/scivast/filters.d.ts +28 -0
  52. package/dist/scivast/filters.js +1 -0
  53. package/dist/scivast/helpers.d.ts +3 -0
  54. package/dist/scivast/helpers.js +1 -0
  55. package/dist/scivast/index.d.ts +15 -0
  56. package/dist/scivast/index.js +1 -0
  57. package/dist/scivast/prompts/data.d.ts +7 -0
  58. package/dist/scivast/prompts/data.js +1 -0
  59. package/dist/scivast/prompts/gpt35turbo/articles.d.ts +6 -0
  60. package/dist/scivast/prompts/gpt35turbo/articles.js +1 -0
  61. package/dist/scivast/prompts/gpt4oMini/articles.d.ts +6 -0
  62. package/dist/scivast/prompts/gpt4oMini/articles.js +1 -0
  63. package/dist/scivast/prompts/images.d.ts +4 -0
  64. package/dist/scivast/prompts/images.js +1 -0
  65. package/dist/scivast/seo.d.ts +23 -0
  66. package/dist/scivast/seo.js +1 -0
  67. package/dist/scivast/styles/colors.css +1 -0
  68. package/dist/scivast/styles/fonts.css +1 -0
  69. package/dist/scivast/styles/global.css +1 -0
  70. package/dist/scivast/styles/sizing.css +1 -0
  71. package/dist/scivast/styles/theme.css +1 -0
  72. package/dist/scivast/styles/vars.css +1 -0
  73. 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\uDCDA\uD83D\uDD2C\uD83C\uDF0D\uD83D\uDCA1";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-09-26T00:00:00Z";
13
+ export declare const devBucketName = "idn-researve-dev";
14
+ export declare const prodBucketName = "idn-researve";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={physicalSciences:{title:"Explore the Frontiers of Physical Sciences | Researve",description:"Dive deep into the vast world of physical sciences with insightful articles on astronomy, chemistry, physics, and more! πŸŒŒπŸ”¬",slug:"physical-sciences",children:{astronomyAndAstrophysics:{title:"Unlock the Mysteries of Astronomy and Astrophysics | Researve",description:"Explore celestial wonders and the universe's secrets in astronomy and astrophysics. Uncover the cosmos with in-depth research articles! 🌠✨",slug:"astronomy-and-astrophysics",children:null},chemistry:{title:"Discover the World of Chemistry | Researve",description:"Dive into the captivating realm of chemistry – from molecular structures to reactions, enrich your understanding with our analytical articles! πŸ§ͺπŸ”",slug:"chemistry",children:null},physics:{title:"Understanding the Laws of Physics | Researve",description:"Delve into the fundamental principles that govern the universe with our extensive collection of physics research articles and studies! βš›οΈπŸ“š",slug:"physics",children:null},earthSciences:{title:"Explore Our Planet: Earth Sciences Unveiled | Researve",description:"Discover the intricate dynamics of our planet through earth sciences. Access articles on geology, meteorology, and environmental science! πŸŒπŸŒ‹",slug:"earth-sciences",children:null},other:{title:"Diverse Topics in Physical Sciences | Researve",description:"Explore a variety of unique topics in physical sciences beyond the main categories. Find intriguing research articles and insights here! πŸ§­πŸ“–",slug:"other-physical-sciences",children:null}}},engineering:{title:"Explore Engineering Disciplines | Researve Articles",description:"Delve into diverse engineering fields including mechanical, civil, electrical, and software engineering. πŸ”§ Discover in-depth research articles now!",slug:"engineering-disciplines",children:{mechanicalEngineering:{title:"Mechanical Engineering Research Articles | Researve",description:"Uncover mechanical engineering innovations and studies. πŸ› οΈ Access groundbreaking articles and deepen your knowledge in this dynamic field.",slug:"mechanical-engineering",children:null},civilEngineering:{title:"Civil Engineering Insights and Research | Researve",description:"Explore civil engineering research focusing on infrastructure and sustainability. 🌍 Read articles that shape our built environment and communities.",slug:"civil-engineering",children:null},electricalEngineering:{title:"Electrical Engineering Trends and Studies | Researve",description:"Dive into electrical engineering with research articles on circuits, systems, and innovation. ⚑ Transform your understanding of technology today!",slug:"electrical-engineering",children:null},softwareEngineering:{title:"Software Engineering Research and Innovations | Researve",description:"Stay ahead in software engineering with insightful research articles. πŸ’» Discover trends, methodologies, and tools to enhance your programming skills.",slug:"software-engineering",children:null},other:{title:"Other Engineering Disciplines | Researve Articles",description:"Explore a variety of engineering disciplines beyond the mainstream. πŸ” Broaden your perspective with unique research articles available here.",slug:"other-engineering-disciplines",children:null}}},lifeSciences:{title:"Explore the Fascinating World of Life Sciences 🌱",description:"Dive into the extensive collection of research articles in life sciences covering diverse topics like biology, ecology, microbiology, and more! πŸ“š",slug:"life-sciences",children:{biology:{title:"Understanding the Fundamentals of Biology πŸ”¬",description:"Discover in-depth articles on biology, exploring cellular structures, ecosystems, and biological processes that form the foundation of life! 🌍",slug:"biology",children:null},genetics:{title:"Unlocking the Secrets of Genetics 🧬",description:"Explore our curated articles on genetics, covering everything from DNA structure to genomic studies that pave the way for advancements in health! πŸ”",slug:"genetics",children:null},ecology:{title:"Investigating the Science of Ecology 🌳",description:"Delve into ecology with articles focused on ecosystems, biodiversity, and conservation efforts aimed at protecting our planet's resources! 🌻",slug:"ecology",children:null},microbiology:{title:"Exploring the Microscopic World of Microbiology 🦠",description:"Learn about bacteria, viruses, and other microorganisms through informative articles that highlight their roles in health and disease! πŸ“–",slug:"microbiology",children:null},other:{title:"Diverse Topics in Life Sciences 🌈",description:"Explore a variety of articles that cover miscellaneous topics in life sciences, broadening your understanding of biological phenomena! πŸ“Š",slug:"other",children:null}}},healthSciences:{title:"Explore Comprehensive Insights in Health Sciences 🌍",description:"Delve into diverse health sciences research articles. Discover insights across public health, clinical research, pharmacology, and nutrition with Researve. πŸ“š",slug:"health-sciences",children:{publicHealth:{title:"Public Health Research Articles: A Comprehensive Database πŸ₯",description:"Unlock valuable insights into public health topics. Explore trends, studies, and methodologies that shape community health initiatives. πŸ”",slug:"public-health",children:null},clinicalResearch:{title:"Clinical Research: Advances and Discoveries in Medicine 🧬",description:"Explore groundbreaking clinical research that enhances medical practices. Discover innovative studies and findings in the field of health sciences. πŸ“–",slug:"clinical-research",children:null},pharmacology:{title:"Pharmacology: Insights into Medications and Treatments πŸ’Š",description:"Dive into the world of pharmacology. Discover research articles on drug efficacy, safety, and the science behind therapeutic interventions. πŸ“Š",slug:"pharmacology",children:null},nutritionAndDietetics:{title:"Nutrition and Dietetics: Knowledge for Healthier Living 🍏",description:"Explore articles on nutrition and dietetics. Gain insights into healthy eating practices, dietary guidelines, and nutrition science for improved wellbeing. πŸ₯—",slug:"nutrition-and-dietetics",children:null},other:{title:"Diverse Health Sciences Topics: Explore the Unexplored 🌈",description:"Discover a variety of health sciences articles that cover interdisciplinary topics and insights beyond traditional categories. Dive deep into diverse studies! πŸ“„",slug:"other",children:null}}},socialSciences:{title:"Explore the Depths of Social Sciences Research 🌍",description:"Dive into an extensive collection of social sciences research articles covering sociology, psychology, economics, and more. Gain insights today! πŸ“š",slug:"social-sciences",children:{sociology:{title:"In-Depth Sociology Research Articles πŸ“–",description:"Discover a wide array of sociology research articles. Understand the complexities of social behaviors, structures, and interactions in our diverse society! 🌟",slug:"sociology",children:null},psychology:{title:"Comprehensive Psychology Research Studies 🧠",description:"Uncover extensive studies and articles in psychology. Explore human behavior, cognition, and mental health to enhance your understanding of the mind! πŸ’‘",slug:"psychology",children:null},economics:{title:"Insightful Economics Research Articles πŸ’°",description:"Dive into a comprehensive collection of economics research articles. Understand market dynamics, economic theories, and policy implications that shape our world! 🌐",slug:"economics",children:null},other:{title:"Diverse Research in Other Social Sciences πŸ“‘",description:"Browse an assortment of research articles covering various topics in social sciences that do not fit traditional categories. Enrich your knowledge today! πŸ“˜",slug:"other-social-sciences",children:null}}},humanities:{title:"Explore the Diverse Fields of Humanities 🌍",description:"Delve into the humanities encompassing literature, history, philosophy, linguistics, and other disciplines. Discover academic insights today!",slug:"humanities",children:{literature:{title:"In-Depth Analysis of Literature πŸ“š",description:"Explore extensive literature articles discussing themes, authors, and critical analysis from classic to contemporary works. Unveil the beauty of words!",slug:"literature",children:null},history:{title:"Uncover the Mysteries of History πŸ“œ",description:"Dive deep into historical events, contexts, and significant figures that shaped our world. Gain new perspectives from our rich collection of articles!",slug:"history",children:null},philosophy:{title:"Philosophical Insights and Ideas πŸ’­",description:"Engage with profound philosophical concepts and debates that challenge your thinking. Explore the minds of great philosophers through our collections!",slug:"philosophy",children:null},linguistics:{title:"Understanding Language and Linguistics πŸ—£οΈ",description:"Discover the intricacies of language through our extensive articles on linguistics. Explore syntax, semantics, phonetics, and much more!",slug:"linguistics",children:null},other:{title:"Explorations Beyond Traditional Humanities 🌐",description:"Venture into various interdisciplinary topics that enrich understanding in humanities beyond standard categories. Discover unique articles today!",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="πŸ“šπŸ”¬πŸŒπŸ’‘",r=Object.keys(i),o=[],c=[];for(const e of r){const n=i[e];if(null==n?void 0:n.children){o.push(...Object.keys(n.children));for(const e of o){const i=n.children[e];(null==i?void 0:i.children)&&c.push(...Object.keys(i.children))}}}const l="2024-09-26T00:00:00Z",a="researve",h=`idn-${a}-dev`,d=`idn-${a}`;exports.DEFAULT_DESCRIPTION_EMOJIS=t,exports.authors=n,exports.authorsNames=s,exports.categories=r,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=c;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ DisciplineFocus = "Discipline Focus",
3
+ ResearchType = "Research Type",
4
+ ContentFormat = "Content Format",
5
+ InteractivityLevel = "Interactivity Level"
6
+ }
7
+ type DisciplineFocusValues = 'Physical Sciences' | 'Engineering' | 'Life Sciences' | 'Health Sciences' | 'Social Sciences' | 'Humanities';
8
+ type ResearchTypeValues = 'Peer-Reviewed Articles' | 'Case Studies' | 'Review Papers' | 'Thesis and Dissertations';
9
+ type ContentFormatValues = 'Full Text' | 'Summary/Abstract' | 'Visual Data';
10
+ type InteractivityLevelValues = 'Beginner-Friendly' | 'In-Depth Analysis' | 'Data-Driven Insights' | 'Experimental Findings';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.DisciplineFocus]: DisciplineFocusValues[];
13
+ [FiltersNames.ResearchType]: ResearchTypeValues[];
14
+ [FiltersNames.ContentFormat]: ContentFormatValues[];
15
+ [FiltersNames.InteractivityLevel]: InteractivityLevelValues[];
16
+ };
17
+ export declare const disciplineFocusValues: DisciplineFocusValues[];
18
+ export declare const researchTypeValues: ResearchTypeValues[];
19
+ export declare const contentFormatValues: ContentFormatValues[];
20
+ export declare const interactivityLevelValues: InteractivityLevelValues[];
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={})).DisciplineFocus="Discipline Focus",e.ResearchType="Research Type",e.ContentFormat="Content Format",e.InteractivityLevel="Interactivity Level";const s=["Physical Sciences","Engineering","Life Sciences","Health Sciences","Social Sciences","Humanities"],t=["Peer-Reviewed Articles","Case Studies","Review Papers","Thesis and Dissertations"],i=["Full Text","Summary/Abstract","Visual Data"],r=["Beginner-Friendly","In-Depth Analysis","Data-Driven Insights","Experimental Findings"],a={[exports.FiltersNames.DisciplineFocus]:[],[exports.FiltersNames.ResearchType]:[],[exports.FiltersNames.ContentFormat]:[],[exports.FiltersNames.InteractivityLevel]:[]},n={[exports.FiltersNames.DisciplineFocus]:s,[exports.FiltersNames.ResearchType]:t,[exports.FiltersNames.ContentFormat]:i,[exports.FiltersNames.InteractivityLevel]:r},l=()=>JSON.stringify(n,null,2);exports.contentFormatValues=i,exports.disciplineFocusValues=s,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.initialFilters=a,exports.interactivityLevelValues=r,exports.researchTypeValues=t;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.contentFormatValues=t.contentFormatValues,exports.disciplineFocusValues=t.disciplineFocusValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.interactivityLevelValues=t.interactivityLevelValues,exports.researchTypeValues=t.researchTypeValues,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: Researve is an innovative infotainment portal offering a vast collection of scientific and academic research articles. Covering disciplines from physical and engineering sciences to health and humanities, Researve serves as a comprehensive resource for those seeking in-depth knowledge and insights.\n - Detailed description: Researve is a cutting-edge online platform dedicated to the dissemination of scientific and academic research articles across a wide array of disciplines. Whether you are delving into physical sciences, engineering, life sciences, health sciences, social sciences, or humanities, Researve presents a meticulously curated database that empowers learners, researchers, and professionals alike. The portal not only provides easy access to peer-reviewed articles and studies but also offers features that enhance content discoverability. Users can explore advanced filters, user-friendly navigation, and personalized recommendations tailored to their interests. Researve aims to bridge the gap between academia and the public by presenting complex scientific information in an engaging and accessible manner, making it an invaluable resource for anyone interested in staying informed about the latest research developments.\n - Target audience: The target audience for Researve includes students, researchers, academics, professionals, and lifelong learners across various fields. It caters to individuals seeking comprehensive understanding and updates on scientific trends and findings, as well as institutions like universities and research organizations looking for a reliable repository of scholarly articles.\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 Context\n- Background and Rationale\n- Literature Review\n\n## Methodology\n- Research Design\n- Data Collection Methods\n\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Research Context, 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: Researve is an innovative infotainment portal offering a vast collection of scientific and academic research articles. Covering disciplines from physical and engineering sciences to health and humanities, Researve serves as a comprehensive resource for those seeking in-depth knowledge and insights.\n - Detailed description: Researve is a cutting-edge online platform dedicated to the dissemination of scientific and academic research articles across a wide array of disciplines. Whether you are delving into physical sciences, engineering, life sciences, health sciences, social sciences, or humanities, Researve presents a meticulously curated database that empowers learners, researchers, and professionals alike. The portal not only provides easy access to peer-reviewed articles and studies but also offers features that enhance content discoverability. Users can explore advanced filters, user-friendly navigation, and personalized recommendations tailored to their interests. Researve aims to bridge the gap between academia and the public by presenting complex scientific information in an engaging and accessible manner, making it an invaluable resource for anyone interested in staying informed about the latest research developments.\n - Target audience: The target audience for Researve includes students, researchers, academics, professionals, and lifelong learners across various fields. It caters to individuals seeking comprehensive understanding and updates on scientific trends and findings, as well as institutions like universities and research organizations looking for a reliable repository of scholarly articles.\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 Context\n- Background and Rationale\n- Literature Review\n\n## Methodology\n- Research Design\n- Data Collection Methods\n\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Research Context, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",s="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=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional scientific photograph for a glossy scientific magazine, scientific style photography, glossy scientific magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet Our Esteemed Authors | Researve",description:"Discover the brilliant minds behind our vast collection of research articles. 🌐 Explore their expertise across diverse disciplines and elevate your knowledge with Researve!"},[exports.PageNames.Home]:{title:"Welcome to Researve | Your Infotainment Hub",description:"Dive into a treasure trove of scientific and academic research articles! πŸ“š Explore multiple disciplines like physical sciences, engineering, health, and humanities."},[exports.PageNames.NotFound]:{title:"Page Not Found | Researve",description:"Oops! The page you're looking for doesn't exist. ❌ Return to our home page for an enriching journey through the world of research."},[exports.PageNames.AboutUs]:{title:"About Researve | Empowering Knowledge",description:"Learn about our mission to provide access to top-tier research articles across various disciplines. 🌟 Join us in fostering a community of knowledge seekers!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | Researve",description:"Your privacy matters! πŸ”’ Read about how we protect and manage your information while you explore our extensive collection of research articles."},[exports.PageNames.Terms]:{title:"Terms of Service | Researve",description:"Understand the rules and guidelines for using Researve. πŸ“œ Stay informed about your rights and responsibilities while enjoying our resource-rich platform."},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate Researve",description:"Find your way through our website easily! πŸ—ΊοΈ Access a complete list of pages to enhance your experience exploring academic research on Researve."}},a=[{name:"Dr. Aditi Bhattacharya",description:"Dr. Aditi Bhattacharya is a renowned physicist with over 15 years of research experience in condensed matter physics. She has published numerous articles in peer-reviewed journals and is a faculty member at the Indian Institute of Science. Her work primarily focuses on nanotechnology and material science.",meta_title:"Dr. Aditi Bhattacharya - Expert in Condensed Matter Physics",meta_description:"Explore articles by Dr. Aditi Bhattacharya, a leading physicist specializing in condensed matter and nanotechnology, contributing to advancing the physical sciences."},{name:"Prof. Ravi Kumar",description:"Prof. Ravi Kumar is a distinguished engineer and educator with expertise in structural engineering. With 20 years of experience in academia and several research publications, he is dedicated to the development of sustainable engineering solutions. He teaches at the National Institute of Technology.",meta_title:"Prof. Ravi Kumar - Structural Engineering Specialist",meta_description:"Read insightful articles by Prof. Ravi Kumar, an expert in structural engineering that focuses on sustainable and innovative engineering practices."},{name:"Dr. Neha Singh",description:"Dr. Neha Singh is a biochemist known for her research on enzyme kinetics and metabolic pathways. With a Ph.D. from the University of Delhi and over 10 years of research experience, she has contributed significantly to the life sciences field through various impactful publications.",meta_title:"Dr. Neha Singh - Biochemist and Research Innovator",meta_description:"Discover research articles by Dr. Neha Singh, a prominent biochemist specializing in enzyme kinetics and metabolic pathways for life sciences advancements."},{name:"Dr. Anil Gupta",description:"Dr. Anil Gupta is a public health expert with a focus on epidemiology and disease prevention. With a decade of experience in health sciences research, he serves as a senior researcher at the All India Institute of Medical Sciences and has published numerous studies in the field.",meta_title:"Dr. Anil Gupta - Public Health and Epidemiology Expert",meta_description:"Learn from Dr. Anil Gupta's extensive research on public health and epidemiology, as he sheds light on critical health science topics impacting communities."},{name:"Dr. Pooja Mehta",description:"Dr. Pooja Mehta specializes in social psychology and behavioral studies. As an assistant professor at a leading university in India, she has a strong publication record and focuses on social behavior, intercultural communication, and community psychology.",meta_title:"Dr. Pooja Mehta - Social Psychology and Behavioral Researcher",meta_description:"Dive into the world of social psychology with Dr. Pooja Mehta's articles that address key issues in behavioral research and intercultural communication."},{name:"Dr. Vikram Sethi",description:"Dr. Vikram Sethi is an anthropologist with a keen focus on cultural studies and globalization. With over 12 years of research experience, he teaches at a prestigious university and contributes to numerous journals in the social sciences area.",meta_title:"Dr. Vikram Sethi - Cultural Anthropologist and Globalization Expert",meta_description:"Read thought-provoking articles by Dr. Vikram Sethi that explore the intersections of culture and globalization within the field of anthropology."},{name:"Dr. Sneha Reddy",description:"Dr. Sneha Reddy is a physician and researcher in the field of neurology. With a robust clinical practice and scholarly work, she has published her findings on neurological disorders and advancements in healthcare in reputable medical journals.",meta_title:"Dr. Sneha Reddy - Neurology Practitioner and Researcher",meta_description:"Explore Dr. Sneha Reddy's published work on neurology and healthcare advancements that contribute to the health sciences field."},{name:"Dr. Rajesh Nair",description:"Dr. Rajesh Nair is an environmental scientist dedicated to climate change research and sustainable development. With a Ph.D. in Environmental Science and over 15 publications, he actively participates in global climate initiatives while teaching at a major university.",meta_title:"Dr. Rajesh Nair - Environmental Scientist and Advocate",meta_description:"Join Dr. Rajesh Nair in exploring critical environmental issues and sustainable development through his comprehensive research articles."},{name:"Dr. Kavita Sharma",description:"Dr. Kavita Sharma is a mathematician with expertise in applied mathematics and statistics. With over 10 years of research experience and multiple publications, she is known for her innovative work in data analysis and predictive modeling.",meta_title:"Dr. Kavita Sharma - Applied Mathematician and Data Analyst",meta_description:"Discover articles by Dr. Kavita Sharma on applied mathematics, statistics, and data analysis, contributing valuable insights to the mathematical sciences."},{name:"Dr. Arjun Verma",description:"Dr. Arjun Verma is a sociologist specializing in urban studies and migration. His contributions to social research include extensive field studies and publications focused on urbanization and its impacts on communities in India.",meta_title:"Dr. Arjun Verma - Sociologist and Urban Studies Expert",meta_description:"Explore the field of urban sociology through Dr. Arjun Verma's research articles that examine migration patterns and their social implications."},{name:"Dr. Ramesh Kumar",description:"Dr. Ramesh Kumar is a prominent physicist with over 20 years of research experience in condensed matter physics. He has published numerous articles in leading scientific journals and has been a part of multiple international conferences. Dr. Kumar holds a Ph.D. from the Indian Institute of Science and is currently a faculty member at the Indian Institute of Technology.",meta_title:"Dr. Ramesh Kumar - Renowned Physicist and Researcher",meta_description:"Explore the works of Dr. Ramesh Kumar, a distinguished physicist with 20+ years in condensed matter physics. Discover his contributions to scientific research at Researve."},{name:"Dr. Anjali Mehta",description:"With a specialization in life sciences, Dr. Anjali Mehta has contributed extensively to the field of genetics and biotechnology. She has a decade of research experience and is well-versed in molecular biology techniques. Dr. Mehta is actively involved in educational initiatives aimed at promoting STEM education among young students.",meta_title:"Dr. Anjali Mehta - Expert in Genetics and Biotechnology",meta_description:"Learn from Dr. Anjali Mehta, an expert in genetics and biotechnology with 10 years of research experience. Her work contributes greatly to advancements in life sciences at Researve."},{name:"Prof. Sanjay Gupta",description:"Prof. Sanjay Gupta is a leading authority in engineering with a focus on renewable energy systems. He has published over 50 research papers and has received multiple awards for his contributions to sustainable engineering practices. His teaching and research at a premier Indian engineering college have inspired many students.",meta_title:"Prof. Sanjay Gupta - Engineering Innovator in Renewable Energy",meta_description:"Gain insights from Prof. Sanjay Gupta, an engineering innovator specializing in renewable energy. His expertise fuels sustainable practices at Researve."},{name:"Dr. Priya Sharma",description:"Dr. Priya Sharma is an experienced social scientist focusing on urban development and sustainability. With over 15 years in academic research, her work addresses pressing issues such as housing, migration, and environmental sustainability. Dr. Sharma is a sought-after speaker and has collaborated with various NGOs.",meta_title:"Dr. Priya Sharma - Advocate for Urban Development and Sustainability",meta_description:"Explore Dr. Priya Sharma's research on urban development and sustainability, with 15 years of expertise. Her impactful work shapes policies at Researve."},{name:"Dr. Ajay Nair",description:"An authority in health sciences, Dr. Ajay Nair specializes in epidemiology and public health policy. He has worked on several high-impact research projects, particularly in infectious disease control, and has served as a consultant for WHO. His research ensures better health outcomes for communities.",meta_title:"Dr. Ajay Nair - Expert in Epidemiology and Public Health",meta_description:"Meet Dr. Ajay Nair, an expert in epidemiology and public health, whose research significantly impacts health policies at Researve."},{name:"Dr. Neha Rao",description:"Dr. Neha Rao is a distinguished researcher in the field of humanities, focusing on contemporary Indian literature and cultural studies. She has authored several books and articles, contributing to discussions on identity, migration, and diaspora cultures. Her teaching fosters critical thinking and creativity.",meta_title:"Dr. Neha Rao - Scholar of Indian Literature and Cultural Studies",meta_description:"Delve into the work of Dr. Neha Rao, a scholar of Indian literature and cultural studies, enriching the humanities at Researve."},{name:"Dr. Vikram Singh",description:"With expertise in the field of climate science, Dr. Vikram Singh has over 12 years of research experience addressing climate change impacts in the Indian subcontinent. His interdisciplinary work includes collaborations with scientists, policymakers, and community leaders to promote resilience and adaptation strategies.",meta_title:"Dr. Vikram Singh - Climate Science Researcher",meta_description:"Learn about Dr. Vikram Singh's significant contributions to climate science and adaptation strategies, impacting communities at Researve."},{name:"Prof. Meena Joshi",description:"Prof. Meena Joshi is an expert in artificial intelligence and machine learning applications in healthcare. Her research integrates technology and health to improve patient outcomes. With numerous publications and international collaborations, she is at the forefront of innovative healthcare solutions.",meta_title:"Prof. Meena Joshi - Pioneer in AI and Healthcare",meta_description:"Discover Prof. Meena Joshi's pioneering work in AI and healthcare, leading innovations for better patient outcomes at Researve."},{name:"Dr. Karan Desai",description:"Dr. Karan Desai specializes in neuroscience and behavioral studies with a particular focus on mental health. He has contributed significantly to understanding psychiatric disorders and their societal impacts. His research findings have been instrumental in advocacy for mental health awareness.",meta_title:"Dr. Karan Desai - Neuroscience and Mental Health Advocate",meta_description:"Explore Dr. Karan Desai's vital research in neuroscience and mental health, advancing awareness and improving lives at Researve."},{name:"Dr. Aditi Banerjee",description:"Dr. Aditi Banerjee is a seasoned researcher in bioinformatics, specializing in data analysis for genomics. With a rich background in computational biology, her work aids in deciphering complex biological data to facilitate advancements in personalized medicine.",meta_title:"Dr. Aditi Banerjee - Bioinformatics and Genomics Specialist",meta_description:"Uncover Dr. Aditi Banerjee's expertise in bioinformatics, enhancing genomic research for personalized medicine at Researve."},{name:"Prof. Rajesh Kumar",description:"Prof. Rajesh Kumar is a renowned professor of engineering at the Indian Institute of Technology. With more than 15 years of teaching experience and numerous publications in prestigious journals, his research primarily focuses on materials science and nanotechnology. His work aims to innovate and enhance engineering practices in modern industries.",meta_title:"Prof. Rajesh Kumar - Engineering and Materials Science Expert",meta_description:"Learn from Prof. Rajesh Kumar, a seasoned professor and researcher specializing in materials science and nanotechnology."},{name:"Dr. Neha Bansal",description:"Dr. Neha Bansal, a prominent figure in life sciences, earned her Ph.D. from a leading university in India. She has a wealth of experience in pharmacology and healthcare research, focusing on drug development and therapeutic solutions. Dr. Bansal has contributed significantly to various health-related initiatives and scientific publications.",meta_title:"Dr. Neha Bansal - Life Sciences and Pharmacology Specialist",meta_description:"Discover the impactful research of Dr. Neha Bansal, an expert in pharmacology and healthcare, dedicated to advancing drug development."},{name:"Dr. Ravi Patkar",description:"Dr. Ravi Patkar is a sociologist who has spent nearly two decades researching social issues in India. His studies focus on the intersection of culture and social policy, and he has published numerous articles in prominent sociological journals. Dr. Patkar is committed to using his research to influence social change.",meta_title:"Dr. Ravi Patkar - Sociologist and Social Policy Researcher",meta_description:"Uncover the insights of Dr. Ravi Patkar, a leading sociologist dedicated to researching social issues and policies in India."},{name:"Dr. Sunita Rao",description:"Dr. Sunita Rao is an esteemed professor in the field of psychology with a concentration on mental health and behavioral sciences. With over 10 years of research experience and multiple international publications, Dr. Rao aims to enhance the understanding of psychological well-being in diverse populations.",meta_title:"Dr. Sunita Rao - Psychology and Mental Health Expert",meta_description:"Engage with the research of Dr. Sunita Rao, a dedicated psychologist specializing in mental health and behavioral sciences."},{name:"Prof. Amit Sharma",description:"Prof. Amit Sharma is a leading researcher in artificial intelligence and machine learning at a prestigious Indian university. His work focuses on developing AI technologies for real-world applications, and he has numerous patents to his name. He serves as a mentor to young researchers in tech innovation.",meta_title:"Prof. Amit Sharma - AI and Machine Learning Innovator",meta_description:"Learn from Prof. Amit Sharma, a pioneer in artificial intelligence and machine learning with a focus on real-world applications."},{name:"Dr. Priya Singh",description:"Dr. Priya Singh is a biochemist renowned for her research on metabolic disorders. Holding a Ph.D. from a top-tier institution in India, she has spent over 12 years contributing to the understanding of biochemical pathways related to diabetes and obesity. Dr. Singh's research is instrumental in developing new therapeutic strategies.",meta_title:"Dr. Priya Singh - Biochemist Specializing in Metabolic Disorders",meta_description:"Explore the groundbreaking research of Dr. Priya Singh, a biochemist focused on metabolic disorders and their treatment strategies."},{name:"Dr. Vikram Agarwal",description:"Dr. Vikram Agarwal is a physicist specializing in quantum mechanics and condensed matter physics. With a Ph.D. and multiple accolades, he has contributed to both academia and industry by applying his theoretical knowledge to real-world problems. Dr. Agarwal is influential in shaping future research directions in physics.",meta_title:"Dr. Vikram Agarwal - Quantum Mechanics and Physics Researcher",meta_description:"Delve into the research of Dr. Vikram Agarwal, a physicist pioneering advances in quantum mechanics and condensed matter physics."},{name:"Prof. Aditi Deshmukh",description:"Prof. Aditi Deshmukh is a celebrated historian with expertise in South Asian studies. With numerous publications and years of experience in teaching and research, she focuses on ancient Indian history and cultural heritage. Prof. Deshmukh is dedicated to fostering an appreciation for India’s rich historical narrative.",meta_title:"Prof. Aditi Deshmukh - Historian and South Asian Studies Expert",meta_description:"Discover the research of Prof. Aditi Deshmukh, a historian dedicated to advancing the understanding of South Asian history and culture."},{name:"Dr. Karan Joshi",description:"Dr. Karan Joshi is an expert in public health and epidemiology. He holds an advanced degree and has dedicated his career to researching communicable diseases in India. Through his work, Dr. Joshi aims to improve health policies and disease prevention strategies.",meta_title:"Dr. Karan Joshi - Public Health and Epidemiology Researcher",meta_description:"Engage with the impactful public health research of Dr. Karan Joshi, an expert in epidemiology and communicable diseases."},{name:"Dr. Anjali Sharma",description:"Dr. Anjali Sharma is a biochemist with a focus on enzymology and metabolic pathways. With a Ph.D. from a top-tier university and several research awards, she has significantly contributed to the field and has over 30 research publications. She is currently engaged in innovative research aimed at drug discovery.",meta_title:"Dr. Anjali Sharma - Biochemist and Research Innovator",meta_description:"Discover the groundbreaking research of Dr. Anjali Sharma, a biochemist specializing in enzymology, with over 30 published articles."},{name:"Prof. Vikram Singh",description:"Prof. Vikram Singh is a leading authority in mechanical engineering, focusing on robotics and automation. With over 15 years of teaching and research experience, he has authored numerous articles and holds several patents. He is passionate about applying engineering principles to solve real-world problems.",meta_title:"Prof. Vikram Singh - Mechanical Engineer and Robotics Expert",meta_description:"Learn from Prof. Vikram Singh, a mechanical engineer specializing in robotics and automation with a rich portfolio of research contributions."},{name:"Dr. Neelam Verma",description:"Dr. Neelam Verma is a health scientist with expertise in epidemiology and public health. With over a decade of research experience and a strong publication record, she has led several epidemiological studies that address significant health concerns in India. She also works closely with government health organizations.",meta_title:"Dr. Neelam Verma - Epidemiology and Public Health Specialist",meta_description:"Meet Dr. Neelam Verma, an expert in epidemiology and public health with extensive research on health issues affecting communities in India."},{name:"Dr. Arvind Mehta",description:"Dr. Arvind Mehta is an accomplished psychologist specializing in developmental and clinical psychology. He has authored numerous articles on mental health awareness and intervention strategies and is actively involved in community outreach programs aimed at improving mental health care in underprivileged areas.",meta_title:"Dr. Arvind Mehta - Psychologist and Mental Health Advocate",meta_description:"Explore the impactful research of Dr. Arvind Mehta, a psychologist dedicated to improving mental health awareness and community outreach efforts."},{name:"Dr. Suman Patel",description:"Dr. Suman Patel is an environmental scientist whose research focuses on sustainable practices and climate change mitigation. With over 40 publications, she has contributed significantly to environmental policy formulation and is an advocate for green technologies in India.",meta_title:"Dr. Suman Patel - Environmental Scientist and Sustainability Advocate",meta_description:"Learn about Dr. Suman Patel's influential work in environmental science and her commitment to sustainability and climate change solutions."},{name:"Dr. Rajesh Jha",description:"Dr. Rajesh Jha is a computer scientist known for his work in artificial intelligence and machine learning. With over 70 international publications and numerous citations, he has been instrumental in advancing AI research in India. He also leads several collaborative tech projects with leading companies.",meta_title:"Dr. Rajesh Jha - Computer Scientist and AI Expert",meta_description:"Discover the insights of Dr. Rajesh Jha, an AI expert with extensive research contributions in computer science and technology applications."},{name:"Dr. Priya Sethi",description:"Dr. Priya Sethi is a sociologist specializing in gender studies and social dynamics. She has conducted extensive fieldwork and has published articles that highlight the challenges faced by marginalized communities. Dr. Sethi is dedicated to promoting social justice and equality through her research.",meta_title:"Dr. Priya Sethi - Sociologist and Gender Studies Expert",meta_description:"Meet Dr. Priya Sethi, a sociologist focused on gender studies and social issues, advocating for social justice through her impactful research."},{name:"Prof. Anoop Reddy",description:"Prof. Anoop Reddy is an expert in electrical engineering, focusing on renewable energy systems and grid integration. With over 25 years of teaching and research experience, he has significantly advanced knowledge in sustainable energy technologies and has numerous cited publications.",meta_title:"Prof. Anoop Reddy - Electrical Engineer and Renewable Energy Specialist",meta_description:"Explore Prof. Anoop Reddy's research on renewable energy systems and his contributions to sustainable technology innovation."},{name:"Dr. Kavita Joshi",description:"Dr. Kavita Joshi is a leading expert in digital humanities, exploring the intersection of technology and cultural studies. With a strong portfolio of published work in this emerging field, she aims to develop new methodologies for analyzing cultural data through digital platforms.",meta_title:"Dr. Kavita Joshi - Expert in Digital Humanities",meta_description:"Discover Dr. Kavita Joshi's research on digital humanities, merging technology with cultural analysis to redefine methodology in the field."},{name:"Dr. Emily Carter",description:"Dr. Emily Carter is an accomplished physicist with over 15 years of research experience in condensed matter physics. She earned her Ph.D. from the Massachusetts Institute of Technology (MIT) and has published over 30 research papers in renowned journals. Her work has significantly advanced the understanding of quantum materials and their applications in technology.",meta_title:"Dr. Emily Carter - Expert in Condensed Matter Physics | Researve",meta_description:"Discover the research contributions of Dr. Emily Carter, a leading physicist specializing in condensed matter physics and quantum materials at Researve."},{name:"Prof. Liam O'Sullivan",description:"Prof. Liam O'Sullivan is a mechanical engineer with a focus on sustainable energy solutions. He holds a Ph.D. from Stanford University and has over 20 years of teaching and research experience. His passion for innovation in renewable energy technologies has resulted in numerous publications and patents.",meta_title:"Prof. Liam O'Sullivan - Mechanical Engineering and Sustainable Energy | Researve",meta_description:"Explore sustainable energy advancements with Prof. Liam O'Sullivan, a mechanical engineer and renewable energy expert contributing to Researve."},{name:"Dr. Aisha Patel",description:"Dr. Aisha Patel is a biologist specializing in evolutionary biology and ecology. With a Ph.D. from the University of California, Berkeley, she has conducted extensive field research globally. Her publications highlight the biodiversity crisis and conservation strategies.",meta_title:"Dr. Aisha Patel - Evolutionary Biology and Ecology Expert | Researve",meta_description:"Join Dr. Aisha Patel as she shares her insights on evolutionary biology and conservation at Researve, contributing to a sustainable future."},{name:"Dr. James Thompson",description:"Dr. James Thompson is an epidemiologist with a focus on global health and disease prevention. He has worked with the World Health Organization and various NGOs. His research has been vital in addressing health disparities across different populations.",meta_title:"Dr. James Thompson - Epidemiology and Global Health | Researve",meta_description:"Learn from Dr. James Thompson, an expert in epidemiology and global health, contributing critical insights to disease prevention at Researve."},{name:"Prof. Maria Gonzalez",description:"Prof. Maria Gonzalez is a social scientist and professor of sociology. She holds a Ph.D. from Harvard University and specializes in social inequality and public policy. Her extensive research is influential in shaping social justice initiatives.",meta_title:"Prof. Maria Gonzalez - Sociology and Social Justice Advocate | Researve",meta_description:"Understand social inequality with Prof. Maria Gonzalez, a sociology expert and advocate for social justice at Researve."},{name:"Dr. Wei Zhang",description:"Dr. Wei Zhang is a renowned chemist recognized for her innovative research in nanomaterials and their applications in medicine. With over a decade of research at top-tier institutes, she has published extensively and received multiple awards for her contributions.",meta_title:"Dr. Wei Zhang - Nanomaterials and Medicinal Chemistry | Researve",meta_description:"Explore cutting-edge research in nanomaterials with Dr. Wei Zhang, a distinguished chemist contributing to Researve's collection."},{name:"Dr. Anna Williams",description:"Dr. Anna Williams is a clinical psychologist specializing in mental health and behavioral science. With years of practice and research experience, she is actively involved in developing innovative therapeutic approaches and contributing to community health strategies.",meta_title:"Dr. Anna Williams - Clinical Psychology and Behavioral Science | Researve",meta_description:"Delve into mental health research with Dr. Anna Williams, a clinical psychologist dedicated to innovative therapeutic strategies at Researve."},{name:"Prof. Alexey Ivanov",description:"Prof. Alexey Ivanov is a leading researcher in artificial intelligence and machine learning. He obtained his Ph.D. from Princeton University and has published over 50 papers. His work is paving the way for smart technologies that enhance everyday life.",meta_title:"Prof. Alexey Ivanov - AI and Machine Learning Specialist | Researve",meta_description:"Unlock the potential of AI with Prof. Alexey Ivanov, a specialist in machine learning and technology innovation at Researve."},{name:"Dr. Fatima Yusuf",description:"Dr. Fatima Yusuf is a distinguished researcher in public health, focusing on the effects of climate change on community health. She holds a Ph.D. in Public Health and is widely published, often collaborating with international health organizations.",meta_title:"Dr. Fatima Yusuf - Climate Change and Public Health Expert | Researve",meta_description:"Explore the intersection of climate change and health with Dr. Fatima Yusuf, a leading public health researcher at Researve."},{name:"Prof. Oliver Schmidt",description:"Prof. Oliver Schmidt is an expert in digital humanities, exploring how technology integrates with traditional humanities research. He has authored numerous books and articles and has a substantial impact on the future of interdisciplinary studies.",meta_title:"Prof. Oliver Schmidt - Digital Humanities Scholar | Researve",meta_description:"Discover the fusion of technology and humanities with Prof. Oliver Schmidt, a digital humanities pioneer contributing to Researve."},{name:"Dr. Emily Tran",description:"Dr. Emily Tran is a well-respected researcher in the field of life sciences, with over 15 years of experience studying cellular mechanisms in immunology. She is currently a professor at the University of California, where she has published numerous articles in high-impact journals. Her expertise lies in autoimmune diseases, and she is dedicated to advancing scientific knowledge through her innovative research.",meta_title:"Dr. Emily Tran - Life Sciences Research Expert",meta_description:"Explore the work of Dr. Emily Tran, a leading authority in immunology and life sciences with over 15 years of research experience. Discover her contributions and insights on autoimmune diseases."},{name:"Prof. John McGregor",description:"Prof. John McGregor is a distinguished physicist with a Ph.D. from MIT. He has dedicated over 20 years to research in condensed matter physics and has contributed extensively to the field through publications and conferences. His current work focuses on quantum materials and their applications in technology.",meta_title:"Prof. John McGregor - Expert in Condensed Matter Physics",meta_description:"Delve into the research of Prof. John McGregor, a prominent physicist specializing in condensed matter physics and quantum materials, with over 20 years of experience."},{name:"Dr. Luis Chen",description:"Dr. Luis Chen is known for his innovative research in mechanical engineering, particularly in renewable energy technologies. He has published over 30 papers in prestigious engineering journals and is passionate about developing sustainable solutions for energy consumption.",meta_title:"Dr. Luis Chen - Renewable Energy Engineering Specialist",meta_description:"Discover the groundbreaking work of Dr. Luis Chen, a mechanical engineering expert focused on renewable energy solutions and sustainability, with numerous published research articles."},{name:"Dr. Nathan Brown",description:"Dr. Nathan Brown is an expert in environmental sciences, focusing on climate change and ecological conservation. He has worked with various environmental organizations and has published numerous research articles advocating for sustainable practices.",meta_title:"Dr. Nathan Brown - Environmental Science Advocate",meta_description:"Learn about Dr. Nathan Brown, an environmental sciences expert dedicated to ecological conservation and climate change research, with a wealth of published articles."},{name:"Prof. Helena Sokolova",description:"Prof. Helena Sokolova is a leading scholar in economics with over two decades of experience in macroeconomic policy analysis. She has taught at prestigious universities in Europe and North America and published extensively on economic inequality and global trade.",meta_title:"Prof. Helena Sokolova - Expert in Economic Policy",meta_description:"Discover the expertise of Prof. Helena Sokolova, a prominent economist focusing on macroeconomic policy, inequality, and trade, with numerous influential publications."},{name:"Dr. Michael Torres",description:"Dr. Michael Torres is a prominent researcher in neuroscience, focusing on cognitive processes and their link to behavior. With a Ph.D. from Stanford University, he has published many impactful articles on neuroplasticity and learning.",meta_title:"Dr. Michael Torres - Neuroscience Researcher",meta_description:"Explore the research of Dr. Michael Torres, a leading neuroscientist studying cognitive processes and behavior, with extensive published work in neuroplasticity."},{name:"Dr. Sofia Ribeiro",description:"Dr. Sofia Ribeiro is a pioneering expert in biotechnology, focusing on genetic engineering and agricultural applications. She has contributed to numerous studies and publications aimed at enhancing crop yield and sustainability through biotechnological advances.",meta_title:"Dr. Sofia Ribeiro - Biotechnology and Genetic Engineering Specialist",meta_description:"Learn from Dr. Sofia Ribeiro, a biotechnology expert dedicated to improving agricultural practices through genetic engineering, with significant research contributions."},{name:"Prof. Albert Holmes",description:"Prof. Albert Holmes is a celebrated historian with expertise in modern European history. He has authored several critically acclaimed books and articles, contributing to the understanding of contemporary social and political changes.",meta_title:"Prof. Albert Holmes - Modern European History Expert",meta_description:"Discover the work of Prof. Albert Holmes, an expert historian specializing in modern European history, with numerous acclaimed publications focusing on social and political changes."}],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:#0a0a0a;--theme-color-8:#3d3d3d;--theme-color-7:#7a7a7a;--theme-color-6:#b0b0b0;--theme-color-5:#d0d0d0;--theme-color-3:#f0f0f0;--theme-color-2:#fafafa;--color-bg-layout:#ffffff;--color-bg-hover:#e1e1e1;--article-border-radius:8px;--btn-border-radius:5px;--category-border-radius:12px;}
@@ -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\uDCDA\uD83D\uDD2C\uD83C\uDF0D\uD83E\uDDEC";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-09-26T00:00:00Z";
13
+ export declare const devBucketName = "idn-sciplexes-dev";
14
+ export declare const prodBucketName = "idn-sciplexes";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={physicalSciences:{title:"Explore the Depths of Physical Sciences 🌌 | SciPlexes",description:"Dive into physical sciences, exploring key disciplines from applied physics to astrophysics. Discover vast research articles here! πŸ”¬",slug:"physical-sciences",children:{appliedPhysics:{title:"Applied Physics: Practical Applications of Theories βš™οΈ",description:"Immerse yourself in applied physics, bridging theory with real-world applications. Gain insights from extensive research articles! πŸ”",slug:"applied-physics",children:null},theoreticalPhysics:{title:"Theoretical Physics: Unraveling Nature's Mysteries πŸŒ€",description:"Explore the foundations of our universe through theoretical physics. Access intricate research articles that challenge our understanding! 🌌",slug:"theoretical-physics",children:null},materialsScience:{title:"Materials Science: Innovations in Material Properties πŸ§ͺ",description:"Discover advancements in materials science that revolutionize technology. Explore essential research and articles to expand your knowledge! βš›οΈ",slug:"materials-science",children:null},geophysics:{title:"Geophysics: Earth’s Processes and Phenomena 🌍",description:"Delve into geophysics and uncover the dynamics of Earth's processes. Access cutting-edge research and scholarly articles on this vital field! πŸŒ‹",slug:"geophysics",children:null},astrophysics:{title:"Astrophysics: Understanding the Cosmos Beyond 🌠",description:"Journey through astrophysics, studying celestial bodies and the universe. Find comprehensive research articles uncovering cosmic mysteries! 🌌",slug:"astrophysics",children:null},other:{title:"Other Physical Sciences: Diverse Scientific Disciplines πŸ“š",description:"Explore various branches of physical sciences that don't fit into categories. Access a wealth of articles and broaden your scientific horizons! πŸ”­",slug:"other-physical-sciences",children:null}}},engineering:{title:"Explore Engineering: Insights & Research Articles πŸ› οΈ",description:"Delve into a vast array of engineering topics with in-depth research articles covering mechanical, civil, electrical, chemical, and biomedical fields. πŸ“š",slug:"engineering",children:{mechanicalEngineering:{title:"Mechanical Engineering: Innovations & Theories πŸ”§",description:"Discover the latest innovations and theories in mechanical engineering with comprehensive articles and research studies. βš™οΈ",slug:"mechanical-engineering",children:null},civilEngineering:{title:"Civil Engineering: Building Sustainable Futures 🌍",description:"Explore civil engineering strategies for sustainable infrastructure and development through informative research articles and case studies. 🚧",slug:"civil-engineering",children:null},electricalEngineering:{title:"Electrical Engineering: Powering Tomorrow's Innovation ⚑",description:"Access cutting-edge research and developments in electrical engineering that are shaping the future of energy and technology. πŸ”Œ",slug:"electrical-engineering",children:null},chemicalEngineering:{title:"Chemical Engineering: Processes & Innovations πŸ§ͺ",description:"Investigate groundbreaking processes and innovations within chemical engineering through detailed research articles and insights. πŸ”¬",slug:"chemical-engineering",children:null},biomedicalEngineering:{title:"Biomedical Engineering: Advancing Healthcare Technology πŸ₯",description:"Explore the intersection of medicine and engineering with articles focused on advancements in biomedical technology and research. πŸ’‰",slug:"biomedical-engineering",children:null},other:{title:"Other Engineering Disciplines: Diverse Insights πŸ”",description:"Discover various engineering disciplines and niche topics that might not fit into the traditional categories. Expand your knowledge! 🌟",slug:"other-engineering",children:null}}},lifeSciences:{title:"Exploring Life Sciences: Research, Insights, and Discoveries 🌱",description:"Delve into life sciences with a collection of research articles connecting biology, ecology, genetics, microbiology, and neuroscience. πŸŒπŸ”",slug:"life-sciences",children:{biology:{title:"Biology: Unraveling the Mysteries of Life 🧬",description:"Explore the fascinating field of biology through various articles that reveal insights about living organisms and their interactions. πŸŒΌπŸ“š",slug:"biology",children:null},ecology:{title:"Ecology: Understanding Ecosystems and Biodiversity 🌳",description:"Dive into ecology to learn how organisms interact with their environment to create vibrant ecosystems and ensure biodiversity. 🌎🌿",slug:"ecology",children:null},genetics:{title:"Genetics: The Blueprint of Life 🧬✨",description:"Discover the world of genetics, exploring DNA, heredity, and the genetic foundations that shape life as we know it. πŸ”¬πŸ“–",slug:"genetics",children:null},microbiology:{title:"Microbiology: The Study of Microorganisms πŸ”πŸ¦ ",description:"Investigate the miniature world of microbiology, where tiny organisms impact health, environments, and industries significantly. πŸ’§πŸ“˜",slug:"microbiology",children:null},neuroscience:{title:"Neuroscience: Unlocking the Secrets of the Brain πŸ§ πŸ”‘",description:"Explore neuroscience's intricate studies on the brain and nervous system, bridging science with our understanding of behaviors. πŸ§ πŸ“š",slug:"neuroscience",children:null},other:{title:"Other Life Sciences: Diverse Topics and Research πŸ§ͺ🌍",description:"Explore a collection of life sciences articles that encompass various other fascinating topics beyond the primary disciplines. πŸ“„πŸ”­",slug:"other",children:null}}},healthSciences:{title:"Exploring Health Sciences: Articles and Research πŸ“š",description:"Discover a vast collection of health sciences research articles that bridge complex studies and reader accessibility. Dive deep into public health, clinical research, and more! 🧬",slug:"exploring-health-sciences",children:{publicHealth:{title:"Public Health Insights: Research and Articles 🌍",description:"Access groundbreaking research and articles on public health that address global health challenges and strategies. Discover studies that impact communities worldwide! πŸ₯",slug:"public-health-insights",children:null},clinicalResearch:{title:"Clinical Research: Discover the Latest Studies πŸ”¬",description:"Explore cutting-edge clinical research articles that reveal innovative treatments and methodologies. Stay informed about advancements in patient care! πŸ“ˆ",slug:"clinical-research",children:null},pharmacology:{title:"Pharmacology Research: Advancements and Discoveries πŸ’Š",description:"Delve into pharmacology research articles that explore new drugs, their effects, and therapeutic applications. Stay updated with the latest in pharmacological science! πŸ“–",slug:"pharmacology-research",children:null},nutritionScience:{title:"Nutrition Science: Research Articles for Health 🍏",description:"Discover a range of nutrition science articles that explore the impact of diet on health and wellness. Learn how nutrition influences our lives! πŸ₯—",slug:"nutrition-science",children:null},psychology:{title:"Psychology Articles: Insights and Research 🧠",description:"Explore psychological research articles that uncover the complexities of human behavior and mental processes. Enhance your understanding of psychological science! πŸ“Š",slug:"psychology-articles",children:null},other:{title:"Other Health Sciences Research: Diverse Articles πŸ§ͺ",description:"Access a variety of articles from different health sciences fields that don't fit into traditional categories. Expand your knowledge across disciplines! 🌟",slug:"other-health-sciences",children:null}}},socialSciences:{title:"Explore In-Depth Research in Social Sciences 🌍",description:"Dive into the vast collection of social sciences research articles covering sociology, psychology, economics, and more. Empower your knowledge! πŸ“š",slug:"social-sciences",children:{sociology:{title:"Understanding Sociology: Concepts & Research Articles πŸ“–",description:"Discover a plethora of sociology articles that explore societal structures, relationships, and trends. Enrich your understanding with in-depth research! 🌐",slug:"sociology",children:null},psychology:{title:"Unraveling Psychology: Insights and Research πŸ“˜",description:"Access cutting-edge psychology research covering cognitive, behavioral, and emotional aspects of human experience. Enhance your journey into the human mind! 🧠",slug:"psychology",children:null},economics:{title:"Exploring Economics: Theories & Applications πŸ’°",description:"Engage with comprehensive economics articles that discuss market dynamics, economic theories, and real-world applications. Gain insights into economic decisions! πŸ“Š",slug:"economics",children:null},anthropology:{title:"Anthropology: Study of Humanity and Culture 🌿",description:"Explore fascinating anthropology research that investigates cultural practices, human evolution, and societal patterns. Connect with humanity’s rich diversity! 🌍",slug:"anthropology",children:null},other:{title:"Other Social Sciences: Diverse Research Articles πŸ“š",description:"Discover intriguing topics in the social sciences that don't fit traditional categories. Explore unique research that broadens your understanding! ✨",slug:"other-social-sciences",children:null}}},humanities:{title:"Explore the Rich Tapestry of Humanities πŸ›οΈ | SciPlexes",description:"Delve into the humanities section, where literature, philosophy, history, and more illuminate the human experience. Explore in-depth articles today! πŸ“š",slug:"humanities",children:{literature:{title:"The World of Literature πŸ“– | SciPlexes",description:"Discover an extensive range of literature articles exploring genres, themes, and notable writers who shaped the literary landscape. Dive into literary works! ✨",slug:"literature",children:null},philosophy:{title:"Philosophy: Think Deeper 🧠 | SciPlexes",description:"Engage with thought-provoking articles on philosophy that challenge your perspective on existence, ethics, and knowledge. Embrace intellectual curiosity! 🌍",slug:"philosophy",children:null},history:{title:"Unraveling History's Mysteries ⏳ | SciPlexes",description:"Explore captivating articles on history, from ancient civilizations to modern events, offering insights into our past and its influence on the present. 🏺",slug:"history",children:null},artHistory:{title:"Art History: A Journey Through Time 🎨 | SciPlexes",description:"Delve into art history to understand the evolution of artistic expression, influential movements, and acclaimed artists. Experience art's transformative power! 🌈",slug:"art-history",children:null},culturalStudies:{title:"Cultural Studies: Diverse Perspectives 🌍 | SciPlexes",description:"Investigate cultural studies with articles that explore social norms, traditions, and the complexity of human societies. Expand your cultural literacy! πŸ“…",slug:"cultural-studies",children:null},other:{title:"Other Areas of Humanities ✨ | SciPlexes",description:"Explore other intriguing subjects within the humanities that defy categorization, offering unique insights and perspectives on diverse topics. πŸ—ΊοΈ",slug:"other",children:null}}},interdisciplinaryStudies:{title:"Exploring Interdisciplinary Studies: A Gateway to Knowledge 🌍",description:"Discover a wealth of interdisciplinary studies spanning various fields. Enhance your understanding with informative articles at SciPlexes! πŸ“š",slug:"interdisciplinary-studies",children:{environmentalStudies:{title:"Delve into Environmental Studies: Critical Insights 🌱",description:"Explore key research and innovative insights in environmental studies that shape our planet's future. Engage with transformative articles today! 🌎",slug:"environmental-studies",children:null},genderStudies:{title:"Understanding Gender Studies: Social Dynamics Explored πŸ³οΈβ€πŸŒˆ",description:"Uncover the complexities of gender studies, examining societal structures and identities. Empower your knowledge with our curated research! πŸ“–",slug:"gender-studies",children:null},scienceAndTechnologyStudies:{title:"Insights into Science and Technology Studies: Innovations πŸ§ͺ",description:"Investigate the intersection of science, technology, and society through our extensive selection of articles. Stay informed on groundbreaking advancements! πŸ”¬",slug:"science-and-technology-studies",children:null},internationalRelations:{title:"A Deep Dive into International Relations: Global Perspectives 🌐",description:"Gain insightful understanding of international relations, exploring global affairs and diplomacy. Access expert research and analyses to broaden your perspective! 🌏",slug:"international-relations",children:null},healthAndSociety:{title:"Exploring Health and Society: Interconnections Revealed πŸ₯",description:"Discover the intricate relationship between health and society through comprehensive studies and research articles. Enhance your awareness today! πŸ’‘",slug:"health-and-society",children:null},other:{title:"Diverse Topics in Interdisciplinary Studies: Beyond Boundaries πŸ”",description:"Explore an array of interdisciplinary topics that expand your research horizons. Delve into diverse articles and cultivate your intellectual curiosity! 🌈",slug:"other-topics",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="πŸ“šπŸ”¬πŸŒπŸ§¬",r=Object.keys(i),c=[],o=[];for(const e of r){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)&&o.push(...Object.keys(i.children))}}}const l="2024-09-26T00:00:00Z",a="sciplexes",h=`idn-${a}-dev`,d=`idn-${a}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=n,exports.authorsNames=t,exports.categories=r,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=c,exports.subsubcategories=o;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ Discipline = "Discipline",
3
+ ResearchType = "Research Type",
4
+ ArticleComplexity = "Article Complexity",
5
+ KeywordsOfInterest = "Keywords of Interest"
6
+ }
7
+ type DisciplineValues = 'Physical Sciences' | 'Engineering' | 'Life Sciences' | 'Health Sciences' | 'Social Sciences' | 'Humanities';
8
+ type ResearchTypeValues = 'Original Research' | 'Review Articles' | 'Case Studies' | 'Theoretical Discussions' | 'Meta-Analyses';
9
+ type ArticleComplexityValues = 'Beginner-Friendly' | 'Intermediate' | 'Advanced' | 'Expert-Level';
10
+ type KeywordsOfInterestValues = 'Environmental Science' | 'Cognitive Psychology' | 'Biomedical Engineering' | 'Sociological Research' | 'Digital Humanities';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.Discipline]: DisciplineValues[];
13
+ [FiltersNames.ResearchType]: ResearchTypeValues[];
14
+ [FiltersNames.ArticleComplexity]: ArticleComplexityValues[];
15
+ [FiltersNames.KeywordsOfInterest]: KeywordsOfInterestValues[];
16
+ };
17
+ export declare const disciplineValues: DisciplineValues[];
18
+ export declare const researchTypeValues: ResearchTypeValues[];
19
+ export declare const articleComplexityValues: ArticleComplexityValues[];
20
+ export declare const keywordsOfInterestValues: KeywordsOfInterestValues[];
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.ResearchType="Research Type",e.ArticleComplexity="Article Complexity",e.KeywordsOfInterest="Keywords of Interest";const s=["Physical Sciences","Engineering","Life Sciences","Health Sciences","Social Sciences","Humanities"],i=["Original Research","Review Articles","Case Studies","Theoretical Discussions","Meta-Analyses"],t=["Beginner-Friendly","Intermediate","Advanced","Expert-Level"],r=["Environmental Science","Cognitive Psychology","Biomedical Engineering","Sociological Research","Digital Humanities"],l={[exports.FiltersNames.Discipline]:[],[exports.FiltersNames.ResearchType]:[],[exports.FiltersNames.ArticleComplexity]:[],[exports.FiltersNames.KeywordsOfInterest]:[]},o={[exports.FiltersNames.Discipline]:s,[exports.FiltersNames.ResearchType]:i,[exports.FiltersNames.ArticleComplexity]:t,[exports.FiltersNames.KeywordsOfInterest]:r},a=()=>JSON.stringify(o,null,2);exports.articleComplexityValues=t,exports.disciplineValues=s,exports.fullFilters=o,exports.getFiltersTypesJSON=a,exports.initialFilters=l,exports.keywordsOfInterestValues=r,exports.researchTypeValues=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.articleComplexityValues=t.articleComplexityValues,exports.disciplineValues=t.disciplineValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.keywordsOfInterestValues=t.keywordsOfInterestValues,exports.researchTypeValues=t.researchTypeValues,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: SciPlexes is an infotainment articles portal dedicated to providing a vast collection of scientific and academic research articles across various disciplines including physical sciences, engineering, life sciences, health sciences, social sciences, and humanities. It aims to bridge the gap between intricate research and reader accessibility.\n - Detailed description: SciPlexes serves as a comprehensive online platform that aggregates a wide array of scientific and academic research articles, allowing users to explore knowledge spanning multiple disciplines. The portal features a user-friendly interface that simplifies navigation through extensive categorization of articles. Users can easily access cutting-edge research, reviews, case studies, and theoretical discussions authored by experts and scholars worldwide. By fostering a culture of knowledge sharing, SciPlexes not only serves academics and researchers but also encourages curiosity-driven learners and enthusiasts to delve into complex topics. The site is equipped with powerful search and filtering tools, enabling users to find specific information quickly. Additionally, each article is accompanied by summaries and keywords, enhancing the user experience and facilitating better understanding of the subject matter.\n - Target audience: The target audience for SciPlexes includes students, researchers, educators, and professionals engaging in or interested in scientific and academic exploration. This diverse group encompasses individuals from various educational backgrounds seeking reliable, in-depth information and insights across multiple fields such as students conducting research for projects, academics looking for reference materials, professionals seeking the latest advancements in their industries, and curious minds eager to expand their knowledge base.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Key Concepts and Terminology\n - Definition of Key Terms\n - Concepts Explored in the Article\n\n## Findings and Discussion\n - Main Findings\n - Potential Areas for Future Research\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Key Concepts and Terminology, 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: SciPlexes is an infotainment articles portal dedicated to providing a vast collection of scientific and academic research articles across various disciplines including physical sciences, engineering, life sciences, health sciences, social sciences, and humanities. It aims to bridge the gap between intricate research and reader accessibility.\n - Detailed description: SciPlexes serves as a comprehensive online platform that aggregates a wide array of scientific and academic research articles, allowing users to explore knowledge spanning multiple disciplines. The portal features a user-friendly interface that simplifies navigation through extensive categorization of articles. Users can easily access cutting-edge research, reviews, case studies, and theoretical discussions authored by experts and scholars worldwide. By fostering a culture of knowledge sharing, SciPlexes not only serves academics and researchers but also encourages curiosity-driven learners and enthusiasts to delve into complex topics. The site is equipped with powerful search and filtering tools, enabling users to find specific information quickly. Additionally, each article is accompanied by summaries and keywords, enhancing the user experience and facilitating better understanding of the subject matter.\n - Target audience: The target audience for SciPlexes includes students, researchers, educators, and professionals engaging in or interested in scientific and academic exploration. This diverse group encompasses individuals from various educational backgrounds seeking reliable, in-depth information and insights across multiple fields such as students conducting research for projects, academics looking for reference materials, professionals seeking the latest advancements in their industries, and curious minds eager to expand their knowledge base.\n\n",t="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Key Concepts and Terminology\n - Definition of Key Terms\n - Concepts Explored in the Article\n\n## Findings and Discussion\n - Main Findings\n - Potential Areas for Future Research\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Key Concepts and Terminology, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",s="synthesizing the information presented throughout",a="students, researchers, educators, and professionals",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=s,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional scientific photograph for a glossy scientific magazine, scientific style photography, glossy scientific magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet Our Esteemed Authors | SciPlexes",description:"Discover the brilliant minds behind our vast collection of research articles. 🌟 Explore their work and contributions across multiple disciplines at SciPlexes!"},[exports.PageNames.Home]:{title:"Welcome to SciPlexes | Your Hub for Scientific Research",description:"Delve into an extensive collection of scientific and academic articles across various disciplines. πŸ” Unlock knowledge and insights at SciPlexes today!"},[exports.PageNames.NotFound]:{title:"Page Not Found | SciPlexes",description:"Oops! The page you’re looking for is missing. 😒 Explore our rich collection of research articles instead!"},[exports.PageNames.AboutUs]:{title:"About SciPlexes | Your Research Companion",description:"Learn about our mission to provide a vast array of scientific research articles. 🌐 Join us in exploring knowledge across diverse fields at SciPlexes!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | SciPlexes",description:"Your privacy matters to us! πŸ”’ Read our Privacy Policy to understand how we protect your information and data at SciPlexes."},[exports.PageNames.Terms]:{title:"Terms of Service | SciPlexes",description:"Understand the terms that govern your use of SciPlexes. πŸ“œ Stay informed and engaged with our platform and its features."},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate SciPlexes Easily",description:"Find your way around our website with our detailed sitemap. πŸ—ΊοΈ Access all sections of SciPlexes effortlessly and explore endless research!"}},a=[{name:"Dr. Vikram Sharma",description:"Dr. Vikram Sharma is a renowned researcher in physical sciences with over 15 years of experience in experimental physics. He has published numerous papers in high-impact journals and is known for his contributions to quantum mechanics. Dr. Sharma is a recipient of several prestigious awards, including the Indian National Science Academy Award.",meta_title:"Dr. Vikram Sharma - Expert in Physical Sciences",meta_description:"Explore the work of Dr. Vikram Sharma, a leading researcher in physical sciences with significant contributions to quantum mechanics. Read his research articles on SciPlexes."},{name:"Prof. Anita Desai",description:"Prof. Anita Desai specializes in engineering innovations, focusing on sustainable technology. With over 20 years in academia, her research has led to the development of renewable energy solutions used across various industries. She is a distinguished professor and an active member of several engineering societies.",meta_title:"Prof. Anita Desai - Engineering Innovator",meta_description:"Discover the research of Prof. Anita Desai, a leading figure in engineering innovations and sustainable technology on SciPlexes."},{name:"Dr. Ramesh Patel",description:"Dr. Ramesh Patel is a life sciences expert whose research primarily focuses on molecular biology and genetics. He holds multiple patents and has published extensively in top-tier journals. Dr. Patel is passionate about translating his research into practical health solutions.",meta_title:"Dr. Ramesh Patel - Molecular Biology Expert",meta_description:"Read about Dr. Ramesh Patel's groundbreaking research in molecular biology and genetics. His innovative work is featured on SciPlexes."},{name:"Dr. Priya Menon",description:"With a Ph.D. in public health, Dr. Priya Menon has dedicated her career to researching global health issues, particularly infectious diseases. Her work has been instrumental in developing disease control strategies in developing nations. She is also a frequent speaker at international conferences.",meta_title:"Dr. Priya Menon - Public Health Researcher",meta_description:"Explore Dr. Priya Menon's extensive research in public health and infectious diseases on SciPlexes. Her work has global impact."},{name:"Dr. Arjun Singh",description:"Dr. Arjun Singh is a respected scholar in the social sciences, focusing on sociology and cultural studies. With over 25 years of academic experience, he has published numerous influential articles that examine social structures and their impact on contemporary society.",meta_title:"Dr. Arjun Singh - Social Sciences Scholar",meta_description:"Learn about Dr. Arjun Singh's contributions to sociology and cultural studies. His research offers critical insights into modern social issues on SciPlexes."},{name:"Dr. Nisha Kumar",description:"A prominent figure in the field of psychology, Dr. Nisha Kumar specializes in cognitive behavioral therapy and mental health. With numerous publications and a dedicated therapeutic practice, she aims to bridge the gap between research and practical applications in mental health.",meta_title:"Dr. Nisha Kumar - Psychologist and Researcher",meta_description:"Read Dr. Nisha Kumar's research on cognitive behavioral therapy and mental health. Her approach combines theory with practice on SciPlexes."},{name:"Prof. Mohan Iyer",description:"Prof. Mohan Iyer is an expert in mechanical engineering with a focus on robotics and automation. He has led several innovative projects that have transformed manufacturing processes and has received accolades for his contributions to the field.",meta_title:"Prof. Mohan Iyer - Robotics Specialist",meta_description:"Discover the work of Prof. Mohan Iyer in mechanical engineering and robotics. His research is pioneering new technologies on SciPlexes."},{name:"Dr. Seema Rao",description:"Dr. Seema Rao is a leading researcher in environmental science, specializing in climate change and sustainable development. Her extensive work has encouraged policy changes and enhanced public awareness regarding environmental conservation.",meta_title:"Dr. Seema Rao - Environmental Scientist",meta_description:"Explore Dr. Seema Rao's influential research in environmental science and her commitment to sustainability on SciPlexes."},{name:"Prof. Kiran Verma",description:"With a strong background in humanities, Prof. Kiran Verma focuses on comparative literature and cultural theory. Her work examines the intersections of literature, society, and identity, earning her recognition both nationally and internationally.",meta_title:"Prof. Kiran Verma - Humanities Scholar",meta_description:"Delve into Prof. Kiran Verma's research on literature, culture, and identity in the humanities. Her insights are featured on SciPlexes."},{name:"Dr. Anil Joshi",description:"Dr. Anil Joshi is a distinguished physicist known for his studies in condensed matter physics. With over three decades of research experience, Dr. Joshi has made substantial contributions to the understanding of superconductors and materials science.",meta_title:"Dr. Anil Joshi - Condensed Matter Physicist",meta_description:"Learn about Dr. Anil Joshi's pioneering research in condensed matter physics and materials science on SciPlexes."},{name:"Dr. Arjun Malhotra",description:"Dr. Arjun Malhotra is a renowned biochemist with over 15 years of research experience in pharmaceuticals and molecular biology. He has contributed significantly to the understanding of protein interactions in disease mechanisms and has published in numerous reputed journals. Dr. Malhotra is also a passionate educator, committed to promoting science education among underrepresented communities.",meta_title:"Dr. Arjun Malhotra - Biochemist & Researcher | SciPlexes",meta_description:"Explore the work of Dr. Arjun Malhotra, a leading biochemist with expertise in pharmaceuticals and molecular biology. Read his groundbreaking articles on SciPlexes."},{name:"Prof. Anika Sharma",description:"Prof. Anika Sharma is a distinguished professor of engineering with a focus on sustainable energy solutions. With a Ph.D. in Environmental Engineering, she has been involved in numerous international research projects aimed at reducing carbon footprints. Her innovative work has earned her several prestigious awards.",meta_title:"Prof. Anika Sharma - Engineering Expert & Innovator | SciPlexes",meta_description:"Read insightful articles by Prof. Anika Sharma, a leading figure in sustainable energy engineering, only on SciPlexes."},{name:"Dr. Rahul Iyer",description:"Dr. Rahul Iyer is a psychologist and researcher in the field of cognitive sciences, specializing in behavioral health and neuropsychology. With numerous publications and a strong focus on mental health awareness, he aims to bridge the gap between scientific research and public understanding.",meta_title:"Dr. Rahul Iyer - Psychologist & Cognitive Scientist | SciPlexes",meta_description:"Discover engaging articles by Dr. Rahul Iyer, an expert in cognitive sciences and behavioral health. Learn more on SciPlexes."},{name:"Dr. Priya Rao",description:"Dr. Priya Rao is a leading researcher in the field of life sciences, particularly focusing on genetic engineering and biotechnology. With over a decade of experience, she has worked on groundbreaking projects that seek to enhance crop resilience against climate change.",meta_title:"Dr. Priya Rao - Biotechnologist & Genetic Researcher | SciPlexes",meta_description:"Explore the innovative contributions of Dr. Priya Rao in biotechnology and genetic engineering on SciPlexes."},{name:"Prof. Vikram Singh",description:"Prof. Vikram Singh is an esteemed physicist known for his work in condensed matter physics. With a robust academic background and extensive research experience, he has published over 50 peer-reviewed articles. Prof. Singh is dedicated to mentoring young scientists and promoting physics education.",meta_title:"Prof. Vikram Singh - Physicist & Educator | SciPlexes",meta_description:"Read the fascinating research of Prof. Vikram Singh, a leading physicist in condensed matter physics, on SciPlexes."},{name:"Dr. Neha Gupta",description:"Dr. Neha Gupta is an epidemiologist specializing in infectious diseases and public health. With over 12 years of experience, she has led numerous studies aimed at improving health outcomes in rural populations. Her work emphasizes the importance of data in health policy decisions.",meta_title:"Dr. Neha Gupta - Epidemiologist & Public Health Researcher | SciPlexes",meta_description:"Uncover essential insights on infectious diseases from Dr. Neha Gupta, a prominent epidemiologist on SciPlexes."},{name:"Dr. Amit Verma",description:"Dr. Amit Verma is a chemist with significant expertise in materials science. His research focuses on developing sustainable materials for industrial applications. He has over 20 published papers and is actively involved in interdisciplinary collaborations to promote innovative solutions.",meta_title:"Dr. Amit Verma - Chemist & Materials Scientist | SciPlexes",meta_description:"Gain knowledge from Dr. Amit Verma, a leading chemist specializing in sustainable materials science, featured on SciPlexes."},{name:"Prof. Kavita Desai",description:"Prof. Kavita Desai is a respected sociologist whose work explores the dynamics of social change and community development. With numerous publications, she advocates for greater inclusion in social policies and has been a part of various global conferences.",meta_title:"Prof. Kavita Desai - Sociologist & Community Advocate | SciPlexes",meta_description:"Engage with the thought-provoking articles by Prof. Kavita Desai, focusing on social change and development at SciPlexes."},{name:"Dr. Ritesh Kapoor",description:"Dr. Ritesh Kapoor is a zoologist with a keen interest in wildlife conservation. With many years dedicated to research and field studies, he has published extensively on the effects of climate change on biodiversity. Dr. Kapoor is an advocate for sustainable practices in conservation.",meta_title:"Dr. Ritesh Kapoor - Zoologist & Conservationist | SciPlexes",meta_description:"Explore the impactful work of Dr. Ritesh Kapoor, dedicated to wildlife conservation and biodiversity research on SciPlexes."},{name:"Prof. Deepak Nair",description:"Prof. Deepak Nair is a linguist and educationist with expertise in language acquisition and teaching methodologies. He has authored several textbooks and research papers, focusing on the intersection of language and technology.",meta_title:"Prof. Deepak Nair - Linguist & Educator | SciPlexes",meta_description:"Discover the innovative research of Prof. Deepak Nair in linguistics and education on SciPlexes."},{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is an accomplished researcher in the field of biotechnology with over ten years of experience at leading institutions in India and the United States. She is known for her published papers on genetic engineering and plant biotechnology, contributing significantly to sustainable agriculture.",meta_title:"Dr. Aditi Sharma - Biotechnology Researcher at SciPlexes",meta_description:"Explore the works of Dr. Aditi Sharma, a renowned biotechnology researcher with expertise in genetic engineering and sustainable agriculture. Discover her contributions to the field on SciPlexes."},{name:"Prof. Ravi Kumar",description:"Prof. Ravi Kumar is a distinguished professor of physics with a specialization in quantum mechanics. With over twenty years of teaching and research experience, he has published extensively in international journals and is an advocate for STEM education in India.",meta_title:"Prof. Ravi Kumar - Physics Expert at SciPlexes",meta_description:"Delve into the scholarly articles of Prof. Ravi Kumar, an expert in quantum mechanics and a passionate educator. Join him in exploring the wonders of physics at SciPlexes."},{name:"Dr. Priya Desai",description:"Dr. Priya Desai is a public health expert with a focus on epidemiology and infectious diseases. With a PhD from the Indian Institute of Public Health, she has led numerous research projects and has over fifteen years of experience in health policy.",meta_title:"Dr. Priya Desai - Public Health Researcher at SciPlexes",meta_description:"Learn about public health through the eyes of Dr. Priya Desai, a leading researcher in epidemiology and health policy. Read her insightful articles at SciPlexes."},{name:"Dr. Arjun Mehta",description:"Dr. Arjun Mehta is an expert in environmental science and sustainable development. He has authored numerous papers on climate change, specializing in air quality and urban emissions, and has worked with several governmental organizations.",meta_title:"Dr. Arjun Mehta - Environmental Scientist at SciPlexes",meta_description:"Discover the significant contributions of Dr. Arjun Mehta, an authority on climate change and urban sustainability. Read his research articles at SciPlexes."},{name:"Dr. Sonali Verma",description:"Dr. Sonali Verma is an accomplished researcher in cognitive psychology. With a background in neuropsychological assessment, she has over a decade of experience and numerous publications focusing on human behavior and learning.",meta_title:"Dr. Sonali Verma - Cognitive Psychologist at SciPlexes",meta_description:"Explore the intriguing research of Dr. Sonali Verma, a cognitive psychologist specializing in human behavior. Join her in understanding cognition at SciPlexes."},{name:"Prof. Vikram Iyer",description:"Prof. Vikram Iyer is a leading academic in mechanical engineering, with specializations in robotics and automation. He has been instrumental in various innovative research projects and has mentored numerous students over his fifteen-year career.",meta_title:"Prof. Vikram Iyer - Mechanical Engineering Scholar at SciPlexes",meta_description:"Gain insights from Prof. Vikram Iyer's research on robotics and automation in mechanical engineering. Read his articles exclusively at SciPlexes."},{name:"Dr. Neeta Choudhary",description:"Dr. Neeta Choudhary is a leading researcher in pharmacology with a strong focus on drug development and therapeutic interventions. With over a decade of experience in clinical research, her work has been pivotal in advancing healthcare solutions.",meta_title:"Dr. Neeta Choudhary - Pharmacologist at SciPlexes",meta_description:"Uncover the cutting-edge research of Dr. Neeta Choudhary, a pharmacologist dedicated to advancing drug development. Find her articles at SciPlexes."},{name:"Dr. Rakesh Bansal",description:"Dr. Rakesh Bansal is an esteemed sociologist who specializes in social justice and community development. His extensive research has shaped policies and practices in India, and he has published numerous papers addressing the socio-economic issues faced by marginalized communities.",meta_title:"Dr. Rakesh Bansal - Sociologist at SciPlexes",meta_description:"Engage with the impactful research of Dr. Rakesh Bansal, a sociologist focusing on social justice and community empowerment. Explore his work at SciPlexes."},{name:"Dr. Sanjay Patil",description:"Dr. Sanjay Patil is a researcher in computational chemistry and materials science. With years of experience in theoretical modeling, he has authored numerous peer-reviewed articles on molecular simulations and material properties.",meta_title:"Dr. Sanjay Patil - Computational Chemist at SciPlexes",meta_description:"Read the extensive research of Dr. Sanjay Patil, a computational chemist specializing in molecular simulations. Discover his contributions at SciPlexes."},{name:"Dr. Kavita Reddy",description:"Dr. Kavita Reddy is a renowned expert in anthropology, with a focus on cultural studies and ethnographic research. She has spent over fifteen years conducting fieldwork in various communities across India, producing rich qualitative research.",meta_title:"Dr. Kavita Reddy - Anthropologist at SciPlexes",meta_description:"Explore the vibrant research of Dr. Kavita Reddy, an anthropologist dedicated to cultural studies. Discover her fieldwork insights at SciPlexes."},{name:"Dr. Priya Sharma",description:"Dr. Priya Sharma is a renowned physicist with over 15 years of experience in condensed matter physics. She holds a Ph.D. from the Indian Institute of Science and has published extensively in international journals. Dr. Sharma is also a passionate science communicator, actively engaging in outreach programs to promote scientific literacy in India.",meta_title:"Dr. Priya Sharma - Physicist and Science Communicator",meta_description:"Explore the work of Dr. Priya Sharma, a leading physicist specializing in condensed matter physics with over 15 years of experience in academic research and science communication."},{name:"Dr. Arjun Kapoor",description:"Dr. Arjun Kapoor is an accomplished biomedical engineer with a focus on regenerative medicine. With a doctoral degree from the Indian Institute of Technology, he leads several interdisciplinary research projects and has contributed significantly to advancements in tissue engineering and biomaterials.",meta_title:"Dr. Arjun Kapoor - Biomedical Engineer and Research Leader",meta_description:"Discover the research and contributions of Dr. Arjun Kapoor, a biomedical engineer specializing in regenerative medicine and a leader in interdisciplinary research initiatives."},{name:"Dr. Neeta Desai",description:"Dr. Neeta Desai is a social scientist with expertise in gender studies and public policy. She has over 10 years of research experience and has published numerous articles addressing socio-economic issues faced by women in India. Dr. Desai is a sought-after speaker at international conferences.",meta_title:"Dr. Neeta Desai - Social Scientist Specializing in Gender Studies",meta_description:"Learn about Dr. Neeta Desai’s impactful research in gender studies and public policy, focusing on socio-economic challenges women face in India."},{name:"Dr. Ravi Mehta",description:"Dr. Ravi Mehta is a distinguished environmental scientist known for his work on climate change mitigation strategies. He has a Ph.D. from Jawaharlal Nehru University and collaborates with governmental and non-governmental organizations to implement sustainable practices in urban areas.",meta_title:"Dr. Ravi Mehta - Expert in Environmental Science and Climate Change",meta_description:"Explore the innovative research and sustainable initiatives of Dr. Ravi Mehta, an environmental scientist dedicated to combating climate change."},{name:"Dr. Aditi Raghavan",description:"Dr. Aditi Raghavan is a leading expert in life sciences with a focus on microbiology. Holding a Ph.D. from the University of Delhi, she has conducted groundbreaking research on antibiotic resistance and is a prominent advocate for public health awareness.",meta_title:"Dr. Aditi Raghavan - Microbiologist and Public Health Advocate",meta_description:"Delve into the research of Dr. Aditi Raghavan, a microbiologist known for her innovative studies on antibiotic resistance and commitment to public health."},{name:"Dr. Vikram Sethi",description:"Dr. Vikram Sethi is an engineering expert specializing in renewable energy technologies. With a Ph.D. from the Indian Institute of Technology, he has published widely on solar energy systems and their applications in rural energy solutions.",meta_title:"Dr. Vikram Sethi - Renewable Energy Engineer and Innovator",meta_description:"Learn about Dr. Vikram Sethi’s pioneering research in renewable energy technologies and his innovative solutions for rural energy challenges."},{name:"Dr. Rina Joshi",description:"Dr. Rina Joshi is a cognitive psychologist whose research focuses on behavioral science and education. With years of experience working in academic settings, she has authored numerous influential studies on learning disabilities and inclusive education.",meta_title:"Dr. Rina Joshi - Cognitive Psychologist and Educational Researcher",meta_description:"Explore the contributions of Dr. Rina Joshi to cognitive psychology and her impactful research on learning disabilities and inclusive education."},{name:"Dr. Sameer Patel",description:"Dr. Sameer Patel is a data scientist specializing in artificial intelligence and big data analytics. He has a track record of successful projects in both academia and industry, making significant contributions to machine learning methodologies.",meta_title:"Dr. Sameer Patel - Data Scientist and AI Specialist",meta_description:"Discover the innovative work of Dr. Sameer Patel, a data scientist known for his research in artificial intelligence and machine learning applications."},{name:"Dr. Kalpana Nair",description:"Dr. Kalpana Nair is an eminent historian specializing in South Asian studies. She holds a Ph.D. from the University of Mumbai and has published several books and articles that explore the socio-cultural dynamics of historical events in India.",meta_title:"Dr. Kalpana Nair - Historian and Author on South Asian Studies",meta_description:"Delve into the historical research of Dr. Kalpana Nair, an eminent historian known for her works on the socio-cultural dynamics of South Asian history."},{name:"Dr. Anupama Choudhury",description:"Dr. Anupama Choudhury is a prominent researcher in health sciences, focusing on epidemiology and public health. With over a decade of experience in the field, she has been at the forefront of several significant studies aimed at improving community health in India.",meta_title:"Dr. Anupama Choudhury - Public Health Researcher and Epidemiologist",meta_description:"Explore the impactful public health research of Dr. Anupama Choudhury, a leading epidemiologist dedicated to improving community health in India."},{name:"Dr. Emily Hartman",description:"Dr. Emily Hartman is an accomplished researcher in the field of biosystems engineering, with over 15 years of experience in agricultural sustainability and environmental technology. She has authored numerous peer-reviewed articles and has received multiple grants for her innovative research in sustainable farming practices.",meta_title:"Dr. Emily Hartman - Expert in Biosystems Engineering and Sustainability",meta_description:"Explore the works of Dr. Emily Hartman, a leading researcher in biosystems engineering, specializing in sustainable agriculture and environmental technology."},{name:"Prof. Rajesh Kumar",description:"Prof. Rajesh Kumar is a distinguished physicist with extensive research in quantum mechanics and advanced materials. He has published over 80 scientific papers and is a regular speaker at global conferences, sharing his insights on the future of material science.",meta_title:"Prof. Rajesh Kumar - Pioneer in Quantum Mechanics and Material Science",meta_description:"Discover the groundbreaking research of Prof. Rajesh Kumar, a physicist recognized for his contributions to quantum mechanics and innovative material solutions."},{name:"Dr. Sarah Thompson",description:"Dr. Sarah Thompson is a renowned epidemiologist who specializes in infectious diseases and global health. With a remarkable career spanning two decades, she has contributed valuable research during several health crises, including the Ebola outbreak.",meta_title:"Dr. Sarah Thompson - Epidemiologist and Global Health Advocate",meta_description:"Learn from Dr. Sarah Thompson, an epidemiologist dedicated to advancing research in infectious diseases and advocating for global health initiatives."},{name:"Dr. Victor Chen",description:"Dr. Victor Chen is a senior researcher in environmental chemistry, focusing on pollution control and remediation technologies. His innovative work has led to significant advancements in clean technology and he regularly publishes his findings in leading scientific journals.",meta_title:"Dr. Victor Chen - Leader in Environmental Chemistry and Pollution Control",meta_description:"Explore the research of Dr. Victor Chen, an expert in environmental chemistry dedicated to developing pollution control technologies and advancing clean science."},{name:"Dr. Ana Ribeiro",description:"Dr. Ana Ribeiro, a notable psychologist, has over 12 years of experience in clinical psychology and mental health advocacy. She has published various studies on the psychological impacts of trauma and is a prominent figure in mental health awareness campaigns.",meta_title:"Dr. Ana Ribeiro - Psychologist and Mental Health Advocate",meta_description:"Delve into the impactful research of Dr. Ana Ribeiro, a psychologist specializing in trauma and mental health advocacy committed to improving lives."},{name:"Prof. Mark Johnson",description:"Prof. Mark Johnson is an esteemed scholar in social sciences, with a focus on sociocultural dynamics and community development. He has authored several influential texts and serves as a mentor to emerging social scientists around the globe.",meta_title:"Prof. Mark Johnson - Expert in Sociocultural Dynamics and Community Development",meta_description:"Gain insights from Prof. Mark Johnson's research in social sciences and his contributions to sociocultural dynamics and community enhancement."},{name:"Dr. Lisa Patel",description:"Dr. Lisa Patel is a bioinformatics researcher with a unique blend of expertise in genetics and computational biology. With over a decade of experience, she has played a key role in advancing personalized medicine and genetic sequencing technologies.",meta_title:"Dr. Lisa Patel - Innovator in Bioinformatics and Genetics",meta_description:"Discover the pioneering work of Dr. Lisa Patel, a bioinformatics expert advancing personalized medicine through cutting-edge genetic research."},{name:"Dr. Ahmed El-Sayed",description:"Dr. Ahmed El-Sayed is a distinguished engineer specializing in renewable energy systems. With numerous patents to his name, he has significantly contributed to sustainable energy solutions and has served on various international panels.",meta_title:"Dr. Ahmed El-Sayed - Specialist in Renewable Energy Engineering",meta_description:"Learn about Dr. Ahmed El-Sayed's contributions to renewable energy engineering and his role in shaping sustainable energy policies worldwide."},{name:"Dr. Fiona McLeod",description:"Dr. Fiona McLeod is an acclaimed researcher in neuroscience, focusing on cognitive disorders and their treatments. With over 20 years in the field, she has published extensively and is actively involved in neuro-education initiatives.",meta_title:"Dr. Fiona McLeod - Neuroscientist and Cognitive Disorders Researcher",meta_description:"Explore Dr. Fiona McLeod's research in neuroscience and her efforts to advance the understanding and treatment of cognitive disorders."},{name:"Prof. Thomas Edwards",description:"Prof. Thomas Edwards is a distinguished human geographer with expertise in urbanization and environmental impact studies. His research has influenced urban planning policies in major cities around the world.",meta_title:"Prof. Thomas Edwards - Expert in Human Geography and Urban Studies",meta_description:"Uncover the impactful research of Prof. Thomas Edwards, a human geographer shaping urban studies and environmental impact evaluations."},{name:"Dr. Emily Chen",description:"Dr. Emily Chen is a biologist with over a decade of research experience in molecular genetics. She holds a Ph.D. from Stanford University and has published extensively in prestigious journals. Dr. Chen is passionate about bridging the gap between science and public understanding.",meta_title:"Dr. Emily Chen - Molecular Genetics Expert at SciPlexes",meta_description:"Explore the scientific contributions of Dr. Emily Chen, a leading molecular geneticist, who enhances public understanding of biology through her research and articles on SciPlexes."},{name:"Prof. John Smith",description:"Prof. John Smith is a prominent figure in the field of civil engineering with 20 years of experience in sustainable infrastructure development. His innovative approaches and educational insights have made him a sought-after speaker and author.",meta_title:"Prof. John Smith - Civil Engineering Specialist at SciPlexes",meta_description:"Discover the expertise of Prof. John Smith in civil engineering and sustainable infrastructure. Read his in-depth articles at SciPlexes for a comprehensive understanding of modern engineering challenges."},{name:"Dr. Amina El-Amin",description:"Dr. Amina El-Amin is a social scientist specializing in community health and epidemiology. With a Ph.D. from the London School of Hygiene & Tropical Medicine, she approaches health issues through qualitative research and community engagement.",meta_title:"Dr. Amina El-Amin - Community Health Advocate at SciPlexes",meta_description:"Learn from Dr. Amina El-Amin, a dedicated social scientist committed to improving community health through her research and scholarly articles on SciPlexes."},{name:"Dr. Carlos Rivera",description:"Dr. Carlos Rivera is a physicist known for his research in condensed matter physics. With numerous publications and awards to his name, he is also an educator who believes in making scientific principles accessible to a broader audience.",meta_title:"Dr. Carlos Rivera - Condensed Matter Physicist at SciPlexes",meta_description:"Delve into the world of physics with Dr. Carlos Rivera through his articles on SciPlexes, where he makes complex concepts relatable and comprehensible."},{name:"Dr. Sarah Patel",description:"Dr. Sarah Patel is a clinical psychologist dedicated to mental health research and awareness. She has published multiple articles focusing on therapeutic practices and mental wellness strategies.",meta_title:"Dr. Sarah Patel - Clinical Psychologist and Researcher at SciPlexes",meta_description:"Join Dr. Sarah Patel in exploring the landscape of mental health through her insightful articles and research findings on SciPlexes."},{name:"Dr. Ethan O'Reilly",description:"Dr. Ethan O'Reilly is a renowned chemist with extensive laboratory experience in organic synthesis and materials science. His passion for innovation is reflected in his numerous research papers that push the boundaries of traditional chemistry.",meta_title:"Dr. Ethan O'Reilly - Organic Chemist at SciPlexes",meta_description:"Unlock the secrets of organic chemistry with Dr. Ethan O'Reilly, an innovative chemist sharing his insights and research at SciPlexes."},{name:"Dr. Miriam Nkosi",description:"Dr. Miriam Nkosi is an environmental scientist with a focus on ecosystem restoration and climate change adaptations. Her mission is to empower communities through sustainable practices and awareness campaigns.",meta_title:"Dr. Miriam Nkosi - Environmental Scientist at SciPlexes",meta_description:"Explore environmental science with Dr. Miriam Nkosi as she advocates for sustainable practices through her impactful articles on SciPlexes."},{name:"Dr. Lee Hong",description:"Dr. Lee Hong is an astrobiologist researching the potential for life on other planets. He brings a unique interdisciplinary approach to science, combining biology, geology, and astronomy in his fascinating studies.",meta_title:"Dr. Lee Hong - Astrobiology Expert at SciPlexes",meta_description:"Join Dr. Lee Hong in his exploration of astrobiology and the search for extraterrestrial life through his engaging articles on SciPlexes."},{name:"Prof. Marissa Goldstein",description:"Prof. Marissa Goldstein is a respected authority in ethics and philosophy with a focus on applied ethics in technology. An author of several books, she is also a mentor committed to cultivating critical thinking.",meta_title:"Prof. Marissa Goldstein - Ethics and Philosophy Professor at SciPlexes",meta_description:"Engage with the philosophical inquiries of Prof. Marissa Goldstein, an expert in ethics sharing her insights and research through her writings on SciPlexes."},{name:"Dr. Tarek Almasri",description:"Dr. Tarek Almasri specializes in data science and machine learning, with a rich background in predictive analytics. His articles cover insights into data-driven decision-making and emerging technologies.",meta_title:"Dr. Tarek Almasri - Data Science Specialist at SciPlexes",meta_description:"Gain insights into data science and machine learning with Dr. Tarek Almasri, and explore his research-driven articles on SciPlexes."}],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:#0d47a1;--theme-color-8:#1976d2;--theme-color-7:#2196f3;--theme-color-6:#42a5f5;--theme-color-5:#90caf9;--theme-color-3:#bbdefb;--theme-color-2:#e3f2fd;--color-bg-layout:#ffffff;--color-bg-hover:#e0e0e0;--article-border-radius:16px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDD2C\uD83D\uDCDA\uD83C\uDF0D\uD83D\uDCA1";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-09-26T00:00:00Z";
13
+ export declare const devBucketName = "idn-scivast-dev";
14
+ export declare const prodBucketName = "idn-scivast";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={physicalSciences:{title:"Explore the Fascinating World of Physical Sciences 🌌",description:"Delve into the vast realm of physical sciences with informative research articles. Perfect for scholars, students, and enthusiasts! πŸ”¬βœ¨",slug:"physical-sciences",children:{astronomy:{title:"Discover Astounding Insights in Astronomy 🌠",description:"Unravel the mysteries of the cosmos with our comprehensive collection of astronomy articles. Perfect for stargazers and scholars alike! πŸŒŒπŸ”­",slug:"astronomy",children:null},chemistry:{title:"Dive into the Intriguing World of Chemistry πŸ§ͺ",description:"Explore a wealth of chemistry articles covering research and discoveries that drive the science of matter and its interactions. πŸ”¬βœ¨",slug:"chemistry",children:null},geophysics:{title:"Uncover the Secrets of Our Planet with Geophysics 🌍",description:"Discover geophysics articles that delve into Earth's physical properties and processes, essential for understanding our planet. πŸŒŠπŸ”",slug:"geophysics",children:null},materialsScience:{title:"Explore Advancements in Materials Science βš™οΈ",description:"Stay informed about the latest innovations and research in materials science, essential for modern technology and engineering. πŸ§ͺπŸ—οΈ",slug:"materials-science",children:null},other:{title:"A Diverse Range of Topics in Physical Sciences 🌐",description:"Access a variety of articles on unique topics within physical sciences that don't fit traditional categories. Expand your knowledge! πŸ“šβœ¨",slug:"other",children:null}}},engineering:{title:"Explore Engineering Disciplines: Research and Articles πŸ› οΈ",description:"Dive into a vast collection of engineering research articles covering various disciplines like civil and mechanical engineering. Expand your knowledge! 🌍",slug:"explore-engineering-disciplines",children:{civilEngineering:{title:"Civil Engineering: Research and Innovations πŸ—οΈ",description:"Discover the latest research articles in civil engineering. From infrastructure to sustainability, enhance your understanding and insights! πŸ“",slug:"civil-engineering-research",children:null},mechanicalEngineering:{title:"Mechanical Engineering: Advancements and Studies βš™οΈ",description:"Uncover cutting-edge studies in mechanical engineering that shape technology. Access high-quality articles for in-depth learning! πŸ› οΈ",slug:"mechanical-engineering-advancements",children:null},electricalEngineering:{title:"Electrical Engineering: Innovations and Research ⚑",description:"Explore groundbreaking research in electrical engineering. Diverse topics await, enhancing your knowledge in this exciting field! πŸ”Œ",slug:"electrical-engineering-innovations",children:null},chemicalEngineering:{title:"Chemical Engineering: Breakthroughs and Insights πŸ§ͺ",description:"Delve into impressive research articles in chemical engineering. Discover breakthroughs that impact various industries and sciences! πŸ”¬",slug:"chemical-engineering-breakthroughs",children:null},other:{title:"Other Engineering Disciplines: A Broad Perspective 🌐",description:"Access research in diverse engineering fields not classified above. Expand your horizons with extensive insights and resources! 🌟",slug:"other-engineering-disciplines",children:null}}},lifeSciences:{title:"Explore the Fascinating World of Life Sciences 🌱",description:"Delve into the life sciences category of SciVast, featuring insightful articles on biology, ecology, genetics, microbiology, and more. 🧬",slug:"life-sciences",children:{biology:{title:"In-Depth Exploration of Biology πŸ“š",description:"Discover comprehensive articles on biology, exploring topics such as cellular processes, ecosystems, and evolutionary studies. 🌍",slug:"biology",children:null},ecology:{title:"Understanding Ecology: Nature's Interconnections 🌿",description:"Dive into ecological research and learn about the relationships between living organisms and their environments. 🌳",slug:"ecology",children:null},genetics:{title:"Unravel the Mysteries of Genetics 🧬",description:"Explore genetic research articles covering DNA, heredity, gene editing, and the implications of genetic science in modern society. πŸ”",slug:"genetics",children:null},microbiology:{title:"Intriguing Insights into Microbiology 🦠",description:"Learn about microorganisms and their roles in health, disease, and the environment through detailed microbiology articles. 🌐",slug:"microbiology",children:null},other:{title:"Diverse Aspects of Life Sciences 🌟",description:"Explore various subtopics that don’t fit traditional categories in life sciences, offering unique insights and research intersections. 🌈",slug:"other",children:null}}},healthSciences:{title:"Health Sciences: Unraveling the Mysteries of Well-being 🌿",description:"Explore a vast collection of health sciences articles, advancing your knowledge on public health, healthcare management, nutrition, and pharmacology. πŸ“š",slug:"health-sciences",children:{publicHealth:{title:"Public Health: Strategies for Better Communities 🌍",description:"Delve into public health articles focusing on community health initiatives, disease prevention, and health policy-making for a healthier society! 🌟",slug:"public-health",children:null},healthcareManagement:{title:"Healthcare Management: Leading Health Organizations πŸ₯",description:"Discover healthcare management insights, discussing leadership, operations, and strategies to enhance service delivery in health systems. πŸ“ˆ",slug:"healthcare-management",children:null},nutrition:{title:"Nutrition: The Science of Healthy Eating 🍏",description:"Investigate articles on nutrition, focusing on dietary needs, healthy eating habits, and the role of nutrients in maintaining optimal health! ✨",slug:"nutrition",children:null},pharmacology:{title:"Pharmacology: Understanding Medications and Therapies πŸ’Š",description:"Explore pharmacology articles that explain drug actions, therapeutic effects, and the science behind various medications for better health. πŸ“–",slug:"pharmacology",children:null},other:{title:"Other Health Sciences: Exploring Diverse Topics πŸ”",description:"Uncover various health sciences topics not covered in other categories, providing a broad perspective on health research and advancements! πŸ“Š",slug:"other",children:null}}},socialSciences:{title:"Explore the Fascinating World of Social Sciences πŸ”",description:"Discover extensive research articles in sociology, psychology, anthropology, and economics at SciVast. Explore the depth of social sciences today! 🌍",slug:"social-sciences",children:{sociology:{title:"In-Depth Insights into Sociology 🌐",description:"Delve into the realm of sociology with research articles that examine societies, social institutions, and relationships. Expand your knowledge today! πŸ“š",slug:"sociology",children:null},psychology:{title:"Understanding the Human Mind: Psychology Articles 🧠",description:"Explore psychological research articles covering behavior, cognition, and emotions. Gain insights into the human mind and its complexities! πŸŒ€",slug:"psychology",children:null},anthropology:{title:"Unraveling Human Cultures: Anthropology Research πŸ“–",description:"Discover anthropological studies focusing on human cultures, societies, and evolution. Enrich your understanding of the human experience! 🌎",slug:"anthropology",children:null},economics:{title:"Exploring the Dynamics of Economics πŸ“ˆ",description:"Access a wealth of research articles on economic theories, practices, and policies. Enhance your understanding of economic principles today! πŸ’Ό",slug:"economics",children:null},other:{title:"Diverse Topics in Social Sciences 🌍",description:"Browse a variety of social science topics not listed in specific categories. Find unique research articles tailored to your interests! πŸ“Š",slug:"other",children:null}}},humanities:{title:"Explore the Depths of Humanities: Knowledge for All πŸ“š",description:"Dive into a wealth of articles covering history, philosophy, literature, and the arts. Enhance your understanding with research-backed insights! πŸ”",slug:"humanities",children:{history:{title:"Unraveling History: Discover Our Past πŸ“œ",description:"Explore the fascinating world of history with well-researched articles that shed light on our past. Perfect for students and history aficionados! πŸ›οΈ",slug:"history",children:null},philosophy:{title:"Philosophy Insights: Explore Wisdom Through the Ages 🧠",description:"Delve into philosophical theories and writings that challenge the mind. Find thought-provoking articles that inspire deeper thinking! πŸ’­",slug:"philosophy",children:null},literature:{title:"Literary Treasures: A Journey Through Words πŸ“–",description:"Discover literary masterpieces and critical analyses that enhance appreciation for literature. Your gateway to the world of written art! ✍️",slug:"literature",children:null},arts:{title:"Artistic Expressions: Explore the World of Creativity 🎨",description:"Engage with diverse art forms and movements through our curated articles. Foster your appreciation for the arts and creativity! 🎭",slug:"arts",children:null},other:{title:"Broadening Horizons: Humanities Beyond the Norm 🌍",description:"Explore unique topics and interdisciplinary studies in the humanities that defy categorization. Expand your knowledge beyond boundaries! 🌟",slug:"other",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),s="πŸ”¬πŸ“šπŸŒπŸ’‘",r=Object.keys(i),o=[],c=[];for(const e of r){const n=i[e];if(null==n?void 0:n.children){o.push(...Object.keys(n.children));for(const e of o){const i=n.children[e];(null==i?void 0:i.children)&&c.push(...Object.keys(i.children))}}}const l="2024-09-26T00:00:00Z",a="scivast",h=`idn-${a}-dev`,g=`idn-${a}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=n,exports.authorsNames=t,exports.categories=r,exports.dataStructure=i,exports.devBucketName=h,exports.prodBucketName=g,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=c;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ResearchRealms = "Research Realms",
3
+ EngineeringEndeavors = "Engineering Endeavors",
4
+ CuttingEdgeTopics = "Cutting-Edge Topics",
5
+ AuthorshipAuthority = "Authorship Authority",
6
+ KnowledgeLevel = "Knowledge Level"
7
+ }
8
+ type ResearchRealmsValues = 'Physical Sciences' | 'Life Sciences' | 'Health Sciences' | 'Social Sciences' | 'Humanities';
9
+ type EngineeringEndeavorsValues = 'Mechanical Engineering' | 'Civil Engineering' | 'Electrical Engineering' | 'Computer Science' | 'Environmental Engineering';
10
+ type CuttingEdgeTopicsValues = 'Artificial Intelligence' | 'Sustainable Development' | 'Clinical Research' | 'Behavioral Studies' | 'Genetic Engineering';
11
+ type AuthorshipAuthorityValues = 'Peer-Reviewed Journals' | 'Conference Proceedings' | 'Theses/Dissertations' | 'Government Reports' | 'Industry Publications';
12
+ type KnowledgeLevelValues = 'Beginner' | 'Intermediate' | 'Advanced' | 'Expert' | 'Graduate Research';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ResearchRealms]: ResearchRealmsValues[];
15
+ [FiltersNames.EngineeringEndeavors]: EngineeringEndeavorsValues[];
16
+ [FiltersNames.CuttingEdgeTopics]: CuttingEdgeTopicsValues[];
17
+ [FiltersNames.AuthorshipAuthority]: AuthorshipAuthorityValues[];
18
+ [FiltersNames.KnowledgeLevel]: KnowledgeLevelValues[];
19
+ };
20
+ export declare const researchRealmsValues: ResearchRealmsValues[];
21
+ export declare const engineeringEndeavorsValues: EngineeringEndeavorsValues[];
22
+ export declare const cuttingEdgeTopicsValues: CuttingEdgeTopicsValues[];
23
+ export declare const authorshipAuthorityValues: AuthorshipAuthorityValues[];
24
+ export declare const knowledgeLevelValues: KnowledgeLevelValues[];
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={})).ResearchRealms="Research Realms",e.EngineeringEndeavors="Engineering Endeavors",e.CuttingEdgeTopics="Cutting-Edge Topics",e.AuthorshipAuthority="Authorship Authority",e.KnowledgeLevel="Knowledge Level";const s=["Physical Sciences","Life Sciences","Health Sciences","Social Sciences","Humanities"],i=["Mechanical Engineering","Civil Engineering","Electrical Engineering","Computer Science","Environmental Engineering"],r=["Artificial Intelligence","Sustainable Development","Clinical Research","Behavioral Studies","Genetic Engineering"],t=["Peer-Reviewed Journals","Conference Proceedings","Theses/Dissertations","Government Reports","Industry Publications"],n=["Beginner","Intermediate","Advanced","Expert","Graduate Research"],o={[exports.FiltersNames.ResearchRealms]:[],[exports.FiltersNames.EngineeringEndeavors]:[],[exports.FiltersNames.CuttingEdgeTopics]:[],[exports.FiltersNames.AuthorshipAuthority]:[],[exports.FiltersNames.KnowledgeLevel]:[]},a={[exports.FiltersNames.ResearchRealms]:s,[exports.FiltersNames.EngineeringEndeavors]:i,[exports.FiltersNames.CuttingEdgeTopics]:r,[exports.FiltersNames.AuthorshipAuthority]:t,[exports.FiltersNames.KnowledgeLevel]:n},l=()=>JSON.stringify(a,null,2);exports.authorshipAuthorityValues=t,exports.cuttingEdgeTopicsValues=r,exports.engineeringEndeavorsValues=i,exports.fullFilters=a,exports.getFiltersTypesJSON=l,exports.initialFilters=o,exports.knowledgeLevelValues=n,exports.researchRealmsValues=s;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),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.authorshipAuthorityValues=t.authorshipAuthorityValues,exports.cuttingEdgeTopicsValues=t.cuttingEdgeTopicsValues,exports.engineeringEndeavorsValues=t.engineeringEndeavorsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.knowledgeLevelValues=t.knowledgeLevelValues,exports.researchRealmsValues=t.researchRealmsValues,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: SciVast is an infotainment articles portal that compiles a vast collection of scientific and academic research articles across various disciplines. From physical and life sciences to health and social sciences, SciVast serves as a comprehensive resource for scholars, students, and enthusiasts seeking in-depth knowledge and insights.\n - Detailed description: SciVast is a premier online portal dedicated to providing an expansive repository of scientific and academic research articles spanning multiple disciplines, including physical sciences, engineering, life sciences, health sciences, social sciences, and humanities. The platform facilitates knowledge sharing and discovery by curating high-quality articles authored by researchers and academics, ensuring users have access to credible and well-researched content. The user-friendly interface allows for easy navigation through categories and topics, enabling visitors to find relevant articles tailored to their interests. SciVast emphasizes the importance of interdisciplinary research and aims to foster a community where users can learn, engage, and contribute to the ever-growing pool of scientific knowledge.\n - Target audience: The target audience for SciVast includes students, researchers, educators, and professionals across various fields of study. It appeals to those seeking reliable scientific information, academic research enthusiasts, and individuals interested in keeping up with advancements in multiple disciplines. Additionally, policy makers, healthcare professionals, and anyone committed to lifelong learning and the pursuit of knowledge will find value in the articles available on this platform.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Key Findings\n - Major Results\n - Discussion of Findings\n\n## Methodology\n - Research Design\n - Data Collection Methods\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Key Findings, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "students, researchers, educators, and professionals";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: SciVast is an infotainment articles portal that compiles a vast collection of scientific and academic research articles across various disciplines. From physical and life sciences to health and social sciences, SciVast serves as a comprehensive resource for scholars, students, and enthusiasts seeking in-depth knowledge and insights.\n - Detailed description: SciVast is a premier online portal dedicated to providing an expansive repository of scientific and academic research articles spanning multiple disciplines, including physical sciences, engineering, life sciences, health sciences, social sciences, and humanities. The platform facilitates knowledge sharing and discovery by curating high-quality articles authored by researchers and academics, ensuring users have access to credible and well-researched content. The user-friendly interface allows for easy navigation through categories and topics, enabling visitors to find relevant articles tailored to their interests. SciVast emphasizes the importance of interdisciplinary research and aims to foster a community where users can learn, engage, and contribute to the ever-growing pool of scientific knowledge.\n - Target audience: The target audience for SciVast includes students, researchers, educators, and professionals across various fields of study. It appeals to those seeking reliable scientific information, academic research enthusiasts, and individuals interested in keeping up with advancements in multiple disciplines. Additionally, policy makers, healthcare professionals, and anyone committed to lifelong learning and the pursuit of knowledge will find value in the articles available on this platform.\n\n",t="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Key Findings\n - Major Results\n - Discussion of Findings\n\n## Methodology\n - Research Design\n - Data Collection Methods\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Key Findings, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",s="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=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional scientific photograph for a glossy scientific magazine, scientific style photography, glossy scientific magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet Our Experts | SciVast",description:"Discover the brilliant minds behind our articles! 🌟 Get to know our authors who contribute to cutting-edge research across various disciplines."},[exports.PageNames.Home]:{title:"SciVast - Your Gateway to Scientific Research",description:"Explore a vast collection of scientific articles from diverse fields! 🌐 Unlock new insights in physical sciences, engineering, health, and more."},[exports.PageNames.NotFound]:{title:"Page Not Found | SciVast",description:"Oops! πŸ˜• The page you're looking for doesn't exist. Navigate back to explore amazing research and insights at SciVast."},[exports.PageNames.AboutUs]:{title:"About SciVast | Infotainment & Research Articles",description:"Learn about SciVast’s mission to inform and inspire through academic research articles! πŸ“š Join us in exploring the realms of knowledge."},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | SciVast",description:"Your privacy matters! πŸ”’ Read our comprehensive privacy policy to understand how we protect your information at SciVast."},[exports.PageNames.Terms]:{title:"Terms of Service | SciVast",description:"Know your rights and responsibilities! πŸ“œ Review our terms of service to stay informed about using SciVast effectively."},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate SciVast",description:"Easily find your way around SciVast! πŸ—ΊοΈ Explore our sitemap for quick navigation to articles and resources across disciplines."}},a=[{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is a renowned biochemist with over 15 years of experience in cancer research. She has published numerous articles in prestigious journals and is recognized for her groundbreaking work on cellular processes in cancer development.",meta_title:"Dr. Aditi Sharma - Biochemist & Cancer Research Expert",meta_description:"Explore the works of Dr. Aditi Sharma, an accomplished biochemist specializing in cancer research, with extensive publications and significant contributions to the field."},{name:"Prof. Rajiv Mehta",description:"Prof. Rajiv Mehta is an esteemed engineer and educator with a focus on renewable energy technologies. His 20+ years of experience in academia and industry have led to innovative solutions and a wealth of published research.",meta_title:"Prof. Rajiv Mehta - Renewable Energy Specialist",meta_description:"Read articles by Prof. Rajiv Mehta, a leader in renewable energy engineering, bringing over two decades of research and teaching experience to SciVast."},{name:"Dr. Priya Kapoor",description:"Dr. Priya Kapoor is a health scientist dedicated to public health and epidemiology. She has published over 30 research papers, focusing on disease prevention and health promotion in developing regions.",meta_title:"Dr. Priya Kapoor - Public Health & Epidemiology Researcher",meta_description:"Discover the insights of Dr. Priya Kapoor, a public health expert with extensive research in epidemiology and disease prevention strategies."},{name:"Dr. Vikram Rao",description:"Dr. Vikram Rao is a social scientist with a PhD in Sociology. His research interests include social inequality and migration studies, and he is a frequent contributor to academic journals, addressing pressing social issues.",meta_title:"Dr. Vikram Rao - Sociologist & Social Issues Analyst",meta_description:"Engage with the research of Dr. Vikram Rao, a sociologist focused on social inequality and migration, offering vital perspectives on contemporary issues."},{name:"Dr. Ananya Chatterjee",description:"Dr. Ananya Chatterjee is an expert in environmental science, specializing in climate change and sustainability. With over a decade of research experience, her findings greatly influence policy-making and academic discussions globally.",meta_title:"Dr. Ananya Chatterjee - Environmental Science & Sustainability",meta_description:"Learn about Dr. Ananya Chatterjee's research on climate change and sustainability, contributing significantly to environmental policy and scientific literature."},{name:"Dr. Suresh Bhatia",description:"Dr. Suresh Bhatia is a linguist known for his extensive work in language processing and computational linguistics, contributing to advancements in AI and machine learning applications.",meta_title:"Dr. Suresh Bhatia - Linguist & AI Researcher",meta_description:"Explore the contributions of Dr. Suresh Bhatia in the field of linguistics and AI, shaping the future of language processing technologies."},{name:"Dr. Neha Singh",description:"Dr. Neha Singh is a psychologist specializing in behavioral science. She focuses on mental health issues, publishing influential articles on therapy techniques and psychological interventions.",meta_title:"Dr. Neha Singh - Clinical Psychologist & Behavioral Scientist",meta_description:"Discover the work of Dr. Neha Singh, a clinical psychologist dedicated to advancing mental health research and interventions in behavioral science."},{name:"Prof. Arun Gupta",description:"Prof. Arun Gupta is a physicist recognized for his work in quantum mechanics. He is a professor at a prestigious university, with numerous articles and papers exploring complex topics in modern physics.",meta_title:"Prof. Arun Gupta - Quantum Physics Scholar",meta_description:"Dive into the research of Prof. Arun Gupta, a distinguished physicist in quantum mechanics, contributing to the understanding of fundamental physics."},{name:"Dr. Meera Joshi",description:"Dr. Meera Joshi is a leading researcher in biotechnology, focusing on genetic engineering and its applications in agriculture. She has been published in various scientific journals, influencing biotechnological practices worldwide.",meta_title:"Dr. Meera Joshi - Biotechnology & Genetic Engineering Expert",meta_description:"Engage with Dr. Meera Joshi’s cutting-edge research in biotechnology and genetic engineering, shaping the future of agricultural science."},{name:"Prof. Ashok Verma",description:"Prof. Ashok Verma is a prominent historian specializing in ancient Indian culture and civilization. He has authored several critically acclaimed books and papers, enriching the field of historiography.",meta_title:"Prof. Ashok Verma - Ancient Indian History and Culture Expert",meta_description:"Explore the scholarship of Prof. Ashok Verma, a distinguished historian dedicated to uncovering the complexities of India’s ancient civilizations."},{name:"Dr. Anjali Sharma",description:"Dr. Anjali Sharma is a renowned biochemist with over 15 years of experience in molecular biology and genetics. She has authored numerous research papers in leading scientific journals and has a keen interest in public health initiatives. Dr. Sharma holds a Ph.D. from the Indian Institute of Science and is currently a faculty member at a prestigious university.",meta_title:"Dr. Anjali Sharma - Expert Biochemist and Researcher",meta_description:"Explore the work of Dr. Anjali Sharma, an accomplished biochemist specializing in molecular biology and public health, with a rich portfolio of research articles in the life sciences."},{name:"Prof. Ravi Kumar",description:"Prof. Ravi Kumar is a distinguished professor of engineering with expertise in sustainable materials and renewable energy technologies. With over 20 years in academia and industry, he has contributed significantly to the field and is a passionate advocate for clean energy solutions. He also serves on the editorial board of several international journals.",meta_title:"Prof. Ravi Kumar - Sustainability Advocate in Engineering",meta_description:"Discover the innovative research of Prof. Ravi Kumar, a leading figure in sustainable materials engineering and renewable energy, with extensive publications in engineering sciences."},{name:"Dr. Arvind Rao",description:"Dr. Arvind Rao is an accomplished physicist with specialization in quantum mechanics and nanotechnology. He has over 18 years of research experience and is known for his innovative experiments published in top-tier physics journals. Dr. Rao has also been involved in collaborations with international research institutes.",meta_title:"Dr. Arvind Rao - Pioneer in Quantum Mechanics and Nanotechnology",meta_description:"Explore the groundbreaking research of Dr. Arvind Rao, a leading physicist focused on quantum mechanics and nanotechnology, with numerous contributions to the physical sciences."},{name:"Dr. Sneha Patel",description:"Dr. Sneha Patel is a renowned researcher in microbiology with a focus on infectious diseases. With more than 12 years of research experience, she has published extensively in health sciences and serves as a reviewer for several academic journals. Her work has implications for public health policies.",meta_title:"Dr. Sneha Patel - Microbiologist Specializing in Infectious Diseases",meta_description:"Delve into the research and insights of Dr. Sneha Patel, an expert in microbiology and infectious diseases, and her contributions to health sciences and public health."},{name:"Dr. Vikram Singh",description:"Dr. Vikram Singh is a social scientist and anthropologist, with expertise in cultural studies and community development. He has been active for over 15 years in researching societal structures and has published several influential papers that shape contemporary social policies.",meta_title:"Dr. Vikram Singh - Social Scientist and Cultural Anthropologist",meta_description:"Discover the influential research of Dr. Vikram Singh, a social scientist dedicated to understanding cultural dynamics and community development, with significant contributions to social sciences."},{name:"Dr. Neha Desai",description:"Dr. Neha Desai is a leading researcher in environmental science with a focus on climate change adaptation strategies. With a background in sustainable development, she has over 10 years of experience and frequently presents her findings at international conferences.",meta_title:"Dr. Neha Desai - Environmental Scientist and Climate Change Advocate",meta_description:"Learn about Dr. Neha Desai's critical research on climate change and sustainable development, contributing valuable knowledge to environmental science."},{name:"Prof. Rajesh Mehta",description:"Prof. Rajesh Mehta is an expert in computer science specializing in artificial intelligence and machine learning. His research spans over 15 years, and he has been involved in pioneering projects that advance AI technologies. He has authored several influential publications in premier journals.",meta_title:"Prof. Rajesh Mehta - AI and Machine Learning Expert",meta_description:"Explore the innovative work of Prof. Rajesh Mehta in artificial intelligence and machine learning, contributing cutting-edge research to computer science."},{name:"Dr. Aditi Banerjee",description:"Dr. Aditi Banerjee is a noted economist with expertise in developmental economics. She has published extensively on poverty alleviation and economic policies in emerging markets, and she brings more than 14 years of teaching and research experience.",meta_title:"Dr. Aditi Banerjee - Developmental Economist and Policy Analyst",meta_description:"Discover Dr. Aditi Banerjee's impactful research in developmental economics, focusing on poverty alleviation and economic policies shaping emerging markets."},{name:"Dr. Karan Verma",description:"Dr. Karan Verma is an established researcher in the area of health sciences, focusing on epidemiology and public health. He has over 10 years of experience in clinical research and provides significant contributions to understanding disease patterns and health interventions.",meta_title:"Dr. Karan Verma - Epidemiologist and Public Health Researcher",meta_description:"Explore the work of Dr. Karan Verma, an esteemed epidemiologist focused on health patterns and interventions, with an extensive portfolio in health sciences."},{name:"Ravi Kumar",description:"Ravi Kumar is an established researcher in the field of engineering with over 15 years of experience. He holds a Ph.D. in Mechanical Engineering from the Indian Institute of Technology (IIT) Delhi. His research interests span renewable energy technologies and advanced materials, and he has published numerous papers in reputed journals.",meta_title:"Ravi Kumar - Engineering Specialist at SciVast",meta_description:"Read articles by Ravi Kumar, an expert in mechanical engineering and renewable energy, sharing his extensive research on advanced materials."},{name:"Anjali Gupta",description:"Anjali Gupta is a renowned life scientist with a focus on genetics and molecular biology. As a professor at the University of Mumbai, she has over 20 years of experience in academic research, teaching, and mentoring students. Her publications have greatly contributed to the understanding of genetic disorders.",meta_title:"Anjali Gupta - Life Sciences Expert at SciVast",meta_description:"Explore insights from Anjali Gupta, a leader in genetics and molecular biology, dedicated to advancing knowledge in life sciences."},{name:"Vikram Mehta",description:"Vikram Mehta is a social scientist with a specialization in sociology and anthropology. With a Ph.D. from Jawaharlal Nehru University, he has worked extensively on social dynamics in urban areas. His research focuses on migration patterns and their socio-economic impacts.",meta_title:"Vikram Mehta - Social Sciences Researcher at SciVast",meta_description:"Dive into the research of Vikram Mehta, exploring social dynamics, migration patterns, and the socio-economic aspects of urban sociology."},{name:"Priya Sharma",description:"Dr. Priya Sharma is a health sciences expert and a public health practitioner with over a decade of experience in epidemiology. She has contributed to numerous studies aimed at improving health outcomes in Indian communities and teaches at a leading university.",meta_title:"Priya Sharma - Health Sciences Specialist at SciVast",meta_description:"Discover the work of Dr. Priya Sharma, focusing on epidemiology and public health, striving to improve health outcomes through research."},{name:"Suresh Nair",description:"Suresh Nair is a physicist known for his research in condensed matter physics. With a Ph.D. from the Indian Institute of Science, he has published extensively and is involved in several international research collaborations. His work focuses on quantum materials and nanotechnology.",meta_title:"Suresh Nair - Physics Researcher at SciVast",meta_description:"Engage with the research of Suresh Nair, an expert in condensed matter physics, highlighting innovations in quantum materials and nanotechnology."},{name:"Meera Desai",description:"Meera Desai is a leading researcher in environmental science, with over 18 years of experience in climate change studies. She holds a Ph.D. in Environmental Science and has been involved in various governmental and non-governmental organizations advocating for sustainable practices.",meta_title:"Meera Desai - Environmental Science Advocate at SciVast",meta_description:"Learn from Meera Desai, an environmental science expert, as she discusses climate change and sustainable practices for a better future."},{name:"Arjun Malik",description:"Arjun Malik is a prominent researcher in computer science specializing in artificial intelligence and machine learning. He has published numerous papers and has been awarded several grants to develop intelligent systems for healthcare applications.",meta_title:"Arjun Malik - Computer Science Innovator at SciVast",meta_description:"Explore the innovative work of Arjun Malik in artificial intelligence and machine learning, advancing technological applications in healthcare."},{name:"Nisha Patil",description:"Nisha Patil is a historian with a passion for exploring Indo-European cultural connections. She has taught at various universities and authored several critically acclaimed books on Indian history, focusing on pre-colonial and colonial periods.",meta_title:"Nisha Patil - Historian at SciVast",meta_description:"Engage with Nisha Patil's research on Indo-European cultural connections and her insights into India's rich history and heritage."},{name:"Karan Joshi",description:"Karan Joshi is a chemist specializing in organic chemistry and drug development. He holds a Ph.D. from the Indian Institute of Technology (IIT) Bombay and has collaborated with several pharmaceutical companies to innovate new therapeutic agents.",meta_title:"Karan Joshi - Chemistry Expert at SciVast",meta_description:"Follow Karan Joshi's groundbreaking research in organic chemistry and drug development, contributing to advancements in pharmaceutical sciences."},{name:"Fatima Khan",description:"Fatima Khan is a scholar in the field of humanities, focusing on literature and cultural studies. She has a strong academic background with multiple publications addressing contemporary issues in literature, especially in post-colonial contexts.",meta_title:"Fatima Khan - Humanities Scholar at SciVast",meta_description:"Delve into Fatima Khan's scholarly work in literature and cultural studies, exploring contemporary issues through the lens of post-colonial theory."},{name:"Dr. Rhea Sharma",description:"Dr. Rhea Sharma is a renowned physicist specializing in quantum mechanics and nanotechnology. With over a decade of experience in academic research, she has published over 30 peer-reviewed articles in leading scientific journals. Dr. Sharma is passionate about green technologies and the application of nanomaterials in energy solutions.",meta_title:"Dr. Rhea Sharma - Quantum Mechanics and Nanotechnology Expert",meta_description:"Explore the works of Dr. Rhea Sharma, a leading physicist in quantum mechanics and nanotechnology, with significant contributions to sustainable energy research."},{name:"Prof. Amit Verma",description:"Prof. Amit Verma is a distinguished professor of engineering with a focus on structural engineering and materials science. He has been a part of various international research collaborations and has numerous publications that address innovative construction materials and methods. His expertise is sought in infrastructure development projects globally.",meta_title:"Prof. Amit Verma - Structural Engineering Specialist",meta_description:"Learn more about Prof. Amit Verma, a structural engineering authority with groundbreaking contributions to materials science and infrastructure development."},{name:"Dr. Neha Reddy",description:"Dr. Neha Reddy is a prominent researcher in life sciences, particularly in the field of microbiology and immunology. With a Ph.D. from one of India's top universities, she has extensive experience in studying pathogen resistance and vaccine development, publishing over 25 articles and contributing significantly to academic discourse.",meta_title:"Dr. Neha Reddy - Microbiology and Immunology Expert",meta_description:"Discover Dr. Neha Reddy's research in microbiology and immunology, focusing on pathogen resistance and vaccine development in her esteemed publications."},{name:"Dr. Rajiv Gupta",description:"Dr. Rajiv Gupta is a leading scholar in health sciences, focusing on public health policy and epidemiology. His research emphasizes the impact of socio-economic factors on health outcomes, and he has contributed to major policy reforms through his comprehensive studies and collaborations with governmental organizations.",meta_title:"Dr. Rajiv Gupta - Public Health and Epidemiology Specialist",meta_description:"Explore the impactful research of Dr. Rajiv Gupta on public health policy and epidemiology, aimed at improving health outcomes through rigorous studies."},{name:"Dr. Preeti Jain",description:"An expert in social sciences, Dr. Preeti Jain focuses on urban studies and socio-cultural dynamics in India. With a diverse background in anthropology and sociology, her work highlights the interplay between urbanization and cultural identity, resulting in numerous influential articles and community-focused research.",meta_title:"Dr. Preeti Jain - Urban Studies and Social Dynamics Researcher",meta_description:"Uncover Dr. Preeti Jain's insightful research on urban studies and social dynamics, exploring cultural identity in the context of rapid urbanization."},{name:"Dr. Anjali Mehta",description:"Dr. Anjali Mehta is an accomplished psychologist specializing in cognitive behavior and mental health. Her research work spans various aspects of mental health, resilience, and therapy outcomes, and she actively contributes to mental health awareness through workshops and community programs.",meta_title:"Dr. Anjali Mehta - Cognitive Behavior and Mental Health Expert",meta_description:"Explore Dr. Anjali Mehta's research in cognitive behavior and mental health, contributing to therapy outcomes and community mental health awareness."},{name:"Dr. Sahil Kapoor",description:"Dr. Sahil Kapoor is an innovative researcher in the field of computer science, specializing in artificial intelligence and machine learning. His pioneering work in algorithms has led to numerous high-impact publications and collaborations with leading tech firms to advance AI applications.",meta_title:"Dr. Sahil Kapoor - AI and Machine Learning Researcher",meta_description:"Delve into Dr. Sahil Kapoor's groundbreaking research in artificial intelligence and machine learning, contributing to the future of technology and innovation."},{name:"Dr. Kavita Iyer",description:"Dr. Kavita Iyer is a historian with a focus on ancient Indian history and cultural studies. Her meticulous research on historical texts has unearthed new insights into India's past, leading to numerous publications and seminars that explore cultural heritage and its relevance today.",meta_title:"Dr. Kavita Iyer - Expert in Ancient Indian History",meta_description:"Discover the works of Dr. Kavita Iyer, a historian focused on ancient Indian history and cultural studies, bringing new perspectives on India's rich heritage."},{name:"Dr. Maya Nair",description:"Dr. Maya Nair is a biochemist with extensive research in enzymology and metabolic pathways. Her contributions to understanding disease mechanisms have led to significant advancements in medical research and she is an advocate for STEM education among women.",meta_title:"Dr. Maya Nair - Biochemist and STEM Advocate",meta_description:"Explore Dr. Maya Nair's impactful research in biochemistry and her advocacy for women's participation in STEM fields, enhancing medical science advancements."},{name:"Dr. Emily Chang",description:"Dr. Emily Chang is a leading researcher in the field of environmental science with over 15 years of experience. She holds a PhD in Atmospheric Sciences from MIT and has published over 50 peer-reviewed articles. Her work focuses on climate change, sustainable urban development, and air quality management.",meta_title:"Dr. Emily Chang - Environmental Science Expert at SciVast",meta_description:"Explore the works of Dr. Emily Chang, a renowned environmental scientist specializing in climate change and sustainability. Discover her extensive research and contributions at SciVast."},{name:"Prof. Juan Perez",description:"Prof. Juan Perez is a prominent civil engineer with a specialization in structural integrity and seismic design. He is a professor at the University of Buenos Aires and has consulted for various governmental agencies. His experience spans over 20 years in both research and practical applications.",meta_title:"Prof. Juan Perez - Civil Engineering Specialist at SciVast",meta_description:"Learn from Prof. Juan Perez, an esteemed civil engineer known for his expertise in structural integrity and seismic design. Review his research articles featured on SciVast."},{name:"Dr. Aisha Khan",description:"Dr. Aisha Khan is a biologist with a focus on genetics and evolutionary biology. She completed her doctoral studies at the University of Oxford and has authored numerous articles on gene expression and biodiversity. She is passionate about mentoring the next generation of scientists.",meta_title:"Dr. Aisha Khan - Genetic and Evolutionary Biologist at SciVast",meta_description:"Delve into the research of Dr. Aisha Khan, a biologist specializing in genetics and evolutionary biology. Discover her influential work published on SciVast."},{name:"Dr. Michael O'Connor",description:"Dr. Michael O'Connor is a health scientist with a focus on epidemiology and public health policy. He has worked with the World Health Organization and brought significant improvements to global health initiatives. His commitment to research and education spans over 18 years.",meta_title:"Dr. Michael O'Connor - Public Health Expert at SciVast",meta_description:"Access the extensive research of Dr. Michael O'Connor, an expert in epidemiology and public health policy. His valuable contributions are available on SciVast."},{name:"Prof. Hiroshi Suzuki",description:"Prof. Hiroshi Suzuki is a leading expert in materials science, specializing in nanotechnology and its applications in renewable energy. With over 30 publications to his name, he currently lectures at the Tokyo Institute of Technology and collaborates on international research projects.",meta_title:"Prof. Hiroshi Suzuki - Materials Science Innovator at SciVast",meta_description:"Explore the innovative research of Prof. Hiroshi Suzuki, an expert in materials science focusing on nanotechnology and renewable energy solutions on SciVast."},{name:"Dr. Fatima El-Sayed",description:"Dr. Fatima El-Sayed is a social scientist who studies gender equality and socio-economic development in the Middle East. With her PhD from the University of Cairo, she brings a rich perspective to the discourse on policy and advocacy, having published numerous impactful papers.",meta_title:"Dr. Fatima El-Sayed - Social Scientist at SciVast",meta_description:"Read the enlightening works of Dr. Fatima El-Sayed, a social scientist dedicated to gender equality and socio-economic development. Her research articles are featured on SciVast."},{name:"Dr. Rafael Moreno",description:"Dr. Rafael Moreno specializes in biotechnology and microbial genetics, with a focus on sustainable agricultural practices. He has worked extensively in both academia and the industry, and his research has led to several groundbreaking innovations in crop production.",meta_title:"Dr. Rafael Moreno - Biotechnology and Agricultural Expert at SciVast",meta_description:"Discover the groundbreaking research by Dr. Rafael Moreno, an expert in biotechnology and sustainable agriculture, available on SciVast."},{name:"Prof. Sarah Thompson",description:"Prof. Sarah Thompson is a historian specializing in modern European history. She has written several acclaimed books and articles on political movements and cultural shifts in the 20th century. Her insights have made significant contributions to scholarly understanding.",meta_title:"Prof. Sarah Thompson - Modern European Historian at SciVast",meta_description:"Explore the profound insights of Prof. Sarah Thompson, a historian specializing in modern European history. Access her scholarly works on SciVast."},{name:"Dr. Liam Jackson",description:"Dr. Liam Jackson is a clinical psychologist with a specialization in cognitive behavioral therapy. He has authored many articles focused on mental health awareness and treatment effectiveness. His work aims to bridge the gap between research-based practices and real-world applications.",meta_title:"Dr. Liam Jackson - Clinical Psychologist at SciVast",meta_description:"Learn from Dr. Liam Jackson, a clinical psychologist focused on cognitive behavioral therapy and mental health advocacy. Explore his research on SciVast."},{name:"Dr. Olga Ivanova",description:"Dr. Olga Ivanova is a renowned physicist with expertise in quantum mechanics and its applications in technology. With a PhD from Stanford University, she has contributed to significant advancements in the field and has been invited to speak at various international conferences.",meta_title:"Dr. Olga Ivanova - Quantum Physicist at SciVast",meta_description:"Discover the innovative research of Dr. Olga Ivanova, a quantum physicist known for her advancements in quantum mechanics and technology applications on SciVast."},{name:"Dr. Emily Thompson",description:"Dr. Emily Thompson is a leading researcher in the field of environmental science, with over 15 years of experience examining the impact of climate change on biodiversity. She has published extensively in peer-reviewed journals and has contributed to numerous international conferences.",meta_title:"Dr. Emily Thompson - Environmental Science Expert",meta_description:"Discover the work of Dr. Emily Thompson, an environmental scientist with over 15 years of experience researching climate change impacts on biodiversity."},{name:"Prof. Ahmed Malik",description:"Prof. Ahmed Malik, a professor of Engineering at the University of Technology, has dedicated his career to renewable energy resources and sustainable systems. His innovative research has led to significant advancements in solar energy technologies.",meta_title:"Prof. Ahmed Malik - Renewable Energy Researcher",meta_description:"Explore the pioneering research of Prof. Ahmed Malik in renewable energy and sustainable engineering, specializing in solar energy technologies."},{name:"Dr. Sarah Legg",description:"Dr. Sarah Legg is a biologist with a focus on microbiology and virology. With a Ph.D. from Harvard University, she has worked on groundbreaking research that has advanced our understanding of infectious diseases.",meta_title:"Dr. Sarah Legg - Microbiology and Virology Specialist",meta_description:"Learn about Dr. Sarah Legg's significant contributions to microbiology and virology through her extensive research on infectious diseases."},{name:"Dr. Rajesh Kumar",description:"Dr. Rajesh Kumar is an esteemed health sciences researcher, concentrating on public health and epidemiology. His work spans several continents, aiming to improve global health outcomes through data-driven strategies.",meta_title:"Dr. Rajesh Kumar - Public Health and Epidemiology Expert",meta_description:"Uncover the insights of Dr. Rajesh Kumar in public health and epidemiology, focusing on global health outcomes and data-driven research strategies."},{name:"Ms. Anika Zhao",description:"Ms. Anika Zhao is a prominent sociologist known for her work in urban studies and community development. With a master's degree in Sociology, she has authored several articles and case studies exploring social equity in urban environments.",meta_title:"Ms. Anika Zhao - Urban Studies and Community Development Specialist",meta_description:"Explore Ms. Anika Zhao's work in urban sociology and community development, focusing on social equity in urban settings through her insightful research."},{name:"Dr. Marko Petrovic",description:"Dr. Marko Petrovic is a physicist specializing in quantum mechanics and materials science. He holds a Ph.D. from MIT and has contributed to fundamental theoretical frameworks and practical applications in nanotechnology.",meta_title:"Dr. Marko Petrovic - Quantum Mechanics and Materials Scientist",meta_description:"Delve into Dr. Marko Petrovic's research in quantum mechanics and materials science, contributing to advancements in nanotechnology."},{name:"Prof. Linda Johnson",description:"Prof. Linda Johnson is a distinguished researcher in cognitive psychology, with numerous publications exploring cognitive processes and their implications in education. Her work has informed teaching strategies worldwide.",meta_title:"Prof. Linda Johnson - Cognitive Psychology Researcher",meta_description:"Discover Prof. Linda Johnson's groundbreaking research in cognitive psychology, focusing on cognitive processes and their implications in education."},{name:"Dr. Javier Martinez",description:"Dr. Javier Martinez is renowned for his work in neuroscience and behavioral science. He leads a research team focused on understanding brain function and its relationship with human behavior.",meta_title:"Dr. Javier Martinez - Neuroscience and Behavioral Science Expert",meta_description:"Learn from Dr. Javier Martinez about the intersection of neuroscience and human behavior, leading innovative research in understanding brain function."},{name:"Prof. John Smith",description:"Prof. John Smith is an authority in historical studies and cultural anthropology, dedicating over 20 years to exploring the connections between history and societal behaviors. His insights have shaped contemporary understanding of human cultures.",meta_title:"Prof. John Smith - Historical Studies and Cultural Anthropology Expert",meta_description:"Engage with Prof. John Smith's expertise in historical studies and cultural anthropology, focusing on the interplay between history and modern societal behaviors."}],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:#1b1f3b;--theme-color-8:#3a415c;--theme-color-7:#4e5468;--theme-color-6:#bac6db;--theme-color-5:#a0b4d8;--theme-color-4:#838cba;--theme-color-3:#d6dbe5;--theme-color-2:#eaeaf3;--color-bg-layout:#f0f4f8;--color-bg-hover:#e1e1e1;--article-border-radius:12px;--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.302",
3
+ "version": "1.3.304",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [