Skip to content

Commit 36f31ae

Browse files
authored
Merge pull request #89 from ccdc-opensource/consistent_Readmes
Consistent readmes
2 parents b7e25d3 + fd73efe commit 36f31ae

File tree

3 files changed

+42
-10
lines changed

3 files changed

+42
-10
lines changed

notebooks/API_Training_Exercises/01_Simple_Report.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"# International Report\n",
2424
"\n",
2525
"This notebook talks through how to create a report that reports a CSD entry ... but uses google translate to translate headings into the language of user choice.\n",
26-
"You could use the ideas her to convert the 'simple_report.py script into an international report\n",
26+
"You could use the ideas here to convert the 'simple_report.py script into an international report\n",
2727
"\n",
2828
"#### Prerequisites\n",
2929
"\n",
30-
"First install the CSD Python API and googletrans into your conda or pip environment. This should only be needed the before you run the script."
30+
"First install the CSD Python API and googletrans into your conda or pip environment. This should only be needed before you run the script."
3131
]
3232
},
3333
{
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# Descs Data Plot Readme
1+
# Descs Data Plot
2+
3+
## Summary
24

35
Only works for 2024.3 onwards, please see <https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/predicted_properties.html>
46
for more details on the properties.
5-
Download the whole directory and place it in the ccdc-sfotware/mercury/scripts/ folder to make use of it, it
7+
The script
68
will display the properties for the structure currently loaded in the Mercury window when launched from the csd-python-api dropdown in
79
Mercury
10+
11+
## Licensing Requirements
12+
13+
- CSD-Core
14+
15+
## Instructions on Running
16+
17+
Download the whole directory and place it in the ccdc-sfotware/mercury/scripts/ folder to make use of it
18+
19+
## Author
20+
21+
C. Kingsbury 2024
22+
23+
For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](mailto:support@ccdc.cam.ac.uk)

scripts/voids_search/Readme.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
# Void Search
22

3-
Script for searching the structures in the CSD for void properties pre-calculated with PoreAnalyser. Can be run on the command line with:
3+
## Summary
4+
5+
Script for searching the structures in the CSD for void properties pre-calculated with PoreAnalyser. When the script is run from Mercury, it will launch a dialog box with properties to search on, and spaces to fill in queries.
6+
These query boxes accept values like "200-300" or ">5" to constrain the search. A .tsv file is written with the search results, and the table is displayed in the Data Analysis tab; non-Ascii
7+
characters in chemical names will be deleted.
8+
A .gcd file of refcodes in the search results is also written, and read into Mercury
9+
10+
## Requirements
11+
12+
- Requires a minimum of CSD 2025.2
13+
14+
## Licensing Requirements
15+
16+
- CSD-Core
17+
18+
## Instructions for use
19+
20+
Can be run on the command line with:
421

522
```python
623
python void_search.py
724
```
825

926
or by launching from the CSD Python API dropdown in Mercury. If Launching from Mercury, put the script, with the accompanying search_result_template.html file, in your /mercury/scripts folder,
10-
or use the options dialog to "Add Location" to where you have saved the script. When the script is run, it will launch a dialog box with properties to search on, and spaces to fill in queries.
11-
These query boxes accept values like "200-300" or ">5" to constrain the search. A .tsv file is written with the search results, and the table is displayed in the Data Analysis tab; non-Ascii
12-
characters in chemical names will be deleted.
13-
A .gcd file of refcodes in the search results is also written, and read into Mercury
27+
or use the options dialog to "Add Location" to where you have saved the script.
1428

1529
## Author
1630

17-
Chris Kingsbury <kingsbury@ccdc.cam.ac.uk>
31+
Chris Kingsbury <kingsbury@ccdc.cam.ac.uk> (2025)
32+
33+
For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](mailto:support@ccdc.cam.ac.uk)

0 commit comments

Comments
 (0)