Spaces:
Running
Running
""" | |
File: authors.py | |
Author: Elena Ryumina and Dmitry Ryumin | |
Description: About the authors. | |
License: MIT License | |
""" | |
AUTHORS = """ | |
<div style="display: flex; justify-content: center;"> | |
<div style="flex-basis: 40%;"> | |
<a href="https://github.com/ElenaRyumina"> | |
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1500&pause=100&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Elena+Ryumina;Artificial+Intelligence+Researcher" alt="ElenaRyumina" /> | |
</a> | |
<div style="display: flex; margin-bottom: 6px;"> | |
<a href="https://www.scopus.com/authid/detail.uri?authorId=57220572427"> | |
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" style="margin-right: 6px;" /> | |
</a> | |
<a href="https://scholar.google.com/citations?user=DOBkQssAAAAJ"> | |
<img src="https://img.shields.io/badge/Google%20Scholar-%234285F4.svg?&style=flat-square&logo=google-scholar&logoColor=white" alt="" style="margin-right: 6px;" /> | |
</a> | |
<a href="https://orcid.org/0000-0002-4135-6949"> | |
<img src="https://img.shields.io/badge/ORCID-0000--0002--4135--6949-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" /> | |
</a> | |
</div> | |
<a href="https://github.com/ElenaRyumina" style="display: inline-block;"> | |
<img src="https://github-stats-alpha.vercel.app/api?username=ElenaRyumina&cc=3081F7&tc=FFFFFF&ic=FFFFFF&bc=FFFFFF" alt="" /> | |
</a> | |
<div style="display: flex;"> | |
<img src="https://komarev.com/ghpvc/?username=ElenaRyumina&style=flat-square" alt="" /> | |
</div> | |
</div> | |
<div style="flex-basis: 40%;"> | |
<a href="https://github.com/DmitryRyumin"> | |
<img src="https://readme-typing-svg.demolab.com?font=Roboto&duration=1500&pause=100&color=3081F7&vCenter=true&multiline=true&width=435&height=70&lines=Dr.+Dmitry+Ryumin;Artificial+Intelligence+Researcher" alt="DmitryRyumin" /> | |
</a> | |
<div style="display: flex; margin-bottom: 6px;"> | |
<a href="https://dmitryryumin.github.io"> | |
<img src="https://img.shields.io/badge/Website-blue??&style=flat-square&logo=opsgenie&logoColor=white" alt="" style="margin-right: 6px;" /> | |
</a> | |
<a href="https://www.scopus.com/authid/detail.uri?authorId=57191960214"> | |
<img src="https://img.shields.io/badge/Scopus-%23E9711C.svg?&style=flat-square&logo=scopus&logoColor=white" alt="" style="margin-right: 6px;" /> | |
</a> | |
<a href="https://scholar.google.com/citations?user=LrTIp5IAAAAJ"> | |
<img src="https://img.shields.io/badge/Google%20Scholar-%234285F4.svg?&style=flat-square&logo=google-scholar&logoColor=white" alt="" style="margin-right: 6px;" /> | |
</a> | |
<a href="https://orcid.org/0000-0002-7935-0569"> | |
<img src="https://img.shields.io/badge/ORCID-0000--0002--7935--0569-green.svg?&style=flat-square&logo=orcid&logoColor=white" alt="" style="margin-right: 6px;" /> | |
</a> | |
<a href="mailto:[email protected]"> | |
<img src="https://img.shields.io/badge/-Email-red?style=flat-square&logo=gmail&logoColor=white" alt="" /> | |
</a> | |
</div> | |
<a href="https://github.com/DmitryRyumin" style="display: inline-block;"> | |
<img src="https://github-stats-alpha.vercel.app/api?username=DmitryRyumin&cc=3081F7&tc=FFFFFF&ic=FFFFFF&bc=FFFFFF" alt="" /> | |
</a> | |
<div style="display: flex;"> | |
<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;" /> | |
<img src="https://komarev.com/ghpvc/?username=DmitryRyumin&style=flat-square" alt="" /> | |
</div> | |
</div> | |
</div> | |
""" | |