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:chiang.2011.cgta [2011/07/06 15:37]
Paul Rosen
publications:chiang.2011.cgta [2012/01/30 17:20] (current)
Paul Rosen
Line 1: Line 1:
 +<php>
 +
 +$bibid = 'Chiang.2011.CGTA';
 +
 +
 +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>
 
publications/chiang.2011.cgta.txt · Last modified: 2012/01/30 17:20 by Paul Rosen