Skip to content

Commit

Permalink
added team info
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadenes committed Aug 28, 2023
1 parent 0d6568e commit c9410ea
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 90 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
44 changes: 44 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,50 @@ section {
color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.team4 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
color: #3e4555;
}

.team4 .font-weight-medium {
font-weight: 500;
}

.team4 h5 {
line-height: 22px;
font-size: 18px;
}

.team4 .subtitle {
color: #8d97ad;
line-height: 24px;
font-size: 13px;
}

.team4 ul li a {
color: #8d97ad;
padding-right: 15px;
-webkit-transition: 0.1s ease-in;
-o-transition: 0.1s ease-in;
transition: 0.1s ease-in;
}

.team4 ul li a:hover {
-webkit-transform: translate3d(0px, -5px, 0px);
transform: translate3d(0px, -5px, 0px);
color: #316ce8;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
Expand Down
Binary file added assets/img/CarlosBadenes200x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/OscarCorcho200x200.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/joseluis200x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 0 additions & 85 deletions changelog.txt

This file was deleted.

87 changes: 82 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<li><a class="nav-link scrollto" href="jobs.html">Jobs</a></li>
<li><a class="getstarted scrollto" href="#contact">Contact</a></li>
</ul>
Expand Down Expand Up @@ -325,15 +326,91 @@ <h3>Leverage your texts</h3>
</div>
</section>

<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<!-- ======= Team Section ======= -->
<section id="team" class="py-5 team4 section-bg">
<div class="container">

<div class="row justify-content-center mb-4">
<div class="col-md-6 text-center">
<h3 class="mb-6">Our Team</h3>
<h6 class="subtitle">We combine researchers in semantic technologies with developers who are experts in large-scale processing.</h6>
</div>
</div>
<div class="row">
<!-- column -->
<div class="col-lg-4 mb-4">
<!-- Row -->
<div class="row">
<div class="col-md-9">
<img src="assets/img/CarlosBadenes200x200.png" alt="wrapkit" class="img-fluid rounded-circle" />
</div>
<div class="col-md-9 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Carlos Badenes-Olmedo</h5>
<h6 class="subtitle mb-3">Semantic Search</h6>
<p>Knowledge extraction from unstructured data combining ML and NLP techniques.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://scholar.google.com/citations?user=7U87QYEAAAAJ&hl=es" class="text-decoration-none d-block px-1"><i class="bx bxl-google"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/carbadol" class="text-decoration-none d-block px-1"><i class="bx bxl-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/cbadenes" class="text-decoration-none d-block px-1"><i class="bx bxl-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Row -->
</div>
<!-- column -->
<!-- column -->
<div class="col-lg-4 mb-4">
<!-- Row -->
<div class="row">
<div class="col-md-9">
<img src="assets/img/joseluis200x200.png" alt="wrapkit" class="img-fluid rounded-circle" />
</div>
<div class="col-md-9 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Jose Luis Redondo-García</h5>
<h6 class="subtitle mb-3">Multimedia Annotation</h6>
<p>Understanding of spoken content using LLMs and foundational models.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://scholar.google.es/citations?user=YY37C-4AAAAJ&hl=en" class="text-decoration-none d-block px-1"><i class="bx bxl-google"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/peputo" class="text-decoration-none d-block px-1"><i class="bx bxl-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/jluisred" class="text-decoration-none d-block px-1"><i class="bx bxl-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Row -->
</div>
<!-- column -->
<!-- column -->
<div class="col-lg-4 mb-4">
<!-- Row -->
<div class="row">
<div class="col-md-9">
<img src="assets/img/OscarCorcho200x200.jpeg" alt="wrapkit" class="img-fluid rounded-circle" />
</div>
<div class="col-md-9 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Oscar Corcho</h5>
<h6 class="subtitle mb-3">Knowledge Representation</h6>
<p>Ontology-based data integration and semantic technologies in Open Science.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://scholar.google.es/citations?hl=en&user=TzubuoF0OCwC" class="text-decoration-none d-block px-1"><i class="bx bxl-google"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/ocorcho" class="text-decoration-none d-block px-1"><i class="bx bxl-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/ocorcho" class="text-decoration-none d-block px-1"><i class="bx bxl-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Row -->
</div>
</div>
</div>
</section><!-- End Counts Section -->

</section>

<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">

<div class="section-title">
Expand Down
1 change: 1 addition & 0 deletions jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<ul>
<li><a class="nav-link scrollto active" href="index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="index.html#about">About</a></li>
<li><a class="nav-link scrollto" href="index.html#team">Team</a></li>
<li><a class="nav-link scrollto" href="jobs.html">Jobs</a></li>
<li><a class="getstarted scrollto" href="index.html#contact">Contact</a></li>
</ul>
Expand Down

0 comments on commit c9410ea

Please sign in to comment.