-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
241 lines (229 loc) · 6.61 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<HTML lang="en-US">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="title" content="Do-Exp | Design of experiments software" />
<meta name="description" content="Free and easy design of experiments software which enables fast optimization of parameters and statistical analysis. Do-Exp supports the most important designs like full and fractional factorial, Box-Behnken or rotatable central composite design." />
<meta name="keywords" content="do-exp, do-exp software, doexp software, do exp software, do exp, doexp, do-exp 1, do exp 1, do-exp.com, doexp.com,Design of experiments software, Free design of experiments software, Design of experiments, Experimental design, DOE, DOE software, free DOE software, science software, chemical design software, chemistry DOE, design of chemical experiments, Wojciech Stark, Wojciech G. Stark, wgst.github.io, wojciechstark" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="author" content="Wojciech Stark">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortlink" href="http://do-exp.com/" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128920982-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128920982-1');
</script>
<!-- TITLE -->
<title>Do-Exp | Design of experiments software</title>
<!-- ICON -->
<link rel="shortcut icon" href="/favicon.ico"/>
<!-- FONT -->
<link href="https://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet">
<!-- STYLE -->
<style>
body{
background-color: #280B17;
}
a { color: inherit; }
li{
font-family: 'Oxygen', sans-serif;
font-size: 1em;
max-width: 200pt;
background-color: #1F1C2D;
margin: 20px;
padding: 0px;
color: #D1D1DE;
}
h1 {
font-family: 'Oxygen', sans-serif;
font-size: 2em;
max-width: 500pt;
background-color: #1F1C2D;
margin: 20px;
padding: 0px;
color: #D1D1DE;
}
h2 {
font-family: 'Oxygen', sans-serif;
font-size: 1.5em;
max-width: 500pt;
background-color: #1F1C2D;
margin: 20px;
padding: 0px;
color: #D1D1DE;
}
p {
font-family: 'Oxygen', sans-serif;
font-size: 1em;
max-width: 500pt;
background-color: #1F1C2D;
margin: 20px;
padding: 0px;
color: #D1D1DE;
}
header{
height: 150px;
position: fixed;
width: 100%;
top:0;
background-color: #280B17;
}
.content{
margin-top: 150px;
width: 100%;
background-color: #1F1C2D;
}
footer{
font-family: 'Oxygen', sans-serif;
font-size: 0.8em;
bottom: 0;
width: 100%;
font-style: italic;
line-height: 15px;
text-align: center;
background-color: #0E0F12;
color: #C1C1D2
}
.topnav {
margin-right: 16px;
font-family: 'Oxygen', sans-serif;
background-color: #14050C;
overflow: hidden;
bottom: 0;
max-width: 100%;
}
.topnav a {
font-family: 'Oxygen', sans-serif;
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
font-family: 'Oxygen', sans-serif;
background-color: #958693;
color: black;
}
.topnav a.active {
font-family: 'Oxygen', sans-serif;
background-color: #7B5369;
color: white;
}
/*Cookie Consent Begin*/
#cookieConsent {
background-color: rgba(20,20,20,0.8);
min-height: 26px;
font-size: 14px;
color: #ccc;
line-height: 26px;
padding: 8px 0 8px 30px;
font-family: "Trebuchet MS",Helvetica,sans-serif;
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: none;
z-index: 9999;
}
#cookieConsent a {
color: #4B8EE7;
text-decoration: none;
}
#closeCookieConsent {
float: right;
display: inline-block;
cursor: pointer;
height: 20px;
width: 20px;
margin: -15px 0 0 0;
font-weight: bold;
}
#closeCookieConsent:hover {
color: #FFF;
}
#cookieConsent a.cookieConsentOK {
background-color: #F1D600;
color: #000;
display: inline-block;
border-radius: 5px;
padding: 0 20px;
cursor: pointer;
float: right;
margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
background-color: #E0C91F;
}
/*Cookie Consent End*/
</style>
<!-- COOKIE CONSENT -->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#3c404d",
"text": "#ffffff"
},
"button": {
"background": "#280b17",
"text": "#ffffff"
}
}
})});
</script>
</head>
<body>
<!-- HEADER -->
<header>
<a href="http://do-exp.com/">
<center>
<img src="/images/DoExp.png" alt="Do Exp logo" title="Do-Exp - Design of experiments software" style="max-width:100%;max-height:100px;" border="0" align="bottom"/>
</center>
</a>
<div class="topnav" align="bottom">
<a class="active" href="/">Home</a>
<a href="/downloads">Downloads</a>
<a href="/about">About</a>
</div>
</header>
<!-- CONTENT -->
<div class="content">
<center><br>
<h1>Do-Exp 1</h1>
<h2>This program is dedicated to the Design of Experiments (DoE) analysis. <br>
It allows simple experimental planning and fast optimization of variables that affect the studied process.</h2>
<br><br>
<img src="/images/DOEgif4.gif" alt="Do-Exp example" style="max-width:100%;max-height:400px;" border="0" align="bottom"/>
<br><br>
<p>Do-Exp provides users with a full statistical analysis of dependencies of variables
(using Student's t-test) and adequacy of equation (using Fisher's test).</p><br>
<p><b>Do-Exp 1 supports the following designs:</b></p>
<ul>
<li><a href="/fullfactorial">Full Factorial 2<sup>k</sup> Design</a></li>
<li><a href="/fractionalfactorial">Fractional Factorial Design 2<sup>k-p</sup></a></li>
<li><a href="/rotatablecomposite">Rotatable Central Composite Design</a></li>
<li><a href="/boxbehnken">Box-Behnken Design</a></li>
</ul>
<br>
<img src="/images/DoExpResultWindow.png" alt="Do-Exp result window" style="max-width:100%;max-height:400px;" border="0" align="bottom"/>
<br><br>
</center>
</div>
<!-- FOOTER -->
<footer>
<center>
<br> Copyright (C) 2018 - Wojciech Stark | This website is uses cookies just for general statistics. <br><br>
</center>
</footer>
</body>
</HTML>