| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd"> | 
 |  | 
 |  | 
 |     <!-- ====================================================================== --> | 
 |     <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> | 
 |     <!-- ====================================================================== --> | 
 |     <html> | 
 |         <head> | 
 |             <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> | 
 |             <style type="text/css">@import "stylesheets/base.css";</style> | 
 |                                           <meta name="author" value=" | 
 |    Apache UIMA Documentation Team | 
 |   "> | 
 |   <meta name="email" value="dev@uima.apache.org"> | 
 |                          | 
 |              | 
 |                          | 
 |                         <title>Apache UIMA - Demo: Apache UIMA DUCC</title> | 
 |              | 
 |             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent --> | 
 |             <!-- Commented out because implied consent is not compatible with GDPR --> | 
 |             <!-- | 
 |             <script type="text/javascript"> | 
 |                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"}; | 
 |             </script> | 
 |              | 
 |             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script> | 
 |             --> | 
 |             <!-- End Cookie Consent plugin --> | 
 |              | 
 |             <!-- Begin Google Analytics --> | 
 |             <!-- Commented out because GA requires consent according to GDPR --> | 
 |             <!-- | 
 |             <script> | 
 |               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 
 |               (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 
 |               m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | 
 |               })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 
 |              | 
 |               ga('create', 'UA-70846351-1', 'auto'); | 
 |               ga('set', 'anonymizeIp', true); | 
 |               ga('send', 'pageview'); | 
 |              | 
 |             </script> | 
 |             --> | 
 |             <!-- End Google Analytics --> | 
 |       <script> | 
 | 	window.onload=init; | 
 | 	function init() { | 
 | 		hide('q2'); | 
 | 		hide('q3'); | 
 | 		show('q1'); | 
 | 	} | 
 | 	function hide(id) { | 
 | 		//alert('hide:'+id); | 
 | 		element = document.getElementById(id) | 
 | 		element.style.display='none'; | 
 | 	} | 
 | 	function show(id) { | 
 | 		//alert('show:'+id); | 
 | 		element = document.getElementById(id) | 
 | 		element.style.display=''; | 
 | 	} | 
 | 	function goLeft(location) { | 
 | 		if(location == 'q1') { | 
 | 			hide('q1'); | 
 | 			hide('q2'); | 
 | 			show('q3'); | 
 | 		} | 
 | 		else if(location == 'q2') { | 
 | 			hide('q2'); | 
 | 			hide('q3'); | 
 | 			show('q1'); | 
 | 		} | 
 | 		else if(location == 'q3') { | 
 | 			hide('q3'); | 
 | 			hide('q1'); | 
 | 			show('q2'); | 
 | 		} | 
 | 	} | 
 | 	function goRight(location) { | 
 | 		if(location == 'q1') { | 
 | 			hide('q3'); | 
 | 			hide('q1'); | 
 | 			show('q2'); | 
 | 		} | 
 | 		else if(location == 'q2') { | 
 | 			hide('q1'); | 
 | 			hide('q2'); | 
 | 			show('q3'); | 
 | 		} | 
 | 		else if(location == 'q3') { | 
 | 			hide('q3'); | 
 | 			hide('q2'); | 
 | 			show('q1'); | 
 | 		} | 
 | 	} | 
 | </script> | 
 |           </head> | 
 |  | 
 |         <body> | 
 |           <div class="topLogos">         | 
 |             <table border="0" width="100%" cellspacing="0"> | 
 |                 <!-- TOP IMAGE --> | 
 |                 <tr> | 
 |                     <td align='LEFT'> | 
 |                       <a href="index.html"> | 
 |                                     <img style="border: 1px solid black;" src="./images/UIMA_banner2tlpTm.png" alt="UIMA project logo" border="0"/> | 
 |                             </a> | 
 |                     </td> | 
 |                     <td align='CENTER'> | 
 |                           <div class="pageBanner">Demo: Apache UIMA DUCC</div> | 
 |                     </td> | 
 |                     <td align='RIGHT'> | 
 |                                   <a href="https://www.apache.org"> | 
 |         <img src="./images/asf-logo-on-white-smallTm.png" alt="Apache UIMA" border="0"/> | 
 |       </a> | 
 |                           </td> | 
 |                 </tr> | 
 |             </table> | 
 |             <hr noshade="" size="1"/> | 
 |             </div> | 
 |             <table border="0" width="100%" cellspacing="4"> | 
 |               <tr> | 
 |                 <td align='RIGHT' colspan="2"> | 
 |                   <form method="get" action="https://www.google.com/search"> | 
 |                     Search the site | 
 |                     <input type="text"   name="q" size="25" maxlength="255" value="" /> | 
 |                     <input type="hidden" name="sitesearch" value="https://uima.apache.org/" /> | 
 |                     <input name="Search" value="Search Site" type="submit"/> | 
 |                   </form> | 
 |                 </td> | 
 |               </tr> | 
 |               <tr> <!-- LEFT SIDE NAVIGATION --> | 
 |                 <td width="20%" valign="top"> | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |                    <!-- regular menu --> | 
 |                       <div class="navBar"> | 
 |                   <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">General</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="./index.html">Home</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./downloads.cgi">Downloads</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./documentation.html">Documentation</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./news.html">News</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./publications.html">Publications</a> | 
 |                 </div> | 
 |                     <br style="line-height: .5em"/> | 
 |                           <div class="navBarItem">      <a href="https://issues.apache.org/jira/browse/uima" target="_blank" rel="noopener">Issue tracker <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="https://cwiki.apache.org/confluence/display/UIMA/" target="_blank" rel="noopener">Wiki <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |                     <br style="line-height: .5em"/> | 
 |                           <div class="navBarItem">      <a href="https://cwiki.apache.org/confluence/display/UIMA/Powered+by+Apache+UIMA" target="_blank" rel="noopener">Powered By UIMA <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |             </div> | 
 |                       <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">Community</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="./get-involved.html">Get Involved</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./mail-lists.html">Mailing Lists</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./contribution-policy.html">Contribution Policies</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./faq.html">FAQ</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./project-guidelines.html">Project Guidelines</a> | 
 |                 </div> | 
 |             </div> | 
 |                       <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">Scaleout Frameworks</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="./doc-uimaas-what.html">UIMA-AS</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./doc-uimaducc-whatitam.html">UIMA-DUCC</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./doc-uimaducc-demo.html">..Demo Page</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="http://uima-ducc-demo.apache.org:42133" target="_blank" rel="noopener">..Demo Live <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |             </div> | 
 |                       <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">Components & Tools</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="./sandbox.html#uima-addons-annotators">Annotators</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./toolsServers.html">Tools & Servers</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./sandbox.html">Addons and Sandbox</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./ruta.html">UIMA Ruta</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./uimafit.html">uimaFIT</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./external-resources.html">External Resources</a> | 
 |                 </div> | 
 |             </div> | 
 |                       <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">Development</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="./dev-quick.html">Quick Start: building</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./building-uima.html">Building from Source</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./one-time-setup.html">One-time setups</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./svn.html">Source Code</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./release.html">Doing a UIMA release</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="https://www.apache.org/security/committers.html" target="_blank" rel="noopener">Doing a CVE (Apache) <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./eclipse-update-site.html">Eclipse Update Sites</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./git.html">GIT</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./codeConventions.html">Code Conventions</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./uima-specification.html">UIMA Specification (OASIS)</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./team-list.html">Project Team</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./maven-design.html">Maven Use</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./updating-website.html">Updating this Website</a> | 
 |                 </div> | 
 |             </div> | 
 |                       <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">Events and Conferences</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="./coling14.html">COLING 2014</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./gscl13.html">GSCL 2013</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./iks09.html">IKS 2009</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./gscl09.html">GSCL 2009</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./lsm09.html">LSM 2009</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./lrec08.html">LREC 2008</a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./gldv07.html">GLDV 2007</a> | 
 |                 </div> | 
 |             </div> | 
 |                       <br/> | 
 |             <div class="navBarItem">      <div class="navPartHeading">ASF</div> | 
 |                 </div> | 
 |                 <div class="navBar"> | 
 |                   <div class="navBarItem">      <a href="https://www.apache.org/licenses/" target="_blank" rel="noopener">License <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="https://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener">ASF Sponsors <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="https://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener">ASF Sponsorship <img src="images/offsitelink.png"/></a> | 
 |                 </div> | 
 |                           <div class="navBarItem">      <a href="./security_report">Security</a> | 
 |                 </div> | 
 |             </div> | 
 |         </div> | 
 |                 </td> | 
 |                 <td width="80%" align="left" valign="top"> | 
 |                                                           <div class="sectionTable"> | 
 |       <table class="sectionTable"> | 
 |         <tr><td> | 
 |         <a name="Demo: Apache UIMA DUCC"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/> Demo: Apache UIMA DUCC</h1></a> | 
 |       </td></tr> | 
 |       <tr><td> | 
 |         <blockquote class="sectionBody"> | 
 |                                     <p> | 
 |    	DUCC stands for Distributed UIMA Cluster Computing.  | 
 | 	DUCC is a cluster management system providing tooling, management,  | 
 | 	and scheduling facilities to automate the scale-out of applications  | 
 | 	written to the UIMA framework.  | 
 |    </p> | 
 |                                                 <p> | 
 |    <i style="color:#484848;"> | 
 | 	Core UIMA | 
 | 	</i> | 
 | 	provides a generalized framework for applications that  | 
 | 	process unstructured information such as human language,  | 
 | 	but does not provide a scale-out mechanism.  | 
 | 	<i style="color:#484848;"> | 
 | 	UIMA-AS | 
 | 	</i> | 
 | 	provides a scale-out mechanism to distribute UIMA pipelines  | 
 | 	over a cluster of computing resources, but does not provide job or  | 
 | 	cluster management of the resources.  | 
 | 	<i style="color:#484848;"> | 
 | 	UIMA-DUCC  | 
 | 	</i> | 
 | 	defines a formal job  | 
 | 	model that closely maps to a standard UIMA pipeline. Around this  | 
 | 	job model DUCC provides cluster management services to automate the  | 
 | 	scale-out of UIMA pipelines over computing clusters. | 
 |    </p> | 
 |                                                       <table class="subsectionTable"> | 
 |         <tr><td> | 
 |         | 
 |         | 
 |         | 
 |           <a name="What is ducc-mon?"> | 
 |             <h2>What is ducc-mon? | 
 |                         </h2> | 
 |           </a> | 
 |       </td></tr> | 
 |       <tr><td> | 
 |         <blockquote class="subsectionBody"> | 
 |                                     <p> | 
 |    <i style="color:#484848;"> | 
 | 	ducc-mon | 
 | 	</i> | 
 | 	stands for Distributed UIMA Cluster Computing Monitor.  | 
 | 	It comprises a web server that is meant to display information about  | 
 | 	the running DUCC including: user Jobs, user Reservations, user  | 
 | 	Services and the DUCC System itself. | 
 |    </p> | 
 |                             </blockquote> | 
 |         </td></tr> | 
 |     </table> | 
 |                                                       <table class="subsectionTable"> | 
 |         <tr><td> | 
 |         | 
 |         | 
 |         | 
 |           <a name="What is the DUCC demo?"> | 
 |             <h2>What is the DUCC demo? | 
 |                         </h2> | 
 |           </a> | 
 |       </td></tr> | 
 |       <tr><td> | 
 |         <blockquote class="subsectionBody"> | 
 |                                     <p> | 
 |    The  | 
 |     <a href="http://uima-ducc-demo.apache.org:42133" title="http://uima-ducc-demo.apache.org:42133">demo</a> | 
 | 	comprises a DUCC installation within the apache.org domain.  | 
 | 	A computing cluster has been configured and started, and a continually  | 
 | 	running driver simulates user work submissions. | 
 |    </p> | 
 |                                                 <p> | 
 |    Use your browser to visit the live demo | 
 | 	<a href="http://uima-ducc-demo.apache.org:42133">http://uima-ducc-demo.apache.org:42133</a> | 
 | 	which yields | 
 | 	the associated web server home page. The visitor is free to navigate and  | 
 | 	explore an actual DUCC working system as a view-only user. | 
 |    </p> | 
 |                             </blockquote> | 
 |         </td></tr> | 
 |     </table> | 
 |                                                       <table class="subsectionTable"> | 
 |         <tr><td> | 
 |         | 
 |         | 
 |         | 
 |           <a name="Questions and Answers"> | 
 |             <h2>Questions and Answers | 
 |                         </h2> | 
 |           </a> | 
 |       </td></tr> | 
 |       <tr><td> | 
 |         <blockquote class="subsectionBody"> | 
 |                                     <div id="q1"> | 
 |    <table> | 
 |    <tr> | 
 |     <td valign="top"> | 
 |      <table> | 
 | 	 <tr> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <div> | 
 | 	  <a onClick="goLeft('q1');"> | 
 | 	  <img src="./images/ducc-demo/120px-Go-previous.svg.png" /> | 
 | 	  </a> | 
 | 	  </div> | 
 | 	  <div> | 
 | 	  Previous | 
 | 	  <br /> | 
 |       Question | 
 | 	  </div> | 
 | 	 </td> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <table> | 
 | 	  <tr> | 
 | 	   <td> | 
 | 	    <table> | 
 | 	    <tr> | 
 | 	     <td> | 
 | 	      <div style="visibility:hidden">1234567890</div> | 
 | 	     </td> | 
 | 	     <td> | 
 | 	      <img src="./images/ducc-demo/q1.cloud.png" /> | 
 | 	     </td> | 
 | 	     <td> | 
 | 	     </td> | 
 | 	    </tr> | 
 | 	    </table> | 
 | 	   </td> | 
 | 	  </tr> | 
 | 	  <tr> | 
 | 	   <td> | 
 | 	    <table> | 
 | 	    <caption>1 of 3</caption> | 
 | 	    <tr> | 
 | 	     <td> | 
 | 	     <img src="./images/ducc-demo/ts-2.0x1.3.jpeg" /> | 
 | 	     </td> | 
 | 	    </tr> | 
 | 	    </table> | 
 | 	   </td> | 
 | 	  </tr> | 
 | 	 </table> | 
 | 	 </td> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <div> | 
 | 	  <a onClick="goRight('q1');"> | 
 | 	  <img src="./images/ducc-demo/120px-Go-next.svg.png" /> | 
 | 	  </a> | 
 | 	  </div> | 
 | 	  <div> | 
 | 	  Next | 
 | 	  <br /> | 
 |       Question | 
 | 	  </div> | 
 | 	 </td> | 
 | 	 </tr> | 
 | 	 </table> | 
 |     </td> | 
 |    </tr>  | 
 |    <tr> | 
 |     <td> | 
 |     <br /> | 
 |     <br /> | 
 |     </td> | 
 |     </tr> | 
 |    <tr>  | 
 |     <td valign="top"> | 
 |      <img src="./images/ducc-demo/q1.rhs.png" /> | 
 |     </td> | 
 |    </tr> | 
 |    </table> | 
 |    </div> | 
 |                                                 <div id="q2"> | 
 |    <table> | 
 |    <tr> | 
 |     <td valign="top"> | 
 |      <table> | 
 | 	 <tr> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <div> | 
 | 	  <a onClick="goLeft('q2');"> | 
 | 	  <img src="./images/ducc-demo/120px-Go-previous.svg.png" /> | 
 | 	  </a> | 
 | 	  </div> | 
 | 	  <div> | 
 | 	  Previous | 
 | 	  <br /> | 
 |       Question | 
 | 	  </div> | 
 | 	 </td> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <table> | 
 | 	  <tr> | 
 | 	   <td> | 
 | 	    <table> | 
 | 	    <tr> | 
 | 	     <td> | 
 | 	      <div style="visibility:hidden">1234567890</div> | 
 | 	     </td> | 
 | 	     <td> | 
 | 	      <img src="./images/ducc-demo/q2.cloud.png" /> | 
 | 	     </td> | 
 | 	     <td> | 
 | 	     </td> | 
 | 	    </tr> | 
 | 	    </table> | 
 | 	   </td> | 
 | 	  </tr> | 
 | 	  <tr> | 
 | 	   <td> | 
 | 	    <table> | 
 | 	    <caption>2 of 3</caption> | 
 | 	    <tr> | 
 | 	     <td> | 
 | 	     <img src="./images/ducc-demo/ts-2.0x1.3.jpeg" /> | 
 | 	     </td> | 
 | 	    </tr> | 
 | 	    </table> | 
 | 	   </td> | 
 | 	  </tr> | 
 | 	 </table> | 
 | 	 </td> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <div> | 
 | 	  <a onClick="goRight('q2');"> | 
 | 	  <img src="./images/ducc-demo/120px-Go-next.svg.png" /> | 
 | 	  </a> | 
 | 	  </div> | 
 | 	  <div> | 
 | 	  Next | 
 | 	  <br /> | 
 |       Question | 
 | 	  </div> | 
 | 	 </td> | 
 | 	 </tr> | 
 | 	 </table> | 
 |     </td> | 
 |     </tr> | 
 |     <tr> | 
 |     <td> | 
 |     <br /> | 
 |     <br /> | 
 |     </td> | 
 |     </tr> | 
 |     <tr> | 
 |     <td valign="top"> | 
 |      <img src="./images/ducc-demo/q2.rhs.png" /> | 
 |     </td> | 
 |    </tr> | 
 |    </table> | 
 |    </div> | 
 |                                                 <div id="q3"> | 
 |    <table> | 
 |    <tr> | 
 |     <td valign="top"> | 
 |      <table> | 
 | 	 <tr> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <div> | 
 | 	  <a onClick="goLeft('q3');"> | 
 | 	  <img src="./images/ducc-demo/120px-Go-previous.svg.png" /> | 
 | 	  </a> | 
 | 	  </div> | 
 | 	  <div> | 
 | 	  Previous | 
 | 	  <br /> | 
 |       Question | 
 | 	  </div> | 
 | 	 </td> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <table> | 
 | 	  <tr> | 
 | 	   <td> | 
 | 	    <table> | 
 | 	    <tr> | 
 | 	     <td> | 
 | 	      <div style="visibility:hidden">1234567890</div> | 
 | 	     </td> | 
 | 	     <td> | 
 | 	      <img src="./images/ducc-demo/q3.cloud.png" /> | 
 | 	     </td> | 
 | 	     <td> | 
 | 	     </td> | 
 | 	    </tr> | 
 | 	    </table> | 
 | 	   </td> | 
 | 	  </tr> | 
 | 	  <tr> | 
 | 	   <td> | 
 | 	    <table> | 
 | 	    <caption>3 of 3</caption> | 
 | 	    <tr> | 
 | 	     <td> | 
 | 	     <img src="./images/ducc-demo/ts-2.0x1.3.jpeg" /> | 
 | 	     </td> | 
 | 	    </tr> | 
 | 	    </table> | 
 | 	   </td> | 
 | 	  </tr> | 
 | 	 </table> | 
 | 	 </td> | 
 | 	 <td align="center" valign="middle"> | 
 | 	  <div> | 
 | 	  <a onClick="goRight('q3');"> | 
 | 	  <img src="./images/ducc-demo/120px-Go-next.svg.png" /> | 
 | 	  </a> | 
 | 	  </div> | 
 | 	  <div> | 
 | 	  Next | 
 | 	  <br /> | 
 |       Question | 
 | 	  </div> | 
 | 	 </td> | 
 | 	 </tr> | 
 | 	 </table> | 
 |     </td> | 
 |     </tr> | 
 |     <tr> | 
 |     <td> | 
 |     <br /> | 
 |     <br /> | 
 |     </td> | 
 |     </tr> | 
 |     <tr> | 
 |     <td valign="top"> | 
 |      <img src="./images/ducc-demo/q3.rhs.png" /> | 
 |     </td> | 
 |    </tr> | 
 |    </table> | 
 |    </div> | 
 |                             </blockquote> | 
 |         </td></tr> | 
 |     </table> | 
 |                             </blockquote> | 
 |         </p> | 
 |       </td></tr> | 
 |     </table> | 
 |                                   </td> | 
 |                 </tr> | 
 |                 <!-- FOOTER --> | 
 |                 <tr><td colspan="2"> | 
 |                   <hr noshade="" size="1"/> | 
 |                 </td></tr> | 
 |                 <tr><td colspan="2">  | 
 |                   <table class="pageFooter"> | 
 |                     <tr> | 
 |                       <td><a href="index.html">Home</a></td> | 
 |                       <td><a href="privacy-policy.html">Privacy Policy</a></td> | 
 |                       <td style="font-size:75%"> | 
 |                 Copyright © 2006-2013, The Apache Software Foundation.<br/> | 
 |                 Apache UIMA, UIMA, the Apache UIMA logo and the Apache Feather logo are trademarks of The Apache Software Foundation.<br/> | 
 |                 All other marks mentioned may be trademarks or registered trademarks of their respective owners. | 
 |                       </td> | 
 |                       <td><a href="mailto:dev@uima.apache.org">Contact us</a></td> | 
 |                     </tr> | 
 |                   </table>                     | 
 |                 </td></tr> | 
 |             </table> | 
 |         </body> | 
 |     </html> | 
 |  |