Template Research - Source Excerpt 13
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/template-research.php so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/template-research.php
<?php foreach (array_slice($source['claim_references'], 0, 4) as $claim_reference) : ?>
<a class="tag-pill tag-pill--link" href="<?php echo esc_url($claim_reference['record_url']); ?>">
<?php echo esc_html($claim_reference['record_id']); ?>
</a>
<?php endforeach; ?>
</div>
<?php endif; ?>
<div class="source-library-item__actions">
<a class="text-link" href="<?php echo esc_url($source['record_url']); ?>"><?php esc_html_e('Open record', 'antichrist-engine'); ?></a>
<a class="text-link" href="<?php echo esc_url($source['atlas_url']); ?>"><?php esc_html_e('Atlas anchor', 'antichrist-engine'); ?></a>
</div>
</li>
<?php endforeach; ?>
</ul>
</article>
<?php endforeach; ?>
</div>
</section>
<section id="research-api" class="card foundation-panel">
<header class="entry-header">
<p class="eyebrow"><?php echo esc_html($api_copy['title']); ?></p>
<h2><?php esc_html_e('Read-only JSON for researchers, builders, and future visualizations', 'antichrist-engine'); ?></h2>
</header>
<p><?php echo esc_html($api_copy['summary']); ?></p>
<p class="foundation-panel__subline"><?php echo esc_html($api_copy['intro']); ?></p>
<div class="research-api-grid">
<?php foreach ($api_endpoint_items as $endpoint) : ?>
<article class="statement-card research-api-card">
<p class="eyebrow"><?php echo esc_html($endpoint['label']); ?></p>
<h3><code><?php echo esc_html('/wp-json/antichrist-engine/v1/' . $endpoint['path']); ?></code></h3>
<p><?php echo esc_html($endpoint['description']); ?></p>
<?php if (!empty($endpoint['url'])) : ?>
<p class="research-api-card__endpoint"><code><?php echo esc_html($endpoint['url']); ?></code></p>
<a class="text-link" href="<?php echo esc_url($endpoint['url']); ?>"><?php esc_html_e('Open JSON', 'antichrist-engine'); ?></a>
<?php endif; ?>
</article>
<?php endforeach; ?>
</div>
<div class="research-api-examples">
<p class="eyebrow"><?php esc_html_e('Common Filters', 'antichrist-engine'); ?></p>
<div class="tag-list">
<span class="tag-pill"><code><?php echo esc_html(($api_routes['claims'] ?? '') . '?q=temple'); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html(($api_routes['claims'] ?? '') . '?q=ai'); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html(($api_routes['timeline'] ?? '') . '?category=technology'); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html(($api_routes['projections'] ?? '') . '?q=peace'); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html(($api_routes['claims'] ?? '') . '?category=church'); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html($api_routes['map'] ?? ''); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html($api_routes['fact_check'] ?? ''); ?></code></span>
<span class="tag-pill"><code><?php echo esc_html($api_routes['sources'] ?? ''); ?></code></span>
</div>
<p><?php echo esc_html($api_copy['usage_hint']); ?></p>
</div>
</section>
<section id="export-desk" class="card foundation-panel">
<header class="entry-header">
<p class="eyebrow"><?php esc_html_e('Export Desk', 'antichrist-engine'); ?></p>
<h2><?php esc_html_e('Download-ready research formats for spreadsheets, ingestion, and citation support', 'antichrist-engine'); ?></h2>
<p><?php esc_html_e('These files are generated from the live atlas instead of being maintained as stale static bundles. Use them when raw JSON is too heavy, too nested, or not the format your workflow expects.', 'antichrist-engine'); ?></p>
</header>
<div class="research-export-grid">
<?php foreach ($export_downloads as $download) : ?>
<article class="statement-card research-export-card">
<p class="eyebrow"><?php echo esc_html($download['format_label']); ?></p>
<h3><?php echo esc_html($download['title']); ?></h3>
<p><?php echo esc_html($download['summary']); ?></p>
<p class="research-export-card__meta"><?php echo esc_html($download['meta']); ?></p>
<div class="hero__actions research-export-card__actions">
<a
class="button button--small"
href="<?php echo esc_url($download['url']); ?>"
<?php if (!empty($download['filename'])) : ?>
download="<?php echo esc_attr($download['filename']); ?>"
<?php endif; ?>
><?php echo esc_html($download['cta']); ?></a>
<?php if (!empty($download['secondary_url']) && !empty($download['secondary_label'])) : ?>
<a class="button button--ghost button--small" href="<?php echo esc_url($download['secondary_url']); ?>"><?php echo esc_html($download['secondary_label']); ?></a>
<?php endif; ?>
</div>
</article>
<?php endforeach; ?>
</div>
<p class="foundation-panel__subline"><?php esc_html_e('Use the provenance note when you need a lightweight manifest showing generation time, route lineage, and attribution posture alongside the dataset itself.', 'antichrist-engine'); ?></p>
</section>
<section id="deconstruction-guide" class="card foundation-panel">
<header class="entry-header">
<p class="eyebrow"><?php esc_html_e('Deconstruction Guide', 'antichrist-engine'); ?></p>
<h2><?php esc_html_e('A destination for readers leaving fear-based certainty', 'antichrist-engine'); ?></h2>
</header>
<div class="resource-list">
<?php foreach ($paths as $path) : ?>
<article class="resource-card">
<h3><?php echo esc_html($path['title']); ?></h3>
<p><?php echo esc_html($path['summary']); ?></p>
<a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_get_page_url($path['page'])); ?>"><?php echo esc_html($path['cta']); ?></a>
</article>
<?php endforeach; ?>
</div>
</section>
<section id="framework-self-test" class="card foundation-panel">
<header class="entry-header">
<p class="eyebrow"><?php esc_html_e('Lens Self-Test', 'antichrist-engine'); ?></p>
<h2><?php esc_html_e('Which interpretive instinct leads your reading?', 'antichrist-engine'); ?></h2>
<p><?php esc_html_e('This is a diagnostic, not doctrine. Use it to notice the frame you reach for first.', 'antichrist-engine'); ?></p>
</header>
<form class="research-quiz" data-framework-quiz>
<?php foreach ($quiz['questions'] as $index => $question) : ?>
<fieldset class="research-quiz__question">
<legend><?php echo esc_html($question['prompt']); ?></legend>
<div class="research-quiz__options">