-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
52 lines (50 loc) · 2.24 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# file: CITATION.cff
cff-version: 1.2.0
title: "GeneSpeak - A library to encode text as DNA and decode DNA to text"
message: "If you use this software, please cite it using these metadata."
type: "software"
authors:
- family-names: "Ray"
given-names: "Sugato"
#email: "[email protected]"
affiliation: "University of Wisconsin Milwaukee"
orcid: "https://orcid.org/0000-0002-9886-2324"
alias: "sugatoray"
repository-code: "https://github.com/sugatoray/genespeak"
url: "https://sugatoray.github.io/genespeak"
repository: "https://doi.org/10.5281/zenodo.5885777"
repository-artifact: "https://pypi.org/project/genespeak/"
# version: 1.0.0
doi: "10.5281/zenodo.5885777"
# date-released: 2022-01-21
keywords:
- "python"
- "encoding"
- "decoding"
- "genespeak"
- "text-to-dna"
- "dna-to-text"
license: "MIT"
#### Citations file related resources:
##
## - [x] GitHub Blog: https://github.blog/2021-08-19-enhanced-support-citations-github/
## - [x] Docs: https://citation-file-format.github.io/
## - [x] Generate CITATION file: https://citation-file-format.github.io/cff-initializer-javascript/
## - [x] The `.cff` format and fields: https://github.com/citation-file-format/citation-file-format/blob/main/README.md
## - [x] The cff schema-guide: https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
## - [x] LinkedIn Post: https://www.linkedin.com/posts/github_enhanced-citation-support-on-github-activity-6834161054352850944-LRDT
## - [x] Others:
## - [x] https://guides.github.com/activities/citable-code/
## - [x] https://docs.ropensci.org/cffr/articles/bibtex_cff.html
## - [x] Tools for working with CITATION.cff files
## - All tools: https://github.com/citation-file-format/citation-file-format#tools-to-work-with-citationcff-files-wrench
## - [x] doi2cff:
## - [x] GitHub: https://github.com/citation-file-format/doi2cff
## - [x] cffconvert:
## - [x] PyPI: https://pypi.org/project/cffconvert/
## - [x] GitHub: https://github.com/citation-file-format/cff-converter-python
## - [x] Docker: https://github.com/citation-file-format/citation-file-format#validation-heavy_check_mark
##
##
## This CITATION.cff file was generated with cffinit.
## Visit https://bit.ly/cffinit to generate yours today!