├── Articles ├── Combrisson_2017_FIN.pdf ├── Vallat_2017_FHN.pdf ├── Vallat_2017_PlosOne.pdf ├── Vallat_2018_JSR.pdf ├── Vallat_2018_JSR_supp.pdf ├── Vallat_2018_NI.pdf └── Vallat_2018_NI_supp.pdf ├── Artworks ├── Grandville_promenade.jpeg ├── Grandville_promenade_BW.jpeg ├── Little nemo in slumberland.txt └── Reverie_SAMPLE.jpg ├── Fig ├── Discussion │ ├── HR_recap.png │ ├── HR_recap.pptx │ ├── autoscore.png │ ├── schema_dream_recall.png │ ├── schema_dream_recall.pptx │ ├── spindles.png │ └── spindles.pptx ├── Intro │ ├── Intro_DRF_model │ │ ├── Intro_DRF_model.png │ │ └── Intro_DRF_model.pptx │ ├── Intro_Guenole │ │ ├── Intro_Guenole.png │ │ └── Intro_Guenole.pptx │ ├── Intro_Hypnogram │ │ ├── Intro_Hypnogram.png │ │ ├── hypno_black.png │ │ └── s101_hypno.png │ ├── Intro_JBE_Paradigm │ │ ├── FigOrig.png │ │ ├── Intro_JBE_Paradigm.png │ │ └── Intro_JBE_Paradigm.pptx │ ├── Intro_JBE_sleep │ │ ├── Intro_JBE_sleep.png │ │ └── Intro_JBE_sleep.pptx │ ├── Intro_JBE_summary │ │ ├── Intro_JBE_summary.png │ │ └── Intro_JBE_summary.pptx │ ├── Intro_Jouvet │ │ └── Intro_Jouvet.jpg │ ├── Intro_Lesions │ │ ├── Intro_Lesions.png │ │ └── Intro_Lesions.pptx │ ├── Intro_Neuroimaging │ │ ├── Intro_Neuroimaging.png │ │ └── Intro_Neuroimaging.pptx │ ├── Intro_Problematics │ │ ├── Intro_Problematics.png │ │ └── Intro_Problematics.pptx │ ├── Intro_Pyramid_dream_construction │ │ ├── Intro_pyramid_dream.png │ │ └── Intro_pyramid_dream.pptx │ ├── Intro_Sleep_Stages_PSD │ │ ├── Fig_Intro_Sleep_stages.py │ │ ├── Intro_Sleep_Stages_PSD.png │ │ ├── colorbar.png │ │ ├── concat.pptx │ │ ├── psd.png │ │ ├── s101_psd.png │ │ ├── s101_stage.png │ │ ├── stage.png │ │ └── stage_mt.png │ └── Intro_paradigm_fMRI │ │ ├── Intro_paradigm_fMRI.png │ │ └── Intro_paradigm_fMRI.pptx ├── Methods │ ├── EEG_10-20 │ │ ├── EEG_10-20.png │ │ └── EEG_10-20.pptx │ ├── EEG_BrainWaves │ │ ├── EEG_Brain_Waves.png │ │ └── EEG_Brain_Waves.pptx │ ├── ERP │ │ ├── 20170820061417neuroscience_Neurosci-03-00141-g001.jpg │ │ ├── ERP.png │ │ └── ERP.pptx │ ├── fMRI_DMN │ │ ├── Intro_BrainNetworks.jpg │ │ ├── Intro_BrainNetworks.pptx │ │ └── Intro_DMN.png │ ├── fMRI_Networks │ │ ├── fMRI_Networks.png │ │ └── fMRI_Networks.pptx │ ├── fMRI_pipeline │ │ ├── fMRI_pipeline.png │ │ ├── fMRI_pipeline.pptx │ │ ├── fMRI_pipeline_perso.png │ │ └── fMRI_pipeline_perso.pptx │ ├── fMRI_seed_graph_ica │ │ ├── fMRI_seed_graph_ica.png │ │ └── fMRI_seed_graph_ica.pptx │ └── fMRI_temporal_correlation │ │ ├── Brain_Drawing.png │ │ ├── Brain_Drawing.svg │ │ ├── fMRI_temporal_correlation.png │ │ ├── fMRI_temporal_correlation.pptx │ │ ├── fMRI_temporal_correlation_1.png │ │ └── fMRI_temporal_correlation_2.png └── Results │ ├── Arousals │ ├── S1_Fig.png │ ├── S2_Fig.png │ └── S3_Fig.png │ ├── Inertia │ ├── Creativity │ │ ├── Fig1.png │ │ └── Fig2.png │ ├── DRF │ │ ├── Fig1.png │ │ └── S2_Fig.png │ └── Inertia │ │ ├── Fig1_Protocol.png │ │ ├── Fig2_DST.png │ │ ├── Fig3_N3.png │ │ ├── Fig4_N2.png │ │ ├── Fig5_N2vsN3.png │ │ ├── S1_Scoring.png │ │ └── S2_Networks.png │ ├── Survey │ ├── Fig1.png │ ├── Fig2.png │ ├── Fig3.png │ └── S1_Fig.png │ └── WLE │ ├── S1_Fig.png │ └── S2_Fig.png ├── MANIFEST.md ├── README.md ├── Word ├── Citations.docx └── RV_Thesis_Abstract.pdf ├── bib-refs.bib ├── cleanthesis.md ├── cleanthesis.sty ├── content ├── back-colophon.tex ├── composante_lyon1.pdf ├── discussion.tex ├── front-abstract.tex ├── front-acknowledgement.tex ├── front-acronyms.tex ├── front-cv.tex ├── front-garde-en.tex ├── front-garde-fr.tex ├── front-grandville.tex ├── front-publications.tex ├── front-quote.tex ├── intro-1-dream-research.tex ├── intro-2-dream-recall.tex ├── intro-3-dream-content.tex ├── intro-4-dream-function.tex ├── intro-5-problematic.tex ├── logo.png ├── method-1-eeg.tex ├── method-2-fMRI.tex ├── results-1-arousal.tex ├── results-2-inertia.tex ├── results-2.1-inertia.tex ├── results-2.2-drf.tex ├── results-3-dmn-crea.tex ├── results-4-survey.tex ├── results-5-wle.tex └── results-6-software.tex ├── en_US.aff ├── en_US.dic ├── main.pdf └── main.tex /Articles/Combrisson_2017_FIN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Combrisson_2017_FIN.pdf -------------------------------------------------------------------------------- /Articles/Vallat_2017_FHN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Vallat_2017_FHN.pdf -------------------------------------------------------------------------------- /Articles/Vallat_2017_PlosOne.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Vallat_2017_PlosOne.pdf -------------------------------------------------------------------------------- /Articles/Vallat_2018_JSR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Vallat_2018_JSR.pdf -------------------------------------------------------------------------------- /Articles/Vallat_2018_JSR_supp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Vallat_2018_JSR_supp.pdf -------------------------------------------------------------------------------- /Articles/Vallat_2018_NI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Vallat_2018_NI.pdf -------------------------------------------------------------------------------- /Articles/Vallat_2018_NI_supp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Articles/Vallat_2018_NI_supp.pdf -------------------------------------------------------------------------------- /Artworks/Grandville_promenade.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Artworks/Grandville_promenade.jpeg -------------------------------------------------------------------------------- /Artworks/Grandville_promenade_BW.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Artworks/Grandville_promenade_BW.jpeg -------------------------------------------------------------------------------- /Artworks/Little nemo in slumberland.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Artworks/Reverie_SAMPLE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Artworks/Reverie_SAMPLE.jpg -------------------------------------------------------------------------------- /Fig/Discussion/HR_recap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/HR_recap.png -------------------------------------------------------------------------------- /Fig/Discussion/HR_recap.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/HR_recap.pptx -------------------------------------------------------------------------------- /Fig/Discussion/autoscore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/autoscore.png -------------------------------------------------------------------------------- /Fig/Discussion/schema_dream_recall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/schema_dream_recall.png -------------------------------------------------------------------------------- /Fig/Discussion/schema_dream_recall.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/schema_dream_recall.pptx -------------------------------------------------------------------------------- /Fig/Discussion/spindles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/spindles.png -------------------------------------------------------------------------------- /Fig/Discussion/spindles.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Discussion/spindles.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_DRF_model/Intro_DRF_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_DRF_model/Intro_DRF_model.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_DRF_model/Intro_DRF_model.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_DRF_model/Intro_DRF_model.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Guenole/Intro_Guenole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Guenole/Intro_Guenole.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Guenole/Intro_Guenole.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Guenole/Intro_Guenole.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Hypnogram/Intro_Hypnogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Hypnogram/Intro_Hypnogram.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Hypnogram/hypno_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Hypnogram/hypno_black.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Hypnogram/s101_hypno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Hypnogram/s101_hypno.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_Paradigm/FigOrig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_JBE_Paradigm/FigOrig.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_Paradigm/Intro_JBE_Paradigm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_JBE_Paradigm/Intro_JBE_Paradigm.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_Paradigm/Intro_JBE_Paradigm.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_JBE_Paradigm/Intro_JBE_Paradigm.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_sleep/Intro_JBE_sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_JBE_sleep/Intro_JBE_sleep.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_sleep/Intro_JBE_sleep.pptx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_summary/Intro_JBE_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_JBE_summary/Intro_JBE_summary.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_JBE_summary/Intro_JBE_summary.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_JBE_summary/Intro_JBE_summary.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Jouvet/Intro_Jouvet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Jouvet/Intro_Jouvet.jpg -------------------------------------------------------------------------------- /Fig/Intro/Intro_Lesions/Intro_Lesions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Lesions/Intro_Lesions.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Lesions/Intro_Lesions.pptx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Fig/Intro/Intro_Neuroimaging/Intro_Neuroimaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Neuroimaging/Intro_Neuroimaging.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Neuroimaging/Intro_Neuroimaging.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Neuroimaging/Intro_Neuroimaging.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Problematics/Intro_Problematics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Problematics/Intro_Problematics.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Problematics/Intro_Problematics.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Problematics/Intro_Problematics.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Pyramid_dream_construction/Intro_pyramid_dream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Pyramid_dream_construction/Intro_pyramid_dream.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Pyramid_dream_construction/Intro_pyramid_dream.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Pyramid_dream_construction/Intro_pyramid_dream.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/Fig_Intro_Sleep_stages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/Fig_Intro_Sleep_stages.py -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/Intro_Sleep_Stages_PSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/Intro_Sleep_Stages_PSD.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/colorbar.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/concat.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/concat.pptx -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/psd.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/s101_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/s101_psd.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/s101_stage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/s101_stage.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/stage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/stage.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_Sleep_Stages_PSD/stage_mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_Sleep_Stages_PSD/stage_mt.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_paradigm_fMRI/Intro_paradigm_fMRI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_paradigm_fMRI/Intro_paradigm_fMRI.png -------------------------------------------------------------------------------- /Fig/Intro/Intro_paradigm_fMRI/Intro_paradigm_fMRI.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Intro/Intro_paradigm_fMRI/Intro_paradigm_fMRI.pptx -------------------------------------------------------------------------------- /Fig/Methods/EEG_10-20/EEG_10-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/EEG_10-20/EEG_10-20.png -------------------------------------------------------------------------------- /Fig/Methods/EEG_10-20/EEG_10-20.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/EEG_10-20/EEG_10-20.pptx -------------------------------------------------------------------------------- /Fig/Methods/EEG_BrainWaves/EEG_Brain_Waves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/EEG_BrainWaves/EEG_Brain_Waves.png -------------------------------------------------------------------------------- /Fig/Methods/EEG_BrainWaves/EEG_Brain_Waves.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/EEG_BrainWaves/EEG_Brain_Waves.pptx -------------------------------------------------------------------------------- /Fig/Methods/ERP/20170820061417neuroscience_Neurosci-03-00141-g001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/ERP/20170820061417neuroscience_Neurosci-03-00141-g001.jpg -------------------------------------------------------------------------------- /Fig/Methods/ERP/ERP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/ERP/ERP.png -------------------------------------------------------------------------------- /Fig/Methods/ERP/ERP.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/ERP/ERP.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_DMN/Intro_BrainNetworks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_DMN/Intro_BrainNetworks.jpg -------------------------------------------------------------------------------- /Fig/Methods/fMRI_DMN/Intro_BrainNetworks.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_DMN/Intro_BrainNetworks.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_DMN/Intro_DMN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_DMN/Intro_DMN.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_Networks/fMRI_Networks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_Networks/fMRI_Networks.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_Networks/fMRI_Networks.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_Networks/fMRI_Networks.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_pipeline/fMRI_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_pipeline/fMRI_pipeline.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_pipeline/fMRI_pipeline.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_pipeline/fMRI_pipeline.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_pipeline/fMRI_pipeline_perso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_pipeline/fMRI_pipeline_perso.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_pipeline/fMRI_pipeline_perso.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_pipeline/fMRI_pipeline_perso.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_seed_graph_ica/fMRI_seed_graph_ica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_seed_graph_ica/fMRI_seed_graph_ica.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_seed_graph_ica/fMRI_seed_graph_ica.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_seed_graph_ica/fMRI_seed_graph_ica.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_temporal_correlation/Brain_Drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_temporal_correlation/Brain_Drawing.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_temporal_correlation/Brain_Drawing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_temporal_correlation/Brain_Drawing.svg -------------------------------------------------------------------------------- /Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation.pptx -------------------------------------------------------------------------------- /Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation_1.png -------------------------------------------------------------------------------- /Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Methods/fMRI_temporal_correlation/fMRI_temporal_correlation_2.png -------------------------------------------------------------------------------- /Fig/Results/Arousals/S1_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Arousals/S1_Fig.png -------------------------------------------------------------------------------- /Fig/Results/Arousals/S2_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Arousals/S2_Fig.png -------------------------------------------------------------------------------- /Fig/Results/Arousals/S3_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Arousals/S3_Fig.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Creativity/Fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Creativity/Fig1.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Creativity/Fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Creativity/Fig2.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/DRF/Fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/DRF/Fig1.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/DRF/S2_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/DRF/S2_Fig.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/Fig1_Protocol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/Fig1_Protocol.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/Fig2_DST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/Fig2_DST.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/Fig3_N3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/Fig3_N3.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/Fig4_N2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/Fig4_N2.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/Fig5_N2vsN3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/Fig5_N2vsN3.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/S1_Scoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/S1_Scoring.png -------------------------------------------------------------------------------- /Fig/Results/Inertia/Inertia/S2_Networks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Inertia/Inertia/S2_Networks.png -------------------------------------------------------------------------------- /Fig/Results/Survey/Fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Survey/Fig1.png -------------------------------------------------------------------------------- /Fig/Results/Survey/Fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Survey/Fig2.png -------------------------------------------------------------------------------- /Fig/Results/Survey/Fig3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Survey/Fig3.png -------------------------------------------------------------------------------- /Fig/Results/Survey/S1_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/Survey/S1_Fig.png -------------------------------------------------------------------------------- /Fig/Results/WLE/S1_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/WLE/S1_Fig.png -------------------------------------------------------------------------------- /Fig/Results/WLE/S2_Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Fig/Results/WLE/S2_Fig.png -------------------------------------------------------------------------------- /MANIFEST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/MANIFEST.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/README.md -------------------------------------------------------------------------------- /Word/Citations.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Word/Citations.docx -------------------------------------------------------------------------------- /Word/RV_Thesis_Abstract.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/Word/RV_Thesis_Abstract.pdf -------------------------------------------------------------------------------- /bib-refs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/bib-refs.bib -------------------------------------------------------------------------------- /cleanthesis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/cleanthesis.md -------------------------------------------------------------------------------- /cleanthesis.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/cleanthesis.sty -------------------------------------------------------------------------------- /content/back-colophon.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/back-colophon.tex -------------------------------------------------------------------------------- /content/composante_lyon1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/composante_lyon1.pdf -------------------------------------------------------------------------------- /content/discussion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/discussion.tex -------------------------------------------------------------------------------- /content/front-abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-abstract.tex -------------------------------------------------------------------------------- /content/front-acknowledgement.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-acknowledgement.tex -------------------------------------------------------------------------------- /content/front-acronyms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-acronyms.tex -------------------------------------------------------------------------------- /content/front-cv.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-cv.tex -------------------------------------------------------------------------------- /content/front-garde-en.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-garde-en.tex -------------------------------------------------------------------------------- /content/front-garde-fr.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-garde-fr.tex -------------------------------------------------------------------------------- /content/front-grandville.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-grandville.tex -------------------------------------------------------------------------------- /content/front-publications.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-publications.tex -------------------------------------------------------------------------------- /content/front-quote.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/front-quote.tex -------------------------------------------------------------------------------- /content/intro-1-dream-research.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/intro-1-dream-research.tex -------------------------------------------------------------------------------- /content/intro-2-dream-recall.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/intro-2-dream-recall.tex -------------------------------------------------------------------------------- /content/intro-3-dream-content.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/intro-3-dream-content.tex -------------------------------------------------------------------------------- /content/intro-4-dream-function.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/intro-4-dream-function.tex -------------------------------------------------------------------------------- /content/intro-5-problematic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/intro-5-problematic.tex -------------------------------------------------------------------------------- /content/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/logo.png -------------------------------------------------------------------------------- /content/method-1-eeg.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/method-1-eeg.tex -------------------------------------------------------------------------------- /content/method-2-fMRI.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/method-2-fMRI.tex -------------------------------------------------------------------------------- /content/results-1-arousal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-1-arousal.tex -------------------------------------------------------------------------------- /content/results-2-inertia.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-2-inertia.tex -------------------------------------------------------------------------------- /content/results-2.1-inertia.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-2.1-inertia.tex -------------------------------------------------------------------------------- /content/results-2.2-drf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-2.2-drf.tex -------------------------------------------------------------------------------- /content/results-3-dmn-crea.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-3-dmn-crea.tex -------------------------------------------------------------------------------- /content/results-4-survey.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-4-survey.tex -------------------------------------------------------------------------------- /content/results-5-wle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-5-wle.tex -------------------------------------------------------------------------------- /content/results-6-software.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/content/results-6-software.tex -------------------------------------------------------------------------------- /en_US.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/en_US.aff -------------------------------------------------------------------------------- /en_US.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/en_US.dic -------------------------------------------------------------------------------- /main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/main.pdf -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/Thesis/HEAD/main.tex --------------------------------------------------------------------------------