RTT Operator Quick Reference Card (Student Edition)

archive_org module — operator_quick_reference_card.md#


1. METADATA_OPERATOR#

What it does:
Identifies the webpage’s basic structure.

You look for:

  • format (HTML, PDF, image, OCR)
  • type of site (institutional, news, scholarly, technical)
  • expected drift level

Why it matters:
It predicts how much the site is likely to change over time.


2. WAYBACK_OPERATOR#

What it does:
Collects snapshots from the Internet Archive.

You look for:

  • timeline of captures
  • missing years
  • drift between snapshots

Why it matters:
It shows how often the site changed.


3. LINEAGE_OPERATOR#

What it does:
Shows how the site evolved structurally.

You look for:

  • layout changes
  • navigation changes
  • template changes
  • CMS migrations
  • continuity kernel (what stayed the same)

Why it matters:
It reveals the site’s “story” across time.


4. COLLECTION_OPERATOR#

What it does:
Places the site in its Internet Archive collection.

You look for:

  • collection name
  • related pages
  • structural family

Why it matters:
Similar pages often change in similar ways.


5. PRESERVATION_OPERATOR#

What it does:
Checks how stable each snapshot is.

You look for:

  • substrate stability (PDF > HTML > OCR)
  • drift risk
  • mixed layers (HTML + PDF)

Why it matters:
Stable formats produce more reliable snapshots.


6. DRIFTBOUND_RETRIEVAL_OPERATOR#

What it does:
Finds the most reliable version of the site.

You look for:

  • earliest stable version
  • most reliable version
  • key structural changes
  • drift warnings
  • continuity breaks

Why it matters:
It gives you the safest, most trustworthy snapshot.


Quick Student Workflow#

  1. Pick a webpage
  2. List its snapshots
  3. Compare two snapshots
  4. Identify drift
  5. Find continuity kernel
  6. Check substrate stability
  7. Choose the most reliable version

Drift Levels (Student Guide)#

  • None — looks the same
  • Minor — small layout/style changes
  • Moderate — navigation/template changes
  • High — redesign or CMS migration

Substrate Stability (Student Guide)#

  • PDF — most stable
  • Image — stable but incomplete
  • HTML — drift‑prone
  • OCR — lossy, high drift
  • Mixed — requires careful evaluation

One‑Sentence Summary#

RTT helps you understand how a webpage changed over time and choose the most reliable version by analyzing structure, drift, continuity, and substrate stability.

Updated