Katie-Ch commited on
Commit
205c3a8
·
verified ·
1 Parent(s): 84aec4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +44 -1
app.py CHANGED
@@ -84,14 +84,57 @@ This issue is particularly evident for companies, which are involved in multiple
84
 
85
  with tab1:
86
  st.header("Verra")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  with tab2:
88
  st.header("Carbon Credits")
 
 
 
 
89
 
90
  with tab3:
91
- st.header("Voluntary Carbon Market")
 
 
 
 
92
 
93
  with tab4:
94
  st.header("NBS - Natural-based solutions")
 
 
 
 
 
 
 
 
 
 
95
 
96
 
97
 
 
84
 
85
  with tab1:
86
  st.header("Verra")
87
+ st.write(""" Verra is a leading global organization that operates as a project registry in the voluntary carbon market. Its primary role is to oversee and certify Nature-Based Solutions (NBS) and other carbon reduction projects, ensuring that they meet rigorous standards for generating carbon credits. These credits are then sold or traded to companies and organizations seeking to offset their carbon emissions.
88
+
89
+ Key functions of Verra include:
90
+
91
+ - Certifying Carbon Projects: Verra assesses and verifies projects that aim to reduce or sequester greenhouse gases. It ensures that the projects follow established standards, such as the Verra Carbon Standard (VCS) and the Climate, Community & Biodiversity Standard (CCB), to ensure the environmental and social benefits of the projects.
92
+
93
+ - Issuing Carbon Credits: Once verified, projects receive carbon credits, which represent one metric ton of CO2 removed or reduced from the atmosphere. These credits can be sold to corporations or individuals looking to offset their carbon emissions.
94
+
95
+ - Ensuring Transparency and Integrity: Verra provides a transparent platform that tracks the issuance and retirement of carbon credits, making sure that the carbon credits are legitimate and not double-counted.
96
+
97
+ The main problem of verification process right now is it being lengthy and inefficient.
98
+ The initial four stages of the verification and validation process alone require at least 140 days of only iterative feedback exchange via email, Linkedin, and Verra’s website. In each stage, Verra and its Verification Bodies must manually compare every iteration of the submitted project to multiple standards.
99
+ Currently, there’s a lack of systematization and automation.
100
+
101
+ """)
102
+ st.subheader("Verra Carbon Standart (VCS)")
103
+ st.write("""The Verra Carbon Standard (VCS) is a global certification standard for carbon offset projects.
104
+ It provides a rigorous framework for verifying and validating greenhouse gas (GHG) emission reductions or removals, ensuring the credibility of carbon credits.
105
+ Projects that meet VCS criteria are issued carbon credits, which can be traded to help companies and individuals offset their emissions.
106
+ Methodologies in the context of the Verra Carbon Standard (VCS) are detailed guidelines that define how to calculate the amount of greenhouse gas (GHG) emissions reduced or removed by a project. These methodologies establish the rules for quantifying, monitoring, and reporting emission reductions, ensuring consistency, accuracy, and transparency across different projects.
107
+ An example of a VCS-approved methodology is the VM0003 "Methodology for Avoided Conversion of Forests".
108
+ This methodology applies to projects that focus on avoiding deforestation or forest degradation in regions where forests are at risk of being converted to non-forest land uses, such as agriculture or urban development.
109
+ """)
110
+
111
+
112
  with tab2:
113
  st.header("Carbon Credits")
114
+ st.write("""
115
+ Carbon credits are a form of environmental currency used to offset greenhouse gas emissions. They represent the removal or avoidance of one metric ton of carbon dioxide (CO2) or its equivalent in other greenhouse gases, achieved through various projects like renewable energy, reforestation, or methane capture.
116
+ These credits can be bought and sold, enabling companies, governments, or individuals to offset their own emissions by investing in projects that reduce emissions elsewhere. For example, a company that cannot fully reduce its emissions may purchase carbon credits to compensate for the remainder, helping to achieve its sustainability or climate goals.
117
+ """)
118
 
119
  with tab3:
120
+ st.header("Voluntary Carbon Market")\
121
+ st.write("""
122
+ The voluntary carbon market is a marketplace where individuals, companies, and organizations can buy and sell carbon credits voluntarily, outside of mandatory government-regulated emissions reduction programs. In this market, participants purchase carbon credits to offset their greenhouse gas emissions by investing in projects that reduce or remove CO2 emissions, such as reforestation, renewable energy, or methane capture initiatives.
123
+ Unlike the compliance carbon market, which is driven by regulatory requirements (e.g., cap-and-trade systems), the voluntary market operates on a purely voluntary basis, driven by participants' desire to meet sustainability targets or corporate social responsibility goals. It is a critical tool for accelerating global emissions reductions, especially for sectors where direct emissions reduction is challenging.
124
+ """)
125
 
126
  with tab4:
127
  st.header("NBS - Natural-based solutions")
128
+ st.write("""Nature-Based Solutions (NBS) refer to strategies that use natural processes and ecosystems to address environmental challenges, such as climate change, biodiversity loss, and water management. These solutions focus on conserving, restoring, or enhancing natural ecosystems to provide sustainable, long-term benefits for both the environment and society.
129
+
130
+ Examples of NBS include:
131
+
132
+ Reforestation and afforestation: Planting trees to absorb carbon dioxide and restore habitats.
133
+ Wetland restoration: Rehabilitating wetlands to store carbon, improve water quality, and provide flood control.
134
+ Agroforestry: Integrating trees into agricultural systems to improve soil health, increase carbon sequestration, and support biodiversity.
135
+ Coastal ecosystem restoration: Rebuilding mangroves, salt marshes, and coral reefs to protect against sea-level rise and enhance marine biodiversity.
136
+ NBS projects play a significant role in the voluntary carbon market by generating carbon credits, as they help to reduce or remove greenhouse gas emissions through natural means.
137
+ """)
138
 
139
 
140