update build frontpage (#377)

* update ch03 img

* update build frontpage
This commit is contained in:
Jiarong Han
2022-06-15 16:30:43 +08:00
committed by GitHub
parent 8c26b487fe
commit 83f237ab0e
10 changed files with 478 additions and 3 deletions

9
build_html.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
rm -rf _build/rst _build/html
d2lbook build rst
cp static/frontpage.html _build/rst/
d2lbook build html
cp -r static/image/* _build/html/_images/

View File

@@ -1,6 +1,11 @@
机器学习系统:设计和实现
=========================
```eval_rst
.. raw:: html
:file: frontpage.html
```
```toc
:maxdepth: 2
:numbered:

View File

@@ -5,7 +5,7 @@ git clone https://github.com/openmlsys/d2l-book.git
cd d2l-book
python setup.py install
```
使用d2lbook构建HTML需要安装`pandoc`, 可以使用`apt-get install pandoc`如果是MacOS可以用Homebrew
使用d2lbook构建HTML需要安装`pandoc`, 可以使用`conda install pandoc` 如果是MacOS可以用Homebrew apt源中pandoc发布版本较低表格转换格式可能有误请尽量使用较新版本的pandoc
构建PDF时如果有SVG图片需要安装LibRsvg来转换SVG图片安装`librsvg`可以通过`apt-get install librsvg`如果是MacOS可以用Homebrew
当然构建PDF必须要有LaTeX如安装[Tex Live](https://www.tug.org/texlive/).
@@ -15,9 +15,9 @@ python setup.py install
git clone https://github.com/openmlsys/openmlsys-zh.git
cd openmlsys-zh
```
使用d2lbook工具编译HTML。
使用d2lbook工具编译HTML。 请尽量使用build_html.sh脚本进行编译保证首页正确合并到书籍中去。
```
d2lbook build html
sh build_html.sh
```
生成的html会在`_build/html`

459
static/frontpage.html Normal file
View File

@@ -0,0 +1,459 @@
<head>
<style>
h1, .side-doc-outline {
display: none;
}
.document .page-content {
width: 100%;
}
h2, h3, h4 {
letter-spacing: 2px;
}
.mdl-grid {
align-items: center;
justify-content: center;
text-align: center;
padding: 150px 0 0 0;
}
h2.toc {
padding: 150px 0 0 0;
}
.header h2 {
font-size: 2rem;
padding-bottom: 35px;
}
.header p {
font-size: 1.25rem;
letter-spacing: 0px;
line-height: 1.5rempx;
padding-bottom: 10px;
}
.header .mdl-button {
margin: 0px 10px;
letter-spacing: 2px;
font-size: 16px;
margin: 1rem 1.5rem;
height: 40px;
width: 120px;
}
.author-item {
max-width: 300px;
}
.author-item h3 {
padding-top: 25px;
padding-bottom: 10px;
}
.author-item img {
border-radius: 50%;
width: 120px;
}
.authors h4 {
width: 100%;
}
.authors h2 {
padding-bottom: 18px;
}
.running-item {
max-width: 300px;
}
.running-item img {
height: 40px;
}
.running-item p {
padding: 20px;
}
.running.mdl-grid {
padding: 20px 0 0 0;
}
.logos img {
display: inline;
max-height: 70px;
max-width: 100px;
margin-left: auto;
margin-right: auto;
}
.logos {
padding-top: 1em;
padding-bottom: 2em;
}
.logos .mdl-grid {
padding: 0;
}
.features .logos .mdl-cell {
padding: 10px 0;
}
.features .mdl-cell {
padding: 0 36px;
}
.features h2, .features-2 h2 {
padding-bottom: 24px;
}
.features-2 p {
padding: 0 200px;
}
.institute.mdl-grid {
padding: 24px;
}
.institute .mdl-cell {
text-align: left;
padding: 0;
}
#logoimg {
padding-top: 0em;
padding-bottom: 2em;
width: 100%;
}
#map {
height: 400px;
width: 100%;
}
#mapimg {
width: 100%;
}
a {
font-size: normal;
}
@media (max-width: 1000px) {
.mdl-grid, h2.toc {
padding: 50px 0 0 0;
}
.header img, .features-2 img {
max-width: 300px;
}
.header .mdl-cell--1-col {
display: none;
}
.features img {
max-width: 350px;
}
.features-2 p {
padding: 0 24px;
}
.features .mdl-cell {
padding: 0 8px;
}
}
.collapsible {
background-color: #EEE;
color: black;
cursor: pointer;
padding: 6px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 16px;
}
.collapsible-active, .collapsible:hover {
background-color: #DDD;
}
.expansion {
padding: 3px 6px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.cover h2 {
font-size: 34px;
margin-bottom: 0px;
padding-bottom: 20px;
}
.cover p.version {
font-size: 18px;
padding: 0 0 9px 0;
}
.cover p {
margin: 0;
padding: 20px 0 0px 0;
font-size: 20px;
}
</style>
</head>
<div class="mdl-grid header">
<div class="mdl-cell mdl-cell--3-col">
<img src="_images/logo.png" class="img-fluid" alt="">
</div>
<div class="mdl-cell mdl-cell--1-col">
</div>
<div class="mdl-cell mdl-cell--5-col mdl-cell--middle cover">
<h2 class="mdl-color-text--primary">《机器学习系统:设计和实现》</h2>
<p>做世界上第一本全面讲述机器学习系统知识的开源书籍</p>
<p><a class="github-button" href="https://github.com/openmlsys/openmlsys-zh" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star openmlsys/openmlsys-zh on GitHub">Star</a></p>
</div>
</div>
<div class = "authors mdl-grid" id = "author" >
<div class = "author-group-title mdl-cell mdl-cell--12-col mdl-cell--top">
<h2>核心作者</h2>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/1136455?v=4"/>
<h3><a href="https://github.com/luomai">麦络 </a></h3>
<p>爱丁堡大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/10713581?v=4"/>
<h3><a href="https://github.com/zsdonghao">董豪</a></h3>
<p> 北京大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="./_images/jinxuefeng.png"/>
<h3>金雪锋</h3>
<p> MindSpore首席架构师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/90942796?v=4"/>
<h3><a href="https://github.com/ganzhiliang">干志良</a></h3>
<p> MindSpore架构师</p>
</div>
</div>
<div class = "author-group-title mdl-cell mdl-cell--12-col mdl-cell--top">
<h2>章节作者</h2>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/21324004?v=4"/>
<h3><a href="https://github.com/Laicheng0830">赖铖</a></h3>
<p>鹏城实验室</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/73918561?v=4"/>
<h3><a href="https://github.com/hanjr92">韩佳容</a></h3>
<p>鹏城实验室</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/31511840?v=4"/>
<h3><a href="https://github.com/future-xy">符尧</a></h3>
<p>爱丁堡大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/39682259?v=4"/>
<h3><a href="https://github.com/eedalong">袁秀龙</a></h3>
<p>清华大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/22659010?v=4"/>
<h3><a href="https://github.com/quantumiracle">丁子涵</a></h3>
<p>普林斯顿大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/25477396?v=4"/>
<h3><a href="https://github.com/Jiankai-Sun">Jiankai Sun</a></h3>
<p>Stanford University</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/34192321?v=4"/>
<h3><a href="https://liaopeiyuan.com/">廖培元</a></h3>
<p>Carnegie Mellon University</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/91313652?v=4"/>
<h3><a href="https://github.com/Went-Liang">梁文腾</a></h3>
<p>北京邮电大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/49299030?v=4"/>
<h3><a href="https://github.com/JieRen98">任杰</a></h3>
<p>爱丁堡大学</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="./_images/zhangqinghua.png"/>
<h3>张清华</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/18185293?v=4"/>
<h3>梁志博</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/20573763?v=4"/>
<h3>余坚峰</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/5563661?v=4"/>
<h3>褚金锦</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/68210792?v=4"/>
<h3>蔡福璧</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="./_images/zhangrenwei.png"/>
<h3>张任伟</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/2681256?v=4"/>
<h3>刘超</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/5202350?v=4"/>
<h3>陈钢</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/61316635?v=4"/>
<h3>黎明奇</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/36526001?v=4"/>
<h3>韩刚强</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/55628940?v=4"/>
<h3>唐业辉</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="./_images/zhaizhiqiang.png"/>
<h3>翟智强</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="./_images/wutiancheng.png"/>
<h3>吴天诚</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/59854698?v=4"/>
<h3>李小慧</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/20376974?v=4"/>
<h3>李昊阳</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/17228522?v=4"/>
<h3>谭志鹏</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "mdl-cell mdl-cell--3-col mdl-cell--top">
<div class="author-item">
<img src="https://avatars.githubusercontent.com/u/105415060?v=4"/>
<h3>李姗妮</h3>
<p>华为工程师</p>
</div>
</div>
<div class = "author-group-title mdl-cell mdl-cell--12-col mdl-cell--top">
<h3> 感谢来自社区的<a href="https://github.com/openmlsys/openmlsys-zh/graphs/contributors">贡献者</a></h3>
<h3> 以及为本书提出宝贵意见的 <a href="https://github.com/openmlsys/openmlsys-zh/issues">勘误者</a></h3>
<h4><a href="https://github.com/openmlsys/openmlsys-zh">欢迎为本书贡献</a></h4>
</div>
</div>
<h2 class="toc">目录</h2>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("collapsible-active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>

BIN
static/image/jinxuefeng.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
static/image/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

2
static/readme.md Normal file
View File

@@ -0,0 +1,2 @@
###Acknowledge
首页风格及源码参考自[动手学深度学习](https://github.com/d2l-ai/d2l-zh),特此提出感谢。