diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ce93ae2..3aac1159 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -10,3 +10,5 @@ tag = True [bumpversion:file:.github/workflows/publish.yaml] [bumpversion:file:README.md] + +[bumpversion:file:app/tab_info.py] diff --git a/app/tab_info.py b/app/tab_info.py index d6180952..dd27fdc6 100644 --- a/app/tab_info.py +++ b/app/tab_info.py @@ -4,6 +4,8 @@ from app.ptxboa_functions import read_markdown_file +__version__ = "0.8.3" + def content_info(): with st.container(border=True): @@ -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" + " ().\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__}" + " )" + ) + ) diff --git a/img/costs_of_hydrogen.png b/img/costs_of_hydrogen.png index 837d47e4..e2bd139d 100644 Binary files a/img/costs_of_hydrogen.png and b/img/costs_of_hydrogen.png differ diff --git a/md/info_disclaimer.md b/md/info_disclaimer.md index f57d17d1..7b470253 100644 --- a/md/info_disclaimer.md +++ b/md/info_disclaimer.md @@ -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 -(). - -Please cite it as: Oeko-Institut, Agora Energiewende & Agora Industry (2023): -PTX Business Opportunity Analyser - - #### Source code and contribution We strongly welcome anyone interested in contributing to this project. @@ -28,3 +9,9 @@ or make a contribution, please check out our Github repository: Visit our website for data documentation, additional resources and updates: + +#### 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.