-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
93 lines (82 loc) · 2.9 KB
/
CITATION.cff
File metadata and controls
93 lines (82 loc) · 2.9 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
cff-version: 1.2.0
type: software
title: "Compass: FAIR Signposting validation for RFC 8288 Web Links (Java, alpha)"
abstract: >-
Compass is a Java library for validating and interpreting FAIR Signposting
based on RFC 8288 Web Links. It provides defensive Web Link model validation,
validation of FAIR Signposting Level 1 and Level 2 recipes, semantic accessors
for Signposting relations, and parsing support for RFC 9264 Link Sets.
Compass operates entirely in memory, performs no network requests, and is
designed to integrate with existing HTTP and metadata processing pipelines.
message: >-
This software is in an early (alpha) stage and under active development.
APIs and behavior may change without notice.
You may cite this version to describe the software used in your work.
For long-term or archival references, consider citing a later stable release
when available.
version: "1.0.0-alpha.2"
date-released: "2026-01-20"
doi: 10.5281/zenodo.18327776
identifiers:
- type: doi
value: 10.5281/zenodo.18327776
repository-code: "https://github.com/qbicsoftware/compass"
url: "https://github.com/qbicsoftware/compass"
license: "AGPL-3.0-only"
authors:
- family-names: Fillinger
given-names: Sven
orcid: "https://orcid.org/0000-0001-8835-2219"
affiliation: "Quantitative Biology Center (QBiC), University of Tübingen"
- family-names: Nahnsen
given-names: Sven
orcid: "https://orcid.org/0000-0002-4375-0691"
affiliation: "Quantitative Biology Center (QBiC), University of Tübingen"
contributors:
- family-names: Fillinger
given-names: Sven
orcid: "https://orcid.org/0000-0001-8835-2219"
affiliation: "Quantitative Biology Center (QBiC), University of Tübingen"
roles:
- conceptualization
- validation
- maintenance
- family-names: Nahnsen
given-names: Sven
orcid: "https://orcid.org/0000-0002-4375-0691"
affiliation: "Quantitative Biology Center (QBiC), University of Tübingen"
roles:
- supervision
- resources
preferred-citation:
type: software
title: "Compass: FAIR Signposting validation for RFC 8288 Web Links"
version: "1.0.0-alpha.2"
date-released: "2026-01-20"
authors:
- family-names: Fillinger
given-names: Sven
orcid: "https://orcid.org/0000-0001-8835-2219"
affiliation: "Quantitative Biology Center (QBiC), University of Tübingen"
affiliation-identifier: "https://ror.org/00v34f693"
- family-names: Nahnsen
given-names: Sven
orcid: "https://orcid.org/0000-0002-4375-0691"
affiliation: "Quantitative Biology Center (QBiC), University of Tübingen"
affiliation-identifier: "https://ror.org/00v34f693"
doi: 10.5281/zenodo.18327776
year: 2026
keywords:
- FAIR
- FAIR Signposting
- signposting
- scholarly communication
- research data
- RFC 8288
- Web Linking
- HTTP Link header
- RFC 9264
- Link Set
- metadata
- validation
- Java