@MISC{Miao2015,
author = {Li, M.},
title = {Dynamic Grasp Adaptation - From Humans to Robots},
howpublished = {2015},
year = {2015},
}
Downloadable files:
// pdf
if (strlen($row['pdfFile'])>0) {
$tempFile = $row['pdfFile'];
$temp = "
pdf";
echo "[$temp] ";
}
// ps.Z
if (strlen($row['psZFile'])>0) {
$tempFile = $row['psZFile'];
$temp = "
ps.Z";
echo "[$temp] ";
}
// ps.gz
if (strlen($row['psgzFile'])>0) {
$tempFile = $row['psgzFile'];
$temp = "
ps.gz";
echo "[$temp] ";
}
?>