Skip to content

Commit

Permalink
Merge pull request #11 from alex-rind/develop/update-project-info
Browse files Browse the repository at this point in the history
update GitHub link, involved people, Zotero integration, and citation
  • Loading branch information
alex-rind authored May 17, 2017
2 parents f248fbb + a2ce2c7 commit 147c2ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/pubvis.js
Original file line number Diff line number Diff line change
Expand Up @@ -4934,7 +4934,7 @@ PUBVIS = function () {
var FOOTER = function(){

//append a div with text
$('#pubvis_container').append( "<div id='footer'> PubViz is an Open Source Project and can be downloaded from <a href='https://github.com/aha01/PubViz/' target='_blank'>GitHub</a>. More information about the tool and its installation can be found on the <a href='http://pubviz.fhstp.ac.at/#download/' target='_blank'>PubViz website.</a></div>" );
$('#pubvis_container').append( "<div id='footer'> PubViz is an Open Source Project and can be downloaded from <a href='https://github.com/fhstp/PubViz/' target='_blank'>GitHub</a>. More information about the tool and its installation can be found on the <a href='http://pubviz.fhstp.ac.at/#download/' target='_blank'>PubViz website.</a></div>" );

//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();
Expand Down

0 comments on commit 147c2ab

Please sign in to comment.