Incorporating edits

This commit is contained in:
Noah L. Schrick 2023-04-25 18:52:38 -05:00
parent 5ac96c7d10
commit 58f77aad4a
13 changed files with 476 additions and 394 deletions

View File

@ -24,7 +24,7 @@
\@writefile{toc}{\contentsline {section}{\numberline {II}Related Works}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {III}Experimental Networks}{2}{}\protected@file@percent }
\newlabel{sec:networks}{{III}{2}}
\@writefile{lot}{\contentsline {table}{\numberline {I}{\ignorespaces Network Structural Properties for the Three Example Networks Used}}{2}{}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {I}{\ignorespaces Network Structural Properties (Nodes, Edges, and Connectivity Percentage) for the Three Example Networks}}{2}{}\protected@file@percent }
\newlabel{table:networks}{{I}{2}}
\@writefile{toc}{\contentsline {section}{\numberline {IV}Centralities and their Contextualizations to Compliance Graphs}{2}{}\protected@file@percent }
\newlabel{sec:centralities}{{IV}{2}}
@ -52,30 +52,31 @@
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Illustration of an Example DAG and its Transitive Closure}}{4}{}\protected@file@percent }
\newlabel{fig:TC}{{1}{4}}
\@writefile{toc}{\contentsline {section}{\numberline {VI}Dominant Tree}{4}{}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Example Network for Illustrating Dominance}}{5}{}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Example ``Base" Network for Illustrating Dominance. \\\hspace {\textwidth }An arbitrary DAG that has not yet undergone transformation.}}{5}{}\protected@file@percent }
\newlabel{fig:domNet}{{2}{5}}
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Dominant Tree Derived from the Network Displayed in Figure \ref {fig:domNet}}}{5}{}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Dominant Tree Derived from the Network Displayed in Figure \ref {fig:domNet}. \\\hspace {\textwidth }Node 1 dominates Node 2, and Node 2 possesses immediate dominance over Nodes 3, 4, 5, and 6.}}{5}{}\protected@file@percent }
\newlabel{fig:domTree}{{3}{5}}
\@writefile{lot}{\contentsline {table}{\numberline {II}{\ignorespaces Top 15 Nodes with Degree Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{5}{}\protected@file@percent }
\newlabel{table:car-deg}{{II}{5}}
\@writefile{toc}{\contentsline {section}{\numberline {VII}Results and Result Analysis}{5}{}\protected@file@percent }
\newlabel{sec:results}{{VII}{5}}
\@writefile{lot}{\contentsline {table}{\numberline {III}{\ignorespaces Top 15 Nodes with Katz Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{6}{}\protected@file@percent }
\newlabel{table:car-katz}{{III}{6}}
\@writefile{lot}{\contentsline {table}{\numberline {IV}{\ignorespaces Top 15 Nodes with K-path Edge Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{6}{}\protected@file@percent }
\newlabel{table:car-kpe}{{IV}{6}}
\@writefile{lot}{\contentsline {table}{\numberline {V}{\ignorespaces Top 15 Nodes with PageRank Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{6}{}\protected@file@percent }
\newlabel{table:car-APC}{{V}{6}}
\@writefile{lot}{\contentsline {table}{\numberline {VI}{\ignorespaces Top 15 Nodes with Betweenness Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{6}{}\protected@file@percent }
\newlabel{table:car-betweenness}{{VI}{6}}
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Importance Distribution for Degree Centrality for the Automobile Network. \\\hspace {\textwidth } The ``Base" figure represents the distribution of the original network. \\\hspace {\textwidth } The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}}{6}{}\protected@file@percent }
\newlabel{fig:car-deg}{{4}{6}}
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Importance Distribution for Katz Centrality for the Automobile Network. \\\hspace {\textwidth } The ``Base" figure represents the distribution of the original network. \\\hspace {\textwidth } The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}}{6}{}\protected@file@percent }
\newlabel{fig:car-katz}{{5}{6}}
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces Importance Distribution for Adapted PageRank Centrality for the Automobile Network. \\\hspace {\textwidth } The ``Base" figure represents the distribution of the original network. \\\hspace {\textwidth } The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}}{6}{}\protected@file@percent }
\newlabel{fig:car-pr}{{6}{6}}
\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces Importance Distribution for K-Path Edge Centrality for the Automobile Network. \\\hspace {\textwidth } The ``Base" figure represents the distribution of the original network. \\\hspace {\textwidth } The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}}{6}{}\protected@file@percent }
\newlabel{fig:car-kpe}{{7}{6}}
\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces Importance Distribution for Betweenness Centrality for the Automobile Network. \\\hspace {\textwidth } The ``Base" figure represents the distribution of the original network. \\\hspace {\textwidth } The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}}{7}{}\protected@file@percent }
\newlabel{fig:car-betweenness}{{8}{7}}
\@writefile{toc}{\contentsline {subsection}{\numberline {\mbox {VII-A}}Result Analysis}{7}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {VIII}Conclusions and Future Work}{7}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {\mbox {VIII-A}}Conclusions}{7}{}\protected@file@percent }
\citation{LI2018512}
\citation{MO2019121538}
\citation{sym11020284}
\citation{10.1093/bioinformatics/bty965}
\@writefile{toc}{\contentsline {subsection}{\numberline {\mbox {VII-A}}Result Analysis}{7}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {VIII}Conclusions and Future Work}{7}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {\mbox {VIII-A}}Conclusions}{7}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {\mbox {VIII-B}}Future Work}{7}{}\protected@file@percent }
\bibdata{Bibliography}
\bibcite{j_hale_compliance_nodate}{1}
\bibcite{baloyi_guidelines_2019}{2}
@ -104,6 +105,7 @@
\bibcite{sym11020284}{25}
\bibcite{10.1093/bioinformatics/bty965}{26}
\bibstyle{ieeetr}
\@writefile{toc}{\contentsline {subsection}{\numberline {\mbox {VIII-B}}Future Work}{8}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Bibliography}{8}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{References}{8}{}\protected@file@percent }
\gdef \@abspage@last{8}

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux) (preloaded format=pdflatex 2023.4.3) 13 APR 2023 14:20
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux) (preloaded format=pdflatex 2023.4.3) 25 APR 2023 18:51
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
@ -341,11 +341,6 @@ LaTeX Font Info: External font `cmex10' loaded for size
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <5> on input line 92.
Underfull \hbox (badness 1895) in paragraph at lines 99--99
[]\OT1/ptm/m/n/10 TABLE I: Network Structural Properties for the Three
[]
Underfull \hbox (badness 1590) in paragraph at lines 104--105
\OT1/ptm/m/n/10 implemented in order to determine node importance in
[]
@ -383,84 +378,81 @@ Underfull \hbox (badness 10000) in paragraph at lines 230--230
[]
<./images/car-degree.png, id=32, 836.12375pt x 721.69624pt>
File: ./images/car-degree.png Graphic file (type png)
<use ./images/car-degree.png>
Package pdftex.def Info: ./images/car-degree.png used on input line 235.
(pdftex.def) Requested size: 252.0pt x 217.51265pt.
<./images/car-katz.png, id=33, 836.12375pt x 721.69624pt>
File: ./images/car-katz.png Graphic file (type png)
<use ./images/car-katz.png>
Package pdftex.def Info: ./images/car-katz.png used on input line 243.
(pdftex.def) Requested size: 252.0pt x 217.51265pt.
<./images/car-pagerank.png, id=34, 836.12375pt x 721.69624pt>
File: ./images/car-pagerank.png Graphic file (type png)
<use ./images/car-pagerank.png>
Package pdftex.def Info: ./images/car-pagerank.png used on input line 251.
(pdftex.def) Requested size: 252.0pt x 217.51265pt.
<./images/car-kpe.png, id=35, 836.12375pt x 721.69624pt>
File: ./images/car-kpe.png Graphic file (type png)
<use ./images/car-kpe.png>
Package pdftex.def Info: ./images/car-kpe.png used on input line 259.
(pdftex.def) Requested size: 252.0pt x 217.51265pt.
<./images/car-betweenness.png, id=36, 836.12375pt x 721.69624pt>
File: ./images/car-betweenness.png Graphic file (type png)
<use ./images/car-betweenness.png>
Package pdftex.def Info: ./images/car-betweenness.png used on input line 267.
(pdftex.def) Requested size: 252.0pt x 217.51265pt.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 234.
Underfull \hbox (badness 10000) in paragraph at lines 263--263
Underfull \hbox (badness 2359) in paragraph at lines 270--270
\OT1/ptm/m/n/8 Fig. 8. Importance Distribution for Betweenness Centrality for
the
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 267.
Underfull \hbox (badness 10000) in paragraph at lines 296--296
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 300.
Underfull \hbox (badness 10000) in paragraph at lines 329--329
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 333.
Underfull \hbox (badness 10000) in paragraph at lines 362--362
[]
Underfull \hbox (badness 10000) in paragraph at lines 367--368
Underfull \hbox (badness 10000) in paragraph at lines 276--277
[]\OT1/ptm/m/n/10 When viewing the results of the car networks,
[]
Underfull \hbox (badness 1997) in paragraph at lines 367--368
Underfull \hbox (badness 1997) in paragraph at lines 276--277
\OT1/ptm/m/n/10 based on additional metrics, such as severity, cost, or
[]
Underfull \vbox (badness 6001) has occurred while \output is active []
Underfull \vbox (badness 1005) has occurred while \output is active []
[5 <./images/dom_net_unshaded.png> <./images/dom_tree_unshaded.png>] [6]
Underfull \hbox (badness 3428) in paragraph at lines 369--370
\OT1/ptm/m/n/10 their original compliance graph rankings. As expected
[]
[5 <./images/dom_net_unshaded.png> <./images/dom_tree_unshaded.png>] [6 <./ima
ges/car-degree.png> <./images/car-katz.png> <./images/car-pagerank.png> <./imag
es/car-kpe.png>]
Underfull \vbox (badness 1303) has occurred while \output is active []
Underfull \hbox (badness 1789) in paragraph at lines 371--372
Underfull \hbox (badness 1789) in paragraph at lines 280--281
[]\OT1/ptm/m/n/10 For the dominant tree representation, it was initially
[]
Underfull \hbox (badness 3009) in paragraph at lines 371--372
Underfull \hbox (badness 3009) in paragraph at lines 280--281
\OT1/ptm/m/n/10 hypothesized that nodes ranked highly in the original
[]
Underfull \hbox (badness 1688) in paragraph at lines 375--376
Underfull \hbox (badness 2012) in paragraph at lines 280--281
\OT1/ptm/m/n/10 However, the dominant tree rankings also vary greatly
[]
Underfull \hbox (badness 1688) in paragraph at lines 284--285
\OT1/ptm/m/n/10 correction measures. In addition, transitive closures and
[]
Underfull \vbox (badness 10000) has occurred while \output is active []
Underfull \hbox (badness 2913) in paragraph at lines 378--379
[7 <./images/car-betweenness.png>]
Underfull \hbox (badness 2913) in paragraph at lines 287--288
\OT1/ptm/m/n/10 importance rankings, it would be useful to artificially
[]
[7] (./Schrick-Noah_CG-Network_Theory.bbl
(./Schrick-Noah_CG-Network_Theory.bbl
Underfull \hbox (badness 1442) in paragraph at lines 9--14
\OT1/ptm/m/n/8 A Focus on Cyberphysical Systems and Internet of Things,'' in
[]
@ -519,10 +511,10 @@ Before submitting the final camera ready copy, remember to:
[8] (./Schrick-Noah_CG-Network_Theory.aux) )
Here is how much of TeX's memory you used:
4272 strings out of 476025
77517 string characters out of 5796533
1921388 words of memory out of 5000000
24667 multiletter control sequences out of 15000+600000
4313 strings out of 476025
78637 string characters out of 5796533
1877388 words of memory out of 5000000
24703 multiletter control sequences out of 15000+600000
546200 words of font info for 93 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
62i,9n,67p,1800b,261s stack positions out of 5000i,500n,10000p,200000b,80000s
@ -536,10 +528,10 @@ sfonts/cm/cmsy7.pfb></usr/share/texmf-dist/fonts/type1/public/doublestroke/dsro
m10.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/share/tex
mf-dist/fonts/type1/urw/times/utmbi8a.pfb></usr/share/texmf-dist/fonts/type1/ur
w/times/utmr8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
Output written on Schrick-Noah_CG-Network_Theory.pdf (8 pages, 200465 bytes).
Output written on Schrick-Noah_CG-Network_Theory.pdf (8 pages, 411022 bytes).
PDF statistics:
99 PDF objects out of 1000 (max. 8388607)
109 PDF objects out of 1000 (max. 8388607)
58 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
16 words of extra memory for PDF output out of 10000 (max. 10000000)
41 words of extra memory for PDF output out of 10000 (max. 10000000)

Binary file not shown.

View File

@ -96,7 +96,7 @@ The work conducted in this approach utilized three compliance graphs, with their
HIPAA & 2321 & 8063 & 0.150 \\ \hline
PCI DSS & 61 & 163 & 4.381 \\ \hline
\end{tabular}
\caption{Network Structural Properties for the Three Example Networks Used}
\caption{Network Structural Properties (Nodes, Edges, and Connectivity Percentage) for the Three Example Networks}
\label{table:networks}
\end{table}
@ -182,21 +182,21 @@ Following the properties of dominance, a dominator tree can be derived. In a dom
\includegraphics[scale=0.6]{"./images/dom_net_unshaded.png"}
\centering
\vspace{.2truein} \centerline{}
\caption{Example Network for Illustrating Dominance}\label{fig:domNet}
\caption{Example ``Base" Network for Illustrating Dominance. \\\hspace{\textwidth}An arbitrary DAG that has not yet undergone transformation.}\label{fig:domNet}
\end{figure}
\begin{figure}[htp]
\includegraphics[scale=0.6]{"./images/dom_tree_unshaded.png"}
\centering
\vspace{.2truein} \centerline{}
\caption{Dominant Tree Derived from the Network Displayed in Figure \ref{fig:domNet}}\label{fig:domTree}
\caption{Dominant Tree Derived from the Network Displayed in Figure \ref{fig:domNet}. \\\hspace{\textwidth}Node 1 dominates Node 2, and Node 2 possesses immediate dominance over Nodes 3, 4, 5, and 6.}\label{fig:domTree}
\end{figure}
Dominant trees do alter the structure of compliance graphs, and lead to leaf nodes and branches that do not exist in the original network. As a result, some nodes that have directed edges to other nodes may be moved to a position where the edge no longer points to the original nodes. However, in dominant trees, all node parents dominate their children. In this format, the information flow is guided predominantly by the upstream nodes, and all parents in the dominant tree exist as upstream nodes in the original compliance graph. While some downstream nodes may be altered, the importance of nodes can be reexamined in the dominant tree to see how importance differs when information flow is refined. To this end, dominant trees were identified for all networks described in Section \ref{sec:networks}, and these dominant trees were then analyzed through the five centrality methods discussed in Section \ref{sec:centralities}. Results and a discussion of the results can be seen in Section \ref{sec:results}.
\section{Results and Result Analysis} \label{sec:results}
In this section, only results for the car network are displayed for brevity. These results can be seen in Tables \ref{table:car-deg} through \ref{table:car-betweenness}. The results for the HIPAA and PCI DSS networks can be found in the Supplementary Material included with this work.
In this section, only results for the automobile network are displayed for brevity. These results can be seen in Figures \ref{fig:car-deg} through \ref{fig:car-betweenness}. The tabled results for the HIPAA and PCI DSS networks can be found in the Supplementary Material included with this work. Additional tabled results for the automobile network are also displayed in the Supplementary Material.
\begin{table}[]
\centering
@ -231,144 +231,53 @@ In this section, only results for the car network are displayed for brevity. The
\label{table:car-deg}
\end{table}
\begin{table}[]
\begin{figure}[htp]
\includegraphics[width=\linewidth]{"./images/car-degree.png"}
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\vspace{.2truein} \centerline{}
\caption{Importance Distribution for Degree Centrality for the Automobile Network. \\\hspace{\textwidth} The ``Base" figure represents the distribution of the original network. \\\hspace{\textwidth} The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}
\label{fig:car-deg}
\end{figure}
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{314} & 0.13 & \multicolumn{1}{c|}{0} & 9.09 & \multicolumn{1}{c|}{1} & 4.88 \\ \hline
\multicolumn{1}{|c|}{377} & 0.10 & \multicolumn{1}{c|}{1} & 8.26 & \multicolumn{1}{c|}{3} & 3.47 \\ \hline
\multicolumn{1}{|c|}{346} & 0.10 & \multicolumn{1}{c|}{3} & 7.39 & \multicolumn{1}{c|}{7} & 0.60 \\ \hline
\multicolumn{1}{|c|}{376} & 0.10 & \multicolumn{1}{c|}{7} & 6.34 & \multicolumn{1}{c|}{0} & 0.52 \\ \hline
\multicolumn{1}{|c|}{374} & 0.10 & \multicolumn{1}{c|}{15} & 5.27 & \multicolumn{1}{c|}{42} & 0.45 \\ \hline
\multicolumn{1}{|c|}{378} & 0.10 & \multicolumn{1}{c|}{27} & 4.37 & \multicolumn{1}{c|}{314} & 0.15 \\ \hline
\multicolumn{1}{|c|}{380} & 0.10 & \multicolumn{1}{c|}{42} & 3.61 & \multicolumn{1}{c|}{27} & 0.08 \\ \hline
\multicolumn{1}{|c|}{381} & 0.10 & \multicolumn{1}{c|}{60} & 2.71 & \multicolumn{1}{c|}{250} & 0.05 \\ \hline
\multicolumn{1}{|c|}{382} & 0.10 & \multicolumn{1}{c|}{87} & 2.02 & \multicolumn{1}{c|}{15} & 0.04 \\ \hline
\multicolumn{1}{|c|}{262} & 0.10 & \multicolumn{1}{c|}{130} & 1.48 & \multicolumn{1}{c|}{187} & 0.04 \\ \hline
\multicolumn{1}{|c|}{370} & 0.10 & \multicolumn{1}{c|}{2} & 1.31 & \multicolumn{1}{c|}{130} & 0.04 \\ \hline
\multicolumn{1}{|c|}{379} & 0.10 & \multicolumn{1}{c|}{4} & 1.19 & \multicolumn{1}{c|}{87} & 0.04 \\ \hline
\multicolumn{1}{|c|}{418} & 0.08 & \multicolumn{1}{c|}{5} & 1.19 & \multicolumn{1}{c|}{60} & 0.04 \\ \hline
\multicolumn{1}{|c|}{459} & 0.08 & \multicolumn{1}{c|}{6} & 1.19 & \multicolumn{1}{c|}{2} & 0.04 \\ \hline
\multicolumn{1}{|c|}{467} & 0.08 & \multicolumn{1}{c|}{187} & 1.08 & \multicolumn{1}{c|}{4} & 0.04 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with Katz Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-katz}
\end{table}
\begin{table}[]
\begin{figure}[htp]
\includegraphics[width=\linewidth]{"./images/car-katz.png"}
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\vspace{.2truein} \centerline{}
\caption{Importance Distribution for Katz Centrality for the Automobile Network. \\\hspace{\textwidth} The ``Base" figure represents the distribution of the original network. \\\hspace{\textwidth} The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}
\label{fig:car-katz}
\end{figure}
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{314} & 0.25 & \multicolumn{1}{c|}{0} & 0.65 & \multicolumn{1}{c|}{1} & 37.54 \\ \hline
\multicolumn{1}{|c|}{346} & 0.19 & \multicolumn{1}{c|}{1} & 0.39 & \multicolumn{1}{c|}{0} & 35.05 \\ \hline
\multicolumn{1}{|c|}{362} & 0.19 & \multicolumn{1}{c|}{3} & 0.65 & \multicolumn{1}{c|}{3} & 17.53 \\ \hline
\multicolumn{1}{|c|}{370} & 0.19 & \multicolumn{1}{c|}{7} & 0.65 & \multicolumn{1}{c|}{7} & 2.54 \\ \hline
\multicolumn{1}{|c|}{374} & 0.19 & \multicolumn{1}{c|}{15} & 0.64 & \multicolumn{1}{c|}{15} & 1.88 \\ \hline
\multicolumn{1}{|c|}{376} & 0.19 & \multicolumn{1}{c|}{27} & 0.64 & \multicolumn{1}{c|}{27} & 1.88 \\ \hline
\multicolumn{1}{|c|}{377} & 0.19 & \multicolumn{1}{c|}{42} & 0.64 & \multicolumn{1}{c|}{42} & 1.88 \\ \hline
\multicolumn{1}{|c|}{378} & 0.19 & \multicolumn{1}{c|}{60} & 0.62 & \multicolumn{1}{c|}{187} & 0.53 \\ \hline
\multicolumn{1}{|c|}{379} & 0.19 & \multicolumn{1}{c|}{87} & 0.60 & \multicolumn{1}{c|}{250} & 0.51 \\ \hline
\multicolumn{1}{|c|}{380} & 0.19 & \multicolumn{1}{c|}{130} & 0.59 & \multicolumn{1}{c|}{314} & 0.50 \\ \hline
\multicolumn{1}{|c|}{381} & 0.19 & \multicolumn{1}{c|}{187} & 0.57 & \multicolumn{1}{c|}{60} & 0.05 \\ \hline
\multicolumn{1}{|c|}{382} & 0.19 & \multicolumn{1}{c|}{250} & 0.55 & \multicolumn{1}{c|}{86} & 0.05 \\ \hline
\multicolumn{1}{|c|}{398} & 0.14 & \multicolumn{1}{c|}{314} & 0.54 & \multicolumn{1}{c|}{130} & 0.05 \\ \hline
\multicolumn{1}{|c|}{406} & 0.14 & \multicolumn{1}{c|}{2} & 0.33 & \multicolumn{1}{c|}{2} & 0.00 \\ \hline
\multicolumn{1}{|c|}{410} & 0.14 & \multicolumn{1}{c|}{4} & 0.33 & \multicolumn{1}{c|}{4} & 0.00 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with K-path Edge Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-kpe}
\end{table}
\begin{table}[]
\begin{figure}[htp]
\includegraphics[width=\linewidth]{"./images/car-pagerank.png"}
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\vspace{.2truein} \centerline{}
\caption{Importance Distribution for Adapted PageRank Centrality for the Automobile Network. \\\hspace{\textwidth} The ``Base" figure represents the distribution of the original network. \\\hspace{\textwidth} The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}
\label{fig:car-pr}
\end{figure}
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{2490} & 8.27 & \multicolumn{1}{c|}{2490} & 19.92 & \multicolumn{1}{c|}{314} & 0.17 \\ \hline
\multicolumn{1}{|c|}{1004} & 1.06 & \multicolumn{1}{c|}{2479} & 1.58 & \multicolumn{1}{c|}{250} & 0.15 \\ \hline
\multicolumn{1}{|c|}{1467} & 0.97 & \multicolumn{1}{c|}{2480} & 1.58 & \multicolumn{1}{c|}{187} & 0.13 \\ \hline
\multicolumn{1}{|c|}{2479} & 0.95 & \multicolumn{1}{c|}{2481} & 1.58 & \multicolumn{1}{c|}{130} & 0.10 \\ \hline
\multicolumn{1}{|c|}{2480} & 0.95 & \multicolumn{1}{c|}{2482} & 1.58 & \multicolumn{1}{c|}{42} & 0.10 \\ \hline
\multicolumn{1}{|c|}{2481} & 0.95 & \multicolumn{1}{c|}{2483} & 1.58 & \multicolumn{1}{c|}{87} & 0.07 \\ \hline
\multicolumn{1}{|c|}{2482} & 0.95 & \multicolumn{1}{c|}{2484} & 1.4 & \multicolumn{1}{c|}{27} & 0.07 \\ \hline
\multicolumn{1}{|c|}{2483} & 0.95 & \multicolumn{1}{c|}{2485} & 1.4 & \multicolumn{1}{c|}{1} & 0.07 \\ \hline
\multicolumn{1}{|c|}{667} & 0.92 & \multicolumn{1}{c|}{2486} & 1.39 & \multicolumn{1}{c|}{378} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2484} & 0.83 & \multicolumn{1}{c|}{2487} & 1.39 & \multicolumn{1}{c|}{379} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2485} & 0.83 & \multicolumn{1}{c|}{2488} & 1.39 & \multicolumn{1}{c|}{380} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2486} & 0.83 & \multicolumn{1}{c|}{2489} & 1.39 & \multicolumn{1}{c|}{381} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2487} & 0.83 & \multicolumn{1}{c|}{2424} & 0.29 & \multicolumn{1}{c|}{382} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2488} & 0.83 & \multicolumn{1}{c|}{2425} & 0.29 & \multicolumn{1}{c|}{470} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2489} & 0.83 & \multicolumn{1}{c|}{2426} & 0.29 & \multicolumn{1}{c|}{471} & 0.04 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with PageRank Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-APC}
\end{table}
\begin{table}[]
\begin{figure}[htp]
\includegraphics[width=\linewidth]{"./images/car-kpe.png"}
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\vspace{.2truein} \centerline{}
\caption{Importance Distribution for K-Path Edge Centrality for the Automobile Network. \\\hspace{\textwidth} The ``Base" figure represents the distribution of the original network. \\\hspace{\textwidth} The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}
\label{fig:car-kpe}
\end{figure}
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\begin{figure}[htp]
\includegraphics[width=\linewidth]{"./images/car-betweenness.png"}
\centering
\vspace{.2truein} \centerline{}
\caption{Importance Distribution for Betweenness Centrality for the Automobile Network. \\\hspace{\textwidth} The ``Base" figure represents the distribution of the original network. \\\hspace{\textwidth} The Transitive Closure and Dominant Tree figures illustrate the distribution difference in node rankings after the base network underwent a transformation.}
\label{fig:car-betweenness}
\end{figure}
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{42} & 0.43 & \multicolumn{1}{c|}{0} & 0 & \multicolumn{1}{c|}{1} & 24.71 \\ \hline
\multicolumn{1}{|c|}{27} & 0.40 & \multicolumn{1}{c|}{1} & 0 & \multicolumn{1}{c|}{3} & 24.68 \\ \hline
\multicolumn{1}{|c|}{60} & 0.39 & \multicolumn{1}{c|}{2} & 0 & \multicolumn{1}{c|}{7} & 9.20 \\ \hline
\multicolumn{1}{|c|}{87} & 0.36 & \multicolumn{1}{c|}{3} & 0 & \multicolumn{1}{c|}{42} & 9.00 \\ \hline
\multicolumn{1}{|c|}{15} & 0.36 & \multicolumn{1}{c|}{4} & 0 & \multicolumn{1}{c|}{27} & 7.55 \\ \hline
\multicolumn{1}{|c|}{130} & 0.33 & \multicolumn{1}{c|}{5} & 0 & \multicolumn{1}{c|}{15} & 6.08 \\ \hline
\multicolumn{1}{|c|}{7} & 0.31 & \multicolumn{1}{c|}{6} & 0 & \multicolumn{1}{c|}{314} & 3.69 \\ \hline
\multicolumn{1}{|c|}{187} & 0.29 & \multicolumn{1}{c|}{7} & 0 & \multicolumn{1}{c|}{250} & 3.49 \\ \hline
\multicolumn{1}{|c|}{50} & 0.28 & \multicolumn{1}{c|}{8} & 0 & \multicolumn{1}{c|}{187} & 3.28 \\ \hline
\multicolumn{1}{|c|}{70} & 0.28 & \multicolumn{1}{c|}{9} & 0 & \multicolumn{1}{c|}{130} & 3.04 \\ \hline
\multicolumn{1}{|c|}{104} & 0.27 & \multicolumn{1}{c|}{10} & 0 & \multicolumn{1}{c|}{87} & 2.78 \\ \hline
\multicolumn{1}{|c|}{156} & 0.26 & \multicolumn{1}{c|}{11} & 0 & \multicolumn{1}{c|}{60} & 2.50 \\ \hline
\multicolumn{1}{|c|}{1467} & 0.25 & \multicolumn{1}{c|}{12} & 0 & \multicolumn{1}{c|}{0} & 0.00 \\ \hline
\multicolumn{1}{|c|}{250} & 0.25 & \multicolumn{1}{c|}{13} & 0 & \multicolumn{1}{c|}{2} & 0.00 \\ \hline
\multicolumn{1}{|c|}{115} & 0.25 & \multicolumn{1}{c|}{14} & 0 & \multicolumn{1}{c|}{4} & 0.00 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with Betweenness Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-betweenness}
\end{table}
\subsection{Result Analysis}
When viewing the results of the car networks, unsurprisingly, each centrality method ranks nodes in a different order. These differences in rankings can be used based on additional metrics, such as severity, cost, or disturbance of systems, to identify correction schemes best suited for a given environment. However, degree centrality and K-path edge centrality rankings for the top 15 were identical for the car network. This also extends to the HIPAA network, as seen in the included results in the Supplementary Material, but does not extend to the PCI DSS network. The value for \textit{k} in K-path edge centrality was set to 3. With a relatively small \textit{k} value in comparison to the overall size of the car and HIPAA networks, coupled with the high degree count of the top 15 nodes ranked with degree centrality, it is likely that the high degree count correlates to the K-path edge centrality scoring. This reasoning extends to the PCI DSS network, where the network is substantially smaller and there is a greater percentage of connectivity.
Comparing the transitive closure format of compliance graphs, the associated centrality rankings greatly vary from their original compliance graph rankings. As expected however, the root or a leaf node has the highest centrality value. Since the root node can reach all nodes, and a leaf node can be reached by all nodes, these two nodes are expectedly ranked high. What is unexpected, however, is that the top 15 rankings are not comprised of the most upstream 15 nodes or the 15 most downstream nodes. While rankings do tend to be higher for more upstream for K-path edge, Katz, and degree centralities, node IDs in the 100s, 200s, and 300s (``midstream" nodes) all make appearances. Betweenness centrality for the transitive closure representation yielded no valuable insight, since shortest paths to a node from any given node is reachable in 1 step.
Comparing the transitive closure format of compliance graphs, the associated centrality rankings greatly vary from their original compliance graph rankings. As expected, the root or a leaf node has the highest centrality value. Since the root node can reach all nodes, and a leaf node can be reached by all nodes, these two nodes are expectedly ranked high. What is unexpected, however, is that the highest rankings are not comprised of the most upstream nodes or the most downstream nodes. While rankings do tend to be higher for more upstream for K-path edge (Figure \ref{fig:car-kpe}), Katz (Figure \ref{fig:car-katz}), and degree centralities (Figure \ref{fig:car-deg}), node IDs in the 100s, 200s, and 300s (``midstream" nodes) all make appearances in the upper rankings. Betweenness centrality (Figure \ref{fig:car-betweenness}) for the transitive closure representation yielded no valuable insight, since shortest paths to a node from any given node is reachable in 1 step.
For the dominant tree representation, it was initially hypothesized that nodes ranked highly in the original compliance graph's betweenness centrality or Katz centrality measures would closely relate to the dominant tree results. However, the dominant tree rankings also vary greatly from the original compliance graph's rankings. Even nodes that saw no appearances in the top 15 of the base compliance graph or transitive closure representation made appearances in the dominant tree results. Since the dominant tree format does favor the upstream nodes due to a lesser reordering effect caused by dominance, the PageRank ordering were not predominantly downstream nodes, but mostly node IDs in the 300s.
For the dominant tree representation, it was initially hypothesized that nodes ranked highly in the original compliance graph's betweenness centrality or Katz centrality measures would closely relate to the dominant tree results. However, the dominant tree rankings also vary greatly from the original compliance graph's rankings. Even nodes that saw no appearances in the top rankings of the base compliance graph or transitive closure representation made appearances in the dominant tree results. Since the dominant tree format does favor the upstream nodes due to a lesser reordering effect caused by dominance, the PageRank ordering (Figure \ref{fig:car-pr}) were not predominantly downstream nodes, but mostly node IDs in the 300s, with all nodes having near identical importance. Apart from this PageRank ordering, the dominant tree representation yielded results where almost all importance was cumulated into a few nodes. As opposed to the base network and transitive closure networks which had many nodes with noticeable importance, the dominant tree representation had only few nodes with importance. This is due to the structure change from dominance computations, and this is validated by the upstream nodes having the importance in the transformed network, with the root node possessing the maximum importance value.
\section{Conclusions and Future Work}
\subsection{Conclusions}

View File

@ -2,13 +2,10 @@
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
@ -16,24 +13,32 @@
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{lot}{\contentsline {table}{\numberline {I}{\ignorespaces Top 15 HIPAA Nodes with Degree Centrality}}{1}{table.1}\protected@file@percent }
\newlabel{table:hipaa-degree}{{I}{1}{}{table.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {II}{\ignorespaces Top 15 HIPAA Nodes with Katz Centrality}}{1}{table.2}\protected@file@percent }
\newlabel{table:hipaa-katz}{{II}{1}{}{table.2}{}}
\@writefile{lot}{\contentsline {table}{\numberline {III}{\ignorespaces Top 15 HIPAA Nodes with K-path Edge Centrality}}{1}{table.3}\protected@file@percent }
\newlabel{table:hipaa-kpe}{{III}{1}{}{table.3}{}}
\@writefile{lot}{\contentsline {table}{\numberline {IV}{\ignorespaces Top 15 HIPAA Nodes with PageRank Centrality}}{2}{table.4}\protected@file@percent }
\newlabel{table:hipaa-APC}{{IV}{2}{}{table.4}{}}
\@writefile{lot}{\contentsline {table}{\numberline {V}{\ignorespaces Top 15 HIPAA Nodes with Betweenness Centrality}}{2}{table.5}\protected@file@percent }
\newlabel{table:hipaa-btwn}{{V}{2}{}{table.5}{}}
\@writefile{lot}{\contentsline {table}{\numberline {VI}{\ignorespaces Top 15 PCI DSS Nodes with Degree Centrality}}{2}{table.6}\protected@file@percent }
\newlabel{table:pci-deg}{{VI}{2}{}{table.6}{}}
\@writefile{lot}{\contentsline {table}{\numberline {VII}{\ignorespaces Top 15 PCI DSS Nodes with Katz Centrality}}{2}{table.7}\protected@file@percent }
\newlabel{table:pci-katz}{{VII}{2}{}{table.7}{}}
\@writefile{lot}{\contentsline {table}{\numberline {VIII}{\ignorespaces Top 15 PCI DSS Nodes with K-path Edge Centrality}}{3}{table.8}\protected@file@percent }
\newlabel{table:pci-kpe}{{VIII}{3}{}{table.8}{}}
\@writefile{lot}{\contentsline {table}{\numberline {IX}{\ignorespaces Top 15 PCI DSS Nodes with PageRank Centrality}}{3}{table.9}\protected@file@percent }
\newlabel{table:pci-PR}{{IX}{3}{}{table.9}{}}
\@writefile{lot}{\contentsline {table}{\numberline {X}{\ignorespaces Top 15 PCI DSS Nodes with Betweenness Centrality}}{3}{table.10}\protected@file@percent }
\newlabel{table:pci-btwn}{{X}{3}{}{table.10}{}}
\gdef \@abspage@last{3}
\@writefile{lot}{\contentsline {table}{\numberline {I}{\ignorespaces Top 15 Nodes with Katz Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{1}{table.1}\protected@file@percent }
\newlabel{table:car-katz}{{I}{1}{}{table.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {II}{\ignorespaces Top 15 Nodes with K-path Edge Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{1}{table.2}\protected@file@percent }
\newlabel{table:car-kpe}{{II}{1}{}{table.2}{}}
\@writefile{lot}{\contentsline {table}{\numberline {III}{\ignorespaces Top 15 Nodes with PageRank Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{2}{table.3}\protected@file@percent }
\newlabel{table:car-APC}{{III}{2}{}{table.3}{}}
\@writefile{lot}{\contentsline {table}{\numberline {IV}{\ignorespaces Top 15 Nodes with Betweenness Centrality for the Automobile Network. \\\hspace {\textwidth } Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace {\textwidth }Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace {\textwidth }}}{2}{table.4}\protected@file@percent }
\newlabel{table:car-betweenness}{{IV}{2}{}{table.4}{}}
\@writefile{lot}{\contentsline {table}{\numberline {V}{\ignorespaces Top 15 HIPAA Nodes with Degree Centrality}}{2}{table.5}\protected@file@percent }
\newlabel{table:hipaa-degree}{{V}{2}{}{table.5}{}}
\@writefile{lot}{\contentsline {table}{\numberline {VI}{\ignorespaces Top 15 HIPAA Nodes with Katz Centrality}}{2}{table.6}\protected@file@percent }
\newlabel{table:hipaa-katz}{{VI}{2}{}{table.6}{}}
\@writefile{lot}{\contentsline {table}{\numberline {VII}{\ignorespaces Top 15 HIPAA Nodes with K-path Edge Centrality}}{3}{table.7}\protected@file@percent }
\newlabel{table:hipaa-kpe}{{VII}{3}{}{table.7}{}}
\@writefile{lot}{\contentsline {table}{\numberline {VIII}{\ignorespaces Top 15 HIPAA Nodes with PageRank Centrality}}{3}{table.8}\protected@file@percent }
\newlabel{table:hipaa-APC}{{VIII}{3}{}{table.8}{}}
\@writefile{lot}{\contentsline {table}{\numberline {IX}{\ignorespaces Top 15 HIPAA Nodes with Betweenness Centrality}}{3}{table.9}\protected@file@percent }
\newlabel{table:hipaa-btwn}{{IX}{3}{}{table.9}{}}
\@writefile{lot}{\contentsline {table}{\numberline {X}{\ignorespaces Top 15 PCI DSS Nodes with Degree Centrality}}{3}{table.10}\protected@file@percent }
\newlabel{table:pci-deg}{{X}{3}{}{table.10}{}}
\@writefile{lot}{\contentsline {table}{\numberline {XI}{\ignorespaces Top 15 PCI DSS Nodes with Katz Centrality}}{4}{table.11}\protected@file@percent }
\newlabel{table:pci-katz}{{XI}{4}{}{table.11}{}}
\@writefile{lot}{\contentsline {table}{\numberline {XII}{\ignorespaces Top 15 PCI DSS Nodes with K-path Edge Centrality}}{4}{table.12}\protected@file@percent }
\newlabel{table:pci-kpe}{{XII}{4}{}{table.12}{}}
\@writefile{lot}{\contentsline {table}{\numberline {XIII}{\ignorespaces Top 15 PCI DSS Nodes with PageRank Centrality}}{4}{table.13}\protected@file@percent }
\newlabel{table:pci-PR}{{XIII}{4}{}{table.13}{}}
\@writefile{lot}{\contentsline {table}{\numberline {XIV}{\ignorespaces Top 15 PCI DSS Nodes with Betweenness Centrality}}{4}{table.14}\protected@file@percent }
\newlabel{table:pci-btwn}{{XIV}{4}{}{table.14}{}}
\gdef \@abspage@last{4}

View File

@ -1,18 +1,18 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Arch Linux) (preloaded format=pdflatex 2022.11.8) 16 JAN 2023 15:15
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux) (preloaded format=pdflatex 2023.4.3) 25 APR 2023 18:50
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**Schrick-Noah_Supplemental.tex
**Schrick-Noah_Supplemental
(./Schrick-Noah_Supplemental.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-04-10>
LaTeX2e <2022-11-01> patch level 1
L3 programming layer <2023-02-22>
(/usr/share/texmf-dist/tex/latex/ieeetran/IEEEtran.cls
Document Class: IEEEtran 2015/08/26 V1.8b by Michael Shell
-- See the "IEEEtran_HOWTO" manual for usage information.
-- http://www.michaelshell.org/tex/ieeetran/
\@IEEEtrantmpdimenA=\dimen138
\@IEEEtrantmpdimenB=\dimen139
\@IEEEtrantmpdimenC=\dimen140
\@IEEEtrantmpdimenA=\dimen140
\@IEEEtrantmpdimenB=\dimen141
\@IEEEtrantmpdimenC=\dimen142
\@IEEEtrantmpcountA=\count185
\@IEEEtrantmpcountB=\count186
\@IEEEtrantmpcountC=\count187
@ -24,11 +24,11 @@ File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
-- Using 8.5in x 11in (letter) paper.
-- Using PDF output.
\@IEEEnormalsizeunitybaselineskip=\dimen141
\@IEEEnormalsizeunitybaselineskip=\dimen143
-- This is a 10 point document.
\CLASSINFOnormalsizebaselineskip=\dimen142
\CLASSINFOnormalsizeunitybaselineskip=\dimen143
\IEEEnormaljot=\dimen144
\CLASSINFOnormalsizebaselineskip=\dimen144
\CLASSINFOnormalsizeunitybaselineskip=\dimen145
\IEEEnormaljot=\dimen146
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <5> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 1090.
LaTeX Font Info: Font shape `OT1/ptm/bx/it' in size <5> not available
@ -79,47 +79,47 @@ LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <24> not available
LaTeX Font Info: Font shape `OT1/ptm/bx/it' in size <24> not available
(Font) Font shape `OT1/ptm/b/it' tried instead on input line 1090.
\IEEEquantizedlength=\dimen145
\IEEEquantizedlengthdiff=\dimen146
\IEEEquantizedtextheightdiff=\dimen147
\IEEEilabelindentA=\dimen148
\IEEEilabelindentB=\dimen149
\IEEEilabelindent=\dimen150
\IEEEelabelindent=\dimen151
\IEEEdlabelindent=\dimen152
\IEEElabelindent=\dimen153
\IEEEiednormlabelsep=\dimen154
\IEEEiedmathlabelsep=\dimen155
\IEEEiedtopsep=\skip47
\IEEEquantizedlength=\dimen147
\IEEEquantizedlengthdiff=\dimen148
\IEEEquantizedtextheightdiff=\dimen149
\IEEEilabelindentA=\dimen150
\IEEEilabelindentB=\dimen151
\IEEEilabelindent=\dimen152
\IEEEelabelindent=\dimen153
\IEEEdlabelindent=\dimen154
\IEEElabelindent=\dimen155
\IEEEiednormlabelsep=\dimen156
\IEEEiedmathlabelsep=\dimen157
\IEEEiedtopsep=\skip48
\c@section=\count188
\c@subsection=\count189
\c@subsubsection=\count190
\c@paragraph=\count191
\c@IEEEsubequation=\count192
\abovecaptionskip=\skip48
\belowcaptionskip=\skip49
\abovecaptionskip=\skip49
\belowcaptionskip=\skip50
\c@figure=\count193
\c@table=\count194
\@IEEEeqnnumcols=\count195
\@IEEEeqncolcnt=\count196
\@IEEEsubeqnnumrollback=\count197
\@IEEEquantizeheightA=\dimen156
\@IEEEquantizeheightB=\dimen157
\@IEEEquantizeheightC=\dimen158
\@IEEEquantizeprevdepth=\dimen159
\@IEEEquantizeheightA=\dimen158
\@IEEEquantizeheightB=\dimen159
\@IEEEquantizeheightC=\dimen160
\@IEEEquantizeprevdepth=\dimen161
\@IEEEquantizemultiple=\count198
\@IEEEquantizeboxA=\box50
\@IEEEtmpitemindent=\dimen160
\IEEEPARstartletwidth=\dimen161
\@IEEEquantizeboxA=\box51
\@IEEEtmpitemindent=\dimen162
\IEEEPARstartletwidth=\dimen163
\c@IEEEbiography=\count199
\@IEEEtranrubishbin=\box51
\@IEEEtranrubishbin=\box52
) (/usr/share/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count266
\float@exts=\toks17
\float@box=\box52
\float@box=\box53
\@float@everytoks=\toks18
\@floatcapt=\box53
\@floatcapt=\box54
)
\@float@every@table=\toks19
@ -129,7 +129,7 @@ Package: inputenc 2021/02/14 v1.3d Input encoding file
\inpenc@posthook=\toks21
)
(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2022-02-21 v7.00n Hypertext links for LaTeX
Package: hyperref 2023-02-07 v7.00v Hypertext links for LaTeX
(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
@ -149,11 +149,11 @@ Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
\KV@toks@=\toks22
)
(/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
(/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
)
(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
@ -170,15 +170,26 @@ Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
)
(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2022-05-17 v2.50 Cross-referencing by name of section
(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
\@linkdim=\dimen162
\Hy@linkcounter=\count267
\Hy@pagecounter=\count268
(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
))
\c@section@level=\count267
)
\@linkdim=\dimen164
\Hy@linkcounter=\count268
\Hy@pagecounter=\count269
(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2022-02-21 v7.00n Hyperref: PDFDocEncoding definition (HO)
File: pd1enc.def 2023-02-07 v7.00v Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
@ -188,28 +199,28 @@ Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
(/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count269
\Hy@SavedSpaceFactor=\count270
(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2022-02-21 v7.00n Hyperref: PDF Unicode definition (HO)
File: puenc.def 2023-02-07 v7.00v Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Hyper figures OFF on input line 4137.
Package hyperref Info: Link nesting OFF on input line 4142.
Package hyperref Info: Hyper index ON on input line 4145.
Package hyperref Info: Plain pages OFF on input line 4152.
Package hyperref Info: Backreferencing OFF on input line 4157.
Package hyperref Info: Hyper figures OFF on input line 4177.
Package hyperref Info: Link nesting OFF on input line 4182.
Package hyperref Info: Hyper index ON on input line 4185.
Package hyperref Info: Plain pages OFF on input line 4192.
Package hyperref Info: Backreferencing OFF on input line 4197.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4390.
\c@Hy@tempcnt=\count270
Package hyperref Info: Bookmarks ON on input line 4425.
\c@Hy@tempcnt=\count271
(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4749.
\XeTeXLinkMargin=\dimen163
LaTeX Info: Redefining \url on input line 4763.
\XeTeXLinkMargin=\dimen165
(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
@ -218,91 +229,89 @@ Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count271
\Field@Width=\dimen164
\Fld@charsize=\dimen165
Package hyperref Info: Hyper figures OFF on input line 6027.
Package hyperref Info: Link nesting OFF on input line 6032.
Package hyperref Info: Hyper index ON on input line 6035.
Package hyperref Info: backreferencing OFF on input line 6042.
Package hyperref Info: Link coloring OFF on input line 6047.
Package hyperref Info: Link coloring with OCG OFF on input line 6052.
Package hyperref Info: PDF/A mode OFF on input line 6057.
LaTeX Info: Redefining \ref on input line 6097.
LaTeX Info: Redefining \pageref on input line 6101.
\Fld@menulength=\count272
\Field@Width=\dimen166
\Fld@charsize=\dimen167
Package hyperref Info: Hyper figures OFF on input line 6042.
Package hyperref Info: Link nesting OFF on input line 6047.
Package hyperref Info: Hyper index ON on input line 6050.
Package hyperref Info: backreferencing OFF on input line 6057.
Package hyperref Info: Link coloring OFF on input line 6062.
Package hyperref Info: Link coloring with OCG OFF on input line 6067.
Package hyperref Info: PDF/A mode OFF on input line 6072.
(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count272
\c@Item=\count273
\c@Hfootnote=\count274
\Hy@abspage=\count273
\c@Item=\count274
\c@Hfootnote=\count275
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2022-02-21 v7.00n Hyperref driver for pdfTeX
File: hpdftex.def 2023-02-07 v7.00v Hyperref driver for pdfTeX
(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
kage
with kernel methods
)
\Fld@listcount=\count275
\c@bookmark@seq@number=\count276
\Fld@listcount=\count276
\c@bookmark@seq@number=\count277
(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO)
(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
86.
85.
)
\Hy@SectionHShift=\skip50
\Hy@SectionHShift=\skip51
)
Package hyperref Info: Option `colorlinks' set `true' on input line 13.
(/usr/share/texmf-dist/tex/latex/tocloft/tocloft.sty
Package: tocloft 2017/08/31 v2.3i parameterised ToC, etc., typesetting
Package tocloft Info: The document has section divisions on input line 51.
\cftparskip=\skip51
\cftbeforetoctitleskip=\skip52
\cftaftertoctitleskip=\skip53
\cftbeforesecskip=\skip54
\cftsecindent=\skip55
\cftsecnumwidth=\skip56
\cftbeforesubsecskip=\skip57
\cftsubsecindent=\skip58
\cftsubsecnumwidth=\skip59
\cftbeforesubsubsecskip=\skip60
\cftsubsubsecindent=\skip61
\cftsubsubsecnumwidth=\skip62
\cftbeforeparaskip=\skip63
\cftparaindent=\skip64
\cftparanumwidth=\skip65
\cftbeforesubparaskip=\skip66
\cftsubparaindent=\skip67
\cftsubparanumwidth=\skip68
\cftbeforeloftitleskip=\skip69
\cftafterloftitleskip=\skip70
\cftbeforefigskip=\skip71
\cftfigindent=\skip72
\cftfignumwidth=\skip73
\c@lofdepth=\count277
\c@lotdepth=\count278
\cftbeforelottitleskip=\skip74
\cftafterlottitleskip=\skip75
\cftbeforetabskip=\skip76
\cfttabindent=\skip77
\cfttabnumwidth=\skip78
\cftparskip=\skip52
\cftbeforetoctitleskip=\skip53
\cftaftertoctitleskip=\skip54
\cftbeforesecskip=\skip55
\cftsecindent=\skip56
\cftsecnumwidth=\skip57
\cftbeforesubsecskip=\skip58
\cftsubsecindent=\skip59
\cftsubsecnumwidth=\skip60
\cftbeforesubsubsecskip=\skip61
\cftsubsubsecindent=\skip62
\cftsubsubsecnumwidth=\skip63
\cftbeforeparaskip=\skip64
\cftparaindent=\skip65
\cftparanumwidth=\skip66
\cftbeforesubparaskip=\skip67
\cftsubparaindent=\skip68
\cftsubparanumwidth=\skip69
\cftbeforeloftitleskip=\skip70
\cftafterloftitleskip=\skip71
\cftbeforefigskip=\skip72
\cftfigindent=\skip73
\cftfignumwidth=\skip74
\c@lofdepth=\count278
\c@lotdepth=\count279
\cftbeforelottitleskip=\skip75
\cftafterlottitleskip=\skip76
\cftbeforetabskip=\skip77
\cfttabindent=\skip78
\cfttabnumwidth=\skip79
)
(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2022-04-14 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count279
\l__pdf_internal_box=\box54
File: l3backend-pdftex.def 2023-01-16 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count280
\l__pdf_internal_box=\box55
)
(./Schrick-Noah_Supplemental.aux)
\openout1 = `Schrick-Noah_Supplemental.aux'.
@ -328,7 +337,7 @@ LaTeX Font Info: ... okay on input line 19.
-- Lines per column: 56 (exact).
(/usr/share/texmf-dist/tex/latex/graphics/color.sty
Package: color 2021/12/07 v1.3c Standard LaTeX Color (DPC)
Package: color 2022/01/06 v1.3d Standard LaTeX Color (DPC)
(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
@ -336,37 +345,23 @@ File: color.cfg 2016/01/02 v1.6 sample color configuration
Package color Info: Driver file: pdftex.def on input line 149.
(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex
(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count280
\scratchdimen=\dimen166
\scratchbox=\box55
\nofMPsegments=\count281
\nofMParguments=\count282
\scratchcounter=\count281
\scratchdimen=\dimen168
\scratchbox=\box56
\nofMPsegments=\count282
\nofMParguments=\count283
\everyMPshowfont=\toks23
\MPscratchCnt=\count283
\MPscratchDim=\dimen167
\MPnumerator=\count284
\makeMPintoPDFobject=\count285
\MPscratchCnt=\count284
\MPscratchDim=\dimen169
\MPnumerator=\count285
\makeMPintoPDFobject=\count286
\everyMPtoPDFconversion=\toks24
)))
)) (/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx))
Package hyperref Info: Link coloring ON on input line 19.
(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count286
)
LaTeX Info: Redefining \ref on input line 19.
LaTeX Info: Redefining \pageref on input line 19.
LaTeX Info: Redefining \nameref on input line 19.
(./Schrick-Noah_Supplemental.out) (./Schrick-Noah_Supplemental.out)
\@outlinefile=\write3
@ -375,47 +370,83 @@ LaTeX Info: Redefining \nameref on input line 19.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 47.
Default added (so using `tbp') on input line 57.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <7> on input line 50.
(Font) <7> on input line 60.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <5> on input line 50.
(Font) <5> on input line 60.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 76.
Underfull \hbox (badness 10000) in paragraph at lines 86--86
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 105.
Default added (so using `tbp') on input line 90.
Underfull \hbox (badness 10000) in paragraph at lines 119--119
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 134.
Default added (so using `tbp') on input line 123.
Underfull \hbox (badness 10000) in paragraph at lines 152--152
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 163.
Default added (so using `tbp') on input line 156.
Underfull \hbox (badness 10000) in paragraph at lines 185--185
[]
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 192.
Default added (so using `tbp') on input line 190.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 221.
Default added (so using `tbp') on input line 219.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 250.
Default added (so using `tbp') on input line 248.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 279.
Default added (so using `tbp') on input line 277.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 309.
Default added (so using `tbp') on input line 306.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 335.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 364.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 393.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 422.
LaTeX Warning: No positions in optional float specifier.
Default added (so using `tbp') on input line 452.
** Conference Paper **
@ -428,30 +459,30 @@ Before submitting the final camera ready copy, remember to:
uses only Type 1 fonts and that every step in the generation
process uses the appropriate paper size.
[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}
[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf-dist/fon
ts/enc/dvips/base/8r.enc}
] [2] [3]
(./Schrick-Noah_Supplemental.aux)
] [2] [3] [4] (./Schrick-Noah_Supplemental.aux)
Package rerunfilecheck Info: File `Schrick-Noah_Supplemental.out' has not chang
ed.
(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
)
Here is how much of TeX's memory you used:
8985 strings out of 478238
145272 string characters out of 5850456
570678 words of memory out of 5000000
27146 multiletter control sequences out of 15000+600000
495806 words of font info for 73 fonts, out of 8000000 for 9000
9031 strings out of 476025
146642 string characters out of 5796533
2010388 words of memory out of 5000000
29396 multiletter control sequences out of 15000+600000
538834 words of font info for 77 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
60i,9n,63p,280b,334s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-dist/fon
ts/type1/urw/times/utmb8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmr
8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
Output written on Schrick-Noah_Supplemental.pdf (3 pages, 53763 bytes).
75i,9n,76p,556b,452s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/share/texmf-dis
t/fonts/type1/urw/times/utmr8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times
/utmri8a.pfb>
Output written on Schrick-Noah_Supplemental.pdf (4 pages, 60572 bytes).
PDF statistics:
50 PDF objects out of 1000 (max. 8388607)
38 compressed objects within 1 object stream
14 named destinations out of 1000 (max. 500000)
59 PDF objects out of 1000 (max. 8388607)
46 compressed objects within 1 object stream
19 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)

Binary file not shown.

View File

@ -40,10 +40,153 @@
Tulsa, USA \\
peter-hawrylak@utulsa.edu
}
\and
\IEEEauthorblockN{Brett A. McKinney}
\IEEEauthorblockA{
\textit{Tandy School of Computer Science} \\
\textit{The University of Tulsa}\\
Tulsa, USA \\
brett-mckinney@utulsa.edu
}
}
\maketitle
\begin{table}[]
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{314} & 0.13 & \multicolumn{1}{c|}{0} & 9.09 & \multicolumn{1}{c|}{1} & 4.88 \\ \hline
\multicolumn{1}{|c|}{377} & 0.10 & \multicolumn{1}{c|}{1} & 8.26 & \multicolumn{1}{c|}{3} & 3.47 \\ \hline
\multicolumn{1}{|c|}{346} & 0.10 & \multicolumn{1}{c|}{3} & 7.39 & \multicolumn{1}{c|}{7} & 0.60 \\ \hline
\multicolumn{1}{|c|}{376} & 0.10 & \multicolumn{1}{c|}{7} & 6.34 & \multicolumn{1}{c|}{0} & 0.52 \\ \hline
\multicolumn{1}{|c|}{374} & 0.10 & \multicolumn{1}{c|}{15} & 5.27 & \multicolumn{1}{c|}{42} & 0.45 \\ \hline
\multicolumn{1}{|c|}{378} & 0.10 & \multicolumn{1}{c|}{27} & 4.37 & \multicolumn{1}{c|}{314} & 0.15 \\ \hline
\multicolumn{1}{|c|}{380} & 0.10 & \multicolumn{1}{c|}{42} & 3.61 & \multicolumn{1}{c|}{27} & 0.08 \\ \hline
\multicolumn{1}{|c|}{381} & 0.10 & \multicolumn{1}{c|}{60} & 2.71 & \multicolumn{1}{c|}{250} & 0.05 \\ \hline
\multicolumn{1}{|c|}{382} & 0.10 & \multicolumn{1}{c|}{87} & 2.02 & \multicolumn{1}{c|}{15} & 0.04 \\ \hline
\multicolumn{1}{|c|}{262} & 0.10 & \multicolumn{1}{c|}{130} & 1.48 & \multicolumn{1}{c|}{187} & 0.04 \\ \hline
\multicolumn{1}{|c|}{370} & 0.10 & \multicolumn{1}{c|}{2} & 1.31 & \multicolumn{1}{c|}{130} & 0.04 \\ \hline
\multicolumn{1}{|c|}{379} & 0.10 & \multicolumn{1}{c|}{4} & 1.19 & \multicolumn{1}{c|}{87} & 0.04 \\ \hline
\multicolumn{1}{|c|}{418} & 0.08 & \multicolumn{1}{c|}{5} & 1.19 & \multicolumn{1}{c|}{60} & 0.04 \\ \hline
\multicolumn{1}{|c|}{459} & 0.08 & \multicolumn{1}{c|}{6} & 1.19 & \multicolumn{1}{c|}{2} & 0.04 \\ \hline
\multicolumn{1}{|c|}{467} & 0.08 & \multicolumn{1}{c|}{187} & 1.08 & \multicolumn{1}{c|}{4} & 0.04 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with Katz Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-katz}
\end{table}
\begin{table}[]
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{314} & 0.25 & \multicolumn{1}{c|}{0} & 0.65 & \multicolumn{1}{c|}{1} & 37.54 \\ \hline
\multicolumn{1}{|c|}{346} & 0.19 & \multicolumn{1}{c|}{1} & 0.39 & \multicolumn{1}{c|}{0} & 35.05 \\ \hline
\multicolumn{1}{|c|}{362} & 0.19 & \multicolumn{1}{c|}{3} & 0.65 & \multicolumn{1}{c|}{3} & 17.53 \\ \hline
\multicolumn{1}{|c|}{370} & 0.19 & \multicolumn{1}{c|}{7} & 0.65 & \multicolumn{1}{c|}{7} & 2.54 \\ \hline
\multicolumn{1}{|c|}{374} & 0.19 & \multicolumn{1}{c|}{15} & 0.64 & \multicolumn{1}{c|}{15} & 1.88 \\ \hline
\multicolumn{1}{|c|}{376} & 0.19 & \multicolumn{1}{c|}{27} & 0.64 & \multicolumn{1}{c|}{27} & 1.88 \\ \hline
\multicolumn{1}{|c|}{377} & 0.19 & \multicolumn{1}{c|}{42} & 0.64 & \multicolumn{1}{c|}{42} & 1.88 \\ \hline
\multicolumn{1}{|c|}{378} & 0.19 & \multicolumn{1}{c|}{60} & 0.62 & \multicolumn{1}{c|}{187} & 0.53 \\ \hline
\multicolumn{1}{|c|}{379} & 0.19 & \multicolumn{1}{c|}{87} & 0.60 & \multicolumn{1}{c|}{250} & 0.51 \\ \hline
\multicolumn{1}{|c|}{380} & 0.19 & \multicolumn{1}{c|}{130} & 0.59 & \multicolumn{1}{c|}{314} & 0.50 \\ \hline
\multicolumn{1}{|c|}{381} & 0.19 & \multicolumn{1}{c|}{187} & 0.57 & \multicolumn{1}{c|}{60} & 0.05 \\ \hline
\multicolumn{1}{|c|}{382} & 0.19 & \multicolumn{1}{c|}{250} & 0.55 & \multicolumn{1}{c|}{86} & 0.05 \\ \hline
\multicolumn{1}{|c|}{398} & 0.14 & \multicolumn{1}{c|}{314} & 0.54 & \multicolumn{1}{c|}{130} & 0.05 \\ \hline
\multicolumn{1}{|c|}{406} & 0.14 & \multicolumn{1}{c|}{2} & 0.33 & \multicolumn{1}{c|}{2} & 0.00 \\ \hline
\multicolumn{1}{|c|}{410} & 0.14 & \multicolumn{1}{c|}{4} & 0.33 & \multicolumn{1}{c|}{4} & 0.00 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with K-path Edge Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-kpe}
\end{table}
\begin{table}[]
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{2490} & 8.27 & \multicolumn{1}{c|}{2490} & 19.92 & \multicolumn{1}{c|}{314} & 0.17 \\ \hline
\multicolumn{1}{|c|}{1004} & 1.06 & \multicolumn{1}{c|}{2479} & 1.58 & \multicolumn{1}{c|}{250} & 0.15 \\ \hline
\multicolumn{1}{|c|}{1467} & 0.97 & \multicolumn{1}{c|}{2480} & 1.58 & \multicolumn{1}{c|}{187} & 0.13 \\ \hline
\multicolumn{1}{|c|}{2479} & 0.95 & \multicolumn{1}{c|}{2481} & 1.58 & \multicolumn{1}{c|}{130} & 0.10 \\ \hline
\multicolumn{1}{|c|}{2480} & 0.95 & \multicolumn{1}{c|}{2482} & 1.58 & \multicolumn{1}{c|}{42} & 0.10 \\ \hline
\multicolumn{1}{|c|}{2481} & 0.95 & \multicolumn{1}{c|}{2483} & 1.58 & \multicolumn{1}{c|}{87} & 0.07 \\ \hline
\multicolumn{1}{|c|}{2482} & 0.95 & \multicolumn{1}{c|}{2484} & 1.4 & \multicolumn{1}{c|}{27} & 0.07 \\ \hline
\multicolumn{1}{|c|}{2483} & 0.95 & \multicolumn{1}{c|}{2485} & 1.4 & \multicolumn{1}{c|}{1} & 0.07 \\ \hline
\multicolumn{1}{|c|}{667} & 0.92 & \multicolumn{1}{c|}{2486} & 1.39 & \multicolumn{1}{c|}{378} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2484} & 0.83 & \multicolumn{1}{c|}{2487} & 1.39 & \multicolumn{1}{c|}{379} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2485} & 0.83 & \multicolumn{1}{c|}{2488} & 1.39 & \multicolumn{1}{c|}{380} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2486} & 0.83 & \multicolumn{1}{c|}{2489} & 1.39 & \multicolumn{1}{c|}{381} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2487} & 0.83 & \multicolumn{1}{c|}{2424} & 0.29 & \multicolumn{1}{c|}{382} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2488} & 0.83 & \multicolumn{1}{c|}{2425} & 0.29 & \multicolumn{1}{c|}{470} & 0.04 \\ \hline
\multicolumn{1}{|c|}{2489} & 0.83 & \multicolumn{1}{c|}{2426} & 0.29 & \multicolumn{1}{c|}{471} & 0.04 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with PageRank Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-APC}
\end{table}
\begin{table}[]
\centering
\setlength\tabcolsep{4pt}
\begin{tabular}{|cc|cc|cc|}
\hline
\multicolumn{2}{|c|}{\textbf{Base}}
& \multicolumn{2}{|c|}{\textbf{Transitive Closure}}
& \multicolumn{2}{|c|}{\textbf{Dominant Tree}}
\\ \hline
\multicolumn{1}{|c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} & \multicolumn{1}{c|}{\textbf{Node}} & \textbf{\% Value} \\ \hline
\multicolumn{1}{|c|}{42} & 0.43 & \multicolumn{1}{c|}{0} & 0 & \multicolumn{1}{c|}{1} & 24.71 \\ \hline
\multicolumn{1}{|c|}{27} & 0.40 & \multicolumn{1}{c|}{1} & 0 & \multicolumn{1}{c|}{3} & 24.68 \\ \hline
\multicolumn{1}{|c|}{60} & 0.39 & \multicolumn{1}{c|}{2} & 0 & \multicolumn{1}{c|}{7} & 9.20 \\ \hline
\multicolumn{1}{|c|}{87} & 0.36 & \multicolumn{1}{c|}{3} & 0 & \multicolumn{1}{c|}{42} & 9.00 \\ \hline
\multicolumn{1}{|c|}{15} & 0.36 & \multicolumn{1}{c|}{4} & 0 & \multicolumn{1}{c|}{27} & 7.55 \\ \hline
\multicolumn{1}{|c|}{130} & 0.33 & \multicolumn{1}{c|}{5} & 0 & \multicolumn{1}{c|}{15} & 6.08 \\ \hline
\multicolumn{1}{|c|}{7} & 0.31 & \multicolumn{1}{c|}{6} & 0 & \multicolumn{1}{c|}{314} & 3.69 \\ \hline
\multicolumn{1}{|c|}{187} & 0.29 & \multicolumn{1}{c|}{7} & 0 & \multicolumn{1}{c|}{250} & 3.49 \\ \hline
\multicolumn{1}{|c|}{50} & 0.28 & \multicolumn{1}{c|}{8} & 0 & \multicolumn{1}{c|}{187} & 3.28 \\ \hline
\multicolumn{1}{|c|}{70} & 0.28 & \multicolumn{1}{c|}{9} & 0 & \multicolumn{1}{c|}{130} & 3.04 \\ \hline
\multicolumn{1}{|c|}{104} & 0.27 & \multicolumn{1}{c|}{10} & 0 & \multicolumn{1}{c|}{87} & 2.78 \\ \hline
\multicolumn{1}{|c|}{156} & 0.26 & \multicolumn{1}{c|}{11} & 0 & \multicolumn{1}{c|}{60} & 2.50 \\ \hline
\multicolumn{1}{|c|}{1467} & 0.25 & \multicolumn{1}{c|}{12} & 0 & \multicolumn{1}{c|}{0} & 0.00 \\ \hline
\multicolumn{1}{|c|}{250} & 0.25 & \multicolumn{1}{c|}{13} & 0 & \multicolumn{1}{c|}{2} & 0.00 \\ \hline
\multicolumn{1}{|c|}{115} & 0.25 & \multicolumn{1}{c|}{14} & 0 & \multicolumn{1}{c|}{4} & 0.00 \\ \hline
\end{tabular}
\caption{Top 15 Nodes with Betweenness Centrality for the Automobile Network. \\\hspace{\textwidth} Base columns represent the top ranked nodes and their percentage of importance held relative to the entire network. \\\hspace{\textwidth}Transitive Closure and Dominant Tree columns illustrate the difference in node rankings after the base network underwent a transformation. \\\hspace{\textwidth}}
\label{table:car-betweenness}
\end{table}
\begin{table}[]
\centering
\setlength\tabcolsep{4pt}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 69 KiB