Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
0b1e325
1
Parent(s):
15b7f31
Summary
Browse files- app/authors.py +158 -0
- app/tabs.py +3 -1
app/authors.py
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
File: authors.py
|
| 3 |
+
Author: Dmitry Ryumin, Maxim Markitantov, Elena Ryumina, Anastasia Dvoynikova, and Alexey Karpov
|
| 4 |
+
Description: About the authors.
|
| 5 |
+
License: MIT License
|
| 6 |
+
"""
|
| 7 |
+
|
| 8 |
+
AUTHORS = """
|
| 9 |
+
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 10 |
+
<div>
|
| 11 |
+
<a href="https://github.com/DmitryRyumin">
|
| 12 |
+
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1&repeat=false&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Dr.+Dmitry+Ryumin;Artificial+Intelligence+Researcher" alt="DmitryRyumin" />
|
| 13 |
+
</a>
|
| 14 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 15 |
+
<a href="https://dmitryryumin.github.io" style="margin-right: 6px;">
|
| 16 |
+
<img src="https://img.shields.io/badge/Website-blue??&style=flat-square&logo=opsgenie&logoColor=white" alt="" />
|
| 17 |
+
</a>
|
| 18 |
+
<a href="https://www.webofscience.com/wos/author/record/K-7989-2018" style="margin-right: 6px;">
|
| 19 |
+
<img src="https://img.shields.io/badge/Web%20of%20Science-5D34BF??&style=flat-square&logo=clarivate&logoColor=white" alt="" />
|
| 20 |
+
</a>
|
| 21 |
+
<a href="https://www.scopus.com/authid/detail.uri?authorId=57191960214" style="margin-right: 6px;">
|
| 22 |
+
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" />
|
| 23 |
+
</a>
|
| 24 |
+
<a href="https://scholar.google.com/citations?user=LrTIp5IAAAAJ" style="margin-right: 6px;">
|
| 25 |
+
<img src="https://img.shields.io/badge/Google%20Scholar-%234285F4.svg?&style=flat-square&logo=google-scholar&logoColor=white" alt="" />
|
| 26 |
+
</a>
|
| 27 |
+
<a href="https://orcid.org/0000-0002-7935-0569">
|
| 28 |
+
<img src="https://img.shields.io/badge/ORCID-0000--0002--7935--0569-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" />
|
| 29 |
+
</a>
|
| 30 |
+
</div>
|
| 31 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 32 |
+
<a href="https://huggingface.co/DmitryRyumin" style="margin-right: 6px;">
|
| 33 |
+
<img src="https://img.shields.io/badge/π€-Hugging%20Face-FFD21F.svg?style=flat-square&&logoColor=white" alt="" />
|
| 34 |
+
</a>
|
| 35 |
+
<a href="https://t.me/dmitry_ryumin" style="margin-right: 6px;">
|
| 36 |
+
<img src="https://img.shields.io/badge/Telegram-2CA5E0?style=flat-square&logo=telegram&logoColor=white" alt="" />
|
| 37 |
+
</a>
|
| 38 |
+
<a href="mailto:[email protected]">
|
| 39 |
+
<img src="https://img.shields.io/badge/-Email-red?style=flat-square&logo=gmail&logoColor=white" alt=""/>
|
| 40 |
+
</a>
|
| 41 |
+
</div>
|
| 42 |
+
<a href="https://github.com/DmitryRyumin" style="display: inline-block;">
|
| 43 |
+
<img src="https://github-stats-alpha.vercel.app/api?username=DmitryRyumin&cc=3081F7&tc=FFFFFF&ic=FFFFFF&bc=FFFFFF" alt="" />
|
| 44 |
+
</a>
|
| 45 |
+
<div style="display: flex; flex-wrap: wrap;">
|
| 46 |
+
<img src="https://custom-icon-badges.demolab.com/badge/dynamic/json?style=flat-square&logo=fire&logoColor=fff&color=orange&label=GitHub%20streak&query=%24.currentStreak.length&suffix=%20days&url=https%3A%2F%2Fstreak-stats.demolab.com%2F%3Fuser%3Ddmitryryumin%26type%3Djson" alt="" style="margin-right: 6px; margin-bottom: 6px;" />
|
| 47 |
+
<img src="https://komarev.com/ghpvc/?username=DmitryRyumin&style=flat-square" alt="" style="margin-bottom: 6px; margin-bottom: 6px !important;" />
|
| 48 |
+
</div>
|
| 49 |
+
</div>
|
| 50 |
+
<div>
|
| 51 |
+
<a href="https://github.com/ElenaRyumina">
|
| 52 |
+
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1&repeat=false&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Elena+Ryumina;Artificial+Intelligence+Researcher" alt="ElenaRyumina" />
|
| 53 |
+
</a>
|
| 54 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 55 |
+
<a href="https://www.webofscience.com/wos/author/record/ABY-9103-2022" style="margin-right: 6px;">
|
| 56 |
+
<img src="https://img.shields.io/badge/Web%20of%20Science-5D34BF??&style=flat-square&logo=clarivate&logoColor=white" alt="" />
|
| 57 |
+
</a>
|
| 58 |
+
<a href="https://www.scopus.com/authid/detail.uri?authorId=57220572427" style="margin-right: 6px;">
|
| 59 |
+
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" />
|
| 60 |
+
</a>
|
| 61 |
+
<a href="https://scholar.google.com/citations?user=DOBkQssAAAAJ" style="margin-right: 6px;">
|
| 62 |
+
<img src="https://img.shields.io/badge/Google%20Scholar-%234285F4.svg?&style=flat-square&logo=google-scholar&logoColor=white" alt="" />
|
| 63 |
+
</a>
|
| 64 |
+
<a href="https://orcid.org/0000-0002-4135-6949">
|
| 65 |
+
<img src="https://img.shields.io/badge/ORCID-0000--0002--4135--6949-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" />
|
| 66 |
+
</a>
|
| 67 |
+
</div>
|
| 68 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 69 |
+
<a href="https://huggingface.co/ElenaRyumina" style="margin-right: 6px;">
|
| 70 |
+
<img src="https://img.shields.io/badge/π€-Hugging%20Face-FFD21F.svg?style=flat-square&&logoColor=white" alt="" />
|
| 71 |
+
</a>
|
| 72 |
+
<a href="mailto:[email protected]">
|
| 73 |
+
<img src="https://img.shields.io/badge/-Email-red?style=flat-square&logo=gmail&logoColor=white" alt="" />
|
| 74 |
+
</a>
|
| 75 |
+
</div>
|
| 76 |
+
<a href="https://github.com/ElenaRyumina" style="display: inline-block;">
|
| 77 |
+
<img src="https://github-stats-alpha.vercel.app/api?username=ElenaRyumina&cc=3081F7&tc=FFFFFF&ic=FFFFFF&bc=FFFFFF" alt="" />
|
| 78 |
+
</a>
|
| 79 |
+
<div style="display: flex;">
|
| 80 |
+
<img src="https://komarev.com/ghpvc/?username=ElenaRyumina&style=flat-square" alt="" />
|
| 81 |
+
</div>
|
| 82 |
+
</div>
|
| 83 |
+
</div>
|
| 84 |
+
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 85 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
| 86 |
+
<img src="https://hci.nw.ru/storage/employees/first/Markitantov.jpg" alt="Maxim Markitantov" style="margin-right: 20px; border-radius: 50%; width: 80px; height: 80px; object-fit: cover;">
|
| 87 |
+
<divΓ>
|
| 88 |
+
<a href="https://hci.nw.ru/en/employees/1" style="display: inline-block;">
|
| 89 |
+
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1&repeat=false&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Maxim+Markitantov;Artificial+Intelligence+Researcher" alt="MaximMarkitantov" />
|
| 90 |
+
</a>
|
| 91 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 92 |
+
<a href="https://www.webofscience.com/wos/author/record/HHN-3883-2022" style="margin-right: 6px;">
|
| 93 |
+
<img src="https://img.shields.io/badge/Web%20of%20Science-5D34BF??&style=flat-square&logo=clarivate&logoColor=white" alt="" />
|
| 94 |
+
</a>
|
| 95 |
+
<a href="https://www.scopus.com/authid/detail.uri?authorId=57210791723" style="margin-right: 6px;">
|
| 96 |
+
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" />
|
| 97 |
+
</a>
|
| 98 |
+
<a href="https://scholar.google.com/citations?user=JxZzcJoAAAAJ" style="margin-right: 6px;">
|
| 99 |
+
<img src="https://img.shields.io/badge/Google%20Scholar-%234285F4.svg?&style=flat-square&logo=google-scholar&logoColor=white" alt="" />
|
| 100 |
+
</a>
|
| 101 |
+
<a href="https://orcid.org/0000-0001-7987-1025" style="margin-right: 6px;">
|
| 102 |
+
<img src="https://img.shields.io/badge/ORCID-0000--0001--7987--1025-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" />
|
| 103 |
+
</a>
|
| 104 |
+
<a href="mailto:[email protected]">
|
| 105 |
+
<img src="https://img.shields.io/badge/-Email-red?style=flat-square&logo=gmail&logoColor=white" alt="" />
|
| 106 |
+
</a>
|
| 107 |
+
</div>
|
| 108 |
+
</divΓ>
|
| 109 |
+
</div>
|
| 110 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
| 111 |
+
<img src="https://hci.nw.ru/storage/employees/first/Dvoynikova.jpg" alt="Anastasia Dvoynikova" style="margin-right: 20px; border-radius: 50%; width: 80px; height: 80px; object-fit: cover;">
|
| 112 |
+
<div>
|
| 113 |
+
<a href="https://hci.nw.ru/en/employees/1" style="display: inline-block;">
|
| 114 |
+
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1&repeat=false&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Anastasia+Dvoynikova;Artificial+Intelligence+Researcher" alt="AnastasiaDvoynikova" />
|
| 115 |
+
</a>
|
| 116 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 117 |
+
<a href="https://www.webofscience.com/wos/author/record/HGE-9752-2022" style="margin-right: 6px;">
|
| 118 |
+
<img src="https://img.shields.io/badge/Web%20of%20Science-5D34BF??&style=flat-square&logo=clarivate&logoColor=white" alt="" />
|
| 119 |
+
</a>
|
| 120 |
+
<a href="https://www.scopus.com/authid/detail.uri?authorId=57215057804" style="margin-right: 6px;">
|
| 121 |
+
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" />
|
| 122 |
+
</a>
|
| 123 |
+
<a href="https://orcid.org/0000-0001-8047-6639" style="margin-right: 6px;">
|
| 124 |
+
<img src="https://img.shields.io/badge/ORCID-0000--0001--8047--6639-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" />
|
| 125 |
+
</a>
|
| 126 |
+
<a href="mailto:[email protected]">
|
| 127 |
+
<img src="https://img.shields.io/badge/-Email-red?style=flat-square&logo=gmail&logoColor=white" alt="" />
|
| 128 |
+
</a>
|
| 129 |
+
</div>
|
| 130 |
+
</div>
|
| 131 |
+
</div>
|
| 132 |
+
</div>
|
| 133 |
+
<div style="display: flex; justify-content: center; align-items: center; margin-top: 10px;">
|
| 134 |
+
<img src="https://huggingface.co/spaces/ElenaRyumina/OCEANAI/resolve/main/images/AA.jpg" alt="Professor Alexey Karpov" style="margin-right: 20px; border-radius: 50%; width: 80px; height: 80px; object-fit: cover;">
|
| 135 |
+
<div style="flex-basis: 40%;">
|
| 136 |
+
<a href="https://hci.nw.ru/en/employees/1" style="display: inline-block;">
|
| 137 |
+
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1&repeat=false&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Dr.+Sc.+Alexey+Karpov;Team+Leader" alt="AlexeyKarpov" />
|
| 138 |
+
</a>
|
| 139 |
+
<div style="display: flex; margin-bottom: 6px;">
|
| 140 |
+
<a href="https://www.webofscience.com/wos/author/record/A-8905-2012" style="margin-right: 6px;">
|
| 141 |
+
<img src="https://img.shields.io/badge/Web%20of%20Science-5D34BF??&style=flat-square&logo=clarivate&logoColor=white" alt="" />
|
| 142 |
+
</a>
|
| 143 |
+
<a href="https://www.scopus.com/authid/detail.uri?authorId=57219469958" style="margin-right: 6px;">
|
| 144 |
+
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" />
|
| 145 |
+
</a>
|
| 146 |
+
<a href="https://scholar.google.com/citations?user=Q0C3f1oAAAAJ" style="margin-right: 6px;">
|
| 147 |
+
<img src="https://img.shields.io/badge/Google%20Scholar-%234285F4.svg?&style=flat-square&logo=google-scholar&logoColor=white" alt="" />
|
| 148 |
+
</a>
|
| 149 |
+
<a href="https://orcid.org/0000-0003-3424-652X" style="margin-right: 6px;">
|
| 150 |
+
<img src="https://img.shields.io/badge/ORCID-0000--0003--3424--652X-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" />
|
| 151 |
+
</a>
|
| 152 |
+
<a href="mailto:[email protected]">
|
| 153 |
+
<img src="https://img.shields.io/badge/-Email-red?style=flat-square&logo=gmail&logoColor=white" alt="" />
|
| 154 |
+
</a>
|
| 155 |
+
</div>
|
| 156 |
+
</div>
|
| 157 |
+
</div>
|
| 158 |
+
"""
|
app/tabs.py
CHANGED
|
@@ -9,6 +9,7 @@ import gradio as gr
|
|
| 9 |
|
| 10 |
# Importing necessary components for the Gradio app
|
| 11 |
from app.description import DESCRIPTION
|
|
|
|
| 12 |
from app.config import config_data
|
| 13 |
from app.requirements_app import read_requirements
|
| 14 |
|
|
@@ -191,7 +192,7 @@ def about_app_tab():
|
|
| 191 |
|
| 192 |
|
| 193 |
def about_authors_tab():
|
| 194 |
-
|
| 195 |
|
| 196 |
|
| 197 |
def requirements_app_tab():
|
|
@@ -204,4 +205,5 @@ def requirements_app_tab():
|
|
| 204 |
visible=True,
|
| 205 |
elem_classes="requirements-dataframe",
|
| 206 |
type="polars",
|
|
|
|
| 207 |
)
|
|
|
|
| 9 |
|
| 10 |
# Importing necessary components for the Gradio app
|
| 11 |
from app.description import DESCRIPTION
|
| 12 |
+
from app.authors import AUTHORS
|
| 13 |
from app.config import config_data
|
| 14 |
from app.requirements_app import read_requirements
|
| 15 |
|
|
|
|
| 192 |
|
| 193 |
|
| 194 |
def about_authors_tab():
|
| 195 |
+
return gr.HTML(value=AUTHORS)
|
| 196 |
|
| 197 |
|
| 198 |
def requirements_app_tab():
|
|
|
|
| 205 |
visible=True,
|
| 206 |
elem_classes="requirements-dataframe",
|
| 207 |
type="polars",
|
| 208 |
+
max_height=1000,
|
| 209 |
)
|