93 lines
3.2 KiB
TypeScript
93 lines
3.2 KiB
TypeScript
// AUTO-GENERATED by scripts/extract/generate_all.py — DO NOT EDIT BY HAND
|
|
import { ResearchProject } from "./types";
|
|
|
|
export const researchProjects: ResearchProject[] = [
|
|
{
|
|
"slug": "iot-standards",
|
|
"title": "IoT Standards",
|
|
"abstract": "Internet of Things covers a huge range of industries and use cases that scale from a single constrained device up to massive cross-platform deployments of embedded technologies and cloud systems connecting in real-time.",
|
|
"keywords": [
|
|
"Internet of Things",
|
|
"embedded technologies",
|
|
"cloud systems",
|
|
"real-time"
|
|
],
|
|
"standardsOrg": "ISO/IEC JTC1/SC41",
|
|
"period": "2020 ~ Present",
|
|
"deliverables": [
|
|
{
|
|
"title": "Part 1: Framework",
|
|
"ref": "ISO/IEC TR 30189-1 (March 2025)",
|
|
"status": "TR"
|
|
},
|
|
{
|
|
"title": "Part 2: Use Cases",
|
|
"ref": "ISO/IEC CDTR 30189-2 (In Progress)",
|
|
"status": "InProgress"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"slug": "ccis",
|
|
"title": "CCIS",
|
|
"abstract": "In-Vehicle Infotainment (IVI) refers to vehicle systems that combine entertainment and information delivery to drivers and passengers. Configurable Car Infotainment Service (CCIS) is a service that helps users to more easily manage and control In-Vehicle infotainment devices and content.",
|
|
"keywords": [
|
|
"In-Vehicle Infotainment",
|
|
"CCIS",
|
|
"infotainment devices"
|
|
],
|
|
"standardsTrack": "IEC/TC 100/TA 17",
|
|
"standardsOrg": "IEC TC100",
|
|
"period": "2018 ~ Present",
|
|
"deliverables": [
|
|
{
|
|
"title": "Configurable Car Infotainment Services (CCIS) - Part 1: General",
|
|
"ref": "IEC 63246-1 (August 2021)",
|
|
"status": "IS"
|
|
},
|
|
{
|
|
"title": "Configurable Car Infotainment Services (CCIS) - Part 2: Requirements",
|
|
"ref": "IEC 63246-2 (January 2022)",
|
|
"status": "IS"
|
|
},
|
|
{
|
|
"title": "Configurable Car Infotainment Services (CCIS) - Part 3: Framework",
|
|
"ref": "IEC 63246-3 (January 2022)",
|
|
"status": "IS"
|
|
},
|
|
{
|
|
"title": "Configurable Car Infotainment Services (CCIS) - Part 4: Protocol",
|
|
"ref": "IEC TR 63246-4 (December 2022)",
|
|
"status": "TR"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"slug": "vlc-iot",
|
|
"title": "VLC-IoT",
|
|
"abstract": "Visible-light communication (VLC) transmits data by intensity modulating optical sources, such as light-emitting diodes (LEDs) and laser diodes (LDs), faster than the persistence of the human eye. The goal of IoT-VLC is to design a framework of IoT services based on VLC.",
|
|
"keywords": [
|
|
"Visible-light communication",
|
|
"VLC",
|
|
"light-emitting diodes",
|
|
"laser diodes",
|
|
"IoT services"
|
|
],
|
|
"standardsTrack": "ITU-T SG20",
|
|
"standardsOrg": "ITU-T SG20",
|
|
"period": "2018 ~ 2020",
|
|
"deliverables": [
|
|
{
|
|
"title": "Framework of IoT Services based on Visible Light Communications (VLC)",
|
|
"ref": "ITU-T Recommendation Y.4465 (January 2020)",
|
|
"status": "IS"
|
|
},
|
|
{
|
|
"title": "Functional Architecture for IoT Services based on VLC",
|
|
"ref": "ITU-T Recommendation Y.4474 (August 2020)",
|
|
"status": "IS"
|
|
}
|
|
]
|
|
}
|
|
];
|