Skip to content

Commit deb00d6

Browse files
committed
Edit announcements. Fix spacing.
1 parent 57a36fa commit deb00d6

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed

_bibliography/papers.bib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ @inproceedings{herrmannlearning
2323
poster={learning_rnn_poster.pdf},
2424
slides={learning_rnn_slides.pdf},
2525
preview={learning_rnn_pic.png},
26-
selected={true}
26+
selected={true},
27+
arxiv={https://arxiv.org/abs/2403.11998}
2728
}
2829

2930
@inproceedings{zhuge2024language,

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ footer_text: >
1313
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
1414
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
1515
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
16-
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
16+
icon: # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
1717

1818
url: https://FF93.github.io # the base hostname & protocol for your site
1919
baseurl: #the subpath of your site, e.g. /blog/. Leave blank for root

_includes/news.liquid

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<div class="news">
22
{% if site.news != blank %}
33
{% assign news_size = site.news | size %}
4-
<div
5-
class="table-responsive"
6-
{% if include.limit and site.announcements.scrollable and news_size > 3 %}
7-
style="max-height: 60vw;"
8-
{% endif %}
9-
>
4+
<div class="table-responsive">
105
<style>
116
.date-cell {
127
width: 15%; /* Reduced from 20% to 15% */

_news/announcement_1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ priority: 10
77
---
88

99
Successfully defended my PhD thesis on [Reinforcement learning with general evaluators and generators of policies](https://sonar.ch/global/documents/327980). PhD committee: [Jürgen Schmidhuber](https://people.idsia.ch/~juergen/), [Marcello Restelli](https://scholar.google.com/citations?user=xdgxRiEAAAAJ&hl=en), [Alex Graves](https://scholar.google.co.uk/citations?user=DaFHynwAAAAJ&hl=en), [Cesare Alippi](https://search.usi.ch/it/persone/e45d870d6c9d9871b8cf6493e73c0558/alippi-cesare), [Rolf Krause](https://search.usi.ch/it/persone/385ec98e41e4068a2f61ba6cdbf33c9d/krause-rolf).
10+
<div style="height: 20px;"></div> <!-- Adjust the height as needed -->

_news/announcement_10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ related_posts: false
66
priority: 1
77
---
88

9-
Received a grant for a multi-year project focused on using Reinforcement Learning for Chemical Materials discovery, in partnership with industry at KAUST. This project was co-authored with Jürgen Schmidhuber.
9+
Received a grant for a multi-year project focused on using Reinforcement Learning for Chemical Materials discovery, in partnership with industry at KAUST. This project was co-authored with Jürgen Schmidhuber. `We are hiring 3 Postdocs for this project!`

_news/announcement_9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ related_posts: false
66
priority: 2
77
---
88

9-
Received a grant for a multi-year project focused on General AI at KAUST. This project was co-authored with Jürgen Schmidhuber.
9+
Received a grant for a multi-year project focused on General AI at KAUST. This project was co-authored with Jürgen Schmidhuber. `We are hiring 2 PhD students for this project!`

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ social: true # includes social icons at the bottom of the page
2121
In the past two years, I have also worked as a visiting researcher at [KAUST](https://www.kaust.edu.sa/en/), where I developed and authored projects on General AI, AI for Chemistry, Trustworthy Large Language Models, Car Racing Optimization, and [Coral Restoration](https://www.kaust.edu.sa/html/reefscape/). Some of these projects, in collaboration with industrial partners, have been awarded several million USD.
2222

2323
My research interests lie at the intersection of General AI, Reinforcement Learning, and AI for Science. I am particularly interested in developing Artificial Scientists to automate scientific research using artificial curiosity and metalearning techniques. Part of my work involves language modeling and robotics. For discussions and collaborations, please reach out at francesco[DOT]faccio[AT]KAUST[DOT]edu[DOT]sa.
24-
24+
<div style="height: 10px;"></div> <!-- Adjust the height as needed -->

_pages/projects_awarded.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ title: Projects Awarded
3030
- _Status:_ Awarded 220 thousand GPU hours on the [Swiss National Supercomputer](https://www.cscs.ch/). Estimated value \$500k.
3131

3232

33+
<div style="height: 20px;"></div> <!-- Adjust the height as needed -->

0 commit comments

Comments
 (0)