-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
57 lines (56 loc) · 1.82 KB
/
CITATION.cff
File metadata and controls
57 lines (56 loc) · 1.82 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
55
56
57
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: ckanext-partialview
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Christopher
family-names: Rickelt
affiliation: Ondics GmbH
- given-names: Wolfgang
family-names: Clauss
affiliation: Ondics GmbH
- given-names: Yana
family-names: Bodnar
affiliation: Friedrich-Loeffler-Institut
orcid: 'https://orcid.org/0000-0002-4059-7185'
- given-names: Steffen
family-names: Franke
affiliation: Friedrich-Loeffler-Institut
orcid: 'https://orcid.org/0000-0002-2806-5055'
- given-names: Rainer
family-names: Cramm
affiliation: Friedrich-Loeffler-Institut
orcid: 'https://orcid.org/0000-0002-3630-3885'
identifiers:
- type: url
value: >-
https://github.com/ondics/ckanext-partialview
description: The working copy of the extension is maintained on GitHub.
- type: url
value: >-
https://gitlab.opencode.de/friedrich-loeffler-institut/fdm/ckanext-partialview
description: The released version is published on OpenCode.
- type: doi
value: 10.5281/zenodo.15268675
description: An archived version with a DOI is available on Zenodo.
repository-code: https://github.com/ondics/ckanext-partialview
abstract: >-
Partial View is a CKAN extension that limits the number of
lines displayed for text files in a CKAN repository. This
is especially useful for large files such as CSV tables.
By showing only the first few lines, it keeps the
interface clean while still providing a clear overview of
the file's content.
keywords:
- ckan
- csv
- txt
- preview
- ckan-extension
license: AGPL-3.0-or-later
version: '1.0.0'
date-released: '2025-03-27'