-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
47 lines (47 loc) · 1.52 KB
/
Copy pathcodemeta.json
File metadata and controls
47 lines (47 loc) · 1.52 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Adaptive Cruise Control (ACC)",
"description": "An Adaptive Cruise Control (ACC) system developed as a 2nd-Semester Project for the MEng Computer Engineering program. This implementation utilizes MATLAB and Arduino to demonstrate real-time sensory feedback, automated speed regulation, and proximity-aware safety logic.",
"identifier": "ADAPTIVE-CRUISE-CONTROL",
"license": "https://spdx.org/licenses/MIT.html",
"programmingLanguage": [
"MATLAB",
"JavaScript",
"CSS",
"HTML"
],
"author": [
{
"@type": "Person",
"givenName": "Amey",
"familyName": "Thakur",
"id": "https://orcid.org/0000-0001-5644-1575",
"affiliation": {
"@type": "Organization",
"name": "University of Windsor"
}
}
],
"dateReleased": "2023-09-08",
"codeRepository": "https://github.com/Amey-Thakur/ADAPTIVE-CRUISE-CONTROL",
"developmentStatus": "complete",
"runtimePlatform": [
"MATLAB R2023a",
"Arduino Uno",
"Web Browser (PWA)"
],
"applicationCategory": "Embedded Control System",
"keywords": [
"Adaptive Cruise Control",
"ACC",
"MATLAB",
"Arduino",
"Ultrasonic Sensor",
"Control Systems",
"MEng Computer Engineering",
"JavaScript",
"PWA",
"Service Worker"
]
}