2019-10-06 17:31:40 +02:00
|
|
|
<script src="https://unpkg.com/popper.js@1"></script>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/backdrop.css" />
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/tippy.js@5/themes/light.css" />
|
|
|
|
<script src="https://unpkg.com/tippy.js@5"></script>
|
2020-04-28 17:27:22 +02:00
|
|
|
<script type="text/x-mathjax-config">
|
|
|
|
MathJax.Ajax.config.path["mhchem"] =
|
|
|
|
"https://cdnjs.cloudflare.com/ajax/libs/mathjax-mhchem/3.3.2";
|
|
|
|
MathJax.Hub.Config({
|
|
|
|
TeX: {
|
|
|
|
extensions: ["[mhchem]/mhchem.js"]
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
2019-10-04 11:06:00 +02:00
|
|
|
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
2020-04-23 17:12:33 +02:00
|
|
|
<script src="/js/MathJaxUtils.js"></script>
|
2020-04-28 17:27:22 +02:00
|
|
|
<script src="/js/MathJaxPolyfill.js"></script>
|
|
|
|
<script type="text/javascript" async
|
|
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML" onload="MathJaxPolyfillInit()">
|
2019-10-04 11:55:40 +02:00
|
|
|
</script>
|
2020-05-04 13:57:20 +02:00
|
|
|
<script src="https://cdn.rawgit.com/larsgw/citation.js/archive/citation.js/citation-0.4.0-9.js" type="text/javascript"></script>
|
2020-06-12 09:56:57 +02:00
|
|
|
<script src="/js/pubUtils.js"></script>
|
|
|
|
<script src="https://unpkg.com/simple-statistics@7.0.2/dist/simple-statistics.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bowser@2.5.3/es5.min.js"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.13.1/js-yaml.min.js"></script>
|