Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 74 additions & 84 deletions research-modules/Conversational-Voice-Systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,91 +10,81 @@
<script class="remove">
var respecConfig = {
// embed RDFa data in the output
trace: true,
doRDFa: '1.1',
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
tocIntroductory: true,
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
noRecTrack: true,
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
//diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",

// the specifications short name, as in http://www.w3.org/TR/short-name/
shortName: "COGA-Voice",

specStatus: "ED",
noRecTrack: true,
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
publishDate: "2026-01-22",
//diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",

// if you wish the publication date to be other than today, set this
//publishDate: "2017-05-16",
copyrightStart: "2017",
license: "document",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "",
//previousMaturity: "",
//prevRecURI: "",
//previousDiffURI: "",

// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/coga/issue-papers/",

// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2012-02-21",

// editors, add as many as you like
// only "name" is required
editors: [
{
name: "Lisa Seeman-Horwitz",
mailto: "lisa.seeman@zoho.com"
},
//{ name: "Julie Rawe", url: "Understood.org" },
//{ name: "Rebecca Monteleone", url: "utoledo.edu",mailto: "rebecca.monteleone@utoledo.edu" },
// { name: "Deborah Dahl", url: " conversational-technologies.com",mailto: " dahl@conversational-technologies.com" },
],

// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.

//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],

/*
alternateFormats: [
{ uri: 'aria-diff.html', label: "Diff from Previous Recommendation" } ,
{ uri: 'aria.ps', label: "PostScript version" },
{ uri: 'aria.pdf', label: "PDF version" }
],
*/

// errata: 'http://www.w3.org/2010/02/rdfa/errata.html',

// name of the WG
wg: [ "Accessible Platform Architectures Working Group", "Accessibility Guidelines Working Group"],

// URI of the public WG page
wgURI: ["https://www.w3.org/WAI/APA/", "https://www.w3.org/WAI/GL/"],

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-coga-comments",

// 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/83907/status", "https://www.w3.org/2004/01/pp-impl/32212/status"],
//maxTocLevel: 2,

localBiblio: biblio,
// the specifications short name, as in http://www.w3.org/TR/short-name/
shortName: "coga-voice",


// if you wish the publication date to be other than today, set this
//publishDate: "2017-05-16",
copyrightStart: "2026",
license: "document",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "",
//previousMaturity: "",
//prevRecURI: "",
//previousDiffURI: "",

// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/coga/research-modules/Conversational-Voice-Systems.html",

// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2012-02-21",

// editors, add as many as you like
// only "name" is required
editors: [
{
name: "Lisa Seeman-Horwitz",

mailto: "lisa.seeman@zoho.com"
},

],

// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.

//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],

/*
alternateFormats: [
{ uri: 'aria-diff.html', label: "Diff from Previous Recommendation" } ,
{ uri: 'aria.ps', label: "PostScript version" },
{ uri: 'aria.pdf', label: "PDF version" }
],
*/

// errata: 'http://www.w3.org/2010/02/rdfa/errata.html',

// name of the WG
group: ["apa", "ag"],

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-coga-comments",

// 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.

//maxTocLevel: 2,

localBiblio: biblio,
github: "w3c/coga",
};
</script>

Expand Down
Loading