Navigating the Storm: IMPACT, eMOP, and Agile Steering Standards
L.C. Mandell, C. Neudecker, A. Antonacopoulos, E. Grumbach, L. Auvil , M.J. Christie, J.A. Heil, T. Samuelson
Digital Scholarship in the Humanities, 2015.
Abstract
This article discusses two major initiatives tasked with developing tools to im- prove optical character recognition (OCR) or the mechanical keying of texts that are digitally available only as page images. The two initiatives are the IMProving ACcess to Text Project in Europe and the Early Modern OCR Project in the USA. Because of dealing with a multilayered problem like OCR technologies and having to collaborate with radically interdisciplinary and international team members, the two projects developed techniques that we call Agile Project Management, outlined in this essay with rationales for their use.
Citation
L.C. Mandell, C. Neudecker, A. Antonacopoulos, E. Grumbach, L. Auvil , M.J. Christie, J.A. Heil, T. Samuelson,
"Navigating the Storm: IMPACT, eMOP, and Agile Steering Standards",
Digital Scholarship in the Humanities, 2015.
DOI
10.1093/llc/fqv062
Full Paper
Download PDF
Related Projects
if (is_file(__DIR__.'/../media/projects/'.$listItem['PJid'].'.png')) {
$image_src = Constants::SITE_ROOT().'/www/media/projects/'.$listItem['PJid'].'.png';
$image_alt = $listItem['PJtitle'];
} else if ($listItem['PJhomePageText']<>"") {
$image_src = Constants::SITE_ROOT().'/www/media/projects/no_image.png';
$image_alt = "No image.";
}
else $image_src = Constants::SITE_ROOT().'/www/media/projects/no_image.png';
?>
Warning: Undefined variable $image_src in
/media/PrimaStorage/wwwroot/www/www/views/publication_details.phtml on line
63
if (is_file(__DIR__.'/../media/projects/'.$listItem['PJid'].'.png')) {
$image_src = Constants::SITE_ROOT().'/www/media/projects/'.$listItem['PJid'].'.png';
$image_alt = $listItem['PJtitle'];
} else if ($listItem['PJhomePageText']<>"") {
$image_src = Constants::SITE_ROOT().'/www/media/projects/no_image.png';
$image_alt = "No image.";
}
else $image_src = Constants::SITE_ROOT().'/www/media/projects/no_image.png';
?>
Warning: Undefined variable $image_src in
/media/PrimaStorage/wwwroot/www/www/views/publication_details.phtml on line
63