(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, '
Mapping structural correlations in real space
What is it about?
There is growing interest in using 3D pair-distribution-function analysis (3D-ΔPDF) to map short-range deviations from perfect crystalline order at an atomic scale. New results on yttria-stabilized zirconia demonstrate how effective it can be.