Fix layout

This commit is contained in:
Andras Schmelczer 2022-09-04 17:06:39 +02:00
parent eded50a667
commit 2c8c5cf589
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 24 additions and 3 deletions

View file

@ -22,7 +22,12 @@
left=2.5cm,
right=2.5cm,
top=2.5cm,
bottom=3cm]{geometry}
bottom=2.65cm]{geometry}
\usepackage{array}
\usepackage{ragged2e}
% Left-aligned fixed-width table column
\newcolumntype{P}[1]{>{\RaggedRight\hspace{0pt}}p{#1}}
% Header & footer
\pagestyle{fancy}

View file

@ -530,7 +530,6 @@
@inproceedings{Chen_2016,
doi = {10.1145/2939672.2939785},
url = {https://doi.org/10.1145\%2F2939672.2939785},
year = 2016,
month = {aug},
publisher = {{ACM}},
@ -786,7 +785,6 @@ address = {New York, NY, USA},
volume = {51},
number = {10},
issn = {0001-0782},
url = {https://doi.org/10.1145/1400181.1400186},
doi = {10.1145/1400181.1400186},
abstract = {Are you ready for a personal energy meter?},
journal = {Commun. ACM},
@ -886,3 +884,21 @@ numpages = {3}
year={2020},
organization={IOP Publishing}
}
@book{nunnally1994psychometric,
title={Psychometric theory 3E},
author={Nunnally, Jum C},
year={1994},
publisher={Tata McGraw-hill education}
}
@article{gao2020survey,
title={A survey on deep learning for multimodal data fusion},
author={Gao, Jing and Li, Peng and Chen, Zhikui and Zhang, Jianing},
journal={Neural Computation},
volume={32},
number={5},
pages={829--864},
year={2020},
publisher={MIT Press One Rogers Street, Cambridge, MA 02142-1209, USA journals}
}