-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
40 lines (40 loc) · 1.33 KB
/
codemeta.json
File metadata and controls
40 lines (40 loc) · 1.33 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "JULIA",
"description": "A comprehensive repository documenting a structured journey into Julia programming, covering computational modeling, numerical analysis, data science, and deep learning. This project serves as an archival educational resource for Julia language fundamentals.",
"identifier": "JULIA",
"license": "https://spdx.org/licenses/MIT.html",
"programmingLanguage": [
"Julia",
"HTML",
"Markdown",
"Jupyter Notebook"
],
"author": [
{
"@type": "Person",
"givenName": "Amey",
"familyName": "Thakur",
"id": "https://orcid.org/0000-0001-5644-1575"
},
{
"@type": "Person",
"givenName": "Mega",
"familyName": "Satish",
"id": "https://orcid.org/0000-0002-1844-9557"
}
],
"dateReleased": "2021-08-21",
"codeRepository": "https://github.com/Amey-Thakur/JULIA",
"developmentStatus": "complete",
"applicationCategory": "Education / Julia Programming",
"keywords": [
"Julia",
"Computational Modeling",
"Data Science",
"Numerical Analysis",
"Deep Learning",
"High Performance Computing"
]
}