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/31 18:58:37 UTC

svn commit: r1648761 - /ctakes/site/new/index2.html

Author: seanfinan
Date: Wed Dec 31 17:58:37 2014
New Revision: 1648761

URL: http://svn.apache.org/r1648761
Log:
Version without workflow image and news feed

Added:
    ctakes/site/new/index2.html

Added: ctakes/site/new/index2.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/index2.html?rev=1648761&view=auto
==============================================================================
--- ctakes/site/new/index2.html (added)
+++ ctakes/site/new/index2.html Wed Dec 31 17:58:37 2014
@@ -0,0 +1,223 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+   <meta charset="utf-8">
+   <meta http-equiv="X-UA-Compatible" content="IE=edge">
+   <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+   <title>
+      Apache cTAKES&trade; - clinical Text Analysis Knowledge Extraction System
+   </title>
+
+
+   <!-- Bootstrap core CSS -->
+   <link href="css/cerulean.min.css" rel="stylesheet">
+   <link href="css/custom.css" rel="stylesheet">
+
+
+   <script type="text/javascript">
+        var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-41673085-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();	
+
+
+   </script>
+
+   <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+   <!--[if lt IE 9]>
+   <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+   <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+   <![endif]-->
+</head>
+
+<body>
+
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="js/lang-tabs.js"></script>
+<script src="js/downloads.js"></script>
+
+<script src="js/moment.min.js"></script>
+<script src="js/jquery.rss.js"></script>
+<script src="js/ctakes.rss.js"></script>
+
+
+<!-- start main container -->
+<div class="container" style="max-width: 1200px;">
+
+
+<nav class="navbar navbar-default" role="navigation">
+   <!-- Brand and toggle get grouped for better mobile display -->
+   <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse"
+              data-target="#navbar-collapse-1">
+         <span class="sr-only">Toggle navigation</span>
+         <span class="icon-bar"></span>
+         <span class="icon-bar"></span>
+         <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/" style="margin-top: -10px; margin-left: -10px">
+         <img class="img-rounded hidden-xs" alt="Apache cTAKES" src="images/ctakes_logo_border.jpg"
+              style="height:115px; width:auto; margin-left: -5px; margin-top: -5px; margin-bottom: -90px">
+         <img class="img-rounded visible-xs" alt="Apache cTAKES" src="images/cTakes_small.jpg"
+              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">
+         <!-- Get Started : Download , Install Guide , User Guide , Videos , Blog , Contact Us , Glossary -->
+         <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+               Get Started <b class="caret"></b>
+            </a>
+            <ul class="dropdown-menu">
+               <li><a href="downloads.html">Download</a></li>
+               <li><a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+User+Install+Guide">
+                  Install Guide</a></li>
+               <li><a href="http://ctakes.apache.org/userguide.html">User Guide</a></li>
+               <li><a href="#">Videos</a></li>
+               <li><a href="/blog.html">Blog</a></li>
+               <li><a href="http://ctakes.apache.org/mailing-lists.html">Contact Us</a></li>
+               <li><a href="http://ctakes.apache.org/glossary.html">Glossary</a></li>
+            </ul>
+         </li>
+         <!-- Press : Blog , Who Uses cTakes , Examples , Awards , Publications , Contributors -->
+         <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+               Press <b class="caret"></b>
+            </a>
+            <ul class="dropdown-menu">
+               <li><a href="/blog.html">Blog</a></li>
+               <li><a href="usedby.html">Who uses cTAKES</a></li>
+               <li><a href="/examples.html">Examples</a></li>
+               <li><a href="http://ctakes.apache.org/relatedresources.html">Awards</a></li>
+               <li><a href="http://ctakes.apache.org/relatedresources.html">Publications</a></li>
+               <li><a href="http://ctakes.apache.org/people.html">Contributors</a></li>
+            </ul>
+         </li>
+         <!-- Developers : Download , Dev Install Guide , Dev Guide , Bug Tracker , License -->
+         <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+               Developers <b class="caret"></b>
+            </a>
+            <ul class="dropdown-menu">
+               <li><a href="downloads.html">Download Source</a></li>
+               <li><a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">
+                  Dev Install Guide</a></li>
+               <li><a href="http://ctakes.apache.org/developerguide.html">Dev Guide</a></li>
+               <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
+               <li><a href="http://ctakes.apache.org/license.html">License</a></li>
+            </ul>
+         </li>
+         <!-- Get Involved : [Get Involved] , Contact Us , Issue Tracker , ASF , Thanks , Become a Sponsor -->
+         <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+               Get Involved <b class="caret"></b>
+            </a>
+            <ul class="dropdown-menu">
+               <li><a href="http://ctakes.apache.org/get-involved.html">Get Involved</a></li>
+               <li><a href="http://ctakes.apache.org/mailing-lists.html">Contact Us</a></li>
+               <li><a href="https://issues.apache.org/jira/browse/ctakes">Log Issues</a></li>
+               <li><a href="http://www.apache.org/">Apache Software Foundation</a></li>
+               <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+               <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+            </ul>
+         </li>
+      </ul>
+   </div>
+   <!-- /.navbar-collapse -->
+</nav>
+
+
+<!-- tagline -->
+   <div class="masthead hidden-xs" style="margin-left: 225px; margin-top:0px; margin-bottom: 40px;">
+      <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 hidden-xs hidden-sm" style="margin-top: -75px;">
+         <a href="downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+         Download cTAKES
+         </a>
+      </div>
+   </div>
+
+   <div class="jumbotron">
+      <h2>Create actionable knowledge from medical plain text.</h2>
+
+      <p>Apache cTAKES&trade; is a natural language processing system for extraction of information
+         from electronic medical record clinical free-text.</p>
+   </div>
+
+
+   <!--Start Triple-section "It's what we do" -->
+<!-- ROW 1 -->
+<div class="row">
+
+   <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 information hidden within clinical documents.</p>
+      <p>Discover codable entities, temporal events, properties and relations missing from structured data.</p>
+   </div>
+
+   <div class="col-md-4 col-padded">
+      <h3><span class="glyphicon glyphicon-dashboard" style="margin-right: 20px;"></span>Fast</h3>
+      <p>Process individual documents with sub-second near real-time performance.</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>Scale up to run on clusters, queue systems and cloud computing services.</p>
+      <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>
+   </div>
+
+</div>
+<!-- end row 1 -->
+
+<!-- ROW 2 -->
+<div class="row">
+
+   <div class="col-md-4 col-padded">
+      <h3><span class="glyphicon glyphicon-cog" style="margin-right: 20px;"></span>Modular</h3>
+      <p>Use only the components you need.</p>
+      <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>Run on any major computer platform.</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><a href="downloads.html">Download</a> the latest 100% free and open-source release.</p>
+      <p><a href="howtocontrib.html#">Contribute</a> new ideas, data, code and modules.</p>
+   </div>
+
+</div>
+<!-- end row 2 -->
+
+
+<footer class="small">
+   <hr>
+   Apache cTAKES, cTAKES, Apache, and the cTAKES logo are trademarks of
+   <a href="http://www.apache.org">The Apache Software Foundation</a>.
+</footer>
+
+</div>
+<!-- end main container -->
+
+</body>
+</html>