Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
Laureηt | 883753e2ea | ||
30cf8edc40 | |||
4a5155e520 | |||
86f34bf45e | |||
b71ffbc6b9 | |||
1b420ae97a | |||
804eb42cb7 | |||
dc38119da8 | |||
50bc47ce74 |
|
@ -18,6 +18,8 @@ Build:
|
||||||
paths:
|
paths:
|
||||||
- _site/
|
- _site/
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
Deploy:
|
Deploy:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
@ -31,3 +33,5 @@ Deploy:
|
||||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||||
script:
|
script:
|
||||||
- lftp sftp://fainsil:DUMMY@ftp.perso.bde.inp-toulouse.fr -e "mirror -e -R _site www_public --exclude content ; quit"
|
- lftp sftp://fainsil:DUMMY@ftp.perso.bde.inp-toulouse.fr -e "mirror -e -R _site www_public --exclude content ; quit"
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
@ -4,10 +4,13 @@
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch 11ty",
|
"name": "Launch 11ty.js",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"program": "${workspaceFolder}/node_modules/@11ty/eleventy/cmd.js",
|
"runtimeExecutable": "yarn",
|
||||||
"args": [],
|
"runtimeArgs": [
|
||||||
|
"run",
|
||||||
|
"dev"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"[nunjucks]": {
|
"[nunjucks]": {
|
||||||
"editor.defaultFormatter": "okitavera.vscode-nunjucks-formatter"
|
"editor.defaultFormatter": "okitavera.vscode-nunjucks-formatter"
|
||||||
},
|
},
|
||||||
"emmet.includeLanguages": {
|
"emmet.includeLanguages": {
|
||||||
"nunjucks": "html"
|
"nunjucks": "html"
|
||||||
},
|
}
|
||||||
"debug.allowBreakpointsEverywhere": true
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,8 +47,8 @@ school_projects:
|
||||||
title: School projects
|
title: School projects
|
||||||
list:
|
list:
|
||||||
Sagittarius:
|
Sagittarius:
|
||||||
repo: https://git.inpt.fr/tobgang/sagittarius
|
repo: https://git.inpt.fr/fainsil/sagittarius
|
||||||
pdf: https://git.inpt.fr/tobgang/sagittarius-pdf/-/blob/master/iteration3/rapport3.pdf
|
pdf: https://git.inpt.fr/fainsil/sagittarius/-/blob/master/docs/iteration3/rapport3.pdf
|
||||||
role: Author
|
role: Author
|
||||||
description: From an object oriented programming project in [Java](https://en.wikipedia.org/wiki/Java_(programming_language)), a little 2D turn-based game inspired by [a game under the same name by George Prosser](https://gprosser.itch.io/sagittarius).
|
description: From an object oriented programming project in [Java](https://en.wikipedia.org/wiki/Java_(programming_language)), a little 2D turn-based game inspired by [a game under the same name by George Prosser](https://gprosser.itch.io/sagittarius).
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ skills:
|
||||||
Scientific Computing:
|
Scientific Computing:
|
||||||
level: advanced
|
level: advanced
|
||||||
tags:
|
tags:
|
||||||
- "[Numpy](https://www.microsoft.com/fr-fr/microsoft-365/word)"
|
- "[Numpy](https://numpy.org/)"
|
||||||
- "[Matplotlib](https://matplotlib.org/)"
|
- "[Matplotlib](https://matplotlib.org/)"
|
||||||
- "[Tensorflow](https://www.tensorflow.org/)"
|
- "[Tensorflow](https://www.tensorflow.org/)"
|
||||||
|
|
||||||
|
@ -202,9 +202,9 @@ langages:
|
||||||
level: advanced
|
level: advanced
|
||||||
icon: devicon-python-plain
|
icon: devicon-python-plain
|
||||||
|
|
||||||
Java:
|
Kotlin/Java:
|
||||||
level: advanced
|
level: advanced
|
||||||
icon: devicon-java-plain
|
icon: devicon-kotlin-plain
|
||||||
|
|
||||||
Julia/Matlab:
|
Julia/Matlab:
|
||||||
level: intermediate
|
level: intermediate
|
||||||
|
|
|
@ -46,9 +46,24 @@ experience:
|
||||||
school_projects:
|
school_projects:
|
||||||
title: Projets scolaires
|
title: Projets scolaires
|
||||||
list:
|
list:
|
||||||
|
# Deep Learning:
|
||||||
|
# repo: https://github.com/Tocard-Inc/Deep-Learning
|
||||||
|
# role: Author
|
||||||
|
# description: Projet d'apprentissage profond, consiste en la classifcation (en temps réel) d'images du jeu vidéo Rocket League Sideswipe, générées et labélisées automatiquement via un émulateur [android](https://www.android.com/).
|
||||||
|
|
||||||
|
# r/place clone:
|
||||||
|
# repo: TODO
|
||||||
|
# role: Author
|
||||||
|
# description: Projet d'application web, ...
|
||||||
|
|
||||||
|
# Compilateur:
|
||||||
|
# repo: TODO
|
||||||
|
# role: Author
|
||||||
|
# description: TODO
|
||||||
|
|
||||||
Sagittarius:
|
Sagittarius:
|
||||||
repo: https://git.inpt.fr/tobgang/sagittarius
|
repo: https://git.inpt.fr/fainsil/sagittarius
|
||||||
pdf: https://git.inpt.fr/tobgang/sagittarius-pdf/-/blob/master/iteration3/rapport3.pdf
|
pdf: https://git.inpt.fr/fainsil/sagittarius/-/blob/master/docs/iteration3/rapport3.pdf
|
||||||
role: Author
|
role: Author
|
||||||
description: Issu d'un projet de programmation orientée objet en [Java](https://en.wikipedia.org/wiki/Java_(programming_language)), un petit jeu 2D au tour par tour inspiré d'un [jeu du même nom de George Prosser](https://gprosser.itch.io/sagittarius).
|
description: Issu d'un projet de programmation orientée objet en [Java](https://en.wikipedia.org/wiki/Java_(programming_language)), un petit jeu 2D au tour par tour inspiré d'un [jeu du même nom de George Prosser](https://gprosser.itch.io/sagittarius).
|
||||||
|
|
||||||
|
@ -118,7 +133,7 @@ skills:
|
||||||
Calcul scientifique:
|
Calcul scientifique:
|
||||||
level: avancé
|
level: avancé
|
||||||
tags:
|
tags:
|
||||||
- "[Numpy](https://www.microsoft.com/fr-fr/microsoft-365/word)"
|
- "[Numpy](https://numpy.org/)"
|
||||||
- "[Matplotlib](https://matplotlib.org/)"
|
- "[Matplotlib](https://matplotlib.org/)"
|
||||||
- "[Tensorflow](https://www.tensorflow.org/)"
|
- "[Tensorflow](https://www.tensorflow.org/)"
|
||||||
|
|
||||||
|
@ -200,9 +215,9 @@ langages:
|
||||||
level: avancé
|
level: avancé
|
||||||
icon: devicon-python-plain
|
icon: devicon-python-plain
|
||||||
|
|
||||||
Java:
|
Kotlin/Java:
|
||||||
level: avancé
|
level: avancé
|
||||||
icon: devicon-java-plain
|
icon: devicon-kotlin-plain
|
||||||
|
|
||||||
Julia/Matlab:
|
Julia/Matlab:
|
||||||
level: intermédiaire
|
level: intermédiaire
|
||||||
|
|
15
src/ePortfolio/ContexteInternational.md
Normal file
15
src/ePortfolio/ContexteInternational.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: eportfolio.njk
|
||||||
|
eleventyNavigation:
|
||||||
|
key: ci
|
||||||
|
title: International
|
||||||
|
order: 10
|
||||||
|
---
|
||||||
|
|
||||||
|
Actuellement en troisième année à l'ENSSEIHT, je suis inscrit dans la filière Image et Multimédia et j'ai également un double diplôme de master en recherche PSMSC. En dehors de mes études à l'ENSSEIHT, j'ai passé deux mois aux États-Unis en séjournant chez une famille américaine et j'ai effectué quelques voyages de courte durée en Suisse, en Espagne et en Allemagne. Cependant, je n'ai pas encore effectué 16 semaines de mobilité académique.
|
||||||
|
|
||||||
|
En ce qui concerne l'échange académique en Suisse, je devais initialement partir à l'EPFL lors du semestre S9, mais malheureusement l'accord entre les deux établissements a pris fin et je n'ai pas pu y aller. Après discussion avec mes professeurs pour savoir si je pouvais quand même postuler, nous avons constaté que la plupart des cours qui m'intéressaient chez eux étaient en fait similaires à ceux que j'avais déjà suivis au S8 à l'ENSSEIHT ou ceux que je suis actuellement en train de suivre au S9 à l'ENSSEIHT.
|
||||||
|
|
||||||
|
En ce moment, je suis activement à la recherche d'un stage PFE orienté vers la recherche à l'étranger. Je suis en contact avec de nombreuses entreprises, mais je n'ai pas encore trouvé de proposition concrète. Cependant, j'ai déjà reçu une offre de Safran pour travailler dans leur département de recherche et développement à Paris. Le stage se déroulerait en anglais, à la fois à l'oral et à l'écrit, et il est possible que je puisse travailler à distance dans un pays étranger.
|
||||||
|
|
||||||
|
Lors de mon stage de deuxième année à l'IRIT, j'ai eu la chance de lire de nombreux articles scientifiques en anglais et j'ai co-écrit un article en anglais qui est en cours de publication. De plus, en tant que membre de net7, l'association informatique de l'ENSSEIHT, j'ai travaillé avec des technologies en anglais et j'ai collaboré à des projets open source sur GitHub en ligne avec d'autres contributeurs, tous en anglais bien sûr.
|
|
@ -9,6 +9,7 @@ eleventyNavigation:
|
||||||
# Entrepreneurship
|
# Entrepreneurship
|
||||||
|
|
||||||
Since the 4th of May 2021 and for one year, I hold the position of Treasurer at net7 and President at INP-net.
|
Since the 4th of May 2021 and for one year, I hold the position of Treasurer at net7 and President at INP-net.
|
||||||
|
My duties as Treasurer of net7 and President of INP-net will end soon.
|
||||||
|
|
||||||
## What is net7/INP-net ?
|
## What is net7/INP-net ?
|
||||||
|
|
||||||
|
@ -22,8 +23,25 @@ I currently spend all of my Thursday afternoons at the club improving or maintai
|
||||||
- Improvement of the ecobox service on the portail
|
- Improvement of the ecobox service on the portail
|
||||||
- Wiki migration (used by all technical clubs)
|
- Wiki migration (used by all technical clubs)
|
||||||
- Update of the minecraft server, regularly used by a dozen people
|
- Update of the minecraft server, regularly used by a dozen people
|
||||||
- Creation of a collaborative emulator for preshows
|
- Creation of a collaborative GBA emulator for preshows
|
||||||
- Moderation of mailing lists
|
- Moderation of mailing lists
|
||||||
- Managing the club's spending on new equipment
|
- Managing the club's spending on new equipment
|
||||||
- Reorganization of our archives
|
- Reorganization of our archives
|
||||||
|
- Creation of a hypervisor cluster with proxmox
|
||||||
- Migration of some of our services into virtual machines, or into the kubernetes cluster
|
- Migration of some of our services into virtual machines, or into the kubernetes cluster
|
||||||
|
- Replacement of our file service for students, ftp -> nextcloud
|
||||||
|
- Organization and purchase of new hardware for our brand new server room
|
||||||
|
- Organization of a git training for a few dozen students
|
||||||
|
- Organization of a git training for a few dozen students
|
||||||
|
- Did a root training for future club members
|
||||||
|
- Filled various tickets and communicated with the STI for the maintenance of our club room
|
||||||
|
- Participated to the Toulouse Hacking Convention for 3 days
|
||||||
|
- Currently laying the foundations of our new webapp with the help of previous members
|
||||||
|
- Help a couple of students with computer problems
|
||||||
|
- Organized the General Assembly of net7
|
||||||
|
- Wrote the minutes of the General Assembly of net7
|
||||||
|
- Planning a ton of work for this summer to further improve our services
|
||||||
|
|
||||||
|
## Conclusion
|
||||||
|
|
||||||
|
My time at net7 was very instructive for me, I greatly improved my technical abilities, but also my soft skills through the crucial communication with other clubs.
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
$background: #232830;
|
$background: #232830;
|
||||||
$foreground-text: #c0c5ce;
|
$foreground-text: #c0c5ce;
|
||||||
$font-size: 1.5rem;
|
|
||||||
$h1-size: 3rem;
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -23,7 +21,7 @@ body {
|
||||||
color: $foreground-text;
|
color: $foreground-text;
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-size: $font-size;
|
font-size: 1.5rem;
|
||||||
width: 60rem;
|
width: 60rem;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -44,7 +42,6 @@ a {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
height: $font-size;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -62,8 +59,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: $h1-size;
|
font-size: 3rem;
|
||||||
height: $h1-size;
|
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,6 +81,7 @@ ul {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img,
|
||||||
video {
|
video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -92,6 +89,15 @@ video {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-chaffle="submit"],
|
||||||
|
[data-chaffle="en"],
|
||||||
|
[data-chaffle="ja"],
|
||||||
|
[data-chaffle="ja-hiragana"],
|
||||||
|
[data-chaffle="ja-katakana"],
|
||||||
|
[data-chaffle="ua"] {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
|
Reference in a new issue