Skip to content

Commit 0e62129

Browse files
name made consistent
1 parent ab0e516 commit 0e62129

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
- family-names: "Mukherjee"
99
given-names: "Sudip"
1010
affiliation: "UGC-DAE Consortium for Scientific Research, Mumbai Centre"
11-
title: "PICA: Python-based Instrument Control and Automation Software Suite"
11+
title: "PICA: A Python-based Instrument Control and Automation Suite for Material Characterisation"
1212
version: 17.0.0
1313
date-released: 2025-12-08
1414
url: "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First off, thank you for considering contributing to PICA! It's people like you
66

77
PICA is distributed under the permissive MIT License because we believe scientific software should be a dynamic, living project rather than a static tool. Our goal is to foster a community-driven ecosystem where researchers are free to modify and extend the codebase to support their specific instruments.
88

9-
We designed PICA’s with a modular architecture specifically to make this process straightforward preventing the redundant effort of rewriting automation scripts from scratch. By contributing your custom drivers or experimental protocols back to the project via GitHub Pull Requests, you help create a more robust and versatile tool for the entire scientific community. Additionally, we rely on community feedback via GitHub Issues to identify edge cases and resolve bugs across diverse hardware setups, accelerating development far beyond what a single team could achieve.
9+
We designed PICA’s with a modular architecture specifically to make this process straightforward preventing the redundant effort of rewriting automation scripts from scratch. By contributing your custom drivers or experimental protocols back to the project via GitHub Pull Requests, you help create a more robust and versatile tool for the entire scientific community. Additionally, we rely on community feedback via GitHub Issues to identify edge cases and resolve bugs across diverse hardware setups, accelerating development far beyond what a single team could achieve.
1010

1111
# Commitment to Transparency & Reproducibility
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{ name="Prathamesh Deshmukh", email="prathameshnium@duck.com" },
1010
{ name="Sudip Mukherjee", email="sudipm@csr.res.in" },
1111
]
12-
description = "Python-based Instrument Control and Automation Suite"
12+
description = "PICA: A Python-based Instrument Control and Automation Suite for Material Characterisation"
1313
readme = "README.md"
1414
requires-python = ">=3.10"
1515
classifiers = [

0 commit comments

Comments
 (0)