generated from TeachBooks/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
54 lines (53 loc) · 2.65 KB
/
CITATION.cff
File metadata and controls
54 lines (53 loc) · 2.65 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: 'TeachBooks Template' # replace with your own book title when you use this template
authors: #replace with your own name(s) if you use this template
- email: info@teachbooks.io
name: 'TeachBooks Development Team'
website: 'https://teachbooks.io/'
message: 'If you use this teachbook, please cite it using these metadata.'
preferred-citation:
type: book
authors: #replace with your own name(s) if you use this template
- email: petravanhoren@outlook.com
name: Petra van Horen
website: 'https://nerdyjuffie.github.io/PythonProgrammeren'
# - given-names: Tom
# name-particle: van
# family-names: Woudenberg
# email: t.r.van.woudenberg@tudelft.nl
# affiliation: TeachBooks
# orcid: 'https://orcid.org/0000-0002-9536-061X'
url: 'https://nerdyjuffie.github.io/PythonProgrammeren' # replace with your own URL (book website / publisher link) when you use this template
identifiers:
- type: url
value: 'https://nerdyjuffie.github.io/PythonProgrammeren' # replace with your own URL when you use this template
description: 'Published book on GitHub Pages'
- type: url
value: 'https://nerdyjuffie.github.io/PythonProgrammeren' # replace with your own URL when you use this template
description: 'GitHub repository'
abstract: >- # replace with your own abstract when you use this template
Programmeren in Python is een teachbook gemaakt voor leerlingen van havo / vwo die moeten of willen leren programmeren in Python.
Het boek is interactief en bouwt de kennis stapsgewijs op. Na het doorlopen ervan moet de leerling in staat zijn eenvoudige
programma's te kunnen maken in Python. Op dit moment behandel ik alleen in het teachbook de basis van Python, zonder lijsten.
keywords: # replace with your own keywords when you use this template
- Python
- havo/vwo
- beginners
- variabelen
- booleaanse vergelijkingen
- selecties
- iteraties
- functies
title: 'Programmeren in Python' # replace with your own book title when you use this template
institution:
name: Ir. Petra van Horen # replace with your own institution when you use this template
license: CC-BY-4.0
license-url: 'https://creativecommons.org/licenses/by/4.0/'
copyright: '© 2025 TeachBooks' # replace with your own affiliation / name when you use this template
languages:
- nl # replace with your book language when you use this template
contact: # replace with your own contact information when you use this template
- email: petravanhoren@outlook.com
name: Petra van Horen