项目作者: rihenperry

项目描述 :
documents my master's level thesis work on building continous, topical web crawler based on mercator 1999
高级语言: TeX
项目地址: git://github.com/rihenperry/csuci-mscs-thesis-dist-web-crawler.git
创建时间: 2019-04-09T20:18:16Z
项目社区:https://github.com/rihenperry/csuci-mscs-thesis-dist-web-crawler

开源协议:GNU General Public License v3.0

下载


This repository contains literature on my master’s level thesis, which is
about Distributed Web Crawling and Indexing. I will also start making
bi-weekly incremental updates about my progress on the work onto my site very soon.

https://rihbyne.github.io/blog/

You can use this latex code as a template to produce your thesis as well. Just run
the below command to compile the tex file to pdf.

  1. pdflatex <thesis>.tex && bibtex <thesis> && pdflatex <thesis>.tex && pdflatex <thesis>.tex

Note that you only want to touch thesis-template.tex and references.bib to
add your content, rest all other files are generated by tex engine and therefore
shouldn’t be modified by hand.

insert pdf after a given page number

  1. pdftk A=initialwriteup.pdf B=formalities/distributionlicense.pdf cat A1-3 B A4-end output output.pdf