Skip to content

Commit 9f6326e

Browse files
authored
Update CITATION.cff
1 parent 79efe25 commit 9f6326e

1 file changed

Lines changed: 22 additions & 19 deletions

File tree

CITATION.cff

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,44 @@ message: 'If you use this teachbook, please cite it using these metadata.'
1111
preferred-citation:
1212
type: book
1313
authors: #replace with your own name(s) if you use this template
14-
- email: info@teachbooks.io
15-
name: 'TeachBooks Development Team'
16-
website: 'https://teachbooks.io/'
14+
- email: petravanhoren@outlook.com
15+
name: Petra van Horen
16+
website: 'https://nerdyjuffie.github.io/PythonProgrammeren'
1717
# - given-names: Tom
1818
# name-particle: van
1919
# family-names: Woudenberg
2020
# email: t.r.van.woudenberg@tudelft.nl
2121
# affiliation: TeachBooks
2222
# orcid: 'https://orcid.org/0000-0002-9536-061X'
23-
url: 'https://teachbooks.github.io/template/' # replace with your own URL (book website / publisher link) when you use this template
23+
url: 'https://nerdyjuffie.github.io/PythonProgrammeren' # replace with your own URL (book website / publisher link) when you use this template
2424
identifiers:
2525
- type: url
26-
value: 'https://teachbooks.github.io/template/' # replace with your own URL when you use this template
26+
value: 'https://nerdyjuffie.github.io/PythonProgrammeren' # replace with your own URL when you use this template
2727
description: 'Published book on GitHub Pages'
2828
- type: url
29-
value: 'https://github.com/TeachBooks/template' # replace with your own URL when you use this template
29+
value: 'https://nerdyjuffie.github.io/PythonProgrammeren' # replace with your own URL when you use this template
3030
description: 'GitHub repository'
3131
abstract: >- # replace with your own abstract when you use this template
32-
The template allows you to start your own TeachBook and
33-
hosting that TeachBook online without knowledge on Git,
34-
the Jupyter book package, python or anaconda. It doesn't
35-
elaborate on the collaborative functionalities of Git or
36-
how to edit the book
32+
Programmeren in Python is een teachbook gemaakt voor leerlingen van havo / vwo die moeten of willen leren programmeren in Python.
33+
Het boek is interactief en bouwt de kennis stapsgewijs op. Na het doorlopen ervan moet de leerling in staat zijn eenvoudige
34+
programma's te kunnen maken in Python. Op dit moment behandel ik alleen in het teachbook de basis van Python, zonder lijsten.
3735
keywords: # replace with your own keywords when you use this template
38-
- TeachBooks
39-
- Template
40-
- 'Jupyter Book'
41-
title: 'TeachBooks Template' # replace with your own book title when you use this template
36+
- Python
37+
- havo/vwo
38+
- beginners
39+
- variabelen
40+
- booleaanse vergelijkingen
41+
- selecties
42+
- iteraties
43+
- functies
44+
title: 'Programmeren in Python' # replace with your own book title when you use this template
4245
institution:
43-
name: 'TeachBooks' # replace with your own institution when you use this template
46+
name: Ir. Petra van Horen # replace with your own institution when you use this template
4447
license: CC-BY-4.0
4548
license-url: 'https://creativecommons.org/licenses/by/4.0/'
4649
copyright: '© 2025 TeachBooks' # replace with your own affiliation / name when you use this template
4750
languages:
48-
- en # replace with your book language when you use this template
51+
- nl # replace with your book language when you use this template
4952
contact: # replace with your own contact information when you use this template
50-
- email: info@teachbooks.io
51-
name: 'TeachBooks Development Team'
53+
- email: petravanhoren@outlook.com
54+
name: Petra van Horen

0 commit comments

Comments
 (0)