1. Refactored code
2. Fine tuned the sparkline generators for "person level" vis 3. Modified coauthorship vis code geenrator to fix link bugs 4. Modified front end for the person level so that IE behaves properly. 5. Modified style to make sure no weirdness when a user's profile image is present or not. 6. Added handler for downloading a list of all the coauthors and its count.
This commit is contained in:
parent
4c9f427d5e
commit
c30d99692a
9 changed files with 213 additions and 71 deletions
|
@ -176,7 +176,7 @@ function createTable(tableID, tableContainer, tableData) {
|
|||
var table = $('<table>');
|
||||
table.attr('id', tableID);
|
||||
|
||||
table.append($('<caption>').html("Co-Authorships"));
|
||||
table.append($('<caption>').html("Co-Authors <a href=\"" + egoCoAuthorsListDataFileURL + "\">(.CSV File)</a>"));
|
||||
|
||||
var header = $('<thead>');
|
||||
|
||||
|
@ -280,7 +280,7 @@ function renderCoAuthorshipVisualization() {
|
|||
"src", swfLink,
|
||||
"flashVars", "graphmlUrl=" + egoCoAuthorshipDataFeederURL,
|
||||
"width", "600",
|
||||
"height", "840",
|
||||
"height", "790",
|
||||
"align", "top",
|
||||
"id", "CoAuthor",
|
||||
"quality", "high",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue