-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
29 lines (29 loc) · 906 Bytes
/
CITATION.cff
File metadata and controls
29 lines (29 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cff-version: 1.2.0
title: Programming in Python
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name: >-
Research Software Lab, Centre for Digital Humanities,
Utrecht University
city: Utrecht
country: NL
email: cdh@uu.nl
website: >-
https://cdh.uu.nl/centre-for-digital-humanities/research-software-lab/
identifiers:
- type: doi
value: 10.5281/zenodo.10604608
repository-code: >-
https://github.com/CentreForDigitalHumanities/programming-in-python
abstract: >-
The entry level course 'Programming in Python', by the
Utrecht Centre for Digital Humanities aims to teach the
basics of the Python programming language. Special
attention is given to best practices in coding, e.g.:
writing clean code and documentation.
license: BSD-3-Clause
version: 2024-10
date-released: '2024-01-01'