Récapitulatif TFE
⚠ = htmlspecialchars($error) ?>
Retour au formulaire
Identité
- Identifiant
- = htmlspecialchars($thesis['identifier']) ?>
- Titre
- = htmlspecialchars($thesis['title']) ?>
- Sous-titre
- = htmlspecialchars($thesis['subtitle']) ?>
- Auteur·ice(s)
- = htmlspecialchars($thesis['authors']) ?>
- Contact (interne)
- = htmlspecialchars($thesis['contact_interne']) ?>
- Contact public
- = !empty($thesis['contact_public']) ? 'Oui' : 'Non' ?>
- Année
- = htmlspecialchars((string)$thesis['year']) ?>
- Objet
- = htmlspecialchars($thesis['objet'] ?? 'tfe') ?>
- Doctoral
- Oui
Cadre académique
- Orientation
- = htmlspecialchars($thesis['orientation'] ?? '–') ?>
- Atelier Pratique
- = htmlspecialchars($thesis['ap_program'] ?? '–') ?>
- Finalité
- = htmlspecialchars($thesis['finality_type'] ?? '–') ?>
Jury
- Président·e
- = htmlspecialchars($thesis['jury_president']) ?>
- Promoteur·ice(s)
- = htmlspecialchars($thesis['jury_promoteurs']) ?>
- Promoteur·ice(s) ULB
- = htmlspecialchars($thesis['jury_promoteurs_ulb']) ?>
- Lecteur·ice(s) interne
- = htmlspecialchars($thesis['jury_lecteurs_internes']) ?>
- Lecteur·ice(s) externe
- = htmlspecialchars($thesis['jury_lecteurs_externes']) ?>
- Promoteur·ice(s)
- = htmlspecialchars($thesis['supervisors']) ?>
- Note du jury
- = htmlspecialchars($thesis['jury_points']) ?>/20
Contenu
- Synopsis
- = nl2br(htmlspecialchars($thesis['synopsis'] ?? '–')) ?>
- Note contextuelle
- = nl2br(htmlspecialchars($thesis['context_note'])) ?>
- Langue(s)
- = htmlspecialchars($thesis['languages']) ?>
- Format(s)
- = htmlspecialchars($thesis['formats']) ?>
- Mots-clés
- = htmlspecialchars($thesis['keywords']) ?>
- Lien BAIU
- = htmlspecialchars($thesis['baiu_link']) ?>
Accès et licence
- Degré d'ouverture
- = htmlspecialchars($thesis['access_type'] ?? '–') ?>
- Licence
- = htmlspecialchars($thesis['license_type']) ?>
- Licence personnalisée
- = htmlspecialchars($thesis['license_custom']) ?>
- CC2r
- = !empty($thesis['cc2r']) ? 'Acceptée' : 'Non' ?>
- Exemplaire BAIU
- = !empty($thesis['exemplaire_baiu']) ? 'Oui' : 'Non' ?>
- Exemplaire ERG
- = !empty($thesis['exemplaire_erg']) ? 'Oui' : 'Non' ?>
Dates et publication
- Soumis le
- = date('d/m/Y à H:i', strtotime($thesis['submitted_at'])) ?>
- Date de défense
- = date('d/m/Y', strtotime($thesis['defense_date'])) ?>
- Publié le
- = date('d/m/Y à H:i', strtotime($thesis['published_at'])) ?>
- Publié
- = !empty($thesis['is_published']) ? 'Oui' : 'Non' ?>
- Note du jury ajoutée
- = date('d/m/Y', strtotime($thesis['jury_note_added'])) ?>
Remarques
= nl2br(htmlspecialchars($thesis['remarks'])) ?>
Fichiers (= count($files) ?>)
'🎬',
$isPeerTube && $fileType === 'audio' => '🔊',
$fileType === 'cover' => '🖼️',
$fileType === 'note_intention' => '📝',
$fileType === 'main' || ($mime === 'application/pdf') || $fileExt === 'pdf' => '📄',
$fileType === 'video' || str_starts_with($mime, 'video/') || in_array($fileExt, ['mp4','webm','mov','ogv']) => '🎬',
$fileType === 'audio' || str_starts_with($mime, 'audio/') || in_array($fileExt, ['mp3','ogg','wav','flac','aac','m4a']) => '🔊',
$isImage => '🖼️',
$fileType === 'caption' || $fileExt === 'vtt' => '💬',
$fileType === 'annex' => '📎',
$fileType === 'website' => '🌐',
default => '📎',
};
?>
-
= $typeIcon ?>
ID : = htmlspecialchars($_ptUuid) ?>
= htmlspecialchars($displayLabel) ?>
= htmlspecialchars($fileType) ?>
0): ?>
= formatFileSize($f['file_size']) ?>
= date('d/m/Y H:i', strtotime($f['uploaded_at'])) ?>
Aucune donnée à afficher.
Retour au formulaire