Skip to content

Commit

Permalink
Update the project page.
Browse files Browse the repository at this point in the history
  • Loading branch information
lintian-a committed Aug 19, 2024
1 parent 9ca1d0d commit ff7e557
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
<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="NePhi: Neural Deformation Fields for Medical Image Registration">
<meta property="og:title" content="NePhi: Neural Deformation Fields for Medical Image Registration"/>
<meta property="og:description" content="NePhi: Neural Deformation Fields for Medical Image Registration"/>
<!-- <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" 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: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="NePhi: Neural Deformation Fields for Medical Image Registration">
<meta name="twitter:description" content="NePhi: Neural Deformation Fields for Medical Image Registration">
<!-- 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="Medical Image Registration Implicit Neural Representation">
<meta name="viewport" content="width=device-width, initial-scale=1">


<title>Academic Project Page</title>
<title>NePhi: Neural Deformation Fields for Medical Image Registration</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 Down

0 comments on commit ff7e557

Please sign in to comment.