philkman / summary_text_summarization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

As part of the Machine Learning Module from the CAS Machine Inteligence education at ZHAW, I wrote a summary paper in german about "Computer Vision for Music Identification" (Ke, Hoiem, Sukthankar).

Based on pandoc / bibtex document template from Marcel Canclini.

Dependencies

  • pandoc
  • TeX distribution (only for PDF)
  • bibtex file (generated with Zotero)
  • Sublime Text 3 (ST3)
    • Markdown Extended
    • CiteBibtex
    • Pandoc

Hints

in SublimeText 3:

  • F10 shows the entries from the bibtex.bib
  • "CiteBibtex: extract citations in current file" -> extracts the used citations and stores them in a local bibex file
  • "Pandoc" -> "PDF" creates the PDF file from the markdown file

on the command line run the following command to create the PDF document from the markdown file:

pandoc summary_RNN_Marcel_Canclini.mdown --latex-engine=xelatex --filter pandoc-citeproc -o Recurrent\ Neural\ Networks\ \(Marcel_Canclini\).pdf

About

License:MIT License


Languages

Language:TeX 96.1%Language:Shell 3.9%