Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Nov 1, 2016
1 parent 90794c6 commit 18e859a
Show file tree
Hide file tree
Showing 11 changed files with 1,306 additions and 665 deletions.
Binary file added images/body-bg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/download-button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github-button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header-bg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sidebar-bg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 67 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,58 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Szuthesis by xuliuchengxlc</title>
</head>

<body>
<div id="container">
<div class="inner">

<header>
<h1>Szuthesis</h1>
<h2>Shenzhen University undergraduate thesis</h2>
</header>

<section id="downloads" class="clearfix">
<a href="https://github.com/xuliuchengxlc/szuthesis/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/xuliuchengxlc/szuthesis/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/xuliuchengxlc/szuthesis" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>

<hr>

<section id="main_content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>关于szuthesis</h3>

<p><a href="xlc/main.pdf">szuthesis</a>是我的本科毕业论文,关于推荐系统中的单类协同过滤问题。于我而言,它并没有什么自己的东西,都是一些别人的工作, 主要分析了这篇paper<a href="Adaptive Pairwise Learning for Personalized Ranking with Content and Implicit Feedback.pdf">Adaptive Pairwise Learning for Personalized Ranking with Content and Implicit Feedback</a>
不过对于一个初学者来说,早期都是记读书笔记而已,因此有判断地汲取别人的思想,模仿别人也是很重要的。</p>

<p>论文使用LaTeX撰写,虽然我的本科院校仅提供了word模板,使用LaTeX也不过月余时间,不过幸而最后能够圆满完成任务。论文内容虽然没有自己有建设性的工作,但是加入了很多自己理解,从我个人角度而言,论文中对于BPR的整个分析应当比我当初所学更加流畅。
在研习论文的过程中,也发现了所主要参考的论文的一个公式错误(公式虽有问题,不过不影响结果分析)。另外对于论文的理解我进行了部分整合,从我自身理解的角度对于看论文初期的一些疑惑进行了解读。</p>

<p>这次主要是完整地体验了一下专业一点写论文的整个流程,收获颇多。不过还有很多需要改进的东西,尤其是实验部分,毕设的实验部分是整篇最为粗糙,应该摒弃的一段。
但是也只能做到这样了。这次还因为时间不够,直接向作者要了一份代码并没有亲自实现。不过因为不熟悉Python,重现运行环境和看代码也还是花了很多时间。</p>


</section>

<footer>
Szuthesis is maintained by <a href="https://github.com/xuliuchengxlc">xuliuchengxlc</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>


</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<title>Szuthesis by liuchengxu</title>
</head>

<body>
<header>
<div class="inner">
<h1>Szuthesis</h1>
<h2>Shenzhen University undergraduate thesis</h2>
<a href="https://github.com/liuchengxu/szuthesis" class="button"><small>View project on</small> GitHub</a>
</div>
</header>

<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="szuthesis" class="anchor" href="#szuthesis" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>szuthesis</h1>

<p>Shenzhen University Undergraduate Thesis</p>

<p>论文主要关于推荐系统,重点研究在利用隐式反馈的推荐算法上如何融合内容信息, 算法模型为 <code>Bayesian Personalized Ranking + Content</code>,可以<a href="https://liuchengxu.github.io/szuthesis/xlc/main.pdf">点击这里</a>查看论文.</p>

<p>论文使用 LaTeX 撰写,对于 LaTeX 初学者,如果想用它撰写论文应当有一定借鉴意义,<a href="https://github.com/liuchengxu/szuthesis/tree/gh-pages/xlc">xlc</a> 目录即为整个 LaTeX 工程, 源文件中我给出了诸多注解。</p>

<p>在学习 LaTeX 的过程中,也积累了一些经验,新手或值得一看:</p>

<ul>
<li><p><a href="https://liuchengxu.github.io/2016/01/30/quick-latex.html">从零开始LaTeX快速入门</a></p></li>
<li><p><a href="http://blog.csdn.net/simple_the_best/article/details/51244631">LaTeX实战经验:新手须知</a></p></li>
</ul>
</section>

<aside id="sidebar">
<a href="https://github.com/liuchengxu/szuthesis/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/liuchengxu/szuthesis/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>

<p class="repo-owner"><a href="https://github.com/liuchengxu/szuthesis"></a> is maintained by <a href="https://github.com/liuchengxu">liuchengxu</a>.</p>

<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>


</body>
</html>
2 changes: 1 addition & 1 deletion javascripts/main.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log('This would be the main JS file.');
console.log('This would be the main JS file.');
10 changes: 5 additions & 5 deletions params.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Szuthesis",
"tagline": "Shenzhen University undergraduate thesis",
"body": "### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.\r\n\r\n### Designer Templates\r\nWe’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.\r\n\r\n### Creating pages manually\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
{
"name": "Szuthesis",
"tagline": "Shenzhen University undergraduate thesis",
"body": "# szuthesis\r\n\r\nShenzhen University Undergraduate Thesis\r\n\r\n论文主要关于推荐系统,重点研究在利用隐式反馈的推荐算法上如何融合内容信息, 算法模型为 `Bayesian Personalized Ranking + Content`,可以[点击这里](https://liuchengxu.github.io/szuthesis/xlc/main.pdf)查看论文.\r\n\r\n论文使用 LaTeX 撰写,对于 LaTeX 初学者,如果想用它撰写论文应当有一定借鉴意义,[xlc](https://github.com/liuchengxu/szuthesis/tree/gh-pages/xlc) 目录即为整个 LaTeX 工程, 源文件中我给出了诸多注解。\r\n\r\n在学习 LaTeX 的过程中,也积累了一些经验,新手或值得一看:\r\n\r\n- [从零开始LaTeX快速入门](https://liuchengxu.github.io/2016/01/30/quick-latex.html)\r\n\r\n- [LaTeX实战经验:新手须知](http://blog.csdn.net/simple_the_best/article/details/51244631)\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}
124 changes: 124 additions & 0 deletions stylesheets/github-light.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
/*
The MIT License (MIT)
Copyright (c) 2016 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

.pl-c /* comment */ {
color: #969896;
}

.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
.pl-s .pl-v /* string variable */ {
color: #0086b3;
}

.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #795da3;
}

.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
.pl-s .pl-s1 /* string source */ {
color: #333;
}

.pl-ent /* entity.name.tag */ {
color: #63a35c;
}

.pl-k /* keyword, storage, storage.type */ {
color: #a71d5d;
}

.pl-s /* string */,
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
color: #183691;
}

.pl-v /* variable */ {
color: #ed6a43;
}

.pl-id /* invalid.deprecated */ {
color: #b52a1d;
}

.pl-ii /* invalid.illegal */ {
color: #f8f8f8;
background-color: #b52a1d;
}

.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
font-weight: bold;
color: #63a35c;
}

.pl-ml /* markup.list */ {
color: #693a17;
}

.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
font-weight: bold;
color: #1d3e81;
}

.pl-mq /* markup.quote */ {
color: #008080;
}

.pl-mi /* markup.italic */ {
font-style: italic;
color: #333;
}

.pl-mb /* markup.bold */ {
font-weight: bold;
color: #333;
}

.pl-md /* markup.deleted, meta.diff.header.from-file */ {
color: #bd2c00;
background-color: #ffecec;
}

.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
color: #55a532;
background-color: #eaffea;
}

.pl-mdr /* meta.diff.range */ {
font-weight: bold;
color: #795da3;
}

.pl-mo /* meta.output */ {
color: #1d3e81;
}

0 comments on commit 18e859a

Please sign in to comment.