mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
mveril
4baaaa0fc2
* Fix broken link * Fix bug in indexDB * Fix sourceFile for each geometry * Add function to export geometry as xyz * Fix bug when printing z * Fix align with website structures * Add Export geometries fonctionality * Better class name for select buttons * Fix after = * Enable export button only when it makes sense Co-authored-by: Mickaël Véril <mveril@irsamc.ups-tlse.fr>
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<script src="https://unpkg.com/popper.js@1"></script>
|
|
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/dist/backdrop.css" />
|
|
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/themes/light.css" />
|
|
<script src="https://unpkg.com/@popperjs/core@2"></script>
|
|
<script src="https://unpkg.com/tippy.js@6"></script>
|
|
<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>
|
|
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
|
<script src="/js/MathJaxUtils.js"></script>
|
|
<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()">
|
|
</script>
|
|
<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>
|
|
<script src="https://cdn.jsdelivr.net/npm/jszip@3.5.0/dist/jszip.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/file-saver@2.0.2/dist/FileSaver.min.js"></script> |