Skip to content

Commit e4cde23

Browse files
authored
Create CITATION.cff
1 parent 8816779 commit e4cde23

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: qlcMatrix
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Michael
12+
family-names: Cysouw
13+
email: cysouw@mac.com
14+
orcid: 'https://orcid.org/0000-0003-3168-4946'
15+
affiliation: Philipps Universität Marburg
16+
repository-code: 'https://github.com/cysouw/qlcMatrix'
17+
abstract: >-
18+
Utility Sparse Matrix Functions for Quantitative Language
19+
Comparison in R. Extension of the functionality of the
20+
'Matrix' package in R for using sparse matrices. Some of
21+
the functions are very general, while other are highly
22+
specific for special data format as used for quantitative
23+
language comparison.
24+
keywords:
25+
- linguistics
26+
- language comparison
27+
- sparse matrix
28+
license: GPL-3.0
29+
version: v0.9.8
30+
date-released: '2024-05-07'

0 commit comments

Comments
 (0)