Skip to content

Commit

Permalink
Update Index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfoa committed Dec 28, 2023
1 parent c971fe9 commit 3ec82fc
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JMNSW7208"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-0JMNSW7208');
</script>

<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="Application in Data-Driven Koopman Modeling">
<meta name="description" content="Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling">
<meta property="og:title" content="Dynamics Harmonic Analysis of Robotic Systems"/>
<meta property="og:description" content="Application in Data-Driven Koopman Modeling"/>
<meta property="og:description" content="Dynamics Harmonics Analysis of robotic systems: Application in Data-Driven Koopman Modelling"/>
<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="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif"/>
Expand All @@ -18,13 +28,13 @@
<meta name="twitter:description" content="Application in Data-Driven Koopman Modeling">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="media/animations/mini-cheetah_Klein4-concrete_galloping_harmonic_analysis.gif">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<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">
<meta name="viewport" content="width=device-width, initial-scale=1">


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

0 comments on commit 3ec82fc

Please sign in to comment.