-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
61 lines (61 loc) · 2.08 KB
/
codemeta.json
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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/CL-web-components",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "[email protected]"
}
],
"contributor": [
{
"id": "https://mistral.ai",
"type": "Organization",
"name": "Mistral"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "[email protected]"
}
],
"dateCreated": "2025-02-26",
"dateModified": "2025-04-05",
"datePublished": "2025-03-05",
"description": "CL-web-components provides a collection of Web Components used by Caltech Library in various web sites and projects.\n\nThe following are the components currently provided.\n\n`csv-textarea`\n: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table. \n\n`a-to-z-ul`\n: 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.",
"funder": [
"Caltech Library"
],
"keywords": [
"HTML",
"CSS",
"JavaScript",
"ES6",
"Web Components"
],
"name": "CL-web-components",
"license": "https://caltechlibrary.github.io/CL-web-components/LICENSE",
"programmingLanguage": [
"JavaScript",
"HTML",
"CSS"
],
"relatedLink": [
"https://github.com/caltechlibrary/csvtextarea",
"https://github.com/caltechlibrary/a_to_z_ul"
],
"runtimePlatform": "- HTML5-compatible web browser",
"version": "0.0.1",
"developmentStatus": "wip",
"issueTracker": "https://github.com/caltechlibrary/CL-web-components/issues",
"downloadUrl": "https://github.com/caltechlibrary/CL-web-components/releases",
"releaseNotes": "This is a demonstration of Web Components for Caltech Library."
}