-
Notifications
You must be signed in to change notification settings - Fork 68
/
index.html
138 lines (120 loc) · 4.93 KB
/
index.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>Automotive Specifications</title>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common'
async class='remove'></script>
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED.
specStatus: "ED",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "auto",
// if your specification has a subtitle that goes below the main
// formal title, define it here
// subtitle : "an excellent document",
// if you wish the publication date to be other than the last modification, set this
// publishDate: "2009-08-06",
// if the specification's copyright date is a range of years, specify
// the start date here:
// copyrightStart: "2005"
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
// previousPublishDate: "1977-03-15",
// previousMaturity: "WD",
// if there a publicly available Editor's Draft, this is the link
// edDraftURI: "http://berjon.com/",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// editors, add as many as you like
// only "name" is required
editors: [
{
name: "Kevin Gavigan"
, url: "https://www.jlrtechincubator.com/jlrti/"
, mailto: "[email protected]"
, company: "Jaguar Land Rover"
, companyURL: "https://www.jaguarlandrover.com"
},
{
name: "Adam Crofts"
, url: "https://www.jlrtechincubator.com/jlrti/"
, mailto: "[email protected]"
, company: "Jaguar Land Rover"
, companyURL: "https://www.jaguarlandrover.com"
},
{
name: "Wonsuk Lee"
, url: "https://www.etri.re.kr"
, mailto: "[email protected]"
, company: "ETRI"
, companyURL: "https://www.etri.re.kr"
},
{
name: "Powell Kinney"
, url: "https://www.vin.li"
, mailto: "[email protected]"
, company: "VINLI"
, companyURL: "https://www.vin.li"
},
],
// name of the WG
wg: "Automotive Working Group",
// URI of the public WG page
wgURI: "https://www.w3.org/auto/wg",
// name (without the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-automotive",
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/76043/status",
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This document presents an overview on the automotive specificaitons. The detail specifications are organized according the their domain, for instance, <em>Vehicle Data</em> for specifications related to obtaining vehicle data and/or modifying vehicle settings, <em>Location Based Services</em> for specifications that define LBS.
</p>
</section>
<section id='sotd'>
<p>
This document only represents a summary. Each detail specification document carries its own status information.
</p>
</section>
<section>
<h2>Charter</h2>
<p>
Current <a href="https://www.w3.org/2014/automotive/charter-2016.html">Working Group Charter</a>
</p>
</section>
<section>
<h2>Vehicle Data</h2>
<p>
<a href="vehicle_data/vehicle_information_service.html">Vehicle Information Service Specification</a>
</p>
</section>
<section>
<h2>Location Based Services</h2>
<p>
<em>Under Development</em>
</p>
</section>
<section>
<h2>Media Tuner</h2>
<p>
<em>Under Development</em>
</p>
</section>
<section class='appendix'>
<h2>Acknowledgements</h2>
<p>
Many thanks to all of the contributors to the various specifications.
</p>
</section>
</body>
</html>