Adding contributor field by DOM manipulation
authorDave Reynolds <dave@epimorphics.com>
Tue, 05 Mar 2013 16:24:44 +0000
changeset 340 75c01945f797
parent 339 877f4eb3b8ec
child 341 e9e0f2524f29
Adding contributor field by DOM manipulation
data-cube/index.html
data-cube/respec-contributor-hack.js
--- a/data-cube/index.html	Tue Mar 05 14:07:26 2013 +0000
+++ b/data-cube/index.html	Tue Mar 05 16:24:44 2013 +0000
@@ -8,6 +8,7 @@
 	<script type="text/javascript" src="../respec/gld-bib.js" class="remove"></script>
 	<script type="text/javascript" src="respec-config.js" class="remove"></script>	
 <!--	<script type="text/javascript"  src="../respec/gld-config.js" class="remove"></script>  -->
+	<script type="text/javascript"  src="respec-contributor-hack.js" class="remove"></script> 
 
   <style type="text/css">
 .todo { background-color: #fdd; border: 1px solid #800; margin: 1em 0em; padding: 1em; page-break-inside: avoid ; font-style: italic; }
@@ -2621,10 +2622,6 @@
 <section id="acknowledgements" class="appendix">
 <h2>Acknowledgements</h2>
 
-<p>Jeni Tennison was co-developer of the original Data Cube vocabulary on 
-which this specification is based. This vocabulary would not exist without her
-insight, energy and hard work.</p>
-
 <p>This work is based on a collaboration that was initiated in a
 workshop on Publishing statistical datasets in SDMX and the semantic
 web, hosted by ONS in Sunningdale, United Kingdom in February 2010 and
@@ -2665,8 +2662,7 @@
   <li>Generalized range of <code><a>qb:codeList</a></code> to allow <code>skos:Collection</code>. <a href="http://www.w3.org/2011/gld/track/issues/39">ISSUE-39</a>.</li>
   <li>Moved namespace definitions to a normative <a href="#namespaces">section</a> within the body of the specification.</li>
   <li>Moved Jeni Tennison from being listed as an author to being a
-  contributor. Currently this has been done by listing her in the
-  Acknowledgements section until tooling problems can be resolved.</li>
+  contributor. </li>
 </ul>
 
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data-cube/respec-contributor-hack.js	Tue Mar 05 16:24:44 2013 +0000
@@ -0,0 +1,4 @@
+ respecEvents.sub("end-all", function () {
+     $('.head dl').append("<dt>Contributor:</dt> <dd><a href='http://www.jenitennison.com/'>Jeni Tennison</a></dd>");
+    });
+