csv2cmi

a little program to transform a table of letters into the CMI format

https://github.com/saw-leipzig/csv2cmi

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

catalogue cmi-format correspondence csv csv-parser digital-humanities hacktoberfest tei-xml xslt
Last synced: 6 months ago · JSON representation

Repository

a little program to transform a table of letters into the CMI format

Basic Info
  • Host: GitHub
  • Owner: saw-leipzig
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 324 KB
Statistics
  • Stars: 8
  • Watchers: 5
  • Forks: 5
  • Open Issues: 4
  • Releases: 24
Topics
catalogue cmi-format correspondence csv csv-parser digital-humanities hacktoberfest tei-xml xslt
Created over 10 years ago · Last pushed 7 months ago
Metadata Files
Readme License Code of conduct Codeowners Codemeta Zenodo

README.md

CSV2CMI

DOI GitHub release license

About

CSV2CMI is a little program to transform a table of letters (given as .csv) into the CMI format. The CMI format is the underlying data format for the web service correspSearch which facilitates searching across diverse distributed letter repositories.

It is mainly intended for printed (print only) editions and catalogues of letters.

Usage

You have to name your columns as follows: * name of the sender: "sender" * name of the addressee: "addressee" * IDs of the named person or organization: "senderID" and "addresseeID" (this is essential for correspSearch) * the date, when the letter has been sent: "senderDate"

You may provide additional information: * where a letter has been sent: "senderPlace" (with the appropriate "senderPlaceID" as proper GeoNames URL) * where a letter has been received: "addresseePlace" (with the appropriate "addresseePlaceID" as proper GeoNames URL) * when a letter has been received: "addresseeDate"

Furthermore an "edition" column for a bibliographic record, a "key" column for the corresponding number of the edited letter, and even a "note" column can be added.

Various senders or addressees of a letter have to be written in the same cell with a separator that is specified with the "--extra-delimiter"-option (IDs have to follow the same order respectively).

Dates have to be entered in ISO format. Support for EDTF is implemented to parse uncertain / approximate dates, intervals and sets.

For providing essential CMI information like the editor's name or the publisher an INI file is needed.

Check, that your table is using UTF8-encoding!

For options and further information check the wiki.

License

This program is available under The MIT License (MIT)

If you use this software, please cite it!

Owner

  • Name: Sächsische Akademie der Wissenschaften zu Leipzig
  • Login: saw-leipzig
  • Kind: organization

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "CSV2CMI",
  "name": "CSV2CMI",
  "description": "convert a table of letters into CMI format",
  "softwareVersion": "2.2.1",
  "license": "OSI Approved :: MIT License",
  "programmingLanguage": "Python :: 3",
  "maintainer": "https://orcid.org/0000-0003-1898-2543",
  "datePublished": "2025-05-06",
  "codeRepository": "https://github.com/saw-leipzig/csv2cmi",
  "author": [
    {
      "@id": "https://orcid.org/0000-0003-1898-2543",
      "@type": "Person",
      "givenName": "Klaus",
      "familyName": "Rettinghaus",
      "name": "Rettinghaus, Klaus",
      "email": "rettinghaus@bach-leipzig.de"
    }
  ],
  "contributor": [
    {
      "@id": "https://orcid.org/0000-0002-3685-6519",
      "@type": "Person",
      "givenName": "Uwe",
      "familyName": "Kretschmer",
      "name": "Kretschmer, Uwe",
      "email": "kretschmer@saw-leipzig.de"
    },
    {
      "@type": "Person",
      "givenName": "Jana",
      "familyName": "Dolan",
      "name": "Dolan, Jana"
    },
    {
      "@id": "https://orcid.org/0000-0002-8303-1798",
      "@type": "Person",
      "givenName": "Sophie",
      "familyName": "Schneider",
      "name": "Schneider, Sophie"
    }
  ]
}

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 3
  • Issue comment event: 2
  • Push event: 9
  • Pull request event: 8
  • Gollum event: 2
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 3
  • Issue comment event: 2
  • Push event: 9
  • Pull request event: 8
  • Gollum event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 5
  • Average time to close issues: almost 4 years
  • Average time to close pull requests: about 1 year
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.33
  • Average comments per pull request: 1.2
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rettinghaus (3)
Pull Request Authors
  • rettinghaus (4)
  • ukretschmer (1)
Top Labels
Issue Labels
help wanted (1) Hacktoberfest (1) question (1)
Pull Request Labels
enhancement (1)

Dependencies

setup.py pypi