1. Updated flash vis form Asik.
2. Modified the fix for GUESS compatibility with coauthorship graphml file
This commit is contained in:
parent
fbd35a3073
commit
53987ce8f3
5 changed files with 5 additions and 12 deletions
|
@ -215,7 +215,7 @@ public class CoAuthorshipGraphMLWriter {
|
|||
|
||||
graphMLContent.append("<node id=\"" + node.getNodeID() + "\">\n");
|
||||
graphMLContent.append("\t<data key=\"url\">" + node.getNodeURL() + "</data>\n");
|
||||
graphMLContent.append("\t<data key=\"name\">" + node.getNodeName() + "</data>\n");
|
||||
// graphMLContent.append("\t<data key=\"name\">" + node.getNodeName() + "</data>\n");
|
||||
graphMLContent.append("\t<data key=\"label\">" + node.getNodeName() + "</data>\n");
|
||||
|
||||
if (profileURL != null) {
|
||||
|
@ -324,14 +324,5 @@ public class CoAuthorshipGraphMLWriter {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -153,6 +153,7 @@ public class VisVOContainer {
|
|||
|
||||
nodeSchema.add(schemaAttributes);
|
||||
|
||||
/*
|
||||
schemaAttributes = new LinkedHashMap<String, String>();
|
||||
|
||||
schemaAttributes.put("id", "name");
|
||||
|
@ -161,6 +162,7 @@ public class VisVOContainer {
|
|||
schemaAttributes.put("attr.type", "string");
|
||||
|
||||
nodeSchema.add(schemaAttributes);
|
||||
*/
|
||||
|
||||
schemaAttributes = new LinkedHashMap<String, String>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue