Skip to content

Commit 60f3ecf

Browse files
sayalaruanoenryH
andauthored
πŸ“ Update logo and citation (#145)
* πŸ“ Update logo and citation * βœ… update logo link in test - will be only present on main branch (or HEAD) after merging of PR is completed * πŸ› add update of logo to chatbot report example file --------- Co-authored-by: Henry Webel <[email protected]>
1 parent 3d56b18 commit 60f3ecf

File tree

22 files changed

+3287
-1941
lines changed

22 files changed

+3287
-1941
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ![VueGen Logo](https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_logo.svg)
1+
## ![VueGen Logo](https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/HEAD/docs/images/logo/vuegen_logo.svg)
22

33
<p align="center">
44
VueGen is a Python package that automates the creation of scientific reports.
@@ -11,7 +11,7 @@
1111
| **Build** | [![CI](https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/cdci.yml/badge.svg)][ci-gh-action] [![Docs](https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/docs.yml/badge.svg)][ci-docs] |
1212
| **Examples** | [![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)][emp-html-demo] [![Streamlit](https://img.shields.io/badge/Streamlit-%23FE4B4B.svg?style=for-the-badge&logo=streamlit&logoColor=white)][emp-st-demo] |
1313
| **Discuss on GitHub** | [![GitHub issues](https://img.shields.io/github/issues/Multiomics-Analytics-Group/vuegen)][issues] [![GitHub pull requests](https://img.shields.io/github/issues-pr/Multiomics-Analytics-Group/vuegen)][pulls] |
14-
| **Cite** | [![DOI:10.1101/2025.03.05.641152](https://img.shields.io/badge/DOI-10.1101/2025.03.05.641152-B31B1B.svg)][vuegen-preprint] |
14+
| **Cite** | [![DOI:10.1093/bioadv/vbaf149](https://img.shields.io/badge/DOI-10.1093/bioadv/vbaf149-074359.svg)][vuegen-article] |
1515

1616
## Table of contents:
1717

@@ -395,20 +395,23 @@ If you use VueGen in your research or publications, please cite it as follows:
395395

396396
**APA:**
397397

398-
Ayala-Ruano, S., Webel, H., & Santos, A. (2025). _VueGen: Automating the generation of scientific reports_. bioRxiv. https://doi.org/10.1101/2025.03.05.641152
398+
Ayala-Ruano, S., Webel, H., & Santos, A. (2025). _VueGen: Automating the generation of scientific reports_. Bioinformatics Advances, vbaf149. https://doi.org/10.1093/bioadv/vbaf149
399399

400400
**BibTeX:**
401401

402402
```bibtex
403-
@article{Ayala-Ruano2025VueGen,
403+
@article{10.1093/bioadv/vbaf149,
404404
author = {Ayala-Ruano, Sebastian and Webel, Henry and Santos, Alberto},
405405
title = {VueGen: Automating the generation of scientific reports},
406-
journal = {bioRxiv},
406+
journal = {Bioinformatics Advances},
407+
pages = {vbaf149},
407408
year = {2025},
408-
doi = {10.1101/2025.03.05.641152},
409-
publisher = {Cold Spring Harbor Laboratory},
410-
url = {https://www.biorxiv.org/content/10.1101/2025.03.05.641152},
411-
eprint = {https://www.biorxiv.org/content/10.1101/2025.03.05.641152.full.pdf}
409+
month = {06},
410+
issn = {2635-0041},
411+
doi = {10.1093/bioadv/vbaf149},
412+
url = {https://doi.org/10.1093/bioadv/vbaf149},
413+
eprint = {https://academic.oup.com/bioinformaticsadvances/advance-article-pdf/doi/
414+
10.1093/bioadv/vbaf149/63568410/vbaf149.pdf},
412415
}
413416
```
414417

@@ -433,7 +436,7 @@ We appreciate your feedback! If you have any comments, suggestions, or run into
433436
[config-chatbot]: https://github.com/Multiomics-Analytics-Group/vuegen/blob/main/docs/example_config_files/Chatbot_example_config.yaml
434437
[issues]: https://github.com/Multiomics-Analytics-Group/vuegen/issues
435438
[pulls]: https://github.com/Multiomics-Analytics-Group/vuegen/pulls
436-
[vuegen-preprint]: https://doi.org/10.1101/2025.03.05.641152
439+
[vuegen-article]: https://doi.org/10.1093/bioadv/vbaf149
437440
[quarto]: https://quarto.org/
438441
[quarto-cli-pypi]: https://pypi.org/project/quarto-cli/
439442
[quarto-cli]: https://quarto.org/docs/get-started/

β€Ždocs/conf.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
# https://github.com/executablebooks/MyST-NB/blob/master/docs/conf.py
100100
# html_title = ""
101101
html_theme = "sphinx_book_theme"
102-
html_logo = "https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_logo.svg"
103-
html_favicon = "https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_logo.svg"
102+
html_logo = "images/logo/vuegen_logo.svg"
103+
html_favicon = "images/logo/vuegen_logo_small.svg"
104104
html_theme_options = {
105105
"github_url": "https://github.com/Multiomics-Analytics-Group/vuegen",
106106
"repository_url": "https://github.com/Multiomics-Analytics-Group/vuegen",
270 KB
Loading

0 commit comments

Comments
Β (0)