--- a/paq/prov-aq.html Thu Dec 01 14:24:43 2011 +0000
+++ b/paq/prov-aq.html Thu Dec 01 14:43:48 2011 +0000
@@ -44,7 +44,7 @@
};
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "NOTE",
+ specStatus: "FPWD",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "PROV-AQ",
@@ -93,6 +93,47 @@
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURL: "http://example.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: "Luc Moreau", url: "http://www.ecs.soton.ac.uk/~lavm/",
+ company: "University of Southampton" },
+ { name: "Olaf Hartig",
+ company: ""},
+ { name: "Yogesh Simmhan",
+ company: ""},
+ { name: "James Myers", url:"http://www.rpi.edu/research/ccni/",
+ company: "Rensselaer Polytechnic Institute"},
+ { name: "Tim Lebo", url:"http://tw.rpi.edu/web/person/TimLebo",
+ company: "Rensselaer Polytechnic Institute"},
+ { name: "Khalid Belhajjame", url: "http://semanticweb.org/wiki/Khalid_Belhajjame",
+ company: "University of Manchester" },
+ { name: "Stephen Cresswell",
+ company: "legislation.gov.uk"},
+ { name: "Simon Miles",
+ company: "Invited Expert", url:"http://www.inf.kcl.ac.uk/staff/simonm/" },
+ /*
+ { name: "Paolo Missier", url: "http://www.cs.ncl.ac.uk/people/Paolo.Missier",
+ company: "Newcastle University" },
+ { name: "Ryan Golden",
+ company: "Oracle Corporation" },
+ { name: "Jim McCusker", url: "http://tw.rpi.edu/web/person/JamesMcCusker",
+ company: "Rensselaer Polytechnic Institute" },
+ { name: "Tim Lebo", url:"http://tw.rpi.edu/web/person/TimLebo",
+ company: "Rensselaer Polytechnic Institute"},
+ { name: "Satya Sahoo", url:"http://cci.case.edu/cci/index.php/Satya_Sahoo",
+ company: "Case Western Reserve University" },
+ */
+ ],
+
+
+
+
+
+
// name of the WG
wg: "Provenance Working Group",
@@ -770,7 +811,7 @@
<section class='appendix'>
<h2>Acknowledgements</h2>
<p>
- The editors acknowledge the contribution and review from members of the provenance working group, and in particular detailed reviews and suggestions for improvement provided by Yogesh Simmhan, Olaf Hartig, ...
+ The editors acknowledge the contribution and review from members of the provenance working group.
</p>
<p>
Many thanks to Robin Berjon for making our lives so much easier with his cool <a href="http://dev.w3.org/2009/dap/ReSpec.js/documentation.html">ReSpec</a> tool.