-
Notifications
You must be signed in to change notification settings - Fork 0
/
product-template.html
335 lines (298 loc) · 14 KB
/
product-template.html
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html>
<% var defaultACH=Math.round(100 * CADR / 126)/100 ; var defaultACHSum=Math.round(100 * (defaultACH + 0.5))/100; var
capable=defaultACHSum>= 5;
var defaultNumDevices = Math.ceil(4.5 * 126 / CADR);
var defaultDevicesCADRSum = defaultNumDevices * CADR;
var defaultDevicesACHSum = Math.round(100 * defaultDevicesCADRSum / 126)/100;
var defaultAccNoise=Math.round(Math.log10(Math.pow(10, db / 10) * defaultNumDevices)*1000)/100;%>
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width" />
<title>
CalculadoraHEPA: <%= name %>
</title>
<meta name="description"
content="Comprueba si el purificador de aire <%= name %> tiene suficiente CADR para tu aula, casa u oficina y revisa el análisis de ruido " />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/build/bundle.css" />
<link rel="stylesheet" href="/build/tailwind.css" />
<style>
html,
body {
width: 100%;
height: 100%;
}
p {
margin: 24px 0;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-518P73FQNZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-518P73FQNZ");
</script>
</head>
<body class="bg-gray-100">
<div class="w-full h-full flex flex-col">
<div class="bg-purple-800 text-white flex shadow">
<div class="flex justify-center items-center">
<button id="back-button" class="border border-purple-600 text-purple-200 uppercase text-xs
rounded px-4 py-2 mx-2 hover:bg-purple-600 ">
< Atrás
</button>
</div>
<h1 class="text-center p-2 flex-1 text-purple-200">
CalculadoraHEPA: <%=name %>
</h1>
</div>
<div class="container mx-auto pt-6">
<div class="text-center text-2xl p-2 flex-1">
<%=name %>
</div>
<p>
<div class="float-left mr-6 mb-4 p-4 shadow rounded bg-white">
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"
class="m-0 p-0 overflow-hidden"
src="https://rcm-eu.amazon-adsystem.com/e/cm?ref=tf_til&t=hepa04-21&m=amazon&o=30&p=8&l=as1&IS1=1&asins=<%= ASIN %>&bc1=ffffff<1=_blank&fc1=333333&lc1=0066c0&bg1=ffffff&f=ifr"></iframe>
</div>
<%=name %> es un purificador de aire con filtro <%=filter %> con un CADR (Clean Air Delivery Rate) de
<%= CADR%>
m³/h.
</p>
<h2 class="text-xl py-2">
Potencia
</h2>
<p>
Este purificador de aire es capaz de producir <%= CADR%> m³ de aire limpio cada hora.
</p>
<p>
En un espacio de <span class="length">9</span> * <span class="width">5</span> * <span
class="height">2.8</span> m³
sería capaz de alcanzar <span class="ACH">
<%= defaultACH %>
</span> ACH (Renovaciones completas del aire).
</p>
<p>
Si la ventilación existente es <span class="vLabel">mala</span> (<span class="vACH">0.5</span>
ACH)</span> conseguimos <span class="ACHSum">
<%= defaultACHSum %>
</span>
renovaciones completas sumando las ACH de la ventilación y el filtrado.
</p>
<% if (!capable) { %>
<p class="not-capable">
Para alcanzar 5 renovaciones completas en dicho espacio necesitaríamos utilizar
<span class="numDevices">
<%= defaultNumDevices %>
</span> purificadores a la vez, que conseguirían sumar un CADR de <span class="devicesCADRSum">
<%= defaultDevicesCADRSum %>
</span> m³/h y alcanzar <span class="devicesACHSum">
<%= defaultDevicesACHSum %>
</span> renovaciones completas por hora por ellos mismos a las que habría que sumar la ventilación.
</p>
<% } %>
<h2 class="text-xl py-2 clear-both">
Filtro
</h2>
<p>
Un purificador de aire basado en filtros es un dispositivo que elimina partículas en el aire al
forzar el paso de este a través de una malla de fibras llamada filtro.
</p>
<p>
El filtro que incorpora este purificador es de tipo <%=filter %>.
</p>
<% if (filter==="HEPA" ) { %>
<p>
HEPA (High Efficiency Particulate Air) es un estándar de la eficacia de los filtros. Muchas de
las pruebas de eliminación de SARS-CoV-2 se ha realizado con filtros HEPA por lo que elegir un
purificador con filtros HEPA como este nos debe dar confianza.
</p>
<p>
Ver: <a class="text-blue-600 underline"
href="https://www.nytimes.com/wirecutter/blog/can-hepa-air-purifiers-capture-coronavirus/">Can
HEPA Air Purifiers Capture the Coronavirus?
en The New York Times</a>
</p>
<p>
Los filtros HEPA bloquean al menos un 99,97 % de partículas de 0,3
μm y son generalmente más eficaces para partículas que son más grandes.
</p>
<% } else { %>
<p>
Si deseas utilizarlo para eliminar SARS-CoV-2, al no ser un filtro de tipo HEPA estándar debes
asegurarte que cumple esa función. Esto no significa que no funcione, solo que no contamos
con las pruebas independientes que se han realizado con filtros HEPA. Ver: <a
class="text-blue-600 underline"
href="https://www.nytimes.com/wirecutter/blog/can-hepa-air-purifiers-capture-coronavirus/">Can
HEPA Air Purifiers Capture the Coronavirus?
en The New York Times</a>
</p>
<% } %>
<h2 class="text-xl py-2">
Ruido
</h2>
<p>
El nivel de ruido a la potencia máxima de este purificador es
<% if (db===99) { %>
desconocido.
<% } else { %>
de <%= db %> db.
<% } %>
</p>
<p>
Si vamos a utilizar el dispositivo en un dormitorio es deseable que tenga un modo nocturno con
un
nivel de ruido muy bajo.
Pero si queremos utilizar el purificador en un aula escolar para evitar infecciones, daremos
prioridad a que su modo de máxima potencia no sea ruidoso, ya
que es el modo más eficaz.
</p>
<p>
Un profesor proyectando la voz suele estar sobre los 65 db, si nuestro purificador pasa de 55
db
entonces
tendrá que levantar la voz para asegurar un ratio de señal / ruido suficiente.
</p>
<p>
<table>
<tr>
<th></th>
<th class="text-left py-1 px-2">Nivel dB</th>
<th class="text-left py-1 px-2">Ejemplo</th>
</tr>
<tr>
<td class="pr-4">
<% if (db < 50) { %>
<%= name %> ▸
<% } %>
</td>
<td class="py-1 px-2 bg-green-300">30</td>
<td class="py-1 px-2 bg-green-300">Biblioteca</td>
</tr>
<tr>
<td class="pr-4">
<% if (db>= 50 && db <55) { %>
<%= name %> ▸
<% } %>
</td>
<td class="py-1 px-2 bg-green-200">50</td>
<td class="py-1 px-2 bg-green-200">Oficina silenciosa</td>
</tr>
<tr>
<td class="pr-4">
<% if (db>= 55 && db <60) { %>
<%= name %> ▸
<% } %>
</td>
<td class="py-1 px-2 bg-yellow-100">55-60</td>
<td class="py-1 px-2 bg-yellow-100">Conversación normal</td>
</tr>
<tr>
<td class="pr-4">
<% if (db>= 60 && db < 70) { %>
<%= name %> ▸
<% } %>
</td>
<td class="py-1 px-2 bg-yellow-200">65</td>
<td class="py-1 px-2 bg-yellow-200">Profesor proyectando la voz</td>
</tr>
<tr>
<td class="pr-4">
<% if (db>= 70 && db < 99) { %>
<%= name %> ▸
<% } %>
</td>
<td class="py-1 px-2 bg-yellow-300">70</td>
<td class="py-1 px-2 bg-yellow-300">Restaurante ruidoso</td>
</tr>
</table>
</p>
<% if (db < 99 && defaultNumDevices> 1) { %>
<p class="not-capable">
El ruido total que producirían <span class="numDevices">
<%= defaultNumDevices%>
</span> dispositivos <%=name%> funcionando a la
vez
sería de <span class="accNoise">
<%= defaultAccNoise %>
</span> dB.
</p>
<% } %>
<p class="text-xs text-gray-600">
* Los valores indicados en la lista son proporcionados por el
fabricante. ** En calidad de Afiliado de Amazon, obtengo ingresos por
las compras adscritas que cumplen los requisitos aplicables
</p>
</div>
<!-- <script>
var idcomments_acct = 'f8d343a686dbc9a258e5fbee7e3a9a86';
var idcomments_post_id;
var idcomments_post_url;
</script>
<span class="IDCommentsPostTitle" style="display:none"></span>
<script type='text/javascript' src='https://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> -->
<div class="bg-gray-800 text-gray-100 text-sm p-8">
Desarrollado por Javier Carrasco
<a href="/contacto.html" class="text-blue-600 underline">contacto</a>
</div>
<script>
document.getElementById("back-button").onclick = () => {
if (document.referrer.split('/')[2] === window.location.host) {
window.history.back();
} else {
window.location.href = "/";
}
}
var p = new URLSearchParams(window.location.search);
const vLabels = ["mala", "baja", "normal", "buena", "excelente"];
const vRen = [0.5, 1, 1.5, 3, 4];
var w = param("w", 500);
var l = param("l", 900);
var h = param("h", 280);
var vent = param("vent", 0);
var CADR = <%= CADR %>;
var db = <%= db %>;
var vLabel = vLabels[vent] || "mala";
var vACH = vRen[vent] || 0.5;
var volume = w * h * l / 100 / 100 / 100;
var ACH = Math.round(100 * CADR / volume) / 100;
var ACHSum = Math.round(100 * (ACH + vACH)) / 100;
var capable = ACHSum >= 5;
var numDevices = Math.ceil((5 - vACH) * volume / CADR);
var devicesCADRSum = numDevices * CADR;
var devicesACHSum = Math.round(100 * devicesCADRSum / volume) / 100;
var accNoise = Math.round(Math.log10(Math.pow(10, db / 10) * numDevices) * 1000) / 100;
setP(".width", w / 100);
setP(".height", h / 100);
setP(".length", l / 100);
setP(".ACH", ACH);
setP(".vLabel", vLabel);
setP(".vACH", vACH);
setP(".ACHSum", ACHSum);
if (capable) {
document.querySelectorAll(".not-capable").forEach(function (el) {
el.classList.add("hidden");
})
}
setP(".capable", capable);
setP(".numDevices", numDevices);
setP(".devicesCADRSum", devicesCADRSum);
setP(".devicesACHSum", devicesACHSum);
setP(".accNoise", accNoise);
function param(name, dflt) {
return parseFloat(p.get(name)) || dflt
};
function setP(selector, value) {
document.querySelectorAll(selector).forEach(function (el) {
el.textContent = value;
})
}
</script>
</body>
</html>