From cf78db6c5f9cbc3d86959121d7af3cb82d977095 Mon Sep 17 00:00:00 2001 From: Laurianne Charrier <laurianne.charrier@hoomano.com> Date: Tue, 9 Apr 2019 15:06:27 +0200 Subject: [PATCH] alignement modifications --- public/LearnMore.css | 8 ++++++-- public/more.html | 10 +++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/public/LearnMore.css b/public/LearnMore.css index 2e6a4fe..b93bcec 100644 --- a/public/LearnMore.css +++ b/public/LearnMore.css @@ -11,7 +11,7 @@ h1 { color: #edc61b; text-align:center; font-weight: bold; - margin-top: 2.5em; + margin-top: 1.2em; } h2 { @@ -36,6 +36,10 @@ p { border-radius: 10px; } +.about-title { + margin-left: 4em; +} + .lavizu_btn { background: #edc71b; color:#fff; @@ -51,7 +55,7 @@ p { padding: 10px 20px 10px 20px; margin-left: auto; position: relative; - top: -2em; + top: -0.8em; } .lavizu_btn:hover { diff --git a/public/more.html b/public/more.html index 8bf7187..8240a5a 100644 --- a/public/more.html +++ b/public/more.html @@ -8,8 +8,8 @@ <body> <a class="lavizu_btn" href="adresse" targer="_blank">< Lavizu</a> - <h1>About Behaviors.ai</h1> - + <h1 class="about-title">About Behaviors.ai</h1> + <img src="images/behaviors-work.jpg" alt="team-photo" key="team-photo" @@ -19,9 +19,9 @@ 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> <p> - The objectives of Behaviors.ai are to improve the context perception and the accuracy of the given response to provide more empathic human-robots interactions. This research project targets to develop an interactional engine that will include some of the state of the art methods and new innovative solutions, especially based on promising results in developmental learning and in cognitive robotics. It is part of the innovative development of Hoomano consisting in providing generic tools that can be deployed on any robotic platform to become a standard engine on the market. In addition to technical issues related to the diversity of robotic platforms, this objective raises a key research challenge: the engine has to be able to adapt dynamically to the interaction capabilities of the robot and to mature continuously depending on the effective and interesting interactions with its environment. + The objectives of Behaviors.ai are to improve the context perception and the accuracy of the given response to provide more empathic human-robots interactions. This research project targets to develop an interactional engine that will include some of the state of the art methods and new innovative solutions, especially based on promising results in developmental learning and in cognitive robotics. </p> - + <h1>About Lavizu</h1> <p> Lavizu has been developped by Laurianne Charrier, Paul Moncuquet and Dorian Goepp, and is a part of Behaviors.ai project. This visualisation 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. @@ -82,4 +82,4 @@ </div> </div> </body> -</html> \ No newline at end of file +</html> -- GitLab