Skip to content

Commit

Permalink
style: title case and alphabetized list of formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Dec 12, 2023
1 parent efd8f37 commit 9ed3eec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ chromConverter aims to facilitate the conversion of chromatography data from var
### Formats

##### ChromConverter
- Chromeleon UV ascii (`.txt`)
- mzML (`.mzml`)
- Shimadzu LabSolutions ascii (`.txt`)
- Waters ascii (`.arw`)
- 'Agilent Chemstation' & 'OpenLab' `.ch` files (versions 8, 81, 130, 179, 181)
- 'Agilent Chemstation' & 'OpenLab' `.uv` files (versions 131, 31)
- 'Shimadzu' `.lcd` (*provisional support* for PDA stream)
- 'Agilent Chemstation' & 'OpenLab' `.ch` files (versions 8, 81, 130, 179, 181)
- ÅNDI (Analytical Data Interchange) chromatography format (`.cdf`)
- mzML (`.mzml`)
- 'Shimadzu LabSolutions' ascii (`.txt`)
- 'Shimadzu LabSolutions'`.lcd` (*provisional support* for PDA stream)
- 'Thermo Scientific Chromeleon' UV ascii (`.txt`)
- 'Waters' ascii (`.arw`)

##### External Libraries
###### Aston/Entab (*Entab requires separate installation, see [instructions below](README.md#Installation)*)
Expand Down Expand Up @@ -161,6 +162,6 @@ Contributions of source code, ideas, or documentation are always welcome. Please

You can cite chromConverter as follows:

Bass, E. (2023). chromConverter: chromatographic file converter. http://doi.org/10.5281/zenodo.6792521.
Bass, E. (2023). chromConverter: Chromatographic File Converter. http://doi.org/10.5281/zenodo.6792521.

If you use external libraries to convert your files, it is suggested to also cite these libraries in published work.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ citHeader("To cite chromConverter in publications, please use:")

citEntry(
entry = "manual",
title = "chromConverter: chromatographic file converter",
title = "chromConverter: Chromatographic File Converter",
author = "Ethan Bass",
year = "2023",
version = "version 0.5.1",
doi = "10.5281/zenodo.6792521",
url = "https://ethanbass.github.io/chromConverter/",
textVersion = paste("Bass, E. (2023).",
"chromConverter: chromatographic file converter.",
"chromConverter: Chromatographic File Converter.",
"http://doi.org/10.5281/zenodo.6792521.")
)

0 comments on commit 9ed3eec

Please sign in to comment.