[593] | 1 | %% This is file `elsarticle-template-1-num.tex', |
---|
| 2 | %% |
---|
| 3 | %% Copyright 2009 Elsevier Ltd |
---|
| 4 | %% |
---|
| 5 | %% This file is part of the 'Elsarticle Bundle'. |
---|
| 6 | %% --------------------------------------------- |
---|
| 7 | %% |
---|
| 8 | %% It may be distributed under the conditions of the LaTeX Project Public |
---|
| 9 | %% License, either version 1.2 of this license or (at your option) any |
---|
| 10 | %% later version. The latest version of this license is in |
---|
| 11 | %% http://www.latex-project.org/lppl.txt |
---|
| 12 | %% and version 1.2 or later is part of all distributions of LaTeX |
---|
| 13 | %% version 1999/12/01 or later. |
---|
| 14 | %% |
---|
| 15 | %% The list of all files belonging to the 'Elsarticle Bundle' is |
---|
| 16 | %% given in the file `manifest.txt'. |
---|
| 17 | %% |
---|
| 18 | %% Template article for Elsevier's document class `elsarticle' |
---|
| 19 | %% with numbered style bibliographic references |
---|
| 20 | %% |
---|
| 21 | %% $Id: elsarticle-template-1-num.tex 149 2009-10-08 05:01:15Z rishi $ |
---|
| 22 | %% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/elsarticle-template-1-num.tex $ |
---|
| 23 | %% |
---|
| 24 | \documentclass[preprint,12pt]{elsarticle} |
---|
| 25 | |
---|
| 26 | %% Use the option review to obtain double line spacing |
---|
| 27 | %% \documentclass[preprint,review,12pt]{elsarticle} |
---|
| 28 | |
---|
| 29 | %% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn |
---|
| 30 | %% for a journal layout: |
---|
| 31 | %% \documentclass[final,1p,times]{elsarticle} |
---|
| 32 | %% \documentclass[final,1p,times,twocolumn]{elsarticle} |
---|
| 33 | %% \documentclass[final,3p,times]{elsarticle} |
---|
| 34 | %% \documentclass[final,3p,times,twocolumn]{elsarticle} |
---|
| 35 | %% \documentclass[final,5p,times]{elsarticle} |
---|
| 36 | %% \documentclass[final,5p,times,twocolumn]{elsarticle} |
---|
| 37 | |
---|
| 38 | %% if you use PostScript figures in your article |
---|
| 39 | %% use the graphics package for simple commands |
---|
| 40 | %% \usepackage{graphics} |
---|
| 41 | %% or use the graphicx package for more complicated commands |
---|
| 42 | %% \usepackage{graphicx} |
---|
| 43 | %% or use the epsfig package if you prefer to use the old commands |
---|
| 44 | %% \usepackage{epsfig} |
---|
| 45 | |
---|
| 46 | %% The amssymb package provides various useful mathematical symbols |
---|
| 47 | \usepackage{amssymb} |
---|
| 48 | %% The amsthm package provides extended theorem environments |
---|
| 49 | %% \usepackage{amsthm} |
---|
| 50 | |
---|
| 51 | %% The lineno packages adds line numbers. Start line numbering with |
---|
| 52 | %% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on |
---|
| 53 | %% for the whole article with \linenumbers after \end{frontmatter}. |
---|
| 54 | %% \usepackage{lineno} |
---|
| 55 | |
---|
| 56 | %% natbib.sty is loaded by default. However, natbib options can be |
---|
| 57 | %% provided with \biboptions{...} command. Following options are |
---|
| 58 | %% valid: |
---|
| 59 | |
---|
| 60 | %% round - round parentheses are used (default) |
---|
| 61 | %% square - square brackets are used [option] |
---|
| 62 | %% curly - curly braces are used {option} |
---|
| 63 | %% angle - angle brackets are used <option> |
---|
| 64 | %% semicolon - multiple citations separated by semi-colon |
---|
| 65 | %% colon - same as semicolon, an earlier confusion |
---|
| 66 | %% comma - separated by comma |
---|
| 67 | %% numbers- selects numerical citations |
---|
| 68 | %% super - numerical citations as superscripts |
---|
| 69 | %% sort - sorts multiple citations according to order in ref. list |
---|
| 70 | %% sort&compress - like sort, but also compresses numerical citations |
---|
| 71 | %% compress - compresses without sorting |
---|
| 72 | %% |
---|
| 73 | %% \biboptions{comma,round} |
---|
| 74 | |
---|
| 75 | % \biboptions{} |
---|
| 76 | |
---|
| 77 | |
---|
| 78 | \journal{Simulation Modelling Practice and Theory} |
---|
| 79 | |
---|
| 80 | \begin{document} |
---|
| 81 | |
---|
| 82 | \begin{frontmatter} |
---|
| 83 | |
---|
| 84 | %% Title, authors and addresses |
---|
| 85 | |
---|
| 86 | %% use the tnoteref command within \title for footnotes; |
---|
| 87 | %% use the tnotetext command for the associated footnote; |
---|
| 88 | %% use the fnref command within \author or \address for footnotes; |
---|
| 89 | %% use the fntext command for the associated footnote; |
---|
| 90 | %% use the corref command within \author for corresponding author footnotes; |
---|
| 91 | %% use the cortext command for the associated footnote; |
---|
| 92 | %% use the ead command for the email address, |
---|
| 93 | %% and the form \ead[url] for the home page: |
---|
| 94 | %% |
---|
| 95 | %% \title{Title\tnoteref{label1}} |
---|
| 96 | %% \tnotetext[label1]{} |
---|
| 97 | %% \author{Name\corref{cor1}\fnref{label2}} |
---|
| 98 | %% \ead{email address} |
---|
| 99 | %% \ead[url]{home page} |
---|
| 100 | %% \fntext[label2]{} |
---|
| 101 | %% \cortext[cor1]{} |
---|
| 102 | %% \address{Address\fnref{label3}} |
---|
| 103 | %% \fntext[label3]{} |
---|
| 104 | |
---|
| 105 | \title{DCWoRMS - a tool for simulation of energy efficiency in Grids and Clouds } |
---|
| 106 | |
---|
| 107 | %% use optional labels to link authors explicitly to addresses: |
---|
| 108 | %% \author[label1,label2]{<author name>} |
---|
| 109 | %% \address[label1]{<address>} |
---|
| 110 | %% \address[label2]{<address>} |
---|
| 111 | |
---|
[594] | 112 | \author{Krzysztof Kurowski, Ariel Oleksiak, Wojciech Piatek, Tomasz Piontek} |
---|
[593] | 113 | |
---|
| 114 | |
---|
| 115 | \begin{abstract} |
---|
| 116 | %% Text of abstract |
---|
| 117 | |
---|
| 118 | \end{abstract} |
---|
| 119 | |
---|
| 120 | \begin{keyword} |
---|
| 121 | %% keywords here, in the form: keyword \sep keyword |
---|
| 122 | |
---|
| 123 | %% MSC codes here, in the form: \MSC code \sep code |
---|
| 124 | %% or \MSC[2008] code \sep code (2000 is the default) |
---|
| 125 | |
---|
| 126 | \end{keyword} |
---|
| 127 | |
---|
| 128 | \end{frontmatter} |
---|
| 129 | |
---|
| 130 | %% |
---|
| 131 | %% Start line numbering here if you want |
---|
| 132 | %% |
---|
| 133 | % \linenumbers |
---|
| 134 | |
---|
| 135 | %% main text |
---|
| 136 | \section{Introduction} |
---|
| 137 | |
---|
| 138 | \section{Related Work} |
---|
| 139 | |
---|
| 140 | SoTA - cloudsim, greencloud, romonet |
---|
| 141 | |
---|
| 142 | \section{DCWoRMS} |
---|
| 143 | |
---|
| 144 | \section{Modelling of energy efficiency in DCWoRMS} |
---|
| 145 | |
---|
| 146 | \section{Experimental results} |
---|
| 147 | |
---|
| 148 | Results + RECS and MOP description |
---|
| 149 | |
---|
| 150 | \section{DCWoRMS application} |
---|
| 151 | |
---|
[594] | 152 | DCWoRMS in CoolEmALl, integration with CFD |
---|
[593] | 153 | |
---|
| 154 | \section{Conclusions and future work} |
---|
| 155 | |
---|
| 156 | |
---|
[594] | 157 | |
---|
[593] | 158 | \label{} |
---|
| 159 | |
---|
| 160 | %% The Appendices part is started with the command \appendix; |
---|
| 161 | %% appendix sections are then done as normal sections |
---|
| 162 | %% \appendix |
---|
| 163 | |
---|
| 164 | %% \section{} |
---|
| 165 | %% \label{} |
---|
| 166 | |
---|
| 167 | %% References |
---|
| 168 | %% |
---|
| 169 | %% Following citation commands can be used in the body text: |
---|
| 170 | %% Usage of \cite is as follows: |
---|
| 171 | %% \cite{key} ==>> [#] |
---|
| 172 | %% \cite[chap. 2]{key} ==>> [#, chap. 2] |
---|
| 173 | %% \citet{key} ==>> Author [#] |
---|
| 174 | |
---|
| 175 | %% References with bibTeX database: |
---|
| 176 | |
---|
| 177 | %%\bibliographystyle{model1-num-names} |
---|
| 178 | %%\bibliography{<your-bib-database>} |
---|
| 179 | |
---|
| 180 | %% Authors are advised to submit their bibtex database files. They are |
---|
| 181 | %% requested to list a bibtex style file in the manuscript if they do |
---|
| 182 | %% not want to use model1-num-names.bst. |
---|
| 183 | |
---|
| 184 | %% References without bibTeX database: |
---|
| 185 | |
---|
| 186 | \begin{thebibliography}{00} |
---|
| 187 | |
---|
| 188 | %% \bibitem must have the following form: |
---|
| 189 | %% \bibitem{key}... |
---|
| 190 | %% |
---|
| 191 | |
---|
| 192 | % \bibitem{} |
---|
| 193 | |
---|
| 194 | \end{thebibliography} |
---|
| 195 | |
---|
| 196 | |
---|
| 197 | \end{document} |
---|
| 198 | |
---|
| 199 | %% |
---|
| 200 | %% End of file `elsarticle-template-1-num.tex'. |
---|