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