Skip to content

Commit

Permalink
Merge pull request #30 from Wei-Hsun/fix-table
Browse files Browse the repository at this point in the history
Fix table, reference, simulator and space.
  • Loading branch information
yuhao-kuo authored Aug 24, 2020
2 parents d4b596b + 3b5281f commit 5042738
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 51 deletions.
3 changes: 2 additions & 1 deletion Configurations/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@
% Reference
% ----------------------------
\usepackage[redeflists]{IEEEtrantools}
\usepackage[hyperref=true,backend=biber,sorting=none,backref=true]{biblatex}
% \usepackage[hyperref=true,backend=biber,sorting=none,backref=true]{biblatex}
\usepackage[sorting=none]{biblatex}
\addbibresource{References/reference.bib}
5 changes: 3 additions & 2 deletions Figures/Result/performratio01.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
\centering
\begin{tikzpicture}
\begin{axis}[
tick scale binop=\times,
% title={Number of Nodes},
xlabel={$Number of Nodes$},
ylabel={$Total Weight$},
legend entries={$5sinks_5chargers$, $10sinks_10chargers$},
legend entries={$a$, $b$},
xmin=100, ymin=0,
xmax=500,
%ymax=120,
xtick={100,200,300,400,500},
%ytick={0,20,40,60,80,100,120},
legend pos=north east, %outer north east, north west, north east, south west, south east
legend pos=outer north east, %outer north east, north west, north east, south west, south east
ymajorgrids=true,
grid style=dashed, %solid, (densely, loosely) dotted, (densely, loosely) dashed, (densely, loosely) dashdotted, (densely, loosely) dashdotdotted, {color=blue, thick}
legend style={cells={anchor=west}},%align text left
Expand Down
4 changes: 2 additions & 2 deletions Instance/title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
A Thesis Submitted to \deptenname\\
\schoolenname\\
in Partial Fulfillment of the Requirements\\
for the Degree of \degreeen of Engineering\\
for the Degree of \degreeen \,of Engineering\\
in \majortwname

\vspace{15mm}
\dateen\\
\schoolenlocation

\vspace{10mm}
\schoolenoldname is the predecessor of\\
\schoolenoldname \,is the predecessor of\\
National Kaohsiung University\\
of Science and Technology (renamed on Feb. 1, 2018)

Expand Down
47 changes: 1 addition & 46 deletions Tables/table1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,52 +6,7 @@
\\ \hline
$n$& the number of nodes in $G$
\\ \hline
$v.hop$& the minimum hop count from node $v$ to the sink in a WSN
\\ \hline
$v.tot$& the number of units of raw data required to be forwarded by node $v$
\\ \hline
$v.ID$& an unique identification of node $v$
\\ \hline
$v.\delta$& the number of unit-size packets
that are required to be forwarded by node $v$
\\ \hline
$G$& a connected weighted graph used to represent a WSN
\\ \hline
$V_G$& a set of nodes in $G$
\\ \hline
$E_G$& a set of edges in $G$
\\ \hline
$\rho_G(v)$& the number of units of raw data that are generated by
$v \in V_G$ within a period of time
\\ \hline
$G_\zeta$& a data-forwarding graph used to represent possible data transmission in a WSN
\\ \hline
$V_{G_\zeta}$& a set of nodes in $G_\zeta$
\\ \hline
$E_{G_\zeta}$& a set of directed edges in $G_\zeta$
\\ \hline
$G_r$& a relative collision graph used to describe the collision relation between any data transmission in a WSN
\\ \hline
$V_{G_r}$& a set of nodes $v_{x,y}$ in $G_r$
\\ \hline
$E_{G_r}$& a set of edges $(v_{x,y}, v_{z,w})$ in $G_r$
\\ \hline
$\omega_{G_r}$($v_{x,y}$)& a value calculated by $x.\delta \times x.hop$
\\ \hline
$\eta_{G_r}$($v_{x,y}$)& a value calculated by $\alpha$ $\left\lceil
\frac{{y.tot}}{\alpha } \right\rceil$ $-$ $y.tot$
\\ \hline
$\alpha$& aggregation ratio
\\ \hline
$\beta$& a simulation parameter used to denote the maximum number of units of raw data generated by sensors
\\ \hline
$\Delta$& the maximum degree of the nodes in $G$
\\ \hline
$R$& the network radius
\\ \hline
$TOT$& the total number of units of raw data generated in $G$
\\ \hline
($u \rightarrow v$,$\gamma$)& a schedule of one unit-size packet that aggregates $\gamma$ units of raw data to be forwarded from node $u$ to node $v$
$v.hop$& the minimum
\\ \hline
\end{tabular}\label{table:notation}

Expand Down
Binary file modified build/main.pdf
Binary file not shown.

0 comments on commit 5042738

Please sign in to comment.