(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, '
Determining bond valence parameters
What is it about?
Discussion of two recent papers that present comprehensive lists of bond valence parameters
Why is it important?
Bond valences are widely used to validate inorganic crystal structures, which requires a knowledge of the parameters that describe the correlation between bond length and bond valence.