landing page test
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 26 Apr 2013 10:15:53 +0100
changeset 6307 6b1ad5e7f6af
parent 6306 0ad43ecff3fa
child 6308 98237b2d134f
landing page test
namespace/landing-page.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/namespace/landing-page.html	Fri Apr 26 10:15:53 2013 +0100
@@ -0,0 +1,290 @@
+<!DOCTYPE html>
+
+<html><head> 
+    <title>The PROV Namespace Landing page</title> 
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+    <!-- 
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+     -->
+<!-- PM -->
+    <style type="text/css">
+      .note { font-size:small; margin-left:50px }
+     </style>
+
+    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
+    <script src="http://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
+    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
+    <script src="../model/glossary.js" class="remove"></script>
+    <script class="remove">
+      function updateGlossaryRefs() {
+        $('.glossary-ref').each(function(index) {
+          var ref=$(this).attr('data-ref');
+          var span=$(this).attr('data-withspan')
+          $(this).removeAttr('data-withspan');
+          $(this).removeAttr('data-ref');
+
+          $('#'+ref+'.glossary').contents().clone().appendTo($(this));
+//          $(this).attr("prov:hadOriginalSource",glossary_hg);
+          if (span) {
+            $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
+          }
+        });
+      }
+
+      $(document).ready(function(){
+        // if glossary is in a string:
+        $('#glossary_div').html(glossary_string)
+        updateGlossaryRefs();
+      });
+
+    </script> 
+    <script class="remove"> 
+      var addExtraReferences = function() {
+          for (var k in extraReferences)
+              berjon.biblio[k] = extraReferences[k];
+      };
+      var extraReferences = {};
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "prov-glossary",
+ 
+          // if your specification has a subtitle that goes below the main
+          // formal title, define it here
+          //subtitle   :  "Some speculative write-ups, for discussion before integration in the data model",
+ 
+          // if you wish the publication date to be other than today, set this
+          // publishDate:  "2011-10-18",
+ 
+          // 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:  "2011-12-15",
+          //previousMaturity:  "WD",
+ 
+          // if there a publicly available Editor's Draft, this is the link
+          edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/model/working-copy/prov-glossary.html",
+ 
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+ 
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "./extra.css"],
+ 
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Luc Moreau", url: "http://www.ecs.soton.ac.uk/~lavm/",
+                company: "University of Southampton" },
+          ],
+ 
+          // 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.
+ 
+          
+          // name of the WG
+          wg:           "Provenance Working Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/2011/prov/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-prov-wg",
+          
+          // 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:  "http://www.w3.org/2004/01/pp-impl/46974/status",
+
+          // Add extraReferences to bibliography database
+          preProcess: [addExtraReferences],
+      };
+    </script> 
+  </head> 
+  <body xmlns:prov="http://www.w3.org/ns/prov-o/"> 
+
+    <section id="abstract">
+<p>
+<b>Editors' working copy can change at any time. </b>
+</p>
+    </section> 
+
+<section id="sotd">
+<b>Editors' working copy can change at any time. </b>
+</section>
+
+
+
+<section id="glossary" > 
+<h2>Glossary</h2>
+
+<p style="font-size: 200%;">A</a>
+
+<p id="Activity">
+<table>
+<tr>
+<td>PROV-DM:</td>
+<td><div class="glossary-ref" data-ref="glossary-activity"></div></td>
+</tr>
+
+<tr>
+<td>PROV-O:</td>
+<td><a href="http://www.w3.org/TR/2013/REC-prov-o-20130430/#Activity">Activity</a></td>
+</tr>
+
+<tr>
+<td>PROV-XML:</td>
+<td><a href="http://www.w3.org/TR/2013/NOTE-prov-XML-20130430/#term-Activity">Activity</a></td>
+</tr>
+
+<tr>
+<td>PROV-N:</td>
+<td><code><a href="http://www.w3.org/TR/2013/REC-prov-n-20130430/#prod-activityExpression">activityExpression</a></code></td>
+</tr>
+</table>
+</p>
+
+
+
+
+<p></p>
+
+
+<div class="glossary-ref" data-ref="glossary-association"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-agent"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-alternate"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-attribution"></div><p></p>
+
+<p style="font-size: 200%;">B</a>
+
+<div class="glossary-ref" data-ref="glossary-bundle"></div><p></p>
+
+<p style="font-size: 200%;">C</a>
+<div class="glossary-ref" data-ref="glossary-collection"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-communication"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-contextualization"></div><p></p>
+
+<p style="font-size: 200%;">D</a>
+<div class="glossary-ref" data-ref="glossary-delegation"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-derivation"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-dictionary"></div><p></p>
+
+<p style="font-size: 200%;">E</a>
+<div class="glossary-ref" data-ref="glossary-end"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-entity"></div><p></p>
+
+<p style="font-size: 200%;">G</a>
+<div class="glossary-ref" data-ref="glossary-generation"></div><p></p>
+
+<p style="font-size: 200%;">I</a>
+<div class="glossary-ref" data-ref="glossary-insertion"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-invalidation"></div><p></p>
+
+<p style="font-size: 200%;">L</a>
+<div class="glossary-ref" data-ref="glossary-label"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-location"></div><p></p>
+
+<p style="font-size: 200%;">M</a>
+<div class="glossary-ref" data-ref="glossary-membership"></div><p></p>
+
+<p style="font-size: 200%;">O</a>
+<div class="glossary-ref" data-ref="glossary-organization"></div><p></p>
+
+<p style="font-size: 200%;">P</a>
+<div class="glossary-ref" data-ref="glossary-person"></div><p></p></li> 
+<div class="glossary-ref" data-ref="glossary-plan"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-primary-source"></div><p></p>
+
+
+
+<p style="font-size: 200%;">Q</a>
+<div class="glossary-ref" data-ref="glossary-qualifiedName"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-quotation"></div><p></p>
+
+<p style="font-size: 200%;">R</a>
+<div class="glossary-ref" data-ref="glossary-removal"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-revision"></div><p></p></p>
+<div class="glossary-ref" data-ref="glossary-role"></div><p></p></p>
+
+<p style="font-size: 200%;">S</a>
+<div class="glossary-ref" data-ref="glossary-software-agent"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-specialization"></div><p></p> 
+<div class="glossary-ref" data-ref="glossary-start"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-service-uri"></div><p></p>
+
+<p style="font-size: 200%;">T</a>
+<div class="glossary-ref" data-ref="glossary-trace"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-type"></div><p></p>
+
+<p style="font-size: 200%;">U</a>
+<div class="glossary-ref" data-ref="glossary-usage"></div><p></p>
+
+<p style="font-size: 200%;">V</a>
+<div class="glossary-ref" data-ref="glossary-value"></div><p></p>
+<div class="glossary-ref" data-ref="glossary-attribute-value"></div><p></p>
+
+
+<!--
+<div class="glossary-ref" ref="glossary-accountEntity"></div><p></p><p></p>
+
+<div class="glossary-ref" ref="glossary-activity"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-activity" withSpan="true"></div><p></p
+
+<div class="glossary-ref" ref="glossary-activityAssociation"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-agent"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-collection"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-derivation"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-entity"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-generation"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-plan"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-provenance"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-responsibilityChain"></div><p></p>
+
+
+<div class="glossary-ref" ref="glossary-usage"></div><p></p>
+
+
+<div class="glossary-ref" ref="glossary-quotation"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-primary-source"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-revision"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-start"></div><p></p>
+
+<div class="glossary-ref" ref="glossary-end"></div><p></p>
+-->
+</section>
+
+
+
+
+
+
+<div id="glossary_div" class="remove">
+<!-- glossary loaded from gloassary.js will be hooked up here,
+     class remove, will remove this element from the final output.
+-->
+</div>
+
+</body></html>