1. Refactored some part of the code to give it a better structure & give it more modularity.
2. Added the first draft of the co-author data feeder. 3. Modified the Dummy Vis Client to have a clear notification re: it being a test bed.
This commit is contained in:
parent
9a6a7ce3fb
commit
41dfb27bd0
22 changed files with 1394 additions and 76 deletions
|
@ -87,6 +87,12 @@
|
|||
<c:param name="uri" value="http://vivo.library.cornell.edu/ns/0.1#individual192"/>
|
||||
</c:url>
|
||||
|
||||
<c:url var="coAuthorship1" value="/admin/visQuery">
|
||||
<c:param name="vis" value="coauthorship"/>
|
||||
<c:param name="render_mode" value="data"/>
|
||||
<c:param name="uri" value="http://vivo.library.cornell.edu/ns/0.1#individual5748"/>
|
||||
</c:url>
|
||||
|
||||
<c:url var="loadingImageLink" value="/${themeDir}site_icons/visualization/ajax-loader.gif"></c:url>
|
||||
|
||||
<style type="text/css">
|
||||
|
@ -164,6 +170,19 @@ $(document).ready(function() {
|
|||
|
||||
<div class="staticPageBackground">
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
#test-bed {
|
||||
background-color:red;
|
||||
color:white;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<h1 id="test-bed">Visualization Testbed (Not to be seen by eventual end users)</h1>
|
||||
|
||||
<a href='<c:out value="${coAuthorship1}"/>'>vis data query for coauthorship -> "Erb, Hollis Nancy"</a><br />
|
||||
<a href='<c:out value="${collegeCSV}"/>'>vis data query for college -> "School of Industrial and Labor Relations (ILR)"</a><br />
|
||||
<a href='<c:out value="${collegeCSV2}"/>'>vis data query for college -> "College of Agriculture and Life Sciences (CALS)"</a><br />
|
||||
<a href='<c:out value="${collegeCSV3}"/>'>vis data query for college -> "College of Arts and Sciences"</a><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue