Commit 05b03105232f742208aa1cbe384860d685c3f18d

Authored by Scott Haseley
1 parent f0dc0092

Broke out abstract from introduction

include/start.tex
@@ -40,6 +40,9 @@ @@ -40,6 +40,9 @@
40 \isbn{978-1-4503-4416-6/16/06} 40 \isbn{978-1-4503-4416-6/16/06}
41 \doi{http://dx.doi.org/10.1145/2938559.2938604} 41 \doi{http://dx.doi.org/10.1145/2938559.2938604}
42 42
  43 +\clubpenalty=10000
  44 +\widowpenalty = 10000
  45 +
43 \input{.xxxnote} 46 \input{.xxxnote}
44 \input{.draft} 47 \input{.draft}
45 \input{.blue} 48 \input{.blue}
introduction.tex
1 \section{introduction} 1 \section{introduction}
2 2
  3 +\begin{comment}
3 Current operating systems are already proficient at managing certain system 4 Current operating systems are already proficient at managing certain system
4 resources, such as the CPU, memory, and disk. But on interactive mobile devices, 5 resources, such as the CPU, memory, and disk. But on interactive mobile devices,
5 users care more about resources such as time, battery life, and money, that are 6 users care more about resources such as time, battery life, and money, that are
@@ -10,6 +11,7 @@ a metered data plan. It is the degree to which mobile devices effectively @@ -10,6 +11,7 @@ a metered data plan. It is the degree to which mobile devices effectively
10 manage these human-facing resources that determines a user's 11 manage these human-facing resources that determines a user's
11 \textit{quality of experience} (QoE), and it is QoE which should drive not just 12 \textit{quality of experience} (QoE), and it is QoE which should drive not just
12 policy, but decisions on mobile devices. 13 policy, but decisions on mobile devices.
  14 +\end{comment}
13 15
14 \begin{sloppypar} 16 \begin{sloppypar}
15 While modern operating systems such as Android make decisions based on policies 17 While modern operating systems such as Android make decisions based on policies
@@ -37,7 +39,7 @@ frequency, such as for time-insensitive background tasks or when the performance @@ -37,7 +39,7 @@ frequency, such as for time-insensitive background tasks or when the performance
37 increase would not be perceivable, negative QoE may manifest itself through 39 increase would not be perceivable, negative QoE may manifest itself through
38 poor battery life. 40 poor battery life.
39 41
40 -\newpage 42 +%\newpage
41 In terms of QoE, static policies can lead to resource allocation decisions that 43 In terms of QoE, static policies can lead to resource allocation decisions that
42 are less than optimal. To remedy this, we propose designing QoE-centric 44 are less than optimal. To remedy this, we propose designing QoE-centric
43 mobile operating systems that use QoE as input to drive resource allocation 45 mobile operating systems that use QoE as input to drive resource allocation
paper.tex
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 48
49 \maketitle 49 \maketitle
50 50
51 -%\input{abstract.tex} 51 +\input{abstract.tex}
52 \input{introduction.tex} 52 \input{introduction.tex}
53 \input{design.tex} 53 \input{design.tex}
54 54