|
5 | 5 | <meta charset="utf-8">
|
6 | 6 | <!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
|
7 | 7 | <!-- Replace the content tag with appropriate information -->
|
8 |
| - <meta name="description" content="DESCRIPTION META TAG"> |
9 |
| - <meta property="og:title" content="SOCIAL MEDIA TITLE TAG" /> |
10 |
| - <meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG" /> |
11 |
| - <meta property="og:url" content="URL OF THE WEBSITE" /> |
| 8 | + <meta name="description" content="Decentralized Visual Monocular Simultaneous |
| 9 | + Localization and Mapping for Multi-Agent Systems"> |
| 10 | + <meta property="og:title" content="DVM-SLAM" /> |
| 11 | + <meta property="og:description" content="Decentralized Visual Monocular Simultaneous |
| 12 | + Localization and Mapping for Multi-Agent Systems" /> |
| 13 | + <meta property="og:url" content="https://proroklab.github.io/DVM-SLAM/" /> |
| 14 | + |
12 | 15 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
|
13 |
| - <meta property="og:image" content="static/image/your_banner_image.png" /> |
| 16 | + <!-- <meta property="og:image" content="static/image/your_banner_image.png" /> |
14 | 17 | <meta property="og:image:width" content="1200" />
|
15 |
| - <meta property="og:image:height" content="630" /> |
| 18 | + <meta property="og:image:height" content="630" /> --> |
16 | 19 |
|
17 | 20 |
|
18 |
| - <meta name="twitter:title" content="TWITTER BANNER TITLE META TAG"> |
19 |
| - <meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG"> |
20 |
| - <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600--> |
21 |
| - <meta name="twitter:image" content="static/images/your_twitter_banner_image.png"> |
22 |
| - <meta name="twitter:card" content="summary_large_image"> |
23 | 21 | <!-- Keywords for your paper to be indexed by-->
|
24 |
| - <meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE"> |
25 | 22 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
26 | 23 |
|
27 | 24 |
|
|
0 commit comments