Skip to content

Commit

Permalink
remove vertical bars in equations
Browse files Browse the repository at this point in the history
removing metadata
  • Loading branch information
RafailFridman committed Nov 28, 2023
1 parent cde1e6f commit 3c982b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/>
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<!-- <meta name="description" content="DESCRIPTION META TAG">-->
<!-- <meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/>-->
<!-- <meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>-->
<!-- <meta property="og:url" content="URL OF THE WEBSITE"/>-->
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<!-- <meta property="og:image" content="static/image/your_banner_image.png"/>-->
<!-- <meta property="og:image:width" content="1200"/>-->
<!-- <meta property="og:image:height" content="630"/>-->


<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<!-- <meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">-->
<!-- <meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">-->
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
<!-- <meta name="twitter:image" content="static/images/your_twitter_banner_image.png">-->
<!-- <meta name="twitter:card" content="summary_large_image">-->
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">-->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">-->


<title>Space-Time Diffusion Features for Zero-Shot Text-Driven Motion Transfer</title>
Expand All @@ -43,8 +43,8 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>

<!-- slick 1.9 -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" rel="stylesheet">
<script src="http://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>

<!-- mathjax -->
<script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script>
Expand Down
2 changes: 1 addition & 1 deletion static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,5 @@ body {

.MathJax_Display, .MJXc-display, .MathJax_SVG_Display {
overflow-x: auto;
overflow-y: auto;
overflow-y: hidden;
}

0 comments on commit 3c982b2

Please sign in to comment.