Updated BP respec-config with authors affiliations. Removed hack for contributors, need a better way to handle!
--- a/bp/index.html Tue Mar 12 21:54:37 2013 -0400
+++ b/bp/index.html Tue Mar 12 22:42:31 2013 -0400
@@ -13,7 +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>
+ <script type="text/javascript" src="respec-contributor-hack.js" class="remove"></script>
<link rel="stylesheet" type="text/css" href="local-style.css" />
</head>
<body>
@@ -28,24 +28,6 @@
<p>This document is work in progress.</p>
</section>
-<!-- Structure of Best Practices -->
-<section class="organization">
-<h2>How the Best Practices are Organized</h2>
-
-The document is organized as follows:
-<ol>
-<li>Introduction. Describes the purpose, audience, scope and background of this document.</li>
-<li>Requirements. An illustration of the type of problems that the Best Practices are intended to ameliorate.</li>
-<li>Delivery Context. Discusses the environment within which Linked Open Data published on the Web is realized.</li>
-<li>Overview of Best Practices. A discussion of the organization of the Best Practices, and sources from which they were derived.</li>
-<li>Best Practices. The statements themselves.</li>
-<li>Appendices</li>
-<li>Sources</li>
-<li>Related Reading</li>
-<li>Acknowledgements</li>
-</ol>
-</section>
-
<!-- INTRODUCTION -->
<section class="introductory">
--- a/bp/respec-config.js Tue Mar 12 21:54:37 2013 -0400
+++ b/bp/respec-config.js Tue Mar 12 22:42:31 2013 -0400
@@ -45,16 +45,12 @@
{ name: "Bernadette Hyland", url: "http://3roundstones.com/about-us/leadership-team/bernadette-hyland/", company: "3 Round Stones, Inc", companyURL: "http://3roundstones.com/"},
{ name: "Boris Villazón-Terrazas", url: "http://boris.villazon.terrazas.name", company: "iSOCO, Intelligent Software Components S.A.", companyURL: "http://www.isoco.com"},
{ name: "Ghislain Atemezing", url: "http://www.eurecom.fr/~atemezin/", company: "EURECOM", companyURL: "http://www.eurecom.fr/en"},
- { name: "John Erickson", url: "", company: "Rensselaer Polytechnic Institute", companyURL: ""},
- ],
-
- contributors: [
- { name: "Michael Pendleton", url: "", company: "U.S. Environmental Protection Agency", companyURL: ""},
- { name: "Hadley Beeman", url: "", company: "LinkedGov", companyURL: ""},
- { name: "Biplav Srivastava", url: "", company: "IBM Corporation", companyURL: ""},
+ { name: "John Erickson", url: "http://logd.tw.rpi.edu/", company: "Rensselaer Polytechnic Institute", companyURL: "http://logd.tw.rpi.edu/"},
+ { name: "Bernard Vatant", url: "http://data.semanticweb.org/person/bernard-vatant/", company: "Mondeca", companyURL: "http://www.mondeca.com"},
+ { name: "Michael Pendleton", url: "http://www.epa.gov/", company: "U.S. Environmental Protection Agency", companyURL: "http://www.epa.gov"},
+ { name: "Biplav Srivastava", url: "http://researcher.watson.ibm.com/researcher/view_person_subpage.php?id=3088", company: "IBM Corporation", companyURL: "http://www.ibm.com/in/en/"},
{ name: "Daniel Vila", url: "http://www.oeg-upm.net", company: "Ontology Engineering Group", companyURL: "http://www.oeg-upm.net"}
- { name: "Bernard Vatant", url: "http://data.semanticweb.org/person/bernard-vatant/", company: "Mondeca", companyURL: "http://www.mondeca.com"},
- ],
+ ],
// name of the WG
wg: "Government Linked Data Working Group",
--- a/bp/respec-contributor-hack.js Tue Mar 12 21:54:37 2013 -0400
+++ b/bp/respec-contributor-hack.js Tue Mar 12 22:42:31 2013 -0400
@@ -1,4 +1,8 @@
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>");
+ $('.head dl').append("<dt>Contributors:</dt>
+ <dd><a href='http://data.semanticweb.org/person/bernard-vatant/'>Bernard Vatant</a>/dd>
+ ");
});
+
+