Project

General

Profile

root / sample-acmsmall.tex

1 1 zhangmingz
\documentclass[format=acmsmall, review=false, screen=true]{acmart}
2
3
\usepackage{booktabs} % For formal tables
4
5
\usepackage[ruled]{algorithm2e} % For algorithms
6
\renewcommand{\algorithmcfname}{ALGORITHM}
7
\SetAlFnt{\small}
8
\SetAlCapFnt{\small}
9
\SetAlCapNameFnt{\small}
10
\SetAlCapHSkip{0pt}
11
\IncMargin{-\parindent}
12
13
14
% Metadata Information
15
\acmJournal{TWEB}
16
\acmVolume{9}
17
\acmNumber{4}
18
\acmArticle{39}
19
\acmYear{2010}
20
\acmMonth{3}
21
\copyrightyear{2009}
22
%\acmArticleSeq{9}
23
24
% Copyright
25
%\setcopyright{acmcopyright}
26
\setcopyright{acmlicensed}
27
%\setcopyright{rightsretained}
28
%\setcopyright{usgov}
29
%\setcopyright{usgovmixed}
30
%\setcopyright{cagov}
31
%\setcopyright{cagovmixed}
32
33
% DOI
34
\acmDOI{0000001.0000001}
35
36
% Paper history
37
\received{February 2007}
38
\received[revised]{March 2009}
39
\received[accepted]{June 2009}
40
41
42
% Document starts
43
\begin{document}
44
% Title portion. Note the short title for running heads
45
\title[A Multifrequency MAC for Wireless Sensor]{A Multifrequency MAC
46
  Specially Designed for Wireless Sensor  Network Applications}
47
48
\author{Gang Zhou}
49
\orcid{1234-5678-9012-3456}
50
\affiliation{%
51
  \institution{College of William and Mary}
52
  \streetaddress{104 Jamestown Rd}
53
  \city{Williamsburg}
54
  \state{VA}
55
  \postcode{23185}
56
  \country{USA}}
57
\email{gang_zhou@wm.edu}
58
\author{Valerie B\'eranger}
59
\affiliation{%
60
  \institution{Inria Paris-Rocquencourt}
61
  \city{Rocquencourt}
62
  \country{France}
63
}
64
\email{beranger@inria.fr}
65
\author{Aparna Patel}
66
\affiliation{%
67
 \institution{Rajiv Gandhi University}
68
 \streetaddress{Rono-Hills}
69
 \city{Doimukh}
70
 \state{Arunachal Pradesh}
71
 \country{India}}
72
\email{aprna_patel@rguhs.ac.in}
73
\author{Huifen Chan}
74
\affiliation{%
75
  \institution{Tsinghua University}
76
  \streetaddress{30 Shuangqing Rd}
77
  \city{Haidian Qu}
78
  \state{Beijing Shi}
79
  \country{China}
80
}
81
\email{chan0345@tsinghua.edu.cn}
82
\author{Ting Yan}
83
\affiliation{%
84
  \institution{Eaton Innovation Center}
85
  \city{Prague}
86
  \country{Czech Republic}}
87
\email{yanting02@gmail.com}
88
\author{Tian He}
89
\affiliation{%
90
  \institution{University of Virginia}
91
  \department{School of Engineering}
92
  \city{Charlottesville}
93
  \state{VA}
94
  \postcode{22903}
95
  \country{USA}
96
}
97
\affiliation{%
98
  \institution{University of Minnesota}
99
  \country{USA}}
100
\email{tinghe@uva.edu}
101
\author{Chengdu Huang}
102
\author{John A. Stankovic}
103
\author{Tarek F. Abdelzaher}
104
\affiliation{%
105
  \institution{University of Virginia}
106
  \department{School of Engineering}
107
  \city{Charlottesville}
108
  \state{VA}
109
  \postcode{22903}
110
  \country{USA}
111
}
112
113
114
\begin{abstract}
115
Multifrequency media access control has been well understood in
116
general wireless ad hoc networks, while in wireless sensor networks,
117
researchers still focus on single frequency solutions. In wireless
118
sensor networks, each device is typically equipped with a single
119
radio transceiver and applications adopt much smaller packet sizes
120
compared to those in general wireless ad hoc networks. Hence, the
121
multifrequency MAC protocols proposed for general wireless ad hoc
122
networks are not suitable for wireless sensor network applications,
123
which we further demonstrate through our simulation experiments. In
124
this article, we propose MMSN, which takes advantage of
125
multifrequency availability while, at the same time, takes into
126
consideration the restrictions of wireless sensor networks. Through
127
extensive experiments, MMSN exhibits the prominent ability to utilize
128
parallel transmissions among neighboring nodes.
129
\end{abstract}
130
131
132
%
133
% The code below should be generated by the tool at
134
% http://dl.acm.org/ccs.cfm
135
% Please copy and paste the code instead of the example below.
136
%
137
\begin{CCSXML}
138
<ccs2012>
139
 <concept>
140
  <concept_id>10010520.10010553.10010562</concept_id>
141
  <concept_desc>Computer systems organization~Embedded systems</concept_desc>
142
  <concept_significance>500</concept_significance>
143
 </concept>
144
 <concept>
145
  <concept_id>10010520.10010575.10010755</concept_id>
146
  <concept_desc>Computer systems organization~Redundancy</concept_desc>
147
  <concept_significance>300</concept_significance>
148
 </concept>
149
 <concept>
150
  <concept_id>10010520.10010553.10010554</concept_id>
151
  <concept_desc>Computer systems organization~Robotics</concept_desc>
152
  <concept_significance>100</concept_significance>
153
 </concept>
154
 <concept>
155
  <concept_id>10003033.10003083.10003095</concept_id>
156
  <concept_desc>Networks~Network reliability</concept_desc>
157
  <concept_significance>100</concept_significance>
158
 </concept>
159
</ccs2012>
160
\end{CCSXML}
161
162
\ccsdesc[500]{Computer systems organization~Embedded systems}
163
\ccsdesc[300]{Computer systems organization~Redundancy}
164
\ccsdesc{Computer systems organization~Robotics}
165
\ccsdesc[100]{Networks~Network reliability}
166
167
%
168
% End generated code
169
%
170
171
172
\keywords{Wireless sensor networks, media access control,
173
multi-channel, radio interference, time synchronization}
174
175
176
177
178
\maketitle
179
180
% The default list of authors is too long for headers.
181
\renewcommand{\shortauthors}{G. Zhou et al.}
182
183
\input{samplebody-journals}
184
185
186
\end{document}