(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Calibration sample for standardizing cryoEM workflows
What is it about?
Calibration standards are necessary for verifying instrumentation readiness and workflows. Instead of trying to make one biomacromolecule a one-size-fits-all standard, creating optimized mixtures for relevant properties can be more robust and reliable.
Why is it important?
As researchers are making use of structural science tools, such as cryoEM, they need standard operating procedures to validate the technologies they are using.