Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104968305
index.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Mar 13, 18:43
Size
2 KB
Mime Type
text/html
Expires
Sat, Mar 15, 18:43 (2 d)
Engine
blob
Format
Raw Data
Handle
24811391
Attached To
rMSTOOLS mstools
index.html
View Options
<!doctype html>
<html>
<head>
<script defer src="https://datami.cheminfo.org/script.js" data-website-id="464ec4d4-8fd3-4790-b0f6-cc0c3bba1c7e"></script>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta description="">
<title>Low or High res GC/MS and LC/MS analysis</title>
<script src="https://www.lactame.com/lib/jquery/2.1.1/jquery.min.js"></script>
<script src="https://www.lactame.com/lib/uri.js/1.14.1/URI.min.js"></script>
<script>
window.addEventListener('load', function () {
$('.navmenu').show();
});
</script>
</head>
<body>
<header>
<nav>
</nav>
</header>
<!--#if expr="%{HTTP_USER_AGENT} =~ /bot/" -->
<!--#endif -->
<!--#if expr="%{HTTP_USER_AGENT} !~ /bot/" -->
<div class="general">
</div>
<script>
'use strict';
window.onload = function () {
function checkVersion(v) {
if (typeof v === 'string') {
if (v[0] >= '0' && v[0] <= '9') {
return 'v' + v;
}
}
return v;
}
var version;
var uri = new URI(window.location.href);
var search = uri.search(true);
var url = 'https://couch.cheminfo.org/cheminfo-public/088e53bb9d86f832fa90961ee70a17aa/view.json?rev=850-be2d96e86b5575727a00e0b877d5f924';
var tplVersion = 'v2.158.0';
if (search.viewURL) {
url = search.viewURL;
}
// Get version in the following priority order
// In url, in template, fallback
if (search.v) {
version = search.v;
}
if (!version) {
version = tplVersion;
}
if (!search.loadversion)
addVisualizer(version, search);
else {
$.ajax({
url: url,
dataType: 'json',
type: 'GET',
success: function (data) {
addVisualizer(data.version, search);
},
error: function (err) {
console.log('error', err);
}
})
}
function addVisualizer(version, search) {
version = checkVersion(version);
var cdn = 'https://www.lactame.com';
var direct = 'http://direct.lactame.com';
var visualizer = document.createElement('script');
var baseUrl;
baseUrl = (search.direct ? direct : cdn) + '/visualizer/' + version;
visualizer.setAttribute('data-main', baseUrl+ '/init');
visualizer.setAttribute('src', baseUrl + '/components/requirejs/require.js');
document.head.appendChild(visualizer);
}
}
</script>
<div id="errorMessage"></div>
<tr>
<td class="left"></td>
<td colspan="3">
<div id="ci-visualizer" data-ci-view="https://couch.cheminfo.org/cheminfo-public/088e53bb9d86f832fa90961ee70a17aa/view.json?rev=850-be2d96e86b5575727a00e0b877d5f924"
data-ci-config="../../../static/readConfig.json"/>
</td>
<td class="right"></td>
</tr>
<!--#endif -->
</body>
</html>
Event Timeline
Log In to Comment