Skip to content

Commit 59f3f70

Browse files
Cff update (#125)
* Update CITATION.cff Add Sattwamo as package author Add preferred citation to CHEP Ployglot Jets paper * Add CITATION.cff validator * Add CITATION.cff badge * Add check on pull request
1 parent 9f80045 commit 59f3f70

File tree

3 files changed

+57
-6
lines changed

3 files changed

+57
-6
lines changed

.github/workflows/CFF.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
paths:
4+
- CITATION.cff
5+
pull_request:
6+
workflow_dispatch:
7+
8+
name: CITATION.cff
9+
jobs:
10+
Validate-CITATION-cff:
11+
runs-on: ubuntu-latest
12+
name: Validate CITATION.cff
13+
env:
14+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
15+
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
20+
- name: Validate CITATION.cff
21+
uses: dieghernan/cff-validator@v4

CITATION.cff

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
14
cff-version: 1.2.0
25
title: JetReconstruction.jl
36
message: >-
47
If you use this software, please cite it using the
5-
metadata from this file.
8+
software DOI and the preferred citation.
69
type: software
710
authors:
811
- given-names: Graeme Andrew
@@ -18,11 +21,37 @@ authors:
1821
family-names: Gras
1922
2023
orcid: 'https://orcid.org/0000-0002-3932-5967'
21-
- given-names: Benedikt
22-
family-names: Hegner
23-
24-
affiliation: CERN
25-
orcid: 'https://orcid.org/0009-0009-2020-1620'
24+
- given-names: Sattwamo
25+
family-names: Ghosh
26+
identifiers:
27+
- type: doi
28+
value: 10.5281/zenodo.12671414
29+
description: Zenodo
30+
preferred-citation:
31+
type: article
32+
title: Polyglot Jet Finding
33+
authors:
34+
- given-names: Graeme Andrew
35+
family-names: Stewart
36+
37+
affiliation: CERN
38+
orcid: 'https://orcid.org/0000-0003-0182-7088'
39+
- given-names: Atell
40+
family-names: Krasnopolski
41+
42+
orcid: 'https://orcid.org/0009-0009-9336-0219'
43+
- given-names: Philippe
44+
family-names: Gras
45+
46+
orcid: 'https://orcid.org/0000-0002-3932-5967'
47+
- given-names: Benedikt
48+
family-names: Hegner
49+
50+
affiliation: CERN
51+
orcid: 'https://orcid.org/0009-0009-2020-1620'
52+
identifiers:
53+
- type: doi
54+
value: 10.1051/epjconf/202429505017
2655
repository-code: 'https://github.com/JuliaHEP/JetReconstruction.jl'
2756
abstract: Jet reconstruction (reclustering) with Julia
2857
license: MIT

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliahep.github.io/JetReconstruction.jl/stable)
99
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliahep.github.io/JetReconstruction.jl/dev)
1010
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
11+
[![CITATION-cff](https://github.com/dieghernan/cff-validator/actions/workflows/cff-validator.yml/badge.svg)](https://github.com/dieghernan/cff-validator/actions/workflows/cff-validator.yml)
1112

1213
## This package implements sequential Jet Reconstruction (clustering)
1314

0 commit comments

Comments
 (0)