1. Made wording changes & also extension of graphml file to .xml
This commit is contained in:
parent
382fd6ae80
commit
74edbcd45c
2 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ public class VisualizationRequestHandler {
|
|||
} else {
|
||||
|
||||
outputFileName = UtilityFunctions.slugify(coAuthorsipVO.getEgoNode().getNodeName())
|
||||
+ "-coauthor-net" + ".graphml";
|
||||
+ "-coauthor-net" + ".xml";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ table.sparkline_wrapper_table td, th {
|
|||
<h2 class="sub_headings">Co-Author Network
|
||||
<c:choose>
|
||||
<c:when test="${numOfCoAuthorShips > 0 || numOfAuthors > 0}">
|
||||
<a href="${coAuthorshipDownloadFile}">(.GraphML File)</a></h2>
|
||||
<a href="${coAuthorshipDownloadFile}">(GraphML File)</a></h2>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue