cv/content.typ

131 lines
3.7 KiB
Plaintext
Raw Permalink Normal View History

2023-11-27 16:04:11 +01:00
#import "template.typ"
2024-01-11 15:31:17 +01:00
// Configuration
// Polymny config
#let spacing = 0.345cm
#let show_publications = true
#let show_projects = false
2023-11-27 16:04:11 +01:00
= Parcours
#template.entry2(
left: image(height: 15pt, "./assets/icons/adjust.svg"),
heading: [*Polymny Studio*, _Toulouse_, #link("https://polymny.studio")],
2023-11-27 19:22:18 +01:00
description: [Logiciel SAAS permettant la réalisation de MOOC facilement],
2023-11-27 16:04:11 +01:00
note: [
Co-fondateur, responsable R&D, développeur
2023-11-28 11:50:32 +01:00
- pilotage et développement de l'architecture multi-instances
- instance sur cluster kubernetes OVHcloud avec stockage S3
- instance auto-hébergée chez tetaneutral
- développement de l'UI/UX, frontend et backend
- président de lAssociation Polymny Studio jusquen Sept 2022
2023-11-27 16:04:11 +01:00
]
)
#template.entry2(
left: [2019],
heading: [*Doctorat*, _Toulouse INP_, #link("https://tforgione.fr/phd/")],
description: [Doctorat en informatique et télécommunications],
note: [
Transmission adaptative de modèles 3D massifs
- encodage de modèle 3D optimisé pour le streaming interactif
- streaming adapté au point de vue
- interface du bureau avec clavier / souris
- interface smartphone avec joystick virtuel et gyroscope
]
)
#template.entry2(
left: [2015],
heading: [*Diplôme d'ingénieur*, _ENSEEIHT_],
2023-11-27 19:22:18 +01:00
description: [Diplôme d'ingénieur en informatique et mathématiques appliquées],
note: [Spécialisation en multimédia et traitement d'images]
2023-11-27 16:04:11 +01:00
)
2024-01-11 15:31:17 +01:00
#v(spacing)
#if show_publications [
= Publications
#let local_spacing = 0.7em
#template.entry2(
left: [2019],
heading: [*Using 3D Bookmarks for Desktop and Mobile DASH-3D Clients*],
description: [
ACMMM 19 Demo Paper \
#link("https://tforgione.fr/publications/acmmm19/")
],
note: [T. Forgione, A. Carlier, G. Morin, W. T. Ooi, V. Charvillat],
disable_line: true,
)
#v(local_spacing)
#template.entry2(
left: [2018],
heading: [*DASH for 3D Networked Virtual Environment*],
description: [
ACMMM 18 Long Paper + Demo paper \
#link("https://tforgione.fr/publications/acmmm18/")
],
note: [T. Forgione, A. Carlier, G. Morin, W. T. Ooi, V. Charvillat, P. K. Yadav],
disable_line: true,
)
#v(local_spacing)
#template.entry2(
left: [2016],
heading: [*Impact of 3D Bookmarks on Navigation and Streaming in a Networked Virtual Environment*],
description: [
MMSys 16 Long Paper \
#link("https://tforgione.fr/publications/mmsys16/")
],
note: [T. Forgione, A. Carlier, G. Morin, W. T. Ooi, V. Charvillat],
disable_line: true,
)
]
#if show_projects [
2023-11-27 18:37:52 +01:00
2023-11-27 16:04:11 +01:00
= Projets
#template.entry2(
left: [2021],
heading: [*Ergol*, #link("https://ergol-rs.github.io")],
2023-11-28 11:50:32 +01:00
description: [ORM asynchrone pour Rust / PostgreSQL],
2023-11-27 16:04:11 +01:00
note: [
- proc macro via annotation pour génération de code lié aux tables
- gestion des one-to-one, one-to-many, many-to-many
- création / réinitialisation de tables automatiques
2023-11-27 18:44:24 +01:00
- fonctions utilitaires pour INSERT, SELECT, UPDATE, DELETE
2023-11-28 11:50:32 +01:00
- système de gestion des migrations
2023-11-27 16:04:11 +01:00
- intégration avec le framework web Rocket
]
)
#template.entry2(
left: [2019],
heading: [*My Twitch Replays*, #link("https://twitch.tforgione.fr")],
description: [Plate-forme de vidéo à la demande serverless via HTTP],
note: [
- encodage vidéo multi-résolution en HLS avec FFmpeg
- lecteur vidéo custom en elm avec miniatures de navigation
- selection manuelle ou automatique de la résolution via hls.js
]
)
2024-01-11 15:31:17 +01:00
]
#v(spacing)
2023-11-27 18:37:52 +01:00
2023-11-27 16:04:11 +01:00
= Loisirs
2023-11-27 16:13:03 +01:00
#template.entry(left: [Sport])[*jiujitsu brésilien depuis 2020, ceinture bleue*]
2023-11-27 16:04:11 +01:00
#template.entry(left: [Moto])[*permis A2 depuis 2016, permis A depuis 2018*]
#template.entry(left: [Musique])[*guitare acoustique et éléctrique depuis 2008*]