Skip to content
Snippets Groups Projects
Commit 40e46df6 authored by Dorian Goepp's avatar Dorian Goepp
Browse files

Fine tuining

parent 4061d53d
Branches
No related tags found
No related merge requests found
File moved
......@@ -2,8 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/behaviors.favicon-430x430.jpg" />
<!-- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
......
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Lavizu",
"name": "Lavizu: advanced visualisation tool for robotics",
"icons": [
{
"src": "favicon.ico",
......
......@@ -4,19 +4,16 @@
<title>Learn more about us</title>
<meta charset="UTF-8" >
<link rel="stylesheet" href="LearnMore.css" >
<link rel="shortcut icon" href="%PUBLIC_URL%/behaviors.favicon-430x430.jpg" />
</head>
<body>
<div>
<h1>About Behaviors.ai</h1>
<a class="lavizu_btn" href="adresse" targer="_blank">Lavizu</a>
<div>
<img src="../public/images/behaviors-work.jpg"
<a class="lavizu_btn" href="adresse" targer="_blank">< Lavizu</a>
<img src="images/behaviors-work.jpg"
alt="team-photo"
key="team-photo"
id="team-photo"/>
</div>
<div class="team-description">
<p>Behaviors.ai (Behaviors.ai is an Engine enHancing verbAl and non­Verbal InteractiOns of RobotS, based on Artificial Intelligence) is a Common Laboratory funded by the ANR (French Research Agency) and gathers skills from LIRIS researchers in Artificial Intelligence and from Hoomano, a specialized firm in software development for social robots. It has started in February 2017 and will last three years.
Behaviors.ai targets to transfer fundamental research results, especially in developmental learning, to mass-market applications in robots. The team research focuses on the understanding of the interactional context and on providing an appropriate and accurate response.</p>
......@@ -28,59 +25,59 @@
<p>Lavizu aims to explain what is happening in the head of the agent when it is learning. Showing the mental states, the memory and the evolution of knowledge of the agent may lead to a better comprehension of the developmental learning algorithms for our team, researchers or the general public. Being able to debug our algorithms to improve their efficiency is also a goal of this visualisation, and could finally lead to more natural interactions with robots.</p>
</div>
<div>
<div class="single-service-line1">
<h2>Supported by</h2>
<img src="../public/images/logo-ANR.png"
<img src="images/logo-ANR.png"
alt="logo-ANR"
key="logo-ANR"
id="logo-ANR"/>
</div>
<div class="single-service-line2">
<img src="../public/images/logo-liris.png"
<img src="images/logo-liris.png"
alt="logo-liris"
key="logo-liris"
id="logo-liris"/>
</div>
<div class="single-service-line2">
<img src="../public/images/logo-hoomano.png"
<img src="images/logo-hoomano.png"
alt="logo-hoomano"
key="logo-hoomano"
id="logo-hoomano"/>
</div>
<div class="single-service-line3">
<img src="../public/images/logo-cnrs.png"
<img src="images/logo-cnrs.png"
alt="logo-cnrs"
key="logo-cnrs"
id="logo-cnrs"/>
</div>
<div class="single-service-line3">
<img src="../public/images/logo-Lyon-1.png"
<img src="images/logo-Lyon-1.png"
alt="logo-Lyon-1"
key="logo-Lyon-1"
id="logo-Lyon-1"/>
</div>
<div class="single-service-line3">
<img src="../public/images/logo-insa.png"
<img src="images/logo-insa.png"
alt="logo-insa"
key="logo-insa"
id="logo-insa"/>
</div>
<div class="single-service-line3">
<img src="../public/images/logo-ecole-centrale.png"
<img src="images/logo-ecole-centrale.png"
alt="logo-ecole-centrale"
key="logo-ecole-centrale"
id="logo-ecole-centrale"/>
</div>
<div class="single-service-line3">
<img src="../public/images/logo-univlyon2.png"
<img src="images/logo-univlyon2.png"
alt="logo-univlyon2"
key="logo-univlyon2"
id="logo-univlyon2"/>
</div>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Playing with SVG</title>
</head>
<body>
<p>I am the first paragraph, here from the very begining.</p>
<svg width="80%" height="500" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" y="0.5" width="101" height="20" style="fill:none;stroke:black;stroke-width:1;opacity:0.5"/>
<rect x="1" y="1" width="35" height="19" style="fill:rgb(35, 128, 204);stroke:none;opacity:0.5"/>
</svg>
</body>
</html>
......@@ -32,7 +32,7 @@ export function Header(props) {
<div className="block sleep">
<SleepDuration ros={props.ros}/>
</div>
<a class="lavizu_btn" href="adresse" targer="_blank">?</a>
<a className="lavizu_btn" href="more.html">?</a>
</div>);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment