Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Event . 2026
Data sources: ZENODO
ZENODO
Event . 2026
Data sources: Datacite
ZENODO
Event . 2026
Data sources: Datacite
versions View all 2 versions
addClaim

đŸ‘ŸđŸš© Publication d'attente-labyrinthe — Niveau 2+ đŸ‘»đŸ‘»

Authors: FRADIER, Kevin;

đŸ‘ŸđŸš© Publication d'attente-labyrinthe — Niveau 2+ đŸ‘»đŸ‘»

Abstract

đŸ‘ŸđŸš© Publication d’attente-labyrinthe — Niveau 2+ đŸ‘»đŸ‘» Auteur : Kevin Fradier — Chercheur indĂ©pendantDate : 2026Licence : © 2025 Kevin Fradier — CC BY-NC-ND 4.0 1ïžâƒŁ Contexte Cette publication propose une exploration de motifs rares et d’anomalies locales dans des sĂ©quences symboliques.Chaque section est indĂ©pendante, mais l’effet global du document n’apparaĂźt que lorsque toutes les sections sont testĂ©es et croisĂ©es. Objectif : crĂ©er un labyrinthe cognitif subtil. Accessible : chaque section peut ĂȘtre testĂ©e seule. Profondeur : certaines anomalies ne se rĂ©vĂšlent qu’aprĂšs avoir combinĂ© plusieurs sections. 2ïžâƒŁ Sections Section A — SĂ©quence courte SĂ©quence : "abacabadabacabaeabaf" Motifs d’intĂ©rĂȘt : "aba", "bac" Observation : comptez les occurrences par position. Indice pour la suite : certaines positions semblent “incomplĂštes” → vĂ©rifiez Section B. Section B — Sous-sĂ©quences SĂ©quences : 1. "cabad" 2. "eabaf" 3. "dabac" Motifs Ă  vĂ©rifier : "cab", "eab" Lien labyrinthe : ces sous-sĂ©quences complĂštent les positions marquĂ©es dans Section A. Section C — Combinaison de motifs Instruction : combinez les motifs identifiĂ©s dans Sections A et B pour crĂ©er une nouvelle sĂ©quence composite. SĂ©quence composite : non fournie. Observation : certaines positions de motifs ne se rĂ©vĂšlent que si Sections A et B ont Ă©tĂ© correctement combinĂ©es. Section D — Micro-anomalies Calculs simples : entropie spectrale sur les blocs de la sĂ©quence composite. Observation : certains blocs montrent des Ă©carts inattendus. Effet labyrinthe : si vous n’avez pas combinĂ© correctement Sections A–C, les Ă©carts disparaissent. 3ïžâƒŁ Code autonome (Python simplifiĂ©) import numpy as np def spectral_measure(x): p = np.abs(np.fft.fft([ord(c) for c in x]))**2 p = p / p.sum() if p.sum() > 0 else p p = p[p > 0] return -np.sum(p * np.log2(p)) # Sections A & B seq_a = "abacabadabacabaeabaf" seq_b = ["cabad", "eabaf", "dabac"] # Exemple de parcours du labyrinthe for s in [seq_a] + seq_b: print(f"Sequence: {s}, Entropy: {spectral_measure(s):.4f}") 4ïžâƒŁ Observation attendue Chaque sĂ©quence seule produit une entropie calculable et testable. L’effet labyrinthe (anomalies combinĂ©es et persistantes) n’apparaĂźt que si toutes les sections sont explorĂ©es. Effet reproductible et autonome, sans aucune thĂ©orie ou interprĂ©tation. 5ïžâƒŁ CritĂšres labyrinthe Effet multiple : chaque section contribue Ă  l’effet global. Effet stable : reproduisible Ă  chaque parcours complet du document. Effet autonome : aucune rĂ©fĂ©rence Ă  thĂ©orie externe. Labyrinthe implicite : le lecteur est “attendu” Ă  chaque section pour dĂ©couvrir l’anomalie. 6ïžâƒŁ README rapide (Ă  inclure dans le dĂ©pĂŽt) # Publication d’attente-labyrinthe — Niveau 2+ đŸ‘»đŸ‘» ## Objectif CrĂ©er un labyrinthe cognitif et expĂ©rimental autour de motifs symboliques. ## Contenu - sequences.txt : Sections A & B - niveau_labyrinthe.py : code autonome pour explorer les motifs - README.md : instructions et protocole ## Usage 1. ExĂ©cuter le code sur les sections A et B 2. Combiner les motifs selon Section C 3. Observer anomalies de Section D 4. Explorer le labyrinthe pour dĂ©couvrir l’effet global ## Licence © 2025 Kevin Fradier — CC BY-NC-ND 4.0 💡 😅😂😅 💡

  • BIP!
    Impact byBIP!
    selected citations
    These citations are derived from selected sources.
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
Powered by OpenAIRE graph
Found an issue? Give us feedback
selected citations
These citations are derived from selected sources.
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
0
Average
Average
Average