RESEARCH BASE

Search 3,717 documents across 34 fields — every claim tier-rated by evidence

3,717 documents 34 sections 47,686 citations 34,596+ keywords indexed 4 evidence tiers

832 results for "computational social science" — page 36 of 42

B_2_12 Beings & Entities

B_2_12 — Doppelgängers, Spirit Doubles, and the Ka

The experience of encountering one's own double — or a spectral duplicate of another person — is one of the most unsettling and widely reported phenomena in human experience. Ancient Egyptian religion formalized the conc

doppelgänger spirit double Ka Egyptian soul Norse fylgja Finnish etiäinen
ZD_1_17 Credible Information & Computation

ZD_1_17 — Integrated Information Theory

Integrated Information Theory (IIT) is a mathematical theory of consciousness developed by Giulio Tononi (University of Wisconsin-Madison, 2004; IIT 3.0, 2014; IIT 4.0, 2022) that attempts to explain what consciousness i

integrated-information-theory iit consciousness phi giulio-tononi qualia
ZD_3_05 Verified Information & Computation

ZD_3_05 — Compiler Theory and Parsing

Compiler theory — the science of translating high-level programming languages into machine-executable code — is one of the most mathematically rigorous and practically impactful subfields of computer science. Compilers b

compiler parsing lexical analysis syntax analysis code generation optimization
ZD_3_15 Verified Information & Computation

ZD_3_15 — Reversible Computing: Landauer's Principle and the Thermodynamics of Computation

Reversible computing — the theory and practice of performing computation without irreversible information loss — sits at the intersection of computer science, thermodynamics, and information theory, centered on the profo

reversible computing Landauer principle thermodynamics information erasure Szilard engine Maxwell demon
ZD_3_00 Information & Computation

ZD_3_00 — Systems Architecture: Subfolder Summary

ZD_3_11 Verified Information & Computation

ZD_3_11 — History of Programming Languages: From Machine Code to Modern Paradigms

The history of programming languages traces the evolution of formal notations for instructing computers — from the raw binary patterns of machine code and the mnemonic abbreviations of assembly language through the devel

programming languages history FORTRAN LISP C object-oriented
ZD_3_06 Verified Information & Computation

ZD_3_06 — Internet Architecture and Protocols

The Internet — a global network of interconnected networks — is arguably the most transformative technology of the late 20th century, connecting >5 billion users worldwide. Its architecture reflects deliberate design cho

internet TCP/IP protocol packet switching ARPANET HTTP
ZD_3_17 Verified Information & Computation

ZD_3_17 — Reversible Computing and Landauer's Principle

Landauer's principle (1961) — one of the deepest connections between physics and computation — states that the erasure of one bit of information necessarily dissipates at least $k_B T \ln 2$ of energy as heat (approximat

reversible-computing landauers-principle thermodynamics-computation entropy information-erasure maxwell-demon
ZD_3_02 Verified Information & Computation

ZD_3_02 — Computer Architecture and Von Neumann Model

Computer architecture concerns the design of digital computers — the organizational structure, functional behavior, and implementation of computing systems from logic gates to complete processors. The dominant paradigm s

computer architecture von Neumann architecture stored program CPU ALU instruction set
ZD_3_08 Verified Information & Computation

ZD_3_08 — Cybersecurity and Network Security

Cybersecurity — the protection of computer systems, networks, and data from unauthorized access, damage, or disruption — has grown from a technical niche into a critical domain affecting national security, economic stabi

cybersecurity network security vulnerability exploit malware firewall
ZD_3_04 Verified Information & Computation

ZD_3_04 — Operating Systems and Concurrency

Operating systems (OS) — the software layer managing hardware resources and providing abstractions for applications — are among the most complex software artifacts ever built. They manage process scheduling (deciding whi

operating system process management concurrency thread mutex semaphore
ZD_3_01 Verified Information & Computation

ZD_3_01 — Database Theory and Relational Model

Database theory provides the mathematical foundations for organizing, storing, querying, and managing structured data — one of the most practically consequential branches of computer science. Before the relational model,

database relational model SQL relational algebra normalization ACID
ZD_3_14 Verified Information & Computation

ZD_3_14 — Memory and Storage Systems: From RAM to Distributed Databases

Memory and storage systems form the foundation of all computing — providing the physical mechanisms for storing and retrieving data, from the fastest, most expensive registers and caches that serve the processor's immedi

memory storage RAM SSD hard drive caching
ZD_3_07 Verified Information & Computation

ZD_3_07 — Parallel Computing and GPU Programming

Parallel computing — executing multiple computations simultaneously — has become the dominant paradigm for performance growth since single-core clock speeds plateaued (~2005). Flynn's taxonomy (1966) classifies computer

parallel computing GPU GPGPU CUDA multicore thread parallelism
ZD_3_12 Verified Information & Computation

ZD_3_12 — Software Engineering: Processes, Architecture, and Quality

Software engineering is the systematic application of engineering principles to the design, development, testing, deployment, and maintenance of software systems — addressing the fundamental challenge that software is am

software engineering software development agile waterfall architecture testing
ZD_3_03 Verified Information & Computation

ZD_3_03 — Distributed Systems and Consensus

Distributed systems — collections of independent computers that appear to users as a single coherent system — are fundamental to modern computing infrastructure: the internet, cloud computing, databases, blockchain, and

distributed systems consensus Byzantine fault tolerance Paxos Raft blockchain
ZD_0_00 Information & Computation

ZD_0_00 — Information & Computation: Section Summary

ZD_5_06 Verified Information & Computation

ZD_5_06 — Knowledge Representation: Ontologies, Semantic Web, and Knowledge Graphs

Knowledge representation (KR) is the field of artificial intelligence concerned with how to formally encode information about the world — facts, relationships, concepts, rules, and constraints — in formats that computer

knowledge representation ontology semantic web knowledge graph RDF OWL
ZD_5_10 Verified Information & Computation

ZD_5_10 — Information Retrieval: Search Engines, Ranking, and Vector Search

Information retrieval (IR) is the science of searching for information in a collection of documents, metadata, databases, or the World Wide Web — finding material (usually text documents) of an unstructured nature (usual

information retrieval search engine TF-IDF PageRank relevance ranking NLP
ZD_5_05 Verified Information & Computation

ZD_5_05 — Formal Methods: Mathematical Verification and Specification of Software

Formal methods are mathematically rigorous techniques for the specification, development, and verification of software and hardware systems — using formal (mathematical) languages to describe system behavior and mathemat

formal methods formal verification model checking theorem proving specification correctness