You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2015/07/06 03:34:50 UTC

svn commit: r1689303 - in /hama/trunk/src/site: resources/css/site.css xdoc/index.xml

Author: edwardyoon
Date: Mon Jul  6 01:34:50 2015
New Revision: 1689303

URL: http://svn.apache.org/r1689303
Log:
Update website

Modified:
    hama/trunk/src/site/resources/css/site.css
    hama/trunk/src/site/xdoc/index.xml

Modified: hama/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/resources/css/site.css?rev=1689303&r1=1689302&r2=1689303&view=diff
==============================================================================
--- hama/trunk/src/site/resources/css/site.css (original)
+++ hama/trunk/src/site/resources/css/site.css Mon Jul  6 01:34:50 2015
@@ -16,11 +16,11 @@
 */
 
 #breadcrumbs { display:none; }
-#bannerRight { margin-right: 350px; }
+#bannerRight { margin-right: 365px; }
 #bodyColumn { margin-top: 40px; }
 
 body {
-  font: large/1.35 "Linux Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; word-spacing: 0.13em; 
+  font: large/1 "Linux Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; word-spacing: 0.12em; 
 }
 body a:link {
   color: #74240f; text-decoration: underline;
@@ -51,6 +51,8 @@ h3 {
 pre {
  width: 95%;
  margin: 20px 20px 20px 20px;
+ font-family: Consolas, monospace;
+ word-spacing: 0em; 
 }
 
 .green {

Modified: hama/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/xdoc/index.xml?rev=1689303&r1=1689302&r2=1689303&view=diff
==============================================================================
--- hama/trunk/src/site/xdoc/index.xml (original)
+++ hama/trunk/src/site/xdoc/index.xml Mon Jul  6 01:34:50 2015
@@ -24,11 +24,28 @@ xsi:schemaLocation="http://maven.apache.
 
     <section name=""></section>
     <p>
-    <div style="float:left;margin-right:15px;margin-bottom:5px;"><img src="./images/hama_art_arthur_300x220.png" style="width:250px" /></div> Apache Hama<sup>TM</sup> is a general BSP computing engine on top of Hadoop, which was established in 2012 as a Top-Level Project of The Apache Software Foundation. 
-    <br/><br/>It provides High-Performance computing engine for performing massive scientific and iterative algorithms on existing open source or enterprise Hadoop cluster, 
-    such as Matrix, Graph, and Machine Learning.<br/>
+    <div style="float:left;margin-right:15px;margin-top:25px;"><img src="./images/hama_art_arthur_300x220.png" style="width:260px" /></div>
+     Apache Hama<sup>TM</sup> is a framework for Big Data analytics which uses the Bulk Synchronous Parallel (BSP) computing model, 
+    which was established in 2012 as a Top-Level Project of The Apache Software Foundation. 
+    <br/><br/>It provides not only pure BSP programming model 
+    but also vertex and neuron centric programming models, inspired by Google's Pregel and DistBelief. 
+    <br/>
     </p>
     
+<div align="right">
+<pre style="width: 625px;">
++---------------------+-------------------------+----------------------------+
+|         BSP         |           Graph         |        Deep learning       |
+|      (pure BSP)     |     (Google's Pregel)   |    (Google's DistBelief)   |
++---------------------+-------------------------+----------------------------+
+|                              Apache Hama                                   |
+|                                     +--------------------------------------+
+|                                     |                 YARN                 |
++-------------------------------------+--------------------------------------+
+|                              Hadoop HDFS                                   |
++----------------------------------------------------------------------------+</pre>
+</div>
+
     <div class="green">
     <h3 align="center">Recent News</h3>
       <ul>
@@ -46,8 +63,11 @@ xsi:schemaLocation="http://maven.apache.
         <li><a href="downloads.html">Download</a> Hama from the release page.</li>
         <li><a href="getting_started_with_hama.html">Getting Started</a> with Hama.</li>
         <li><a href="hama_on_clouds.html">Launch a Hama cluster</a> on Clouds.</li>
-        <li>Hama <a href="hama_bsp_tutorial.html">BSP Tutorial.</a></li>
-        <li>Hama <a href="hama_graph_tutorial.html">Graph Tutorial.</a></li>
+        <li>Programming Tutorials<ul>
+            <li><a href="hama_bsp_tutorial.html">BSP Programming.</a></li>
+            <li><a href="hama_graph_tutorial.html">Vertex-centric Programming.</a></li>
+            <li><a href="#">Neuron-centric Programming.</a></li>
+        </ul></li>
         <li><a href="http://wiki.apache.org/hama">Learn about</a> Hama and BSP by reading the documentation.</li>
       </ul>
     <subsection name="Getting Involved"></subsection>