Skip to content

Commit

Permalink
syrt2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MartaMorandini committed May 15, 2024
1 parent b59b9b9 commit 2768a26
Show file tree
Hide file tree
Showing 52 changed files with 158 additions and 39 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion _data/projects.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Higher-order Laplacian Renormalization
image: "/assets/images/projects/holr.png"
link: https://arxiv.org/abs/2401.11298
description: M. Nurisso, <b>M. Morandini</b> , M. Lucas, F. Vaccarino, T. Gili, G. Petri
description: M. Nurisso, <b>M. Morandini</b>, M. Lucas, F. Vaccarino, T. Gili, G. Petri
- name: Curvy Clay
image: "/assets/images/projects/curvy_clay.png"
link: https://www.instagram.com/curvy_clay/
Expand Down
6 changes: 3 additions & 3 deletions _includes/blog-card.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="columns has-text-centered" id="blog-card">
<div class="column is-marginless is-paddingless is-one-third-desktop is-one-third-fullhd is-one-third-tablet">
<div class="image is-16by9" style="background-image: url({{post.post-image}});"></div>
<div class="image is-3by2" style="background-image: url({{post.post-image}});"></div>
</div>
<a href="{{post.url | absolute_url}}">
<div class="column has-text-left-desktop has-text-left-tablet">
<h1 class="title is-size-4-touch">{{post.title}}</h1>
<div class="content has-text-grey">
{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
{{ post.content | truncate: 200 | strip_html | strip_newlines | strip | escape }}
<hr class="has-background-grey">
<span class="has-text-grey">Published on <span class="has-text-weight-semibold">{{ post.date | date: "%-B %d, %Y" }}</span></span> | <i class="fas fa-clock"></i> <span class="has-text-weight-semibold">{% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %}</span> read
<span class="has-text-grey"><span class="has-text-weight-semibold">{{ post.date | date: "%-B %d, %Y" }}</span></span> | <i class="fas fa-clock"></i> <span class="has-text-weight-semibold">{% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %}</span> read
</div>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<title>{{site.title}}</title>
<link rel="stylesheet" href="{% if site.baseurl %}{{site.baseurl}}{% else %}{% endif %}/assets/css/style.css">
<script src="https://kit.fontawesome.com/6a97161b76.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="{% if site.favicon-url %}{{site.favicon-url}}{% else %}{{ 'assets/images/logo.png' | absolute_url }}{% endif %}" type="image/x-icon">
<!--<link rel="shortcut icon" href="{% if site.favicon-url %}{{site.favicon-url}}{% else %}{{ 'assets/images/logo.png' | absolute_url }}{% endif %}" type="image/x-icon">-->
</head>
23 changes: 11 additions & 12 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ <h1 class="title has-text-centered is-2 has-text-weight-semibold ">{{page.title}
{% unless page.description.size == 0 %}
<p id="description" class="content is-small has-text-weight-medium is-uppercase">{{page.description | strip | strip_html | strip_newlines }}</p>
{% endunless %}
<p class="subtitle is-6 is-uppercase has-text-weight-normal has-text-black-ter">Published on
<b>{{ page.date | date: "%-B %d, %Y" }}</b> by <a href="{% if site.author-url %}{{site.author-url}}{% else %}{{site.url}}{{site.baseurl}}/#about{% endif %}" target="_blank"><b class="has-text-link"><u>{{site.author-name}}</u></b>
</a>
<p class="subtitle is-6 is-uppercase has-text-weight-normal has-text-black-ter">
<b>{{ page.date | date: "%-B %d, %Y" }}</b>
</p>
{%- assign tags = page.tags -%}
{%- unless tags.size == 0 -%}
<p class="subtitle is-uppercase">
<i class="fas fa-tags"></i>
<p class="subtitle is-uppercase" >
<i class="fas fa-tags" style="color:#c9a0dc;" ></i>
{% assign i = 0 %}
{% for tags in page.tags %}
<span class="tag is-link">{{page.tags[i]}}</span>
<tagname style="color:#c9a0dc;"> {{page.tags[i]}}</style>
<!--<span class="tag is-link">{{page.tags[i]}}</span>-->
{% assign i = i | plus:1 %}
{% endfor %}
</p>
{%- endunless -%}
{% assign words = content | number_of_words %}
{%- unless content.size == 0 -%}
<p class="subtitle is-uppercase"><i class="fas fa-clock"></i> <b class="has-text-link">
{{ words | divided_by:180 }} min
</b>READ</p>
<p class="subtitle is-uppercase" ><i class="fas fa-clock" style="color:#c9a0dc;"></i> <b class="has-text-link" style="color:#c9a0dc;">
<tagname style="color:#c9a0dc;">{{ words | divided_by:180 }} min</tagname>
</b>read</p>
{%- endunless -%}
</div>
</div>
Expand All @@ -63,7 +63,7 @@ <h1 class="title has-text-centered is-2 has-text-weight-semibold ">{{page.title}
</section>
{% include footer.html %}
</body>
<script>
<!--<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
Expand All @@ -80,6 +80,5 @@ <h1 class="title has-text-centered is-2 has-text-weight-semibold ">{{page.title}
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>

</script>-->
</html>
18 changes: 18 additions & 0 deletions _posts/2024-05-14-syrt2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: ISM3.0 - PhD days of INT
layout: post
post-image: "/assets/images/post/cover2.png"
description:
tags:
- poster
- aging
---

Each year at the INT (Institut de Neurosciences de la TImone) the students organize the so called <b>INT student meeting</b>.
It is an opportunity for the PhD students to present their projects and to get feedback from the whole intitute.

This year I decided to present a poster of my current project, supervised by Matthieu Gilson and Andrea Brovelli.
<body class="container is-centered">
<embed src="/assets/images/post/SYRT2024.pdf" width="100%" height="1000px" type="application/pdf">
</body>

Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/images/.DS_Store
Binary file not shown.
Binary file modified assets/images/gallery/.DS_Store
Binary file not shown.
Binary file added assets/images/gallery/IMG_20220424_133457.jpg
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/images/gallery/IMG_20220424_133506.jpg
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/images/gallery/IMG_20220424_133515.jpg
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/images/gallery/IMG_20220424_133532.jpg
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/images/gallery/IMG_20220424_135046.jpg
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/images/gallery/IMG_20220923_204536.jpg
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.
Binary file added assets/images/gallery/alba_2020.JPG
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/images/gallery/camargue_2022.jpg
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/images/gallery/catania2_2020.jpg
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/images/gallery/catania_2020.jpg
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/images/gallery/cavaglià_2021.jpg
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/images/gallery/cavaglià_2022.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/images/gallery/cavaglià_2023.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/images/gallery/firenze_2021.jpg
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/images/gallery/jago_2023.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/images/gallery/lonchamp2_2024.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/images/gallery/longchamp_2024.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/images/gallery/marseille_2024.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/images/gallery/matera_2020.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/gallery/monet.JPG
Binary file not shown.
Binary file added assets/images/gallery/musaba_2019.jpg
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/images/gallery/orangerie_2023.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/images/gallery/orsay_2023.JPG
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/images/gallery/panier_2024.jpeg
Binary file added assets/images/gallery/pisa_2022.jpeg
Binary file added assets/images/gallery/pralormo_2022.jpg
Binary file added assets/images/gallery/torino_2022.JPG
Binary file added assets/images/gallery/torino_2022.jpeg
Binary file added assets/images/gallery/torino_2024.jpeg
Binary file added assets/images/gallery/trani_2020.jpg
Binary file added assets/images/gallery/trieste2_2022.jpg
Binary file added assets/images/gallery/trieste_2022.jpg
Binary file added assets/images/gallery/venezia_2023.JPG
Binary file added assets/images/gallery/viverone_2022.jpeg
Binary file added assets/images/post/.DS_Store
Binary file not shown.
Binary file added assets/images/post/SYRT2024.pdf
Binary file not shown.
Binary file added assets/images/post/cover1.png
Binary file added assets/images/post/cover2.png
Binary file added assets/images/post/syrt2024.png
14 changes: 7 additions & 7 deletions cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ layout: page
---
#### Current position

- **PhD student in Neuroscience** (Nov 2023-Present) <br>
with Andrea Brovelli and Matthieu Gilson at the Institute de Neuroscience de la Timone (INT), Marseille (FR).
- **PhD student in Neuroscience** (Nov 2023-Present) - Marseille (FR) <br>
with Andrea Brovelli and Matthieu Gilson at the Institute de Neurosciences de la Timone (INT).
<hr>

#### Experience

- **Internship** (Sep 2022-Apr 2023) <br>
with Giovanni Petri at CENTAI, Turin (IT)
- **Tutor** (2018-2019) <br>
- **Internship** (Sep 2022-Apr 2023) - Turin (IT) <br>
with Giovanni Petri at CENTAI
- **Tutor** (2018-2019) - University of Turin (IT) <br>
*Scuola dei compiti*: maths and physics tutoring for high school students
- **Tutor** (2021) <br>
- **Tutor** (2021) - University of Turin (IT) <br>
*Matematica e scienza: sostantivi femminili*: workshops about women in STEM for high school students
<hr>

#### Education

- **Msc in Mathematics** -University of Turin (IT) <br>
- **Msc in Mathematics** - University of Turin (IT) <br>
Dissertation: *Topological fingerprints of brain individuality and age* <br>
Supervisors: Federica Galluzzi, Giovanni Petri
- **Bsc in Mathematics** - University of Turin (IT) <br>
Expand Down
132 changes: 117 additions & 15 deletions gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,77 @@
title: Gallery
layout: page
---

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box;}
* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: Arial;
}

.header {
text-align: center;
padding: 32px;
}

.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}

.image {
display: block;
width: 30%;
height: auto;
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 32%; /* IE10 */
flex: 32%;
max-width: 32%;
padding: 0 2px;
}

.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}

.container {
position: relative;
/* width: 50%;
max-width: 300px;
}
/* The overlay effect - lays on top of the container and over the image */
.overlay {
position: absolute;
bottom: 0;
position: absolute;
bottom: 0;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5); /* Black see-through */
color: #f1f1f1;
width: 30%;
color: #f1f1f1;
width: 100%;
transition: .5s ease;
opacity:0;
color: white;
Expand All @@ -29,16 +81,66 @@ layout: page
text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
opacity: 1;
}

</style>
</head>
<body>

<div class="container has-centered-text">
<img src="assets/images/gallery/monet.JPG" alt="Avatar" class="image">
<div class="overlay">Impression de Paris</div>
<!-- Photo Grid -->
<div class="row">
<div class="column">
<div class="container">
<img src="/assets/images/gallery/catania_2020.jpg" style="width:100%">
<div class="overlay">Catania, 2020</div>
</div>
<div class="container">
<img src="/assets/images/gallery/cavaglià_2021.jpg" style="width:100%">
<div class="overlay">Cavaglià, 2021</div>
</div>
<div class="container">
<img src="/assets/images/gallery/orangerie_2023.png" style="width:100%">
<div class="overlay">Paris, 2023</div>
</div>
<div class="container">
<img src="/assets/images/gallery/alba_2020.JPG" style="width:100%">
<div class="overlay">Alba, 2020</div>
</div>
</div>
<div class="column">
<div class="container">
<img src="/assets/images/gallery/orsay_2023.JPG" style="width:100%">
<div class="overlay">Paris, 2023</div>
</div>
<div class="container">
<img src="/assets/images/gallery/longchamp_2024.jpeg" style="width:100%">
<div class="overlay">Marseille, 2024</div>
</div>
<div class="container">
<img src="/assets/images/gallery/venezia_2023.JPG" style="width:100%">
<div class="overlay">Venezia, 2023</div>
</div>
<div class="container">
<img src="/assets/images/gallery/pisa_2022.jpeg" style="width:100%">
<div class="overlay">Pisa, 2022</div>
</div>
</div>
<div class="column">
<div class="container">
<img src="/assets/images/gallery/viverone_2022.jpeg" style="width:100%">
<div class="overlay">Viverone, 2022</div>
</div>
<div class="container">
<img src="/assets/images/gallery/jago_2023.jpeg" style="width:100%">
<div class="overlay">Napoli, 2023</div>
</div>
<div class="container">
<img src="/assets/images/gallery/matera_2020.JPG" style="width:100%">
<div class="overlay">Alba, 2020</div>
</div>
</div>
</div>

</body>
Expand Down

0 comments on commit 2768a26

Please sign in to comment.