Skip to content

Commit

Permalink
simpler main page
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomaga committed Jun 28, 2024
1 parent 4c9530b commit f9fe838
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@
.Rtable {
display: flex;
flex-wrap: wrap;
margin: 0 0 3em 0;
margin: 0 0 0em 0;
padding: 0;
border: solid 2px rgb(232, 232, 232);
border: solid 1px rgb(232, 232, 232);
}
.Rtable-cell {
box-sizing: border-box;
flex-grow: 1;
width: 100%;
padding: 0.8em 1.2em;
padding: 0.4em 1.2em;
overflow: hidden;
list-style: none;
/* background-color: rgb(250, 250, 250); */
}
.Rtable-cell > h1,
.Rtable-cell > h2,
Expand Down Expand Up @@ -76,6 +77,7 @@
position: relative;
top: 3px;
left: 3px;
margin-top: 1em;
}
.Rtable-cell {
margin: -3px 0 0 -3px;
Expand Down
14 changes: 7 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ layout: default
<td width="20%" style='border:none; vertical-align: top;'> <img src="{{site.photo}}" alt="my photo" /> </td>
<td style="border:none">
Hi! I'm a research engineer on the fields of Machine Learning (ML) and High Performance Computing (HPC), currently working on large-scale AI at <a href="https://www.synthesia.io">Synthesia</a>. Previously, I was a senior researcher at <a href="https://www.microsoft.com/en-us/research/lab/microsoft-research-cambridge/">Microsoft Research Cambridge</a> for <a href="https://www.microsoft.com/en-us/research/project/project-silica/">Project Silica</a>. And before that I was an HPC engineer, PhD and postdoc researcher at the <a href="https://www.epfl.ch/en/">EPFL</a>, researching variable-step simulation of brain-inspired spiking neural networks on supercomputers.
</td>
</tr></table>

<!-- CSS of table defined in _includes/head.html -->
<div class="Rtable Rtable--3cols Rtable--collapse">
<!-- <div class="Rtable-cell"> <a href="{{site.resume}}"><i class="far fa-file">&nbsp;</i>resume</a> </div> -->
<div class="Rtable Rtable--2cols Rtable--collapse">
<div class="Rtable-cell"> <a href="mailto:{{ site.author.email }}?subject=Hello"><i class="far fa-envelope" title="Email">&nbsp;</i>{{site.author.email}}</a> </div>
<div class="Rtable-cell"> <a href="https://www.linkedin.com/in/{{ site.linkedin_username }}"> <i class="fab fa-linkedin" >&nbsp;</i>{{ site.linkedin_username }}</a> </div>
<div class="Rtable-cell"> <a href="https://github.com/{{ site.github_username }}"><i class="fab fa-fw fa-github" >&nbsp;</i>{{ site.github_username}}</a> </div>
<!-- <div class="Rtable-cell"> <a href="https://twitter.com/{{ site.twitter_username }}"> <i class="fab fa-fw fa-twitter" ></i> {{ site.twitter_username }}</a> </div> -->
<div class="Rtable-cell"> <a href="{{ site.google_scholar }}"> <i class="ai ai-google-scholar ai-1x" title="Google Scholar">&nbsp;</i>google scholar</a> </div>
<div class="Rtable-cell"> <a href="{{ site.url }}"><i class="fas fa-mouse-pointer">&nbsp;</i>{{site.url | replace:'http://','' | replace:'https://','' }}</a> </div>
<div class="Rtable-cell"> <i class="fas fa-passport" title="Nationality"></i>&nbsp;<a href="https://en.wikipedia.org/wiki/Lusitanians">Portuguese</a> and <a href="https://en.wikipedia.org/wiki/Helvetii">Swiss</a></div>

</div>

</td>

</tr>
</table>


On the side, I maintain a [publications bookmark]({{ site.publications_permalink }}) and a [resources page]({{ site.resources_permalink }}) where I keep track of papers, books and other material of interest. My [google scholar page]({{ site.google_scholar }}) indexes most of my publications. When time allows, I post about HPC & ML:

Expand Down

0 comments on commit f9fe838

Please sign in to comment.