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 |
| | + | ~~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> |