|
6 | 6 |
|
7 | 7 | | Information | Links | |
8 | 8 | | :-------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
9 | | -| **Package** | [][vuegen-pypi] [][vuegen-conda] [][vuegen-pypi] [][vuegen-docker-quay] [][vuegen-license] | |
| 9 | +| **Package** | [][vuegen-pypi] [][vuegen-conda] [][vuegen-pypi] [][vuegen-docker-quay] [][vuegen-license] [![CC BY 4.0][cc-by-shield]][vuegen-license]| |
10 | 10 | | **Documentation** | [][vuegen-docs] [](https://www.sphinx-doc.org/)  | |
11 | 11 | | **Build** | [][ci-gh-action] [][ci-docs] | |
12 | 12 | | **Examples** | [][emp-html-demo] [][emp-st-demo] | |
|
21 | 21 | - [GUI](#gui) |
22 | 22 | - [Case studies](#case-studies) |
23 | 23 | - [Web application deployment](#web-application-deployment) |
| 24 | +- [License](#license) |
24 | 25 | - [Contributing](#contributing) |
25 | 26 | - [Credits and acknowledgements](#credits-and-acknowledgements) |
26 | 27 | - [Citation](#citation) |
@@ -379,6 +380,14 @@ Run Streamlit apps directly in the browser with [stlite][stlite_repo], a WebAsse |
379 | 380 |
|
380 | 381 | These options provide flexibility depending on whether the goal is online accessibility, lightweight execution, or local application distribution. |
381 | 382 |
|
| 383 | +## License |
| 384 | + |
| 385 | +The code in this repository is licensed under the **MIT License**, allowing you to use, modify, and distribute it freely as long as you include the original copyright and license notice. |
| 386 | + |
| 387 | +The documentation and other creative content are licensed under the **Creative Commons Attribution 4.0 International (CC BY 4.0) License**, meaning you are free to share and adapt it with proper attribution. |
| 388 | + |
| 389 | +Full details for both licenses can be found in the [LICENSE][vuegen-license] file. |
| 390 | + |
382 | 391 | ## Contributing |
383 | 392 |
|
384 | 393 | VueGen is an open-source project, and we welcome contributions of all kinds via GitHub issues and pull requests. You can report bugs, suggest improvements, propose new features, or implement changes. Please follow the guidelines in the [CONTRIBUTING](CONTRIBUTING.md) file to ensure that your contribution is easily integrated into the project. |
@@ -425,6 +434,7 @@ We appreciate your feedback! If you have any comments, suggestions, or run into |
425 | 434 | [vuegen-docker-quay]: https://quay.io/repository/dtu_biosustain_dsp/vuegen |
426 | 435 | [docker-folder]: https://github.com/Multiomics-Analytics-Group/nf-vuegen/tree/main/Docker |
427 | 436 | [vuegen-license]: https://github.com/Multiomics-Analytics-Group/vuegen/blob/main/LICENSE |
| 437 | +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg |
428 | 438 | [vuegen-class-diag-att]: https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_classdiagram_withattmeth.pdf |
429 | 439 | [vuegen-docs]: https://vuegen.readthedocs.io/ |
430 | 440 | [ci-gh-action]: https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/cdci.yml |
|
0 commit comments