Skip to content

Commit 866bbce

Browse files
authored
Merge pull request #177 from coderefinery/cff
Add CITATION.cff
2 parents b9bcffb + 62575ca commit 866bbce

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CITATION.cff

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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: "Darst"
10+
given-names: "Richard"
11+
- family-names: "Jääskelainen"
12+
given-names: "Matias"
13+
- family-names: "Hellsvik"
14+
given-names: "Johan"
15+
- family-names: "Ruokolainen"
16+
given-names: "Teemu"
17+
- family-names: "Eckardt"
18+
given-names: "Max Roald"
19+
title: "Jupyter Notebooks"
20+
type: "data"
21+
abstract: "A tool to write and share executable notebooks and data visualization. This lesson gives an overview of what Jupyter notebooks are, when they can be particularly useful, and shows best practices for reusable and reproducible notebooks."
22+
version: 2025-03-19
23+
date-released: 2025-03-19
24+
url: "https://coderefinery.github.io/jupyter/"
25+
license: CC-BY-4.0
26+
repository-code: "https://github.com/coderefinery/jupyter"

content/conf.py

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

2020
project = "Jupyter notebooks"
21-
copyright = "CodeRefinery team"
22-
author = "CodeRefinery team"
21+
copyright = "CodeRefinery contributors"
22+
author = "CodeRefinery contributors"
2323
github_user = "coderefinery"
2424
github_repo_name = "jupyter" # auto-detected from dirname if blank
2525
github_version = "main"

0 commit comments

Comments
 (0)