Skip to content

Commit

Permalink
Add bio and headshot
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoferrari committed Mar 1, 2024
1 parent 74eb0af commit b95f5fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
18 changes: 9 additions & 9 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ subtitle: PhD Candidate in Computational Psychiatry @ University of Edinburgh

profile:
align: right
image:
image: headshot.jpg
image_circular: true # crops the image to make it circular
more_info: >
<p>School of Informatics</p>
<p>University of Edinburgh</p>
<p>Edinburgh, UK</p>
# more_info: >
# <p>School of Informatics</p>
# <p>University of Edinburgh</p>
# <p>Edinburgh, UK</p>

news: false # includes a list of news items
latest_posts: false # includes a list of the newest posts
selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---
<!--
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.

Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
I am a PhD student in Computational Psychiatry in the School of Informatics at the University of Edinburgh supervised by [Peggy Seriès](https://homepages.inf.ed.ac.uk/pseries/).

Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. -->
In my research, I study differences in human behaviour and decision-making caused by anxiety disorders. To do so, I use a variety of computational cognitive modelling techniques including Bayesian analysis, reinforcement learning, prospect theory and diffusion models.

Prior to my PhD, I graduated with a Master of Science in Artificial Intelligence from the University of Edinburgh and I worked as a Data Scientist for two years, focusing on on-device models for Computer Vision.
13 changes: 9 additions & 4 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ul.task-list input[type="checkbox"] {
width: 100%;

.more-info {
margin-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-family: monospace;

Expand All @@ -208,11 +208,11 @@ ul.task-list input[type="checkbox"] {
}

.profile.float-right {
margin-left: 1rem;
margin-left: 2rem;
}

.profile.float-left {
margin-right: 1rem;
margin-right: 2rem;
}

@media (min-width: 576px) {
Expand Down Expand Up @@ -241,6 +241,11 @@ ul.task-list input[type="checkbox"] {
}
}

.clearfix{
text-align: justify;
text-justify: inter-word;
}

// Navbar customization

.navbar {
Expand Down Expand Up @@ -382,7 +387,7 @@ ul.task-list input[type="checkbox"] {
text-align: center;

.contact-icons {
font-size: 4rem;
font-size: 2rem;

a {
i::before {
Expand Down
Binary file added assets/img/headshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b95f5fe

Please sign in to comment.