From d16e58e37e106606ba9b3d65eea45da152a58fdc Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Sun, 5 Jun 2022 21:58:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20new=20logo=20to=20readme?= =?UTF-8?q?=20(#1087)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎨 Added new logo to readme * 🚧📚 Added change to changelog * 📚 Update README.md - Better aligned logo placement - Added some descriptive text to explain what one might use the library for. This also improves alignment of text and images in the rendered document. Co-authored-by: Joris Snellenburg --- README.md | 7 ++++++- changelog.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bc6e698d..1d8be11a3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # pyglotaran + + pyglotaran is a Python library for Global and Target Analysis +A common use case for the library is the analysis of time-resolved spectroscopy measurements in the study of energy transfer pathways in photosynthesis, or the characterization of energy transfer (in-)efficiencies in photovoltaics. + [![PyPI version](https://badge.fury.io/py/pyglotaran.svg)](https://badge.fury.io/py/pyglotaran) [![Conda Version](https://img.shields.io/conda/vn/conda-forge/pyglotaran.svg)](https://anaconda.org/conda-forge/pyglotaran) ![Tests](https://github.com/glotaran/pyglotaran/workflows/Tests/badge.svg) [![Documentation Status](https://readthedocs.org/projects/pyglotaran/badge/?version=latest)](https://pyglotaran.readthedocs.io/en/latest/?badge=latest) -[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/glotaran/pyglotaran.git/main?urlpath=lab%2Ftree%2Fdocs%2Fsource%2Fnotebooks) +[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/glotaran/pyglotaran.git/main?urlpath=lab%2Ftree%2Fdocs%2Fsource%2Fnotebooks)\ [![Coverage Status](https://codecov.io/gh/glotaran/pyglotaran/branch/master/graph/badge.svg)](https://codecov.io/gh/glotaran/pyglotaran) [![Total alerts](https://img.shields.io/lgtm/alerts/g/glotaran/pyglotaran.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/glotaran/pyglotaran/alerts/) [![Discord](https://img.shields.io/discord/883443835135475753.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/KfnEYRSTJx) @@ -76,6 +80,7 @@ Until then, enjoy your glimpse into the future. ## Community Support For questions / suggestion please reach out to us via: + 1. [GitHub issues](https://github.com/glotaran/pyglotaran/issues) 2. [Discord](https://discord.gg/KfnEYRSTJx) 3. [Google-Groups mailing list](https://groups.google.com/forum/#!forum/glotaran) diff --git a/changelog.md b/changelog.md index 22a0e8e9b..3c1520a44 100644 --- a/changelog.md +++ b/changelog.md @@ -31,7 +31,7 @@ ### 📚 Documentation -- 🎨 Add new logo (#1083) +- 🎨 Add new logo (#1083, #1087) ### 🗑️ Deprecations (due in 0.8.0)