From 44ed3abc08d6814b6528c0f869e60763dab6cfed Mon Sep 17 00:00:00 2001 From: Vincent SPANO Date: Wed, 28 Feb 2024 17:56:25 +0100 Subject: [PATCH] updated the text and the responsiveness --- index.html | 70 +++++++++++---------- styleidiap.css | 164 +++++++++++++++++++------------------------------ 2 files changed, 102 insertions(+), 132 deletions(-) diff --git a/index.html b/index.html index 57972d9..ee5cee4 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Idiap Research Institute @ github @@ -21,53 +21,59 @@ -
+
-
-
logo Idiap
+
+
logo Idiap
-
+

logo github idiap.github.io

-

Idiap has a successful track record of dissemination of data and software that are widely adopted, and has a longstanding tradition of delivering research outcomes through open-source licenses and making frameworks accessible to others. This commitment extends beyond mere software contributions. Idiap actively participates in numerous projects, ranging from small-scale initiatives to high-profile endeavors. To facilitate the sharing of improvements made by Idiap's researchers with the wider community, the institute has entered into various corporate contributor license agreements (CLA) or equivalent arrangements with The Qt Company, The Python Project, The Cloud Native Computing Foundation, The Cloud Foundry Foundation, and Google. Thanks to these CLAs, Idiap employees are able to contribute to large-scale open-source projects.

-

Idiap creates and makes available a significant number of professional software. Over the past five years, Idiap has filed 206 software disclosures, which enabled the distribution of 122 open source software packages and granted 84 commercial licenses on patents and software.

-

Examples of software packages created by Idiap are Fast Transformers, PyDHN, Kaldi and Bob. The Github project Fast Transformers, which has over 1400 stars and over 160 forks, was used in Muzic, a Microsoft project for music understanding and generation. The open-source package PyDHN for the physics-based simulation of district heating networks, computes pressure, temperature, and mass flow within the pipework knowing only the boundary conditions at the central(s) and sub-stations; it is included in open-source GIS tools for a wider impact on society. The Kaldi open source tool for speech modeling, which is considered one of the main technologies in the community for research and innovation, received 6781 citations. Bob, a set of open-source tools to promote reproducible research, has 25 releases, over 100 satellite repositories and over 5000 commits for the core repository.

-

See https://github.com/idiap for the list of public Idiap github repositories.

+

Idiap has a successful track record of dissemination of data + and software that are widely adopted, and has a longstanding + tradition of delivering research outcomes through + open-source licenses and making frameworks accessible to + others. This commitment extends beyond mere software + contributions. Idiap actively participates in numerous + projects, ranging from small-scale initiatives to + high-profile endeavors.

+

Idiap creates and makes available a significant number of + professional software. Over the past five years, distributed + of more than 120 open source software packages.

+

Examples of software packages created by Idiap are Fast Transformers , PyDHN, and Bob. The Github project Fast Transformers , which has over 1500 stars and over 160 forks, was used in + Muzic, a Microsoft project for music understanding and + generation. The open-source package PyDHN for the + physics-based simulation of district heating networks, + computes pressure, temperature, and mass flow within the + pipework knowing only the boundary conditions at the + central(s) and sub-stations; it is included in open-source + GIS tools for a wider impact on society. Bob, a set + of open-source tools to promote reproducible research, has + 25 releases, over 100 satellite repositories and over 5000 + commits for the core repository.

+

See https://github.com/idiap for the list of public Idiap github repositories.




-
+ -
+
- +

Idiap Research Institute
@@ -80,7 +86,7 @@

logo github

  Contact form

 

-
© Idiap Research Institute 2012 - 2024
+
© Idiap Research Institute 2012 - 2024

diff --git a/styleidiap.css b/styleidiap.css index 86d6df1..d0b827e 100644 --- a/styleidiap.css +++ b/styleidiap.css @@ -1,116 +1,80 @@ /* CSS Document */ /* Initial version made by [VS] vincent.spano@idiap.ch */ /* date: 23.02.2012 */ -/*the html page structure is defined has follow: -mainbcontainer - headercontainer - logocontainer - bannercontainer - headercontainer - - middlecontainer - addresscontainer - contentcontainer - roundbox - middlecontainer - - footercontainer -mainbcontainer -*/ - -html { - position: relative; - min-height: 100%; +body { + margin: 0px; + padding: 0px; + background-color: #ffffff; + color: #636363; + font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida sans-serif; + font-size: 0.8em; + text-align: justify; + line-height: 1.5; } - -body{ -background-color:#ffffff; -margin:0em 0em 0em 0em; -color: #636363; -font-family: Arial,Helvetica,Verdana,"Lucida Grande",Lucida sans-serif; -font-size:0.8em; -text-align: justify; -line-height: 1.5; +img { + border: 0; } -img{ -border:0; +/* start style for the main container with a fixed size */ +.maincontainer { + width: 1280px; + margin: 40px auto; + background-color: #ffffff; } -/*this is the style for the main container with a fixed size*/ -#maincontainer{ -width:1280 !important; /*for all browsers */ -width:1300; /*for IE */ -margin:0em auto; -float:none; -background-color:#ffffff; +/* start style for the container header */ +.headercontainer { + width: 1280px; + height: 100px; + background-color: #ffffff; } -/*this is the style for the container header*/ -#headercontainer{ -width:1280 !important; /*for all browsers */ -width:1300; /*for IE */ -height: 100px; -background-color:#ffffff; -margin:0em; -padding:0em 0em 0em 0em; -clear:both; +/* strart style for the container logo */ +.logocontainer { + width: 300px; + padding: 0.8em 0em 0em 3em; + float: left; + background-color: #ffffff; } -/*this is the style for the container logo*/ -#logocontainer{ -width:300 !important; /*for all browsers */ -width:330;/*for IE only*/ -padding:0.8em 0em 0em 3em; -float:left; -background-color: #ffffff; +/* start style for the midlle container */ +.middlecontainer { + width: 1280px; + background-color: #ffffff; } -/*this is the style for the container banner*/ - - -/*this is the style for the midlle container*/ -#middlecontainer{ -width:1280; -clear:both; -background-color:#ffffff; -margin:0em; -padding:0em; +/* start style for the container footer */ +.footercontainer { + width: 100%; + height: auto; + padding: 0px; + background-color: #333333; + float: none; + color: white; + text-align: center; + bottom: 0; } -/*this is the style for the container address*/ -#addresscontainer{ -width:auto !important; /*for all browsers */ -width:265;/*for IE */ -padding:0em 0em 0em 9.5em; -margin:2.4em 0em 0em 0em; -background-color:#ffffff; -float:left; +.footertxt { + text-align: center; } -/*this is the style for the container content*/ -#contentcontainer{ -width:630; -padding:0em 0em 0em 0em; -margin:2.3em 2.0em 2em 6.5em !important; /*for all browsers */ -margin:2.3em 2.0em 2em 5em;/*for IE */ -float:left; -background-color:#ffffff; +.footercontainer img { + width: 30px; + height: 30px; } -/*this is the style for the container footer*/ -#footercontainer{ -position: absolute; -clear:both; -width:100%; -height:auto; -padding:0.5em 0em 0.8em 0em; -background-color: #333333; -float: none; -color:white; -text-align: center; -bottom:0; -} -#footertxt -{ -text-align: center; -} -h1.documentFirstHeading { +@media only screen and (max-width: 1279px) { + .footercontainer img { + width: 40px; + height: 40px; + } + .maincontainer { + width: 100%; + } + .headercontainer { + width: 90%; + } + .middlecontainer { + width: 95%; + margin: 20px; + } + h1.documentFirstHeading { font-size: 36px; font-weight: 300; color: #0099cc; border-bottom: none; -} - + } +} \ No newline at end of file