---
// INPUT CONTENT FOR HERO SECTION HERE
const title = "Let's change scientific publishing, together"
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."
// INPUT CONTENT FOR TARGET GROUP SECTION
const tg_header = "Join an open science network where anyone can 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 FOR METRICS
const m_header = "Explore a new frontier for open science"
// Metric Items
const m_item1_caption = "Persistent identifiers issued"
const m_item1_value = "20,000+"
const m_item1_subheader = "Uniquely identified digital objects"
const m_item2_caption = "Data stored"
const m_item2_value = "20+ Terabytes"
const m_item2_subheader = "Digital object data secured by the network"
const m_item3_caption = "Addressable legacy PIDs"
const m_item3_value = "24M+"
const m_item3_subheader = "DOIs ready to be upgraded with dPIDs"
// INPUT SECTION END
import BaseLayout from "../layouts/BaseLayout.astro";
import ProtocolHero from "../components/landing/ProtocolHero.astro";
import TargetGroups from "../components/global/TargetGroups.astro";
import Footer from "../components/global/Footer.astro";
import { AstroSeo } from "@astrolib/seo";
import Welcome from "../components/landing/Welcome.astro";
import Overview from "../components/landing/Overview3.astro";
import Metrics from "../components/landing/Metrics.astro";
---