🎓 PhD candidate in astrophysics at IRAP (Research Institute in Astrophysics and Planetology), Toulouse, France
🌌 International Master's in Space Sciences and Applications (SSA) – University of Orléans, France
🔭 M1 in Fundamental and Applied Physics – University of Orléans
📘 BSc in Physics, Specialization in Fundamental Physics – University of Orléans
☀️ I investigate the solar wind and magnetic reconnection through the study of switchbacks using Solar Orbiter data.
🔬 More about my work
- Catalogue switchbacks and switchback patches in the solar wind.
- Study their statistical properties and how they relate to different solar wind regimes.
- Analyse Distribution Functions and extract moments (Density, Bulk-velocity, Temperatures).
- Explore how the ions properties evolve through those structures.
- Reusable rocket stage simulator [Not yet public]
- Orbital maneuver simulators [Not yet public]
class PhD_Student:
def __init__(self):
self.name = "Tristan Vergé"
self.role = "PhD. Student"
def say_hi(self):
print("Thanks for visiting! Feel free to explore my projects.")
me = PhD_Student()
me.say_hi()
📫 How to contact me:
- 📧 verge.tristan@gmail.com (personal)
- 📧 tristan.verge@irap.omp.eu (work)