feat(about): section Publications#104
Merged
Merged
Conversation
Nouvelle section dans /about, juste avant Contact : - Explication transparente du statut actuel (aucun article peer-reviewed publié à ce jour) - Liste des premiers travaux scientifiques liés à la plateforme, démarrée avec le rapport de validation de la précision temporelle (juin 2026), avec lien vers le dossier GitHub complet + PDF résumé - Sous-section « Citer la plateforme » expliquant le CITATION.cff + bouton GitHub natif, avec lien vers la section dédiée des mentions légales - Encadré d'appel : si vous publiez avec MindCraft, contactez-nous Architecture prête pour les futures publications : - Classes CSS .publicationsList / .publicationItem / .publicationTitle / .publicationMeta / .publicationLinks définies dans static.module.css - Commentaire JSX documente le pattern pour ajouter une publication (dupliquer un bloc .publicationItem dans .publicationsList) - Commentaire indique aussi la procédure de migration vers une page dédiée /publications quand la liste deviendra plus longue (déplacer la section dans pages/publications.jsx, les styles sont réutilisables) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ajoute une section Publications dans `/about`, juste avant Contact. Choix d'emplacement : section unique pour démarrer (aucune publication peer-reviewed à ce jour), migration vers une page dédiée `/publications` documentée dans le code pour le jour où la liste deviendra plus longue.
Contenu
Architecture extensible
Test plan