Skip to content

Commit

Permalink
Merge pull request #478 from agoenergy/420-check-and-improve-help-texts
Browse files Browse the repository at this point in the history
420 check and improve help texts
  • Loading branch information
wingechr authored Jun 19, 2024
2 parents 049321d + 9dbeace commit 8fd182d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ tag = True
[bumpversion:file:.github/workflows/publish.yaml]

[bumpversion:file:README.md]

[bumpversion:file:app/tab_info.py]
15 changes: 15 additions & 0 deletions app/tab_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

from app.ptxboa_functions import read_markdown_file

__version__ = "0.8.3"


def content_info():
with st.container(border=True):
Expand Down Expand Up @@ -42,3 +44,16 @@ def content_info():

with st.container(border=True):
st.markdown(read_markdown_file("md/info_disclaimer.md"))
st.markdown(
(
"#### Licensing and quotation\n"
"This tool is licensed under the Creative Commons CC-BY 4.0 license"
" (<https://creativecommons.org/licenses/by/4.0/>).\n\n"
"The use of the methods and results are only authorised"
" in case the tool and its authors are properly cited.\n\n"
"Please cite it as:"
" Oeko-Institut, Agora Industry & Agora Energiewende (2024):"
f" PTX Business Opportunity Analyser {__version__}"
" <https://ptxboa.agora-thinktanks.org/>)"
)
)
Binary file modified img/costs_of_hydrogen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 6 additions & 19 deletions md/info_disclaimer.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
#### Disclaimer

The PTX BOA uses technical reports published by third parties.
The authors of the tool and Agora Energiewende trust but do not guarantee
the accuracy and completeness of the information provided by them.

All rights reserved to Öko-Institut and Agora Energiewende.
The use of the methods and results are only authorised
in case Öko-institut and Agora Energiewende is properly cited.

#### Licensing and quotation

This tool is licensed under the Creative Commons CC-BY-SA license
(<https://creativecommons.org/licenses/by-sa/4.0/>).

Please cite it as: Oeko-Institut, Agora Energiewende & Agora Industry (2023):
PTX Business Opportunity Analyser
<https://ptx-boa.streamlit.app/>

#### Source code and contribution

We strongly welcome anyone interested in contributing to this project.
Expand All @@ -28,3 +9,9 @@ or make a contribution, please check out our Github repository:

Visit our website for data documentation, additional resources and updates:
<https://www.agora-energiewende.de/en/publications/business-opportunity-analyser-boa>

#### Disclaimer

The PTX BOA uses technical reports published by third parties.
The authors of the tool and Agora Energiewende trust but do not guarantee
the accuracy and completeness of the information provided by them.

0 comments on commit 8fd182d

Please sign in to comment.