Skip to content

Commit

Permalink
add page
Browse files Browse the repository at this point in the history
  • Loading branch information
jianqingzheng committed Jul 9, 2024
1 parent e8b6c56 commit 9260afd
Show file tree
Hide file tree
Showing 28 changed files with 3,408 additions and 0 deletions.
368 changes: 368 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/css/bulma-carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/css/bulma-slider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/css/bulma.css.map.txt

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/static/css/fontawesome.all.min.css

Large diffs are not rendered by default.

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


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

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

.external-link .icon svg {
fill: white; /* Set the fill color of the SVG to white */
}


.dnerf {
font-variant: small-caps;
}


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

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

.badge {
padding-left: 1rem;
padding-right: 1rem;
position: absolute;
//position: fixed;
//z-index: 10;
margin-top: 1.0em;
margin-left: -.5em;
color: white;
background-color: rgba(0,32,48,0.6);
font-size: 1.7em;
}

.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;
}

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

.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;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
/*vertical-align: middle;*/
/*horiz-align: center;*/
}

.results-carousel .item {
margin: 5px;
overflow: hidden;
padding: 20px;
font-size: 0;
/*align-content: center;*/
/*align-items: center;*/
/*place-items: center;*/
/*text-align: center;*/
/*vertical-align: middle;*/
/*horiz-align: center;*/
text-align: center; /* Center text and inline elements horizontally */
/*display: flex;*/
/*justify-content: center;*/
}
.results-carousel img {
max-height: 600px;
height: auto;
}

.results-carousel video {
margin: 0;
}

.slider-pagination .slider-page {
background: #000000;
}

.eql-cntrb {
font-size: smaller;
}



Binary file added docs/static/images/Graphic_abstract.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/carousel1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/carousel2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/carousel3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/carousel4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/deformable_reg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/mafcn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/motion_sep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/networks_types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9260afd

Please sign in to comment.