Skip to content

Commit 7d0c509

Browse files
authored
Merge pull request #121 from HEFTIEProject/citation
Add citation file
2 parents 42ba539 + e419d53 commit 7d0c509

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ venv.bak/
9595
.spyderproject
9696
.spyproject
9797

98+
# pycharm project settings
99+
.idea
100+
98101
# Rope project settings
99102
.ropeproject
100103

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ repos:
7373
rev: v1.15.0
7474
hooks:
7575
- id: mypy
76+
- repo: https://github.com/citation-file-format/cffconvert
77+
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
78+
hooks:
79+
- id: validate-cff

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
title: "Zarr benchmarks"
3+
version: 1
4+
license: "BSD-3-Clause"
5+
type: software
6+
abstract:
7+
"This repository provides advice on how to set Zarr array configuration
8+
options. These options all have an impact on data compression, read times, and
9+
write times. The advice here is based on a series of benchmarks, which are
10+
presented in the report."
11+
message: "If you use this software, please cite it as below."
12+
authors:
13+
- given-names: David
14+
family-names: Stansby
15+
affiliation: University College London
16+
orcid: "https://orcid.org/0000-0002-1365-1908"
17+
- given-names: Kimberly
18+
family-names: Meechan
19+
affiliation: University College London
20+
orcid: "https://orcid.org/0000-0003-4939-4170"
21+
- given-names: Ruaridh
22+
family-names: Gollifer
23+
affiliation: University College London
24+
orcid: "https://orcid.org/0000-0001-9319-936X8"
25+
keywords:
26+
- zarr
27+
- data compression

0 commit comments

Comments
 (0)