'NEWLINE')); if (isset($intro_pict) && $intro_pict) { if (preg_match('/^(.*
.*)$/', $inc_content, $m)) { $inc_content = $m[1] . ($intro_pict_href ?? $intro_pict) . $m[2] . $intro_pict . $m[3]; } } else { if (preg_match('/^(.*)
(.*)$/', $inc_content, $m)) { $inc_content = $m[1] . $m[2]; } $inc_content = strtr($inc_content, array(' ds-2col-fluid' => '')); } $inc_content = strtr($inc_content, array('NEWLINE' => "\n")); print $inc_content;

Project Duration: 2001 -

  • web page for the paper "Optimal Regular Volume Sampling" as it appeared at IEEE Visualization 2001
  • web page for the technical report "Optimal Regular Volume Sampling"
  • technical report "Reconstruction Schemes for High Quality Raycasting of the Body-Centered Cubic Grid" $def) { $new_link = $template_link; if (is_array($def)) { $new_link = strtr($new_link, array('/user/login' => $link, 'Log in' => $def['name'], 'role="menuitem"' => 'title="' . htmlentities($def['title']) . '"')); } else { $new_link = strtr($new_link, array('/user/login' => $link, 'Log in' => $def)); } $add .= $new_link; } $pos = (int)file_get_contents(__DIR__ . "/templates/user-menu.pos"); $inc_content = substr($inc_content, 0, $pos) . $add . substr($inc_content, $pos); } $inc_content = template_replace($inc_content, $VARS); $inc_content = strtr($inc_content, array("\n" => 'NEWLINE')); if (preg_match('/^(.*]* class="[^"]*breadcrumb[^"]*"[^>]*>)(.*$)/', $inc_content, $m)) { $p = strpos($m[2], ''); $inc_content = $m[1] . print_breadcrumbs() . substr($m[2], $p); } $inc_content = strtr($inc_content, array('NEWLINE' => "\n")); print $inc_content;