Fix layout
This commit is contained in:
parent
eded50a667
commit
2c8c5cf589
2 changed files with 24 additions and 3 deletions
|
|
@ -22,7 +22,12 @@
|
||||||
left=2.5cm,
|
left=2.5cm,
|
||||||
right=2.5cm,
|
right=2.5cm,
|
||||||
top=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
|
% Header & footer
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
|
|
|
||||||
|
|
@ -530,7 +530,6 @@
|
||||||
|
|
||||||
@inproceedings{Chen_2016,
|
@inproceedings{Chen_2016,
|
||||||
doi = {10.1145/2939672.2939785},
|
doi = {10.1145/2939672.2939785},
|
||||||
url = {https://doi.org/10.1145\%2F2939672.2939785},
|
|
||||||
year = 2016,
|
year = 2016,
|
||||||
month = {aug},
|
month = {aug},
|
||||||
publisher = {{ACM}},
|
publisher = {{ACM}},
|
||||||
|
|
@ -786,7 +785,6 @@ address = {New York, NY, USA},
|
||||||
volume = {51},
|
volume = {51},
|
||||||
number = {10},
|
number = {10},
|
||||||
issn = {0001-0782},
|
issn = {0001-0782},
|
||||||
url = {https://doi.org/10.1145/1400181.1400186},
|
|
||||||
doi = {10.1145/1400181.1400186},
|
doi = {10.1145/1400181.1400186},
|
||||||
abstract = {Are you ready for a personal energy meter?},
|
abstract = {Are you ready for a personal energy meter?},
|
||||||
journal = {Commun. ACM},
|
journal = {Commun. ACM},
|
||||||
|
|
@ -886,3 +884,21 @@ numpages = {3}
|
||||||
year={2020},
|
year={2020},
|
||||||
organization={IOP Publishing}
|
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}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue