diff --git a/README.md b/README.md index ffd8763..491b914 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Credits Created in the context of the project semester in media technology, [St. Poelten University of Applied Sciences](http://www.fhstp.ac.at), 2014-2015 -Team members: Matthias FABI, Andrea HABERSON, San RASUL, Elisabeth SCHNAITT, Paul THEISEN +Initial team members: Matthias FABI, Andrea HABERSON, San RASUL, Elisabeth SCHNAITT, Paul THEISEN + +Further development: Alexander RIND, Niklas THÜR, Ewald WIESER Project supervisor: [Wolfgang AIGNER](http://mc.fhstp.ac.at/people/wolfgang-aigner) @@ -48,3 +50,13 @@ target : "#pubvis_container", //the node the pubViz visualization will be append filename : "file.bib", //the bibTeX filename used for the pubViz visualization color: "#ffc200" //color name or hex value which will be used for highlighting ``` + +### Content Management Systems +The `filename` may also be a URL pointing to a dynamically generated BibTeX file +from a content management system or [Zotero](https://github.com/fhstp/PubViz/wiki/Zotero-Integration). + +Citation +-------------- +Rind, A., A. Haberson, K. Blumenstein, C. Niederer, M. Wagner, and W. Aigner, +[PubViz: Lightweight Visual Presentation of Publication Data](http://phaidra.fhstp.ac.at/o:1933), +Proc. Eurographics Conf. Visualization (EuroVis) -- Short Paper, Goslar: EuroGraphics, forthcoming, 2017. diff --git a/src/pubvis.js b/src/pubvis.js index 75654c4..a5fb3ad 100644 --- a/src/pubvis.js +++ b/src/pubvis.js @@ -4934,7 +4934,7 @@ PUBVIS = function () { var FOOTER = function(){ //append a div with text - $('#pubvis_container').append( "" ); + $('#pubvis_container').append( "" ); //set the same margin-left as the svg do - comment in if footer is left-aligned, comment out is footer is centered //offset = $( "#pubVis" ).offset();