diff --git a/_includes/main/group_photos.html b/_includes/main/group_photos.html
index 3a06b09..e318d59 100644
--- a/_includes/main/group_photos.html
+++ b/_includes/main/group_photos.html
@@ -8,7 +8,7 @@
this[i] = ' '
}
}
- var n_images = 9
+ var n_images = 10
image = new ImageArray(n_images)
text = new ImageArray(n_images)
image[0] = './group_photos/grupo2015.jpg'
@@ -29,6 +29,8 @@
text[7] = "Lucas presenting at the 2023 Brazilian Biophysical Society Meeting."
image[8] = './group_photos/defesa_pamella_2023.jpg'
text[8] = "Alessandro, Munir, Pamella, and Leandro, Pamella dissertation thesis, 2023."
+ image[8] = './group_photos/2023_aniversario.png'
+ text[8] = "Lucas, Leandro, Pamella, and Jéssica, 2023."
var rand = 1000/image.length
function randomimage() {
currentdate = new Date()