Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
yf1019 committed Apr 9, 2024
1 parent 0425dad commit 6d9adee
Show file tree
Hide file tree
Showing 193 changed files with 3,951 additions and 0 deletions.
Binary file added assets/.DS_Store
Binary file not shown.
64 changes: 64 additions & 0 deletions assets/css/Highlight-Clean.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
.highlight-clean {
color: #313437;
background-color: #fff;
padding: 50px 0;
}

.highlight-clean p {
color: #7d8285;
}

.highlight-clean h2 {
font-weight: bold;
margin-bottom: 25px;
line-height: 1.5;
padding-top: 0;
margin-top: 0;
color: inherit;
}

.highlight-clean .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto 25px;
}

.highlight-clean .buttons {
text-align: center;
}

.highlight-clean .buttons .btn {
padding: 16px 32px;
margin: 6px;
border: none;
background: none;
box-shadow: none;
text-shadow: none;
opacity: 0.90;
/*text-transform: uppercase;*/
font-weight: bold;
font-size: 13px;
letter-spacing: 0.4px;
line-height: 1;
outline: none;
background-color: #ddd;
}

.highlight-clean .buttons .btn:hover {
opacity: 1;
}

.highlight-clean .buttons .btn:active {
transform: translateY(1px);
}

.highlight-clean .buttons .btn-primary {
background-color: #055ada;
color: #fff;
}

body {
font-family: 'Source Sans Pro', sans-serif;
padding-bottom: 50px;
}

11 changes: 11 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/bulma.min.css

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions assets/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,265 @@
body {
font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
font-size: 25px;
color: #000;
}

.link-block a {
margin-top: 5px;
margin-bottom: 5px;
}

.is-smallcaps {
font-variant: small-caps;
}


.author-block {
display: inline-block;
}

.author-portrait {
overflow: hidden;
width: 128px;
height: 128px;
font-size: 0;
margin: auto;
}
.author-portrait img {
border-radius: 50%;
width: 140px;
position: relative;
}

.author-portrait .depth {
}


.teaser .hero-body {
padding-top: 0;
padding-bottom: 3rem;
}

.teaser {
font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
max-height: parent;

}

.publication-banner video {
position: relative;
left: auto;
top: auto;
transform: none;
object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
font-family: 'Google Sans', sans-serif;
}

.publication-authors {
font-family: 'Google Sans', sans-serif;
}

.publication-venue {
color: #555;
width: fit-content;
font-weight: bold;
}

.publication-awards {
color: #ff3860;
width: fit-content;
font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
text-decoration: underline;
}

.publication-banner img {
}

.publication-authors {
/*color: #4286f4;*/
}

.publication-video {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;

overflow: hidden;
border-radius: 10px !important;
}

.publication-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.publication-body img {
}

/*
.results-carousel {
overflow: hidden;
}
*/

.slick-prev {

}

.results-carousel > div {
text-align: center;
}

.results-carousel .results-item {
display: inline-block;
width: fit-content;
overflow: hidden;
padding: 0;
font-size: 0;
}

.results-carousel video {
margin: 0;
}


.interpolation-panel {
background: #f5f5f5;
border-radius: 10px;
}

.interpolation-panel .interpolation-image {
width: 100%;
border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
margin: 0 !important;
}

.interpolation-panel .slider {
margin: 0 !important;
}

#interpolation-image-wrapper {
width: 100%;
}
#interpolation-image-wrapper img {
border-radius: 5px;
}


.level-set-slices {
width: 100%;
height: 250px;
border: 1px solid #eee;
border-radius: 20px;
}

.level-set-shapes {
font-size: 0;
padding-left: 5%;
}
.level-set-shapes img {
width: 30%;
}
.level-set-interpolate {
width: 100%;
}
.level-set-ox-shapes img {
width: 24%;
}

.content model-viewer {
margin-bottom: 1em;
}

.hyper-space-wrapper {
border: 1px solid #eee;
border-radius: 20px;
padding: 20px;
}

.hyper-space-axis {
padding: 5px;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
}

.hyper-space {
width: 100%;
padding-bottom: calc(100% - 7%);
box_sizing: border-box;
touch-action: none;

background-image: url(../figures/hyper_log_prob.png);
background-size: contain;
border-radius: 10px;
}

.hyper-space-cursor {
width: 7%;
padding-bottom: calc(7% - 6px);
background: #29e;
border-radius: 50%;
border: 3px solid #fff;
}

.hyper-grid-wrapper{
width: 95%;
padding-bottom: 95%;
overflow: hidden;
border-radius: 50%;
border: 2px solid #29e;
position: relative;
-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hyper-grid-rgb {
width: 100%;
height: 100%;
overflow: hidden;

position: absolute;
}

.hyper-grid-rgb img {
position: relative;
height: 2000%;
width: 2000%;
max-width: none !important;
}
Loading

0 comments on commit 6d9adee

Please sign in to comment.