Added explanations for green and blue arrows
authorTrung Dong Huynh <tdh@ecs.soton.ac.uk>
Mon, 19 Nov 2012 12:38:45 +0000
changeset 4792 06d62d511e54
parent 4791 6465033c9810
child 4794 203add198c0f
Added explanations for green and blue arrows
reports/prov-implementations.html
--- a/reports/prov-implementations.html	Mon Nov 19 12:23:51 2012 +0000
+++ b/reports/prov-implementations.html	Mon Nov 19 12:38:45 2012 +0000
@@ -2,26 +2,9 @@
 
 <html><head> 
     <title>PROV Implementation Report</title> 
-    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>
+    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>
+    <script src="../model/provbib.js" class="remove"></script>
     <script class="remove"> 
-      var addExtraReferences = function() {
-          for (var k in extraReferences)
-              berjon.biblio[k] = extraReferences[k];
-      };
-      var extraReferences = {
-		  "PROV-DM":
-			"Luc Moreau, Paolo Missier"+
-			"<a href=\"http://www.w3.org/TR/prov-dm/\"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. "+
-			"2012, Working Draft. "+
-			"URL: <a href=\"http://www.w3.org/TR/prov-dm/\">http://www.w3.org/TR/prov-dm/</a>",
-	 
-		  "PROV-CONSTRAINTS":
-			"James Cheney, Paolo Missier, and Luc Moreau (eds.) "+
-			"<a href=\"http://www.w3.org/TR/prov-constraints/\"><cite>Constraints of the PROV Data Model</cite></a>. "+
-			"2012, Working Draft. "+
-			"URL: <a href=\"http://www.w3.org/TR/prov-constraints/\">http://www.w3.org/TR/prov-constraints/</a>",
-
-		  };
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
           specStatus:           "NOTE",
@@ -87,8 +70,8 @@
           // Team Contact.
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46974/status",
 
-          // Add extraReferences to bibliography database
-          preProcess: [addExtraReferences],
+          // Add PROV references to bibliography database
+          preProcess: [addProvReferences],
       };
     </script> 
 <link href="reports.css" rel="stylesheet" type="text/css">
@@ -141,9 +124,13 @@
     </section>
 
   <section id="prov-terms">
-    <h2>PROV Language Implementation</h2>
+    <h2>PROV Language Implementation</h2>
+    <p>This section enumerates the PROV-DM terms [[PROV-DM]] that are consumed (<img src="consume.png" width="27" height="16" alt="Consume Icon" />),
+    produced (<img src="produce.png" width="27" height="16" alt="Produce Icon" />),
+    or both consumed and produced (<img src="conprod.png" width="27" height="16" alt="Consume and Produce Icon" />)
+    by a particular implementation.</p>
     <table class="feature-table">
-      <caption id="prov-terms-table">Table 2: Coverage of PROV-DM [[PROV-DM]] terms in implementations of type Application, Framework / API, or Service.</caption>
+      <caption id="prov-terms-table">Table 2: Coverage of PROV-DM terms in implementations of type Application, Framework / API, or Service.</caption>
       <tr>
         <th scope="col">PROV Component</th>
         <th scope="col">Term</th>