|
1 | | - |
2 | | - |
3 | | -[](https://codecov.io/gh/prathameshnium/PICA-Python-Instrument-Control-and-Automation) |
4 | | -[](https://opensource.org/licenses/MIT) |
5 | | -[](https://www.python.org/downloads/) |
6 | | - |
7 | 1 | <p align="center"> |
8 | | - <img src="./assets/LOGO/PICA_LOGO_NBG.png" alt="PICA Logo" width="150"/> |
| 2 | + <img src="assets/LOGO/PICA_LOGO_NBG.png" alt="PICA Logo" width="150"/> |
9 | 3 | </p> |
10 | 4 |
|
11 | 5 | <h1 align="center">PICA: Python-based Instrument Control and Automation</h1> |
|
14 | 8 | <strong>A modular software suite for automating laboratory measurements in physics research.</strong> |
15 | 9 | </p> |
16 | 10 |
|
17 | | -<p align="center"> |
| 11 | +<div align="center"> |
| 12 | + |
| 13 | + <a href="https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/actions/workflows/python-app.yml"> |
| 14 | + <img src="https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/actions/workflows/python-app.yml/badge.svg" alt="CI Build Status"> |
| 15 | + </a> |
| 16 | + <a href="https://codecov.io/gh/prathameshnium/PICA-Python-Instrument-Control-and-Automation"> |
| 17 | + <img src="https://codecov.io/gh/prathameshnium/PICA-Python-Instrument-Control-and-Automation/branch/main/graph/badge.svg" alt="Code Coverage"> |
| 18 | + </a> |
| 19 | + <a href="https://www.python.org/downloads/"> |
| 20 | + <img src="https://img.shields.io/badge/Python-3.10+-brightgreen.svg?logo=python&logoColor=white" alt="Python Version"> |
| 21 | + </a> |
| 22 | + |
| 23 | + <br> |
| 24 | + |
| 25 | + <a href="LICENSE"> |
| 26 | + <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"> |
| 27 | + </a> |
| 28 | + <a href="docs/User_Manual.md"> |
| 29 | + <img src="https://img.shields.io/badge/Docs-User_Manual-blue.svg?logo=markdown" alt="Documentation"> |
| 30 | + </a> |
| 31 | + <a href="CONTRIBUTING.md"> |
| 32 | + <img src="https://img.shields.io/badge/Contributing-Guidelines-orange.svg" alt="Contributing Guidelines"> |
| 33 | + </a> |
| 34 | + <a href="CODE_OF_CONDUCT.md"> |
| 35 | + <img src="https://img.shields.io/badge/Code%20of%20Conduct-Contributor%20Covenant-ff69b4.svg" alt="Code of Conduct"> |
| 36 | + </a> |
| 37 | + |
| 38 | + <br> |
| 39 | + |
18 | 40 | <img src="https://img.shields.io/badge/Inception-June%202022-orange?style=flat-square&logo=calendar" alt="Inception Date"> |
19 | 41 | <img src="https://img.shields.io/badge/Project%20Age-3%2B%20Years-blueviolet?style=flat-square" alt="Project Age"> |
20 | | - <img src="https://img.shields.io/tokei/lines/github/prathameshnium/PICA-Python-Instrument-Control-and-Automation?style=flat-square" alt="Lines of Code"> |
21 | | - <img src="https://img.shields.io/github/repo-size/prathameshnium/PICA-Python-Instrument-Control-and-Automation?style=flat-square&color=blue" alt="Repo Size"> |
| 42 | + <img src="https://img.shields.io/github/commit-activity/y/prathameshnium/PICA-Python-Instrument-Control-and-Automation?style=flat-square&color=success" alt="Commits (Yearly)"> |
| 43 | + <img src="https://img.shields.io/github/languages/code-size/prathameshnium/PICA-Python-Instrument-Control-and-Automation?style=flat-square&color=blue" alt="Code Size"> |
22 | 44 | <img src="https://img.shields.io/github/last-commit/prathameshnium/PICA-Python-Instrument-Control-and-Automation?style=flat-square&color=critical" alt="Last Commit"> |
23 | | -</p> |
24 | 45 |
|
| 46 | +</div> |
| 47 | + |
| 48 | +--- |
25 | 49 | --- |
26 | 50 |
|
27 | 51 | ## Overview |
@@ -206,12 +230,11 @@ If you use this software in your research, please cite it using the following Bi |
206 | 230 | Alternatively, refer to the `CITATION.cff` file in the root directory. |
207 | 231 |
|
208 | 232 | ----- |
209 | | -
|
210 | 233 | ## Authors & Acknowledgments |
211 | 234 |
|
212 | | -\<p align="center"\> |
213 | | -\<img src="./assets/LOGO/UGC\_DAE\_CSR\_NBG.jpeg" alt="UGC DAE CSR Logo" width="150"\> |
214 | | -\</p\> |
| 235 | +<p align="center"> |
| 236 | + <img src="assets/LOGO/UGC_DAE_CSR_NBG.jpeg" alt="UGC DAE CSR Logo" width="150"> |
| 237 | +</p> |
215 | 238 |
|
216 | 239 | - **Lead Developer:** **[Prathamesh Deshmukh](https://prathameshdeshmukh.site/)** |
217 | 240 | - **Principal Investigator:** **[Dr. Sudip Mukherjee](https://www.google.com/search?q=https://www.researchgate.net/lab/Sudip-Mukherjee-Lab)** |
|
0 commit comments