Skip to content

Commit 3ec82fc

Browse files
committed
Update Index.html
1 parent c971fe9 commit 3ec82fc

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/index.html

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
<!DOCTYPE html>
22
<html>
33
<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+
414
<meta charset="utf-8">
515
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
616
<!-- 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">
818
<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"/>
1020
<meta property="og:url" content="URL OF THE WEBSITE"/>
1121
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
1222
<meta property="og:image" content="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif"/>
@@ -18,13 +28,13 @@
1828
<meta name="twitter:description" content="Application in Data-Driven Koopman Modeling">
1929
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
2030
<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">
2232
<!-- 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">
2434
<meta name="viewport" content="width=device-width, initial-scale=1">
2535

2636

27-
<title>Dynamics Harmonic Analysis of Robotic Systems</title>
37+
<title>Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling</title>
2838
<link rel="icon" type="image/x-icon" href="static/images/triskelion.png">
2939
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
3040
rel="stylesheet">

0 commit comments

Comments
 (0)