Hydrocarbon Processing - January 2021 - 46
Process Optimization
point; since the center point of the design represents the current SOP, operators will have no discomfort returning to
this point multiple times in the investigation. TABLE 1 gives such a design with
sample data. The points s1 through s4 are
run in random order interspersed with
repeated interrogations of p1 to ensure
that the replicates are genuine.
In TABLE 1, the response varies for each
center-point replicate due to process
noise. If the noise is excessive, it may indicate that we have not taken account of
all factors, that our step size is too small,
or that other issues with equipment or
operation should be corrected. Statistical tests (described presently) will assess
this formally.
Our task is to construct an empirical
model to correlate the data over the factor ranges. In general, factorial designs
support models of the form (Eq. 7):
Here, α0 to αjk are coefficients to be determined, nf is the number of factors under consideration, and j and k are indices
for the summation operator. In our case,
nf = 2 and our model reduces to (Eq. 8):
ŷ = c 0 + c 1 x1 + c 2 x2 + c 12 x1 x2(8)
The term c 12 x1 x2 accounts for interactions (synergy or moderation) between
the factors, if they exist. For the small
steps taken in EVOP, interactions are unlikely. We test for them, nonetheless.
The method of least squares. According to Eq. 8 and TABLE 1, nine observations
must be accounted for (Eq. 9):
c 0 + c1x1,2 + c 2 x 2,2 + c12 x1,2 x 2,2 + ε 2
y2
!
!
(9)
c 0 + c1x1,9 + c 2 x 2,9 + c12 x1,9 x 2,9 + ε 9
y9
nf
(7)
ˆy = α 0 + ∑ k=1
α k xk +
n f −1
c 0 + c1x1,1 + c 2 x 2,1 + c12 x1,1x 2,1 + ε1
y1
where the second subscript indicates the
associated run number of each observation. The same system of equations may
be put in matrix form as shown in Eq. 10:
∑ j < k ∑ k=1 α jk x j xk
nf
TABLE 1. The run number gives the sequential order in which the points were run;
the next column shows the label of the point (see FIG. 6); the x1 and x2 columns
hold the factor coordinates for each point; the y column holds the response in the
form of a yield index (higher is better)
Run
Point
x1
x2
y
Run
x1
Point
x2
y
1
p1
0
0
165
6
s2
1
1
144
2
s3
1
-1
118
7
p1
0
0
152
3
p1
0
0
162
8
s1
-1
1
203
4
s4
-1
-1
172
9
p1
0
0
161
5
p1
0
0
161
A
Run
B
y
C
1
ŷ
D
yr
E
ȳ
2
3
4
5
1
2
3
4
165
118
162
144
160
119
160
145
160
118
160
144
6
5
161
160
7
8
9
10
11
12
13
6
7
8
9
203
152
172
161
204
160
173
160
X T X: = MMULT(TRANSPOSE(F2:I10),F2:I10)
(X T X )-1 : = MINVERSE(J2:M5)
14
ŷ = Xa: = MMULT(F2:I10,W7:W10)
F
or more simply (Eq. 11):
y = Xc + ε(11)
Here, the bolded lower-case letters refer
to the respective column vectors of Eq.
10, and X refers to the matrix of factors
that has both rows and columns (i.e., Eqs.
9, 10 and 11 are all equivalent expressions). The values for the coefficients (c)
must now be determined. If we presume
that the errors of Eq. 9 are normally distributed, the best method for fitting the
coefficients is to minimize the sum of the
squared errors (ε). For equations of the
form (Eq. 11), least squares reduces to
the following matrix equation (Eq. 12):
X T y = (X T X)c(12)
where T indicates the transpose operator
(which swaps the rows and columns of X).
Excel implements the transpose with
the function = TRANSPOSE (y) where y
is the column vector holding the responses in Excel and X is the matrix in Eq. 10.
In fact, X T X is an nc-by-nc square matrix,
where nc is the number of coefficients.
For Eq. 9, which has four coefficients, X
is a 4-by-4 matrix. To find c, we need only
pre-multiply by the inverse of X T X, denoted as (X T X)-1. This is implemented in
Excel using = MINVERSE (M) where M
is a square matrix. This provides Eq. 13:
c = (X T X)-1 (X T y)(13)
G
H
I
J
0
1
2
12
160
160
160
160
1
1
1
1
0
1
0
1
0
-1
0
1
0
-1
0
1
160
160
1
0
0
0
203
160
172
160
160
160
160
160
K
L
M
N
XTy
XTX
0
0
4
0
0 1438
0 113
0 -57
4
-5
1
-1
1
-1
0.111
0
0
1
0
0
0
0
0.25
0
1
-1
-1
1
0
0
0.25
1
0
0
0
0
0
0
CALCULATION LEGEND
X T y: = MMULT(TRANSPOSE(F2:I10),B2:B10)
c = (X T X )-1 X T y: = MMULT(S7:V10,W2:W5)
0 159.8
0 -28.3
0 14.3
0.25
-1.3
y r : = AVERAGE(B2,B4,B6,B8,B10)
9
0
0
0
0
4
0
0
(X T X )-1
y� : = AVERAGE
FIG. 7. Spreadsheet sample: the spreadsheet shows the values and results of the
Excel calculations
46 JANUARY 2021 | HydrocarbonProcessing.com
⎛ y1 ⎞ ⎛ 1 x1,1 x 2,1 x1,1x 2,1 ⎞ ⎛ c 0 ⎞ ⎛ ε 0 ⎞
⎜ y2 ⎟ ⎜ 1 x1,2 x 2,2 x1,2 x 2,2 ⎟ ⎜ c ⎟ ⎜ ε1 ⎟
⎟ ⎜ 1 ⎟ + ⎜ ⎟ (10)
⎜ ⎟ =⎜
!
! ⎟ ⎜ c2 ⎟ ⎜ ! ⎟
⎜ ! ⎟ ⎜! !
⎟⎜ ⎟ ⎜ ⎟
⎜ ⎟ ⎜
⎝ y9 ⎠ ⎝ 1 x1,9 x2,9 x1,9 x2,9 ⎠ ⎝ c12 ⎠ ⎝ ε 9 ⎠
c
(B 2 .B 10 )
We may now calculate ŷ = Xα using the
Excel formula = MMULT (X,c). FIG. 7
shows the spreadsheet and all of the calculations up to this point, along with a calculation legend that details every formula.
The columns yr and ȳ will become
important when statistical significance is
TABLE 2. General analysis of variance
(ANOVA): the table provides a
convenient consolidation of statistical
properties for the data set
Term
SS
DF
MS
F
p
M
4,011
3
1,337
69.05
0.0002
R
97
5
19
T
4,108
8
s:
4.4
R : 0.9764
2
http://www.HydrocarbonProcessing.com
Hydrocarbon Processing - January 2021
Table of Contents for the Digital Edition of Hydrocarbon Processing - January 2021
Contents
Hydrocarbon Processing - January 2021 - Intro
Hydrocarbon Processing - January 2021 - Cover1
Hydrocarbon Processing - January 2021 - Cover2
Hydrocarbon Processing - January 2021 - Contents
Hydrocarbon Processing - January 2021 - 4
Hydrocarbon Processing - January 2021 - 5
Hydrocarbon Processing - January 2021 - 6
Hydrocarbon Processing - January 2021 - 7
Hydrocarbon Processing - January 2021 - 8
Hydrocarbon Processing - January 2021 - 9
Hydrocarbon Processing - January 2021 - 10
Hydrocarbon Processing - January 2021 - 11
Hydrocarbon Processing - January 2021 - 12
Hydrocarbon Processing - January 2021 - 13
Hydrocarbon Processing - January 2021 - 14
Hydrocarbon Processing - January 2021 - 15
Hydrocarbon Processing - January 2021 - 16
Hydrocarbon Processing - January 2021 - 17
Hydrocarbon Processing - January 2021 - 18
Hydrocarbon Processing - January 2021 - 19
Hydrocarbon Processing - January 2021 - 20
Hydrocarbon Processing - January 2021 - 21
Hydrocarbon Processing - January 2021 - 22
Hydrocarbon Processing - January 2021 - 23
Hydrocarbon Processing - January 2021 - 24
Hydrocarbon Processing - January 2021 - 25
Hydrocarbon Processing - January 2021 - 26
Hydrocarbon Processing - January 2021 - 27
Hydrocarbon Processing - January 2021 - 28
Hydrocarbon Processing - January 2021 - 29
Hydrocarbon Processing - January 2021 - 30
Hydrocarbon Processing - January 2021 - 31
Hydrocarbon Processing - January 2021 - 32
Hydrocarbon Processing - January 2021 - 33
Hydrocarbon Processing - January 2021 - 34
Hydrocarbon Processing - January 2021 - 35
Hydrocarbon Processing - January 2021 - 36
Hydrocarbon Processing - January 2021 - 37
Hydrocarbon Processing - January 2021 - 38
Hydrocarbon Processing - January 2021 - 39
Hydrocarbon Processing - January 2021 - 40
Hydrocarbon Processing - January 2021 - 41
Hydrocarbon Processing - January 2021 - 42
Hydrocarbon Processing - January 2021 - 43
Hydrocarbon Processing - January 2021 - 44
Hydrocarbon Processing - January 2021 - 45
Hydrocarbon Processing - January 2021 - 46
Hydrocarbon Processing - January 2021 - 47
Hydrocarbon Processing - January 2021 - 48
Hydrocarbon Processing - January 2021 - 49
Hydrocarbon Processing - January 2021 - 50
Hydrocarbon Processing - January 2021 - 51
Hydrocarbon Processing - January 2021 - 52
Hydrocarbon Processing - January 2021 - 53
Hydrocarbon Processing - January 2021 - 54
Hydrocarbon Processing - January 2021 - 55
Hydrocarbon Processing - January 2021 - 56
Hydrocarbon Processing - January 2021 - 57
Hydrocarbon Processing - January 2021 - 58
Hydrocarbon Processing - January 2021 - 59
Hydrocarbon Processing - January 2021 - 60
Hydrocarbon Processing - January 2021 - 61
Hydrocarbon Processing - January 2021 - 62
Hydrocarbon Processing - January 2021 - 63
Hydrocarbon Processing - January 2021 - 64
Hydrocarbon Processing - January 2021 - 65
Hydrocarbon Processing - January 2021 - 66
Hydrocarbon Processing - January 2021 - 67
Hydrocarbon Processing - January 2021 - 68
Hydrocarbon Processing - January 2021 - 69
Hydrocarbon Processing - January 2021 - 70
Hydrocarbon Processing - January 2021 - 71
Hydrocarbon Processing - January 2021 - 72
Hydrocarbon Processing - January 2021 - 73
Hydrocarbon Processing - January 2021 - 74
Hydrocarbon Processing - January 2021 - 75
Hydrocarbon Processing - January 2021 - 76
Hydrocarbon Processing - January 2021 - 77
Hydrocarbon Processing - January 2021 - 78
Hydrocarbon Processing - January 2021 - 79
Hydrocarbon Processing - January 2021 - 80
Hydrocarbon Processing - January 2021 - 81
Hydrocarbon Processing - January 2021 - 82
Hydrocarbon Processing - January 2021 - Cover3
Hydrocarbon Processing - January 2021 - Cover4
https://www.nxtbook.com/gulfenergyinfo/gulfpub/HPI-Market-Data-2023-v3
https://www.nxtbook.com/gulfenergyinfo/gulfpub/hpi-market-data-2024-v2
https://www.nxtbook.com/gulfenergyinfo/gulfpub/hpi-market-data-2024
https://www.nxtbook.com/gulfenergyinfo/gulfpub/gas-processes-handbook-2022_v2
https://www.nxtbook.com/gulfenergyinfo/gulfpub/gas-processes-handbook-2022
https://www.nxtbook.com/gulfenergyinfo/gulfpub/hp_202212
https://www.nxtbook.com/gulfenergyinfo/gulfpub/hpi-market-data-2023-v2
https://www.nxtbook.com/gulfenergyinfo/gulfpub/hpi-market-data-2023
https://www.nxtbook.com/gulfenergyinfo/gulfpub/hp_202211
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202210
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202209
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202208
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202207_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202207
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202206_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202206
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202205_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202205
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202204_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202204
https://www.nxtbook.com/nxtbooks/gulfpub/hp_032022
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202203
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202202
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202201
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202112
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202111
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202110
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2022_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2022
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202109
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202108
https://www.nxtbook.com/nxtbooks/gulfpub/petrochemical_processes_handbook_2021_v2
https://www.nxtbook.com/nxtbooks/gulfpub/petrochemical_processes_handbook_2021
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202107
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202106
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202105
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202104
https://www.nxtbook.com/nxtbooks/gulfpub/hp_ebooks
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202103
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202102
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202101
https://www.nxtbook.com/nxtbooks/gulfpub/catalyst_handbook_2020_v2
https://www.nxtbook.com/nxtbooks/gulfpub/catalyst_handbook_2020
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202012
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202011
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202010
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2021
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202009
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202008
https://www.nxtbook.com/nxtbooks/gulfpub/refining_processes_handbook_2020
https://www.nxtbook.com/nxtbooks/gulfpub/refining_processes_handbook_2020_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202007
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202006
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202005
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202004
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202003
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202002
https://www.nxtbook.com/nxtbooks/gulfpub/hp_202001
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201912
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201911
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2020_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2020
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201910
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201909
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201908
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201907
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201906
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201905
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201904
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201903
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201902
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201901
https://www.nxtbook.com/nxtbooks/gulfpub/petrochemical_2018_v2
https://www.nxtbook.com/nxtbooks/gulfpub/petrochemical_2018
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201812
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2019_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hpimarket_2019
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201811
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201810
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201809
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201808
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201807
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201806
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201805
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201804
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201803
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201802
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201801
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201712
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201711
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201710
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201709
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201708
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201707
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201706
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201705
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201704
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201703
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201702
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201701
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2017mediaplanner
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201612
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201611
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201610
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201609
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201608
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201607
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201606
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201605
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201604
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201603
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201602
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201601
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201512
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201511
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201510
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2016mediaplanner
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201509
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201508
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201507
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2015tmsd
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201506
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201505
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201504
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201503
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201502
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201501
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201412
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201411
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2015mediaplanner
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201410
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201409
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201408
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201407
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2014petrochemicalprocesses_v2
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2014petrochemicalprocesses
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201406
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201405
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201404
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201403
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2014calendar
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201402
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201401
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201312
https://www.nxtbook.com/nxtbooks/gulfpub/hp_2014mediaplanner
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201311
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201310
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201309
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201308
https://www.nxtbook.com/nxtbooks/gulfpub/hp_srsguide2013
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201307
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201306
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201305
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201304
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201303
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201302
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201301
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201212
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201211
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201210
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201209
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201208
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201207
https://www.nxtbook.com/nxtbooks/gulfpub/hp_srsguide2012
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201206
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201205
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201204
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201203
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201202
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201201
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201112
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201111
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201110
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201109
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201108
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201107_srsguide
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201107
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201106
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201105
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201104
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201103
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201102
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201101
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201012
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201011
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201010
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201009
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201008
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201007
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201006
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201005
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201004
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201003
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201002
https://www.nxtbook.com/nxtbooks/gulfpub/hp_201001
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200912
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200911
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200910
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200909
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200908
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200907
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200906
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200905
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200904
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200903
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200902
https://www.nxtbook.com/nxtbooks/gulfpub/hp_200901
https://www.nxtbookmedia.com