|
|
<html> |
|
|
<head> |
|
|
<meta charset="utf-8"/> |
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📈</text></svg>"> |
|
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
margin: auto; |
|
|
max-width: 70em; |
|
|
padding: 1.5em 3% 8em; |
|
|
font-size: 100%; |
|
|
line-height: 1.5; |
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; |
|
|
} |
|
|
|
|
|
article, aside, figcaption, figure, footer, header, nav, section { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
|
|
|
h1, h2, h3, h4 { |
|
|
line-height: 1.25; |
|
|
font-weight: bold; |
|
|
} |
|
|
h1 { |
|
|
margin: 0.5em 0 .5em; |
|
|
font-size: 2em; |
|
|
} |
|
|
h2 { |
|
|
margin: 2em 0 .5em; |
|
|
font-size: 1.5em;} |
|
|
h3 { |
|
|
margin: 3em 0 .5em; |
|
|
font-size: 1.2em;} |
|
|
h4 { |
|
|
margin: 1.5em 0 .5em; |
|
|
font-size: 1em; |
|
|
} |
|
|
ul, ol { |
|
|
margin: 1em 0; |
|
|
padding-left: 40px; |
|
|
} |
|
|
p { |
|
|
margin: 1em 0; |
|
|
} |
|
|
blockquote { |
|
|
margin: 1em 40px; |
|
|
} |
|
|
figure { |
|
|
margin: 1em 0; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
text-decoration: none; |
|
|
} |
|
|
a:link, |
|
|
a:visited { |
|
|
color: DodgerBlue; |
|
|
} |
|
|
a:active { |
|
|
color: #EE0000; |
|
|
} |
|
|
|
|
|
a:hover, a:focus { |
|
|
text-decoration: none; |
|
|
} |
|
|
|
|
|
a:active, a:hover { |
|
|
outline: none; |
|
|
} |
|
|
|
|
|
a img { |
|
|
border: none; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
q, cite { |
|
|
font-style: italic; |
|
|
} |
|
|
|
|
|
|
|
|
q:before, q:after { |
|
|
content: ""; |
|
|
} |
|
|
|
|
|
sup, sub { |
|
|
line-height: 0; |
|
|
} |
|
|
|
|
|
|
|
|
fieldset { |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
border: none; |
|
|
} |
|
|
input, button, select { |
|
|
vertical-align: middle; |
|
|
} |
|
|
|
|
|
select { |
|
|
border: 1px solid #aaa; |
|
|
border-radius: 3px; |
|
|
padding: 5px; |
|
|
background-color: transparent; |
|
|
padding: 4px; |
|
|
color: #333; |
|
|
} |
|
|
|
|
|
|
|
|
table { |
|
|
border-collapse: collapse; |
|
|
|
|
|
} |
|
|
td, th { |
|
|
padding: 1px; |
|
|
vertical-align: top; |
|
|
text-align: left; |
|
|
} |
|
|
td:first-child, th:first-child { |
|
|
empty-cells: hide; |
|
|
} |
|
|
|
|
|
|
|
|
.status { |
|
|
font-weight: bold; |
|
|
font-family: monospace; |
|
|
color: white; |
|
|
padding: .25em .4em; |
|
|
border-radius: .2em; |
|
|
} |
|
|
.success { |
|
|
background-color: forestgreen; |
|
|
} |
|
|
.failure { |
|
|
background-color: orangered; |
|
|
} |
|
|
.error { |
|
|
background-color: firebrick; |
|
|
} |
|
|
|
|
|
.summary a { |
|
|
font-weight: 500; |
|
|
} |
|
|
|
|
|
.highlight { |
|
|
margin: 0; |
|
|
} |
|
|
|
|
|
.highlight pre { |
|
|
padding: 1em; |
|
|
border: 1px solid #eee; |
|
|
background-color: #f5f5f5; |
|
|
margin-bottom: 0.1em; |
|
|
overflow-x: auto; |
|
|
} |
|
|
|
|
|
.source { |
|
|
margin: 0.3em 0 2em; |
|
|
font-size: 90%; |
|
|
} |
|
|
|
|
|
.source a:visited, |
|
|
.source a:link { |
|
|
color: #666; |
|
|
text-decoration: underline; |
|
|
} |
|
|
.source a:hover, a:focus { |
|
|
color: #666; |
|
|
text-decoration: underline; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
table.dataframe { |
|
|
border: none !important; |
|
|
border-collapse: collapse; |
|
|
border-spacing: 0; |
|
|
border-color: transparent; |
|
|
color: black; |
|
|
font-size: .9em; |
|
|
table-layout: fixed; |
|
|
border-radius:6px; |
|
|
} |
|
|
table.datatable { |
|
|
border-radius:6px; |
|
|
} |
|
|
table.dataframe thead { |
|
|
border-bottom: 1px solid black; |
|
|
vertical-align: bottom; |
|
|
} |
|
|
table.dataframe tr, |
|
|
table.dataframe th, |
|
|
table.dataframe td { |
|
|
text-align: left; |
|
|
vertical-align: middle; |
|
|
padding: 0.5em 0.5em; |
|
|
line-height: normal; |
|
|
white-space: normal; |
|
|
max-width: none; |
|
|
border: none; |
|
|
} |
|
|
table.dataframe th { |
|
|
font-weight: bold; |
|
|
} |
|
|
table.dataframe tbody tr:nth-child(odd) { |
|
|
background: #f5f5f5; |
|
|
} |
|
|
table.datatable.display tbody tr:hover { |
|
|
background-color: #ddd !important; |
|
|
} |
|
|
a.anchor:visited, |
|
|
a.anchor:link { |
|
|
padding-left: .2em; |
|
|
color: #999; |
|
|
} |
|
|
div.dataTables_filter, div.dataTables_length { |
|
|
padding: 20px; |
|
|
} |
|
|
|
|
|
.backtotop { |
|
|
text-decoration: none; |
|
|
display: flex; |
|
|
position: fixed; |
|
|
font-size: 50px; |
|
|
right: 40px; |
|
|
bottom: 40px; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
order: 2; |
|
|
margin-left: auto; |
|
|
z-index: 999; |
|
|
} |
|
|
|
|
|
.priority1 { |
|
|
color: purple; |
|
|
} |
|
|
.priority2 { |
|
|
color: firebrick; |
|
|
} |
|
|
.priority3 { |
|
|
color: chocolate; |
|
|
} |
|
|
td.number { |
|
|
text-align: right; |
|
|
} |
|
|
|
|
|
|
|
|
.btn { |
|
|
background-color: DodgerBlue; |
|
|
border: none; |
|
|
color: white; |
|
|
padding: 12px 16px; |
|
|
font-size: 16px; |
|
|
cursor: pointer; |
|
|
min-height: 46px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display: inline-flex; |
|
|
flex-direction: row; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
order: 2; |
|
|
margin-left: auto; |
|
|
z-index: 999; |
|
|
} |
|
|
|
|
|
|
|
|
.btn { |
|
|
background-color: DodgerBlue; |
|
|
border: none; |
|
|
color: white; |
|
|
padding: 12px 16px; |
|
|
font-size: 16px; |
|
|
cursor: pointer; |
|
|
min-height: 46px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display: inline-flex; |
|
|
flex-direction: row; |
|
|
align-items: center; |
|
|
} |
|
|
|
|
|
|
|
|
.btn:hover { |
|
|
background-color: RoyalBlue; |
|
|
} |
|
|
|
|
|
|
|
|
.main { |
|
|
margin-left: 200px; |
|
|
padding: 1px 16px; |
|
|
height: 1000px; |
|
|
} |
|
|
|
|
|
.btn svg { |
|
|
width: 1.5rem; |
|
|
height: 1.5rem; |
|
|
color: white; |
|
|
} |
|
|
|
|
|
|
|
|
.btn > * + * { |
|
|
margin-left: 0.5rem; |
|
|
} |
|
|
|
|
|
#btn_subinfo:hover { |
|
|
cursor: pointer; |
|
|
} |
|
|
|
|
|
#btn_subinfo svg { |
|
|
width: 1rem; |
|
|
height: 1rem; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.grid { |
|
|
position: relative; |
|
|
|
|
|
margin: 0 auto; |
|
|
padding: 1em 0 4em; |
|
|
|
|
|
display: grid; |
|
|
|
|
|
max-width: 1000px; |
|
|
list-style: none; |
|
|
|
|
|
text-align: center; |
|
|
column-gap: 2em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.grid figure { |
|
|
position: relative; |
|
|
float: left; |
|
|
overflow: hidden; |
|
|
|
|
|
margin: 10px 1%; |
|
|
width: 100%; |
|
|
|
|
|
background: #3085a3; |
|
|
text-align: center; |
|
|
cursor: pointer; |
|
|
|
|
|
border-radius: 30px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.grid figure img { |
|
|
position: relative; |
|
|
display: block; |
|
|
max-height: 100%; |
|
|
max-width: 100%; |
|
|
opacity: 1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.grid figure figcaption { |
|
|
padding: 0.1em; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
text-transform: uppercase; |
|
|
|
|
|
font-size: 1.25em; |
|
|
} |
|
|
|
|
|
|
|
|
@media (min-width: 600px) { |
|
|
.grid { |
|
|
grid-template-columns: repeat(2, 1fr); |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@media (min-width: 900px) { |
|
|
.grid { |
|
|
grid-template-columns: repeat(3, 1fr); |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.grid figure figcaption, |
|
|
.grid figure figcaption>a { |
|
|
position: absolute; |
|
|
top: 0em; |
|
|
|
|
|
left: 0; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
} |
|
|
|
|
|
|
|
|
.grid figure figcaption>a { |
|
|
z-index: 1000; |
|
|
|
|
|
text-indent: 0%; |
|
|
white-space: nowrap; |
|
|
font-size: 0; |
|
|
|
|
|
opacity: 1; |
|
|
} |
|
|
|
|
|
|
|
|
.grid figure h2 { |
|
|
word-spacing: 0em; |
|
|
font-weight: 300; |
|
|
} |
|
|
|
|
|
.grid figure h2 span { |
|
|
font-weight: 800; |
|
|
} |
|
|
|
|
|
.grid figure h2, |
|
|
.grid figure p { |
|
|
margin: 0; |
|
|
} |
|
|
|
|
|
|
|
|
.grid figure p { |
|
|
letter-spacing: 1px; |
|
|
font-size: 70%; |
|
|
} |
|
|
|
|
|
|
|
|
figure.effect-ruby { |
|
|
height: 150px; |
|
|
background-color: #2c3e50; |
|
|
} |
|
|
|
|
|
|
|
|
figure.effect-ruby:hover { |
|
|
background-color: DodgerBlue; |
|
|
} |
|
|
|
|
|
|
|
|
figure.effect-ruby img { |
|
|
opacity: 0; |
|
|
transition: opacity 0.35s, transform 0.35s; |
|
|
|
|
|
transform: scale(1.15); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
figure.effect-ruby:hover img { |
|
|
opacity: 0; |
|
|
transform: scale(1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
figure.effect-ruby h2 { |
|
|
margin-top: 0; |
|
|
transition: transform 0.35s; |
|
|
|
|
|
transform: translate3d(0, calc((150px - 100%)/2), 0); |
|
|
font-size: 1.25em; |
|
|
|
|
|
} |
|
|
|
|
|
figure.effect-ruby p { |
|
|
margin: 2em -1em 2em -1em; |
|
|
padding: 1em 0em 1em 0em; |
|
|
border: 1px solid #fff; |
|
|
|
|
|
opacity: 0; |
|
|
transition: opacity 0.35s, transform 0.35s; |
|
|
transform: translate3d(0, 20px, 0) scale(1.1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
figure.effect-ruby:hover h2 { |
|
|
-webkit-transform: translate3d(0, 0, 0); |
|
|
transform: translate3d(0px, 10px, 0) scale(0.8); |
|
|
|
|
|
margin-top: 0em; |
|
|
|
|
|
} |
|
|
|
|
|
figure.effect-ruby:hover p { |
|
|
opacity: 1; |
|
|
transform: translate3d(0, 0, 0) scale(1.2); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.buttoncent { |
|
|
border: none; |
|
|
background-color: transparent; |
|
|
outline: none; |
|
|
text-align: center; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.buttonleft { |
|
|
border: none; |
|
|
background-color: transparent; |
|
|
outline: none; |
|
|
text-align: center; |
|
|
margin-left: 1px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* { |
|
|
--switch-height: 20px; |
|
|
--switch-padding: 2px; |
|
|
--switch-width: calc((var(--switch-height) * 2) - var(--switch-padding)); |
|
|
--slider-height: calc(var(--switch-height) - var(--switch-padding)); |
|
|
--slider-on: calc(var(--switch-height) - var(--switch-padding)); |
|
|
} |
|
|
|
|
|
.switch { |
|
|
position: relative; |
|
|
display: inline-block; |
|
|
width: var(--switch-width); |
|
|
height: var(--switch-height); |
|
|
} |
|
|
|
|
|
.switch input { |
|
|
opacity: 0; |
|
|
width: 0; |
|
|
height: 0; |
|
|
} |
|
|
|
|
|
.slider { |
|
|
position: absolute; |
|
|
cursor: pointer; |
|
|
top: 0; |
|
|
left: 0; |
|
|
right: 0; |
|
|
bottom: 0; |
|
|
background-color: #ccc; |
|
|
-webkit-transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
|
|
|
.slider:before { |
|
|
content: ""; |
|
|
position: absolute; |
|
|
height: var(--slider-height); |
|
|
width: var(--slider-height); |
|
|
left: calc(var(--switch-padding) / 2); |
|
|
bottom: calc(var(--switch-padding) / 2); |
|
|
background-color: white; |
|
|
-webkit-transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
|
|
|
input:checked+.slider { |
|
|
background-color: #2196F3; |
|
|
} |
|
|
|
|
|
input:focus+.slider { |
|
|
box-shadow: 0 0 1px #2196F3; |
|
|
} |
|
|
|
|
|
input:checked+.slider:before { |
|
|
-webkit-transform: translateX(var(--slider-on)); |
|
|
-ms-transform: translateX(var(--slider-on)); |
|
|
transform: translateX(var(--slider-on)); |
|
|
} |
|
|
|
|
|
.slider.round { |
|
|
border-radius: var(--slider-height); |
|
|
} |
|
|
|
|
|
.slider.round:before { |
|
|
border-radius: 50%; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ml11 .text-wrapper { |
|
|
position: relative; |
|
|
display: inline-block; |
|
|
padding-top: 0.1em; |
|
|
padding-right: 0.05em; |
|
|
padding-bottom: 0.15em; |
|
|
} |
|
|
|
|
|
.ml11 .line { |
|
|
opacity: 0; |
|
|
position: absolute; |
|
|
left: 0; |
|
|
height: 100%; |
|
|
width: 3px; |
|
|
background-color: #fff; |
|
|
transform-origin: 0 50%; |
|
|
} |
|
|
|
|
|
.ml11 .line1 { |
|
|
top: 0; |
|
|
left: 0; |
|
|
} |
|
|
|
|
|
.ml11 .letter { |
|
|
display: inline-block; |
|
|
line-height: 1em; |
|
|
font-family: 'Kanit', sans-serif; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) { |
|
|
#unique_plot { |
|
|
flex: 1 1 0%; |
|
|
} |
|
|
} |
|
|
|
|
|
@media (max-width: 767px) { |
|
|
#unique_plot { |
|
|
flex: initial; |
|
|
flex-shrink: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
.js-plotly-plot .plotly .modebar { |
|
|
transform: translateX(-30px); |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#plot_legend { |
|
|
display: flex; |
|
|
flex-direction: row; |
|
|
flex-wrap: wrap; |
|
|
} |
|
|
|
|
|
#legend_title { |
|
|
font-size: 1.2rem; |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
#legend_help { |
|
|
font-size: 0.75rem; |
|
|
color: #475569; |
|
|
} |
|
|
|
|
|
.space-r-2>* { |
|
|
margin-right: 0.5rem; |
|
|
} |
|
|
|
|
|
|
|
|
.objective-description-content { |
|
|
visibility: hidden; |
|
|
|
|
|
background-color: rgb(55 65 81); |
|
|
color: #fff; |
|
|
border-radius: 6px; |
|
|
margin-top: 1.5em; |
|
|
padding-right: 0.5em; |
|
|
padding-left: 0.5em; |
|
|
padding-top: 1em; |
|
|
padding-bottom: 1em; |
|
|
opacity: 90%; |
|
|
max-width: 80ch; |
|
|
max-height: 200px; |
|
|
|
|
|
overflow-y: auto; |
|
|
white-space: pre-wrap; |
|
|
position: absolute; |
|
|
z-index: 99999; |
|
|
} |
|
|
|
|
|
.objective-description-trigger { |
|
|
display: flex; |
|
|
flex-direction: row; |
|
|
} |
|
|
|
|
|
.objective-description-icon { |
|
|
width: 1.25rem; |
|
|
align-self: center; |
|
|
|
|
|
border-radius: 50%; |
|
|
} |
|
|
|
|
|
.objective-description-trigger:hover .objective-description-content { |
|
|
visibility: visible; |
|
|
} |
|
|
|
|
|
|
|
|
.curve-description-container { |
|
|
position: relative; |
|
|
display: inline-flex; |
|
|
} |
|
|
|
|
|
.curve-description-content { |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
visibility: hidden; |
|
|
background-color: rgb(55 65 81); |
|
|
color: #fff; |
|
|
border-radius: 6px; |
|
|
padding-top: 0.5em; |
|
|
padding-bottom: 0.6em; |
|
|
padding-left: 0.5em; |
|
|
padding-right: 0.5rem; |
|
|
opacity: 90%; |
|
|
|
|
|
width: max-content; |
|
|
max-width: 80ch; |
|
|
max-height: 500px; |
|
|
white-space: pre-wrap; |
|
|
|
|
|
|
|
|
position: absolute; |
|
|
transform: translate(0, -100%); |
|
|
z-index: 99999; |
|
|
} |
|
|
|
|
|
|
|
|
.curve-description-container:hover .curve-description-content { |
|
|
visibility: visible; |
|
|
} |
|
|
|
|
|
|
|
|
.curve-description-container .curve-description-content::after { |
|
|
content: " "; |
|
|
position: absolute; |
|
|
top: 100%; |
|
|
left: 20px; |
|
|
margin-left: -5px; |
|
|
border-width: 7px; |
|
|
border-style: solid; |
|
|
border-color: rgb(55 65 81) transparent transparent transparent; |
|
|
} |
|
|
|
|
|
.curve-description-title { |
|
|
margin-bottom: 1em; |
|
|
font-weight: bolder; |
|
|
} |
|
|
|
|
|
.curve-description-body { |
|
|
max-height: 450px; |
|
|
overflow-y: auto; |
|
|
} |
|
|
|
|
|
|
|
|
#plot_config_title { |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
.config-item, .config-ctrl { |
|
|
border-radius: 9999px; |
|
|
padding-left: 1em; |
|
|
padding-right: 1em; |
|
|
color: white; |
|
|
margin-left: 2ex; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
font-size: 0.875rem; |
|
|
line-height: 1.25rem; |
|
|
font-weight: 400; |
|
|
} |
|
|
|
|
|
.config-item { |
|
|
background-color: rgb(91, 78, 255); |
|
|
border-color: rgb(55 65 81); |
|
|
} |
|
|
.config-ctrl { |
|
|
font-size: medium; |
|
|
font-weight: bold; |
|
|
background-color: rgb(34, 30, 94); |
|
|
border-color: rgb(23, 37, 59); |
|
|
} |
|
|
|
|
|
.view_selector_label { |
|
|
position: absolute; |
|
|
width: 1px; |
|
|
height: 1px; |
|
|
padding: 0; |
|
|
margin: -1px; |
|
|
overflow: hidden; |
|
|
clip: rect(0, 0, 0, 0); |
|
|
white-space: nowrap; |
|
|
border-width: 0; |
|
|
} |
|
|
|
|
|
.view_selector_select { |
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); |
|
|
background-position: right 0.5rem center; |
|
|
background-repeat: no-repeat; |
|
|
background-size: 1.5em 1.5em; |
|
|
padding-right: 2.5rem; |
|
|
-webkit-print-color-adjust: exact; |
|
|
color-adjust: exact; |
|
|
-webkit-appearance: none; |
|
|
-moz-appearance: none; |
|
|
appearance: none; |
|
|
background-color: #fff; |
|
|
border-width: 1px; |
|
|
font-size: 1rem; |
|
|
line-height: 1.5rem; |
|
|
--tw-shadow: 0 0 #0000; |
|
|
--tw-border-opacity: 1; |
|
|
border-color: rgb(209 213 219 / var(--tw-border-opacity)); |
|
|
} |
|
|
|
|
|
.view.active { |
|
|
border-color: rgb(37 99 235);!important; |
|
|
color: rgb(37 99 235);!important; |
|
|
} |
|
|
|
|
|
|
|
|
g.hovertext:has(path + [data-unformatted*="q1"]), |
|
|
g.hovertext:has(path + [data-unformatted*="q3"]), |
|
|
g.hovertext:has(path + [data-unformatted*="max"]), |
|
|
g.hovertext:has(path + [data-unformatted*="min"]), |
|
|
g.hovertext:has(path + [data-unformatted*="upper fence"]), |
|
|
g.hovertext:has(path + [data-unformatted*="lower fence"]) |
|
|
{ |
|
|
display: none; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) and (orientation: portrait) { |
|
|
#plot_with_legend_container { |
|
|
aspect-ratio: 3 / 4; |
|
|
min-height: 400px; |
|
|
max-height: 70vh; |
|
|
} |
|
|
|
|
|
#plot_container.js-plotly-plot { |
|
|
aspect-ratio: 3 / 4; |
|
|
min-height: 400px; |
|
|
max-height: 70vh; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (max-width: 767px) and (orientation: landscape) { |
|
|
#plot_with_legend_container { |
|
|
aspect-ratio: 4 / 3; |
|
|
min-height: 300px; |
|
|
max-height: 80vh; |
|
|
} |
|
|
|
|
|
#plot_container.js-plotly-plot { |
|
|
aspect-ratio: 4 / 3; |
|
|
min-height: 300px; |
|
|
max-height: 80vh; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (min-width: 768px) { |
|
|
#plot_with_legend_container { |
|
|
aspect-ratio: auto; |
|
|
min-height: 600px; |
|
|
max-height: none; |
|
|
} |
|
|
|
|
|
#plot_container.js-plotly-plot { |
|
|
aspect-ratio: auto; |
|
|
min-height: 0; |
|
|
max-height: none; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
|
|
|
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script> |
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" /> |
|
|
|
|
|
<script |
|
|
src="https://code.jquery.com/jquery-3.5.1.min.js" |
|
|
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" |
|
|
crossorigin="anonymous"></script> |
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> |
|
|
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" /> |
|
|
<script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script> |
|
|
<link href="https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css" rel="stylesheet" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
</head> |
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
|
|
|
|
<div class="main" id="main" style="margin-left: 0;"> |
|
|
<a id="top"></a> |
|
|
<h1> |
|
|
<a href="benchmarks.html"><button class="btn"><i class="fa fa-home"></i></button></a> |
|
|
Benchopt results: benchmarks |
|
|
<a href="https://github.com/deep-inverse/benchmarks"> |
|
|
<i class="fab fa-github-square"></i> |
|
|
</a> |
|
|
</h1> |
|
|
|
|
|
<p><em>Last updated: 2026-01-14 18:52</em> |
|
|
with <strong>1</strong> result files in total. <br> |
|
|
</p> |
|
|
|
|
|
<div class="menu" style="padding-left: 0px;"> |
|
|
<label for=select_cpu style="padding-left: 20px; color: #333"> |
|
|
CPU |
|
|
</label> |
|
|
<select id=select_cpu onchange="change(['cpu', 'ram (GB)', 'cuda'])"> |
|
|
<option value=""> Any </option> |
|
|
|
|
|
<option value="<b>cpu</b>: 32"> 32 </option> |
|
|
</select> |
|
|
<label for=select_ram(GB) style="padding-left: 20px; color: #333"> |
|
|
RAM (GB) |
|
|
</label> |
|
|
<select id=select_ram(GB) onchange="change(['cpu', 'ram (GB)', 'cuda'])"> |
|
|
<option value=""> Any </option> |
|
|
|
|
|
<option value="<b>ram (GB)</b>: 63"> 63 </option> |
|
|
</select> |
|
|
<label for=select_cuda style="padding-left: 20px; color: #333"> |
|
|
CUDA |
|
|
</label> |
|
|
<select id=select_cuda onchange="change(['cpu', 'ram (GB)', 'cuda'])"> |
|
|
<option value=""> Any </option> |
|
|
|
|
|
<option value="<b>cuda</b>: NVIDIA GeForce RTX 4090: cuda_12.4"> NVIDIA GeForce RTX 4090: cuda_12.4 </option> |
|
|
</select> |
|
|
</div> |
|
|
|
|
|
<table class="summary display" id="summary"> |
|
|
<thead style="background-color: dodgerblue; color: white;"> |
|
|
<tr> |
|
|
<th>Results</th> |
|
|
<th>Datasets</th> |
|
|
<th>System info</th> |
|
|
<th></th> |
|
|
</tr> |
|
|
</thead> |
|
|
<tbody> |
|
|
<tr> |
|
|
<td class="fname"> |
|
|
<a href="benchmarks_results.html"> |
|
|
|
|
|
benchmarks results |
|
|
</a> |
|
|
<input type="checkbox" name="checkfiles" data-result="results.parquet" data-html="benchmarks_results.html" style="display:none;"> |
|
|
</td> |
|
|
<td class="datasets"> |
|
|
<ul style="list-style-type: none; margin-top: 0;"> |
|
|
<div class=dataset> |
|
|
|
|
|
Div2k |
|
|
<li><span style="font-size: 80%;padding-left:15px;padding-bottom:5px;">debug=True,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.1 </span> </li> |
|
|
|
|
|
</div> |
|
|
</ul> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td class="sysinfo"> |
|
|
<ul style="list-style-type: none; margin-top: 0;"> |
|
|
<li> |
|
|
<b>CPU</b>: 32 |
|
|
<button data-idx=0 id=btn_subinfo0 class="button buttoncent" style="float:right;"> |
|
|
<i class='fas fa-plus-circle'></i> |
|
|
</button> |
|
|
|
|
|
</li> |
|
|
<li> |
|
|
<b>RAM (GB)</b>: 63 |
|
|
</li> |
|
|
<li> |
|
|
<b>CUDA</b>: NVIDIA GeForce RTX 4090: cuda_12.4 |
|
|
</li> |
|
|
|
|
|
|
|
|
<div id=subinfo0 style="display:none;"> |
|
|
<li> |
|
|
<b>platform</b>: Linux6.12.43+deb13-amd64-x86_64 |
|
|
</li> |
|
|
<li> |
|
|
<b>processor</b>: AMD Ryzen Threadripper 1950X 16-Core Processor |
|
|
</li> |
|
|
</div> |
|
|
</ul> |
|
|
|
|
|
</td> |
|
|
<td class="buttons" style='text-align: center'> |
|
|
<a href="benchmarks_results.html"> |
|
|
<button class="btn"><i class="fas fa-chart-line"></i></button> |
|
|
</a> |
|
|
<a href="results.parquet"> |
|
|
<button class="btn"><i class="fa fa-download"></i></button> |
|
|
</a> |
|
|
</td> |
|
|
</tr> |
|
|
</tbody> |
|
|
</table> |
|
|
<div id="dialogRm" hidden="hidden"> dialog text </div> |
|
|
<button class="btn" id="trashBtn" style="display:none;float:right;"><i class="fa fa-trash"></i></button> |
|
|
|
|
|
<a class="backtotop" title="Back to top" href="#top" style="z-index: 50;"><i class="fas fa-level-up-alt"></i></a> |
|
|
|
|
|
</div> |
|
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function () { |
|
|
|
|
|
$(".summary").dataTable({ |
|
|
order: [[0, "desc"]], |
|
|
}); |
|
|
|
|
|
|
|
|
if (location.hostname === "") { |
|
|
$("[name='checkfiles']").css({ |
|
|
|
|
|
display: "block", |
|
|
"margin-left": "auto", |
|
|
float: "left", |
|
|
}); |
|
|
$("#trashBtn").css({ |
|
|
display: "block", |
|
|
float: "left", |
|
|
"margin-bottom": "5vh", |
|
|
}); |
|
|
} |
|
|
|
|
|
|
|
|
$("table").each(function (a, tbl) { |
|
|
var currentTableRows = $(tbl).find("tbody tr").length; |
|
|
$(tbl) |
|
|
.find("th") |
|
|
.each(function (i) { |
|
|
var remove = 0; |
|
|
var currentTable = $(this).parents("table"); |
|
|
var tds = currentTable.find("tr td:nth-child(" + (i + 1) + ")"); |
|
|
tds.each(function (j) { |
|
|
if ($(this)[0].innerText.length == 0) remove++; |
|
|
}); |
|
|
if (remove == currentTableRows) { |
|
|
$(this).hide(); |
|
|
tds.hide(); |
|
|
} |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function change(ll_item) { |
|
|
var td, i, fil; |
|
|
var filter = new Array(); |
|
|
for (item = 0; item < ll_item.length; item++) { |
|
|
filter.push( |
|
|
document |
|
|
.getElementById("select_" + ll_item[item].replace(/\s/g, "")) |
|
|
.value.toUpperCase() |
|
|
); |
|
|
} |
|
|
var table = document.getElementById("summary"); |
|
|
var tr = table.getElementsByTagName("tr"); |
|
|
for (i = 0; i < tr.length; i++) { |
|
|
tr[i].style.display = ""; |
|
|
td = tr[i].getElementsByTagName("td")[2]; |
|
|
if (td) { |
|
|
|
|
|
for (fil = 0; fil < filter.length; fil++) { |
|
|
if ( |
|
|
td.innerHTML.toUpperCase().indexOf(filter[fil]) > -1 && |
|
|
tr[i].style.display !== "none" |
|
|
) { |
|
|
tr[i].style.display = ""; |
|
|
} else { |
|
|
tr[i].style.display = "none"; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function () { |
|
|
$(".button.buttoncent").click(displayMore); |
|
|
}); |
|
|
|
|
|
function displayMore() { |
|
|
var loop_index = $(this).attr("data-idx"); |
|
|
var x = document.getElementById("subinfo" + loop_index); |
|
|
$(this).find("svg").toggleClass("fa-plus-circle fa-minus-circle"); |
|
|
if (x.style.display === "none") { |
|
|
x.style.display = "block"; |
|
|
} else { |
|
|
x.style.display = "none"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function () { |
|
|
$("#dialogRm").dialog({ |
|
|
autoOpen: false, |
|
|
}); |
|
|
|
|
|
|
|
|
$("#trashBtn").click(trashIconDialog); |
|
|
}); |
|
|
|
|
|
|
|
|
function clipboardCopy() { |
|
|
navigator.clipboard.writeText($("#dialogRm").text()); |
|
|
} |
|
|
|
|
|
|
|
|
function hideRows(allChecked) { |
|
|
for (check of allChecked) { |
|
|
$(check).closest("tr").remove(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function trashIconDialog() { |
|
|
|
|
|
allChecked = document.querySelectorAll("input[name=checkfiles]:checked"); |
|
|
delCmd = "rm \\\n <br />"; |
|
|
for (check of allChecked) { |
|
|
delCmd += $(check).attr("data-result") + " \\\n <br />"; |
|
|
delCmd += $(check).attr("data-html") + " \\\n <br />"; |
|
|
} |
|
|
delCmd += "cache_run_list.json"; |
|
|
$("#dialogRm").html(delCmd); |
|
|
$("#dialogRm") |
|
|
.dialog({ |
|
|
title: "Remove selected entries", |
|
|
modal: true, |
|
|
draggable: true, |
|
|
resizable: false, |
|
|
width: "auto", |
|
|
buttons: { |
|
|
"Copy to clipboard": clipboardCopy, |
|
|
"Hide row": hideRows.bind(null, allChecked), |
|
|
}, |
|
|
}) |
|
|
.dialog("open"); |
|
|
} |
|
|
|
|
|
</script> |
|
|
</body> |
|
|
</html> |
|
|
|