-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I have updated the page according to new Idiap layout
- Loading branch information
Showing
8 changed files
with
203 additions
and
175 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,87 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=ISO-8859-1" /> | ||
<LINK REL=StyleSheet HREF="styleidiap.css" TYPE="text/css" MEDIA=screen> | ||
<TITLE>Idiap Research Institute @ github</TITLE> | ||
<!--Initial version made by [VS] vincent.spano@idiap.ch--> | ||
<!--date: March 9 2012--> | ||
<!--the page structure is defined has follow:--> | ||
<!-- | ||
maincontainer | ||
headercontainer | ||
logocontainer | ||
bannercontainer | ||
headercontainer | ||
middlecontainer | ||
addresscontainer | ||
contentcontainer | ||
middlecontainer | ||
footercontainer | ||
maincontainer | ||
--> | ||
</HEAD> | ||
<BODY> | ||
<!--this is the main div "mainbcontainer" --> | ||
<div id="maincontainer"> | ||
<!--this is the begining of the header--> | ||
<div id="headercontainer"> | ||
<div id="logocontainer"> <a href="http://www.idiap.ch"><img title="Idiap Research Institute" src="logo-idiap.jpg"></a> </div> | ||
<div id="bannercontainer"> </div> | ||
</div> | ||
<!--end header--> | ||
<!--this is the middle container which contains the address box and the content box --> | ||
<div id="middlecontainer"> | ||
<!--this is the box for the address--> | ||
<div id="addresscontainer"> | ||
<p> Idiap Research Institute<br> | ||
Centre du Parc<br> | ||
Rue Marconi 19<br> | ||
PO Box 592<br> | ||
CH - 1920 Martigny<br> | ||
Switzerland </p> | ||
<p> T +41 27 721 77 11<br> | ||
F +41 27 721 77 12 </p> | ||
<p> <a title="Idiap contact form" href="http://www.idiap.ch/the-institute/idiap-contact-form"><img src="http://www.idiap.ch/welcome-page/mail_icon.gif" alt="" align="absmiddle"></a> <a title="Idiap contact form" href="http://www.idiap.ch/the-institute/idiap-contact-form">Contact form</a> </p> | ||
<p> </p> | ||
</div> | ||
<!--this is the box where you add your content--> | ||
<div id="contentcontainer"> | ||
See <a href="https://github.com/idiap">https://github.com/idiap</a> for the list of public Idiap github repositories. | ||
</div> | ||
<!--end contentbox--> | ||
</div> | ||
<!--end middle box--> | ||
<!--this is the begining of the footer--> | ||
<div id="footercontainer"> | ||
<div id="footertxt"><span style="vertical-align:super">© Idiap Research Institute 2012 - 2017</span></div> | ||
</div> | ||
<!--end footerbox--> | ||
</div> | ||
<!--end mainbox--> | ||
</BODY> | ||
</HTML> | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=ISO-8859-1" /> | ||
<link rel=StyleSheet href="styleidiap.css" type="text/css" media=screen> | ||
<title>Idiap Research Institute @ github</title> | ||
<!-- Initial version made by [VS] vincent.spano@idiap.ch --> | ||
<!-- date: March 9 2012 --> | ||
<!-- the page structure is defined has follow: --> | ||
<!-- | ||
maincontainer | ||
headercontainer | ||
logocontainer | ||
middlecontainer | ||
footercontainer | ||
maincontainer | ||
--> | ||
</head> | ||
<body> | ||
<!-- this is the main div "mainbcontainer" --> | ||
<div id="maincontainer"> | ||
<!-- start the header --> | ||
<div id="headercontainer"> | ||
<div id="logocontainer"> <a target="_blank" href="https://www.idiap.ch"><img alt="logo Idiap" title="Idiap Research Institute" src="logo-idiap.png" width="200px" height="auto"></a> </div> | ||
</div> | ||
<!-- end header --> | ||
|
||
<!-- this is the middle container --> | ||
<div id="middlecontainer"> | ||
<h1 class="documentFirstHeading"><img alt="logo github" src="logo-github.png" width="100px" height="auto"> idiap.github.io</h1> | ||
<p>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.</p> | ||
<p>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.</p> | ||
<p>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.</p> | ||
<p>See <a target="_blank" href="https://github.com/idiap">https://github.com/idiap</a> for the list of public Idiap github repositories.</p> | ||
<br> | ||
<br> | ||
<br> | ||
</div> | ||
<!-- end middle container --> | ||
|
||
</div> | ||
<!-- end mainbox --> | ||
|
||
<!-- start footer --> | ||
<div id="footercontainer"> | ||
|
||
<!-- start socials --> | ||
<div align="center" style="padding-bottom: 1em; margin-bottom: 0.5em; padding-top: 35px; padding-bottom: 1em; margin-bottom: 0.5em; padding-top: 35px"> | ||
<a target="_blank" style="padding:20px" title="LinkedIn" href="https://www.linkedin.com/company/idiap-research-institute" data-linktype="external" data-val="https://www.linkedin.com/company/idiap-research-institute"> | ||
<img class="image-inline" src="https://www.idiap.ch/resolveuid/6f965a0b261f4d348da326420d644217/@@images/image/icon" alt="logo linkedIn" data-linktype="image" data-scale="icon" data-val="6f965a0b261f4d348da326420d644217"> | ||
</a> | ||
|
||
<a target="_blank" style="padding:20px" title="X formally Twitter" href="https://twitter.com/Idiap_ch" data-linktype="external" data-val="https://twitter.com/Idiap_ch"> | ||
<img class="image-inline" src="icon-x.png" alt="logo Twitter" data-linktype="image" data-scale="icon" data-val=""> | ||
</a> | ||
|
||
<a target="_blank" style="padding:20px" title="Facebook" href="https://fr-fr.facebook.com/IdiapResearchInstitute/" data-linktype="external" data-val="https://fr-fr.facebook.com/IdiapResea rchInstitute/"> | ||
<img class="image-inline" src="https://www.idiap.ch/resolveuid/188556ed1e254934a43aa1869cee671a/@@images/image/icon" alt="logo Facebook" data-linktype="image" data-scale="icon" data-val="188556ed1e254934a43aa1869cee671a"> | ||
</a> | ||
|
||
<a target="_blank" style="padding:20px;" title="Youtube" href="https://www.youtube.com/c/IdiapCh" data-linktype="external" data val="https://www.youtube.com/c/IdiapCh"> | ||
<img class="image-inline" src="https://www.idiap.ch/resolveuid/683be21aca194a33ba74f15138fc087a/@@images/image/icon" alt="logo YouTube" data-linktype="image" data-scale="icon" data-val="683be21aca194a33ba74f15138fc087a"> | ||
</a> | ||
|
||
<a target="_blank" style="padding:20px;" title="Contact" href="https://www.idiap.ch/resolveuid/09908f6c5fb44eb8adb24b3b07b7a26e" data-linktype="external" data-val="/en/idiap-contact-from"> <img class="image-inline" src="https://www.idiap.ch/resolveuid/03ec88e04e6943c988f7838387d4f11b/@@images/image/icon" alt="icon mail" data-linktype="image" data-scale="icon" data-val="03ec88e04e6943c988f7838387d4f11b"> | ||
</a> | ||
</div> | ||
<!-- end socials --> | ||
|
||
<p>Idiap Research Institute<br> | ||
Centre du Parc<br> | ||
Rue Marconi 19<br> | ||
PO Box 592<br> | ||
CH - 1920 Martigny<br> | ||
Switzerland </p> | ||
<p> T +41 27 721 77 11<br> | ||
</p> | ||
<p> <a target="_blank" title="Idiap contact form" href="https://www.idiap.ch/en/idiap-contact-form"> <img src="mail_icon.gif" alt="" align="absmiddle" width="32" height="auto"></a> <a target="_blank" style="color:#0099cc" title="Idiap contact form" href="https://www.idiap.ch/en/idiap-contact-form">Contact form</a> </p> | ||
<p> </p> | ||
<div id="footertxt"><span style="vertical-align:super">© Idiap Research Institute 2012 - 2024</span> </div> | ||
</div> | ||
<!-- end footer --> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,116 @@ | ||
/* 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 | ||
*/ | ||
|
||
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; | ||
} | ||
/*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:left; | ||
background-color:#ffffff; | ||
} | ||
/*this is the style for the container header*/ | ||
#headercontainer{ | ||
width:1280 !important; /*for all browsers */ | ||
width:1300; /*for IE */ | ||
background-color:#ffffff; | ||
margin:0em; | ||
padding:0em 0em 0em 0em; | ||
clear:both; | ||
} | ||
/*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; | ||
} | ||
/*this is the style for the container banner*/ | ||
#bannercontainer{ | ||
background-image:url(banner-github.png); | ||
background-repeat:no-repeat; | ||
width:636; | ||
height:124; | ||
padding:0em 0em 0em 0em; | ||
float:left; | ||
background-color:#ffffff; | ||
} | ||
/*this is the style for the midlle container*/ | ||
#middlecontainer{ | ||
width:1280; | ||
clear:both; | ||
background-color:#ffffff; | ||
margin:0em; | ||
padding:0em; | ||
} | ||
/*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; | ||
} | ||
/*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; | ||
} | ||
/*this is the style for the container footer*/ | ||
#footercontainer{ | ||
clear:both; | ||
width:1100; | ||
height:2em; | ||
margin:9em 0em 0em 4.4em !important; | ||
margin:2em 0em 0em 4.6em;/*for IE */ | ||
padding:0.5em 0em 0.8em 0em; | ||
background-color: #ffffff; | ||
} | ||
#footertxt | ||
{ | ||
width:500; | ||
text-align:left; | ||
margin:0em 0em 0em 5em; | ||
} | ||
|
||
/* 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{ | ||
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; | ||
} | ||
/*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; | ||
} | ||
/*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; | ||
} | ||
/*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; | ||
} | ||
/*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; | ||
} | ||
/*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; | ||
} | ||
/*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; | ||
} | ||
/*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 { | ||
font-size: 36px; | ||
font-weight: 300; | ||
color: #0099cc; | ||
border-bottom: none; | ||
} | ||
|