BP Include Bernard as contributor
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Wed, 13 Mar 2013 00:41:02 +0100
changeset 406 fae70d70a19c
parent 405 d5bcc6d7d6fa
child 407 fc5072df9117
BP Include Bernard as contributor

.
bp/index.html
bp/respec-contributor-hack.js
--- a/bp/index.html	Wed Mar 13 00:34:06 2013 +0100
+++ b/bp/index.html	Wed Mar 13 00:41:02 2013 +0100
@@ -13,6 +13,7 @@
 	  <script type="text/javascript" src="respec-ref.js" class="remove"></script>
 	  <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-contributor-hack.js" class="remove"></script>
 	<link rel="stylesheet" type="text/css" href="local-style.css" />
 </head>
 <body>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bp/respec-contributor-hack.js	Wed Mar 13 00:41:02 2013 +0100
@@ -0,0 +1,4 @@
+ respecEvents.sub("end-all", function () {
+     $('.head dl').append("<dt>Contributor:</dt> <dd><a href='http://data.semanticweb.org/person/bernard-vatant/'>Bernard Vatant</a></dd>");
+    });
+