diff --git a/public/LearnMore.css b/public/LearnMore.css index 34436b4d8cf2117b127a817612df2bc334c56b5f..9ed59bbef5ec41a03f186bd77027b5394d68fdc6 100644 --- a/public/LearnMore.css +++ b/public/LearnMore.css @@ -1,30 +1,31 @@ body { background-color: #f5f5f6; - font-family: "Lato" + font-family: "Lato"; + width: 70%; + max-width: 1500px; + margin-left: auto; + margin-right: auto; } h1 { color: #edc61b; text-align:center; font-weight: bold; - margin-top: 1%; - margin-left: 40%; - display: inline-block; - width: 20% + margin-top: 2.5em; } h2 { color:#383838; font-weight: bold; text-align: center; - margin-top: 40px; - margin-bottom: 40px + margin-top: 2em; + margin-bottom: 2em; } p { color:#383838; font-size: 20px; - text-align: justify + text-align: justify; } .single-service-line1 { @@ -43,19 +44,6 @@ p { margin-top: -40px } -.team-description { - float:left; - width: 65%; - margin-left: 2.5%; - margin-bottom: 10px; - margin-top: -10px; -} - -.visu-description { - margin-right: 200px; - margin-left: 200px -} - #logo-liris { display: block; margin-left: auto; @@ -116,34 +104,37 @@ p { #team-photo { display:block; + float:left; width: 500px; - margin-left: 3%; + margin: 0px 1.5em 1.5em 0px; border-radius: 10px; - float:left; } .lavizu_btn { - font-family: sans-serif; - width:auto; - display: inline-block; - background: #edc71b; - color:#fff; - font-size: 25px; - padding:10px 20px 10px 20px; - border-radius: 10px; - border:none; - border-bottom:5px solid #ba9d1a; - transition: all 0.2s; - margin-left: 30.5%; - text-decoration: none; + background: #edc71b; + color:#fff; + font-family: sans-serif; + font-size: 25px; + text-decoration: none; + border-radius: 10px; + border:none; + border-bottom:5px solid #ba9d1a; + transition: all 0.2s; + width:auto; + float: right; + padding: 10px 20px 10px 20px; + margin-left: auto; + position: relative; + top: -2em; + } .lavizu_btn:hover { - border-bottom:7px solid #ba9d1a; - transform: translateY(-2px); - cursor: pointer; + border-bottom:7px solid #ba9d1a; + transform: translateY(-2px); + cursor: pointer; } .lavizu_btn:active { - transition: all 0s; - border-bottom:2px solid #ba9d1a; - transform: translateY(2px); + transition: all 0s; + border-bottom:2px solid #ba9d1a; + transform: translateY(2px); } diff --git a/public/more.html b/public/more.html index 9e35149f36ec03ea58c7f2e75ea39edff8cf977d..8bf71875bc9de3a09f7d529084a8dae7f5077cd4 100644 --- a/public/more.html +++ b/public/more.html @@ -6,24 +6,26 @@ <link rel="stylesheet" href="LearnMore.css" > </head> <body> + <a class="lavizu_btn" href="adresse" targer="_blank">< Lavizu</a> - <div> - <h1>About Behaviors.ai</h1> - <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 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> - <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.</p> - </div> - </div> - <div class="visu-description"> - <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.</p> - </div> + <h1>About Behaviors.ai</h1> + + <img src="images/behaviors-work.jpg" + alt="team-photo" + key="team-photo" + id="team-photo"/> + <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> + <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. + </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. + </p> <div> <div class="single-service-line1">