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

svn commit: r942508 [2/2] - in /websites/staging/ctakes/trunk: cgi-bin/ content/

Modified: websites/staging/ctakes/trunk/content/template.html
==============================================================================
--- websites/staging/ctakes/trunk/content/template.html (original)
+++ websites/staging/ctakes/trunk/content/template.html Thu Mar  5 22:23:27 2015
@@ -127,129 +127,136 @@
 </nav>
 	
 <!--- BEGIN MAIN CONTENT -->
-    <!-- Use this page as a template guide for making new pages on the site. 
-     Main edits can be made to line 23, 55, 103 -->
+    &lt;!-- Use this page as a template guide for making new pages on the site. 
+     Main edits can be made to line 23, 55, 103 --&gt;
 
-<!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">
-
-<p><title>
-      Apache cTAKES&trade; - clinical Text Analysis Knowledge Extraction System
-   </title>
-   <link rel="icon" type="image/png" href="images/apache_logo.png"/></p>
-<p><!-- Bootstrap core CSS -->
-   <link href="css/cerulean.min.css" rel="stylesheet">
-   <link href="css/custom.css" rel="stylesheet"></p>
-<p><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">
-   <!-- TODO: Add any additional css that might be necessary --></p>
-<p><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); })();   </p>
-</script>
-
-<p><!-- 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></p>
-<p><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 -->
-         <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></p>
-<div class="codehilite"><pre>     <span class="c">&lt;!-- Collect the nav links, forms, and other content for toggling --&gt;</span>
-     <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;collapse navbar-collapse&quot;</span> <span class="na">id=</span><span class="s">&quot;navbar-collapse-1&quot;</span><span class="nt">&gt;</span>
-        <span class="c">&lt;!-- TODO: Be sure to add the appropriate link to the page. --&gt;</span>
-        <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">&quot;nav navbar-nav navbar-right&quot;</span><span class="nt">&gt;</span>
-           <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>
-              <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;whycTAKES.html&quot;</span><span class="nt">&gt;</span>Why cTAKES?<span class="nt">&lt;/a&gt;</span>
-           <span class="nt">&lt;/li&gt;</span>
-           <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>
-              <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span> <span class="na">class=</span><span class="s">&quot;dropdown-toggle&quot;</span> <span class="na">data-toggle=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>
-                 Get Started <span class="nt">&lt;b</span> <span class="na">class=</span><span class="s">&quot;caret&quot;</span><span class="nt">&gt;&lt;/b&gt;</span>
-              <span class="nt">&lt;/a&gt;</span>
-              <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">&quot;dropdown-menu&quot;</span><span class="nt">&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;downloads.cgi&quot;</span><span class="nt">&gt;</span>Download cTAKES<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;examples.html&quot;</span><span class="nt">&gt;</span>Examples<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;tutorials.html&quot;</span><span class="nt">&gt;</span>Tutorials<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-
-              <span class="nt">&lt;/ul&gt;</span>
-           <span class="nt">&lt;/li&gt;</span>
-
-           <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>
-              <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span> <span class="na">class=</span><span class="s">&quot;dropdown-toggle&quot;</span> <span class="na">data-toggle=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>
-                 Community <span class="nt">&lt;b</span> <span class="na">class=</span><span class="s">&quot;caret&quot;</span><span class="nt">&gt;&lt;/b&gt;</span>
-              <span class="nt">&lt;/a&gt;</span>
-              <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">&quot;dropdown-menu&quot;</span><span class="nt">&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;community.html&quot;</span><span class="nt">&gt;</span>Get Involved<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;history.html&quot;</span><span class="nt">&gt;</span>Project History<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;usedby.html&quot;</span><span class="nt">&gt;</span>Who&#39;s Using cTAKES<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;people.html&quot;</span><span class="nt">&gt;</span>People<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;https://www.apache.org/security&quot;</span><span class="nt">&gt;</span>Security<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;https://www.apache.org/licenses/&quot;</span><span class="nt">&gt;</span>License<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;https://issues.apache.org/jira/browse/ctakes&quot;</span><span class="nt">&gt;</span>Issue Tracker<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-              <span class="nt">&lt;/ul&gt;</span>
-           <span class="nt">&lt;/li&gt;</span>
-           <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>
-              <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span> <span class="na">class=</span><span class="s">&quot;dropdown-toggle&quot;</span> <span class="na">data-toggle=</span><span class="s">&quot;dropdown&quot;</span><span class="nt">&gt;</span>Resources
-                 <span class="nt">&lt;b</span> <span class="na">class=</span><span class="s">&quot;caret&quot;</span><span class="nt">&gt;&lt;/b&gt;</span>
-              <span class="nt">&lt;/a&gt;</span>
-              <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">&quot;dropdown-menu&quot;</span><span class="nt">&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;faq.html&quot;</span><span class="nt">&gt;</span>FAQ<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailing.html&quot;</span><span class="nt">&gt;</span>Mailing Lists<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;https://www.apache.org/foundation/sponsorship.html&quot;</span><span class="nt">&gt;</span>Sponsorship<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                 <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;https://www.apache.org/foundation/thanks.html&quot;</span><span class="nt">&gt;</span>Thanks<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-              <span class="nt">&lt;/ul&gt;</span>
-           <span class="nt">&lt;/li&gt;</span>
-
-        <span class="nt">&lt;/ul&gt;</span>
-     <span class="nt">&lt;/div&gt;</span>
-     <span class="c">&lt;!-- /.navbar-collapse --&gt;</span>
-  <span class="nt">&lt;/div&gt;</span>
-  <span class="c">&lt;!-- End container --&gt;</span>
-</pre></div>
-
-
-<p></div>
-</nav></p>
-<div class="container">
-   <div class="row">
-      <h1> Title of the page </h1>
+&lt;!DOCTYPE html&gt;
+&lt;html lang=&quot;en&quot;&gt;
+&lt;head&gt;
+   &lt;meta charset=&quot;utf-8&quot;&gt;
+   &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;
+   &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
+
+   &lt;title&gt;
+      Apache cTAKES&amp;trade; - clinical Text Analysis Knowledge Extraction System
+   &lt;/title&gt;
+   &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; href=&quot;images/apache_logo.png&quot;/&gt;
+
+
+   &lt;!-- Bootstrap core CSS --&gt;
+   &lt;link href=&quot;css/cerulean.min.css&quot; rel=&quot;stylesheet&quot;&gt;
+   &lt;link href=&quot;css/custom.css&quot; rel=&quot;stylesheet&quot;&gt;
+
+   &lt;link href=&#39;http://fonts.googleapis.com/css?family=Open+Sans&#39; rel=&#39;stylesheet&#39; type=&#39;text/css&#39;&gt;
+   &lt;link href=&quot;css/main.css&quot; rel=&quot;stylesheet&quot;&gt;
+   &lt;link href=&quot;css/apache.css&quot; rel=&quot;stylesheet&quot;&gt;
+   &lt;!-- TODO: Add any additional css that might be necessary --&gt;
+
+   &lt;script type=&quot;text/javascript&quot;&gt;
+          var _gaq = _gaq || []; _gaq.push([&#39;_setAccount&#39;, &#39;UA-41673085-1&#39;]); _gaq.push([&#39;_trackPageview&#39;]); (function() { var ga = document.createElement(&#39;script&#39;); ga.type = &#39;text/javascript&#39;; ga.async = true; ga.src = (&#39;https:&#39; == document.location.protocol ? &#39;https://ssl&#39; : &#39;http://www&#39;) + &#39;.google-analytics.com/ga.js&#39;; var s = document.getElementsByTagName(&#39;script&#39;)[0]; s.parentNode.insertBefore(ga, s); })();	
+
+
+   &lt;/script&gt;
+
+   &lt;!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --&gt;
+   &lt;!--[if lt IE 9]&gt;
+   &lt;script src=&quot;https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js&quot;&gt;&lt;/script&gt;
+   &lt;script src=&quot;https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js&quot;&gt;&lt;/script&gt;
+   &lt;![endif]--&gt;
+&lt;/head&gt;
+
+&lt;body&gt;
+&lt;nav class=&quot;navbar navbar-default navbar-fixed-top&quot; role=&quot;navigation&quot;&gt;
+   &lt;div class=&quot;navbar-inner&quot;&gt;
+      &lt;div class=&quot;container&quot; id=&quot;navbar-container&quot;&gt;
+         &lt;!-- Brand and toggle get grouped for better mobile display --&gt;
+         &lt;div class=&quot;navbar-header&quot;&gt;
+            &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot; data-toggle=&quot;collapse&quot; data-target=&quot;.navbar-collapse&quot;&gt;
+               &lt;span class=&quot;sr-only&quot;&gt;Toggle Navigation&lt;/span&gt;
+               &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
+               &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
+               &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
+            &lt;/button&gt;
+            &lt;a class=&quot;navbar-brand&quot; href=&quot;index.html&quot;&gt; &lt;img src=&quot;images/ctakes_logo.png&quot;/&gt;
+            &lt;/a&gt;
+         &lt;/div&gt;
+
+
+         &lt;!-- Collect the nav links, forms, and other content for toggling --&gt;
+         &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbar-collapse-1&quot;&gt;
+            &lt;!-- TODO: Be sure to add the appropriate link to the page. --&gt;
+            &lt;ul class=&quot;nav navbar-nav navbar-right&quot;&gt;
+               &lt;li class=&quot;dropdown&quot;&gt;
+                  &lt;a href=&quot;whycTAKES.html&quot;&gt;Why cTAKES?&lt;/a&gt;
+               &lt;/li&gt;
+               &lt;li class=&quot;dropdown&quot;&gt;
+                  &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;
+                     Get Started &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;
+                  &lt;/a&gt;
+                  &lt;ul class=&quot;dropdown-menu&quot;&gt;
+                     &lt;li&gt;&lt;a href=&quot;downloads.cgi&quot;&gt;Download cTAKES&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;examples.html&quot;&gt;Examples&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;tutorials.html&quot;&gt;Tutorials&lt;/a&gt;&lt;/li&gt;
+
+                  &lt;/ul&gt;
+               &lt;/li&gt;
+
+               &lt;li class=&quot;dropdown&quot;&gt;
+                  &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;
+                     Community &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;
+                  &lt;/a&gt;
+                  &lt;ul class=&quot;dropdown-menu&quot;&gt;
+                     &lt;li&gt;&lt;a href=&quot;community.html&quot;&gt;Get Involved&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;history.html&quot;&gt;Project History&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;usedby.html&quot;&gt;Who&#39;s Using cTAKES&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;people.html&quot;&gt;People&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;https://www.apache.org/security&quot;&gt;Security&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;https://www.apache.org/licenses/&quot;&gt;License&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ctakes&quot;&gt;Issue Tracker&lt;/a&gt;&lt;/li&gt;
+                  &lt;/ul&gt;
+               &lt;/li&gt;
+               &lt;li class=&quot;dropdown&quot;&gt;
+                  &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Resources
+                     &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;
+                  &lt;/a&gt;
+                  &lt;ul class=&quot;dropdown-menu&quot;&gt;
+                     &lt;li&gt;&lt;a href=&quot;faq.html&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;mailing.html&quot;&gt;Mailing Lists&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;https://www.apache.org/foundation/sponsorship.html&quot;&gt;Sponsorship&lt;/a&gt;&lt;/li&gt;
+                     &lt;li&gt;&lt;a href=&quot;https://www.apache.org/foundation/thanks.html&quot;&gt;Thanks&lt;/a&gt;&lt;/li&gt;
+                  &lt;/ul&gt;
+               &lt;/li&gt;
+
+            &lt;/ul&gt;
+         &lt;/div&gt;
+         &lt;!-- /.navbar-collapse --&gt;
+      &lt;/div&gt;
+      &lt;!-- End container --&gt;
+   &lt;/div&gt;
+&lt;/nav&gt;
+
+&lt;div class=&quot;container&quot;&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h1&gt; Title of the page &lt;/h1&gt;
 
-      <p> [modify the text here].</p>
-   </div>
+      &lt;p&gt; [modify the text here].&lt;/p&gt;
+   &lt;/div&gt;
 
-</div>
+&lt;/div&gt;
 
-<footer class="small">
-   <hr>
+&lt;footer class=&quot;small&quot;&gt;
+   &lt;hr&gt;
    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>
+   &lt;a href=&quot;http://www.apache.org&quot;&gt;The Apache Software Foundation&lt;/a&gt;.
+   &lt;a href=&quot;http://www.apache.org&quot;&gt;&lt;img class=&quot;little-feather&quot; src=&quot;images/feather_20v.png&quot;&gt;&lt;/a&gt;
+&lt;/footer&gt;
+&lt;script src=&quot;https://code.jquery.com/jquery.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js&quot;&gt;&lt;/script&gt;
 
-<script src="https://code.jquery.com/jquery.js"></script>
 
-<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+&lt;/body&gt;
+&lt;/html&gt;
 
-<p></body>
-</html></p>
 <!--- END MAIN CONTENT --> 
 
 <footer class="small">

Modified: websites/staging/ctakes/trunk/content/tutorials.html
==============================================================================
--- websites/staging/ctakes/trunk/content/tutorials.html (original)
+++ websites/staging/ctakes/trunk/content/tutorials.html Thu Mar  5 22:23:27 2015
@@ -127,45 +127,45 @@
 </nav>
 	
 <!--- BEGIN MAIN CONTENT -->
-    <div class="container">
-   <div class="row">
-      <h1> Tutorials</h1>
-      <p> Some ideas for getting started include:
-      <ul>
-         <li> Refer to the User/Developer Installation Guide for useful documentation</li>
-         <li> ClinicalPipelineFactory in ctakes-clinical-pipeline</li>
-      </ul>
-      </p>
-   </div>
-   <!-- row with video and text -->
-   <div class="row">
-      <div class="col-md-6">
-         <p>
+    &lt;div class=&quot;container&quot;&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h1&gt; Tutorials&lt;/h1&gt;
+      &lt;p&gt; Some ideas for getting started include:
+      &lt;ul&gt;
+         &lt;li&gt; Refer to the User/Developer Installation Guide for useful documentation&lt;/li&gt;
+         &lt;li&gt; ClinicalPipelineFactory in ctakes-clinical-pipeline&lt;/li&gt;
+      &lt;/ul&gt;
+      &lt;/p&gt;
+   &lt;/div&gt;
+   &lt;!-- row with video and text --&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;div class=&quot;col-md-6&quot;&gt;
+         &lt;p&gt;
             Here is a tutorial video given by Dr. Guergana Savova explaining the overview of cTAKES.
-         </p>
-      </div>
-      <div class="col-md-6 videoWrapper">
-         <iframe src="http://player.vimeo.com/video/24829353?title=0&amp;byline=0&amp;portrait=0" width="500"
-                 height="250" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
-         <p><a href="http://vimeo.com/24829353">Natural Language Processing and Information Extraction for
-            Biomedicine</a> from <a href="http://vimeo.com/cbmi">CBMI</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
-      </div>
-   </div>
-   <hr>
-   <!-- row with video and text -->
-   <div class="row">
-      <div class="col-md-6">
-         <p>
+         &lt;/p&gt;
+      &lt;/div&gt;
+      &lt;div class=&quot;col-md-6 videoWrapper&quot;&gt;
+         &lt;iframe src=&quot;http://player.vimeo.com/video/24829353?title=0&amp;amp;byline=0&amp;amp;portrait=0&quot; width=&quot;500&quot;
+                 height=&quot;250&quot; frameborder=&quot;0&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;
+         &lt;p&gt;&lt;a href=&quot;http://vimeo.com/24829353&quot;&gt;Natural Language Processing and Information Extraction for
+            Biomedicine&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/cbmi&quot;&gt;CBMI&lt;/a&gt; on &lt;a href=&quot;https://vimeo.com&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;
+      &lt;/div&gt;
+   &lt;/div&gt;
+   &lt;hr&gt;
+   &lt;!-- row with video and text --&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;div class=&quot;col-md-6&quot;&gt;
+         &lt;p&gt;
             Here is another introductory video highlighting the features of cTAKES as explained by Sean Finan from
-            Boston Children's Hospital.
-         </p>
-      </div>
-      <div class="col-md-6 videoWrapper">
-         <iframe width="420" height="315" src="https://www.youtube.com/embed/TpGZIKEDYMw" frameborder="0"
-                 allowfullscreen></iframe>
-      </div>
-   </div>
-</div>
+            Boston Children&#39;s Hospital.
+         &lt;/p&gt;
+      &lt;/div&gt;
+      &lt;div class=&quot;col-md-6 videoWrapper&quot;&gt;
+         &lt;iframe width=&quot;420&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/TpGZIKEDYMw&quot; frameborder=&quot;0&quot;
+                 allowfullscreen&gt;&lt;/iframe&gt;
+      &lt;/div&gt;
+   &lt;/div&gt;
+&lt;/div&gt;
 <!--- END MAIN CONTENT --> 
 
 <footer class="small">

Modified: websites/staging/ctakes/trunk/content/usedby.html
==============================================================================
--- websites/staging/ctakes/trunk/content/usedby.html (original)
+++ websites/staging/ctakes/trunk/content/usedby.html Thu Mar  5 22:23:27 2015
@@ -127,48 +127,47 @@
 </nav>
 	
 <!--- BEGIN MAIN CONTENT -->
-    <div class="container">
-   <div class="row">
-      <h1> Who's using cTAKES? </h1>
-      <p> There are a variety of different organizations using and working on cTAKES. [modify the text here].</p>
-   </div>
-   <div class="row">
-      <h2>Academic</h2>
-      <p class="lead">
+    &lt;div class=&quot;container&quot;&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h1&gt; Who&#39;s using cTAKES? &lt;/h1&gt;
+      &lt;p&gt; There are a variety of different organizations using and working on cTAKES. [modify the text here].&lt;/p&gt;
+   &lt;/div&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h2&gt;Academic&lt;/h2&gt;
+      &lt;p class=&quot;lead&quot;&gt;
          Hospitals and Academic Institutions
-      </p>
-      <p> Insert images for the different institutions </p>
-      <p>Boston Children's Hospital</p>
-      <p>Cincinnati Children’s Hospital</p>
-      <p>Mayo Clinic</p>
-      <p>University of Colorado Boulder</p>
-      <p>University of Pittsburgh</p>
-      <p>University of California, San Diego</p>
-   </div>
-   <div class="row">
-      <h2>Software Projects</h2>
-   </div>
-   <div class="row">
-      <h2>Companies</h2>
-      <p><a href="http://wwww.wiredinformatics.com">Wired Informatics</a></p>
-   </div>
-   <div class="row">
-      <h2>Publications</h2>
-      <p>Insert list of publications</p>
-   </div>
-   <div class="row">
-      <div class="col-md-5 col-sm-5 col-padded-top col-center">
-         <div style="width: 100%; max-width: 272px; display: inline-block; text-align: center;">
-            <img src="images/pb-ctakes.jpg" style="margin-top: 15px; width: 100%; max-width: 200px;"/>
-            <div class="caption" style="min-width: 272px;">Click <a href="mailto:dev@ctakes.apache.org"> here</a> to add
+      &lt;/p&gt;
+      &lt;p&gt; Insert images for the different institutions &lt;/p&gt;
+      &lt;p&gt;Boston Children&#39;s Hospital&lt;/p&gt;
+      &lt;p&gt;Cincinnati Children’s Hospital&lt;/p&gt;
+      &lt;p&gt;Mayo Clinic&lt;/p&gt;
+      &lt;p&gt;University of Colorado Boulder&lt;/p&gt;
+      &lt;p&gt;University of Pittsburgh&lt;/p&gt;
+      &lt;p&gt;University of California, San Diego&lt;/p&gt;
+   &lt;/div&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h2&gt;Software Projects&lt;/h2&gt;
+   &lt;/div&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h2&gt;Companies&lt;/h2&gt;
+      &lt;p&gt;&lt;a href=&quot;http://wwww.wiredinformatics.com&quot;&gt;Wired Informatics&lt;/a&gt;&lt;/p&gt;
+   &lt;/div&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;h2&gt;Publications&lt;/h2&gt;
+      &lt;p&gt;Insert list of publications&lt;/p&gt;
+   &lt;/div&gt;
+   &lt;div class=&quot;row&quot;&gt;
+      &lt;div class=&quot;col-md-5 col-sm-5 col-padded-top col-center&quot;&gt;
+         &lt;div style=&quot;width: 100%; max-width: 272px; display: inline-block; text-align: center;&quot;&gt;
+            &lt;img src=&quot;images/pb-ctakes.jpg&quot; style=&quot;margin-top: 15px; width: 100%; max-width: 200px;&quot;/&gt;
+            &lt;div class=&quot;caption&quot; style=&quot;min-width: 272px;&quot;&gt;Click &lt;a href=&quot;mailto:dev@ctakes.apache.org&quot;&gt; here&lt;/a&gt; to add
                your name/organization.
-            </div>
-         </div>
-      </div>
-   </div>
-</div>
-
-</div>
+            &lt;/div&gt;
+         &lt;/div&gt;
+      &lt;/div&gt;
+   &lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
 <!--- END MAIN CONTENT --> 
 
 <footer class="small">

Modified: websites/staging/ctakes/trunk/content/whycTAKES.html
==============================================================================
--- websites/staging/ctakes/trunk/content/whycTAKES.html (original)
+++ websites/staging/ctakes/trunk/content/whycTAKES.html Thu Mar  5 22:23:27 2015
@@ -127,22 +127,22 @@
 </nav>
 	
 <!--- BEGIN MAIN CONTENT -->
-    <div class="container main">
-   <h2>Why cTAKES? <small>See the animation below for a sampling of cTAKES capabilities</small></h2>
-   <!-- 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>
+    &lt;div class=&quot;container main&quot;&gt;
+   &lt;h2&gt;Why cTAKES? &lt;small&gt;See the animation below for a sampling of cTAKES capabilities&lt;/small&gt;&lt;/h2&gt;
+   &lt;!-- Example Text and markup --&gt;
+   &lt;div class=&quot;container-fluid&quot;&gt;
+      &lt;div class=&quot;row&quot; style=&quot;position: relative;&quot;&gt;
+         &lt;img class=&quot;img-responsive&quot; src=&quot;images/MarkedText.png&quot;&gt;
+         &lt;img id=&quot;neg-uncertain&quot; class=&quot;markuper img-responsive&quot; src=&quot;images/NegAndUncertain2.png&quot;
+              style=&quot;position: absolute; top: 19.3%&quot;&gt;
+         &lt;img id=&quot;coreference&quot; class=&quot;markuper img-responsive&quot; src=&quot;images/Coreference2.png&quot;
+              style=&quot;position: absolute; top: 62%&quot;&gt;
+         &lt;img id=&quot;locationof&quot; class=&quot;markuper img-responsive&quot; src=&quot;images/LocationOf2.png&quot;
+              style=&quot;position: absolute; top: 50.7%&quot;&gt;
+         &lt;img id=&quot;tlink&quot; class=&quot;markuper img-responsive&quot; src=&quot;images/Tlink2.png&quot; style=&quot;position: absolute; top: 70.5%&quot;&gt;
+      &lt;/div&gt;
+   &lt;/div&gt;
+&lt;/div&gt;
 <!--- END MAIN CONTENT --> 
 
 <footer class="small">