<meta description=" Mass spectra are often contaminated by various chemicals. this tools allow to check possible contaminents based on a list defined in google spreadsheet and loaded dynamically.
You may customize the list of products to find in a specific spectrum
<h2>Mass spectra are often contaminated by various chemicals. this tools allow to check possible contaminents based on a list defined in google spreadsheet and loaded dynamically.</h2>
<p>You may customize the list of products to find in a specific spectrum</p>
<!--#endif -->
<!--#if expr="%{HTTP_USER_AGENT} !~ /bot/" -->
<div class="general">
</div>
<script>
'use strict';
function checkVersion(versions, version) {
versions = versions.map(function(v) {
return v.toLowerCase();
});
version = version.toLowerCase();
if (version && version[0] >= '0' && version[0] <= '9' && !version.startsWith('v')) version = 'v' + version;
var idx = versions.indexOf(version);
if (idx > -1) {
version = versions[idx];
}
else {
// Fallback version is HEAD-min
version = 'HEAD-min';
}
if(version === 'head-min') version = 'HEAD-min';
return version;
}
window.onload = function () {
var prom;
// Weird but will avoid javascript error if this param is not what we expect