Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #265

Merged
merged 15 commits into from
Dec 23, 2024
Merged

Dev #265

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@
"isBackground": false,
"tasks": [
{
"label": "bundler fix install",
"label": "fix bundler install",
"command": "gem uninstall bundler && gem install bundler",
"detail": "bundler fix install"
},
{
"label": "kill ruby",
"command": "killall -9 ruby || :",
"detail": "fix port is in use or requires root privileges"
},
{
"label": "gem",
"command": ".bash/osx/gem.sh",
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Prior to my current role, I worked as a Webmaster, specialized in Apache, MySQL,

My educational background includes a Master of Science in Management HEC School of Management and a Major in Management and New Technologies from Télécom ParisTech, both ranking among France's top selective higher education schools. I also hold a Master of Science in Political Science and a Bachelor of Arts in History from Université Paris Ouest Nanterre la Défense (Paris X Nanterre). My interdisciplinary education in digital engineering, business management, political sciences, and history has equipped me with a diverse perspective that informs my approach to technology and collaboration.

For the past years, I assume the position of Chief Technology Officer (CTO) and lead a talented team consisting of data scientists, web developers, and software engineers. By leveraging our diverse expertise, we create cutting-edge solutions and innovative digital tools to provide robust support to researchers and researcher managers to secure funding and foster academical collaboration.
For the past years, I assume the position of Chief Technology Officer (CTO) and lead a talented team consisting of data scientists, web developers, and software engineers. By leveraging our diverse expertise, we create cutting-edge solutions and innovative digital tools to provide robust support to researchers, research support advisors and research managers and administrators (RMA) to secure funding and foster academical collaboration.

When I'm not busy crafting digital solutions, you can find me lacing up my hiking boots to explore scenic trails or enjoying the great outdoors through sightseeing adventures. I also love to grab my bike and spend all day long exploring the vibrant streets of European capitals. To unwind, I indulge in my passion for live acoustic music concerts, with a particular fondness for jazz and baroque music.

Expand Down
Loading