You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2015/03/05 19:00:26 UTC

svn commit: r1664438 - /ctakes/site/trunk/content/mdtexttest.mdtext

Author: chenpei
Date: Thu Mar  5 18:00:25 2015
New Revision: 1664438

URL: http://svn.apache.org/r1664438
Log:
CMS commit to ctakes by chenpei

Modified:
    ctakes/site/trunk/content/mdtexttest.mdtext

Modified: ctakes/site/trunk/content/mdtexttest.mdtext
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/mdtexttest.mdtext?rev=1664438&r1=1664437&r2=1664438&view=diff
==============================================================================
--- ctakes/site/trunk/content/mdtexttest.mdtext (original)
+++ ctakes/site/trunk/content/mdtexttest.mdtext Thu Mar  5 18:00:25 2015
@@ -1,8 +1,6 @@
-:::text
 <div class="col-md-12 jumbotron">
    <div class="container">
       <h1>Apache cTAKES&trade;</h1>
-
       <p>Apache cTAKES&trade; is a natural language processing system for extraction of information
          from electronic medical record clinical free-text.</p>
       <a href="downloads.cgi" class="btn btn-primary btn-lg">
@@ -13,14 +11,10 @@
       </a>
    </div>
 </div>
-
 <!-- end row with center panel and right navigator -->
-
 <div class="container main">
-
    <!-- ROW-->
    <div class="row">
-
       <div class="col-sm-6 col-md-4 description-container">
          <h2>Powerful</h2>
          <span class="fa-stack fa-3x">
@@ -28,62 +22,49 @@
           <span class="fa fa-circle-thin fa-stack-2x fa-inverse"></span>
         </span>
          <br>
-
          <p>Discover codable entities, temporal events, properties and relations.</p>
       </div>
-
       <div class="col-sm-6 col-md-4 description-container">
          <h2>Fast</h2>
          <span class="fa-stack fa-3x">
           <span class="fa fa-clock-o fa-stack-1x mid-icon"></span>
           <span class="fa fa-circle-thin fa-stack-2x"></span>
         </span>
-
          <p>Process database or file-stored batches at 50,000 clinical notes per hour.</p>
       </div>
-
       <div class="col-sm-6 col-md-4 description-container">
          <h2>Scalable</h2>
         <span class="fa-stack fa-3x">
           <span class="fa fa-arrow-up fa-stack-1x mid-icon"></span>
           <span class="fa fa-circle-thin fa-stack-2x"></span>
         </span>
-
          <p>Scale up to run on clusters, queue systems and cloud computing services.</p>
       </div>
-
       <div class="col-sm-6 col-md-4 description-container">
          <h2>Modular</h2>
         <span class="fa-stack fa-3x">
           <span class="fa fa-gear fa-stack-1x mid-icon"></span>
           <span class="fa fa-circle-thin fa-stack-2x"></span>
         </span>
-
          <p>Fully customize pipelines to use any Apache UIMA compatible component. </p>
       </div>
-
       <div class="col-sm-6 col-md-4 description-container">
          <h2>Portable</h2>
           <span class="fa-stack fa-3x">
           <span class="fa fa-check fa-stack-1x mid-icon"></span>
           <span class="fa fa-circle-thin fa-stack-2x"></span>
         </span>
-
          <p>Run in Java on any major platform.</p>
       </div>
-
       <div class="col-sm-6 col-md-4 description-container">
          <h2>Free</h2>
          <span class="fa-stack fa-3x">
           <span class="fa fa-dollar fa-stack-1x mid-icon"></span>
           <span class="fa fa-ban fa-stack-2x"></span>
         </span>
-
          <p>Download the latest 100% free and open source release. </p>
       </div>
-
    </div>
    <!-- end row -->
-
 </div>
 <!-- end main div -->
\ No newline at end of file