[
  {
    "model": "team.person",
    "pk": 1,
    "fields": {
      "first_name": "Jean-Pierre",
      "last_name": "Martin",
      "slug": "jean-pierre-martin",
      "email": "jp.martin@universite-paris-saclay.fr",
      "phone": "+33 1 69 15 30 01",
      "bio": "Professeur des Universites specialise en intelligence artificielle et apprentissage automatique. Directeur du programme EUROMA depuis 2020.",
      "person_type": "professor",
      "university": 1,
      "country": "France",
      "nationality_code": "FR",
      "research_interests": "Machine learning, Deep learning, Computer vision",
      "linkedin_url": "https://linkedin.com/in/jpmartin",
      "google_scholar_url": "https://scholar.google.com/citations?user=xxx",
      "is_director": true,
      "is_coordinator": false,
      "is_featured": true,
      "is_active": true,
      "order": 1,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.professor",
    "pk": 1,
    "fields": {
      "person": 1,
      "title": "prof_dr",
      "position": "Professeur des Universites",
      "department": "Departement d'Informatique",
      "specialization": "Intelligence Artificielle",
      "office_location": "Bat. Alan Turing, Bureau 312",
      "academic_credentials": "PhD Universite Paris-Saclay, Postdoc MIT",
      "years_experience": 20
    }
  },
  {
    "model": "team.person",
    "pk": 2,
    "fields": {
      "first_name": "Anna",
      "last_name": "Schmidt",
      "slug": "anna-schmidt",
      "email": "anna.schmidt@tum.de",
      "phone": "+49 89 289 02",
      "bio": "Professeure associee en cybersecurite et cryptographie. Co-directrice du programme EUROMA.",
      "person_type": "professor",
      "university": 2,
      "country": "Allemagne",
      "nationality_code": "DE",
      "research_interests": "Cryptographie, Securite des reseaux, Blockchain",
      "linkedin_url": "https://linkedin.com/in/annaschmidt",
      "is_director": false,
      "is_coordinator": true,
      "is_featured": true,
      "is_active": true,
      "order": 2,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.professor",
    "pk": 2,
    "fields": {
      "person": 2,
      "title": "prof",
      "position": "Professeure Associee",
      "department": "Department of Computer Science",
      "specialization": "Cybersecurite",
      "office_location": "MI Building, Room 405",
      "academic_credentials": "PhD ETH Zurich",
      "years_experience": 12
    }
  },
  {
    "model": "team.person",
    "pk": 3,
    "fields": {
      "first_name": "Marco",
      "last_name": "Rossi",
      "slug": "marco-rossi",
      "email": "marco.rossi@polimi.it",
      "bio": "Professeur en systemes distribues et Big Data. Expert en architectures cloud.",
      "person_type": "professor",
      "university": 3,
      "country": "Italie",
      "nationality_code": "IT",
      "research_interests": "Systemes distribues, Cloud computing, Big Data",
      "is_director": false,
      "is_coordinator": false,
      "is_featured": true,
      "is_active": true,
      "order": 3,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.professor",
    "pk": 3,
    "fields": {
      "person": 3,
      "title": "prof",
      "position": "Professore Ordinario",
      "department": "Dipartimento di Elettronica",
      "specialization": "Systemes Distribues",
      "academic_credentials": "PhD Politecnico di Milano",
      "years_experience": 15
    }
  },
  {
    "model": "team.person",
    "pk": 4,
    "fields": {
      "first_name": "Sophie",
      "last_name": "Dubois",
      "slug": "sophie-dubois",
      "email": "sophie.dubois@universite-paris-saclay.fr",
      "bio": "Doctorante en troisieme annee travaillant sur l'application du deep learning a l'imagerie medicale.",
      "person_type": "phd",
      "university": 1,
      "country": "France",
      "nationality_code": "FR",
      "research_interests": "Deep learning, Medical imaging, Computer vision",
      "github_url": "https://github.com/sophiedubois",
      "is_featured": true,
      "is_active": true,
      "order": 10,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.phdstudent",
    "pk": 1,
    "fields": {
      "person": 4,
      "thesis_title": "Deep Learning pour la Detection de Maladies Rares",
      "thesis_description": "Application de reseaux de neurones convolutifs pour la detection automatique de maladies rares a partir d'images medicales.",
      "supervisor": 1,
      "start_date": "2022-09-01",
      "expected_end_date": "2025-08-31",
      "funding_source": "Bourse CIFRE"
    }
  },
  {
    "model": "team.person",
    "pk": 5,
    "fields": {
      "first_name": "Lukas",
      "last_name": "Weber",
      "slug": "lukas-weber",
      "email": "lukas.weber@tum.de",
      "bio": "Doctorant travaillant sur la securisation des protocoles IoT.",
      "person_type": "phd",
      "university": 2,
      "country": "Allemagne",
      "nationality_code": "DE",
      "research_interests": "IoT security, Cryptography, Embedded systems",
      "is_featured": false,
      "is_active": true,
      "order": 11,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.phdstudent",
    "pk": 2,
    "fields": {
      "person": 5,
      "thesis_title": "Protocoles de Securite Legers pour l'IoT",
      "thesis_description": "Developpement de protocoles cryptographiques adaptes aux contraintes des objets connectes.",
      "supervisor": 2,
      "start_date": "2023-04-01",
      "expected_end_date": "2026-03-31",
      "funding_source": "DFG Grant"
    }
  },
  {
    "model": "team.person",
    "pk": 6,
    "fields": {
      "first_name": "Maria",
      "last_name": "Santos",
      "slug": "maria-santos",
      "email": "maria.santos@ulisboa.pt",
      "bio": "Etudiante en Master specialisee en Intelligence Artificielle. Promotion 2024.",
      "person_type": "master",
      "university": 5,
      "country": "Portugal",
      "nationality_code": "PT",
      "research_interests": "NLP, Machine translation, Sentiment analysis",
      "is_featured": false,
      "is_active": true,
      "order": 20,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.masterstudent",
    "pk": 1,
    "fields": {
      "person": 6,
      "cohort_year": 2024,
      "specialization": 1,
      "current_semester": 2,
      "semester1_university": 5,
      "semester2_university": 1,
      "thesis_title": "Analyse de Sentiment Multilingue",
      "has_scholarship": true,
      "is_alumni": false
    }
  },
  {
    "model": "team.person",
    "pk": 7,
    "fields": {
      "first_name": "Erik",
      "last_name": "Lindqvist",
      "slug": "erik-lindqvist",
      "email": "erik.lindqvist@uu.se",
      "bio": "Etudiant en Master specialise en Big Data. Promotion 2024.",
      "person_type": "master",
      "university": 6,
      "country": "Suede",
      "nationality_code": "SE",
      "research_interests": "Big Data, Data visualization, Stream processing",
      "is_featured": false,
      "is_active": true,
      "order": 21,
      "created_at": "2024-01-01T00:00:00Z"
    }
  },
  {
    "model": "team.masterstudent",
    "pk": 2,
    "fields": {
      "person": 7,
      "cohort_year": 2024,
      "specialization": 2,
      "current_semester": 2,
      "semester1_university": 6,
      "semester2_university": 2,
      "thesis_title": "Analyse de Flux de Donnees en Temps Reel",
      "has_scholarship": true,
      "is_alumni": false
    }
  }
]
