-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
79 lines (68 loc) · 2.47 KB
/
CITATION.cff
File metadata and controls
79 lines (68 loc) · 2.47 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
cff-version: 1.2.0
type: software
title: "Linksmith: RFC 8288 HTTP Link header parsing and validation (Java)"
abstract: >-
Linksmith is a Java library for working with HTTP Web Linking according to
RFC 8288. It provides in-memory parsing and modeling support for Web Links,
intended to integrate with existing HTTP and metadata processing pipelines.
message: >-
This software is currently in ALPHA. It is shared for testing and feedback only.
Please do not cite this version in scholarly publications.
A citable release will be provided once the software reaches beta or stable.
version: "1.0.0-alpha.1"
date-released: "2025-12-01"
doi: 10.5281/zenodo.18416081
identifiers:
- type: doi
value: 10.5281/zenodo.18416081
repository-code: "https://github.com/qbicsoftware/linksmith"
url: "https://github.com/qbicsoftware/linksmith"
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: "Linksmith: RFC 8288 HTTP Link header parsing and validation (Java)"
version: "1.0.0-alpha.1"
date-released: "2025-12-01"
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.18416081
year: 2025
keywords:
- Web Linking
- RFC 8288
- HTTP Link header
- Java