-
Notifications
You must be signed in to change notification settings - Fork 9
/
CITATION.cff
42 lines (41 loc) · 1.5 KB
/
CITATION.cff
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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Programming Formalism Course
message: >-
If you use the material in presented in this repository,
please cite the following
type: dataset
authors:
- given-names: 'Lars Urban '
family-names: Eklund
email: lars.eklund@it.uu.se
affiliation: Uppsala University/NBIS
orcid: 'https://orcid.org/0000-0002-0572-9410'
- given-names: Björn
family-names: Claremar
email: bjorn.claremar@uppmax.uu.se
affiliation: Uppsala University/NAISS
- given-names: Richèl
email: richel.bilderbeek@icm.uu.se
family-names: Bilderbeek
affiliation: NBIS/UPPMAX/Uppsala University
orcid: 'https://orcid.org/0000-0003-1107-7049'
repository-code: 'https://github.com/UPPMAX/programming_formalisms/tree/main'
url: 'https://uppmax.github.io/programming_formalisms/'
abstract: >-
This is a course in Programming formalism, an introduction
course in software development with focus on over all
principles exemplified through Test Driven
Development(TDD), the course aims to give a foundation of
theory and practice in creating a sustainable development
cycle from analysis to deployment. The course assumes
familiarity with git and programming at least scripting.
Examples are given using Python but any language can be
used to implement the principles taught.
keywords:
- Software Development
- Formalism
- course
- computer science
license: CC-BY-4.0