-
Notifications
You must be signed in to change notification settings - Fork 1
/
waridjournal1.tex
126 lines (99 loc) · 3.39 KB
/
waridjournal1.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
\documentclass[preprint,12pt]{elsarticle}
\journal{Future Generation Computer Networks}
\usepackage{amsmath, amsthm, amssymb, graphicx}
\usepackage{subfigure}
%\usepackage{subfig}
%\usepackage{cite,citesort}
%\usepackage{cite}
\usepackage{multirow}
\usepackage{epsfig}
%\usepackage{epstopdf}
%\usepackage{algorithmic}
\usepackage{algorithm2e}
\usepackage{url}
% *** SPECIALIZED LIST PACKAGES ***
%
%\usepackage{algorithmic, algorithm}
\begin{document}
\begin{frontmatter}
%% Title, authors and addresses
%% use the tnoteref command within \title for footnotes;
%% use the tnotetext command for the associated footnote;
%% use the fnref command within \author or \address for footnotes;
%% use the fntext command for the associated footnote;
%% use the corref command within \author for corresponding author footnotes;
%% use the cortext command for the associated footnote;
%% use the ead command for the email address,
%% and the form \ead[url] for the home page:
%%
%% \title{Title\tnoteref{label1}}
%% \tnotetext[label1]{}
%% \author{Name\corref{cor1}\fnref{label2}}
%% \ead{email address}
%% \ead[url]{home page}
%% \fntext[label2]{}
%% \cortext[cor1]{}
%% \address{Address\fnref{label3}}
%% \fntext[label3]{}
\title{Low-Carb: A Practical Technique for Improving Energy Efficiency in Operational Cellular Networks}
%% use optional labels to link authors explicitly to addresses:
%% \author[label1,label2]{<author name>}
%% \address[label1]{<address>}
%% \address[label2]{<address>}
\author[LUMS]{Muhammad Saqib Ilyas\corref{cor1}}
\cortext[cor1]{Corresponding author}
\author[LUMS]{Ghufran Baig}
\author[LUMS]{Mubashir Adnan Qureshi}
\author[LUMS]{Qurat Ul Ain Nadeem}
\author[LUMS]{Ali Raza}
\author[LUMS]{Munaf Arshad Qazi}
\author[LUMS]{Adnan Ahmed}
\author[LUMS]{Zartash Afzal Uzmi}
\author[WaridTel]{Bilal Rassool}
\address[LUMS]{\ead{\{saqibm, 13100162, 13100152, 13100094, 14100214, 14100212, 13100204, zartash\}@lums.edu.pk}School of Science and Engineering, LUMS, Lahore, Pakistan}
\address[WaridTel]{\ead{bilal.rassool@waridtel.com}Warid Telecom, Lahore, Pakistan}
\input{Sections/Abstract}
\begin{keyword}
%% keywords here, in the form: keyword \sep keyword
%% MSC codes here, in the form: \MSC code \sep code
%% or \MSC[2008] code \sep code (2000 is the default)
Green communication, BTS power-saving, energy conservation, energy efficiency
\end{keyword}
\end{frontmatter}
%%
%% Start line numbering here if you want
%%
% \linenumbers
%% main text
\input{Sections/Introduction}
\input{Sections/RelatedWork}
\input{Sections/Formulation}
\input{Sections/ExperimentalSetup}
\input{Sections/Results}
\input{Sections/Conclusions}
%% The Appendices part is started with the command \appendix;
%% appendix sections are then done as normal sections
%% \appendix
%% \section{}
%% \label{}
%% References
%%
%% Following citation commands can be used in the body text:
%% Usage of \cite is as follows:
%% \cite{key} ==>> [#]
%% \cite[chap. 2]{key} ==>> [#, chap. 2]
%%
%% References with bibTeX database:
\bibliographystyle{elsarticle-num}
\bibliography{ref}
%% Authors are advised to submit their bibtex database files. They are
%% requested to list a bibtex style file in the manuscript if they do
%% not want to use elsarticle-num.bst.
%% References without bibTeX database:
% \begin{thebibliography}{00}
%% \bibitem must have the following form:
%% \bibitem{key}...
%%
% \bibitem{}
% \end{thebibliography}
\end{document}