-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcover_page.tex
More file actions
95 lines (74 loc) · 3.65 KB
/
Copy pathcover_page.tex
File metadata and controls
95 lines (74 loc) · 3.65 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\documentclass[12pt,a4paper,twoside,openright]{report}
\usepackage[top=3cm, bottom=3cm,
inner=3cm, outer=3cm]{geometry}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{lmodern}
\usepackage{helvet}
\usepackage{eso-pic}
\usepackage{float}
\usepackage{parskip}
\usepackage{url}
\newcommand{\backgroundpic}[3]{
\put(#1,#2){
\parbox[b][\paperheight]{\paperwidth}{
\centering
\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{#3}}}}
\begin{document}
\begin{titlepage}
\newgeometry{top=3cm, bottom=3cm,
left=2.3 cm, right=2.3cm}
% Cover page background
\AddToShipoutPicture*{\backgroundpic{-20}{56.7}{frontpage_gu_eng_vec_m2.pdf}}
\addtolength{\voffset}{2cm}
% Cover picture (replace with your own or delete)
\begin{figure}[H]
\centering
\vspace{1cm}
\includegraphics[width=0.9\linewidth]{cover_page_transparent.png}
\end{figure}
% Cover text
\mbox{}
\vfill
\renewcommand{\familydefault}{\sfdefault} \normalfont % Set cover page font
\textbf{\Huge Evaluating Trade-offs of Quantized LLMs \\ for Requirements and Test Alignment}
\\[0.5cm]
% {\Large Possible subtitle}\\[0.5cm]
Bachelor of Science Thesis in Software Engineering and Management \setlength{\parskip}{0.5cm}
{\Large Erik Lindstrand} \setlength{\parskip}{2.9cm} \\ \\
{\Large Michal Spano} \setlength{\parskip}{2.9cm} \\ \\
{\Large Mariia Zabolotnia} \setlength{\parskip}{2cm}
Department of Computer Science and Engineering \\
\textsc{University of Gothenburg} \\
\textsc{Chalmers University of Technology} \\
Gothenburg, Sweden \the\year
\renewcommand{\familydefault}{\rmdefault} \normalfont % Reset standard font
\end{titlepage}
% IMPRINT PAGE (BACK OF TITLE PAGE)
\newpage
\AddToShipoutPicture*{\backgroundpic{-20}{56.7}{frontpage_gu_eng_vec_m2.pdf}}
\addtolength{\voffset}{2cm}
\thispagestyle{empty}
The Author grants to University of Gothenburg and Chalmers University of Technology the non-exclusive right to publish the Work electronically and in a non-commercial purpose make it accessible on the Internet.\\
The Author warrants that he/she is the author to the Work, and warrants that the Work does not contain text, pictures or other material that violates copyright law. \\
The Author shall, when transferring the rights of the Work to a third party (for example a publisher or a company), acknowledge the third party about this agreement. If the Author has signed a copyright agreement with a third party regarding the Work, the Author warrants hereby that he/she has obtained any necessary permission from this third party to let University of Gothenburg and Chalmers University of Technology store the Work electronically and make it accessible on the Internet.\\ \\
\textbf{Evaluating Trade-offs of Quantized LLMs for Requirements and Test Alignment}\\
% A Subtitle that can be quite long if necessary\\
\copyright ~ Erik Lindstrand, June, \the\year. \setlength{\parskip}{1cm} \\
\copyright ~ Michal Spano, June, \the\year. \setlength{\parskip}{1cm} \\
\copyright ~ Mariia Zabolotnia, June, \the\year. \setlength{\parskip}{1cm}
Supervisor: Francisco Gomes\\
Examiner: Jennifer Horkoff\setlength{\parskip}{1cm}
University of Gothenburg\\
Chalmers University of Technology\\
Department of Computer Science and Engineering\\
SE-412 96 G{\"o}teborg\\
Sweden\\
Telephone + 46 (0)31-772 1000 \setlength{\parskip}{0.5cm}
% Caption for cover page figure if used, possibly with reference to further information in the report
Illustration generated using OpenAI's GPT-4o and DALL·E 3 \setlength{\parskip}{2.9cm}
Department of Computer Science and Engineering \\
\textsc{University of Gothenburg} \\
\textsc{Chalmers University of Technology} \\
Gothenburg, Sweden \the\year
\end{document}