Skip to content

Commit

Permalink
simplify index add aroj/leoni
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Nov 28, 2024
1 parent d0cb1a0 commit 48685f6
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 92 deletions.
Binary file added images/aroj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 93 additions & 92 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ <h3>Tanevski Lab</h3>
</div>


<div class="container">
<div class="row">
<div class="nine columns">
<div id="main" class="boxin">
<h5>Research</h5>
<div id="main" class="container">
<h5>Research</h5>
<div class="row boxin">
<p>
<b>Our group focuses on problem driven development of AI/ML approaches to data exploration, hypothesis generation and computational scientific discovery to facilitate translational biomedicine.</b>
</p>
Expand All @@ -79,11 +77,99 @@ <h5>Research</h5>
<p>
We value collaborations with clinical, experimental biology groups and groups working on the development of novel methods for the acquisition of spatially resolved data. We welcome synergistic collaborations with computational groups towards the construction of more robust theoretical and computational frameworks for the analysis of all aspects of biomedical data and beyond.
</p>
</div>
</div>

<div id="people" class="container">
<h5>People</h5>
<div class = "row boxin">
<p><b>Group Leader</b></p>
<div style="text-align: center;">
<img class="round" src="images/jovan.jpg" style="max-width: 150px; object-position: 50% 10%;">
<p>
<a>
Jovan Tanevski
</a>
</p>
</div>
</div>
<div class = "row boxin">
<p><b>Members</b></p>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/sebastian.jpg">
<p>
<a>
Sebastian Gonzalez Tirado
</a>
<br/>PhD student
</p>

</div>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/aroj.jpg">
<p>
<a>
Aroj Hada
</a>
<br/>PhD student
</p>
</div>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/anon.jpg">
<p>
<a>
Leoni Zimmermann
</a>
<br/>Master student
</p>
</div>
</div>
<div class = "row boxin">
<p><b>Associated Members</b></p>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/chang.jpg">
<p>
<a>
Chang Lu
</a>
<br/>Postdoc
</p>
</div>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/philipp.jpg">
<p>
<a>
Philipp Schäfer
</a>
<br/>PhD student
</p>
</div>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/robin.jpg">
<p>
<a>
Robin Fallegger
</a>
<br/>PhD student
</p>
</div>
<div class = "two columns" style="max-width: 150px; text-align: center;">
<img class="round" src="images/chiara.jpg">
<p>
<a>
Chiara Schiller
</a>
<br/>PhD student
</p>
</div>
</div>
</div>


<div id="tools" class="boxin">
<h5>Tools</h5>
<div id = "tools" class="container">
<h5>Tools</h5>
<div class="row boxin">


<div class="row">
<div class="three columns">
Expand Down Expand Up @@ -144,92 +230,7 @@ <h5>Tools</h5>
</div>
</div>

</div>

</div>


<div id="people" class="three columns boxin">
<h5>People</h5>
<p><b>Group Leader</b></p>
<div style="text-align: center;">
<img class="round" src="images/jovan.jpg" style="object-position: 50% 10%;">
<p>
<a href="people.html#jovan">
Jovan Tanevski
</a>
</p>
</div>


<p><b>PhD Students</b></p>

<div style="text-align: center;">
<img class="round" src="images/sebastian.jpg">
<p>
<a href="people.html#sebastian">
Sebastian Gonzalez Tirado
</a>
</p>
</div>

<p><b>Associated Postdocs</b></p>

<div style="text-align: center;">
<img class="round" src="images/chang.jpg">
<p>
<a href="people.html#chang">
Chang Lu
</a>
</p>
</div>

<p><b>Associated PhD Students</b></p>

<div style="text-align: center;">
<img class="round" src="images/philipp.jpg">
<p>
<a href="people.html#philipp">
Philipp Schaefer
</a>
</p>
</div>

<div style="text-align: center;">
<img class="round" src="images/robin.jpg">
<p>
<a href="people.html#robin">
Robin Fallegger
</a>
</p>
</div>

<div style="text-align: center;">
<img class="round" src="images/chiara.jpg">
<p>
<a href="people.html#chiara">
Chiara Schiller
</a>
</p>
</div>


<p><b>Join us</b></p>
<div style="text-align: center;">
<img class="round" src="images/anon.jpg">
<p>
<a href="#positions">
Recruiting now
</a>
</p>
</div>

<div style="text-align: left;">
<a class="button button-primary" href="people.html">Learn more</a>
</div>
</div>
</div>

</div>

<div id="publications" class="container">
Expand Down

0 comments on commit 48685f6

Please sign in to comment.