Skip to content

Commit f2a8f67

Browse files
authored
Merge pull request #13 from regexhq/feat/add-citation
Adding Citation.cff file
2 parents 320096e + d5092e8 commit f2a8f67

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CITATION.cff

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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: doi-regex
6+
message: Regular expression for matching DOIs
7+
type: software
8+
authors:
9+
- given-names: Richard
10+
family-names: Littauer
11+
orcid: 'https://orcid.org/0000-0001-5428-7535'
12+
- given-names: Katrin
13+
family-names: Leinweber
14+
orcid: 'https://orcid.org/0000-0001-5135-5758'
15+
- family-names: 'b1f6c1c4'
16+
orcid: 'https://orcid.org/0000-0003-4080-1876'
17+
- given-names: Chris
18+
family-names: Wilkinson
19+
orcid: 'https://orcid.org/0000-0003-4921-6155'
20+
- given-names: Karl
21+
family-names: Becker
22+
orcid: 'https://orcid.org/0009-0002-2714-7988'
23+
identifiers:
24+
- type: doi
25+
value: 10.5281/zenodo.11164918
26+
description: Zenodo DOI
27+
repository-code: 'https://github.com/regexhq/doi-regex'
28+
abstract: Regular expression for matching DOIs.
29+
keywords:
30+
- doi
31+
- regex
32+
license: MIT
33+
commit: 320096e7fd6d1663719b009fcd7572496181f9fa
34+
version: 0.1.13
35+
date-released: '2024-05-15'

0 commit comments

Comments
 (0)