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 2017/04/23 18:43:12 UTC

svn commit: r1010984 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/examples.html content/images/DictionaryCreator2.png content/images/DictionaryCreatorThumb.png content/images/PiperFabber.png content/images/PiperFabberThumb.png

Author: buildbot
Date: Sun Apr 23 18:43:12 2017
New Revision: 1010984

Log:
Staging update by buildbot for ctakes

Added:
    websites/staging/ctakes/trunk/content/images/DictionaryCreator2.png   (with props)
    websites/staging/ctakes/trunk/content/images/DictionaryCreatorThumb.png   (with props)
    websites/staging/ctakes/trunk/content/images/PiperFabber.png   (with props)
    websites/staging/ctakes/trunk/content/images/PiperFabberThumb.png   (with props)
Modified:
    websites/staging/ctakes/trunk/cgi-bin/   (props changed)
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/examples.html

Propchange: websites/staging/ctakes/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 23 18:43:12 2017
@@ -1 +1 @@
-1792379
+1792381

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 23 18:43:12 2017
@@ -1 +1 @@
-1792379
+1792381

Modified: websites/staging/ctakes/trunk/content/examples.html
==============================================================================
--- websites/staging/ctakes/trunk/content/examples.html (original)
+++ websites/staging/ctakes/trunk/content/examples.html Sun Apr 23 18:43:12 2017
@@ -122,7 +122,18 @@
 </nav>
 	
 <!--- BEGIN MAIN CONTENT -->
-    <div class="container">
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<div class="container">
    <div class="row">
       <h1>Examples</h1>
       <p>Select a thumbnail above to view a larger image. Click larger image to open a page with additional information.</p>
@@ -146,6 +157,22 @@
       </div>
       <div class="col-xs-3 col-md-2">
          <div class="boing-tile">
+            <img id="dictgui-button" class="boing-button" src="images/DictionaryCreatorThumb.png">
+            <div class="boing-title">
+               <h4>Dictionary Creator</h4>
+            </div>
+         </div>
+      </div>
+      <div class="col-xs-3 col-md-2">
+         <div class="boing-tile">
+            <img id="piperfab-button" class="boing-button" src="images/PiperFabberThumb.png">
+            <div class="boing-title">
+               <h4>Piper Fabricator</h4>
+            </div>
+         </div>
+      </div>
+      <div class="col-xs-3 col-md-2">
+         <div class="boing-tile">
             <img id="webui-button" class="boing-button" src="images/ctakesguiThumb.jpg">
             <div class="boing-title">
                <h4>cTAKES&trade; GUI</h4>
@@ -174,6 +201,16 @@
                <small>Process a multiple document batch</small>
             </h4>
          </div>
+         <div id="dictgui-info" class="boing-info">
+            <h4>cTAKES Dictionary Creator GUI</abbr><br>
+               <small>Create a cTAKES dictionary from the NLM UMLS</small>
+            </h4>
+         </div>
+         <div id="piperfab-info" class="boing-info">
+            <h4>Simple Piper Fabricator GUI</abbr><br>
+               <small>Create a custom pipeline</small>
+            </h4>
+         </div>
          <div id="webui-info" class="boing-info">
             <h4>cTAKES <abbr title="Graphical User Interface">GUI</abbr><br>
                <small>Process raw text in a web browser</small>
@@ -198,6 +235,16 @@
                <img class="boing-image" src="images/CPEimage006.jpg">
             </a>
          </div>
+         <div id="boing-dictgui" class="boing">
+            <a href="https://cwiki.apache.org/confluence/display/CTAKES/Dictionary+Creator+GUI">
+               <img class="boing-image" src="images/DictionaryCreator2.png">
+            </a>
+         </div>
+         <div id="boing-piperfab" class="boing">
+            <a href="https://cwiki.apache.org/confluence/display/CTAKES/Simple+Pipeline+Fabricator+GUI">
+               <img class="boing-image" src="images/PiperFabber.png">
+            </a>
+         </div>
          <div id="boing-webui" class="boing">
             <a href="https://community.i2b2.org/wiki/display/NLPCTAKES/Home">
                <img class="boing-image" src="images/ctakesguiJoin.jpg">
@@ -217,10 +264,14 @@
 <script type="text/javascript">
 var boingCvd = $( "#boing-cvd" );
 var boingCpe = $( "#boing-cpe" );
+var boingDictgui = $( "#boing-dictgui" );
+var boingPiperfab = $( "#boing-piperfab" );
 var boingWebui = $( "#boing-webui" );
 var boingTimeLanes = $( "#boing-timelanes" );
 var infoCvd = $( "#cvd-info" );
 var infoCpe = $( "#cpe-info" );
+var infoDictgui = $( "#dictgui-info" );
+var infoPiperfab = $( "#piperfab-info" );
 var infoWebui = $( "#webui-info" );
 var infoTimeLanes = $( "#timelanes-info" );
 var boingSpeed = 500;
@@ -230,50 +281,98 @@ boingCvd.show();
 
 $('#cvd-button').mouseover(function() {
    infoCpe.hide();
+   infoDictgui.hide();
+   infoPiperfab.hide();
    infoWebui.hide();
    infoTimeLanes.hide();
    infoCvd.show();
 });
 $('#cpe-button').mouseover(function() {
    infoCvd.hide();
+   infoDictgui.hide();
+   infoPiperfab.hide();
    infoWebui.hide();
    infoTimeLanes.hide();
    infoCpe.show();
 });
+$('#dictgui-button').mouseover(function() {
+   infoCvd.hide();
+   infoCpe.hide();
+   infoPiperfab.hide();
+   infoWebui.hide();
+   infoTimeLanes.hide();
+   infoDictgui.show();
+});
+$('#piperfab-button').mouseover(function() {
+   infoCvd.hide();
+   infoCpe.hide();
+   infoDictgui.hide();
+   infoWebui.hide();
+   infoTimeLanes.hide();
+   infoPiperfab.show();
+});
 $('#webui-button').mouseover(function() {
    infoCvd.hide();
    infoCpe.hide();
+   infoDictgui.hide();
+   infoPiperfab.hide();
    infoTimeLanes.hide();
    infoWebui.show();
 });
 $('#timelanes-button').mouseover(function() {
    infoCvd.hide();
    infoCpe.hide();
+   infoDictgui.hide();
+   infoPiperfab.hide();
    infoWebui.hide();
    infoTimeLanes.show();
 });
 
 $( "#cvd-button" ).on( "click", function( event ) {
    boingCpe.hide( boingSpeed );
+   boingDictgui.hide( boingSpeed );
+   boingPiperfab.hide( boingSpeed );
    boingWebui.hide( boingSpeed );
    boingTimeLanes.hide( boingSpeed );
    boingCvd.show( boingSpeed );
 });
 $( "#cpe-button" ).on( "click", function( event ) {
    boingCvd.hide( boingSpeed );
+   boingDictgui.hide( boingSpeed );
+   boingPiperfab.hide( boingSpeed );
    boingWebui.hide( boingSpeed );
    boingTimeLanes.hide( boingSpeed );
    boingCpe.show( boingSpeed );
 });
+$( "#dictgui-button" ).on( "click", function( event ) {
+   boingCvd.hide( boingSpeed );
+   boingCpe.hide( boingSpeed );
+   boingWebui.hide( boingSpeed );
+   boingPiperfab.hide( boingSpeed );
+   boingTimeLanes.hide( boingSpeed );
+   boingDictGui.show( boingSpeed );
+});
+$( "#piperfab-button" ).on( "click", function( event ) {
+   boingCvd.hide( boingSpeed );
+   boingCpe.hide( boingSpeed );
+   boingDictgui.hide( boingSpeed );
+   boingWebui.hide( boingSpeed );
+   boingTimeLanes.hide( boingSpeed );
+   boingPiperfab.show( boingSpeed );
+});
 $( "#webui-button" ).on( "click", function( event ) {
    boingCvd.hide( boingSpeed );
    boingCpe.hide( boingSpeed );
+   boingDictgui.hide( boingSpeed );
+   boingPiperfab.hide( boingSpeed );
    boingTimeLanes.hide( boingSpeed );
    boingWebui.show( boingSpeed );
 });
 $( "#timelanes-button" ).on( "click", function( event ) {
    boingCvd.hide( boingSpeed );
    boingCpe.hide( boingSpeed );
+   boingDictgui.hide( boingSpeed );
+   boingPiperfab.hide( boingSpeed );
    boingWebui.hide( boingSpeed );
    boingTimeLanes.show( boingSpeed );
 });

Added: websites/staging/ctakes/trunk/content/images/DictionaryCreator2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ctakes/trunk/content/images/DictionaryCreator2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/ctakes/trunk/content/images/DictionaryCreatorThumb.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ctakes/trunk/content/images/DictionaryCreatorThumb.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/ctakes/trunk/content/images/PiperFabber.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ctakes/trunk/content/images/PiperFabber.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/ctakes/trunk/content/images/PiperFabberThumb.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ctakes/trunk/content/images/PiperFabberThumb.png
------------------------------------------------------------------------------
    svn:mime-type = image/png