Cognitive Processes: Visual Diagrams & Flow Charts
This document contains visual representations of the cognitive processes using Mermaid diagrams that can be rendered in Markdown viewers.
Table of Contents
- Complete Process Flow
- Dual Process Pathways
- Alternative Pathways
- Memory Systems
- Emotional Processing Pathways
- Feedback Loops
Complete Process Flow
Main Flow Diagram
Dual Process Pathways
System 1 vs System 2 Decision Tree
Processing Time Comparison
Alternative Pathways
Automatic/Reflexive Response
Emotional Override
Predictive/Anticipatory
Error Correction Loop
Ambiguity Resolution
Memory Systems
Memory Architecture
Memory Retrieval Process
Emotional Processing Pathways
Fast vs Slow Emotional Paths
Emotional Appraisal Flow
Feedback Loops
Complete Feedback System
Learning Cycle
System Architecture Mapping
Current System → Cognitive Stages
Enhanced System Architecture
Processing Time Visualization
Complete Timeline
State Machine Representation
Processing States
Component Interaction Diagram
Service Interactions
Data Flow Diagram
Information Flow
Notes on Diagram Usage
Rendering These Diagrams
Mermaid Support: These diagrams use Mermaid syntax and can be rendered in:
- GitHub/GitLab (native support)
- VS Code (with Mermaid extension)
- Documentation sites (MkDocs, Docusaurus)
- Online editors (mermaid.live)
Customization:
- Colors can be adjusted using
styledirectives - Layout can be changed (TD, LR, TB, etc.)
- Node shapes can be modified
- Colors can be adjusted using
Export Options:
- Use Mermaid CLI to export as PNG/SVG
- Use online Mermaid editor for interactive viewing
- Convert to other formats using tools
Integration
These diagrams complement the main research document and can be:
- Embedded in presentations
- Used in system documentation
- Referenced in implementation guides
- Shared with stakeholders for visualization
Document Version: 1.0
Last Updated: 2024
Related Documents:
COGNITIVE_PROCESSES_RESEARCH.md- Main research documentCOGNITIVE_PROCESSES_IMPLEMENTATION.md- Implementation guide