Skip to content

Commit 4cca78e

Browse files
committed
Revamped pages to better use bootstrap.
1 parent 9eaeaa4 commit 4cca78e

File tree

2 files changed

+120
-46
lines changed

2 files changed

+120
-46
lines changed

ed1.html

+105-41
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<meta name="description" content="">
88
<meta name="author" content="">
99

10-
<!-- Le styles -->
1110
<link href="assets/css/bootstrap.css" rel="stylesheet">
1211
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
1312
<link href="assets/css/docs.css" rel="stylesheet">
@@ -20,7 +19,7 @@
2019

2120
</head>
2221

23-
<body>
22+
<body style="background-image: url(assets/img/grid-18px-masked.png)">
2423

2524
<div class="navbar navbar-fixed-top">
2625
<div class="navbar-inner">
@@ -49,12 +48,61 @@
4948

5049
<div class="container">
5150

52-
<div class="page-header">
53-
<h1>Data-Intensive Text Processing with MapReduce <small>(First Edition)</small></h1>
54-
<p class="lead">Jimmy Lin and Chris Dyer.<br/>
51+
<!-- Masthead
52+
================================================== -->
53+
<header class="jumbotron subhead" id="overview" style="padding-top: 30px;">
54+
55+
<h1>Data-Intensive Text Processing<br/>with MapReduce</h1>
56+
57+
<p class="lead">by Jimmy Lin and Chris Dyer.<br/>
5558
Morgan & Claypool Publishers, 2010.</p>
59+
60+
<p><a href="MapReduce-book-final.pdf" class="btn btn-primary">Download book now!</a></p>
61+
62+
<div class="subnav">
63+
<ul class="nav nav-pills">
64+
<li><a href="#info">Book Information</a></li>
65+
<li><a href="#ref">Reference Implementations</a></li>
66+
<li><a href="#adoption">Reviews and Adoption</a></li>
67+
</ul>
5668
</div>
5769

70+
</header>
71+
72+
<section id="info">
73+
<div class="page-header">
74+
<h1>Book Information</h1>
75+
<p class="pull-right"><a href="#">Back to top</a></p>
76+
</div>
77+
78+
<div class="row">
79+
<div class="span4">
80+
81+
<h2>Table of Contents</h2>
82+
83+
<ol>
84+
85+
<li>Introduction</li>
86+
87+
<li>MapReduce Basics</li>
88+
89+
<li>MapReduce algorithm design</li>
90+
91+
<li>Inverted Indexing for Text Retrieval</li>
92+
93+
<li>Graph Algorithms</li>
94+
95+
<li>EM Algorithms for Text Processing</li>
96+
97+
<li>Closing Remarks</li>
98+
99+
</ol>
100+
101+
</div>
102+
103+
104+
<div class="span8">
105+
58106
<h2>Abstract</h2>
59107

60108
<p>Our world is being revolutionized by data-driven methods: access to
@@ -80,7 +128,8 @@ <h2>Abstract</h2>
80128

81129
<p>Quite explicitly, this book focuses on MapReduce algorithm design, not <a href="http://hadoop.apache.org/">Hadoop</a> programming. Tom White's <a href="http://www.amazon.com/gp/product/0596521979?ie=UTF8&amp;tag=dataintetextp-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596521979">Hadoop: The Definitive Guide</a><img src="http://www.assoc-amazon.com/e/ir?t=dataintetextp-20&amp;l=as2&amp;o=1&amp;a=0596521979" width="1" height="1" alt="" style="border:none !important; margin:0px !important;" /> is a great resource for learning Hadoop.</p>
82130

83-
<h2 style="padding-top:15px">Getting the Book</h2>
131+
132+
<h2>Publisher</h2>
84133

85134
<p>This book is part of the Morgan &amp; Claypool <a
86135
href="http://www.morganclaypool.com/toc/hlt/1/1">Synthesis Lectures on
@@ -106,27 +155,21 @@ <h2 style="padding-top:15px">Getting the Book</h2>
106155
resource helpful, please consider purchasing an actual copy to support
107156
our work!</p>
108157

109-
<h2 style="padding-top:15px">Table of Contents</h2>
158+
</div>
110159

111-
<ol>
112160

113-
<li>Introduction</li>
114-
115-
<li>MapReduce Basics</li>
116-
117-
<li>MapReduce algorithm design</li>
118-
119-
<li>Inverted Indexing for Text Retrieval</li>
161+
</div>
120162

121-
<li>Graph Algorithms</li>
122163

123-
<li>EM Algorithms for Text Processing</li>
124164

125-
<li>Closing Remarks</li>
165+
</section>
126166

127-
</ol>
128167

129-
<h2 style="padding-top:15px">Design Patterns &amp; Algorithms</h2>
168+
<section id="ref">
169+
<div class="page-header">
170+
<h1>Reference Implementations</h1>
171+
<p class="pull-right"><a href="#">Back to top</a></p>
172+
</div>
130173

131174
<p><a href="http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/index.html">Cloud<sup><small>9</small></sup></a>
132175
is a MapReduce library for Hadoop designed to serve as both a teaching
@@ -152,7 +195,16 @@ <h2 style="padding-top:15px">Design Patterns &amp; Algorithms</h2>
152195

153196
</ul>
154197

155-
<h2 style="padding-top:15px">What People Are Saying</h2>
198+
</section>
199+
200+
201+
<section id="adoption">
202+
<div class="page-header">
203+
<h1>Reviews and Adoption</h1>
204+
<p class="pull-right"><a href="#">Back to top</a></p>
205+
</div>
206+
207+
<h3>What others are saying...</h3>
156208

157209
<ul>
158210

@@ -166,48 +218,60 @@ <h2 style="padding-top:15px">What People Are Saying</h2>
166218

167219
<li>Deepak Singh from Amazon <a href="http://mndoci.com/2010/07/02/recommendation-data-intensive-text-processing-with-mapreduce/">recommends the book</a> (July 2, 2010)</li>
168220

169-
<li>Used in <a href="http://www.csee.ogi.edu/~zak/cs506-pslc/">CS 506/606: Special Topics: Problem Solving with Large Clusters</a> by Izhak Shafran and Richard Sproat at Oregon Health & Science University (Spring 2010)</li>
221+
</ul>
170222

171-
<li>Used in a Google-supported <a href="http://net.pku.edu.cn/~course/cs402/2010/index.html">Peking University course</a> on cloud computing by Hongfei Yan and Bo Peng (Summer, 2010)</li>
223+
<h3>Courses using this book...</h3>
172224

173-
<li>Used in <a href="http://www.andyli.ece.ufl.edu/teaching/eel6935/">EEL 6935: Special Topics in Cloud Computing and Storage</a> by Andy Li at the University of Florida (Fall, 2010 and Fall, 2011)</li>
225+
<ul>
226+
227+
<li><a href="http://www.csee.ogi.edu/~zak/cs506-pslc/">CS 506/606: Special Topics: Problem Solving with Large Clusters</a> by Izhak Shafran and Richard Sproat at Oregon Health & Science University (Spring 2010)</li>
228+
229+
<li><a href="http://net.pku.edu.cn/~course/cs402/2010/index.html">Peking University course</a> on cloud computing by Hongfei Yan and Bo Peng (Summer, 2010)</li>
174230

175-
<li>Used in <a href="http://courses.cs.tamu.edu/caverlee/csce689/">CSCE 689: Internet-Scale Data Management</a> by James Caverlee at Texas A&amp;M (Fall, 2010)</li>
231+
<li><a href="http://www.andyli.ece.ufl.edu/teaching/eel6935/">EEL 6935: Special Topics in Cloud Computing and Storage</a> by Andy Li at the University of Florida (Fall, 2010 and Fall, 2011)</li>
176232

177-
<li>Used in <a href="http://courses.cse.tamu.edu/caverlee/csce670/">CSCE 670: Information Storage and Retrieval</a> by James Caverlee at Texas A&amp;M (Spring, 2011 and Spring, 2012)</li>
233+
<li><a href="http://courses.cs.tamu.edu/caverlee/csce689/">CSCE 689: Internet-Scale Data Management</a> by James Caverlee at Texas A&amp;M (Fall, 2010)</li>
178234

179-
<li>Used in <a href="http://cs.ua.edu/691Vrbsky/">CS 691-001: Cloud Computing</a> by Susan Vrbsky at University of Alabama (Spring, 2011)</li>
235+
<li><a href="http://courses.cse.tamu.edu/caverlee/csce670/">CSCE 670: Information Storage and Retrieval</a> by James Caverlee at Texas A&amp;M (Spring, 2011 and Spring, 2012)</li>
180236

181-
<li>Used in <a href="http://courses.washington.edu/css534/syllabi/s11.html">CSS 534: Parallel Programming in Grid and Cloud</a> by Munehiro Fukuda at University of Washington (Spring, 2011)</li>
237+
<li><a href="http://cs.ua.edu/691Vrbsky/">CS 691-001: Cloud Computing</a> by Susan Vrbsky at University of Alabama (Spring, 2011)</li>
182238

183-
<li>Used in <a href="http://snap.stanford.edu/class/cs341-2011/">CS341: Advanced Topics in Data Mining</a> by Jure Leskovec, Anand Rajaraman, and Jeff Ullman at Stanford (Spring, 2011)</li>
239+
<li><a href="http://courses.washington.edu/css534/syllabi/s11.html">CSS 534: Parallel Programming in Grid and Cloud</a> by Munehiro Fukuda at University of Washington (Spring, 2011)</li>
184240

185-
<li>Used in <a href="http://www.eurecom.fr/~michiard/CCSS.html">Summer School on Cloud Computing: Challenges and opportunities</a> by Pietro Michiard (Summer, 2011)</li>
241+
<li><a href="http://snap.stanford.edu/class/cs341-2011/">CS341: Advanced Topics in Data Mining</a> by Jure Leskovec, Anand Rajaraman, and Jeff Ullman at Stanford (Spring, 2011)</li>
186242

187-
<li>Used in a <a href="http://net.pku.edu.cn/~course/cs402/2011/index.html">Peking University course</a> on mass data processing/cloud computing by Hongfei Yan and Bo Peng (Summer, 2011)</li>
243+
<li><a href="http://www.eurecom.fr/~michiard/CCSS.html">Summer School on Cloud Computing: Challenges and opportunities</a> by Pietro Michiard (Summer, 2011)</li>
188244

189-
<li>Used in <a href="http://dicta-f11.utcompling.com/">CS395T / INF385T / LIN386M: Data-Intensive Computing for Text Analysis</a> by Jason Baldridge and Matt Lease at the University of Texas, Austin (Fall, 2011)</li>
245+
<li><a href="http://net.pku.edu.cn/~course/cs402/2011/index.html">Peking University course</a> on mass data processing/cloud computing by Hongfei Yan and Bo Peng (Summer, 2011)</li>
190246

191-
<li>Used in <a href="http://www.ccs.neu.edu/home/mirek/classes/2011-F-CS6240/index.htm">CS 6240: Parallel Data Processing in MapReduce</a> by Mirek Riedewald at Northeastern University (Fall 2011)</li>
247+
<li><a href="http://dicta-f11.utcompling.com/">CS395T / INF385T / LIN386M: Data-Intensive Computing for Text Analysis</a> by Jason Baldridge and Matt Lease at the University of Texas, Austin (Fall, 2011)</li>
192248

193-
<li>Used in <a href="http://www.cs.gmu.edu/syllabus/syllabi-fall11/CS795BarbaraD.html">CS 795 Mining Massive Datasets</a> by Daniel Barbara at George Mason University (Fall, 2011)</li>
249+
<li><a href="http://www.ccs.neu.edu/home/mirek/classes/2011-F-CS6240/index.htm">CS 6240: Parallel Data Processing in MapReduce</a> by Mirek Riedewald at Northeastern University (Fall 2011)</li>
194250

195-
<li>Used in <a href="http://www.cs.kent.edu/~jin/Cloud12Spring/Cloud.html">CS 4/5/6/79995: Advanced Computing Platforms for Data Processing</a> by Ruoming Jin at Kent State University (Spring 2012)</li>
251+
<li><a href="http://www.cs.gmu.edu/syllabus/syllabi-fall11/CS795BarbaraD.html">CS 795 Mining Massive Datasets</a> by Daniel Barbara at George Mason University (Fall, 2011)</li>
196252

197-
<li>Used in <a href="http://beowulf.lcs.mit.edu/18.337/">18.337/6.338: Parallel Computing</a> by Alan Edelman at MIT (Fall, 2011)</li>
253+
<li><a href="http://www.cs.kent.edu/~jin/Cloud12Spring/Cloud.html">CS 4/5/6/79995: Advanced Computing Platforms for Data Processing</a> by Ruoming Jin at Kent State University (Spring 2012)</li>
198254

199-
<li>Used in <a href="http://www.cse.buffalo.edu/~bina/cse487/fall2011/">CSE487/587 Data-Intensive Computing</a> by Bina Ramamurthy at SUNY Buffalo (Fall, 2011)</li>
255+
<li><a href="http://beowulf.lcs.mit.edu/18.337/">18.337/6.338: Parallel Computing</a> by Alan Edelman at MIT (Fall, 2011)</li>
200256

201-
<li>Used in <a href="http://www.csc.lsu.edu/~wuyj/Teaching/7481/fa11/">CSC7481/LIS 7610 - Information Retrieval Systems</a> by Yejun Wu at LSU (Fall, 2011)</li>
257+
<li><a href="http://www.cse.buffalo.edu/~bina/cse487/fall2011/">CSE487/587 Data-Intensive Computing</a> by Bina Ramamurthy at SUNY Buffalo (Fall, 2011)</li>
202258

203-
<li>Used in <a href="http://www.cs.brown.edu/courses/csci2950-u/f11/index.html">CSCI-2950u: Data-Intensive Scalable Computing</a> by Rodrigo Fonseca at Brown (Fall, 2011)</li>
259+
<li><a href="http://www.csc.lsu.edu/~wuyj/Teaching/7481/fa11/">CSC7481/LIS 7610 - Information Retrieval Systems</a> by Yejun Wu at LSU (Fall, 2011)</li>
204260

205-
<li>Used in <a href="http://www.cs.sunysb.edu/~rezaul/CSE590-S12.html">CSE 590 (#50569): Topics in Computer Science (Supercomputing)</a> by Rezaul A. Chowdhury at Stony Brook University (Spring 2012)</li>
261+
<li><a href="http://www.cs.brown.edu/courses/csci2950-u/f11/index.html">CSCI-2950u: Data-Intensive Scalable Computing</a> by Rodrigo Fonseca at Brown (Fall, 2011)</li>
206262

207-
<li>Used in <a href="http://www-scf.usc.edu/~csci572/">Course 572: Information Retrieval and Web Search Engines</a> by Ellis Horowitz at USC (Spring 2012)</li>
263+
<li><a href="http://www.cs.sunysb.edu/~rezaul/CSE590-S12.html">CSE 590 (#50569): Topics in Computer Science (Supercomputing)</a> by Rezaul A. Chowdhury at Stony Brook University (Spring 2012)</li>
264+
265+
<li><a href="http://www-scf.usc.edu/~csci572/">Course 572: Information Retrieval and Web Search Engines</a> by Ellis Horowitz at USC (Spring 2012)</li>
208266

209267
</ul>
210268

269+
</section>
270+
271+
<footer class="footer">
272+
<p class="pull-right"><a href="#">Back to top</a></p>
273+
</footer>
274+
211275
</div> <!-- /container -->
212276

213277
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

ed2.html

+15-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
</head>
2222

23-
<body>
23+
<body style="background-image: url(assets/img/grid-18px-masked.png)">
2424

2525
<div class="navbar navbar-fixed-top">
2626
<div class="navbar-inner">
@@ -49,10 +49,20 @@
4949

5050
<div class="container">
5151

52-
<div class="page-header">
53-
<h1>MapReduce Algorithm Design</h1>
54-
<p class="lead">Jimmy Lin</p>
55-
</div>
52+
<!-- Masthead
53+
================================================== -->
54+
<header class="jumbotron subhead" id="overview" style="padding-top: 30px;">
55+
56+
<h1>MapReduce Algorithm Design</h1>
57+
58+
<p class="lead">by Jimmy Lin</p>
59+
60+
</header>
61+
62+
<section id="info">
63+
<div class="page-header">
64+
<h1>Book Information</h1>
65+
</div>
5666

5767
<p>I'm currently planning a 2nd edition to "Data-Intensive Text
5868
Processing with MapReduce" with an expanded scope. The working title

0 commit comments

Comments
 (0)