Paul Rosen Ph.D.

Research Assistant Professor
The Scientific Computing and Imaging Institute
School of Computing
The University of Utah
About
Publications
Teaching
Software
SCI @ Utah
SoC @ Utah
CS @ Purdue

Differences

This shows you the differences between two versions of the page.

publications:rosen.2012.i3d [2012/01/09 12:08]
Paul Rosen
publications:rosen.2012.i3d [2012/12/02 15:08] (current)
Paul Rosen
Line 1: Line 1:
 +~~NOCACHE~~
 +<php>
 +
 +$bibid = 'Rosen.2012.I3D';
 +
 +echo implode('', file('http://www.cspaul.com/publications/' . $bibid . '/title.html'));
 +echo implode('', file('http://www.cspaul.com/publications/' . $bibid . '/abstract.html'));
 +echo implode('', file('http://www.cspaul.com/publications/' . $bibid . '/keywords.html'));
 +echo implode('', file('http://www.cspaul.com/publications/' . $bibid . '/download.html'));
 +echo implode('', file('http://www.cspaul.com/publications/' . $bibid . '/citation.html'));
 +echo implode('', file('http://www.cspaul.com/publications/' . $bibid . '/bibtex.html'));
 +
 +</php>