Integrating the latest swf file and added changes to person_level.js accordingly.
This commit is contained in:
parent
ecb93fe0f4
commit
22ae33bab6
7 changed files with 5 additions and 4 deletions
|
@ -257,8 +257,8 @@ function createTable(tableID, tableContainer, tableData) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//renderStatsOnNodeClicked, CoRelations, noOfCoRelations
|
//renderStatsOnNodeClicked, CoRelations, noOfCoRelations
|
||||||
function nodeClickedJS(json){
|
//function nodeClickedJS(json){
|
||||||
|
function renderStatsOnNodeClicked(json){
|
||||||
var obj = jQuery.parseJSON(json);
|
var obj = jQuery.parseJSON(json);
|
||||||
|
|
||||||
$("#dataPanel").attr("style","visibility:visible");
|
$("#dataPanel").attr("style","visibility:visible");
|
||||||
|
@ -370,7 +370,8 @@ function renderCoAuthorshipVisualization() {
|
||||||
AC_FL_RunContent(
|
AC_FL_RunContent(
|
||||||
"src", swfLink,
|
"src", swfLink,
|
||||||
// "flashVars", 'coAuthorUrl='+ encodeURL(egoCoAuthorshipDataFeederURL) + '&coPIUrl=' + encodeURL(egoCoPIDataFeederURL) ,
|
// "flashVars", 'coAuthorUrl='+ encodeURL(egoCoAuthorshipDataFeederURL) + '&coPIUrl=' + encodeURL(egoCoPIDataFeederURL) ,
|
||||||
"flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() ,
|
// "flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() ,
|
||||||
|
"flashVars", 'graphmlUrl=' + getEncodedCoAuthorURL() + '&labelField=label&visType=CoAuthor',
|
||||||
"width", "800",
|
"width", "800",
|
||||||
"height", "850",
|
"height", "850",
|
||||||
"align", "top",
|
"align", "top",
|
||||||
|
|
|
@ -41,7 +41,7 @@ public class CoPIGrantCountRequestHandler implements VisualizationRequestHandler
|
||||||
try{
|
try{
|
||||||
CoPIData PINodesAndEdges = queryManager.getQueryResult();
|
CoPIData PINodesAndEdges = queryManager.getQueryResult();
|
||||||
|
|
||||||
PINodesAndEdges.print();
|
// PINodesAndEdges.print();
|
||||||
|
|
||||||
if (VisualizationFrameworkConstants.DATA_RENDER_MODE
|
if (VisualizationFrameworkConstants.DATA_RENDER_MODE
|
||||||
.equalsIgnoreCase(renderMode)) {
|
.equalsIgnoreCase(renderMode)) {
|
||||||
|
|
Binary file not shown.
BIN
themes/vivo-basic/site_icons/visualization/coauthorship/EgoCentric-working.swf
Executable file
BIN
themes/vivo-basic/site_icons/visualization/coauthorship/EgoCentric-working.swf
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
themes/vivo-basic/site_icons/visualization/coauthorship/EgoCentric_Old2.swf
Executable file
BIN
themes/vivo-basic/site_icons/visualization/coauthorship/EgoCentric_Old2.swf
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue