domdomingo commited on
Commit
5af088d
1 Parent(s): e1b1d60

Update appStore/info.py

Browse files
Files changed (1) hide show
  1. appStore/info.py +21 -33
appStore/info.py CHANGED
@@ -7,21 +7,23 @@ 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</h2>",
11
  unsafe_allow_html=True)
12
 
13
 
14
  st.markdown("<div style='text-align: center; \
15
- color: grey;'>The Policy Action Tracker is an open-source\
16
- digital tool which aims to assist policy analysts and \
17
- other users in extracting and filtering relevant \
18
- information from policy documents.</div>",
19
  unsafe_allow_html=True)
20
  footer = """
21
  <div class="footer-custom">
22
- Guidance & Feedback - <a href="https://www.linkedin.com/in/maren-bernlöhr-149891222" target="_blank">Maren Bernlöhr</a> |
23
- <a href="https://www.linkedin.com/in/manuelkuhm" target="_blank">Manuel Kuhm</a> |
24
- Developer - <a href="https://www.linkedin.com/in/erik-lehmann-giz/" target="_blank">Erik Lehmann</a> |
 
 
25
  <a href="https://www.linkedin.com/in/jonas-nothnagel-bb42b114b/" target="_blank">Jonas Nothnagel</a> |
26
  <a href="https://www.linkedin.com/in/prashantpsingh/" target="_blank">Prashant Singh</a> |
27
 
@@ -31,42 +33,28 @@ def app():
31
 
32
  c1, c2, c3 = st.columns([8,1,12])
33
  with c1:
34
- st.image("docStore/img/ndc.png")
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 \
42
- evaluation of stated goals and targets and their actual implementation on \
43
- the ground – arises. Luckily, Artificial Intelligence (AI) and Natural \
44
- Language Processing (NLP) methods can help in shortening and easing this \
45
- task for policy analysts.</div><br>',
46
  unsafe_allow_html=True)
47
 
48
  intro = """
49
  <div style="text-align: justify;">
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
  """
71
  st.markdown(intro, unsafe_allow_html=True)
72
- # st.image("docStore/img/paris.png")
 
7
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
8
 
9
  st.markdown("<h2 style='text-align: center; \
10
+ color: black;'> Litter Monitoring Cockpit</h2>",
11
  unsafe_allow_html=True)
12
 
13
 
14
  st.markdown("<div style='text-align: center; \
15
+ color: grey;'>The Litter Monitoring Cockpit is an open-source\
16
+ digital tool which aims to assist urban waste management planners and \
17
+ other users in identifying and tracking relevant \
18
+ litter hotspots from various non-traditional data sources.</div>",
19
  unsafe_allow_html=True)
20
  footer = """
21
  <div class="footer-custom">
22
+ Guidance & Feedback - <a href="https://de.linkedin.com/in/steffen-blume-22450643" target="_blank">Steffen Blume</a> |
23
+ <a href="https://de.linkedin.com/in/robin-nowok>Robin Nowok</a> |
24
+ Developer - <a href="https://ch.linkedin.com/in/dominic-santschi"_blank">Dominic Santschi</a> |
25
+ <a href="https://de.linkedin.com/in/dr-tilman-floehr-36005b11b"_blank">Tilman Floehr</a> |
26
+ Inspired by - <a href="https://www.linkedin.com/in/erik-lehmann-giz/" target="_blank">Erik Lehmann</a> |
27
  <a href="https://www.linkedin.com/in/jonas-nothnagel-bb42b114b/" target="_blank">Jonas Nothnagel</a> |
28
  <a href="https://www.linkedin.com/in/prashantpsingh/" target="_blank">Prashant Singh</a> |
29
 
 
33
 
34
  c1, c2, c3 = st.columns([8,1,12])
35
  with c1:
36
+ st.image("docStore/img/vision.png")
37
  with c3:
38
+ st.markdown('<div style="text-align: justify;">Todays litter monitoring systems often forego \
39
+ the vast potential of data transparency. Here, we present a new approach to data-driven litter \
40
+ monitoring.</div><br>',
 
 
 
 
 
 
 
41
  unsafe_allow_html=True)
42
 
43
  intro = """
44
  <div style="text-align: justify;">
45
 
46
+ For this purpose, the PREVENT Waste Alliance formed a project team \
47
+ to develop this AI-powered open-source web application that helps identify and monitor \
48
+ litter hotspots in various regions faster to facilitate \
 
 
49
  evidence-based decision-making processes in sustainable development and beyond.
50
 
51
+ This tool allows urban waste management planners and other users the possibility to rapidly \
52
+ identify litter hotspots in their regions, monitor their evolution, and inform holistic \
53
+ mitigation strategies for waste leakage. To understand the application's functionalities \
54
+ and learn more about the project, see the attached concept note.
 
 
 
 
55
 
56
 
57
  </div>
58
  <br>
59
  """
60
  st.markdown(intro, unsafe_allow_html=True)