-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmethodology.html
More file actions
134 lines (123 loc) · 6.97 KB
/
methodology.html
File metadata and controls
134 lines (123 loc) · 6.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Methodology & Sources - Epstein Files Discharge Petition Tracker</title>
<link rel="stylesheet" href="assets/style.css">
<style>
.methodology-container {
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
}
.source-list {
background: #f8f9fa;
padding: 1rem;
border-radius: 8px;
margin: 1rem 0;
}
.source-item {
margin: 0.5rem 0;
line-height: 1.6;
}
.verification-rule {
background: #fff3cd;
padding: 1rem;
border-left: 4px solid #ffc107;
margin: 1rem 0;
}
.back-link {
display: inline-block;
margin: 1rem 0;
color: #0066cc;
text-decoration: none;
}
.back-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="methodology-container">
<a href="index.html" class="back-link">← Back to Tracker</a>
<h1>Methodology & Sources</h1>
<section>
<h2>Data Verification Standards</h2>
<div class="verification-rule">
<strong>Our Commitment:</strong> We follow official House records for all signature counts and procedural information. We correct errors within 24 hours of discovery. We never speculate about non-public victim identities.
</div>
</section>
<section>
<h2>Primary Sources</h2>
<div class="source-list">
<div class="source-item">
<strong>Official Records:</strong><br>
• <a href="https://clerk.house.gov/DischargePetition/2025090209" target="_blank">House Clerk - Discharge Petition No. 9 (119th Congress)</a><br>
• <a href="https://www.congress.gov/bill/119th-congress/house-bill/4405" target="_blank">H.R. 4405 - JFK-style disclosure framework</a><br>
• <a href="https://www.congress.gov/bill/119th-congress/house-resolution/581" target="_blank">H.Res. 581 - Discharge rule vehicle</a>
</div>
<div class="source-item">
<strong>September 3, 2025 Press Conference Coverage:</strong><br>
• <a href="https://www.reuters.com/world/us/epstein-survivors-congress-disclosure-2025-09-03/" target="_blank">Reuters - "Epstein survivors urge Congress to force disclosure vote"</a><br>
• <a href="https://www.theguardian.com/us-news/2025/sep/03/epstein-files-survivors-capitol" target="_blank">The Guardian - "Survivors demand transparency at Capitol press conference"</a><br>
• <a href="https://abcnews.go.com/Politics/epstein-files-discharge-petition-explained/story" target="_blank">ABC News - "What is a discharge petition and how it could force Epstein files release"</a>
</div>
<div class="source-item">
<strong>Discharge Petition Mechanics:</strong><br>
• <a href="https://www.house.gov/the-house-explained/legislative-process/discharge-petitions" target="_blank">House.gov - Official explanation of discharge petitions</a><br>
• <a href="https://crsreports.congress.gov/product/pdf/R/R43991" target="_blank">Congressional Research Service - Discharge Procedures in Detail (PDF)</a>
</div>
</div>
</section>
<section>
<h2>Signature Count Methodology</h2>
<p>We track signatures using multiple corroborating sources:</p>
<ol>
<li><strong>Primary:</strong> House Clerk's official discharge petition page (updated daily when House is in session)</li>
<li><strong>Secondary:</strong> Representatives' official statements and press releases</li>
<li><strong>Tertiary:</strong> Verified news reports from mainstream outlets</li>
</ol>
<div class="verification-rule">
<strong>Important Note:</strong> Signature counts shown on this site are static snapshots and may lag behind real-time changes. The displayed count of "217/218" represents confirmed signatures as of our last update on November 12, 2025, 5:09 PM ET. Rep. Adelita Grijalva will be sworn in on November 13, 2025 and will become the 218th signature, triggering a mandatory House vote in early December.
</div>
</section>
<section>
<h2>What Changes If These Pass?</h2>
<p><strong>Understanding the Process:</strong></p>
<p>The discharge petition (H.Res. 581) is a procedural mechanism to force a floor vote. If successful, it would bring H.R. 4405 to the House floor for consideration. H.R. 4405 establishes:</p>
<ul>
<li>A presumption of disclosure for all government-held Epstein records</li>
<li>Automatic redaction of minor victims' identities and re-identifying details</li>
<li>An independent review board including a survivor advocate</li>
<li>A public index documenting any withheld records and justifications</li>
<li>Firm deadlines for release (similar to the JFK Records Act model)</li>
</ul>
<p>For detailed explanation of discharge procedures, see: <a href="https://abcnews.go.com/Politics/epstein-files-discharge-petition-explained/story" target="_blank">ABC News Explainer</a></p>
</section>
<section>
<h2>Corrections Policy</h2>
<p>To report an error or submit a correction, please:</p>
<ul>
<li>Open an issue on our <a href="https://github.com/markramm/Epstein-Transparency/issues" target="_blank">GitHub repository</a></li>
<li>Include a source URL and timestamp</li>
<li>We review all submissions within 24 hours</li>
</ul>
</section>
<section>
<h2>Privacy & Ethics</h2>
<p>We follow strict ethical guidelines:</p>
<ul>
<li>Never publish non-public victim names</li>
<li>Focus on process and accountability, not speculation</li>
<li>Prioritize survivor voices and safety</li>
<li>Cite only verified, mainstream sources</li>
</ul>
<p>Read our full <a href="privacy.html">Privacy & Safety Policy</a></p>
</section>
<footer style="margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #dee2e6;">
<p style="color: #666; font-size: 0.9rem;">Last updated: November 12, 2025 | Contact: via <a href="https://github.com/markramm/Epstein-Transparency/issues">GitHub Issues</a></p>
</footer>
</div>
</body>
</html>