Skip to content

Commit

Permalink
Merge pull request #117 from Proteobench/Add-logos
Browse files Browse the repository at this point in the history
Add logos - issue #102
  • Loading branch information
RobbinBouwmeester authored Oct 15, 2023
2 parents fb53dc1 + 6ea5af1 commit 418013f
Show file tree
Hide file tree
Showing 32 changed files with 1,685 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["black"]
docs = ["sphinx", "sphinx-rtd-theme", "sphinx-autobuild", "myst-parser"]
web = ["streamlit", "scipy"]
web = ["streamlit>1.27", "scipy"]

[project.urls]
"Homepage" = "https://github.com/ProteoBench"
Expand Down
9 changes: 4 additions & 5 deletions webinterface/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ def _preface(self):
""",
unsafe_allow_html=True,
)
st.image("logos/logo_participants/logos_all_20230926.png")

@abstractmethod
def _main_page(self):
raise NotImplementedError()

def _sidebar(self):
"""Format sidebar."""
st.sidebar.markdown(
"""
# Proteobench
"""
)
st.sidebar.image("logos/logo_funding/main_logos_sidebar.png",
width=300)

637 changes: 637 additions & 0 deletions webinterface/logos/logo_funding/DDSA_PrimaryLogo_Screen_Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webinterface/logos/logo_participants/ADlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webinterface/logos/logo_participants/CBMR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webinterface/logos/logo_participants/CPR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webinterface/logos/logo_participants/FGCZLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions webinterface/logos/logo_participants/SIB_LogoQ_GBv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webinterface/logos/logo_participants/ULaval.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 418013f

Please sign in to comment.