-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
58 lines (46 loc) · 2 KB
/
CITATION.cff
File metadata and controls
58 lines (46 loc) · 2 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
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: CL-web-components
abstract: "CL-web-components provides a collection of Web Components used by Caltech Library across sites and projects.
The following are the components currently provided.
`footer-global`
: This component provides a standard footer with detailed information about the library
`footer-global-lite`
: This component provides a lighter weight version of the `footer-global` component
`ul-a-to-z`
: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigatable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.
`textarea-csv`
: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table.
`textarea-agent-list`
: This element wraps a textarea containing a list of agents expressed as JSON.
`table-sortable`
: This is a component that takes an innerHTML containing table. It makes the table sortable by the column headings and provides a filter input that lets you enter text to filter by and pick a column to filter on."
authors:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
email: rsdoiel@caltech.edu
- family-names: Smith
given-names: Twila
orcid: https://orcid.org/0009-0003-7975-1922
email: twila@caltech.edu
contacts:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
email: rsdoiel@caltech.edu
- family-names: Smith
given-names: Twila
orcid: https://orcid.org/0009-0003-7975-1922
email: twila@caltech.edu
repository-code: "https://github.com/caltechlibrary/CL-web-components"
version: 0.0.16
date-released: 2026-01-28
license-url: "https://caltechlibrary.github.io/CL-web-components/LICENSE"
keywords:
- HTML
- CSS
- JavaScript
- ES6
- Web Components