Skip to content

Commit f21b4b4

Browse files
authored
Merge pull request #135 from coderefinery/citation
Add CITATION.cff
2 parents 7ec7d22 + 2ed223a commit f21b4b4

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.2.0
2+
message: "If you use this lesson material, please cite it using these metadata."
3+
authors:
4+
- name: "CodeRefinery"
5+
- family-names: "Bast"
6+
given-names: "Radovan"
7+
- family-names: "Wikfeldt"
8+
given-names: "Kjartan Thor"
9+
- family-names: "Hellsvik"
10+
given-names: "Johan"
11+
- family-names: "Darst"
12+
given-names: "Richard"
13+
- family-names: "Razick"
14+
given-names: "Sabry"
15+
- family-names: "Suvilehto"
16+
given-names: "Jyry"
17+
- family-names: "Fouilloux"
18+
given-names: "Anne"
19+
- family-names: "Smirnova"
20+
given-names: "Oxana"
21+
- family-names: "Whalley"
22+
given-names: "Lucy"
23+
title: "Social coding and open software - What can you do to get credit for your code and allow reuse?"
24+
type: "data"
25+
abstract: "We motivate and give an overview over software and data licensing and software citation best practices."
26+
version: 2025-03-19
27+
date-released: 2025-03-19
28+
url: "https://coderefinery.github.io/social-coding/"
29+
license: CC-BY-4.0
30+
repository-code: "https://github.com/coderefinery/social-coding"

content/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "Social coding and open software"
21-
copyright = "CodeRefinery team"
22-
author = "CodeRefinery team"
21+
copyright = "CodeRefinery contributors"
22+
author = "CodeRefinery contributors"
23+
2324
github_user = "coderefinery"
2425
github_repo_name = "social-coding" # auto-detected from dirname if blank
2526
github_version = "main"

0 commit comments

Comments
 (0)