-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
63 lines (38 loc) · 1.4 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%!TEX TS-program = XeLaTeX+ShellEscape
%!TEX encoding = UTF-8 Unicode
\documentclass[watermark, figures, tables, algorithms, acronyms, acknowledgments]{DEIThesis}
\mastername{Computer Engineering}
\title{Improving Spaced k-mer Extraction and Hash Encoding for Bioinformatics Applications}
\author{Leonardo Gemin}
\studentId{2023860}
\advisor{Prof. Matteo Comin}
\university{University of Padova}
\coadvisor{}
\coadvisorsUniversity{}
\academicYear{2023/2024}
\thesisDate{July 11}
\thesisYear{2024}
\begin{filecontents*}[overwrite]{\jobname.xmpdata}
\Title{Improving Spaced k-mer Extraction and Hash Encoding for Bioinformatics Applications}
\Author{Leonardo Gemin}
\Subject{Master Thesis in Computer Engineering}
\Language{en-EN}
\Keywords{computer engineering\sep bioinformatics\sep spaced k-mer\sep spaced seed\sep hash encoding}
\end{filecontents*}
\begin{document}
\frontmatter
\mainmatter
\import{chapters/01_introduction}{0}
\import{chapters/02_spacedkmer}{0}
\import{chapters/03_hashing}{0}
\import{chapters/04_develop}{0}
\import{chapters/05_results}{0}
\import{chapters/06_conclusions}{0}
\appendix
\import{chapters/appendix}{a_seedsets}
\import{chapters/appendix}{b_time-tables}
\import{chapters/appendix}{c_speedup-tables}
\import{chapters/appendix}{d_speedup-graphs}
\import{chapters/appendix}{e_DuoHash-vs-MaskJelly}
\backmatter
\end{document}