From 1c09d88caa877fd8ef948f082c62abf200147ab9 Mon Sep 17 00:00:00 2001 From: Alankar Dutta Date: Sun, 28 Apr 2024 13:07:27 +0530 Subject: [PATCH] [DOC] Badge addition in `README.md` --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index becfe1f..1da0a3b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ -> A *Cloudy* database with functions to quickly interpolate physical state of astrophysical plasma without detailed plasma modeling +> A *Cloudy* database with functions to quickly interpolate the physical state of astrophysical plasma without detailed plasma modeling Running Cloudy models on the fly, especially when there are a lot of models to run with different parameters, can become extremely expensive. `AstroPlasma` aims to provide a workaround using a library of pre-computed cloudy models to generate most of the common plasma properties for a large range of parameter space by interpolation. Owing to a simple and easy-to-use interface, `AstroPlasma` also provides an abstraction layer enabling the user to get the plasma properties without worrying much about the details of plasma modeling. We find this extremely useful while building models and predicting observables like column densities in different kinds of astrophysical systems. [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dutta-alankar/AstroPlasma) -[![PyPI](https://img.shields.io/badge/requires-Python%20≥%203.8-blue?logo=python&logoColor=white)](https://www.python.org/downloads/release/python-3811/) +[![PyPI](https://img.shields.io/badge/requires-Python%20≥%203.10-blue?logo=python&logoColor=white)](https://www.python.org/downloads/release/python-310/) + +![](https://github.com/dutta-alankar/AstroPlasma/actions/workflows/AstroPlasma.yml/badge.svg?branch=main) ![GitHub repo size](https://img.shields.io/github/repo-size/dutta-alankar/AstroPlasma) | ![GitHub repo file count](https://img.shields.io/github/directory-file-count/dutta-alankar/AstroPlasma) |