--- // INPUT CONTENT FOR HERO SECTION HERE const title = "DeSci Protocol" const slogan = "Networking technology to power the future of research publishing" // INPUT CONTENT FOR OVERVIEW SECTION HERE const ov_header = "A new frontier for open science" const ov_subheader = "The DeSci Protocol enables researchers to publish research objects, curation communities to issue attestations, and application developers to build the next-generation of open science tools." // Overview Items const ov_item1_header = "A new model for research publications" const ov_item1_content = "Create interoperable research objects stored on an open protocol that contain code, data, and much more." const ov_item2_header = "Curate with pluralistic markers of quality" const ov_item2_content = "Explore new opportunities for curation by issuing badges attesting to open science best practices. Unbundle the certification process and make your value adds known." const ov_item3_header = "Open credit and participation" const ov_item3_content = "Unlocks radically new incentives to improve the robustness and the richness of the scientific record." const ov_item4_header = "Built on an open protocol" const ov_item4_content = "Certify Open Science best practices such as Open Code, Open Data, FAIR data, and Computational Reproducibility with attestations." const ov_item5_header = "Ready to power OA journals" const ov_item5_content = "Certify Open Science best practices such as Open Code, Open Data, FAIR data, and Computational Reproducibility with attestations." const ov_item6_header = "Credit with ORCiD" const ov_item6_content = "Certify Open Science best practices such as Open Code, Open Data, FAIR data, and Computational Reproducibility with attestations." // INPUT CONTENT FOR TARGET GROUP SECTION const tg_header = "Join an open science network where anyone can build, collaborate and contribute to moving science forward" // Target Group Items const tg1_name = "Researchers" const tg1_argument = "Give your research the stage it deserves" const tg2_name = "Journals & Curation Communities" const tg2_argument = "Lead open science forward" const tg3_name = "Application Developers" const tg3_argument = "Build applications to accelerate science" const tg4_name = "Network Operators" const tg4_argument = "Power the Open Science network" // INPUT SECTION END import BaseLayout from "../layouts/BaseLayout.astro"; import ProtocolHero from "../components/landing/ProtocolHero.astro"; import TargetGroups from "../components/global/TargetGroups.astro"; import Cta from "../components/global/Cta.astro"; import Footer from "../components/global/Footer.astro"; import { AstroSeo } from "@astrolib/seo"; import Onhold from "../components/landing/Onhold.astro"; import Overview from "../components/landing/Overview3.astro"; ---