GitXplorerGitXplorer
h

phd_thesis

public
9 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
3e802d7ae85914b21ec4fb244a6d27217f501028

hhadim committed 9 years ago
Unverified
66c531220df31ba12a4a0d30f31d98ba8e3e78d6

hhadim committed 9 years ago
Unverified
5b5edc504d861141b38652e465d70036f7963530

hhadim committed 9 years ago
Unverified
35c6d8c589384e56e91aec26182d90e91364835a

hhadim committed 9 years ago
Unverified
3ac1b1655c30877ae6653ca5fa712b2f85375f31

hhadim committed 9 years ago
Unverified
09ea13b1b5650a6a028cb8f2581d99aa8a263b42

hhadim committed 9 years ago

README

The README file for this repository.

Thesis source code

My PhD thesis is written in Markdown and converted in Latex + pdf with Pandoc. The original template is largely inspired from https://github.com/chiakaivalya/thesis-markdown-pandoc.

Informations

My thesis is about the dynamic and modeling of chromosome during mitosis in fission yeast. It's all written in french except a summary in english.

You can access to the final pdf here.

How to build

Requirements

  • pandoc
  • pandoc-citeproc : enable citation in Markdown
  • pandoc-crossref : enable cross reference in Markdown
  • all the necessary requirements to compile latex projects

Build

make pdf

Repository structure

├── abstract.pdf       # only abstract as pdf
├── figures/           # contains all my figures (.svg and .png)
├── library.bib        # bib file containing... my bibliography (generated with Mendeley)
├── Makefile           # various commands to build the thesis
├── README.md          # the file you are actullay reading
├── scripts/           # scripts needed to build system
├── templates/         # template files for LaTeX, .docx and .bib
├── test.pdf           # generate a tiny version of the thesis (only for testing purpose)
├── text/              # contains the thesis text file (in Markdown)
├── thesis.docx        # thesis generated in .docx (for people who use Microsoft Office)
├── thesis.pdf         # final pdf containing your thesis
└── thesis.tex         # intermediate .tex file can be generated (for LaTeX debugging purpose only)

Author

Hadrien Mary

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.