You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by mi...@apache.org on 2015/02/27 23:02:32 UTC

svn commit: r1662828 - in /ctakes/site/new: css/downloads.css css/main.css downloads.html examples.html whycTAKES.html

Author: michelle
Date: Fri Feb 27 22:02:32 2015
New Revision: 1662828

URL: http://svn.apache.org/r1662828
Log:
CTAKES-342 made modifications to downloads.html to make it cleaner and moved the animation to whyctakespage

Modified:
    ctakes/site/new/css/downloads.css
    ctakes/site/new/css/main.css
    ctakes/site/new/downloads.html
    ctakes/site/new/examples.html
    ctakes/site/new/whycTAKES.html

Modified: ctakes/site/new/css/downloads.css
URL: http://svn.apache.org/viewvc/ctakes/site/new/css/downloads.css?rev=1662828&r1=1662827&r2=1662828&view=diff
==============================================================================
--- ctakes/site/new/css/downloads.css (original)
+++ ctakes/site/new/css/downloads.css Fri Feb 27 22:02:32 2015
@@ -1,11 +1,7 @@
-#developer-container {
-	background-color: #eef6fd;
-	border-radius: 5px;
-}
-
-#user-container {
+#preq-container {
 	background-color: #eef6fd;
 	border-radius: 5px;
+	padding: 10px;
 }
 
 .table-elm {

Modified: ctakes/site/new/css/main.css
URL: http://svn.apache.org/viewvc/ctakes/site/new/css/main.css?rev=1662828&r1=1662827&r2=1662828&view=diff
==============================================================================
--- ctakes/site/new/css/main.css (original)
+++ ctakes/site/new/css/main.css Fri Feb 27 22:02:32 2015
@@ -8,6 +8,7 @@ body {
 
 .btn { 
 	border-radius: 0;
+	width:150px;
 }
 
 .container {

Modified: ctakes/site/new/downloads.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/downloads.html?rev=1662828&r1=1662827&r2=1662828&view=diff
==============================================================================
--- ctakes/site/new/downloads.html (original)
+++ ctakes/site/new/downloads.html Fri Feb 27 22:02:32 2015
@@ -1,3 +1,6 @@
+<!-- Use this page as a template guide for making new pages on the site. 
+     Main edits can be made to line 23, 55, 103 -->
+
 <!DOCTYPE html>
 <html lang="en">
 <head>
@@ -6,8 +9,7 @@
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
    <title>
-      Downloads | Apache cTAKES&trade; - clinical Text Analysis Knowledge Extraction System
-
+      Apache cTAKES&trade; - clinical Text Analysis Knowledge Extraction System
    </title>
    <link rel="icon" type="image/png" href="images/apache_logo.png"/>
 
@@ -22,11 +24,11 @@
    <link href="css/downloads.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); })();	
+          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]>
@@ -36,10 +38,6 @@
 </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">
@@ -58,7 +56,7 @@
 
          <!-- 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>
@@ -111,183 +109,125 @@
 
 <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>
+      <h1>Download cTAKES&trade;</h1>
+      <p>
+         <strong>Current Version:</strong> 3.2.1 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+         <strong>Released:</strong> December 10, 2014 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+         ( <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 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>
+   <div class="col-xs-12 col-sm-12">
+      <div class="row" id="preq-container">
+         <h4>Prerequisites:</h4>
+         <ul>
+            <li><strong>All Users:</strong>
+               <ul>
+                  <li><a href="https://www.oracle.com/java/index.html">Oracle <sup>&reg;</sup> Java</a>&trade; 1.7 or
+                     higher
+                  </li>
+               </ul>
             </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><strong>Dictionary Users:</strong>
+               <ul>
+                  <li><a href="https://uts.nlm.nih.gov/license.html">UMLS<sup>&reg;</sup> license</a></li>
+                  <li><a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0+-+Dictionary+Lookup">
+                     Specification of license</a> with <code>ctakes.umlsuser</code> and <code>ctakes.umlspw</code>
+                     parameters or an appropriate descriptor file.
+                  </li>
+               </ul>
             </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><strong>Developers:</strong>
+               <ul>
+                  <li><a href="https://subversion.apache.org/">Apache Subversion&trade; (SVN)</a> Client or equivalent
+                     <abbr title="Integrated Development Environment">IDE</abbr> plugin
+                  </li>
+                  <li><a href="https://maven.apache.org/">Apache Maven&trade;</a> or equivalent
+                     <abbr title="Integrated Development Environment">IDE</abbr> plugin
+                  </li>
+               </ul>
             </li>
-         </ol>
-         </p>
+         </ul>
       </div>
    </div>
 
-   <br>
 
    <div class="row">
-      <div class="col-md-12" id="developer-container">
-         <h2> Developer Installation</h2>
+      <!--  Binary Download  -->
+      <div class="col-xs-12 col-sm-6">
+         <div class="download-container">
+            <h2 style="text-align: center;">User Installation</h2>
+
+            <p>Zipped Installation with everything but the
+               <abbr title="Unified Medical Language System">UMLS</abbr><sup>&reg;</sup> dictionary.<br>
+               Please refer to the
+               <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+User+Install+Guide">
+                  User Install Guide</a> for assistance.</p>
+            <a href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.zip"
+               class="btn btn-download btn-primary btn-lg">Windows</a>
+            <a href=href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-bin.tar.gz"
+               class="btn btn-download btn-primary btn-lg">Mac/Linux</a>
 
-         <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>
 
-   <div class="row">
-      <div class="col-md-12">
+      <!--  Source Download  -->
+      <div class="col-xs-12 col-sm-6">
+         <div class="download-container">
+            <h2 style="text-align: center;">Source Code</h2>
+
+            <p>Zipped Source code with everything but the
+               <abbr title="Unified Medical Language System">UMLS</abbr><sup>&reg;</sup> dictionary.<br>
+               Please refer to the
+               <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">
+                  Developer Install Guide</a> for assistance.</p>
+            <a href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.zip"
+               class="btn btn-download btn-primary btn-lg">Windows</a>
+            <a href=href="http://www.eng.lsu.edu/mirrors/apache/ctakes/ctakes-3.2.1/apache-ctakes-3.2.1-src.tar.gz"
+               class="btn btn-download btn-primary btn-lg">Mac/Linux</a>
 
-         <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>
+         </div>
+      </div>
 
-         <h3 id="all-releases">Previous Releases</h3>
+      <!--  UMLS Download  -->
+      <div class="col-xs-12 col-sm-6">
+         <div class="download-container">
+            <h2 style="text-align: center;">UMLS<sup>&reg;</sup> Dictionary</h2>
+
+            <p>Zipped copy of the cTAKES&trade;
+               <abbr title="Unified Medical Language System">UMLS</abbr><sup>&reg;</sup> dictionary.
+               Please refer to the
+               <!-- TODO : Should write a separate page that outlines what the dictionaries are, licensing,
+                and where/how to get them on the net, where to install them locally, and how to configure user/pass -->
+               <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0+-+Dictionary+Lookup">
+                  Dictionary Install Guide</a> for assistance. Install fast version if only running ctakes-fast. </p>
+            <a href="http://sourceforge.net/projects/ctakesresources/files/ctakes-resources-3.2.1.1-bin.zip/download"
+               class="btn btn-download btn-primary btn-lg">All Versions</a>
+            <!-- TODO : a 50MB download of the -fast dictionary should be an option; 610MB downloads are bad -->
+            <a href="http://sourceforge.net/projects/ctakesresources/files/ctakes-resources-3.2.1.1-bin.zip/download"
+               class="btn btn-download btn-primary btn-lg">Fast Version</a>
+         </div>
+      </div>
 
-         <p> Download previous versions of cTAKES. </p>
-         <ul id="ctakesReleaseNotes">
-         </ul>
+      <!--  Developer SVN Help  -->
+      <div class="col-xs-12 col-sm-6">
+         <div class="download-container">
+            <h2 style="text-align: center;">Developer SVN</h2>
+
+            <p>The latest version of source code, currently under development.<br>
+               Please refer to the
+               <a href="https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+Developer+Install+Guide">
+                  Developer Install Guide</a> for assistance.</p>
+            <pre><code>svn co https://svn.apache.org/repos/asf/ctakes/trunk/</code></pre>
+         </div>
       </div>
+
+
    </div>
+
+
+
 </div>
 
 <footer class="small">
@@ -296,6 +236,8 @@
    <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>
 
 
 </body>

Modified: ctakes/site/new/examples.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/examples.html?rev=1662828&r1=1662827&r2=1662828&view=diff
==============================================================================
--- ctakes/site/new/examples.html (original)
+++ ctakes/site/new/examples.html Fri Feb 27 22:02:32 2015
@@ -244,19 +244,7 @@
    </div>
    <!-- End Carousel -->
 
-   <!-- Example Text and markup -->
-   <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="tlink" class="markuper img-responsive" src="images/Tlink2.png" style="position: absolute; top: 70.5%">
-      </div>
-   </div>
+  
 
 
 </div>

Modified: ctakes/site/new/whycTAKES.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/whycTAKES.html?rev=1662828&r1=1662827&r2=1662828&view=diff
==============================================================================
--- ctakes/site/new/whycTAKES.html (original)
+++ ctakes/site/new/whycTAKES.html Fri Feb 27 22:02:32 2015
@@ -19,6 +19,9 @@
    <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); })();	
 
@@ -105,12 +108,18 @@
 
 <div class="container main">
    <h2> Why cTAKES? </h2>
-   <!-- ROW-->
-   <div class="row">
-      <img src="images/Features4.jpg">
-
-   </div>
-   <!-- end row -->
+   <!-- Example Text and markup -->
+   <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="tlink" class="markuper img-responsive" src="images/Tlink2.png" style="position: absolute; top: 70.5%">
+      </div>
 </div>
 <!-- end main div -->