Skip to content

Commit 3d78c60

Browse files
Updated citation (#785)
--------- Co-authored-by: Thilina Ratnayaka <thilinarmtb@gmail.com>
1 parent b36769f commit 3d78c60

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Validate CITATION.cff
2+
on:
3+
push:
4+
paths:
5+
- CITATION.cff
6+
jobs:
7+
validate-citation-cff:
8+
name: Validate CITATION.cff
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Run cff-validator
14+
uses: dieghernan/cff-validator@v4

CITATION.cff

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
cff-version: 1.2.0
2+
title: "OCCA: A portable and vendor-neutral framework for parallel programming on heterogeneous platforms"
3+
version: v2.0
4+
date-released: 2024-04-17
5+
license: MIT
6+
message: "Please cite the following works when using this software."
7+
authors:
8+
- family-names: Medina
9+
given-names: David
10+
- family-names: Warburton
11+
given-names: Tim
12+
orcid: https://orcid.org/0000-0002-3202-1151
13+
- family-names: Chalmers
14+
given-names: Noel
15+
orcid: https://orcid.org/0000-0002-1293-7525
16+
- family-names: Rowe
17+
given-names: Kris
18+
url: "https://libocca.org/"
19+
repository-code: "https://github.com/libocca/occa"
20+
preferred-citation:
21+
type: article
22+
title: "OCCA: A unified approach to multi-threading languages"
23+
url: "https://arxiv.org/abs/1403.0968"
24+
authors:
25+
- family-names: Medina
26+
given-names: David
27+
- family-names: St-Cyr
28+
given-names: Amik
29+
- family-names: Warburton
30+
given-names: Tim
31+
orcid: https://orcid.org/0000-0002-3202-1151
32+
publisher:
33+
name: arXiv
34+
website: https://arxiv.org
35+
doi: 10.48550/arXiv.1403.0968

0 commit comments

Comments
 (0)