Commit ad8b6d34 authored by PkSM3's avatar PkSM3

server ok

parent f00fa9b5
...@@ -7,19 +7,14 @@ ...@@ -7,19 +7,14 @@
"first" : "RiskV2PageRank5000.gexf", "first" : "RiskV2PageRank5000.gexf",
"gexfs": { "gexfs": {
"RiskV2PageRank5000.gexf": { "RiskV2PageRank5000.gexf": {
"social": { "table":"ISIAUTHOR" , "textCol":"data","forkeyCol":"id"}, "social": { "table":"ISIAUTHOR" , "textCol":"data","forkeyCol":"id"},
"semantic": { "table":"ISItermsAxa_2015" , "textCol":"data","forkeyCol":"id"} "semantic": { "table":"ISItermsAxa_2015" , "textCol":"data","forkeyCol":"id"}
}, },
"RiskV2PageRank.gexf": { "RiskV2PageRank.gexf": {
"social": { "table":"ISIAUTHOR" , "textCol":"data","forkeyCol":"id"}, "social": { "table":"ISIAUTHOR" , "textCol":"data","forkeyCol":"id"},
"semantic": { "table":"ISItermsAxa_2015" , "textCol":"data","forkeyCol":"id"} "semantic": { "table":"ISItermsAxa_2015" , "textCol":"data","forkeyCol":"id"}
}, }
"RiskV2PageRank5000.gexf": {
"social": { "table":"ISIAUTHOR" , "textCol":"data","forkeyCol":"id"},
"semantic": { "table":"ISItermsAxa_2015" , "textCol":"data","forkeyCol":"id"}
}
} }
}, },
"data/ClimateChange": { "data/ClimateChange": {
"dbname":"wos_climate-change_title_2014-2015.db", "dbname":"wos_climate-change_title_2014-2015.db",
......
...@@ -21,7 +21,7 @@ var TW = {} ...@@ -21,7 +21,7 @@ var TW = {}
// // "data/Elisa__Omodei.gexf", // // "data/Elisa__Omodei.gexf",
]; ];
TW.APINAME = "LOCALDB/"; TW.APINAME = "LOCALDB/";
TW.tagcloud_limit = 6; TW.tagcloud_limit = 20;
TW.bridge={}; TW.bridge={};
TW.bridge["forFilteredQuery"] = "php/bridgeClientServer_filter.php"; TW.bridge["forFilteredQuery"] = "php/bridgeClientServer_filter.php";
TW.bridge["forNormalQuery"] = "php/bridgeClientServer.php"; TW.bridge["forNormalQuery"] = "php/bridgeClientServer.php";
......
...@@ -110,7 +110,7 @@ if(RES["OK"]) { ...@@ -110,7 +110,7 @@ if(RES["OK"]) {
for(var gexf in the_gexfs) { for(var gexf in the_gexfs) {
pr("\t\t\t"+gexf+ " -> table:" +the_gexfs[gexf]["semantic"]["table"] ) pr("\t\t\t"+gexf+ " -> table:" +the_gexfs[gexf]["semantic"]["table"] )
TW.field[path+"/"+gexf] = the_gexfs[gexf]["semantic"]["table"] TW.field[path+"/"+gexf] = the_gexfs[gexf]["semantic"]["table"]
TW.gexfDict[path+"/"+gexf] = "A "+gexf TW.gexfDict[path+"/"+gexf] = gexf
var selected = (the_file==(path+"/"+gexf))?"selected":"" var selected = (the_file==(path+"/"+gexf))?"selected":""
files_selector += '<option '+selected+'>'+gexf+'</option>' files_selector += '<option '+selected+'>'+gexf+'</option>'
...@@ -131,6 +131,10 @@ if(RES["OK"]) { ...@@ -131,6 +131,10 @@ if(RES["OK"]) {
fileparam = sub_RES["format"] fileparam = sub_RES["format"]
pr(the_data.length) pr(the_data.length)
pr(fileparam) pr(fileparam)
getUrlParam.file=the_file;
console.log(" . .. . -. - .- . - -.")
console.log(getUrlParam.file)
pr("\n============================\n") pr("\n============================\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment