Skip to content

Commit ddbae01

Browse files
authored
Add files via upload
1 parent ff90742 commit ddbae01

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CITATION.cff

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Introduction to data Visualisation in Python
6+
message: >-
7+
A repository of teaching material for better research data
8+
visualisation
9+
type: software
10+
authors:
11+
- given-names: Maeve
12+
family-names: Murphy Quinlan
13+
name-particle: Maeve
14+
email: mmurphyquinlan@gmail.com
15+
affiliation: University of Leeds
16+
orcid: 'https://orcid.org/0000-0003-2958-1008'
17+
identifiers:
18+
- type: url
19+
value: 'https://github.com/ARCTraining/swd7-notes/'
20+
description: Repository URL
21+
- type: url
22+
value: 'https://github.com/murphyqm/key-data-vis-requirements'
23+
description: Repository URL (2)
24+
repository-code: 'https://github.com/ARCTraining/swd7-notes/'
25+
url: 'https://arctraining.github.io/swd7-notes/'
26+
repository: 'https://github.com/murphyqm/key-data-vis-requirements'
27+
abstract: >-
28+
This course is designed to introduce concepts relating to
29+
good data visualisation, utilising packages available for
30+
Python.
31+
32+
33+
This course should be useful for anyone who works with
34+
data and needs to visualise results. While the term
35+
“scientific data visualisation” is used in this
36+
documentation due to the sources we have collated, the
37+
subject matter and example datasets should be applicable
38+
to wider research areas than STEM.
39+
keywords:
40+
- Python
41+
- datavis
42+
- research computing
43+
- scientific data visualisation
44+
license: MIT

0 commit comments

Comments
 (0)