-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcodemeta.json
More file actions
22 lines (22 loc) · 747 Bytes
/
codemeta.json
File metadata and controls
22 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0001-8432-4835",
"@type": "Person",
"name": "Fritz Lekschas",
"affiliation": "Independent Researcher, USA"
}
],
"identifier": "",
"codeRepository": "https://github.com/flekschas/regl-scatterplot",
"datePublished": "2023-02-12",
"dateModified": "2023-02-12",
"dateCreated": "2023-02-12",
"description": "A Scalable Interactive JavaScript-based Scatter Plot",
"keywords": "scatter plot, 2D scatter, interactive data visualization, JavaScript, embedding plot, WebGL",
"license": "MIT",
"title": "regl-scatterplot",
"version": "v1.5.1"
}