-% MICHEL - TO BE CONTINUED
-
-For the sake of simplicity we ignore the energy needed to turn on the radio, to
-start up the sensor node, the transition from one status to another, etc.
-%We also do not consider the need of collecting sensing data. PAS COMPRIS
-Thus, when a sensor becomes active (i.e., it already decides its status), it can
-turn its radio off to save battery. DiLCO protocol uses two types of packets for
-communication. The size of the INFO-Packet and Status-Packet are 112 bits and 24
-bits respectively. The value of energy spent to send a 1-bit-content message is
-obtained by using the equation in ~\cite{raghunathan2002energy} to calculate the
-energy cost for transmitting messages and we propose the same value for
-receiving the packets. The energy needed to send or receive a 1-bit is equal to
-$0.2575 mW$.
-
-The initial energy of each node is randomly set in the interval $[500-700]$.
-Each sensor node will not participate in the next round if its remaining energy
-is less than $E_{th}=36 Joules$, the minimum energy needed for the node to stay
-alive during one round. This value has been computed by multiplying the energy
-consumed in active state (9.72 mW) by the time in second for one round (3600
-seconds). According to the interval of initial energy, a sensor may be alive
-during at most 20 rounds.\\
+Less influent energy consumption sources like when turning on the radio,
+starting the sensor node, changing the status of a node, etc., will be neglected
+for the sake of simplicity. Each node saves energy by switching off its radio
+once it has received its decision status from the corresponding leader (it can
+be itself). As explained previously in subsection~\ref{main_idea}, two kinds of
+packets for communication are considered in our protocol: INFO packet and
+ActiveSleep packet. To compute the energy needed by a node to transmit or
+receive such packets, we use the equation giving the energy spent to send a
+1-bit-content message defined in~\cite{raghunathan2002energy} (we assume
+symmetric communication costs), and we set their respective size to 112 and
+24~bits. The energy required to send or receive a 1-bit is equal to $0.2575 mW$.
+
+Each node has an initial energy level, in Joules, which is randomly drawn in the
+interval $[500-700]$. If it's energy provision reaches a value below
+$E_{th}=36$~Joules, the minimum energy needed for a node to stay active during
+one period, it will no more participate in the coverage task. This value has
+been computed by multiplying the energy consumed in active state (9.72 mW) by
+the time in second for one round (3600 seconds). According to the interval of
+initial energy, a sensor may be active during at most 20 rounds.