Skip to content

Commit 0b96028

Browse files
committed
Add CITATION.cff
1 parent 30200f2 commit 0b96028

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CITATION.cff

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Mior
5+
given-names: Michael
6+
orcid: "https://orcid.org/0000-0002-4057-8726"
7+
8+
affiliation: Rochester Institute of Technology
9+
title: "Learning from Uncurated Regular Expressions"
10+
url: "https://github.com/dataunitylab/semantic-regex"
11+
license: MIT
12+
preferred-citation:
13+
type: conference-paper
14+
authors:
15+
- family-names: Mior
16+
given-names: Michael
17+
orcid: "https://orcid.org/0000-0002-4057-8726"
18+
19+
affiliation: Rochester Institute of Technology
20+
doi: 10.1145/3596225.3596226
21+
conference:
22+
name: "1st Workshop on Simplicity in Management of Data"
23+
city: Bellevue
24+
region: WA
25+
country: US
26+
date-start: 2023-06-23
27+
date-end: 2023-06-23
28+
start: 1 # First page number
29+
end: 5 # Last page number
30+
title: "Learning from Uncurated Regular Expressions"
31+
year: 2023
32+
month: 6

0 commit comments

Comments
 (0)