Skip to content
wiki.fftac.org

Virtual Pages - Source Excerpt 46

Back to Virtual Pages

Summary

This source excerpt preserves a bounded section of 2IA.org/wp-content/themes/twoia-intelligence/inc/virtual-pages.php so readers can inspect the evidence without opening the full source file.

**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/inc/virtual-pages.php

/**
 * Render Methodology.
 */
function twoia_render_methodology_portal() {
	?>
	<section class="section section--compact twoia-ia-section" aria-labelledby="twoia-method-evidence-title">
		<header class="section-header">
			<p class="eyebrow"><?php esc_html_e( 'Plain-English method', 'two-identities-anonymous' ); ?></p>
			<h2 id="twoia-method-evidence-title"><?php esc_html_e( 'Evidence ladder', 'two-identities-anonymous' ); ?></h2>
			<p><?php esc_html_e( '2IA is explicit about power: surveillance systems, intelligence power, automated suspicion, secrecy, censorship, and coercive information control deserve scrutiny. The method keeps that scrutiny answerable to records.', 'two-identities-anonymous' ); ?></p>
		</header>
		<?php
		twoia_render_ia_cards(
			array(
				array( 'title' => __( 'Primary source', 'two-identities-anonymous' ), 'body' => __( 'The original record, contract, policy, filing, dataset, transcript, release, or statement being analyzed.', 'two-identities-anonymous' ), 'label' => __( 'Strongest', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Official record', 'two-identities-anonymous' ), 'body' => __( 'Agency record, meeting packet, procurement file, budget, audit, enforcement record, rulemaking docket, or public report.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Declassified record', 'two-identities-anonymous' ), 'body' => __( 'Released intelligence, diplomatic, military, or law-enforcement material, read with date, redaction, and context limits visible.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Court filing', 'two-identities-anonymous' ), 'body' => __( 'Complaint, motion, exhibit, order, transcript, plea material, affidavit, docket entry, or appellate record.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Reputable reporting', 'two-identities-anonymous' ), 'body' => __( 'Published journalism with named sources, documents, corrections practices, and enough context to check the claim.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Expert analysis', 'two-identities-anonymous' ), 'body' => __( 'Domain analysis that explains method and limits; useful for interpretation, not a substitute for underlying records.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Firsthand account', 'two-identities-anonymous' ), 'body' => __( 'Important but bounded by perspective, memory, risk, retaliation, privacy, and the need for corroboration where possible.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Unverified claim', 'two-identities-anonymous' ), 'body' => __( 'A lead, allegation, rumor, or partial signal. It can guide research, but it does not become fact without stronger support.', 'two-identities-anonymous' ), 'label' => __( 'Weakest', 'two-identities-anonymous' ) ),
			)
		);
		?>
	</section>

	<section class="section section--compact twoia-ia-section" aria-labelledby="twoia-method-classes-title">
		<header class="section-header">
			<p class="eyebrow"><?php esc_html_e( 'Source classes', 'two-identities-anonymous' ); ?></p>
			<h2 id="twoia-method-classes-title"><?php esc_html_e( 'How sources are handled', 'two-identities-anonymous' ); ?></h2>
		</header>
		<?php
		twoia_render_ia_cards(
			array(
				array( 'title' => __( 'Contracts and policies', 'two-identities-anonymous' ), 'body' => __( 'Used for what an institution bought, promised, authorized, retained, shared, audited, or denied.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Public statements', 'two-identities-anonymous' ), 'body' => __( 'Used as claims about position or intent; checked against records when the practical system matters.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'OSINT and media', 'two-identities-anonymous' ), 'body' => __( 'Used with provenance, timestamp, source context, minimization, corroboration, and confidence labels.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'AI-assisted work', 'two-identities-anonymous' ), 'body' => __( 'AI may sort, summarize, compare, translate, or draft. It does not become the authority for a claim.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Confidence labels', 'two-identities-anonymous' ), 'body' => __( 'Confirmed, corroborated, likely, inferred, disputed, stale, unknown, and unverified tell readers how hard the claim can be leaned on.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Corrections and right of reply', 'two-identities-anonymous' ), 'body' => __( 'Corrections repair factual errors, missing context, privacy exposure, stale sources, or bad attribution. Right of reply can confirm, dispute, narrow, or complicate a material claim.', 'two-identities-anonymous' ) ),
			)
		);
		?>
	</section>

	<section class="section section--compact twoia-ia-section" aria-labelledby="twoia-method-operating-standards-title">
		<header class="section-header">
			<p class="eyebrow"><?php esc_html_e( 'Operating standards', 'two-identities-anonymous' ); ?></p>
			<h2 id="twoia-method-operating-standards-title"><?php esc_html_e( 'How rigor stays attached to freedom', 'two-identities-anonymous' ); ?></h2>
		</header>
		<?php
		twoia_render_ia_cards(
			array(
				array( 'title' => __( 'AI-use disclosure', 'two-identities-anonymous' ), 'body' => __( 'AI assistance is disclosed when it materially supports sorting, comparison, translation, summarization, or drafting. It does not replace source review or become the cited authority.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Privacy and data minimization', 'two-identities-anonymous' ), 'body' => __( 'Collect the least, publish the least, retain the least, and name the public-interest reason when private detail is unavoidable.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Editorial independence', 'two-identities-anonymous' ), 'body' => __( 'The work should remain able to criticize agencies, vendors, platforms, parties, campaigns, funders, and fashionable narratives when records support the challenge.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Freedom-forward editorial principles', 'two-identities-anonymous' ), 'body' => __( 'Speech, press, association, privacy, records access, due process, anonymity, and the right to investigate power are treated as operating commitments, not decorative values.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Correction as infrastructure', 'two-identities-anonymous' ), 'body' => __( 'A serious archive keeps claims challengeable, marks material updates, preserves uncertainty, and makes repair visible without letting powerful actors erase accountability.', 'two-identities-anonymous' ) ),
				array( 'title' => __( 'Lawful research boundary', 'two-identities-anonymous' ), 'body' => __( '2IA can analyze hard subjects directly while excluding violence instructions, unauthorized access, credential theft, malware, doxxing, stalking, evasion, and targeted abuse.', 'two-identities-anonymous' ) ),
			)
		);
		?>
	</section>

	<section class="section section--compact twoia-page-cta" aria-labelledby="twoia-editorial-posture-title">
		<h2 id="twoia-editorial-posture-title"><?php esc_html_e( 'Editorial posture: what we believe about power', 'two-identities-anonymous' ); ?></h2>
		<p><?php esc_html_e( 'Freedom matters. Anonymous speech matters. Public records matter. Due process matters. Institutions that watch, score, classify, censor, detain, profile, or secretly influence people should carry the burden of proof. 2IA does not pretend neutrality between liberty and unaccountable power.', 'two-identities-anonymous' ); ?></p>
		<p><?php esc_html_e( 'That posture comes with discipline: privacy and data minimization, editorial independence, source notes, confidence labels, correction, right of reply, and no operational instructions for violence, unauthorized access, doxxing, stalking, evasion, or targeted harm.', 'two-identities-anonymous' ); ?></p>
	</section>