-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
38 lines (30 loc) · 1.19 KB
/
CITATION.cff
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
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 in various web sites and projects.
The following are the components currently provided.
`csv-textarea`
: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table.
`a-to-z-ul`
: 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."
authors:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
email: [email protected]
contacts:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
email: [email protected]
repository-code: "https://github.com/caltechlibrary/CL-web-components"
version: 0.0.1
date-released: 2025-03-05
license-url: "https://caltechlibrary.github.io/CL-web-components/LICENSE"
keywords:
- HTML
- CSS
- JavaScript
- ES6
- Web Components