You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2014/12/24 21:53:54 UTC

svn commit: r1647841 - /ctakes/site/new/index.html

Author: seanfinan
Date: Wed Dec 24 20:53:54 2014
New Revision: 1647841

URL: http://svn.apache.org/r1647841
Log:
Improved integration of cTakes brand image and tagline with NavBar
Rephrased Row Items
Removed last Row (Community, Get Started)

Modified:
    ctakes/site/new/index.html

Modified: ctakes/site/new/index.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/index.html?rev=1647841&r1=1647840&r2=1647841&view=diff
==============================================================================
--- ctakes/site/new/index.html (original)
+++ ctakes/site/new/index.html Wed Dec 24 20:53:54 2014
@@ -60,13 +60,14 @@
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
       </button>
-      <a class="navbar-brand" href="/">
+      <a class="navbar-brand" href="/" style="margin-top: -10px; margin-left: -10px">
          <img class="img-rounded hidden-xs" alt="Apache cTAKES" src="http://ctakes.apache.org/images/ctakes_logo.jpg"
-              style="height:100px; width:auto">
+              style="height:100px; width:auto; margin-bottom: -90px">
          <img class="img-rounded visible-xs" alt="Apache cTAKES" src="images/cTakes_small.jpg"
-              style="height:39px; width:auto">
+              style="height:39px; width:auto; margin-bottom: -20px">
       </a>
    </div>
+
    <!-- Collect the nav links, forms, and other content for toggling -->
    <div class="navbar-collapse collapse" id="navbar-collapse-1">
       <ul class="nav navbar-nav navbar-right">
@@ -83,11 +84,11 @@
             </ul>
          </li>
          <li><a href="/examples.html">Examples</a></li>
-      </ul>
-      <ul class="nav navbar-nav navbar-right">
+      <!--</ul>-->
+      <!--<ul class="nav navbar-nav navbar-right">-->
          <li class="dropdown">
             <a href="/community.html" class="dropdown-toggle" data-toggle="dropdown">
-               Community <b class="caret"></b>
+               Community <b    class="caret"></b>
             </a>
             <ul class="dropdown-menu">
                <li><a href="community.html">Mailing Lists</a></li>
@@ -103,9 +104,21 @@
       </ul>
    </div>
    <!-- /.navbar-collapse -->
+
 </nav>
 
 
+
+<div class="masthead hidden-sm hidden-xs" style="margin-left: 220px; margin-top:-5px; margin-bottom: 10px;">
+   <p class="lead">
+      <span class="tagline">clinical Text Analysis and Knowledge Extraction System</span>
+   </p>
+</div>
+
+
+
+
+
 <div class="row">
    <div class="col-md-3 col-md-push-9">
       <div class="hidden-xs hidden-sm">
@@ -164,7 +177,7 @@
    <div class="col-md-4 col-padded">
       <h3><span class="glyphicon glyphicon-flash" style="margin-right: 20px;"></span>Powerful</h3>
 
-      <p>Unlock the 80% of patient knowledge hidden within clinical plain text documents.</p>
+      <p>Unlock the 80% of patient information hidden within clinical documents.</p>
 
       <p>Discover codable entities, temporal events, properties and relations missing from structured data.</p>
    </div>
@@ -172,21 +185,22 @@
    <div class="col-md-4 col-padded">
       <h3><span class="glyphicon glyphicon-dashboard" style="margin-right: 20px;"></span>Fast</h3>
 
-      <p>Process individual documents at sub-second near real-time performance.</p>
+      <p>Process individual documents with sub-second near real-time performance.</p>
 
-      <p>Process Database- or file-stored batches at 10,000 clinical notes per hour on each pipeline.</p>
+      <p>Process Database- or file-stored batches at 50,000 clinical notes per hour.*</p>
    </div>
 
    <div class="col-md-4 col-padded">
       <h3><span class="glyphicon glyphicon-arrow-up" style="margin-right: 20px;"></span>Scalable</h3>
 
-      <p>cTAKES has been scaled up to run on clusters, queue systems and cloud computing services.</p>
+      <p>Scale up to run on clusters, queue systems and cloud computing services.</p>
 
-      <p>Users have implemented solutions using
+      <p>Use contributed solutions with
          <a href="http://uima.apache.org/doc-uimaas-what.html">UIMA-AS</a>,
          <a href="http://bigtop.apache.org/">BigTop</a>,
          <a href="http://spark.apache.org/">Spark</a>
-         and <a href="http://hadoop.apache.org/">Hadoop</a></p>
+         and <a href="http://hadoop.apache.org/">Hadoop</a>
+      </p>
    </div>
 
 </div>
@@ -200,64 +214,62 @@
 
       <p>Use only the components you need.</p>
 
-      <p>Pipelines are fully customizable and able to use any <a href="uima.apache.org">Apache UIMA</a>
+      <p>Fully customize pipelines to use any <a href="uima.apache.org">Apache UIMA</a>
          compatible component.</p>
    </div>
 
    <div class="col-md-4 col-padded">
       <h3><span class="glyphicon glyphicon-ok" style="margin-right: 20px;"></span>Portable</h3>
 
-      <p>Developed in Java, cTAKES can run on any major computer platform.</p>
+      <p>Run on any major computer platform.</p>
 
-      <p>Embed cTAKES in an application or run it alone using included GUI Tools.</p>
+      <p>Embed cTAKES in any Java application or run the included GUI Tools.</p>
    </div>
 
    <div class="col-md-4 col-padded">
       <h3><span class="glyphicon glyphicon-usd" style="margin-right: 20px;"></span>Free</h3>
 
-      <p>cTAKES is 100% free and open-source.</p>
+      <p><a href="downloads.html">Download</a> the latest 100% free and open-source release.</p>
 
-      <p><a href="howtocontrib.html#">Contributions</a> are possible by any interested and approved parties.</p>
+      <p><a href="howtocontrib.html#">Contribute</a> new ideas, data, code and modules.</p>
    </div>
 
 </div>
 <!-- end row -->
 
 <!-- ROW 3 -->
-<div class="row">
-   <div class="col-md-1 hidden-xs hidden-sm col-padded">
-   </div>
+<!--<div class="row">-->
+   <!--<div class="col-md-1 hidden-xs hidden-sm col-padded">-->
+   <!--</div>-->
+
+   <!--<div class="col-md-4 col-padded">-->
+      <!--<h3><span class="glyphicon glyphicon-globe" style="margin-right: 20px;"></span>Community</h3>-->
+
+      <!--<p>Join our large, global and diverse group.</p>-->
+      <!--<ul class="list-narrow">-->
+         <!--<li>Use the <a href="/community.html#mailing-lists">mailing lists</a> to ask questions</li>-->
+         <!--<li>Visit a <a href="http://www.meetup.com/cTAKES">Boston cTAKES meetup</a></li>-->
+      <!--</ul>-->
+   <!--</div>-->
+
+   <!--<div class="col-md-1 hidden-xs hidden-sm col-padded">-->
+   <!--</div>-->
+
+   <!--<div class="col-md-4 col-padded">-->
+      <!--<h3><span class="glyphicon glyphicon-play" style="margin-right: 20px;"></span>Get Started</h3>-->
+
+      <!--<p>Use cTAKES out-of-the-box.</p>-->
+      <!--<ul class="list-narrow">-->
+         <!--<li><a href="downloads.html">Download</a> the latest release-->
+         <!--<li>Read the <a href="/docs/latest/quick-start.html">quick start guide</a></li>-->
+         <!--<li>Watch <a href="trainme.html">videos and tutorials</a></li>-->
+      <!--</ul>-->
+   <!--</div>-->
 
-   <div class="col-md-4 col-padded">
-      <h3><span class="glyphicon glyphicon-globe" style="margin-right: 20px;"></span>Community</h3>
+   <!--<div class="col-md-2 hidden-xs hidden-sm col-padded">-->
+   <!--</div>-->
 
-      <p>A large, global and diverse group develops, uses and supports cTAKES software and workflows.</p>
-      <ul class="list-narrow">
-         <li>Use the <a href="/community.html#mailing-lists">mailing lists</a> to ask questions</li>
-         <li>Visit a <a href="http://www.meetup.com/cTAKES">Boston cTAKES meetup</a></li>
-         <!-- Should this be a top-level item ? -->
-         <li>Use <a href="https://issues.apache.org/jira/browse/CTAKES">JIRA</a> to track issues</li>
-      </ul>
-   </div>
-
-   <div class="col-md-1 hidden-xs hidden-sm col-padded">
-   </div>
-
-   <div class="col-md-4 col-padded">
-      <h3><span class="glyphicon glyphicon-play" style="margin-right: 20px;"></span>Get Started</h3>
-
-      <p>Anyone can use cTAKES out-of-the-box.</p>
-      <ul class="list-narrow">
-         <li><a href="downloads.html">Download</a> the latest release
-         <li>Read the <a href="/docs/latest/quick-start.html">quick start guide</a></li>
-         <li>Watch <a href="trainme.html">videos and tutorials</a></li>
-      </ul>
-   </div>
-
-   <div class="col-md-2 hidden-xs hidden-sm col-padded">
-   </div>
-
-</div>
+<!--</div>-->
 <!-- end row -->