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 2015/02/26 21:56:17 UTC

svn commit: r1662568 [1/3] - in /ctakes/site/new: community.html css/examples.css css/index.css downloads.html examples.html faq.html history.html index.html mailing.html people.html sponsors.html template.html tutorials.html usedby.html whycTAKES.html

Author: seanfinan
Date: Thu Feb 26 20:56:17 2015
New Revision: 1662568

URL: http://svn.apache.org/r1662568
Log:
Moved some style to css files
Added small feather (with link) to all footers
Some reformatting (indentation made pretty)

Modified:
    ctakes/site/new/community.html
    ctakes/site/new/css/examples.css
    ctakes/site/new/css/index.css
    ctakes/site/new/downloads.html
    ctakes/site/new/examples.html
    ctakes/site/new/faq.html
    ctakes/site/new/history.html
    ctakes/site/new/index.html
    ctakes/site/new/mailing.html
    ctakes/site/new/people.html
    ctakes/site/new/sponsors.html
    ctakes/site/new/template.html
    ctakes/site/new/tutorials.html
    ctakes/site/new/usedby.html
    ctakes/site/new/whycTAKES.html

Modified: ctakes/site/new/community.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/community.html?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/community.html (original)
+++ ctakes/site/new/community.html Thu Feb 26 20:56:17 2015
@@ -17,10 +17,13 @@
    <!-- main css created for this version of code -->
    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <link href="css/main.css" rel="stylesheet">
+   <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.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 -->
@@ -31,128 +34,141 @@
 </head>
 
 <body>
-    <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
-      <div class="navbar-inner">
-         <div class="container" id="navbar-container">
-      <!-- Brand and toggle get grouped for better mobile display -->
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+   <div class="navbar-inner">
+      <div class="container" id="navbar-container">
+         <!-- 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">
-                 <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="index.html"> <img src="images/ctakes_logo.png" />
-         </a>
-         </div>        
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+               <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="index.html"> <img src="images/ctakes_logo.png"/>
+            </a>
+         </div>
 
 
-        <!-- Collect the nav links, forms, and other content for toggling -->
-        <div class="collapse navbar-collapse" id="navbar-collapse-1">
+         <!-- Collect the nav links, forms, and other content for toggling -->
+         <div class="collapse navbar-collapse" id="navbar-collapse-1">
 
-           <ul class="nav navbar-nav navbar-right">
-              <li class="dropdown">
+            <ul class="nav navbar-nav navbar-right">
+               <li class="dropdown">
                   <a href="whycTAKES.html">Why cTAKES?</a>
                </li>
-              <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 cTAKES</a></li>
-                    <li><a href="examples.html">Examples</a></li>
-                    <li><a href="tutorials.html">Tutorials</a></li>
-
-                 </ul>
-              </li>
-
-              <li class="dropdown">
-                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    Community <b class="caret"></b>
-                 </a>
-                 <ul class="dropdown-menu">
-                    <li><a href="community.html">Get Involved</a></li>
-                    <li><a href="history.html">Project History</a></li>
-                    <li><a href="usedby.html">Who's Using cTAKES</a></li>
-                    <li><a href="people.html">People</a></li>
-                    <li><a href="https://www.apache.org/security">Security</a></li>
-                    <li><a href="https://www.apache.org/licenses/">License</a></li>
-                    <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
-                 </ul>
-              </li>
-              <li class="dropdown">
-                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
-                  <b class="caret"></b>
-                </a>
-                <ul class="dropdown-menu"> 
-                   <li><a href="faq.html">FAQ</a></li>
-                   <li><a href="mailing.html">Mailing Lists</a></li>
-                   <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                   <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                </ul>
-              </li>
-
-           </ul>
-        </div>
-        <!-- /.navbar-collapse -->
-      </div> <!-- End container -->
+               <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 cTAKES</a></li>
+                     <li><a href="examples.html">Examples</a></li>
+                     <li><a href="tutorials.html">Tutorials</a></li>
+
+                  </ul>
+               </li>
+
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                     Community <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="community.html">Get Involved</a></li>
+                     <li><a href="history.html">Project History</a></li>
+                     <li><a href="usedby.html">Who's Using cTAKES</a></li>
+                     <li><a href="people.html">People</a></li>
+                     <li><a href="https://www.apache.org/security">Security</a></li>
+                     <li><a href="https://www.apache.org/licenses/">License</a></li>
+                     <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
+                  </ul>
+               </li>
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
+                     <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="faq.html">FAQ</a></li>
+                     <li><a href="mailing.html">Mailing Lists</a></li>
+                     <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  </ul>
+               </li>
+
+            </ul>
+         </div>
+         <!-- /.navbar-collapse -->
+      </div>
+      <!-- End container -->
    </div>
-   </nav>
+</nav>
 
 <!-- end row with center panel and right navigator -->
 
 <div class="container main">
    <div class="row">
       <h1> Ways to Get Involved </h1>
-      <p> You don't need to be a software developer to contribute to Apache cTAKES. To be successful this project requires a range of different skills, levels of involvement and degrees of technical expertise. So, if you want to get involved in cTAKES, there is almost certainly a role for you. 
+
+      <p> You don't need to be a software developer to contribute to Apache cTAKES. To be successful this project
+         requires a range of different skills, levels of involvement and degrees of technical expertise. So, if you want
+         to get involved in cTAKES, there is almost certainly a role for you.
       </p>
 
       <p> We are looking for people to:
 
       <ul>
-        <li>Provide feedback</li>
-        <li>Ask and answer questions on mailing lists</li>
-        <li>Write or update documentation</li>
-        <li>Help new users</li>
-        <li>Recommend the project to others</li>
-        <li>Test the code and report bugs</li>
-        <li>Fix bugs</li>
-        <li>Give us feedback on required features</li>
-        <li>Write and update the software</li>
-        <li>Create artwork</li>
-        <li>Anything you can see that needs doing</li>
+         <li>Provide feedback</li>
+         <li>Ask and answer questions on mailing lists</li>
+         <li>Write or update documentation</li>
+         <li>Help new users</li>
+         <li>Recommend the project to others</li>
+         <li>Test the code and report bugs</li>
+         <li>Fix bugs</li>
+         <li>Give us feedback on required features</li>
+         <li>Write and update the software</li>
+         <li>Create artwork</li>
+         <li>Anything you can see that needs doing</li>
       </ul>
       </p>
 
       <p>
-      All of these contributions help to keep a project active and strengthen the community. The project team and the broader community will therefore welcome and encourage participation, and attempt to make it as easy as possible for people to get involved. Apache defines it this way.
+         All of these contributions help to keep a project active and strengthen the community. The project team and the
+         broader community will therefore welcome and encourage participation, and attempt to make it as easy as
+         possible for people to get involved. Apache defines it this way.
       </p>
 
       <h2> Steps of Involvement </h2>
 
       <p> Your first engagement with the project would probably be to subscribe to our mailing lists
-        and to try out cTAKES as a user. If this fits the bill or you see something you'd like to improve then possibly modify code or make other enhancements. After working with the community for a little bit you will be recognized as someone who should have write access. Being a committee member may be in your future. To begin down this path see the Getting Started pages.
+         and to try out cTAKES as a user. If this fits the bill or you see something you'd like to improve then possibly
+         modify code or make other enhancements. After working with the community for a little bit you will be
+         recognized as someone who should have write access. Being a committee member may be in your future. To begin
+         down this path see the Getting Started pages.
       </p>
 
       <h2> Decision Making </h2>
 
-      <p> The most important thing about engaging with any Apache project is that everyone is equal. All people with an opinion are entitled to express that opinion and, where appropriate, have it considered by the community. </p>
+      <p> The most important thing about engaging with any Apache project is that everyone is equal. All people with an
+         opinion are entitled to express that opinion and, where appropriate, have it considered by the community. </p>
 
-      <p> To some the idea of having to establish consensus in a large and distributed team sounds inefficient and frustrating. Don't despair though, The Apache Way has a set of simple processes to ensure things proceed at a good pace.
+      <p> To some the idea of having to establish consensus in a large and distributed team sounds inefficient and
+         frustrating. Don't despair though, The Apache Way has a set of simple processes to ensure things proceed at a
+         good pace.
       </p>
-      
+
    </div>
-   <!-- end row -->      
+   <!-- end row -->
 
 </div>
 <!-- end main div -->
-   <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>
+<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>.
+   <a href="http://www.apache.org"><img class="little-feather" src="images/feather_20v.png"></a>
+</footer>
 
-   <script src="https://code.jquery.com/jquery.js"></script>
-   <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
 </body>
 </html>

Modified: ctakes/site/new/css/examples.css
URL: http://svn.apache.org/viewvc/ctakes/site/new/css/examples.css?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/css/examples.css (original)
+++ ctakes/site/new/css/examples.css Thu Feb 26 20:56:17 2015
@@ -1,4 +1,9 @@
 
+.carousel {
+   width: 100%;
+   height: 300px;
+}
+
 .carousel-fade .carousel-inner .item {
    /* Fade between carousel items instead of slide */
   opacity: 0;
@@ -24,6 +29,11 @@
   background-color: #195C97;
 }
 
+.screenshot {
+  max-height: 250px;
+  float: right;
+}
+
 .markuper {
     /* Chrome, Safari, Opera */
     -webkit-animation-duration: 20s;

Modified: ctakes/site/new/css/index.css
URL: http://svn.apache.org/viewvc/ctakes/site/new/css/index.css?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/css/index.css (original)
+++ ctakes/site/new/css/index.css Thu Feb 26 20:56:17 2015
@@ -2,6 +2,6 @@ h3 {
 	text-align:center;
 }
 
-.description-container{ 
+.description-container {
 	text-align: center;
 }

Modified: ctakes/site/new/downloads.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/downloads.html?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/downloads.html (original)
+++ ctakes/site/new/downloads.html Thu Feb 26 20:56:17 2015
@@ -1,248 +1,302 @@
 <!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>
-     Downloads | Apache cTAKES&trade; - clinical Text Analysis Knowledge Extraction System
-    
-  </title>
+   <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>
+      Downloads | Apache cTAKES&trade; - clinical Text Analysis Knowledge Extraction System
+
+   </title>
    <link rel="icon" type="image/png" href="images/apache_logo.png"/>
-  
 
-  <!-- Bootstrap core CSS -->
-  <link href="css/cerulean.min.css" rel="stylesheet">
-  <link href="css/custom.css" rel="stylesheet">
 
-  <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
-  <link href="css/main.css" rel="stylesheet">
-  <link href="css/downloads.css" rel="stylesheet">
+   <!-- Bootstrap core CSS -->
+   <link href="css/cerulean.min.css" rel="stylesheet">
+   <link href="css/custom.css" rel="stylesheet">
+
+   <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
+   <link href="css/main.css" rel="stylesheet">
+   <link href="css/apache.css" rel="stylesheet">
+   <link href="css/downloads.css" rel="stylesheet">
 
-<script type="text/javascript">
+   <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>
 
 
+   </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]-->
+   <!-- 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="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
-  <script src="js/downloads.js"></script>
-
-   <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
-      <div class="navbar-inner">
-         <div class="container" id="navbar-container">
-      <!-- Brand and toggle get grouped for better mobile display -->
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="js/downloads.js"></script>
+
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+   <div class="navbar-inner">
+      <div class="container" id="navbar-container">
+         <!-- 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">
-                 <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="index.html"> <img src="images/ctakes_logo.png" />
-         </a>
-         </div>        
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+               <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="index.html"> <img src="images/ctakes_logo.png"/>
+            </a>
+         </div>
 
 
-        <!-- Collect the nav links, forms, and other content for toggling -->
-        <div class="collapse navbar-collapse" id="navbar-collapse-1">
+         <!-- Collect the nav links, forms, and other content for toggling -->
+         <div class="collapse navbar-collapse" id="navbar-collapse-1">
 
-           <ul class="nav navbar-nav navbar-right">
-              <li class="dropdown">
+            <ul class="nav navbar-nav navbar-right">
+               <li class="dropdown">
                   <a href="whycTAKES.html">Why cTAKES?</a>
                </li>
-              <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 cTAKES</a></li>
-                    <li><a href="examples.html">Examples</a></li>
-                    <li><a href="tutorials.html">Tutorials</a></li>
-
-                 </ul>
-              </li>
-
-              <li class="dropdown">
-                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    Community <b class="caret"></b>
-                 </a>
-                 <ul class="dropdown-menu">
-                    <li><a href="community.html">Get Involved</a></li>
-                    <li><a href="history.html">Project History</a></li>
-                    <li><a href="usedby.html">Who's Using cTAKES</a></li>
-                    <li><a href="people.html">People</a></li>
-                    <li><a href="https://www.apache.org/security">Security</a></li>
-                    <li><a href="https://www.apache.org/licenses/">License</a></li>
-                    <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
-                 </ul>
-              </li>
-              <li class="dropdown">
-                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
-                  <b class="caret"></b>
-                </a>
-                <ul class="dropdown-menu"> 
-                   <li><a href="faq.html">FAQ</a></li>
-                   <li><a href="mailing.html">Mailing Lists</a></li>
-                   <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                   <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                </ul>
-              </li>
-
-           </ul>
-        </div>
-        <!-- /.navbar-collapse -->
-      </div> <!-- End container -->
+               <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 cTAKES</a></li>
+                     <li><a href="examples.html">Examples</a></li>
+                     <li><a href="tutorials.html">Tutorials</a></li>
+
+                  </ul>
+               </li>
+
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                     Community <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="community.html">Get Involved</a></li>
+                     <li><a href="history.html">Project History</a></li>
+                     <li><a href="usedby.html">Who's Using cTAKES</a></li>
+                     <li><a href="people.html">People</a></li>
+                     <li><a href="https://www.apache.org/security">Security</a></li>
+                     <li><a href="https://www.apache.org/licenses/">License</a></li>
+                     <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
+                  </ul>
+               </li>
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
+                     <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="faq.html">FAQ</a></li>
+                     <li><a href="mailing.html">Mailing Lists</a></li>
+                     <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  </ul>
+               </li>
+
+            </ul>
+         </div>
+         <!-- /.navbar-collapse -->
+      </div>
+      <!-- End container -->
    </div>
-   </nav>
+</nav>
 
 <div class="container">
-  <div class="row">
-    <div class="col-md-12">
-      <h1 id="download-ctakes">Download cTAKES</h1>
-
-      <p> If you are interested in using the existing user interface, refer to the User Installation guidelines. To develop code, we recommend using the Developer Installation guidelines. Follow the <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+User+Install+Guide">User</a> or <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">Developer</a> Install Guide to direct you through the installation process with screenshots.</p>
-
-      <p> 
-        <strong> Current Version: </strong> 3.2.1 
-        <strong> Released: </strong> December 10, 2014 
-        (<a href="http://s.apache.org/ctakes-3.2.1-release-notes">Release Notes</a>/
-        <a href="http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.2.1-rc2">SVN Tag</a>)
-      </p>
-
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-12" id="user-container">
-      <h2> User Installation </h2>
-      <p> 
-        <strong> Prerequisites: </strong> Java 1.7 or higher
-      </p>
-      <!--
-      <p>
-        <ol>
-          <li>
-            <p>Choose a cTAKES release:
-          <select id="ctakesVersionSelect" onchange="javascript:onVersionSelect();"></select><br /></p>
-          </li>
-          <li>
-            <p>Choose a package type:
-          <select id="ctakesPackageSelect" onchange="javascript:onPackageSelect();"></select><br /></p>
-          </li>
-          <li>
-            <p>Choose a download type:
-          <select id="ctakesDownloadSelect" onchange="javascript:onDownloadSelect()"></select><br /></p>
-          </li>
-          <li>
-            <p>Download cTAKES: <span id="spanDownloadLink"></span></p>
-          </li>
-        -->
-        <p>
-        <ol>
-          <li> <p> Download and unzip the latest release.
-          <!-- Mirrors don't currently work.
-           or its mirrors. If the current mirror <b>http://www.eng.lsu.edu/mirrors/apache/</b> returns an error, select another: 
-          <form method="get" id="SelectMirror">
-          <select name="preferred">
-          <option value="http://mirrors.sonic.net/apache/">http://mirrors.sonic.net/apache/</option><option value="http://apache.mesi.com.ar/">http://apache.mesi.com.ar/</option><option value="http://apache.claz.org/">http://apache.claz.org/</option><option value="http://www.trieuvan.com/apache/">http://www.trieuvan.com/apache/</option><option value="http://apache.tradebit.com/pub/">http://apache.tradebit.com/pub/</option><option value="http://www.linuxtourist.com/apache/">http://www.linuxtourist.com/apache/</option><option value="http://mirror.nexcess.net/apache/">http://mirror.nexcess.net/apache/</option><option value="http://mirror.sdunix.com/apache/">http://mirror.sdunix.com/apache/</option><option value="http://www.gtlib.gatech.edu/pub/apache/">http://www.gtlib.gatech.edu/pub/apache/</option><option value="http://apache.mirrors.lucidnetworks.net/">http://apache.mirrors.lucidnetworks.net/</option><option value="http://mirror.quintex.com/apache/">http://mirror.quintex.com/apache/
 </option><option value="http://mirrors.ibiblio.org/apache/">http://mirrors.ibiblio.org/apache/</option><option value="http://download.nextag.com/apache/">http://download.nextag.com/apache/</option><option value="http://apache.cs.utah.edu/">http://apache.cs.utah.edu/</option><option value="http://apache.osuosl.org/">http://apache.osuosl.org/</option><option value="http://apache.mirrors.tds.net/">http://apache.mirrors.tds.net/</option><option value="http://www.eng.lsu.edu/mirrors/apache/">http://www.eng.lsu.edu/mirrors/apache/</option><option value="http://mirror.cogentco.com/pub/apache/">http://mirror.cogentco.com/pub/apache/</option><option value="http://apache.petsads.us/">http://apache.petsads.us/</option><option value="http://mirror.reverse.net/pub/apache/">http://mirror.reverse.net/pub/apache/</option><option value="http://mirror.cc.columbia.edu/pub/software/apache/">http://mirror.cc.columbia.edu/pub/software/apache/</option><option value="http://www.motorlogy.com/apache/">http:
 //www.motorlogy.com/apache/</option><option value="http://www.alliedquotes.com/mirrors/apache/">http://www.alliedquotes.com/mirrors/apache/</option><option value="http://mirrors.gigenet.com/apache/">http://mirrors.gigenet.com/apache/</option><option value="http://mirror.symnds.com/software/Apache/">http://mirror.symnds.com/software/Apache/</option><option value="http://www.bizdirusa.com/mirrors/apache/">http://www.bizdirusa.com/mirrors/apache/</option><option value="http://mirror.metrocast.net/apache/">http://mirror.metrocast.net/apache/</option><option value="http://apache.spinellicreations.com/">http://apache.spinellicreations.com/</option><option value="http://www.fightrice.com/mirrors/apache/">http://www.fightrice.com/mirrors/apache/</option><option value="http://apache.mirrors.pair.com/">http://apache.mirrors.pair.com/</option><option value="http://www.carfab.com/apachesoftware/">http://www.carfab.com/apachesoftware/</option><option value="http://mirror.olnevhost.net/pub/apache
 /">http://mirror.olnevhost.net/pub/apache/</option><option value="http://www.poolsaboveground.com/apache/">http://www.poolsaboveground.com/apache/</option><option value="http://apache.mirrors.hoobly.com/">http://apache.mirrors.hoobly.com/</option><option value="http://www.globalish.com/am/">http://www.globalish.com/am/</option><option value="ftp://mirror.reverse.net/pub/apache/">ftp://mirror.reverse.net/pub/apache/</option><option value="ftp://linux-files.com/apache/">ftp://linux-files.com/apache/</option><option value="ftp://apache.mirrors.tds.net/pub/apache.org/">ftp://apache.mirrors.tds.net/pub/apache.org/</option><option value="ftp://ftp.osuosl.org/pub/apache/">ftp://ftp.osuosl.org/pub/apache/</option><option value="ftp://apache.cs.utah.edu/apache.org/">ftp://apache.cs.utah.edu/apache.org/</option><option value="ftp://apache.mirrors.pair.com/">ftp://apache.mirrors.pair.com/</option><option value="http://www.eu.apache.org/dist/">http://www.eu.apache.org/dist/ (backup)</option><op
 tion value="http://www.us.apache.org/dist/">http://www.us.apache.org/dist/ (backup)</option>
-          </select>
-          <input type="submit" value="Change" /></p>
-          </form> -->
-          <table>
-          <thead>
-          <tr>
-          <th>File</th>
-          <th>Signatures</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-          <td class="table-elm"><a href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz">apache-ctakes-3.2.1-bin.tar.gz</a></td>
-          <td class="table-elm"><a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz.md5">md5</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz.sha1">sha1</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz.asc">asc</a></td>
-          </tr>
-          <tr>
-          <td class="table-elm"><a href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip">apache-ctakes-3.2.1-bin.zip</a></td>
-          <td class="table-elm"><a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip.md5">md5</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip.sha1">sha1</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip.asc">asc</a></td>
-          </tr>
-          <tr>
-          <td class="table-elm"><a href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz">apache-ctakes-3.2.1-src.tar.gz</a></td>
-          <td class="table-elm"><a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz.md5">md5</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz.sha1">sha1</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz.asc">asc</a></td>
-          </tr>
-          <tr>
-          <td class="table-elm"><a href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip">apache-ctakes-3.2.1-src.zip</a></td>
-          <td class="table-elm"><a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip.md5">md5</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip.sha1">sha1</a> <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip.asc">asc</a></td>
-          </tr>
-          </tbody>
-          </table>
-          <br>
-          <p>You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a>.</p>
-          </li>
-
-           <li>
-             <p> In order for cTAKES to run properly, download, unzip and add/merge the resources from SourceForge to the existing resources directory: <a href="http://sourceforge.net/projects/ctakesresources/files/ctakes-resources-3.2.1.1-bin.zip/download">ctakes-resources-3.2.1.1-bin.zip</a>.</p>
-          </li>
-
-          <li>
-            <p><strong> Recommended: </strong> Request UMLS access rights at <a href="https://uts.nlm.nih.gov/license.html" alt="UMLS License Application Page"> UMLS Terminology Services</a> and modify to include ctakes.umlsuser and ctakes.umlspw as parameters to Java command.</p>
-          </li>
-          </ol>
-      </p>
-    </div>
-  </div>
-
-  <br>
-
-  <div class="row">
-    <div class="col-md-12" id="developer-container">
-      <h2> Developer Installation</h2>
-      <p> 
-        <strong> Prerequisites: </strong> Java 1.7 or higher, (For Eclipse users: Eclipse IDE 4.2+, subversive plugin (or svn equivalent with appropriate SVN team provider connectors), m2e plugin (or mvn equivalent))
-      </p>
-      <p>
-        If you are interested in working with the newest under-development code or contributing to cTAKES development, you can check out the trunk branch from svn:</p>
-
-       <pre><code>svn co https://svn.apache.org/repos/asf/ctakes/trunk/ </code></pre>
-
-       <p> After checking out code, please download, unzip and add/merge the resources from SourceForge to the existing resources directory: <a href="http://sourceforge.net/projects/ctakesresources/files/ctakes-resources-3.2.1.1-bin.zip/download">ctakes-resources-3.2.1.1-bin.zip</a>.</p>
-
-       <p><strong> Recommended: </strong> Request UMLS access rights at <a href="https://uts.nlm.nih.gov/license.html" alt="UMLS License Application Page"> UMLS Terminology Services</a> and modify to include ctakes.umlsuser and ctakes.umlspw as parameters to the environment.</p>
-
-      <p> <strong> Note: </strong> For Eclipse users, follow the instructions from <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">Developer Install Guide </a> for the details of checking out code.</p> 
-    </div>
-  </div>
-
-  <div class="row">
-    <div class="col-md-12">
-
-      <br>
-      <p> Once you are done installing, you can go ahead and follow the <a href="tutorials.html">tutorial guide</a> for using cTAKES. </p>
-
-      <h3 id="all-releases">Previous Releases</h3>
-      <p> Download previous versions of cTAKES. </p>
-      <ul id="ctakesReleaseNotes">
-      </ul>
-    </div>
-  </div>
+   <div class="row">
+      <div class="col-md-12">
+         <h1 id="download-ctakes">Download cTAKES</h1>
+
+         <p> If you are interested in using the existing user interface, refer to the User Installation guidelines. To
+            develop code, we recommend using the Developer Installation guidelines. Follow the <a
+                  href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+User+Install+Guide">User</a> or <a
+                  href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">Developer</a>
+            Install Guide to direct you through the installation process with screenshots.</p>
+
+         <p>
+            <strong> Current Version: </strong> 3.2.1
+            <strong> Released: </strong> December 10, 2014
+            (<a href="http://s.apache.org/ctakes-3.2.1-release-notes">Release Notes</a>/
+            <a href="http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.2.1-rc2">SVN Tag</a>)
+         </p>
+
+      </div>
+   </div>
+
+   <div class="row">
+      <div class="col-md-12" id="user-container">
+         <h2> User Installation </h2>
+
+         <p>
+            <strong> Prerequisites: </strong> Java 1.7 or higher
+         </p>
+         <!--
+         <p>
+           <ol>
+             <li>
+               <p>Choose a cTAKES release:
+             <select id="ctakesVersionSelect" onchange="javascript:onVersionSelect();"></select><br /></p>
+             </li>
+             <li>
+               <p>Choose a package type:
+             <select id="ctakesPackageSelect" onchange="javascript:onPackageSelect();"></select><br /></p>
+             </li>
+             <li>
+               <p>Choose a download type:
+             <select id="ctakesDownloadSelect" onchange="javascript:onDownloadSelect()"></select><br /></p>
+             </li>
+             <li>
+               <p>Download cTAKES: <span id="spanDownloadLink"></span></p>
+             </li>
+           -->
+         <p>
+         <ol>
+            <li><p> Download and unzip the latest release.
+               <!-- Mirrors don't currently work.
+                or its mirrors. If the current mirror <b>http://www.eng.lsu.edu/mirrors/apache/</b> returns an error, select another:
+               <form method="get" id="SelectMirror">
+               <select name="preferred">
+               <option value="http://mirrors.sonic.net/apache/">http://mirrors.sonic.net/apache/</option><option value="http://apache.mesi.com.ar/">http://apache.mesi.com.ar/</option><option value="http://apache.claz.org/">http://apache.claz.org/</option><option value="http://www.trieuvan.com/apache/">http://www.trieuvan.com/apache/</option><option value="http://apache.tradebit.com/pub/">http://apache.tradebit.com/pub/</option><option value="http://www.linuxtourist.com/apache/">http://www.linuxtourist.com/apache/</option><option value="http://mirror.nexcess.net/apache/">http://mirror.nexcess.net/apache/</option><option value="http://mirror.sdunix.com/apache/">http://mirror.sdunix.com/apache/</option><option value="http://www.gtlib.gatech.edu/pub/apache/">http://www.gtlib.gatech.edu/pub/apache/</option><option value="http://apache.mirrors.lucidnetworks.net/">http://apache.mirrors.lucidnetworks.net/</option><option value="http://mirror.quintex.com/apache/">http://mirror.quintex.com/ap
 ache/</option><option value="http://mirrors.ibiblio.org/apache/">http://mirrors.ibiblio.org/apache/</option><option value="http://download.nextag.com/apache/">http://download.nextag.com/apache/</option><option value="http://apache.cs.utah.edu/">http://apache.cs.utah.edu/</option><option value="http://apache.osuosl.org/">http://apache.osuosl.org/</option><option value="http://apache.mirrors.tds.net/">http://apache.mirrors.tds.net/</option><option value="http://www.eng.lsu.edu/mirrors/apache/">http://www.eng.lsu.edu/mirrors/apache/</option><option value="http://mirror.cogentco.com/pub/apache/">http://mirror.cogentco.com/pub/apache/</option><option value="http://apache.petsads.us/">http://apache.petsads.us/</option><option value="http://mirror.reverse.net/pub/apache/">http://mirror.reverse.net/pub/apache/</option><option value="http://mirror.cc.columbia.edu/pub/software/apache/">http://mirror.cc.columbia.edu/pub/software/apache/</option><option value="http://www.motorlogy.com/apache/">
 http://www.motorlogy.com/apache/</option><option value="http://www.alliedquotes.com/mirrors/apache/">http://www.alliedquotes.com/mirrors/apache/</option><option value="http://mirrors.gigenet.com/apache/">http://mirrors.gigenet.com/apache/</option><option value="http://mirror.symnds.com/software/Apache/">http://mirror.symnds.com/software/Apache/</option><option value="http://www.bizdirusa.com/mirrors/apache/">http://www.bizdirusa.com/mirrors/apache/</option><option value="http://mirror.metrocast.net/apache/">http://mirror.metrocast.net/apache/</option><option value="http://apache.spinellicreations.com/">http://apache.spinellicreations.com/</option><option value="http://www.fightrice.com/mirrors/apache/">http://www.fightrice.com/mirrors/apache/</option><option value="http://apache.mirrors.pair.com/">http://apache.mirrors.pair.com/</option><option value="http://www.carfab.com/apachesoftware/">http://www.carfab.com/apachesoftware/</option><option value="http://mirror.olnevhost.net/pub/a
 pache/">http://mirror.olnevhost.net/pub/apache/</option><option value="http://www.poolsaboveground.com/apache/">http://www.poolsaboveground.com/apache/</option><option value="http://apache.mirrors.hoobly.com/">http://apache.mirrors.hoobly.com/</option><option value="http://www.globalish.com/am/">http://www.globalish.com/am/</option><option value="ftp://mirror.reverse.net/pub/apache/">ftp://mirror.reverse.net/pub/apache/</option><option value="ftp://linux-files.com/apache/">ftp://linux-files.com/apache/</option><option value="ftp://apache.mirrors.tds.net/pub/apache.org/">ftp://apache.mirrors.tds.net/pub/apache.org/</option><option value="ftp://ftp.osuosl.org/pub/apache/">ftp://ftp.osuosl.org/pub/apache/</option><option value="ftp://apache.cs.utah.edu/apache.org/">ftp://apache.cs.utah.edu/apache.org/</option><option value="ftp://apache.mirrors.pair.com/">ftp://apache.mirrors.pair.com/</option><option value="http://www.eu.apache.org/dist/">http://www.eu.apache.org/dist/ (backup)</optio
 n><option value="http://www.us.apache.org/dist/">http://www.us.apache.org/dist/ (backup)</option>
+               </select>
+               <input type="submit" value="Change" /></p>
+               </form> -->
+               <table>
+                  <thead>
+                  <tr>
+                     <th>File</th>
+                     <th>Signatures</th>
+                  </tr>
+                  </thead>
+                  <tbody>
+                  <tr>
+                     <td class="table-elm"><a
+                           href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz">apache-ctakes-3.2.1-bin.tar.gz</a>
+                     </td>
+                     <td class="table-elm"><a
+                           href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz.md5">md5</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz.sha1">sha1</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz.asc">asc</a>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td class="table-elm"><a
+                           href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip">apache-ctakes-3.2.1-bin.zip</a>
+                     </td>
+                     <td class="table-elm"><a
+                           href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip.md5">md5</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip.sha1">sha1</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip.asc">asc</a>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td class="table-elm"><a
+                           href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz">apache-ctakes-3.2.1-src.tar.gz</a>
+                     </td>
+                     <td class="table-elm"><a
+                           href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz.md5">md5</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz.sha1">sha1</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz.asc">asc</a>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td class="table-elm"><a
+                           href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip">apache-ctakes-3.2.1-src.zip</a>
+                     </td>
+                     <td class="table-elm"><a
+                           href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip.md5">md5</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip.sha1">sha1</a>
+                        <a href="http://www.apache.org/dist/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip.asc">asc</a>
+                     </td>
+                  </tr>
+                  </tbody>
+               </table>
+               <br>
+
+               <p>You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a>.</p>
+            </li>
+
+            <li>
+               <p> In order for cTAKES to run properly, download, unzip and add/merge the resources from SourceForge to
+                  the existing resources directory: <a
+                        href="http://sourceforge.net/projects/ctakesresources/files/ctakes-resources-3.2.1.1-bin.zip/download">ctakes-resources-3.2.1.1-bin.zip</a>.
+               </p>
+            </li>
+
+            <li>
+               <p><strong> Recommended: </strong> Request UMLS access rights at <a
+                     href="https://uts.nlm.nih.gov/license.html" alt="UMLS License Application Page"> UMLS Terminology
+                  Services</a> and modify to include ctakes.umlsuser and ctakes.umlspw as parameters to Java command.
+               </p>
+            </li>
+         </ol>
+         </p>
+      </div>
+   </div>
+
+   <br>
+
+   <div class="row">
+      <div class="col-md-12" id="developer-container">
+         <h2> Developer Installation</h2>
+
+         <p>
+            <strong> Prerequisites: </strong> Java 1.7 or higher, (For Eclipse users: Eclipse IDE 4.2+, subversive
+            plugin (or svn equivalent with appropriate SVN team provider connectors), m2e plugin (or mvn equivalent))
+         </p>
+
+         <p>
+            If you are interested in working with the newest under-development code or contributing to cTAKES
+            development, you can check out the trunk branch from svn:</p>
+
+         <pre><code>svn co https://svn.apache.org/repos/asf/ctakes/trunk/ </code></pre>
+
+         <p> After checking out code, please download, unzip and add/merge the resources from SourceForge to the
+            existing resources directory: <a
+                  href="http://sourceforge.net/projects/ctakesresources/files/ctakes-resources-3.2.1.1-bin.zip/download">ctakes-resources-3.2.1.1-bin.zip</a>.
+         </p>
+
+         <p><strong> Recommended: </strong> Request UMLS access rights at <a href="https://uts.nlm.nih.gov/license.html"
+                                                                             alt="UMLS License Application Page"> UMLS
+            Terminology Services</a> and modify to include ctakes.umlsuser and ctakes.umlspw as parameters to the
+            environment.</p>
+
+         <p><strong> Note: </strong> For Eclipse users, follow the instructions from <a
+               href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">Developer
+            Install Guide </a> for the details of checking out code.</p>
+      </div>
+   </div>
+
+   <div class="row">
+      <div class="col-md-12">
+
+         <br>
+
+         <p> Once you are done installing, you can go ahead and follow the <a href="tutorials.html">tutorial guide</a>
+            for using cTAKES. </p>
+
+         <h3 id="all-releases">Previous Releases</h3>
+
+         <p> Download previous versions of cTAKES. </p>
+         <ul id="ctakesReleaseNotes">
+         </ul>
+      </div>
+   </div>
 </div>
 
 <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>.
+   <hr>
+   Apache cTAKES, cTAKES, Apache, and the cTAKES logo are trademarks of
+   <a href="http://www.apache.org">The Apache Software Foundation</a>.
+   <a href="http://www.apache.org"><img class="little-feather" src="images/feather_20v.png"></a>
 </footer>
 
 
-
 </body>
 </html>

Modified: ctakes/site/new/examples.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/examples.html?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/examples.html (original)
+++ ctakes/site/new/examples.html Thu Feb 26 20:56:17 2015
@@ -20,12 +20,15 @@
 
    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <link href="css/main.css" rel="stylesheet">
+   <link href="css/apache.css" rel="stylesheet">
    <!-- css for carousel and marked text animation -->
    <link href="css/examples.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>
+
+
+   </script>
 
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
@@ -46,14 +49,13 @@
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
             </button>
-            <a class="navbar-brand" href="index.html"> <img src="images/ctakes_logo.png" />
+            <a class="navbar-brand" href="index.html"> <img src="images/ctakes_logo.png"/>
             </a>
          </div>
 
 
          <!-- Collect the nav links, forms, and other content for toggling -->
          <div class="collapse navbar-collapse" id="navbar-collapse-1">
-            <!-- TODO: Be sure to add the appropriate link to the page. -->
             <ul class="nav navbar-nav navbar-right">
                <li class="dropdown">
                   <a href="whycTAKES.html">Why cTAKES?</a>
@@ -66,7 +68,6 @@
                      <li><a href="downloads.html">Download cTAKES</a></li>
                      <li><a href="examples.html">Examples</a></li>
                      <li><a href="tutorials.html">Tutorials</a></li>
-
                   </ul>
                </li>
 
@@ -99,13 +100,14 @@
             </ul>
          </div>
          <!-- /.navbar-collapse -->
-      </div> <!-- End navbar container -->
+      </div>
+      <!-- End navbar container -->
    </div>
 </nav>
 
 <div class="container">
 
-   <div id="guiCarousel" class="carousel slide carousel-fade"  data-ride="carousel" data-interval="5000" style="width: 100%; height: 300px;">
+   <div id="guiCarousel" class="carousel slide carousel-fade" data-ride="carousel" data-interval="5000">
       <!-- Indicators -->
       <ol class="carousel-indicators">
          <li data-target="#guiCarousel" data-slide-to="0" class="active"></li>
@@ -121,14 +123,18 @@
          <div class="item active">
             <div class="row">
                <div class="col-lg-8 col-md-7 col-sm-6 hidden-xs col-padded">
-                  <h2>UIMA Cas Visual Debugger (CVD)<br><small>Process raw text and view NLP metadata</small></h2>
+                  <h2>UIMA Cas Visual Debugger (CVD)<br>
+                     <small>Process raw text and view NLP metadata</small>
+                  </h2>
                </div>
                <div class="col-xs-4 hidden-lg hidden-md hidden-sm col-padded">
-                  <h3>UIMA C.V.D.<br><small>Process raw text</small></h3>
+                  <h3>UIMA C.V.D.<br>
+                     <small>Process raw text</small>
+                  </h3>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-xs-8 col-padded">
                   <a href="https://uima.apache.org/downloads/releaseDocs/2.2.2-incubating/docs/html/tools/tools.html#cvd.mainDisplayArea">
-                     <img src="images/CvdScreen.jpg" style="width: 100%; max-height: 250px;">
+                     <img class="screenshot" src="images/CvdScreen.jpg" style="width: 100%;">
                   </a>
                </div>
             </div>
@@ -137,14 +143,18 @@
          <div class="item">
             <div class="row">
                <div class="col-lg-8 col-md-7 col-sm-6 hidden-xs col-padded">
-                  <h2>UIMA Collection Processing Engine (CPE)<br><small>Process a multiple document batch</small></h2>
+                  <h2>UIMA Collection Processing Engine (CPE)<br>
+                     <small>Process a multiple document batch</small>
+                  </h2>
                </div>
                <div class="col-xs-4 hidden-lg hidden-md hidden-sm col-padded">
-                  <h3>UIMA C.P.E.<br><small>Process a batch of notes</small></h3>
+                  <h3>UIMA C.P.E.<br>
+                     <small>Process a batch of notes</small>
+                  </h3>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-xs-8 col-padded">
                   <a href="http://uima.apache.org/downloads/releaseDocs/2.3.0-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.cpe.configurator_and_viewer">
-                     <img src="images/UimaCPE.jpg" style="width: 100%; max-height: 250px;">
+                     <img class="screenshot" src="images/UimaCPE.jpg" style="width: 100%;">
                   </a>
                </div>
             </div>
@@ -153,14 +163,18 @@
          <div class="item">
             <div class="row">
                <div class="col-lg-8 col-md-7 col-sm-6 hidden-xs col-padded">
-                  <h2>TimeLanes<br><small>View extracted UMLS and Temporal information</small></h2>
+                  <h2>TimeLanes<br>
+                     <small>View extracted UMLS and Temporal information</small>
+                  </h2>
                </div>
                <div class="col-xs-4 hidden-lg hidden-md hidden-sm col-padded">
-                  <h3>TimeLanes<br><small>View property markups</small></h3>
+                  <h3>TimeLanes<br>
+                     <small>View property markups</small>
+                  </h3>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-xs-8 col-padded">
                   <a href="https://uima.apache.org/downloads/releaseDocs/2.2.2-incubating/docs/html/tools/tools.html#cvd.mainDisplayArea">
-                     <img src="images/TimeVizScreen.jpg" style="width: 100%; max-height: 250px;">
+                     <img class="screenshot" src="images/TimeVizScreen.jpg" style="width: 100%;">
                   </a>
                </div>
             </div>
@@ -169,14 +183,18 @@
          <div class="item">
             <div class="row">
                <div class="col-lg-8 col-md-7 col-sm-6 hidden-xs col-padded">
-                  <h2>cTAKES Web Interface<br><small>Process raw text in a browser</small></h2>
+                  <h2>cTAKES Web Interface<br>
+                     <small>Process raw text in a browser</small>
+                  </h2>
                </div>
                <div class="col-xs-4 hidden-lg hidden-md hidden-sm col-padded">
-                  <h3>Web UI<br><small>Process text online</small></h3>
+                  <h3>Web UI<br>
+                     <small>Process text online</small>
+                  </h3>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-xs-8 col-padded">
                   <a href="https://community.i2b2.org/wiki/display/NLPCTAKES/Home">
-                     <img src="images/WebGui.jpg" style="width: 100%; max-height: 250px;">
+                     <img class="screenshot" src="images/WebGui.jpg" style="width: 100%;">
                   </a>
                </div>
             </div>
@@ -185,14 +203,18 @@
          <div class="item">
             <div class="row">
                <div class="col-lg-8 col-md-7 col-sm-6 hidden-xs col-padded">
-                  <h2>UIMA Asynchronous Scaleout (AS)<br><small>Process a document batch on multiple machines</small></h2>
+                  <h2>UIMA Asynchronous Scaleout (AS)<br>
+                     <small>Process a document batch on multiple machines</small>
+                  </h2>
                </div>
                <div class="col-xs-4 hidden-lg hidden-md hidden-sm col-padded">
-                  <h3>UIMA -AS<br><small>Process on multiple machines</small></h3>
+                  <h3>UIMA -AS<br>
+                     <small>Process on multiple machines</small>
+                  </h3>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-xs-8 col-padded">
                   <a href="http://uima.apache.org/doc-uimaas-what.html">
-                     <img src="images/UIMA_AS.jpg" style="max-height: 250px; float: right;">
+                     <img class="screenshot" src="images/UIMA_AS.jpg">
                   </a>
                </div>
             </div>
@@ -201,14 +223,18 @@
          <div class="item">
             <div class="row">
                <div class="col-lg-8 col-md-7 col-sm-6 hidden-xs col-padded">
-                  <h2>cTAKES i2b2 Cell<br><small>Process a documents in the i2b2 system</small></h2>
+                  <h2>cTAKES i2b2 Cell<br>
+                     <small>Process a documents in the i2b2 system</small>
+                  </h2>
                </div>
                <div class="col-xs-4 hidden-lg hidden-md hidden-sm col-padded">
-                  <h3>cTAKES i2b2<br><small>Process in i2b2</small></h3>
+                  <h3>cTAKES i2b2<br>
+                     <small>Process in i2b2</small>
+                  </h3>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-xs-8 col-padded">
                   <a href="https://www.i2b2.org">
-                     <img src="images/I2b2_Cell.jpg" style="max-height: 250px; float: right;">
+                     <img class="screenshot" src="images/I2b2_Cell.jpg">
                   </a>
                </div>
             </div>
@@ -222,9 +248,12 @@
    <div class="container-fluid">
       <div class="row" style="position: relative;">
          <img class="img-responsive" src="images/MarkedText.png">
-         <img id="neg-uncertain" class="markuper img-responsive" src="images/NegAndUncertain2.png" style="position: absolute; top: 19.3%">
-         <img id="coreference" class="markuper img-responsive" src="images/Coreference2.png" style="position: absolute; top: 62%">
-         <img id="locationof" class="markuper img-responsive" src="images/LocationOf2.png" style="position: absolute; top: 50.7%">
+         <img id="neg-uncertain" class="markuper img-responsive" src="images/NegAndUncertain2.png"
+              style="position: absolute; top: 19.3%">
+         <img id="coreference" class="markuper img-responsive" src="images/Coreference2.png"
+              style="position: absolute; top: 62%">
+         <img id="locationof" class="markuper img-responsive" src="images/LocationOf2.png"
+              style="position: absolute; top: 50.7%">
          <img id="tlink" class="markuper img-responsive" src="images/Tlink2.png" style="position: absolute; top: 70.5%">
       </div>
    </div>
@@ -237,9 +266,7 @@
    <hr>
    Apache cTAKES, cTAKES, Apache, and the cTAKES logo are trademarks of
    <a href="http://www.apache.org">The Apache Software Foundation</a>.
-   <a href="http://www.apache.org">
-      <img src="images/feather_20v.png" style="max-height: 20px; float: right; margin-right: 20px;">
-   </a>
+   <a href="http://www.apache.org"><img class="little-feather" src="images/feather_20v.png"></a>
 </footer>
 
 <script src="https://code.jquery.com/jquery.js"></script>
@@ -249,7 +276,9 @@
        $(document).ready(function(){
            $('.carousel').carousel();
        });
-   </script>
+
+
+</script>
 
 
 </body>

Modified: ctakes/site/new/faq.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/faq.html?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/faq.html (original)
+++ ctakes/site/new/faq.html Thu Feb 26 20:56:17 2015
@@ -17,11 +17,14 @@
    <!-- main css created for this version of code -->
    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <link href="css/main.css" rel="stylesheet">
+   <link href="css/apache.css" rel="stylesheet">
    <link href="css/faq.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 -->
@@ -32,123 +35,129 @@
 </head>
 
 <body>
-   <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
-      <div class="navbar-inner">
-         <div class="container" id="navbar-container">
-      <!-- Brand and toggle get grouped for better mobile display -->
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+   <div class="navbar-inner">
+      <div class="container" id="navbar-container">
+         <!-- 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">
-                 <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="index.html"> <img src="images/ctakes_logo.png" />
-         </a>
-         </div>        
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+               <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="index.html"> <img src="images/ctakes_logo.png"/>
+            </a>
+         </div>
 
 
-        <!-- Collect the nav links, forms, and other content for toggling -->
-        <div class="collapse navbar-collapse" id="navbar-collapse-1">
+         <!-- Collect the nav links, forms, and other content for toggling -->
+         <div class="collapse navbar-collapse" id="navbar-collapse-1">
 
-           <ul class="nav navbar-nav navbar-right">
-              <li class="dropdown">
+            <ul class="nav navbar-nav navbar-right">
+               <li class="dropdown">
                   <a href="whycTAKES.html">Why cTAKES?</a>
                </li>
-              <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 cTAKES</a></li>
-                    <li><a href="examples.html">Examples</a></li>
-                    <li><a href="tutorials.html">Tutorials</a></li>
-
-                 </ul>
-              </li>
-
-              <li class="dropdown">
-                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    Community <b class="caret"></b>
-                 </a>
-                 <ul class="dropdown-menu">
-                    <li><a href="community.html">Get Involved</a></li>
-                    <li><a href="history.html">Project History</a></li>
-                    <li><a href="usedby.html">Who's Using cTAKES</a></li>
-                    <li><a href="people.html">People</a></li>
-                    <li><a href="https://www.apache.org/security">Security</a></li>
-                    <li><a href="https://www.apache.org/licenses/">License</a></li>
-                    <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
-                 </ul>
-              </li>
-              <li class="dropdown">
-                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
-                  <b class="caret"></b>
-                </a>
-                <ul class="dropdown-menu"> 
-                   <li><a href="faq.html">FAQ</a></li>
-                   <li><a href="mailing.html">Mailing Lists</a></li>
-                   <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                   <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                </ul>
-              </li>
-
-           </ul>
-        </div>
-        <!-- /.navbar-collapse -->
-      </div> <!-- End container -->
-   </div>
-   </nav>
+               <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 cTAKES</a></li>
+                     <li><a href="examples.html">Examples</a></li>
+                     <li><a href="tutorials.html">Tutorials</a></li>
 
-<div class="container main-container"> 
-  <h1> Frequently Asked Questions </h1>
-  <div class="panel-group" id="accordion">
-    <div class="panel panel-default">
-      <div class="panel-heading">
-        <h4 class="panel-title">
-          <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">What is cTAKES? </a>
-        </h4>
-      </div>
-      <div id="collapseOne" class="panel-collapse collapse ">
-        <div class="panel-body"> cTAKES ....  </div>
-      </div>
-    </div>
+                  </ul>
+               </li>
 
-    <div class="panel panel-default">
-      <div class="panel-heading">
-        <h4 class="panel-title">
-          <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"> How do I use cTAKES? </a>
-        </h4>
-      </div>
-      <div id="collapseTwo" class="panel-collapse collapse">
-        <div class="panel-body"> cTAKES </div>
-      </div>
-    </div>
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                     Community <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="community.html">Get Involved</a></li>
+                     <li><a href="history.html">Project History</a></li>
+                     <li><a href="usedby.html">Who's Using cTAKES</a></li>
+                     <li><a href="people.html">People</a></li>
+                     <li><a href="https://www.apache.org/security">Security</a></li>
+                     <li><a href="https://www.apache.org/licenses/">License</a></li>
+                     <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
+                  </ul>
+               </li>
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
+                     <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="faq.html">FAQ</a></li>
+                     <li><a href="mailing.html">Mailing Lists</a></li>
+                     <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  </ul>
+               </li>
 
-    <div class="panel panel-default">
-      <div class="panel-heading">
-        <h4 class="panel-title">
-          <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree"> How do I get additional help?</a>
-        </h4>
+            </ul>
+         </div>
+         <!-- /.navbar-collapse -->
       </div>
-      <div id="collapseThree" class="panel-collapse collapse">
-        <div class="panel-body"> You can search through the mail archives, JIRA issues, or email dev at ctakes.apache.org with a description of your issue. </div>
+      <!-- End container -->
+   </div>
+</nav>
+
+<div class="container main-container">
+   <h1> Frequently Asked Questions </h1>
+
+   <div class="panel-group" id="accordion">
+      <div class="panel panel-default">
+         <div class="panel-heading">
+            <h4 class="panel-title">
+               <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">What is cTAKES? </a>
+            </h4>
+         </div>
+         <div id="collapseOne" class="panel-collapse collapse ">
+            <div class="panel-body"> cTAKES ....</div>
+         </div>
+      </div>
+
+      <div class="panel panel-default">
+         <div class="panel-heading">
+            <h4 class="panel-title">
+               <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"> How do I use cTAKES? </a>
+            </h4>
+         </div>
+         <div id="collapseTwo" class="panel-collapse collapse">
+            <div class="panel-body"> cTAKES</div>
+         </div>
+      </div>
+
+      <div class="panel panel-default">
+         <div class="panel-heading">
+            <h4 class="panel-title">
+               <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree"> How do I get additional
+                  help?</a>
+            </h4>
+         </div>
+         <div id="collapseThree" class="panel-collapse collapse">
+            <div class="panel-body"> You can search through the mail archives, JIRA issues, or email dev at
+               ctakes.apache.org with a description of your issue.
+            </div>
+         </div>
       </div>
-    </div>
-  </div>
-      
-      
-</div> 
+   </div>
+
+
+</div>
 
 <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>.
+   <hr>
+   Apache cTAKES, cTAKES, Apache, and the cTAKES logo are trademarks of
+   <a href="http://www.apache.org">The Apache Software Foundation</a>.
+   <a href="http://www.apache.org"><img class="little-feather" src="images/feather_20v.png"></a>
 </footer>
 
-  <script src="https://code.jquery.com/jquery.js"></script>
-  <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
-  <script src="js/lang-tabs.js"></script>
-  <script src="js/main.js"></script>
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="js/lang-tabs.js"></script>
+<script src="js/main.js"></script>
 </body>
 </html>

Modified: ctakes/site/new/history.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/history.html?rev=1662568&r1=1662567&r2=1662568&view=diff
==============================================================================
--- ctakes/site/new/history.html (original)
+++ ctakes/site/new/history.html Thu Feb 26 20:56:17 2015
@@ -17,9 +17,12 @@
    <!-- main css created for this version of code -->
    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <link href="css/main.css" rel="stylesheet">
+   <link href="css/apache.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 -->
@@ -30,102 +33,114 @@
 </head>
 
 <body>
-   <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
-      <div class="navbar-inner">
-         <div class="container" id="navbar-container">
-      <!-- Brand and toggle get grouped for better mobile display -->
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+   <div class="navbar-inner">
+      <div class="container" id="navbar-container">
+         <!-- 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">
-                 <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="index.html"> <img src="images/ctakes_logo.png" />
-         </a>
-         </div>        
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+               <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="index.html"> <img src="images/ctakes_logo.png"/>
+            </a>
+         </div>
 
 
-        <!-- Collect the nav links, forms, and other content for toggling -->
-        <div class="collapse navbar-collapse" id="navbar-collapse-1">
+         <!-- Collect the nav links, forms, and other content for toggling -->
+         <div class="collapse navbar-collapse" id="navbar-collapse-1">
 
-           <ul class="nav navbar-nav navbar-right">
-              <li class="dropdown">
+            <ul class="nav navbar-nav navbar-right">
+               <li class="dropdown">
                   <a href="whycTAKES.html">Why cTAKES?</a>
                </li>
-              <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 cTAKES</a></li>
-                    <li><a href="examples.html">Examples</a></li>
-                    <li><a href="tutorials.html">Tutorials</a></li>
-
-                 </ul>
-              </li>
-
-              <li class="dropdown">
-                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    Community <b class="caret"></b>
-                 </a>
-                 <ul class="dropdown-menu">
-                    <li><a href="community.html">Get Involved</a></li>
-                    <li><a href="history.html">Project History</a></li>
-                    <li><a href="usedby.html">Who's Using cTAKES</a></li>
-                    <li><a href="people.html">People</a></li>
-                    <li><a href="https://www.apache.org/security">Security</a></li>
-                    <li><a href="https://www.apache.org/licenses/">License</a></li>
-                    <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
-                 </ul>
-              </li>
-              <li class="dropdown">
-                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
-                  <b class="caret"></b>
-                </a>
-                <ul class="dropdown-menu"> 
-                   <li><a href="faq.html">FAQ</a></li>
-                   <li><a href="mailing.html">Mailing Lists</a></li>
-                   <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                   <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                </ul>
-              </li>
-
-           </ul>
-        </div>
-        <!-- /.navbar-collapse -->
-      </div> <!-- End container -->
+               <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 cTAKES</a></li>
+                     <li><a href="examples.html">Examples</a></li>
+                     <li><a href="tutorials.html">Tutorials</a></li>
+
+                  </ul>
+               </li>
+
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                     Community <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="community.html">Get Involved</a></li>
+                     <li><a href="history.html">Project History</a></li>
+                     <li><a href="usedby.html">Who's Using cTAKES</a></li>
+                     <li><a href="people.html">People</a></li>
+                     <li><a href="https://www.apache.org/security">Security</a></li>
+                     <li><a href="https://www.apache.org/licenses/">License</a></li>
+                     <li><a href="https://issues.apache.org/jira/browse/ctakes">Issue Tracker</a></li>
+                  </ul>
+               </li>
+               <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources
+                     <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <li><a href="faq.html">FAQ</a></li>
+                     <li><a href="mailing.html">Mailing Lists</a></li>
+                     <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  </ul>
+               </li>
+
+            </ul>
+         </div>
+         <!-- /.navbar-collapse -->
+      </div>
+      <!-- End container -->
    </div>
-   </nav>
+</nav>
 
 <!-- end row with center panel and right navigator -->
 
 <div class="container main">
    <div class="row">
       <h1> History </h1>
+
       <p>
-        The development of cTAKES started in 2006 by a team of physicians, computer scientists and software engineers at the Mayo Clinic. The development team was led by Dr. Guergana Savova & Dr. Christopher Chute. cTAKES is released open source under an Apache v2.0 license. This system was deployed at Mayo and is currently an integral part of their clinical data management infrastructure and has processed in excess of 80 million clinical notes.
+         The development of cTAKES started in 2006 by a team of physicians, computer scientists and software engineers
+         at the Mayo Clinic. The development team was led by Dr. Guergana Savova & Dr. Christopher Chute. cTAKES is
+         released open source under an Apache v2.0 license. This system was deployed at Mayo and is currently an
+         integral part of their clinical data management infrastructure and has processed in excess of 80 million
+         clinical notes.
       </p>
 
       <p>
-        Following Dr. Savova's move to Children's Hospital Boston in early 2010, the core development team expanded to include Mayo Clinic and Children's Hospital Boston. Additional collaborations with external groups at University of Colorado, Brandeis University, University of Pittsburgh, University of California at San Diego continue to extend the capabilities of cTAKES into areas such Temporal Reasoning, Clinical Question and Answering, and coreference resolution for the clinical domain. In 2010, cTAKES was adopted by the I2B2 program and is a central component of the SHARP Area 4.
+         Following Dr. Savova's move to Children's Hospital Boston in early 2010, the core development team expanded to
+         include Mayo Clinic and Children's Hospital Boston. Additional collaborations with external groups at
+         University of Colorado, Brandeis University, University of Pittsburgh, University of California at San Diego
+         continue to extend the capabilities of cTAKES into areas such Temporal Reasoning, Clinical Question and
+         Answering, and coreference resolution for the clinical domain. In 2010, cTAKES was adopted by the I2B2 program
+         and is a central component of the SHARP Area 4.
       </p>
 
       <p>
-        On June 11, 2012, cTAKES entered the Apache Incubator. On March 20, 2013, cTAKES graduated into an Apache TLP.
+         On June 11, 2012, cTAKES entered the Apache Incubator. On March 20, 2013, cTAKES graduated into an Apache TLP.
       </p>
    </div>
-   <!-- end row -->      
+   <!-- end row -->
 
 </div>
 <!-- end main div -->
-   <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>
+<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>.
+   <a href="http://www.apache.org"><img class="little-feather" src="images/feather_20v.png"></a>
+</footer>
 
-   <script src="https://code.jquery.com/jquery.js"></script>
-   <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
 </body>
 </html>