Skip to content

Commit

Permalink
Site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pro1944191 committed Apr 29, 2024
1 parent 5a51a97 commit d5f7d41
Show file tree
Hide file tree
Showing 13 changed files with 3,178 additions and 51 deletions.
354 changes: 320 additions & 34 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 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 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 static/css/bulma.css.map.txt

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

37 changes: 20 additions & 17 deletions static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@

body {

font-family: 'Noto Sans', sans-serif;
text-align: center;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
}


Expand Down Expand Up @@ -36,12 +28,8 @@ body {
font-family: 'Google Sans', sans-serif;
}

.title.is-1 {
font-size: 3rem;
}


.publication-title {

}

.publication-banner {
Expand Down Expand Up @@ -94,7 +82,23 @@ body {
.author-block {
display: inline-block;
}


td {
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
}
.methodname {
font-variant: small-caps;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-variant-caps: small-caps;
font-variant-alternates: normal;
font-variant-position: normal;
}


.publication-banner img {
}

Expand Down Expand Up @@ -144,5 +148,4 @@ body {

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

}
Binary file added static/images/Model_f_zoom5.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 static/images/figure1_8.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 static/images/res_table.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 d5f7d41

Please sign in to comment.