Revision 4f432e4a
latex/note.tex | ||
---|---|---|
93 | 93 |
\include{note_w11} |
94 | 94 |
\include{note_w12} |
95 | 95 |
\include{note_w13} |
96 |
\include{note_w14} |
|
97 |
\include{note_w15} |
|
96 | 98 |
\include{tips} |
97 | 99 |
\include{important_commands} |
98 | 100 |
|
latex/note_w15.tex | ||
---|---|---|
1 |
|
|
2 |
%!TEX root = note.tex |
|
3 |
|
|
4 |
%%%%%%%%%%%%%%%%%% |
|
5 |
% WEEK 15 |
|
6 |
%%%%%%%%%%%%%%%%%% |
|
7 |
\section{Week 15} |
|
8 |
\subsection{Compile package graph-parser} |
|
9 |
\emph{graph-parser} is now a package to calculate betweenness centrality |
|
10 |
|
|
11 |
\begin{lstlisting} |
|
12 |
cd ~/Thesis/quynhnguyen-ms/custompackages |
|
13 |
./move_code_to_sdk.sh |
|
14 |
|
|
15 |
rm -f /home/quynh/Thesis/cc-openwrt/bin/realview/packages/base/graph-parser_* |
|
16 |
|
|
17 |
runqemu openwrt-realview-vmlinux-initramfs.elf # This is a function in ~/.bashrc |
|
18 |
|
|
19 |
Ctrl + a, c # to quit QEmu |
|
20 |
\end{lstlisting} |
|
21 |
|
|
22 |
\subsection{Running the graph parser with QEMU} |
|
23 |
\begin{lstlisting} |
|
24 |
./bin/graph-parser ./input/simple.edges 1 true true |
|
25 |
\end{lstlisting} |
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
CN600_629_CN_16.edges |
|
32 |
CN600_629_CN_29.edges |
|
33 |
CN600_629_CN_2.edges |
|
34 |
CN600_629_CN_17.edges |
|
35 |
CN600_629_CN_3.edges |
|
36 |
CN600_629_CN_18.edges |
|
37 |
CN600_629_CN_4.edges |
|
38 |
CN600_629_CN_19.edges |
|
39 |
CN600_629_CN_5.edges |
|
40 |
CN600_629_CN_6.edges |
|
41 |
CN600_629_CN_20.edges |
|
42 |
CN600_629_CN_7.edges |
|
43 |
CN600_629_CN_21.edges |
|
44 |
CN600_629_CN_8.edges |
|
45 |
CN600_629_CN_22.edges |
|
46 |
CN600_629_CN_9.edges |
|
47 |
CN600_629_CN_10.edges |
|
48 |
CN600_629_CN_23.edges |
|
49 |
CN600_629_CN_11.edges |
|
50 |
CN600_629_CN_24.edges |
|
51 |
CN600_629_CN_12.edges |
|
52 |
CN600_629_CN_25.edges |
|
53 |
CN600_629_CN_13.edges |
|
54 |
CN600_629_CN_26.edges |
|
55 |
CN600_629_CN_14.edges |
|
56 |
CN600_629_CN_27.edges |
|
57 |
CN600_629_CN_0.edges |
|
58 |
CN600_629_CN_15.edges |
|
59 |
CN600_629_CN_28.edges |
|
60 |
CN600_629_CN_1.edges |
latex/references.bib | ||
---|---|---|
80 | 80 |
abstract = "Betweenness centrality based on shortest paths is a standard measure of control utilized in numerous studies and implemented in all relevant software tools for network analysis. In this paper, a number of variants are reviewed, placed into context, and shown to be computable with simple variants of the algorithm commonly used for the standard case. " |
81 | 81 |
} |
82 | 82 |
|
83 |
@article{Maccari2015175, |
|
84 |
title = "A week in the life of three large Wireless Community Networks ", |
|
85 |
journal = "Ad Hoc Networks ", |
|
86 |
volume = "24, Part B", |
|
87 |
number = "", |
|
88 |
pages = "175 - 190", |
|
89 |
year = "2015", |
|
90 |
note = "Modeling and Performance Evaluation of Wireless Ad-Hoc Networks ", |
|
91 |
issn = "1570-8705", |
|
92 |
doi = "http://dx.doi.org/10.1016/j.adhoc.2014.07.016", |
|
93 |
url = "http://www.sciencedirect.com/science/article/pii/S1570870514001474", |
|
94 |
author = "Leonardo Maccari and Renato Lo Cigno", |
|
95 |
keywords = "Mesh networks", |
|
96 |
keywords = "Community networks", |
|
97 |
keywords = "Network topology", |
|
98 |
keywords = "Privacy", |
|
99 |
keywords = "Network analysis", |
|
100 |
keywords = "Centrality metrics " |
|
101 |
} |
latex/tips.tex | ||
---|---|---|
31 | 31 |
\begin{tabular}{c|c|p{10cm}} |
32 | 32 |
\end{lstlisting} |
33 | 33 |
|
34 |
\subsection{Citation with author-year-number} |
|
35 |
|
|
36 |
\href{http://tex.stackexchange.com/questions/135649/make-citemy-reference-show-name-and-year}{Stack Overflow} |
|
37 |
|
|
38 |
Use \emph{natbib} |
|
39 |
|
|
40 |
\subsection{Useful websites} |
|
41 |
\href{http://www.johndcook.com/blog/2010/02/15/top-latex-mistakes/}{4 common mistakes in LaTEX:} double quotes, Math mode, differential equations |
|
42 |
|
|
34 | 43 |
|
35 | 44 |
|
36 | 45 |
\subsection{Shell} |
Also available in: Unified diff