|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
| 4 | + <!-- Google tag (gtag.js) --> |
| 5 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-0JMNSW7208"></script> |
| 6 | + <script> |
| 7 | + window.dataLayer = window.dataLayer || []; |
| 8 | + function gtag(){dataLayer.push(arguments);} |
| 9 | + gtag('js', new Date()); |
| 10 | + |
| 11 | + gtag('config', 'G-0JMNSW7208'); |
| 12 | + </script> |
| 13 | + |
4 | 14 | <meta charset="utf-8">
|
5 | 15 | <!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
|
6 | 16 | <!-- Replace the content tag with appropriate information -->
|
7 |
| - <meta name="description" content="Application in Data-Driven Koopman Modeling"> |
| 17 | + <meta name="description" content="Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling"> |
8 | 18 | <meta property="og:title" content="Dynamics Harmonic Analysis of Robotic Systems"/>
|
9 |
| - <meta property="og:description" content="Application in Data-Driven Koopman Modeling"/> |
| 19 | + <meta property="og:description" content="Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling"/> |
10 | 20 | <meta property="og:url" content="URL OF THE WEBSITE"/>
|
11 | 21 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
|
12 | 22 | <meta property="og:image" content="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif"/>
|
|
18 | 28 | <meta name="twitter:description" content="Application in Data-Driven Koopman Modeling">
|
19 | 29 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
|
20 | 30 | <meta name="twitter:image" content="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif">
|
21 |
| - <meta name="twitter:card" content="summary_large_image"> |
| 31 | + <meta name="twitter:card" content="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif"> |
22 | 32 | <!-- Keywords for your paper to be indexed by-->
|
23 |
| - <meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE"> |
| 33 | + <meta name="keywords" content="Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling, Abstract Harmonic Analysis, Group theory, Morphological Symmetries, Covariance, Equivariance, Symmetries, Robotics"> |
24 | 34 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
25 | 35 |
|
26 | 36 |
|
27 |
| - <title>Dynamics Harmonic Analysis of Robotic Systems</title> |
| 37 | + <title>Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling</title> |
28 | 38 | <link rel="icon" type="image/x-icon" href="static/images/triskelion.png">
|
29 | 39 | <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
30 | 40 | rel="stylesheet">
|
|
0 commit comments