Update appStore/info.py
Browse files- appStore/info.py +14 -28
appStore/info.py
CHANGED
@@ -7,7 +7,7 @@ def app():
|
|
7 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
8 |
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
-
color: black;'> Policy Action Tracker
|
11 |
unsafe_allow_html=True)
|
12 |
|
13 |
|
@@ -35,7 +35,7 @@ def app():
|
|
35 |
with c3:
|
36 |
st.markdown('<div style="text-align: justify;">The manual extraction \
|
37 |
of relevant information from text documents is a \
|
38 |
-
time-consuming task for any policy
|
39 |
public policy documents in relation to sustainable development (such as \
|
40 |
National Development Plans and Nationally Determined Contributions) \
|
41 |
continuously increases, a major challenge for policy action tracking – the \
|
@@ -50,35 +50,21 @@ def app():
|
|
50 |
|
51 |
For this purpose, the United Nations Sustainable Development Solutions \
|
52 |
Network (SDSN) and the Deutsche Gesellschaft für Internationale \
|
53 |
-
Zusammenarbeit (GIZ) GmbH are
|
54 |
-
of
|
55 |
relevant information from public policy documents faster to facilitate \
|
56 |
evidence-based decision-making processes in sustainable development and beyond.
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
manner that does not threaten food production. The Paris Climate \
|
69 |
-
Agreement (Article 4, Paragraph 2)1 requires each Party to prepare, \
|
70 |
-
communicate and maintain successive NDCs. Thus, they serve as a \
|
71 |
-
comparable, accessible, and widely acknowledged starting point for \
|
72 |
-
analysis. However, the agreed and communicated goals and measures must \
|
73 |
-
also be reflected in national strategies, statements, and other \
|
74 |
-
government publications to be implemented timely, as well as effectively.\
|
75 |
-
At best, the activities and measures should have an allocated budget. \
|
76 |
-
Given the complexity, the manual evaluation of policy documents and \
|
77 |
-
other publications has been very time-consuming and has presented a \
|
78 |
-
significant challenge for policy analysts and makers alike. In \
|
79 |
-
consequence, the open-source web application aims to support the process\
|
80 |
-
through suitable AI-powered and NLP methods. In the following, the \
|
81 |
-
application’s functionalities are explained in more detail.
|
82 |
</div>
|
83 |
<br>
|
84 |
"""
|
|
|
7 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
8 |
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
+
color: black;'> Policy Action Tracker</h2>",
|
11 |
unsafe_allow_html=True)
|
12 |
|
13 |
|
|
|
35 |
with c3:
|
36 |
st.markdown('<div style="text-align: justify;">The manual extraction \
|
37 |
of relevant information from text documents is a \
|
38 |
+
time-consuming task for any policy analyst. As the amount and length of \
|
39 |
public policy documents in relation to sustainable development (such as \
|
40 |
National Development Plans and Nationally Determined Contributions) \
|
41 |
continuously increases, a major challenge for policy action tracking – the \
|
|
|
50 |
|
51 |
For this purpose, the United Nations Sustainable Development Solutions \
|
52 |
Network (SDSN) and the Deutsche Gesellschaft für Internationale \
|
53 |
+
Zusammenarbeit (GIZ) GmbH are collaborated in the development \
|
54 |
+
of this AI-powered open-source web application that helps find and extract \
|
55 |
relevant information from public policy documents faster to facilitate \
|
56 |
evidence-based decision-making processes in sustainable development and beyond.
|
57 |
|
58 |
+
This tool allows policy analysts and other users the possibility to rapidly \
|
59 |
+
search for relevant information/paragraphs in the document according to the \
|
60 |
+
user’s interest, classify the document’s content according to the Sustainable \
|
61 |
+
Development Goals (SDGs), and compare climate-related policy documents and NDCs \
|
62 |
+
across countries using open data from the German Institute of Development and \
|
63 |
+
Sustainability’s (IDOS) NDC Explorer.
|
64 |
+
To understand the application's functionalities and learn more about ß
|
65 |
+
the project, see the attached concept note. We hope you like our application 😊
|
66 |
+
|
67 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
</div>
|
69 |
<br>
|
70 |
"""
|