Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

420 check and improve help texts #478

Merged
merged 6 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading