Skip to content

Commit

Permalink
test guests
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Dec 4, 2024
1 parent be500f4 commit 94af0d3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
12 changes: 12 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@
research: >
Combination of chemical probing data and secondary structure prediction.
Co-supervision with [Guido Sanguinetti (SISSA)](https://orcid.org/0000-0002-6663-8336).
- name: Valerio Piomponi
role: Guest
previously: PhD Student (2019--2022)

- name: Thorben Fröhlking
role: Guest
previously: PhD Student ((2019--2022)

- name: Mattia Bernetti
role: Guest
previously: Post-Doctoral Researcher (2018--2021)
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Our research has been funded by the following sources:
- [SISSA](https://www.sissa.it/), institutional funds
- PNRR, National Centre for HPC, Big Data, and Quantum Computing
- [MSCA](https://marie-sklodowska-curie-actions.ec.europa.eu/), two post-doctoral fellowships
- [EMBO](https://www.embo.org), one EMBO post-doctoral fellowship
- [EMBO](https://www.embo.org), one post-doctoral fellowship
- [PRIN](https://prin.mur.gov.it/), PRIN 2022, [Hunting metal ions within cryo-EM derived RNA structures](https://bussilab.github.io/prin2022)
- [ERC](https://erc.europa.eu/), Starting Grant 2012, [Small RNAs in silico](http://www.srnas.sissa.it/home/)
- [FIRB](https://firb.miur.it/), Futuro in Ricerca 2010
Expand Down
15 changes: 5 additions & 10 deletions people.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,16 @@ title: People
</div>
<div class="person-info">
<h3>{{ person.name }}</h3>
{% if person.role %}
<p class="person-role">{{ person.role }}</p>
{% if person.funds %}
{% endif %}
{% if person.previously %}
{% elsif person.funds %}
<p class="person-funds">Funded by: {{ person.funds }}</p>
{% else %}
<p class="person-funds">Funded by: SISSA</p>
{% endif %}
<p class="person-research">{{ person.research | markdownify }}</p>
<p class="person-research">{% if person.previously %}Previously: {{ person.previously }} {% endif %}{{ person.research | markdownify }}</p>
<div class="person-links">
{% if person.email %}
<a href="mailto:{{ person.email }}" target="_blank" aria-label="Email" title="Email"><i class="fas fa-envelope"></i></a>
Expand Down Expand Up @@ -130,14 +133,6 @@ title: People
</div>


## Guests

Some former members are participating as regular guests to our group activities. Currently:

- Mattia Bernetti (Università degli Studi di Urbino Carlo Bo, Italy)
- Thorben Fröhlking (Université de Genève, Switzerland)
- Valerio Piomponi (Area Science Park, Trieste, Italy)

## Previous members

Previous members of the group at listed in [this page](people-previous.md).
Expand Down

0 comments on commit 94af0d3

Please sign in to comment.