diff --git a/web/src/Pages/Homepage/homepage.scss b/web/src/Pages/Homepage/homepage.scss index 3af5234cb..d290be8bc 100644 --- a/web/src/Pages/Homepage/homepage.scss +++ b/web/src/Pages/Homepage/homepage.scss @@ -1,11 +1,15 @@ @import '../../Assets/Fonts/fonts.scss'; @import '../../Styles/variables.scss'; +$max-pagewidth: 1600px; +$title-color: #3a8ab5; + .homepage-container { height: 100%; overflow-y: auto; overflow-x: hidden; background-color: $background-color; + background-color: $outside-background-color; scroll-behavior: smooth; .homepage-header-container { @@ -95,8 +99,8 @@ background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 10%, rgba(22, 177, 255, 0.4) 40%), - image-set('../../Assets/Images/factory.png'type('image/png'), - '../../Assets/Images/factory.webp'type('image/webp')); + image-set('../../Assets/Images/factory.png' type('image/png'), + '../../Assets/Images/factory.webp' type('image/webp')); background-size: cover; } @@ -198,7 +202,7 @@ } .text-ctn { - margin-left: 2vw; + margin-left: 5vw; bottom: 50px; font-family: $secondary-font-family; font-size: 4rem; @@ -265,10 +269,12 @@ height: fit-content; padding: 10px 60px 10px 60px; text-align: center; - margin-top: 5px; + margin: 5px auto; + max-width: $max-pagewidth; @media (max-width: $lg-size) { height: fit-content; + margin-top: 35px; } @media (max-width: 536px) { @@ -276,31 +282,33 @@ } .title { - font-size: 2rem; + font-size: 28px; font-weight: 700; font-family: $primary-font-family; color: $title-text-color; - text-align: center; + color: $title-color; + text-align: start; justify-content: center; text-transform: uppercase; - padding: 50px 50px 10px 50px; + padding: 50px 50px 0px 50px; @media (max-width: $lg-size) { - font-size: 2rem; - margin-top: 1rem; + font-size: 24px; + margin-top: 0rem; + padding-top: 15px; color: $title-text-color; line-height: 1.5em; } } .homepagebody { - text-align: center; + text-align: start; font-size: 0.875rem; font-weight: 400; font-family: $primary-font-family; color: $title-text-color; justify-content: center; - margin: 20px 60px 20px 60px; + margin: 20px 50px; @media (max-width: $lg-size) { font-size: 0.8rem; @@ -309,20 +317,29 @@ line-height: 1.5em; } - .homepagebody_aboutusline1 { + .homepagebody_text { font-size: 1.125rem; - margin-top: 1rem; color: $title-text-color; + margin-bottom: 10px; + + &.list { + li { + margin: 10px 0px; + } + + @media screen and (max-width: 767px) { + padding-left: 20px; + } + } @media (max-width: $lg-size) { font-size: 1rem; - margin-top: 1rem; color: $title-text-color; line-height: 1.5em; } @media (max-width: 1200px) { - margin-top: 3rem; + margin-top: 1rem; } } @@ -355,7 +372,7 @@ font-weight: 700; font-family: $primary-font-family; color: $title-text-color; - text-align: center; + text-align: start; justify-content: center; margin-top: 2rem; } @@ -363,31 +380,31 @@ .aboutus-card-main-container { display: flex; - height: 26rem; + height: 23rem; min-height: 20rem; max-width: 26rem; justify-content: center; background: linear-gradient(to right, $gradient-background-start, $gradient-background-end); border-radius: 0.625rem; - padding: 40px 25px 25px 25px; - margin: 60px 40px 60px 40px; + padding: 50px 25px 25px 25px; + margin: 10px; text-align: center; @media (max-width: 1350px) { - height: 28rem; + height: 23rem; max-width: 18rem; - padding: 30px 5px 25px 5px; + padding: 50px 5px 25px 5px; } @media (max-width: 1050px) { max-width: 18rem; - padding: 30px 5px 25px 5px; + padding: 50px 5px 25px 5px; } @media (max-width: 986px) { - height: 28rem; + height: 21rem; max-width: 18rem; - padding: 30px 5px 25px 5px; + padding: 50px 5px 25px 5px; } @media (max-width: 764px) { @@ -396,7 +413,7 @@ @media (max-width: 536px) { padding: 40px 5px 25px 5px; - margin: 60px 0 60px 0; + margin: 30px 0; } } @@ -439,10 +456,13 @@ .aboutus-card-text { color: $dark-text-color; - line-height: 2; + font-size: 15px; + line-height: 24px; + // text-align: justify; } .aboutus-card-title { + font-size: 18px; font-weight: 700; display: flex; color: $dark-text-color; @@ -456,6 +476,12 @@ .undplogocontainer { padding-top: 40px; + .gutter-row { + display: flex; + align-items: center; + justify-content: center; + } + .align-to-end { @media (max-width: 767px) { display: flex; @@ -475,19 +501,22 @@ } .erbd { - width: 14.5rem; + width: 15.7rem; + // margin-top: 5px; } .undp { width: 4rem; + // margin-left: 20px; } .unfccc { - width: 7.5rem; + margin-top: 22px; + width: 6.5rem; } .ieta { - width: 14.5rem; + width: 14.8rem; @media (max-width: 876px) { width: 12rem; @@ -503,7 +532,8 @@ } .esa { - width: 14.5rem; + width: 15rem; + // margin-top: -5px; @media (max-width: 876px) { width: 11rem; @@ -519,7 +549,8 @@ } .wbank { - width: 7.5rem; + width: 9rem; + margin-top: -12px; } } } @@ -534,7 +565,8 @@ .homepage-image-content-container { background-color: $outside-background-color; - margin-top: 5px; + margin: 5px auto; + max-width: $max-pagewidth; @media (max-width: 767px) { padding-left: 0; @@ -550,15 +582,16 @@ } ul { - margin-top: 20px; - margin-bottom: 20px; + margin-top: 5px; + margin-bottom: 10px; } li { - line-height: 40px; + line-height: 25px; + margin-bottom: 10px; @media (max-width: 536px) { - line-height: 30px; + line-height: 20px; } } @@ -567,6 +600,7 @@ font-weight: 700; font-family: $primary-font-family; color: $title-text-color; + color: $title-color; text-align: left; justify-content: left; text-transform: uppercase; @@ -574,8 +608,9 @@ padding: 50px 50px 10px 0; @media (max-width: $lg-size) { - font-size: 2rem; - margin-top: 1rem; + font-size: 24px; + margin-top: 0rem; + padding-top: 15px; color: $title-text-color; line-height: 1.5em; } @@ -597,6 +632,44 @@ justify-content: left; margin: 20px 10px 20px 75px; + .homepage_accordian { + border-radius: 5px; + font-family: "Inter"; + margin-bottom: 80px; + + .homepage_collapsepanel { + border-radius: 5px !important; + + .ant-collapse-header-text { + font-size: 18px; + font-weight: 700; + color: rgba(58, 53, 65, 0.8); + } + + .collapsetext { + font-size: 16px; + padding: 0px 20px; + margin-bottom: 10px; + } + } + + @media (max-width: $lg-size) { + .ant-collapse-header-text { + font-size: 16px; + } + + .collapsetext { + font-size: 14px; + + li { + strong { + margin-bottom: 5px; + } + } + } + } + } + @media (max-width: $lg-size) { font-size: 0.8rem; margin-top: 1rem; diff --git a/web/src/Pages/Homepage/homepage.tsx b/web/src/Pages/Homepage/homepage.tsx index 055db641b..1458dd43f 100644 --- a/web/src/Pages/Homepage/homepage.tsx +++ b/web/src/Pages/Homepage/homepage.tsx @@ -1,7 +1,7 @@ -import { Button, Col, Row } from 'antd'; +import { Button, Col, Collapse, CollapseProps, Row } from 'antd'; import React, { useEffect, useState } from 'react'; import { useNavigate } from 'react-router-dom'; -import { useTranslation } from 'react-i18next'; +import { Trans, useTranslation } from 'react-i18next'; import i18next from 'i18next'; import sliderLogo from '../../Assets/Images/logo-slider.png'; import undpLogo from '../../Assets/Images/undp1.webp'; @@ -21,7 +21,10 @@ import resourcesfall from '../../Assets/Images/resources.png'; import LayoutFooter from '../../Components/Footer/layout.footer'; import { ImgWithFallback } from '@undp/carbon-library'; import './homepage.scss'; -import { BarChart, Gem, Calculator } from 'react-bootstrap-icons'; +import { GlobeAmericas, ShieldCheck, CartCheck, Briefcase } from 'react-bootstrap-icons'; +// import { ImgWithFallback } from '../../Components/ImgwithFallback/imgWithFallback'; +import CollapsePanel from 'antd/lib/collapse/CollapsePanel'; + const Homepage = () => { const { i18n, t } = useTranslation(['common', 'homepage']); const navigate = useNavigate(); @@ -115,71 +118,208 @@ const Homepage = () => {
- {t('homepage:aboutustitle')} + Our Vision
-
{t('homepage:aboutusline1')}
-
{t('homepage:Keyfeatures')}
+
+ UNDP has developed an + open-source National Carbon Registry + to help countries securely issue, manage, trade, and track carbon credits with ease. + This ensures transparency and data integrity throughout the process, supporting the + global transition toward a sustainable, low-emission future. +
+
Our platform enables:
- + +
+ + +
+ +
+
+ +
Governments
+
+ +
+ to implement and manage national carbon markets in alignment with the + Paris Agreement. +
+
+ +
+ +
- +
-
{t('homepage:analytic')}
+
Project developers
-
{t('homepage:analyticbody')}
+
+ to receive recognition for reducing greenhouse gas emissions while + accessing crucial funding for environmental innovations. +
- +
- +
-
{t('homepage:carboncal')}
+
Certifiers
-
{t('homepage:carboncalbody')}
+
+ to efficiently validate and verify emission reduction projects. +
- +
- +
-
{t('homepage:serialgen')}
+
Buyers
-
{t('homepage:serialgenbody')}
+
+ to access a trustworthy and transparent marketplace for carbon credits. +
- {t('homepage:aboutusline2')} - {t('homepage:aboutusline3')} -
- Developed in Partnership with{' '} +
Policy Context
+
+ The Paris Agreement, under the UNFCCC, aims to limit global warming to below 2°C, + with efforts to keep it to 1.5°C by 2100. Article 6 introduces mechanisms for + countries to cooperate on climate goals through market-based (Articles 6.2 and 6.4) + and non-market approaches (Article 6.8). All countries must account for any carbon + credits used or transferred within their Nationally Determined Contributions (NDCs). +
+
+ Digital systems are essential for enabling countries to trade carbon credits and + secure climate finance transparently and efficiently. +
+
A Digital Public Good
+
+ In response to countries’ need for support to deploy reliable, interoperable digital + systems, the UNDP has created the National Carbon Credit Registry as an open-source + toolkit that follows the{' '} + + Digital Public Goods Standard + + . Countries can access the free source and installation instructions{' '} + + from UNDP’s managed Github + {' '} + to customize a Registry according to their national needs. This approach helps save + time, reduce costs, and avoid duplication of effort. +
+
Demo Site
+
+ This demonstration site showcases the core functionality of the{' '} + Carbon Credit Registry built on the source code. Governments and + potential partners working with UNDP can: +
    +
  • Request access to the demo site.
  • +
  • Schedule a live demonstration.
  • +
  • Explore potential collaboration and support.
  • +
+ For inquiries and to request a demo, please contact{' '} + UNDP Digital For Planet at{' '} + + digital4planet@undp.org + + . Additional technical details are available on GitHub. +
+
+ More technical information can be found on{' '} + + Github + + . +
+
+
How does it work?
+
+
+ Every country has distinct carbon market policies, processes, and governance + structures. The Carbon Registry is customizable to accommodate local needs. The demo + site showcases the general standard steps in every process: +
+
    +
  • + Project Registration: Projects aimed at reducing or removing + carbon emissions are registered. Baseline emissions and expected credits are + calculated, and ownership is determined. +
  • +
  • + Validation by Third Parties : Independent entities validate and + approve the projects, authorizing them for publication in the registry. +
  • +
  • + Monitoring & Reporting: Once projects are implemented, emissions + reductions are monitored and reported. Verified carbon credits are issued based on + these results. +
  • +
  • + Trading & Tracking: Issued credits can be traded, tracked, and + retired within the registry, ensuring proper ownership transfer and preventing + double counting. +
  • +
+
Issuing Carbon Credits
+
+ A key feature of the Carbon Registry is its ability to track issued carbon credits, + ensuring transparency and accountability in the carbon market. Each verified project + credit is assigned a unique serial number, based on UNFCCC-CDM methodology. All + transfers and retirements are immutably recorded, enhancing the efficiency and + reliability of carbon credit transactions. +
+
Dashboard and Insights
+
+ Users can access an interactive dashboard with dynamic data visualizations, + including graphs, maps, and regional statistics. This provides a clear overview of + progress and trends, along with a visual timeline of activities for each project, + showing a detailed history of actions and users involved. +
+
Interoperable and Exportable data
+
+ The Carbon Registry's data model is aligned with the CAD Trust Data Model, ensuring + interoperability. It can also integrate with the ITMO Voluntary Bilateral + Cooperation Platform, managed by UNDP. An open RESTful API allows for the + development of innovative transparency tools and seamless integration with other + external systems. +
+
+
Developed in Partnership with Digital For Climate (D4C)
+
+
+ This software has been developed in partnership with{' '} { alt="EBRD" /> - + { alt="UNDP" /> - + {
- -
{t('homepage:eligibility')}
-
- {t('homepage:eligibilitybody')} -
    -
  • {t('homepage:eliglist1')}
  • -
  • {t('homepage:eliglist2')}
  • -
  • {t('homepage:eliglist3')}
  • -
  • {t('homepage:eliglist4')}
  • -
+ +
Common questions:
+
+ + +
+ A carbon registry acts like a digital logbook, and is used to track and + record carbon dioxide (CO2) emissions for organizations, businesses, or + individuals. It plays a key role in managing carbon emissions and reducing + carbon footprints. By using a carbon registry, emission sources can be + identified, and strategies can be implemented to reduce them. This helps + combat climate change by cutting greenhouse gas emissions. +
+
+ +
+ Our carbon registry is built on a foundation of transparency and integrity, + ensuring credibility and trust with all stakeholders. We achieve this + through the following key practices: +
    +
  1. + Scope: The registry covers all significant greenhouse + gas emissions and removals across the country, encompassing all sectors + and gases. This comprehensive coverage provides a complete picture of + national efforts to manage and reduce carbon emissions. +
  2. +
  3. + Transparency: We ensure full transparency by making all + information about emissions and removals publicly available. This + includes the disclosure of both direct emissions from our facilities and + indirect emissions from activities like business travel or electricity + consumption. Additionally, we openly document all emission reduction + measures, clearly outlining their expected impact on total emissions. By + providing open access to this data, we foster understanding, build + trust, and encourage active participation from stakeholders in carbon + reduction efforts. +
  4. +
  5. + Consistency: Our carbon registry aligns with + internationally recognized accounting rules, methodologies, and + guidelines, particularly those provided by the Intergovernmental Panel + on Climate Change (IPCC). This ensures that our reporting is consistent, + comparable with global standards, and meets international expectations + for carbon accounting. +
  6. +
  7. + Integrity and Accuracy: To uphold the accuracy and + credibility of our data, the registry undergoes regular reviews and + independent validation by third parties. Our transparent data collection + process follows established methodologies and employs reliable + measurement tools, ensuring the completeness and precision of every + report. These rigorous practices guarantee that our emissions data and + reduction strategies are both reliable and trustworthy. +
  8. +
+
+
+ +
+ National governments can adopt and customize the National Carbon Registry + using the open-source code. Reusing code can reduce development time and + costs by up to 70%. To successfully implement the registry, we recommend + having the following in place:{' '} +
    +
  • + Carbon Market Framework: Ensure a robust carbon market + framework has been defined, with an expert to help adapt it to digital + processes. +
  • +
  • + Digital Team: A local full stack digital team + (including product design and development skills) to customize the + registry to local needs, install it securely, and ensure smooth + operation. +
  • +
  • + Implementation Task Force: A dedicated team in + government (across both policy areas and IT) to lead the implementation + and manage/administer the system once operational. The team will also + need to engage users, mobilize usage, and monitor changes in needs. + Within the task force, we recommend having a dedicated Project Owner who + can make key decisions and maintain pace.{' '} +
  • +
  • + Maintenance Budget and Resources: The digital tool will + need maintenance and improvement over time, and we recommend setting + aside a sufficient budget and IT resources to maintain and improve the + registry after installation. +
  • +
+
+
+ +
+ The UNDP Digital for Planet team, through your local country office, can + offer support in several areas (subject to discussion): +
    +
  • + Resources and Templates: Access to template workplans, + process flows, and other tools to assist in the customization and + configuration of the system. +
  • +
  • + International Expertise: Support from experts in + product management, IT, carbon markets, and policy to provide guidance, + ensure quality assurance, and facilitate knowledge transfer +
  • +
  • + Community of Practice: Ongoing access to an + international community of practice for support and collaboration. +
  • +
+
+
+ +
+ The following customizations have been made by various countries: +
    +
  • + Process Flow: Adapting the steps and workflow for the + carbon market. +
  • +
  • + User Types: The categories of users, roles, + responsibilities and rights for each in the digital system. +
  • +
  • + Approval Authorities: Defining which government bodies + approve specific actions and how. +
  • +
  • + Documentation: Customizing the types of documents + required. +
  • +
  • + Data Requirements: Adjusting the data required from + developers. +
  • +
  • + API Integration: Enabling automated data input/export + through APIs to integrate with other local and national systems. +
  • +
  • + Bilateral Carbon Trading: Adapting the registry for + specific bilateral carbon trading agreements. +
  • +
  • + Data Hosting & Security: Customizing data hosting + locations, databases, and security protocols to meet the country’s + unique requirements. +
  • +
+
+
+ +
+ This demo site is hosted on UNDP’s Amazon Web Services (AWS) infrastructure. + By using AWS, we leverage Amazon’s Quantum Ledger Database (QLDB), which + provides a transparent, immutable, and cryptographically verifiable + transaction log, ensuring a reliable and complete history of data changes. +
+
+ After installation, countries are expected to host and maintain the software + independently. There are two main hosting options: +
    +
  • + Cloud Hosting: Cloud hosting offers flexibility, + reliability, and integrated security, along with backup and maintenance + features. Hosting on AWS (through an account owned and managed by the + country government) allows countries to take full advantage of the + Quantum Ledger Database with minimal configuration changes required from + the original source code. +
  • +
  • + Local Hosting: Countries can choose to host the system + on local servers or other cloud platforms to gain more direct control + over data and security. In this case, countries will need to manage all + configuration, security, backup, and ongoing maintenance based on their + local IT environment and security protocols. +
  • +
+
+
+ +
+ The tool is developed and maintained by UNDP and is licensed under the GNU + Affero General Public License (AGPL-3.0), which permits free use, + modification, and sharing of the software. +
+
+ We kindly ask users to inform us of your usage by contacting{' '} + + digital4planet@undp.org + {' '} + as this helps us track the tool’s impact and guide future improvements. +
+
+ Under AGPL-3.0, any modifications to the code must be made publicly + available by creating a new branch on GitHub. The software cannot be + relicensed under more restrictive terms without adhering to the AGPL-3.0 + guidelines. +
+ +
- - + {/* + /> */} {/* forest */}
- - -
- - - - {/* resources */} - - -
{t('homepage:resource')}
-
-
    -
  • {t('homepage:reslist1')}
  • -
  • {t('homepage:reslist2')}
  • -
  • {t('homepage:reslist3')}
  • -
-
- -
-
- -
); diff --git a/web/src/locales/i18n/homepage/en.json b/web/src/locales/i18n/homepage/en.json new file mode 100644 index 000000000..1aa64815e --- /dev/null +++ b/web/src/locales/i18n/homepage/en.json @@ -0,0 +1,67 @@ +{ + "ourVisonTitle":"Our Vision", + "ourVisonContentStart":"UNDP has developed an", + "ourVisonContentHighlight":"open-source National Carbon Registry", + "ourVisonContentEnd":"to help countries securely issue, manage, trade, and track carbon credits with ease. This ensures transparency and data integrity throughout the process, supporting the global transition toward a sustainable, low-emission future.", + "OurPlatformEnables":"Our platform enables:", + "governmentsTitle":"Governments", + "governmentsBody":"to implement and manage national carbon markets in alignment with the Paris Agreement.", + "projectDevelopersTitle":"Project developers", + "projectDevelopersBody":"to receive recognition for reducing greenhouse gas emissions while accessing crucial funding for environmental innovations.", + "certifiersTitle":"Certifiers", + "certifiersBody":"to efficiently validate and verify emission reduction projects.", + "buyersTitle":"Buyers", + "buyersBody":"to access a trustworthy and transparent marketplace for carbon credits.", + "policyContextTitle":"Policy Context", + "policyContextBody":"The Paris Agreement, under the UNFCCC, aims to limit global warming to below 2°C, with efforts to keep it to 1.5°C by 2100. Article 6 introduces mechanisms for countries to cooperate on climate goals through market-based (Articles 6.2 and 6.4) and non-market approaches (Article 6.8). All countries must account for any carbon credits used or transferred within their Nationally Determined Contributions (NDCs).", + "policyContextBody2":"Digital systems are essential for enabling countries to trade carbon credits and secure climate finance transparently and efficiently.", + "digitalPublicTitle":"A Digital Public Good ", + "digitalPublicBody":"In response to countries’ need for support to deploy reliable, interoperable digital systems, the UNDP has created the National Carbon Credit Registry as an open-source toolkit that follows the Digital Public Goods Standard. Countries can access the free source and installation instructions from UNDP’s managed Github to customize a Registry according to their national needs. This approach helps save time, reduce costs, and avoid duplication of effort.", + "demoSiteTitle":"Demo site", + "demoSiteBody":"This demonstration site showcases the core functionality of the Carbon Credit Registry built on the source code. Governments and potential partners working with UNDP can:
  • Request access to the demo site.
  • Schedule a live demonstration.
  • Explore potential collaboration and support.
For inquiries and to request a demo, please contact UNDP Digital For Planet at digital4planet@undp.org. Additional technical details are available on GitHub.", + "demoSiteBody2":"More technical information can be found on Github.", + "HdiwTitle":"How does it work?", + "HdiwBody":"Every country has distinct carbon market policies, processes, and governance structures. The Carbon Registry is customizable to accommodate local needs. The demo site showcases the general standard steps in every process:", + "feature1Title":"Project Registration", + "feature1Description":"Projects aimed at reducing or removing carbon emissions are registered. Baseline emissions and expected credits are calculated, and ownership is determined.", + "feature2Title":"Validation by Third Parties", + "feature2Description":"Independent entities validate and approve the projects, authorizing them for publication in the registry.", + "feature3Title":"Monitoring & Reporting", + "feature3Description":"Once projects are implemented, emissions reductions are monitored and reported. Verified carbon credits are issued based on these results.", + "feature4Title":"Trading & Tracking", + "feature4Description":"Issued credits can be traded, tracked, and retired within the registry, ensuring proper ownership transfer and preventing double counting.", + "issuingCarbonCreditsTitle":"Issuing Carbon Credits", + "issuingCarbonCreditsBody":"A key feature of the Carbon Registry is its ability to track issued carbon credits, ensuring transparency and accountability in the carbon market. Each verified project credit is assigned a unique serial number, based on UNFCCC-CDM methodology. All transfers and retirements are immutably recorded, enhancing the efficiency and reliability of carbon credit transactions.", + "dashboardAndInsightsTitle":"Dashboard and Insights ", + "dashboardAndInsightsBody":"Users can access an interactive dashboard with dynamic data visualizations, including graphs, maps, and regional statistics. This provides a clear overview of progress and trends, along with a visual timeline of activities for each project, showing a detailed history of actions and users involved.", + "interoperableTitle":"Interoperable and Exportable data", + "interoperableBody":"The Carbon Registry's data model is aligned with the CAD Trust Data Model, ensuring interoperability. It can also integrate with the ITMO Voluntary Bilateral Cooperation Platform, managed by UNDP. An open RESTful API allows for the development of innovative transparency tools and seamless integration with other external systems.", + "developedInPartnershipTitle":"Developed in Partnership with Digital For Climate (D4C)", + "developedInPartnershipBody":"This software has been developed in partnership with Digital For Climate (D4C). D4C is a collaboration between the European Bank for Reconstruction and Development (EBRD), United Nations Development Program (UNDP), United Nations Framework Convention on Climate Change (UNFCCC), International Emissions Trading Association (IETA), European Space Agency (ESA), and World Bank Group that aims to coordinate respective workflows and create a modular and interoperable end-to-end digital ecosystem for the carbon market. The overarching goal is to support a transparent, high integrity global carbon market that can channel capital for impactful climate action and low-carbon development.", + "faqTitle":"Common questions: ", + "faqQ1":"What is a Carbon Registry?", + "faqA1":"A carbon registry acts like a digital logbook, and is used to track and record carbon dioxide (CO2) emissions for organizations, businesses, or individuals. It plays a key role in managing carbon emissions and reducing carbon footprints. By using a carbon registry, emission sources can be identified, and strategies can be implemented to reduce them. This helps combat climate change by cutting greenhouse gas emissions.", + "faqQ2":"How Does a Carbon Registry Promote Transparency and Integrity in Carbon Credits?", + "faqA2":"Our carbon registry is built on a foundation of transparency and integrity, ensuring credibility and trust with all stakeholders. We achieve this through the following key practices:
  1. Scope: The registry covers all significant greenhouse gas emissions and removals across the country, encompassing all sectors and gases. This comprehensive coverage provides a complete picture of national efforts to manage and reduce carbon emissions.
  2. Transparency: We ensure full transparency by making all information about emissions and removals publicly available. This includes the disclosure of both direct emissions from our facilities and indirect emissions from activities like business travel or electricity consumption. Additionally, we openly document all emission reduction measures, clearly outlining their expected impact on total emissions. By providing open access to this data, we foster understanding, build trust, and encourage active participation from stakeholders in carbon reduction efforts.
  3. Consistency: Our carbon registry aligns with internationally recognized accounting rules, methodologies, and guidelines, particularly those provided by the Intergovernmental Panel on Climate Change (IPCC). This ensures that our reporting is consistent, comparable with global standards, and meets international expectations for carbon accounting.
  4. Integrity and Accuracy: To uphold the accuracy and credibility of our data, the registry undergoes regular reviews and independent validation by third parties. Our transparent data collection process follows established methodologies and employs reliable measurement tools, ensuring the completeness and precision of every report. These rigorous practices guarantee that our emissions data and reduction strategies are both reliable and trustworthy.
", + "faqQ3":"How does a government adopt a National Carbon Registry?", + "faqA3":"National governments can adopt and customize the National Carbon Registry using the open-source code. Reusing code can reduce development time and costs by up to 70%. To successfully implement the registry, we recommend having the following in place:
  • Carbon Market Framework: Ensure a robust carbon market framework has been defined, with an expert to help adapt it to digital processes.
  • Digital Team: A local full stack digital team (including product design and development skills) to customize the registry to local needs, install it securely, and ensure smooth operation.
  • Implementation Task Force: A dedicated team in government (across both policy areas and IT) to lead the implementation and manage/administer the system once operational. The team will also need to engage users, mobilize usage, and monitor changes in needs. Within the task force, we recommend having a dedicated Project Owner who can make key decisions and maintain pace.
  • Maintenance budget and resources: The digital tool will need maintenance and improvement over time, and we recommend setting aside a sufficient budget and IT resources to maintain and improve the registry after installation.
", + "faqQ4":"What support can UNDP provide?", + "faqA4":"The UNDP Digital for Planet team, through your local country office, can offer support in several areas (subject to discussion):
  • Resources and Templates: Access to template workplans, process flows, and other tools to assist in the customization and configuration of the system.
  • International Expertise: Support from experts in product management, IT, carbon markets, and policy to provide guidance, ensure quality assurance, and facilitate knowledge transfer
  • Community of Practice: Ongoing access to an international community of practice for support and collaboration.
", + "faqQ5":"What types of customizations can be allowed?", + "faqA5":"The following customizations have been made by various countries:
  • Process Flow: Adapting the steps and workflow for the carbon market.
  • User Types: The categories of users, roles, responsibilities and rights for each in the digital system.
  • Approval Authorities: Defining which government bodies approve specific actions and how.
  • Documentation: Customizing the types of documents required.
  • Data Requirements: Adjusting the data required from developers.
  • API Integration: Enabling automated data input/export through APIs to integrate with other local and national systems.
  • Bilateral Carbon Trading: Adapting the registry for specific bilateral carbon trading agreements.
  • Data Hosting & Security: Customizing data hosting locations, databases, and security protocols to meet the country’s unique requirements.
", + "faqQ6":"Where is data hosted?", + "faqA6":"This demo site is hosted on UNDP’s Amazon Web Services (AWS) infrastructure. By using AWS, we leverage Amazon’s Quantum Ledger Database (QLDB), which provides a transparent, immutable, and cryptographically verifiable transaction log, ensuring a reliable and complete history of data changes.", + "faqA6-2":"After installation, countries are expected to host and maintain the software independently. There are two main hosting options:
  • Cloud Hosting: Cloud hosting offers flexibility, reliability, and integrated security, along with backup and maintenance features. Hosting on AWS (through an account owned and managed by the country government) allows countries to take full advantage of the Quantum Ledger Database with minimal configuration changes required from the original source code.
  • Local Hosting: Countries can choose to host the system on local servers or other cloud platforms to gain more direct control over data and security. In this case, countries will need to manage all configuration, security, backup, and ongoing maintenance based on their local IT environment and security protocols.
", + "faqQ7":"Who can use the source code?", + "faqA7":"The tool is developed and maintained by UNDP and is licensed under the GNU Affero General Public License (AGPL-3.0), which permits free use, modification, and sharing of the software.", + "faqA7-2":"We kindly ask users to inform us of your usage by contacting digital4planet@undp.org as this helps us track the tool’s impact and guide future improvements.", + "faqA7-3":"Under AGPL-3.0, any modifications to the code must be made publicly available by creating a new branch on GitHub. The software cannot be relicensed under more restrictive terms without adhering to the AGPL-3.0 guidelines.", + "footertext1":"National Carbon Registry: This is a demo. Countries may wish to add a tagline here.", + "antarctic":"CountryX", + "Cookie":"Cookie Policy", + "codeconduct":"Code of Conduct", + "terms":"Terms of Use", + "privacy":"Privacy Policy", + "help": "Help", + "nationalNdc": "NATIONAL NDC" +} \ No newline at end of file diff --git a/web/src/locales/i18n/homepage/es.json b/web/src/locales/i18n/homepage/es.json new file mode 100644 index 000000000..bba98ac49 --- /dev/null +++ b/web/src/locales/i18n/homepage/es.json @@ -0,0 +1,67 @@ +{ + "ourVisonTitle":"Nuestra Visión", + "ourVisonContentStart":"El PNUD ha desarrollado un", + "ourVisonContentHighlight":"Registro Nacional de Carbono de código abierto", + "ourVisonContentEnd":"para ayudar a los países a emitir, gestionar, comerciar y rastrear créditos de carbono de manera segura y sencilla. Esto garantiza la transparencia y la integridad de los datos durante todo el proceso, apoyando la transición global hacia un futuro sostenible y de bajas emisiones.", + "OurPlatformEnables":"Nuestra plataforma permite:", + "governmentsTitle":"Gobiernos", + "governmentsBody":"implementar y gestionar mercados nacionales de carbono en alineación con el Acuerdo de París.", + "projectDevelopersTitle":"Desarrolladores de proyectos", + "projectDevelopersBody":"recibir reconocimiento por reducir las emisiones de gases de efecto invernadero mientras acceden a financiamiento crucial para innovaciones ambientales.", + "certifiersTitle":"Certificadores", + "certifiersBody":"validar y verificar eficientemente los proyectos de reducción de emisiones.", + "buyersTitle":"Compradores", + "buyersBody":"acceder a un mercado confiable y transparente para créditos de carbono.", + "policyContextTitle":"Contexto Político", + "policyContextBody":"El Acuerdo de París, bajo la CMNUCC, tiene como objetivo limitar el calentamiento global a menos de 2°C, con esfuerzos para mantenerlo en 1.5°C para 2100. El Artículo 6 introduce mecanismos para que los países cooperen en objetivos climáticos a través de enfoques basados en el mercado (Artículos 6.2 y 6.4) y no basados en el mercado (Artículo 6.8). Todos los países deben contabilizar cualquier crédito de carbono utilizado o transferido dentro de sus Contribuciones Determinadas a Nivel Nacional (NDC).", + "policyContextBody2":"Los sistemas digitales son esenciales para permitir que los países comercien créditos de carbono y aseguren financiamiento climático de manera transparente y eficiente.", + "digitalPublicTitle":"Un Bien Público Digital", + "digitalPublicBody":"En respuesta a la necesidad de los países de apoyo para desplegar sistemas digitales confiables e interoperables, el PNUD ha creado el Registro Nacional de Créditos de Carbono como un kit de herramientas de código abierto que sigue el Estándar de Bienes Públicos Digitales. Los países pueden acceder al código fuente gratuito y las instrucciones de instalación desde el GitHub gestionado por el PNUD para personalizar un Registro según sus necesidades nacionales. Este enfoque ayuda a ahorrar tiempo, reducir costos y evitar la duplicación de esfuerzos.", + "demoSiteTitle":"Sitio de demostración", + "demoSiteBody":"Este sitio de demostración muestra la funcionalidad principal del Registro de Créditos de Carbono construido sobre el código fuente. Los gobiernos y socios potenciales que trabajan con el PNUD pueden:
  • Solicitar acceso al sitio de demostración.
  • Programar una demostración en vivo.
  • Explorar posibles colaboraciones y apoyo.
Para consultas y solicitudes de demostración, por favor contacte a UNDP Digital For Planet en digital4planet@undp.org. Información técnica adicional está disponible en GitHub.", + "demoSiteBody2":"Más información técnica se puede encontrar en Github.", + "HdiwTitle":"¿Cómo funciona?", + "HdiwBody":"Cada país tiene políticas, procesos y estructuras de gobernanza del mercado de carbono distintas. El Registro de Carbono es personalizable para adaptarse a las necesidades locales. El sitio de demostración muestra los pasos estándar generales en cada proceso:", + "feature1Title":"Registro de Proyectos", + "feature1Description":"Se registran proyectos destinados a reducir o eliminar emisiones de carbono. Se calculan las emisiones base y los créditos esperados, y se determina la propiedad.", + "feature2Title":"Validación por Terceros", + "feature2Description":"Entidades independientes validan y aprueban los proyectos, autorizándolos para su publicación en el registro.", + "feature3Title":"Monitoreo y Reporte", + "feature3Description":"Una vez implementados los proyectos, se monitorean y reportan las reducciones de emisiones. Se emiten créditos de carbono verificados basados en estos resultados.", + "feature4Title":"Comercio y Seguimiento", + "feature4Description":"Los créditos emitidos pueden ser comercializados, rastreados y retirados dentro del registro, asegurando la transferencia adecuada de propiedad y evitando la doble contabilidad.", + "issuingCarbonCreditsTitle":"Emisión de Créditos de Carbono", + "issuingCarbonCreditsBody":"Una característica clave del Registro de Carbono es su capacidad para rastrear los créditos de carbono emitidos, asegurando transparencia y responsabilidad en el mercado de carbono. Cada crédito de proyecto verificado se asigna un número de serie único, basado en la metodología UNFCCC-CDM. Todas las transferencias y retiros se registran de manera inmutable, mejorando la eficiencia y confiabilidad de las transacciones de créditos de carbono.", + "dashboardAndInsightsTitle":"Tablero e Información", + "dashboardAndInsightsBody":"Los usuarios pueden acceder a un tablero interactivo con visualizaciones de datos dinámicas, incluidos gráficos, mapas y estadísticas regionales. Esto proporciona una visión clara del progreso y las tendencias, junto con una línea de tiempo visual de actividades para cada proyecto, mostrando un historial detallado de acciones y usuarios involucrados.", + "interoperableTitle":"Datos Interoperables y Exportables", + "interoperableBody":"El modelo de datos del Registro de Carbono está alineado con el Modelo de Datos CAD Trust, asegurando interoperabilidad. También puede integrarse con la Plataforma de Cooperación Bilateral Voluntaria ITMO, gestionada por el PNUD. Una API RESTful abierta permite el desarrollo de herramientas innovadoras de transparencia e integración sin problemas con otros sistemas externos.", + "developedInPartnershipTitle":"Desarrollado en Asociación con Digital For Climate (D4C)", + "developedInPartnershipBody":"Este software ha sido desarrollado en asociación con Digital For Climate (D4C). D4C es una colaboración entre el Banco Europeo para la Reconstrucción y el Desarrollo (BERD), Programa de las Naciones Unidas para el Desarrollo (PNUD), Convención Marco de las Naciones Unidas sobre el Cambio Climático (CMNUCC), Asociación Internacional de Comercio de Emisiones (IETA), Agencia Espacial Europea (ESA), y Grupo del Banco Mundial que tiene como objetivo coordinar los respectivos flujos de trabajo y crear un ecosistema digital modular e interoperable de extremo a extremo para el mercado de carbono. El objetivo general es apoyar un mercado global de carbono transparente y de alta integridad que pueda canalizar capital para acciones climáticas impactantes y desarrollo bajo en carbono.", + "faqTitle":"Preguntas comunes:", + "faqQ1":"¿Qué es un Registro de Carbono?", + "faqA1":"Un registro de carbono actúa como un libro de registro digital y se utiliza para rastrear y registrar las emisiones de dióxido de carbono (CO2) de organizaciones, empresas o individuos. Juega un papel clave en la gestión de las emisiones de carbono y la reducción de la huella de carbono. Al usar un registro de carbono, se pueden identificar las fuentes de emisión y se pueden implementar estrategias para reducirlas. Esto ayuda a combatir el cambio climático al reducir las emisiones de gases de efecto invernadero.", + "faqQ2":"¿Cómo promueve un Registro de Carbono la Transparencia y la Integridad en los Créditos de Carbono?", + "faqA2":"Nuestro registro de carbono se basa en una base de transparencia e integridad, asegurando credibilidad y confianza con todas las partes interesadas. Logramos esto a través de las siguientes prácticas clave:
  1. Alcance: El registro cubre todas las emisiones y remociones significativas de gases de efecto invernadero en todo el país, abarcando todos los sectores y gases. Esta cobertura integral proporciona una imagen completa de los esfuerzos nacionales para gestionar y reducir las emisiones de carbono.
  2. Transparencia: Aseguramos total transparencia al hacer que toda la información sobre emisiones y remociones esté disponible públicamente. Esto incluye la divulgación de tanto las emisiones directas de nuestras instalaciones como las emisiones indirectas de actividades como viajes de negocios o consumo de electricidad. Además, documentamos abiertamente todas las medidas de reducción de emisiones, detallando claramente su impacto esperado en las emisiones totales. Al proporcionar acceso abierto a estos datos, fomentamos la comprensión, construimos confianza y alentamos la participación activa de las partes interesadas en los esfuerzos de reducción de carbono.
  3. Consistencia: Nuestro registro de carbono se alinea con reglas de contabilidad, metodologías y directrices reconocidas internacionalmente, particularmente aquellas proporcionadas por el Panel Intergubernamental sobre Cambio Climático (IPCC). Esto asegura que nuestros informes sean consistentes, comparables con los estándares globales y cumplan con las expectativas internacionales para la contabilidad de carbono.
  4. Integridad y Precisión: Para mantener la precisión y credibilidad de nuestros datos, el registro se somete a revisiones regulares y validación independiente por terceros. Nuestro proceso transparente de recopilación de datos sigue metodologías establecidas y emplea herramientas de medición confiables, asegurando la integridad y precisión de cada informe. Estas prácticas rigurosas garantizan que nuestros datos de emisiones y estrategias de reducción sean tanto confiables como creíbles.
", + "faqQ3":"¿Cómo adopta un gobierno un Registro Nacional de Carbono?", + "faqA3":"Los gobiernos nacionales pueden adoptar y personalizar el Registro Nacional de Carbono utilizando el código abierto. Reutilizar el código puede reducir el tiempo y los costos de desarrollo hasta en un 70%. Para implementar con éxito el registro, recomendamos tener lo siguiente en su lugar:
  • Marco del Mercado de Carbono: Asegurar que se haya definido un marco robusto del mercado de carbono, con un experto para ayudar a adaptarlo a los procesos digitales.
  • Equipo Digital: Un equipo digital local de pila completa (incluyendo habilidades de diseño y desarrollo de productos) para personalizar el registro según las necesidades locales, instalarlo de manera segura y asegurar su operación sin problemas.
  • Grupo de Trabajo de Implementación: Un equipo dedicado en el gobierno (a través de áreas tanto de políticas como de TI) para liderar la implementación y gestionar/administrar el sistema una vez operativo. El equipo también necesitará involucrar a los usuarios, movilizar el uso y monitorear los cambios en las necesidades. Dentro del grupo de trabajo, recomendamos tener un Propietario de Proyecto dedicado que pueda tomar decisiones clave y mantener el ritmo.
  • Presupuesto y recursos de mantenimiento: La herramienta digital necesitará mantenimiento y mejoras con el tiempo, y recomendamos reservar un presupuesto y recursos de TI suficientes para mantener y mejorar el registro después de la instalación.
", + "faqQ4":"¿Qué apoyo puede proporcionar el PNUD?", + "faqA4":"El equipo de UNDP Digital for Planet, a través de su oficina local en el país, puede ofrecer apoyo en varias áreas (sujeto a discusión):
  • Recursos y Plantillas: Acceso a plantillas de planes de trabajo, flujos de procesos y otras herramientas para ayudar en la personalización y configuración del sistema.
  • Experiencia Internacional: Apoyo de expertos en gestión de productos, TI, mercados de carbono y políticas para proporcionar orientación, asegurar la garantía de calidad y facilitar la transferencia de conocimientos.
  • Comunidad de Práctica: Acceso continuo a una comunidad internacional de práctica para apoyo y colaboración.
", + "faqQ5":"¿Qué tipos de personalizaciones se pueden permitir?", + "faqA5":"Las siguientes personalizaciones han sido realizadas por varios países:
  • Flujo de Proceso: Adaptar los pasos y el flujo de trabajo para el mercado de carbono.
  • Tipos de Usuarios: Las categorías de usuarios, roles, responsabilidades y derechos para cada uno en el sistema digital.
  • Autoridades de Aprobación: Definir qué organismos gubernamentales aprueban acciones específicas y cómo.
  • Documentación: Personalizar los tipos de documentos requeridos.
  • Requisitos de Datos: Ajustar los datos requeridos de los desarrolladores.
  • Integración de API: Permitir la entrada/exportación automática de datos a través de API para integrarse con otros sistemas locales y nacionales.
  • Comercio Bilateral de Carbono: Adaptar el registro para acuerdos específicos de comercio bilateral de carbono.
  • Alojamiento y Seguridad de Datos: Personalizar las ubicaciones de alojamiento de datos, bases de datos y protocolos de seguridad para cumplir con los requisitos únicos del país.
", + "faqQ6":"¿Dónde se alojan los datos?", + "faqA6":"Este sitio de demostración está alojado en la infraestructura de Amazon Web Services (AWS) del PNUD. Al usar AWS, aprovechamos la Base de Datos de Libro Mayor Cuántico de Amazon (QLDB), que proporciona un registro de transacciones transparente, inmutable y verificable criptográficamente, asegurando un historial confiable y completo de cambios de datos.", + "faqA6-2":"Después de la instalación, se espera que los países alojen y mantengan el software de manera independiente. Hay dos opciones principales de alojamiento:
  • Alojamiento en la Nube: El alojamiento en la nube ofrece flexibilidad, confiabilidad y seguridad integrada, junto con características de respaldo y mantenimiento. Alojar en AWS (a través de una cuenta propiedad y gestionada por el gobierno del país) permite a los países aprovechar al máximo la Base de Datos de Libro Mayor Cuántico con cambios mínimos de configuración requeridos del código fuente original.
  • Alojamiento Local: Los países pueden optar por alojar el sistema en servidores locales u otras plataformas en la nube para obtener un control más directo sobre los datos y la seguridad. En este caso, los países deberán gestionar toda la configuración, seguridad, respaldo y mantenimiento continuo según su entorno de TI local y protocolos de seguridad.
", + "faqQ7":"¿Quién puede usar el código fuente?", + "faqA7":"La herramienta es desarrollada y mantenida por el PNUD y está licenciada bajo la Licencia Pública General Affero de GNU (AGPL-3.0), que permite el uso, modificación y compartición gratuita del software.", + "faqA7-2":"Pedimos amablemente a los usuarios que nos informen sobre su uso contactando a digital4planet@undp.org ya que esto nos ayuda a rastrear el impacto de la herramienta y guiar futuras mejoras.", + "faqA7-3":"Bajo AGPL-3.0, cualquier modificación del código debe hacerse públicamente disponible creando una nueva rama en GitHub. El software no puede ser relicenciado bajo términos más restrictivos sin adherirse a las directrices de AGPL-3.0.", + "footertext1":"Registro Nacional de Carbono: Esto es una demostración. Los países pueden desear agregar un lema aquí.", + "antarctic":"PaísX", + "Cookie":"Política de Cookies", + "codeconduct":"Código de Conducta", + "terms":"Términos de Uso", + "privacy":"Política de Privacidad", + "help": "Ayuda", + "nationalNdc": "NDC NACIONAL" +} \ No newline at end of file diff --git a/web/src/locales/i18n/homepage/fr.json b/web/src/locales/i18n/homepage/fr.json new file mode 100644 index 000000000..8e142244b --- /dev/null +++ b/web/src/locales/i18n/homepage/fr.json @@ -0,0 +1,67 @@ +{ + "ourVisonTitle":"Our Vision", + "ourVisonContentStart":"UNDP has developed an", + "ourVisonContentHighlight":"open-source National Carbon Registry", + "ourVisonContentEnd":"to help countries securely issue, manage, trade, and track carbon credits with ease. This ensures transparency and data integrity throughout the process, supporting the global transition toward a sustainable, low-emission future.", + "OurPlatformEnables":"Our platform enables:", + "governmentsTitle":"Governments", + "governmentsBody":"to implement and manage national carbon markets in alignment with the Paris Agreement.", + "projectDevelopersTitle":"Project developers", + "projectDevelopersBody":"to receive recognition for reducing greenhouse gas emissions while accessing crucial funding for environmental innovations.", + "certifiersTitle":"Certifiers", + "certifiersBody":"to efficiently validate and verify emission reduction projects.", + "buyersTitle":"Buyers", + "buyersBody":"to access a trustworthy and transparent marketplace for carbon credits.", + "policyContextTitle":"Policy Context", + "policyContextBody":"The Paris Agreement, under the UNFCCC, aims to limit global warming to below 2°C, with efforts to keep it to 1.5°C by 2100. Article 6 introduces mechanisms for countries to cooperate on climate goals through market-based (Articles 6.2 and 6.4) and non-market approaches (Article 6.8). All countries must account for any carbon credits used or transferred within their Nationally Determined Contributions (NDCs).", + "policyContextBody2":"Digital systems are essential for enabling countries to trade carbon credits and secure climate finance transparently and efficiently.", + "digitalPublicTitle":"A Digital Public Good ", + "digitalPublicBody":"In response to countries’ need for support to deploy reliable, interoperable digital systems, the UNDP has created the National Carbon Credit Registry as an open-source toolkit that follows the Digital Public Goods Standard. Countries can access the free source and installation instructions from UNDP’s managed Github to customize a Registry according to their national needs. This approach helps save time, reduce costs, and avoid duplication of effort.", + "demoSiteTitle":"Demo site", + "demoSiteBody":"This demonstration site showcases the core functionality of the Carbon Credit Registry built on the source code. Governments and potential partners working with UNDP can:
  • Request access to the demo site.
  • Schedule a live demonstration.
  • Explore potential collaboration and support.
For inquiries and to request a demo, please contact UNDP Digital For Planet at digital4planet@undp.org. Additional technical details are available on GitHub.", + "demoSiteBody2":"More technical information can be found on Github.", + "HdiwTitle":"How does it work?", + "HdiwBody":"Every country has distinct carbon market policies, processes, and governance structures. The Carbon Registry is customizable to accommodate local needs. The demo site showcases the general standard steps in every process:", + "feature1Title":"Project Registration", + "feature1Description":"Projects aimed at reducing or removing carbon emissions are registered. Baseline emissions and expected credits are calculated, and ownership is determined.", + "feature2Title":"Validation by Third Parties", + "feature2Description":"Independent entities validate and approve the projects, authorizing them for publication in the registry.", + "feature3Title":"Monitoring & Reporting", + "feature3Description":"Once projects are implemented, emissions reductions are monitored and reported. Verified carbon credits are issued based on these results.", + "feature4Title":"Trading & Tracking", + "feature4Description":"Issued credits can be traded, tracked, and retired within the registry, ensuring proper ownership transfer and preventing double counting.", + "issuingCarbonCreditsTitle":"Issuing Carbon Credits", + "issuingCarbonCreditsBody":"A key feature of the Carbon Registry is its ability to track issued carbon credits, ensuring transparency and accountability in the carbon market. Each verified project credit is assigned a unique serial number, based on UNFCCC-CDM methodology. All transfers and retirements are immutably recorded, enhancing the efficiency and reliability of carbon credit transactions.", + "dashboardAndInsightsTitle":"Dashboard and Insights ", + "dashboardAndInsightsBody":"Users can access an interactive dashboard with dynamic data visualizations, including graphs, maps, and regional statistics. This provides a clear overview of progress and trends, along with a visual timeline of activities for each project, showing a detailed history of actions and users involved.", + "interoperableTitle":"Interoperable and Exportable data", + "interoperableBody":"The Carbon Registry's data model is aligned with the CAD Trust Data Model, ensuring interoperability. It can also integrate with the ITMO Voluntary Bilateral Cooperation Platform, managed by UNDP. An open RESTful API allows for the development of innovative transparency tools and seamless integration with other external systems.", + "developedInPartnershipTitle":"Developed in Partnership with Digital For Climate (D4C)", + "developedInPartnershipBody":"This software has been developed in partnership with Digital For Climate (D4C). D4C is a collaboration between the European Bank for Reconstruction and Development (EBRD), United Nations Development Program (UNDP), United Nations Framework Convention on Climate Change (UNFCCC), International Emissions Trading Association (IETA), European Space Agency (ESA), and World Bank Group that aims to coordinate respective workflows and create a modular and interoperable end-to-end digital ecosystem for the carbon market. The overarching goal is to support a transparent, high integrity global carbon market that can channel capital for impactful climate action and low-carbon development.", + "faqTitle":"Common questions: ", + "faqQ1":"What is a Carbon Registry?", + "faqA1":"A carbon registry acts like a digital logbook, and is used to track and record carbon dioxide (CO2) emissions for organizations, businesses, or individuals. It plays a key role in managing carbon emissions and reducing carbon footprints. By using a carbon registry, emission sources can be identified, and strategies can be implemented to reduce them. This helps combat climate change by cutting greenhouse gas emissions.", + "faqQ2":"How Does a Carbon Registry Promote Transparency and Integrity in Carbon Credits?", + "faqA2":"Our carbon registry is built on a foundation of transparency and integrity, ensuring credibility and trust with all stakeholders. We achieve this through the following key practices:
  1. Scope: The registry covers all significant greenhouse gas emissions and removals across the country, encompassing all sectors and gases. This comprehensive coverage provides a complete picture of national efforts to manage and reduce carbon emissions.
  2. Transparency: We ensure full transparency by making all information about emissions and removals publicly available. This includes the disclosure of both direct emissions from our facilities and indirect emissions from activities like business travel or electricity consumption. Additionally, we openly document all emission reduction measures, clearly outlining their expected impact on total emissions. By providing open access to this data, we foster understanding, build trust, and encourage active participation from stakeholders in carbon reduction efforts.
  3. Consistency: Our carbon registry aligns with internationally recognized accounting rules, methodologies, and guidelines, particularly those provided by the Intergovernmental Panel on Climate Change (IPCC). This ensures that our reporting is consistent, comparable with global standards, and meets international expectations for carbon accounting.
  4. Integrity and Accuracy: To uphold the accuracy and credibility of our data, the registry undergoes regular reviews and independent validation by third parties. Our transparent data collection process follows established methodologies and employs reliable measurement tools, ensuring the completeness and precision of every report. These rigorous practices guarantee that our emissions data and reduction strategies are both reliable and trustworthy.
", + "faqQ3":"How does a government adopt a National Carbon Registry?", + "faqA3":"National governments can adopt and customize the National Carbon Registry using the open-source code. Reusing code can reduce development time and costs by up to 70%. To successfully implement the registry, we recommend having the following in place:
  • Carbon Market Framework: Ensure a robust carbon market framework has been defined, with an expert to help adapt it to digital processes.
  • Digital Team: A local full stack digital team (including product design and development skills) to customize the registry to local needs, install it securely, and ensure smooth operation.
  • Implementation Task Force: A dedicated team in government (across both policy areas and IT) to lead the implementation and manage/administer the system once operational. The team will also need to engage users, mobilize usage, and monitor changes in needs. Within the task force, we recommend having a dedicated Project Owner who can make key decisions and maintain pace.
  • Maintenance budget and resources: The digital tool will need maintenance and improvement over time, and we recommend setting aside a sufficient budget and IT resources to maintain and improve the registry after installation.
", + "faqQ4":"What support can UNDP provide?", + "faqA4":"The UNDP Digital for Planet team, through your local country office, can offer support in several areas (subject to discussion):
  • Resources and Templates: Access to template workplans, process flows, and other tools to assist in the customization and configuration of the system.
  • International Expertise: Support from experts in product management, IT, carbon markets, and policy to provide guidance, ensure quality assurance, and facilitate knowledge transfer
  • Community of Practice: Ongoing access to an international community of practice for support and collaboration.
", + "faqQ5":"What types of customizations can be allowed?", + "faqA5":"The following customizations have been made by various countries:
  • Process Flow: Adapting the steps and workflow for the carbon market.
  • User Types: The categories of users, roles, responsibilities and rights for each in the digital system.
  • Approval Authorities: Defining which government bodies approve specific actions and how.
  • Documentation: Customizing the types of documents required.
  • Data Requirements: Adjusting the data required from developers.
  • API Integration: Enabling automated data input/export through APIs to integrate with other local and national systems.
  • Bilateral Carbon Trading: Adapting the registry for specific bilateral carbon trading agreements.
  • Data Hosting & Security: Customizing data hosting locations, databases, and security protocols to meet the country’s unique requirements.
", + "faqQ6":"Where is data hosted?", + "faqA6":"This demo site is hosted on UNDP’s Amazon Web Services (AWS) infrastructure. By using AWS, we leverage Amazon’s Quantum Ledger Database (QLDB), which provides a transparent, immutable, and cryptographically verifiable transaction log, ensuring a reliable and complete history of data changes.", + "faqA6-2":"After installation, countries are expected to host and maintain the software independently. There are two main hosting options:
  • Cloud Hosting: Cloud hosting offers flexibility, reliability, and integrated security, along with backup and maintenance features. Hosting on AWS (through an account owned and managed by the country government) allows countries to take full advantage of the Quantum Ledger Database with minimal configuration changes required from the original source code.
  • Local Hosting: Countries can choose to host the system on local servers or other cloud platforms to gain more direct control over data and security. In this case, countries will need to manage all configuration, security, backup, and ongoing maintenance based on their local IT environment and security protocols.
", + "faqQ7":"Who can use the source code?", + "faqA7":"The tool is developed and maintained by UNDP and is licensed under the GNU Affero General Public License (AGPL-3.0), which permits free use, modification, and sharing of the software.", + "faqA7-2":"We kindly ask users to inform us of your usage by contacting digital4planet@undp.org as this helps us track the tool’s impact and guide future improvements.", + "faqA7-3":"Under AGPL-3.0, any modifications to the code must be made publicly available by creating a new branch on GitHub. The software cannot be relicensed under more restrictive terms without adhering to the AGPL-3.0 guidelines.", + "footertext1":"National Carbon Registry: This is a demo. Countries may wish to add a tagline here.", + "antarctic":"CountryX", + "Cookie":"Cookie Policy", + "codeconduct":"Code of Conduct", + "terms":"Terms of Use", + "privacy":"Privacy Policy", + "help": "Help", + "nationalNdc": "NATIONAL NDC" +} \ No newline at end of file