Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4AFD179A0 for ; Sun, 1 Mar 2015 23:35:53 +0000 (UTC) Received: (qmail 21379 invoked by uid 500); 1 Mar 2015 23:35:53 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 21346 invoked by uid 500); 1 Mar 2015 23:35:53 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 21336 invoked by uid 99); 1 Mar 2015 23:35:53 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2015 23:35:53 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 40003AC0155 for ; Sun, 1 Mar 2015 23:35:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1663180 - in /ctakes/site/new: css/examples.css examples2.html examples3.html images/CPEimage006.jpg images/CvdMain1.jpg images/TimeLanesBig.jpg images/ctakesguiJoin.jpg Date: Sun, 01 Mar 2015 23:35:52 -0000 To: commits@ctakes.apache.org From: seanfinan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150301233553.40003AC0155@hades.apache.org> Author: seanfinan Date: Sun Mar 1 23:35:52 2015 New Revision: 1663180 URL: http://svn.apache.org/r1663180 Log: Adding large image for example guis Adding 2 options for examples : 1 with large tiles, 1 with a row of small images with blowups on rollover Added: ctakes/site/new/examples2.html ctakes/site/new/examples3.html - copied, changed from r1663169, ctakes/site/new/examples.html ctakes/site/new/images/CPEimage006.jpg (with props) ctakes/site/new/images/CvdMain1.jpg (with props) ctakes/site/new/images/TimeLanesBig.jpg (with props) ctakes/site/new/images/ctakesguiJoin.jpg (with props) Modified: ctakes/site/new/css/examples.css Modified: ctakes/site/new/css/examples.css URL: http://svn.apache.org/viewvc/ctakes/site/new/css/examples.css?rev=1663180&r1=1663179&r2=1663180&view=diff ============================================================================== --- ctakes/site/new/css/examples.css (original) +++ ctakes/site/new/css/examples.css Sun Mar 1 23:35:52 2015 @@ -11,8 +11,10 @@ transition-property: opacity; -webkit-transition-delay: 0s; transition-delay: 0s; - -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); + -webkit-transition: opacity 0s; + transition: opacity 0s; +/* -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); */ } .carousel-fade .carousel-inner .active { @@ -29,7 +31,49 @@ background-color: #195C97; } +.carousel-tiles { + background-color: #eef6fd; + margin-bottom: 20px; +} + +.carousel-tile { + text-align: center; + /* top right bottom left */ + padding: 0px 20px 10px 20px; +} + + .screenshot { max-height: 250px; - float: right; +} + +.screenshot-stretch { + width: 100%; + max-height: 250px; +} + +.example-container { + height: 350px; + background-color: #eef6fd; + /* top right bottom left */ + padding: 20px 10px 20px 10px; + margin-bottom: 20px; + text-align: center; + position: relative; +} + +.example-title { + width: 100%; + position: absolute; + bottom: 0; + /* top right bottom left */ + padding: 10px 20px 10px 0px; + text-align: center; +} + +.empty-example-container { + height: 350px; +/* background-color: #AFEEEE; */ + background-color: #E6E6FA; + margin-bottom: 20px; } Added: ctakes/site/new/examples2.html URL: http://svn.apache.org/viewvc/ctakes/site/new/examples2.html?rev=1663180&view=auto ============================================================================== --- ctakes/site/new/examples2.html (added) +++ ctakes/site/new/examples2.html Sun Mar 1 23:35:52 2015 @@ -0,0 +1,282 @@ + + + + + + + + + + + Apache cTAKES™ - clinical Text Analysis Knowledge Extraction System + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

Examples

+

+

+
+ +
+

Apache + UIMA™ + GUI tools offered by Apache + UIMA™ that work with cTAKES™. + +

+
+ +
+ +
+
+ + + + +
+

Cas Visual Debugger (CVD)
+ Process raw text and view NLP metadata +

+
+
+
+ +
+
+ + + + +
+

Collection Processing Engine (CPE)
+ Process a multiple document batch +

+
+
+
+ + +
+ + +
+

Miscellaneous + GUI + tools offered by miscellaneous parties that work with cTAKES™. + +

+
+
+ +
+
+ +
+
+ + + + +
+

cTAKES Web Interface
+ Process raw text in a browser +

+
+
+
+ + + + +
+
+ +
+
+ + + +
+

TimeLanes
+ View extracted UMLS and Temporal information +

+
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + Copied: ctakes/site/new/examples3.html (from r1663169, ctakes/site/new/examples.html) URL: http://svn.apache.org/viewvc/ctakes/site/new/examples3.html?p2=ctakes/site/new/examples3.html&p1=ctakes/site/new/examples.html&r1=1663169&r2=1663180&rev=1663180&view=diff ============================================================================== --- ctakes/site/new/examples.html (original) +++ ctakes/site/new/examples3.html Sun Mar 1 23:35:52 2015 @@ -28,6 +28,7 @@ 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); })(); + @@ -107,145 +108,61 @@
+ + - -
@@ -260,10 +177,27 @@ + + + + Added: ctakes/site/new/images/CPEimage006.jpg URL: http://svn.apache.org/viewvc/ctakes/site/new/images/CPEimage006.jpg?rev=1663180&view=auto ============================================================================== Binary file - no diff available. Propchange: ctakes/site/new/images/CPEimage006.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ctakes/site/new/images/CvdMain1.jpg URL: http://svn.apache.org/viewvc/ctakes/site/new/images/CvdMain1.jpg?rev=1663180&view=auto ============================================================================== Binary file - no diff available. Propchange: ctakes/site/new/images/CvdMain1.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ctakes/site/new/images/TimeLanesBig.jpg URL: http://svn.apache.org/viewvc/ctakes/site/new/images/TimeLanesBig.jpg?rev=1663180&view=auto ============================================================================== Binary file - no diff available. Propchange: ctakes/site/new/images/TimeLanesBig.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ctakes/site/new/images/ctakesguiJoin.jpg URL: http://svn.apache.org/viewvc/ctakes/site/new/images/ctakesguiJoin.jpg?rev=1663180&view=auto ============================================================================== Binary file - no diff available. Propchange: ctakes/site/new/images/ctakesguiJoin.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream