Skip to content

Commit ead7a3c

Browse files
index.rst and CITATION.cff added
1 parent 7b4ffbf commit ead7a3c

3 files changed

Lines changed: 124 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This is a CITATION.cff file. See https://citation-file-format.github.io/
2+
cff-version: 1.2.0
3+
message: "If you use this software in your work, please cite it as below."
4+
authors:
5+
- family-names: "Deshmukh"
6+
given-names: "Prathamesh Keshao"
7+
orcid: "https://orcid.org/0009-0008-3278-0837"
8+
- family-names: "Mukherjee"
9+
given-names: "Sudip"
10+
affiliation: "UGC-DAE Consortium for Scientific Research, Mumbai Centre"
11+
title: "PICA: Python-based Instrument Control and Automation"
12+
version: 14.1.0
13+
date-released: 2024-05-22
14+
url: "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
15+
repository-code: "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
16+
license: MIT
17+
keywords:
18+
- "instrument control"
19+
- "lab automation"
20+
- "scientific programming"
21+
- "condensed matter physics"
22+
- "materials science"
23+
- "pyvisa"
24+
- "python"

index.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _citation:
2+
3+
How to Cite This Software
4+
=========================
5+
6+
If you use this software or its contents in your research, please cite it. This helps to credit the work involved in creating and maintaining this resource.
7+
8+
Using BibTeX
9+
------------
10+
11+
You can use the following BibTeX entry for your reference manager (e.g., Zotero, Mendeley, JabRef).
12+
13+
.. code-block:: bibtex
14+
15+
@software{Deshmukh_PICA_2024,
16+
author = {Deshmukh, Prathamesh Keshao and Mukherjee, Sudip},
17+
title = {{PICA: Python-based Instrument Control and Automation}},
18+
month = may,
19+
year = 2024,
20+
publisher = {GitHub},
21+
version = {14.1.0},
22+
url = {https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation}
23+
}
24+
25+
Alternatively, you can use the ``CITATION.cff`` file in the root of the `repository <https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation>`_ for automatic parsing by modern reference managers.

robots.txt

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# The following lines list known AI, data-scraping, and plagiarism-checking crawlers.
2+
# They are disallowed to prevent content from being used for AI training and to avoid
3+
# incorrect plagiarism flags on original academic and written work.
4+
User-agent: AnthropicAI
5+
User-agent: TurnitinBot
6+
User-agent: UnicheckBot
7+
User-agent: PlagScan
8+
User-agent: PlagTracker
9+
User-agent: QueText
10+
User-agent: Plagiarisma
11+
User-agent: Copyscape
12+
User-agent: Scribbr-bot
13+
User-agent: DrillBitBot
14+
User-agent: OpenAI
15+
User-agent: Sogou
16+
User-agent: AhrefsBot
17+
User-agent: SemrushBot
18+
User-agent: ia_archiver
19+
User-agent: AI2Bot
20+
User-agent: Ai2Bot-Dolma
21+
User-agent: Amazonbot
22+
User-agent: anthropic-ai
23+
User-agent: Applebot
24+
User-agent: Applebot-Extended
25+
User-agent: Bytespider
26+
User-agent: CCBot
27+
User-agent: ChatGPT-User
28+
User-agent: Claude-Web
29+
User-agent: ClaudeBot
30+
User-agent: cohere-ai
31+
User-agent: cohere-training-data-crawler
32+
User-agent: Crawlspace
33+
User-agent: Diffbot
34+
User-agent: DuckAssistBot
35+
User-agent: FacebookBot
36+
User-agent: FriendlyCrawler
37+
User-agent: Google-Extended
38+
User-agent: GoogleOther
39+
User-agent: GoogleOther-Image
40+
User-agent: GoogleOther-Video
41+
User-agent: GPTBot
42+
User-agent: iaskspider/2.0
43+
User-agent: ICC-Crawler
44+
User-agent: ImagesiftBot
45+
User-agent: img2dataset
46+
User-agent: ISSCyberRiskCrawler
47+
User-agent: Kangaroo Bot
48+
User-agent: Meta-ExternalAgent
49+
User-agent: Meta-ExternalFetcher
50+
User-agent: OAI-SearchBot
51+
User-agent: omgili
52+
User-agent: omgilibot
53+
User-agent: PanguBot
54+
User-agent: PerplexityBot
55+
User-agent: Perplexity-User-Agent
56+
User-agent: PetalBot
57+
User-agent: Scrapy
58+
User-agent: SemrushBot-OCOB
59+
User-agent: SemrushBot-SWA
60+
User-agent: Sidetrade indexer bot
61+
User-agent: Timpibot
62+
User-agent: Seekr
63+
User-agent: VelenPublicWebCrawler
64+
User-agent: Webzio-Extended
65+
User-agent: YouBot
66+
User-agent: yandex
67+
Disallow: /
68+
69+
# The following lines explicitly allow all other user agents to crawl the entire site.
70+
# This is the default behavior, but it's good practice to be explicit.
71+
# The _assets directory is disallowed to prevent indexing of style, script, and image files.
72+
# The Setup directory is also disallowed as it contains build-related files.
73+
User-agent: *
74+
Disallow: /_assets/ # Disallow crawling of the assets directory
75+
Disallow: /Setup/ # Disallow crawling of the setup/build directory

0 commit comments

Comments
 (0)