Skip to content

Commit 38e05ff

Browse files
readme made profestional
(next changes to the README should be small)
1 parent bfd23ad commit 38e05ff

1 file changed

Lines changed: 38 additions & 15 deletions

File tree

README.md

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
2-
![PICA CI](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/actions/workflows/python-app.yml/badge.svg)
3-
[![codecov](https://codecov.io/gh/prathameshnium/PICA-Python-Instrument-Control-and-Automation/branch/main/graph/badge.svg)](https://codecov.io/gh/prathameshnium/PICA-Python-Instrument-Control-and-Automation)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5-
[![Python 3.10+](https://img.shields.io/badge/Python-3.10+-brightgreen.svg)](https://www.python.org/downloads/)
6-
71
<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"/>
93
</p>
104

115
<h1 align="center">PICA: Python-based Instrument Control and Automation</h1>
@@ -14,14 +8,44 @@
148
<strong>A modular software suite for automating laboratory measurements in physics research.</strong>
159
</p>
1610

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+
1840
<img src="https://img.shields.io/badge/Inception-June%202022-orange?style=flat-square&logo=calendar" alt="Inception Date">
1941
<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">
2244
<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>
2445

46+
</div>
47+
48+
---
2549
---
2650

2751
## Overview
@@ -206,12 +230,11 @@ If you use this software in your research, please cite it using the following Bi
206230
Alternatively, refer to the `CITATION.cff` file in the root directory.
207231
208232
-----
209-
210233
## Authors & Acknowledgments
211234
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>
215238
216239
- **Lead Developer:** **[Prathamesh Deshmukh](https://prathameshdeshmukh.site/)**
217240
- **Principal Investigator:** **[Dr. Sudip Mukherjee](https://www.google.com/search?q=https://www.researchgate.net/lab/Sudip-Mukherjee-Lab)**

0 commit comments

Comments
 (0)