now with valid javascript for ReSpec
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Fri, 25 Nov 2011 09:53:52 +0000
changeset 1049 82f4ef6bdc4c
parent 1048 a69dc2ebfff6
child 1050 4c7a2895524f
child 1051 730e5a541510
child 1068 d5be32605508
now with valid javascript for ReSpec
bestpractices/BestPractices.html
--- a/bestpractices/BestPractices.html	Fri Nov 25 09:27:09 2011 +0000
+++ b/bestpractices/BestPractices.html	Fri Nov 25 09:53:52 2011 +0000
@@ -18,7 +18,7 @@
       };
       var extraReferences = {
         "PROV-DM":
-          "Luc Moreau, Paolo Missier"+
+          "Luc Moreau, Paolo Missier "+
           "<a href=\"http://www.w3.org/TR/2011/WD-prov-dm-20111018/\"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. "+
           "18 October 2011. W3C Working Draft. (Work in progress.) "+
           "URL: <a href=\"http://www.w3.org/TR/2011/WD-prov-dm-20111018/\">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>",
@@ -28,22 +28,20 @@
           "<a href=\"http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html\"><cite>Provenance Access and Query</cite></a>. "+
           "2011, Work in progress. "+
           "URL: <a href=\"http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html\">http://dvcs.w3.org/hg/prov/tip/paq/provenance-access.html</a>",
-
-		"PROV-Ontology-Namespace":
-          "TBD"+
-          "<a href=\"http://www.w3.org/ns/prov-o/\"><cite>PROV Ontology Namespace</cite></a>. "+
-          "2011, Work in progress. "+
-          "URL: <a href=\"http://www.w3.org/ns/prov-o/\">http://www.w3.org/ns/prov-o/</a>",
-                  "URL: <a href=\"http://www.w3.org/TR/prov-dm/\">http://www.w3.org/TR/prov-dm/</a>",
         "PROV-O":
-          "S. Sahoo; D. McGuinness. "+
+          "Satya Sahoo, Deborah McGuinness "+
           "<a href=\"http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html\"><cite>PROV Ontology Model</cite></a>. "+
           "2011, Work in progress. "+
           "URL: <a href=\"http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html/\">http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html</a>",
 
- 	  };
-
-      var respecConfig = {
+        "PROV-Primer":
+          "Yolanda Gil, Simon Miles "+
+          "<a href=\"http://dvcs.w3.org/hg/prov/raw-file/default/primer/Primer.html\"><cite>PROV Model Primer</cite></a>. "+
+          "2011, Work in progress. "+
+          "URL: <a href=\"http://dvcs.w3.org/hg/prov/raw-file/default/primer/Primer.html/\">http://dvcs.w3.org/hg/prov/raw-file/default/primer/Primer.html</a>",
+          
+          } ;
+    var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
           specStatus:           "FPWD",
           
@@ -125,7 +123,8 @@
 
 		// Add extraReferences to bibliography database
           preProcess: [addExtraReferences], 
-      };
+        
+        } ;
     </script>
   </head>
   <body>