Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialscloud/tools-barebone:1.2.0
FROM materialscloud/tools-barebone:1.3.0

LABEL maintainer="Giovanni Pizzi <giovanni.pizzi@epfl.ch>"

Expand Down
2 changes: 1 addition & 1 deletion barebone-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tools-barebone==1.2.0
tools-barebone==1.3.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
seekpath==2.0.1
seekpath==2.1.0
# The following is needed to get the Brillouin zone
scipy==1.5.4
9 changes: 8 additions & 1 deletion user_templates/visualizer_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@

</head>
<body onresize='resize_canvases()'>

<div id="above">

<div id="maintitle">
Expand Down Expand Up @@ -648,5 +647,13 @@ <h3>Raw data (JSON)</h3>
</div>

<div style ="position: relative" data-iframe-height></div>
<script>
var breadcrumbsPath = [
{ name: "Work", link: "https://www.materialscloud.org/work" },
{ name: "Tools", link: "https://www.materialscloud.org/work/tools"},
{ name: "SeeK-path: the k-path finder and visualizer", link: "https://www.materialscloud.org/work/tools/seekpath" }
];
</script>
<script src="https://cdn.jsdelivr.net/gh/materialscloud-org/mc-header@main/header.js" defer></script>
</body>
</html>
12 changes: 11 additions & 1 deletion user_views/bravaissymbol_explanation.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,17 @@ <h3>A note on inversion symmetry</h3>

</div>
<div style="position: relative" data-iframe-height></div>


<script>
var breadcrumbsPath = [
{ name: "Work", link: "https://www.materialscloud.org/work" },
{ name: "Tools", link: "https://www.materialscloud.org/work/tools"},
{ name: "SeeK-path: the k-path finder and visualizer", link: "https://www.materialscloud.org/work/tools/seekpath" },
{ name: "Bravais lattice details", link: null }

];
</script>
<script src="https://cdn.jsdelivr.net/gh/materialscloud-org/mc-header@main/header.js" defer></script>
</body>

</html>
11 changes: 11 additions & 0 deletions user_views/termsofuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ <h2>Contact Us</h2>
<p>If you have any questions about these Terms, please contact us. </p>
</div>
<div style="position: relative" data-iframe-height></div>

<script>
var breadcrumbsPath = [
{ name: "Work", link: "https://www.materialscloud.org/work" },
{ name: "Tools", link: "https://www.materialscloud.org/work/tools"},
{ name: "SeeK-path: the k-path finder and visualizer", link: "https://www.materialscloud.org/work/tools/seekpath" },
{ name: "Terms of Use", link: null }

];
</script>
<script src="https://cdn.jsdelivr.net/gh/materialscloud-org/mc-header@main/header.js" defer></script>
</body>

</html>
Loading