Skip to content

Commit 1088ef9

Browse files
How to cite added in README
1 parent ebe1269 commit 1088ef9

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The core design philosophy of PICA is the separation of concerns, implemented th
4646
- [Available Measurement Modules](#available-measurement-modules)
4747
- [Instrument Specifications](#instrument-specifications)
4848
- [Getting Started](#getting-started)
49+
- [How to Cite](#how-to-cite)
4950
- [Prerequisites](#prerequisites)
5051
- [Installation Steps](#installation-steps)
5152
- [Resources & Documentation](#resources--documentation)
@@ -127,6 +128,30 @@ PICA supports a range of common laboratory instruments. For a detailed summary o
127128

128129
---
129130

131+
## How to Cite
132+
133+
If you use this software in your research, please cite it. This helps to credit the work involved in creating and maintaining this resource.
134+
135+
#### BibTeX Entry
136+
137+
You can use the following BibTeX entry for your reference manager (e.g., Zotero, Mendeley, JabRef).
138+
139+
```bibtex
140+
@software{Deshmukh_PICA_2023,
141+
author = {Deshmukh, Prathamesh Keshao and Mukherjee, Sudip},
142+
title = {{PICA: Python-based Instrument Control and Automation Software Suite}},
143+
month = sep,
144+
year = 2023,
145+
publisher = {GitHub},
146+
version = {14.1.0},
147+
url = {https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation}
148+
}
149+
```
150+
151+
Alternatively, you can use the `CITATION.cff` file in the root of the repository for automatic parsing by modern reference managers.
152+
153+
---
154+
130155
## 🚀 Getting Started
131156

132157
### Prerequisites

0 commit comments

Comments
 (0)