Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar8 committed Jul 6, 2024
1 parent c5daf33 commit 5ea0010
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
<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="A lightweight and regularization-free STN-based Approach for Fast Joint Alignment of Images">
<meta property="og:title" content="SpaceJAM"/>
<meta property="og:description" content="A lightweight and regularization-free STN-based Approach for Fast Joint Alignment of Images"/>
<meta property="og:url" content="https://bgu-cs-vil.github.io/SpaceJAM/"/>
<!-- 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" content="static/images/carousel3.jpg" /> -->
<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="SpaceJAM">
<meta name="twitter:description" content="A lightweight and regularization-free STN-based Approach for Fast Joint Alignment of Images">
<!-- 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="keywords" content="Joint Alignment, Congealing, Regularization-free, Lie Algebra">
<meta name="viewport" content="width=device-width, initial-scale=1">


<title>Academic Project Page</title>
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
<title>SpaceJAM</title>
<!-- <link rel="icon" type="image/x-icon" href="static/images/favicon.ico"> -->
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

Expand All @@ -52,7 +52,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Academic Project Page</h1>
<h1 class="title is-1 publication-title">SpaceJAM: A lightweight and regularization-free STN-based Approach for Fast Joint Alignment of Images</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
Expand Down Expand Up @@ -302,10 +302,19 @@ <h2 class="title">BibTeX</h2>
</div>
</footer>

<!-- Statcounter tracking code -->

<!-- You can add a tracker to track page visits by creating an account at statcounter.com -->

<!-- Default Statcounter code for SpaceJAM project website
https://bgu-cs-vil.github.io/SpaceJAM/ -->
<script type="text/javascript">
var sc_project=13015701;
var sc_invisible=1;
var sc_security="26985381";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="hit counter"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/13015701/0/26985381/1/" alt="hit counter"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->

</body>
Expand Down

0 comments on commit 5ea0010

Please sign in to comment.