Skip to content

Commit 6d53a0c

Browse files
Add CITATION.cff
1 parent 5eeb06b commit 6d53a0c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CITATION.cff

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
cff-version: 1.2.0
2+
title: Programming in Python
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- name: >-
9+
Research Software Lab, Centre for Digital Humanities,
10+
Utrecht University
11+
city: Utrecht
12+
country: NL
13+
email: cdh@uu.nl
14+
website: >-
15+
https://cdh.uu.nl/centre-for-digital-humanities/research-software-lab/
16+
identifiers:
17+
- type: doi
18+
value: 10.5281/zenodo.8064133
19+
repository-code: >-
20+
https://github.com/UUDigitalHumanitieslab/programming-in-python
21+
abstract: >-
22+
The entry level course 'Programming in Python', by the
23+
Utrecht Centre for Digital Humanities aims to teach the
24+
basics of the Python programming language. Special
25+
attention is given to best practices in coding, e.g.:
26+
writing clean code and documentation.
27+
license: BSD-3-Clause
28+
version: 3.0.1
29+
date-released: '2024-02-01'

0 commit comments

Comments
 (0)