Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/hama/trunk@1689303 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
edwardyoon committed Jul 6, 2015
1 parent 710a4e7 commit 9dc57e7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
6 changes: 4 additions & 2 deletions src/site/resources/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -51,6 +51,8 @@ h3 {
pre {
width: 95%;
margin: 20px 20px 20px 20px;
font-family: Consolas, monospace;
word-spacing: 0em;
}

.green {
Expand Down
30 changes: 25 additions & 5 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,28 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd

<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>
Expand All @@ -46,8 +63,11 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
<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>
Expand Down

0 comments on commit 9dc57e7

Please sign in to comment.