Skip to content

Commit 38b9bdb

Browse files
committed
Add CITATION.cff
1 parent 17cfb7c commit 38b9bdb

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
with:
9898
token: ${{ secrets.CODSPEED_TOKEN }}
9999
run: pytest --codspeed
100+
- if: matrix.python-version == '3.13'
101+
name: Validate CITATION.cff
102+
uses: citation-file-format/[email protected]
103+
with:
104+
args: "--validate"
100105
pages:
101106
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
102107
environment:

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
title: Evalica
3+
message: If you use this software, please cite the article from preferred-citation.
4+
type: software
5+
authors:
6+
- family-names: Ustalov
7+
given-names: Dmitry
8+
orcid: "https://orcid.org/0000-0002-9979-2188"
9+
license: Apache-2.0
10+
repository-artifact: https://pypi.org/project/evalica/
11+
repository-code: https://github.com/dustalov/evalica
12+
preferred-citation:
13+
type: conference-paper
14+
authors:
15+
- family-names: Ustalov
16+
given-names: Dmitry
17+
orcid: "https://orcid.org/0000-0002-9979-2188"
18+
title: "Reliable, Reproducible, and Really Fast Leaderboards with Evalica"
19+
year: 2025
20+
conference:
21+
name: "31st International Conference on Computational Linguistics"
22+
date-start: 2025-01-19
23+
date-end: 2025-01-24
24+
date-released: 2024-07-09

0 commit comments

Comments
 (0)