-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcandidate.html
23 lines (23 loc) · 1010 Bytes
/
candidate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Plotly.js -->
<head>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<!-- <script src="https://cdn.plot.ly/plotly-1.2.0.min.js"></script> -->
<script src="https://d3js.org/d3.v4.min.js"></script>
</head>
<div>
<div id="heading" style="width: 800 px; float:left"></div>
<div id="dist_and_stats" style="width: 600 px; float:left">
<div id="structure" style="width: 400 px; float: left"></div>
<div id="stats" style="width: 400 px; float: left"></div>
</div>
<div id="plots" style="width: 600 px; float:left">
<div id="polarization" style="width: 500 px; float:left"></div>
<div id="energy" style="width: 500 px; float:left"></div>
<div id="magnetization" style="width: 500 px; float:left"></div>
</div>
<div style="width: 1200 px; float:left">
<div id="relax_table" style="width: 400 px; float:left"></div>
<div id="static_table" style="width: 400 px; float:left"></div>
<div id="pol_table" style="width: 400 px; float:left"></div>
</div>
<script src="ferroelectric_candidate.js"></script>