forked from zyuanhong/railstutorial-china.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
author.html
46 lines (35 loc) · 2.49 KB
/
author.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="zh_CN">
<head>
<meta charset="utf-8" />
<title>作者译者</title>
<meta name="author" content="Andor Chen" />
<link rel="stylesheet" href="/assets/styles/style.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/global.js"></script>
</head>
<body>
<div class="wrapper">
<div class="header">
<h1 class="logo"><a class="ir" href="http://railstutorial-china.org">Ruby on Rails 教程</a></h1>
<p class="subtitle">Ruby on Rails Tutorial 原书第 2 版(涵盖 Rails 4)</p>
</div>
<div class="content">
<div class="item author">
<h1 id="author"><span></span> 作者译者</h1>
<ol class="toc"></ol>
<div class="main">
<p>本书的英文版原作者是 <a href="http://michaelhartl.com/">Michael Hartl</a>,把 Ruby on Rails Web 开发介绍给世人的先行者。他之前曾经写作并开发了 RailsSoace,一本很过时的 Rails 教程;也曾使用 Ruby on Rails 开发过一个名为 Insoshi 的社交网络平台,这个平台曾经很流行,现在已经过气了。因为他对 Ruby 社区的贡献,于 2011 年被授予了 <a href="http://rubyheroes.com/heroes">Ruby Hero 奖</a>。他毕业于<a href="http://college.harvard.edu/">哈佛学院</a>,并获得了<a href="http://www.caltech.edu/">加州理工学院</a>的物理学博士学位。他还是 <a href="http://ycombinator.com/">Y Combinator</a> 创业者项目的毕业生。</p>
<p>本书的中文版译者是 <a href="http://about.ac">Andor Chen</a>。他毕业于<a href="http://www.csu.edu.cn">中南大学</a>,现在一家国内领先的锂离子电池制造企业任职机械工程师。用过 WordPress 的读者或许会熟悉这个名字。现在他是个 Ruby 初学者,并在学习使用 Rails 做 Web 开发。本书就是他在学习 Rails 的过程中翻译的。</p>
</div>
</div>
<div class="navigation">
<a class="next_page" href="/preface.html">致中国读者 »</a>
</div>
</div>
<div class="footer">
<p>©2013 <a href="http://about.ac" title="Andor Chen 的个人网站">Andor Chen</a> 保留部分权力。在线阅读版本基于<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Creative Commons Attribution-ShareAlike 3.0 Unported License" target="_blank">“CC 3.0 BY-SA 协议”</a>发布</p>
</div>
</div>
</body>
</html>