Skip to content

Commit 3cf9d93

Browse files
authored
Add CITATION.cff for repository citation metadata (#738)
1 parent 495a0bd commit 3cf9d93

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
cff-version: 1.2.0
2+
title: Parallel Programming Course
3+
message: "If you use this project, please cite it using the metadata in this file."
4+
type: software
5+
authors:
6+
- name: Learning Process developers
7+
repository-code: "https://github.com/learning-process/parallel_programming_course"
8+
url: "https://learning-process.github.io/parallel_programming_course/en/"
9+
license: BSD-3-Clause
10+
keywords:
11+
- parallel programming
12+
- education
13+
- C++
14+
- MPI
15+
- OpenMP
16+
- oneTBB

0 commit comments

Comments
 (0)