Spaces:
Running
Running
Create a separate page on the effects of LSD and other hallucinogens on psychic gifts and other telepathic abilities. - Initial Deployment
Browse files- README.md +7 -5
- documents.html +169 -0
- experiments.html +171 -0
- index.html +142 -18
- legacy.html +170 -0
- lsd-telepathy.html +205 -0
- overview.html +147 -0
- project-artichoke.html +211 -0
- prompts.txt +3 -0
- victims.html +158 -0
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: mkultra
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
documents.html
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MKUltra Documents - Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 23 |
+
<a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 24 |
+
<a href="documents.html" class="text-rose-400">Documents</a>
|
| 25 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 27 |
+
<a href="lsd-telepathy.html" class="hover:text-rose-400 transition">LSD & Telepathy</a>
|
| 28 |
+
</div>
|
| 29 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 30 |
+
<i data-feather="home"></i>
|
| 31 |
+
</a>
|
| 32 |
+
</div>
|
| 33 |
+
</div>
|
| 34 |
+
</nav>
|
| 35 |
+
|
| 36 |
+
<main class="container mx-auto px-4 py-12">
|
| 37 |
+
<div class="max-w-4xl mx-auto">
|
| 38 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 39 |
+
<h1 class="text-4xl font-bold mb-6">MKUltra Documents</h1>
|
| 40 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 41 |
+
The history of MKUltra is pieced together from surviving documents, congressional hearings, and declassified files that escaped destruction.
|
| 42 |
+
</p>
|
| 43 |
+
</div>
|
| 44 |
+
|
| 45 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
| 46 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 47 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Key Documents</h2>
|
| 48 |
+
<div class="space-y-4">
|
| 49 |
+
<div>
|
| 50 |
+
<h3 class="font-semibold">MKUltra Master File</h3>
|
| 51 |
+
<p class="text-sm text-slate-400">The 16,000-page document cache discovered in 1977 that contained financial records leading to investigation.</p>
|
| 52 |
+
</div>
|
| 53 |
+
<div>
|
| 54 |
+
<h3 class="font-semibold">Church Committee Reports</h3>
|
| 55 |
+
<p class="text-sm text-slate-400">1975-76 congressional investigations that first exposed MKUltra to the public.</p>
|
| 56 |
+
</div>
|
| 57 |
+
<div>
|
| 58 |
+
<h3 class="font-semibold">Inspector General Report 1957</h3>
|
| 59 |
+
<p class="text-sm text-slate-400">Internal CIA investigation that criticized MKUltra's ethical violations but didn't stop the program.</p>
|
| 60 |
+
</div>
|
| 61 |
+
<div>
|
| 62 |
+
<h3 class="font-semibold">Canadian Commission Report</h3>
|
| 63 |
+
<p class="text-sm text-slate-400">1986 report detailing CIA funding of Dr. Cameron's experiments in Canada.</p>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
</div>
|
| 67 |
+
|
| 68 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 69 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Document Destruction</h2>
|
| 70 |
+
<div class="space-y-4">
|
| 71 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 72 |
+
<h3 class="font-semibold">1973 Destruction Order</h3>
|
| 73 |
+
<p class="text-sm text-slate-400">Richard Helms ordered destruction of all MKUltra files when he left CIA directorship.</p>
|
| 74 |
+
</div>
|
| 75 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 76 |
+
<h3 class="font-semibold">Surviving Records</h3>
|
| 77 |
+
<p class="text-sm text-slate-400">Only 20,000 pages survived because they were stored in financial records building rather than CIA headquarters.</p>
|
| 78 |
+
</div>
|
| 79 |
+
<div class="border-l-4 border-emerald-500 pl-4">
|
| 80 |
+
<h3 class="font-semibold">Incomplete History</h3>
|
| 81 |
+
<p class="text-sm text-slate-400">An estimated 90-95% of documents were destroyed, making full understanding impossible.</p>
|
| 82 |
+
</div>
|
| 83 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 84 |
+
<h3 class="font-semibold">Ongoing Declassification</h3>
|
| 85 |
+
<p class="text-sm text-slate-400">Some documents continue to be declassified through FOIA requests and historical review.</p>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
</div>
|
| 90 |
+
|
| 91 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 92 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Notable Document Excerpts</h2>
|
| 93 |
+
<div class="space-y-6">
|
| 94 |
+
<div class="bg-slate-700/30 p-4 rounded-lg">
|
| 95 |
+
<p class="italic text-slate-300">"Precautions must be taken not only to protect operations from exposure to enemy forces but also to conceal these activities from the American public in general. The knowledge that the agency is engaging in unethical and illicit activities would have serious repercussions in political and diplomatic circles."</p>
|
| 96 |
+
<p class="text-sm text-slate-500 mt-2">- CIA Inspector General Report, 1957</p>
|
| 97 |
+
</div>
|
| 98 |
+
<div class="bg-slate-700/30 p-4 rounded-lg">
|
| 99 |
+
<p class="italic text-slate-300">"We had no informed consent whatsoever from any of these people. We were dealing with a society that wouldn't ask questions. If you were a prisoner, you had no choice. If you were an addict, you had no choice."</p>
|
| 100 |
+
<p class="text-sm text-slate-500 mt-2">- Dr. Harris Isbell, testimony about Addiction Research Center experiments</p>
|
| 101 |
+
</div>
|
| 102 |
+
<div class="bg-slate-700/30 p-4 rounded-lg">
|
| 103 |
+
<p class="italic text-slate-300">"The program included research into the effects of radiation, electric shock, psychology, psychiatry, sociology, anthropology, and harassment substances. Testing was conducted on unwitting US and Canadian citizens."</p>
|
| 104 |
+
<p class="text-sm text-slate-500 mt-2">- Church Committee Final Report, 1976</p>
|
| 105 |
+
</div>
|
| 106 |
+
</div>
|
| 107 |
+
</div>
|
| 108 |
+
|
| 109 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up">
|
| 110 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Accessing Documents</h2>
|
| 111 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 112 |
+
<div>
|
| 113 |
+
<h3 class="font-semibold mb-2">Online Archives</h3>
|
| 114 |
+
<ul class="text-sm text-slate-400 space-y-2">
|
| 115 |
+
<li class="flex items-center">
|
| 116 |
+
<i data-feather="external-link" class="mr-2 w-4 h-4"></i>
|
| 117 |
+
CIA Electronic Reading Room
|
| 118 |
+
</li>
|
| 119 |
+
<li class="flex items-center">
|
| 120 |
+
<i data-feather="external-link" class="mr-2 w-4 h-4"></i>
|
| 121 |
+
National Security Archive
|
| 122 |
+
</li>
|
| 123 |
+
<li class="flex items-center">
|
| 124 |
+
<i data-feather="external-link" class="mr-2 w-4 h-4"></i>
|
| 125 |
+
Internet Archive MKUltra Collection
|
| 126 |
+
</li>
|
| 127 |
+
</ul>
|
| 128 |
+
</div>
|
| 129 |
+
<div>
|
| 130 |
+
<h3 class="font-semibold mb-2">Physical Archives</h3>
|
| 131 |
+
<ul class="text-sm text-slate-400 space-y-2">
|
| 132 |
+
<li class="flex items-center">
|
| 133 |
+
<i data-feather="archive" class="mr-2 w-4 h-4"></i>
|
| 134 |
+
National Archives at College Park
|
| 135 |
+
</li>
|
| 136 |
+
<li class="flex items-center">
|
| 137 |
+
<i data-feather="archive" class="mr-2 w-4 h-4"></i>
|
| 138 |
+
Canadian National Archives
|
| 139 |
+
</li>
|
| 140 |
+
<li class="flex items-center">
|
| 141 |
+
<i data-feather="archive" class="mr-2 w-4 h-4"></i>
|
| 142 |
+
Various university special collections
|
| 143 |
+
</li>
|
| 144 |
+
</ul>
|
| 145 |
+
</div>
|
| 146 |
+
</div>
|
| 147 |
+
</div>
|
| 148 |
+
</div>
|
| 149 |
+
</main>
|
| 150 |
+
|
| 151 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 152 |
+
<div class="container mx-auto px-4 text-center">
|
| 153 |
+
<p class="text-slate-400">MKUltra Research Portal - Document Archive</p>
|
| 154 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 155 |
+
<a href="victims.html" class="text-slate-500 hover:text-rose-400 transition">← Victims</a>
|
| 156 |
+
<a href="legacy.html" class="text-slate-500 hover:text-rose-400 transition">Next: Legacy →</a>
|
| 157 |
+
</div>
|
| 158 |
+
</div>
|
| 159 |
+
</footer>
|
| 160 |
+
|
| 161 |
+
<script>
|
| 162 |
+
AOS.init({
|
| 163 |
+
duration: 800,
|
| 164 |
+
once: true
|
| 165 |
+
});
|
| 166 |
+
feather.replace();
|
| 167 |
+
</script>
|
| 168 |
+
</body>
|
| 169 |
+
</html>
|
experiments.html
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MKUltra Experiments - Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:极速飞艇开奖直播-【官网首页】.flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="text-rose-400">Experiments</a>
|
| 23 |
+
<a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 24 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents</a>
|
| 25 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 27 |
+
</div>
|
| 28 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 29 |
+
<i data-feather="home"></i>
|
| 30 |
+
</a>
|
| 31 |
+
</div>
|
| 32 |
+
</div>
|
| 33 |
+
</nav>
|
| 34 |
+
|
| 35 |
+
<main class="container mx-auto px-4 py-12">
|
| 36 |
+
<div class="max-w-4xl mx-auto">
|
| 37 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 38 |
+
<h1 class="text-4xl font-bold mb-6">MKUltra Experiments</h1>
|
| 39 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 40 |
+
The program conducted extensive research into mind-altering substances and techniques, often without informed consent and with devastating consequences.
|
| 41 |
+
</p>
|
| 42 |
+
</div>
|
| 43 |
+
|
| 44 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
| 45 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 46 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Substances Tested</h2>
|
| 47 |
+
<div class="space-y-4">
|
| 48 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 49 |
+
<h3 class="font-semibold">LSD (Lysergic Acid Diethylamide)</h3>
|
| 50 |
+
<p class="text-sm text-slate-400">Most extensively studied substance, often administered without knowledge or consent</p>
|
| 51 |
+
</div>
|
| 52 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 53 |
+
<h3 class="font-semibold">Barbiturates & Amphetamines</h3>
|
| 54 |
+
<p class="text-sm text-slate-400">Used in combination with other drugs for interrogation purposes</p>
|
| 55 |
+
</div>
|
| 56 |
+
<div class="border-l-4 border-emerald-500 pl-4">
|
| 57 |
+
<h3 class="font-semibold">Mescaline & Psilocybin</h3>
|
| 58 |
+
<p class="text-sm text-slate-400">Natural psychedelics studied for their mind-altering properties</p>
|
| 59 |
+
</div>
|
| 60 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 61 |
+
<h3 class="font-semibold">Scopolamine & THC</h3>
|
| 62 |
+
<p class="text-sm text-slate-400">Studied for truth serum and amnesia-producing qualities</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
|
| 67 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 68 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Methods Used</h2>
|
| 69 |
+
<div class="space-y-4">
|
| 70 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 71 |
+
<h3 class="font-semibold">Unwitting Administration</h3>
|
| 72 |
+
<p class="text-sm text-slate-400">Drugs given to subjects without their knowledge or consent</p>
|
| 73 |
+
</div>
|
| 74 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 75 |
+
<h3 class="font-semibold">Sensory Deprivation</h3>
|
| 76 |
+
<p class="text-sm text-slate-400">Isolation tanks and sensory isolation techniques</p>
|
| 77 |
+
</div>
|
| 78 |
+
<div class="border-l-4 border-emerald-500 pl-4">
|
| 79 |
+
<h3 class="font-semibold">Hypnosis & Suggestion</h3>
|
| 80 |
+
<p class="text-sm text-slate-400">Attempts to program behavior through hypnotic techniques</p>
|
| 81 |
+
</div>
|
| 82 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 83 |
+
<h3 class="font-semibold">Electroshock Therapy</h3>
|
| 84 |
+
<p class="text-sm text-slate-400">Used to induce amnesia and break down psychological resistance</p>
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
|
| 90 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 91 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Notable Experiments</h2>
|
| 92 |
+
<div class="space-y-6">
|
| 93 |
+
<div>
|
| 94 |
+
<h3 class="font-semibold text-lg">Operation Midnight Climax</h3>
|
| 95 |
+
<p class="text-slate-400">CIA-run brothels in San Francisco where clients were dosed with LSD without their knowledge. Sessions were observed through one-way mirrors and recorded for study.</p>
|
| 96 |
+
</div>
|
| 97 |
+
<div>
|
| 98 |
+
<h3 class="font-semibold text-lg">Canadian Experiments</h3>
|
| 99 |
+
<p class="text-slate-400">Dr. Ewen Cameron's experiments at McGill University funded by MKUltra. Patients were subjected to "psychic driving" - massive electroshock, drug-induced comas, and sensory deprivation.</p>
|
| 100 |
+
</div>
|
| 101 |
+
<div>
|
| 102 |
+
<h3 class="font-semibold text-lg">Frank Olson Case</h3>
|
| 103 |
+
<p class="text-slate-400">Army scientist given LSD without his knowledge, suffered mental breakdown, and died under mysterious circumstances falling from a hotel window.</p>
|
| 104 |
+
</div>
|
| 105 |
+
<div>
|
| 106 |
+
<h3 class="font-semibold text-lg">Prison Testing</h3>
|
| 107 |
+
<p class="text-slate-400">Extensive testing on prisoners at facilities like the Addiction Research Center in Lexington, Kentucky, where inmates were given drugs in exchange for participation.</p>
|
| 108 |
+
</div>
|
| 109 |
+
</div>
|
| 110 |
+
</div>
|
| 111 |
+
|
| 112 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up">
|
| 113 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Institutional Involvement</h2>
|
| 114 |
+
<div class="grid md:grid-cols-2 gap-4">
|
| 115 |
+
<div>
|
| 116 |
+
<h3 class="font-semibold">Universities</h3>
|
| 117 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4">
|
| 118 |
+
<li>Harvard University</li>
|
| 119 |
+
<li>Stanford University</li>
|
| 120 |
+
<li>Columbia University</li>
|
| 121 |
+
<li>McGill University</li>
|
| 122 |
+
</ul>
|
| 123 |
+
</div>
|
| 124 |
+
<div>
|
| 125 |
+
<h3 class="font-semibold">Hospitals</h3>
|
| 126 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4">
|
| 127 |
+
<li>Massachusetts General Hospital</li>
|
| 128 |
+
<li>Mount Sinai Hospital</li>
|
| 129 |
+
<li>Allan Memorial Institute</li>
|
| 130 |
+
</ul>
|
| 131 |
+
</div>
|
| 132 |
+
<div>
|
| 133 |
+
<h3 class="font-semibold">Research Centers</h3>
|
| 134 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4">
|
| 135 |
+
<li>Addiction Research Center</li>
|
| 136 |
+
<li>Bureau of Narcotics</li>
|
| 137 |
+
<li>Various state mental hospitals</li>
|
| 138 |
+
</ul>
|
| 139 |
+
</div>
|
| 140 |
+
<div>
|
| 141 |
+
<h3 class="font-semibold">Pharmaceutical Companies</h3>
|
| 142 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4">
|
| 143 |
+
<li>Sandoz (LSD supplier)</li>
|
| 144 |
+
<li>Eli Lilly</li>
|
| 145 |
+
<li>Various chemical companies</li>
|
| 146 |
+
</ul>
|
| 147 |
+
</div>
|
| 148 |
+
</div>
|
| 149 |
+
</div>
|
| 150 |
+
</div>
|
| 151 |
+
</main>
|
| 152 |
+
|
| 153 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 154 |
+
<div class="container mx-auto px-4 text-center">
|
| 155 |
+
<p class="text-slate-400">MKUltra Research Portal - Experimental Methods</p>
|
| 156 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 157 |
+
<a href="overview.html" class="text-slate-500 hover:text-rose-400 transition">← Overview</a>
|
| 158 |
+
<a href="victims.html" class="text-slate-500 hover:text-rose-400 transition">Next: Victims →</a>
|
| 159 |
+
</div>
|
| 160 |
+
</div>
|
| 161 |
+
</footer>
|
| 162 |
+
|
| 163 |
+
<script>
|
| 164 |
+
AOS.init({
|
| 165 |
+
duration: 800,
|
| 166 |
+
once: true
|
| 167 |
+
});
|
| 168 |
+
feather.replace();
|
| 169 |
+
</script>
|
| 170 |
+
</body>
|
| 171 |
+
</html>
|
index.html
CHANGED
|
@@ -1,19 +1,143 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MKUltra Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 13 |
+
<style>
|
| 14 |
+
.vanta-bg {
|
| 15 |
+
position: absolute;
|
| 16 |
+
top: 0;
|
| 17 |
+
left: 0;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
z-index: -1;
|
| 21 |
+
}
|
| 22 |
+
.content-overlay {
|
| 23 |
+
background: rgba(15, 23, 42, 0.85);
|
| 24 |
+
backdrop-filter: blur(10px);
|
| 25 |
+
}
|
| 26 |
+
.priority-high { border-left: 4px solid #ef4444; }
|
| 27 |
+
.priority-medium { border-left: 4px solid #f59e0b; }
|
| 28 |
+
.priority-low { border-left: 4px solid #10b981; }
|
| 29 |
+
</style>
|
| 30 |
+
</head>
|
| 31 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 32 |
+
<div id="vanta-bg" class="vanta-bg"></div>
|
| 33 |
+
|
| 34 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 35 |
+
<div class="container mx-auto px-4 py-3">
|
| 36 |
+
<div class="flex justify-between items-center">
|
| 37 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 38 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 39 |
+
</a>
|
| 40 |
+
<div class="hidden md:flex space-x-6">
|
| 41 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 42 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 43 |
+
<a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 44 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents</a>
|
| 45 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 46 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 47 |
+
</div>
|
| 48 |
+
<button class="md:hidden">
|
| 49 |
+
<i data-feather="menu"></i>
|
| 50 |
+
</button>
|
| 51 |
+
</div>
|
| 52 |
+
</div>
|
| 53 |
+
</nav>
|
| 54 |
+
|
| 55 |
+
<main class="container mx-auto px-4 py-12 relative z-10">
|
| 56 |
+
<div class="content-overlay rounded-2xl p-8 shadow-2xl max-w-4xl mx-auto" data-aos="fade-up">
|
| 57 |
+
<h1 class="text-4xl font-bold mb-6 text-center">MKUltra: CIA Mind Control Program</h1>
|
| 58 |
+
<p class="text-xl text-slate-300 mb-8 text-center">
|
| 59 |
+
A comprehensive research portal documenting one of the most controversial CIA programs in history
|
| 60 |
+
</p>
|
| 61 |
+
|
| 62 |
+
<div class="grid md:grid-cols-2 gap-6 mb-12">
|
| 63 |
+
<div class="bg-slate-800/50 p-6 rounded-xl priority-high" data-aos="fade-right">
|
| 64 |
+
<h2 class="text-2xl font-semibold mb-3 text-rose-400">High Priority Research</h2>
|
| 65 |
+
<ul class="space-y-2">
|
| 66 |
+
<li class="flex items-center"><i data-feather="alert-circle" class="mr-2 text-rose-400"></i> LSD Experiments on Unwitting Subjects</li>
|
| 67 |
+
<li class="flex items-center"><i data-feather="alert-circle" class="mr-2 text-rose-400"></i> Congressional Investigation Findings</li>
|
| 68 |
+
<li class="flex items-center"><i data-feather="alert-circle" class="mr-2 text-rose-400"></i> Document Destruction & Cover-up</li>
|
| 69 |
+
</ul>
|
| 70 |
+
<a href="overview.html" class="inline-block mt-4 text-rose-400 hover:text-rose-300">Explore Overview →</a>
|
| 71 |
+
</div>
|
| 72 |
+
|
| 73 |
+
<div class="bg-slate-800/50 p-6 rounded-xl priority-medium" data-aos="fade-left">
|
| 74 |
+
<h2 class="text-2xl font-semibold mb-3 text-amber-400">Medium Priority Research</h2>
|
| 75 |
+
<ul class="space-y-2">
|
| 76 |
+
<li class="flex items-center"><i data-feather="file-text" class="mr-2 text-amber-400"></i> Subproject Classifications</li>
|
| 77 |
+
<li class="flex items-center"><i data-feather="file-text" class="mr-2 text-amber-400"></i> Medical Professional Involvement</li>
|
| 78 |
+
<li class="flex items-center"><i data-feather="file-text" class="mr-2 text-amber-400"></i> Canadian Connections</li>
|
| 79 |
+
</ul>
|
| 80 |
+
<a href="documents.html" class="inline-block mt-4 text-amber-400 hover:text-amber-300">View Documents →</a>
|
| 81 |
+
</div>
|
| 82 |
+
</div>
|
| 83 |
+
|
| 84 |
+
<div class="text-center">
|
| 85 |
+
<h2 class="text-2xl font-semibold mb-6">Research Navigation</h2>
|
| 86 |
+
<div class="grid grid-cols-2 md:grid-cols-6 gap-4">
|
| 87 |
+
<a href="overview.html" class="bg-slate-800 hover:bg-slate-700 p-4 rounded-lg transition transform hover:scale-105" data-aos="zoom-in">
|
| 88 |
+
<i data-feather="book" class="mx-auto text-rose-400 mb-2"></i>
|
| 89 |
+
<span>Overview</span>
|
| 90 |
+
</a>
|
| 91 |
+
<a href="experiments.html" class="bg-slate-800 hover:bg-slate-700 p-4 rounded-lg transition transform hover:极速飞艇开奖直播-【官网首页】.105" data-aos="zoom-in" data-aos-delay="100">
|
| 92 |
+
<i data-feather="flask" class="mx-auto text-rose-400 mb-2"></i>
|
| 93 |
+
<span>Experiments</span>
|
| 94 |
+
</a>
|
| 95 |
+
<a href="victims.html" class="bg-slate-800 hover:bg-slate-700 p-4 rounded-lg transition transform hover:scale-105" data-aos="zoom-in" data极速飞艇开奖直播-【官网首页】.delay="200">
|
| 96 |
+
<i data-feather="users" class="mx-auto text-rose-400 mb-2"></i>
|
| 97 |
+
<span>Victims</span>
|
| 98 |
+
</a>
|
| 99 |
+
<a href="documents.html" class="bg-slate-800 hover:bg-slate-700 p-4 rounded-lg transition transform hover:scale-105" data-aos="zoom-in" data-aos-delay="300">
|
| 100 |
+
<i data-feather="archive" class="mx-auto text-rose-400 mb-2"></极速飞艇开奖直播-【官网首页】.i>
|
| 101 |
+
<span>Documents</span>
|
| 102 |
+
</a>
|
| 103 |
+
<a href="legacy.html" class="bg-slate-800 hover:bg-slate-700 p-4 rounded-lg transition transform hover:scale-105" data-aos="zoom-in" data-aos-delay="400">
|
| 104 |
+
<i data-feather="trending-up" class="mx-auto text-rose-400 mb-2"></i>
|
| 105 |
+
<span>Legacy</span>
|
| 106 |
+
</a>
|
| 107 |
+
<a href="project-artichoke.html" class="bg-slate-800 hover:bg-slate-700 p-4 rounded-lg transition transform hover:scale-105" data-aos="zoom-in" data-aos-delay="500">
|
| 108 |
+
<i data-feather="layers" class="mx-auto text-rose-400 mb-2"></i>
|
| 109 |
+
<span>ARTICHOKE</span>
|
| 110 |
+
</a>
|
| 111 |
+
</div>
|
| 112 |
+
</div>
|
| 113 |
+
</div>
|
| 114 |
+
</main>
|
| 115 |
+
|
| 116 |
+
<footer class="bg-slate-800/90 mt-12 py-8 relative z-10">
|
| 117 |
+
<div class="container mx-auto px-4 text-center">
|
| 118 |
+
<p class="text-slate-400">MKUltra Research Portal - Compiled from publicly available documents and research</p>
|
| 119 |
+
<p class="text-slate-500 text-sm mt-2">This site serves as an educational resource about historical government programs</p>
|
| 120 |
+
</div>
|
| 121 |
+
</footer>
|
| 122 |
+
|
| 123 |
+
<script>
|
| 124 |
+
VANTA.GLOBE({
|
| 125 |
+
el: "#vanta-bg",
|
| 126 |
+
mouseControls: true,
|
| 127 |
+
touchControls: true,
|
| 128 |
+
gyroControls: false,
|
| 129 |
+
minHeight: 200.00,
|
| 130 |
+
minWidth: 200.00,
|
| 131 |
+
scale: 1.00,
|
| 132 |
+
scaleMobile: 1.00,
|
| 133 |
+
color: 0xbe123c,
|
| 134 |
+
backgroundColor: 0x0f172a
|
| 135 |
+
});
|
| 136 |
+
AOS.init({
|
| 137 |
+
duration: 800,
|
| 138 |
+
once: true
|
| 139 |
+
});
|
| 140 |
+
feather.replace();
|
| 141 |
+
</script>
|
| 142 |
+
</body>
|
| 143 |
</html>
|
legacy.html
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MKUltra Legacy - Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 23 |
+
<a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 24 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents</a>
|
| 25 |
+
<a href="legacy.html" class="text-rose-400">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 27 |
+
</div>
|
| 28 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 29 |
+
<i data-feather="home"></i>
|
| 30 |
+
</a>
|
| 31 |
+
</div>
|
| 32 |
+
</div>
|
| 33 |
+
</nav>
|
| 34 |
+
|
| 35 |
+
<main class="container mx-auto px-4 py-12">
|
| 36 |
+
<div class="max-w-4xl mx-auto">
|
| 37 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 38 |
+
<h1 class="text-4xl font-bold mb-6">MKUltra Legacy</h1>
|
| 39 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 40 |
+
The revelations about MKUltra had profound effects on government accountability, medical ethics, and public trust that continue to resonate today.
|
| 41 |
+
</p>
|
| 42 |
+
</div>
|
| 43 |
+
|
| 44 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
| 45 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 46 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Immediate Impacts</h2>
|
| 47 |
+
<div class="space-y-4">
|
| 48 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 49 |
+
<h3 class="font-semibold">Congressional Investigations</h3>
|
| 50 |
+
<p class="text-sm text-slate-400">Church Committee (1975-76) and Rockefeller Commission led to major intelligence reforms.</p>
|
| 51 |
+
</div>
|
| 52 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 53 |
+
<h3 class="font-semibold">Foreign Intelligence Surveillance Act</h3>
|
| 54 |
+
<p class="text-sm text-slate-400">1978 law establishing oversight of intelligence activities in response to MKUltra and other abuses.</p>
|
| 55 |
+
</div>
|
| 56 |
+
<div class="border-l-4 border-emerald-500 pl-4">
|
| 57 |
+
<h3 class="font-semibold">Intelligence Oversight</h3>
|
| 58 |
+
<p class="text-sm text-slate-400">Creation of permanent intelligence committees in Congress to provide ongoing supervision.</p>
|
| 59 |
+
</div>
|
| 60 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 61 |
+
<h3 class="font-semibold">Public Trust Erosion</h3>
|
| 62 |
+
<p class="text-sm text-slate-400">Significant decline in public confidence in government institutions and medical research.</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
|
| 67 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 68 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Ethical Reforms</h2>
|
| 69 |
+
<div class="space-y-4">
|
| 70 |
+
<div>
|
| 71 |
+
<h3 class="font-semibold">Belmont Report</h3>
|
| 72 |
+
<p class="text-sm text-slate-400">1979 ethical guidelines establishing principles for human subject research: respect, beneficence, justice.</p>
|
| 73 |
+
</div>
|
| 74 |
+
<div>
|
| 75 |
+
<h3 class="font-semibold">Institutional Review Boards</h3>
|
| 76 |
+
<p class="text-sm text-slate-400">Mandatory review of all human subject research by independent ethics committees.</p>
|
| 77 |
+
</div>
|
| 78 |
+
<div>
|
| 79 |
+
<h3 class="font-semibold">Informed Consent Standards</h3>
|
| 80 |
+
<p class="text-sm text-slate-400">Strict requirements for voluntary, informed consent with full disclosure of risks.</p>
|
| 81 |
+
</div>
|
| 82 |
+
<div>
|
| 83 |
+
<h3 class="font-semibold">Vulnerable Populations Protection</h3>
|
| 84 |
+
<p class="text-sm text-slate-400">Special protections for prisoners, mentally ill, and other vulnerable groups.</p>
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
|
| 90 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 91 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Cultural Impact</h2>
|
| 92 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 93 |
+
<div>
|
| 94 |
+
<h3 class="font-semibold mb-2">Conspiracy Theories</h3>
|
| 95 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 96 |
+
<li>Fueled distrust of government institutions</li>
|
| 97 |
+
<li>Inspired numerous conspiracy theories</li>
|
| 98 |
+
<li>Influenced skepticism about official narratives</li>
|
| 99 |
+
</ul>
|
| 100 |
+
</div>
|
| 101 |
+
<div>
|
| 102 |
+
<h3 class="font-semibold mb-2">Popular Culture</h3>
|
| 103 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 104 |
+
<li>Movies: "The Manchurian Candidate", "Jacob's Ladder"</li>
|
| 105 |
+
<li>TV Shows: "Stranger Things", "The X-Files"</li>
|
| 106 |
+
<li>Books: Numerous non-fiction and fiction works</li>
|
| 107 |
+
</ul>
|
| 108 |
+
</div>
|
| 109 |
+
<div>
|
| 110 |
+
<h3 class="font-semibold mb-2">Academic Research</h3>
|
| 111 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 112 |
+
<li>Case study in research ethics violations</li>
|
| 113 |
+
<li>Subject of historical and political science research</li>
|
| 114 |
+
<li>Example in medical ethics education</li>
|
| 115 |
+
</ul>
|
| 116 |
+
</div>
|
| 117 |
+
<div>
|
| 118 |
+
<h3 class="font-semibold mb-2">Public Memory</h3>
|
| 119 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 120 |
+
<li>Symbol of government overreach</li>
|
| 121 |
+
<li>Warning about unchecked scientific ambition</li>
|
| 122 |
+
<li>Example of institutional accountability failure</li>
|
| 123 |
+
</ul>
|
| 124 |
+
</div>
|
| 125 |
+
</div>
|
| 126 |
+
</div>
|
| 127 |
+
|
| 128 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up">
|
| 129 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Contemporary Relevance</h2>
|
| 130 |
+
<div class="space-y-4">
|
| 131 |
+
<div>
|
| 132 |
+
<h3 class="font-semibold">Modern Ethical Dilemmas</h3>
|
| 133 |
+
<p class="text-sm text-slate-400">MKUltra serves as a cautionary tale for emerging technologies like AI, neuro-enhancement, and surveillance.</p>
|
| 134 |
+
</div>
|
| 135 |
+
<div>
|
| 136 |
+
<h3 class="font-semibold">Government Transparency</h3>
|
| 137 |
+
<p class="text-sm text-slate-400">Continues to influence debates about classified information, whistleblowing, and public accountability.</p>
|
| 138 |
+
</div>
|
| 139 |
+
<div>
|
| 140 |
+
<h3 class="font-semibold">Medical Research Ethics</h3>
|
| 141 |
+
<p class="text-sm text-slate-400">Remains a foundational case in bioethics education and institutional review processes.</p>
|
| 142 |
+
</div>
|
| 143 |
+
<div>
|
| 144 |
+
<h3 class="font-semibold">Historical Reconciliation</h3>
|
| 145 |
+
<p class="text-sm text-slate-400">Ongoing efforts to acknowledge harm and provide restitution to victims and their families.</p>
|
| 146 |
+
</div>
|
| 147 |
+
</div>
|
| 148 |
+
</div>
|
| 149 |
+
</div>
|
| 150 |
+
</main>
|
| 151 |
+
|
| 152 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 153 |
+
<div class="container mx-auto px-4 text-center">
|
| 154 |
+
<p class="text-slate-400">MKUltra Research Portal - Lasting Legacy</p>
|
| 155 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 156 |
+
<a href="documents.html" class="text-slate-500 hover:text-rose-400 transition">← Documents</a>
|
| 157 |
+
<a href="index.html" class="text-slate-500 hover:text-rose-400 transition">Return to Home</a>
|
| 158 |
+
</div>
|
| 159 |
+
</div>
|
| 160 |
+
</footer>
|
| 161 |
+
|
| 162 |
+
<script>
|
| 163 |
+
AOS.init({
|
| 164 |
+
duration: 800,
|
| 165 |
+
once: true
|
| 166 |
+
});
|
| 167 |
+
feather.replace();
|
| 168 |
+
</script>
|
| 169 |
+
</body>
|
| 170 |
+
</html>
|
lsd-telepathy.html
ADDED
|
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>LSD & Telepathic Abilities - MKUltra Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold极速飞艇开奖直播-【官网首页】. text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 23 |
+
<a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 24 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents</a>
|
| 25 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 27 |
+
<a href="lsd-telepathy.html" class="text-rose-400">LSD & Telepathy</a>
|
| 28 |
+
</div>
|
| 29 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 30 |
+
<i data-feather="home"></i>
|
| 31 |
+
</a>
|
| 32 |
+
</div>
|
| 33 |
+
</div>
|
| 34 |
+
</nav>
|
| 35 |
+
|
| 36 |
+
<main class="container mx-auto px-4 py-12">
|
| 37 |
+
<div class="max-w-4xl mx-auto">
|
| 38 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 39 |
+
<h1 class="text-4xl font-bold mb-6">LSD & Telepathic Abilities</h1>
|
| 40 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 41 |
+
MKUltra's investigation into hallucinogens and their potential effects on psychic phenomena, extrasensory perception, and mind-to-mind communication.
|
| 42 |
+
</p>
|
| 43 |
+
</div>
|
| 44 |
+
|
| 45 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
| 46 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 47 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Theoretical Basis</h2>
|
| 48 |
+
<div class="space-y-4">
|
| 49 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 50 |
+
<h3 class="font-semibold">Altered States Theory</h3>
|
| 51 |
+
<p class="text-sm text-slate-400">Hypothesis that psychedelics could access altered consciousness states conducive to psychic phenomena.</p>
|
| 52 |
+
</div>
|
| 53 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 54 |
+
<h3 class="font-semibold">Sensory Barrier Removal</h3>
|
| 55 |
+
<p class="text-sm text-slate-400">Theory that LSD could remove normal sensory filters, potentially allowing extrasensory perception.</p>
|
| 56 |
+
</div>
|
| 57 |
+
<div class="border-l-4 border-emerald-500 pl极速飞艇开奖直播-【官网首页】.4">
|
| 58 |
+
<h3 class="font-semibold">Consciousness Expansion</h3>
|
| 59 |
+
<p class="text-sm text-slate-400">Belief that expanded consciousness could access universal mind or collective unconscious.</p>
|
| 60 |
+
</div>
|
| 61 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 62 |
+
<h3 class="font-semibold">Cold War Context</h3>
|
| 63 |
+
<p class="text-sm text-slate-400">Fears that Soviets might be ahead in parapsychology research drove US interest.</p>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
</div>
|
| 67 |
+
|
| 68 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 69 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Key Research Areas</h2>
|
| 70 |
+
<div class="space-y-4">
|
| 71 |
+
<div>
|
| 72 |
+
<h3 class="font-semibold">Telepathy Enhancement</h3>
|
| 73 |
+
<p class="text-sm text-slate-400">Testing whether LSD could improve mind-to-mind communication between subjects.</p>
|
| 74 |
+
</div>
|
| 75 |
+
<div>
|
| 76 |
+
<h3 class="font-semibold">Precognition Experiments</h3>
|
| 77 |
+
<p class="text-sm text-slate-400">Attempts to access future events or information through altered states.</p>
|
| 78 |
+
</div>
|
| 79 |
+
<div>
|
| 80 |
+
<h3 class="font-semibold">Remote Viewing</h3>
|
| 81 |
+
<p class="text-sm text-slate-400">Early experiments in perceiving distant locations or objects while under influence.</p>
|
| 82 |
+
</div>
|
| 83 |
+
<div>
|
| 84 |
+
<h3 class="font-semibold">Psychokinesis Studies</h3>
|
| 85 |
+
<p class="text-sm text-slate-400">Testing if altered states could influence physical objects or events mentally.</p>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
</div>
|
| 90 |
+
|
| 91 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 92 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Documented Experiments</h2>
|
| 93 |
+
<div class="space-y-6">
|
| 94 |
+
<div>
|
| 95 |
+
<h3 class="font-semibold text-lg">Stanford Research Institute Collaboration</h3>
|
| 96 |
+
<p class="text-sm text-slate-400">Joint experiments with SRI's parapsychology division testing LSD's effects on ESP card guessing and remote viewing accuracy.</p>
|
| 97 |
+
</div>
|
| 98 |
+
<div>
|
| 99 |
+
<h3 class="font-semibold text-lg">Double-Blind Telepathy Tests</h3>
|
| 100 |
+
<p class="text-sm text-slate-400">Controlled experiments where one subject received LSD while another attempted to receive transmitted thoughts or images.</p>
|
| 101 |
+
</div>
|
| 102 |
+
<div>
|
| 103 |
+
<h3 class="font-semibold text-lg">Sensory Deprivation Combination</h3>
|
| 104 |
+
<p class="text-sm text-slate-400">Tests combining LSD with isolation tanks to remove external sensory input and focus on internal perception.</p>
|
| 105 |
+
</div>
|
| 106 |
+
<div>
|
| 107 |
+
<h3 class="font-semibold text-lg">Hypnosis Enhancement Studies</h3>
|
| 108 |
+
<p class="text-sm text-slate-400">Research into whether LSD could enhance hypnotic suggestibility and telepathic receptivity.</p>
|
| 109 |
+
</div>
|
| 110 |
+
</div>
|
| 111 |
+
</div>
|
| 112 |
+
|
| 113 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 114 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Reported Findings & Observations</h2>
|
| 115 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 116 |
+
<div>
|
| 117 |
+
<h3 class="font-semibold mb-2">Subjective Experiences</h3>
|
| 118 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 119 |
+
<li>Reports of enhanced intuition and insight</li>
|
| 120 |
+
<li>Feelings of connectedness and unity consciousness</li>
|
| 121 |
+
<li>Vivid imagery interpreted as psychic visions</li>
|
| 122 |
+
<li>Sense of accessing higher knowledge</li>
|
| 123 |
+
<li>Perceived telepathic connections with others</li>
|
| 124 |
+
</ul>
|
| 125 |
+
</div>
|
| 126 |
+
<div>
|
| 127 |
+
<h3 class="font-semibold mb-2">Experimental Results</h3>
|
| 128 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 129 |
+
<li>Inconsistent and unreproducible results</li>
|
| 130 |
+
<li>Some statistically significant results in small studies</li>
|
| 131 |
+
<li>High placebo effect and expectation bias</li>
|
| 132 |
+
<li>Difficulty controlling for suggestibility</li>
|
| 133 |
+
<li>Most results within chance probability ranges</li>
|
| 134 |
+
</ul>
|
| 135 |
+
</div>
|
| 136 |
+
</div>
|
| 137 |
+
</div>
|
| 138 |
+
|
| 139 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 140 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Scientific Challenges</h2>
|
| 141 |
+
<div class="space-y-4">
|
| 142 |
+
<div>
|
| 143 |
+
<h3 class="font-semibold">Methodological Issues</h3>
|
| 144 |
+
<p class="text-sm text-slate-400">Difficulty designing controlled experiments for subjective psychic experiences and controlling for expectation effects.</p>
|
| 145 |
+
</div>
|
| 146 |
+
<div>
|
| 147 |
+
<h3 class="font-semibold">Measurement Problems</h3>
|
| 148 |
+
<p class="text-sm text-slate-400">Lack of reliable metrics for quantifying psychic abilities or distinguishing them from imagination.</p>
|
| 149 |
+
</div>
|
| 150 |
+
<div>
|
| 151 |
+
<h3 class="font-semibold">Reproducibility Crisis</h3>
|
| 152 |
+
<p class="text-sm text-slate-400">Inability to consistently reproduce positive results across different researchers and settings.</p>
|
| 153 |
+
</div>
|
| 154 |
+
<div>
|
| 155 |
+
<h3 class="font-semibold">Theoretical Framework</h3>
|
| 156 |
+
<p class="text-sm text-slate-400">Absence of scientific mechanism explaining how psychic phenomena could operate physically.</p>
|
| 157 |
+
</div>
|
| 158 |
+
</div>
|
| 159 |
+
</div>
|
| 160 |
+
|
| 161 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up">
|
| 162 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Legacy & Modern Research</h2>
|
| 163 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 164 |
+
<div>
|
| 165 |
+
<h3 class="font-semibold mb-2">Influence on Psychology</h3>
|
| 166 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 167 |
+
<li>Contributed to transpersonal psychology development</li>
|
| 168 |
+
<li>Influenced study of altered states of consciousness</li>
|
| 169 |
+
<li>Advanced understanding of suggestibility mechanisms</li>
|
| 170 |
+
<li>Improved research methodologies for subjective experiences</li>
|
| 171 |
+
</ul>
|
| 172 |
+
</div>
|
| 173 |
+
<div>
|
| 174 |
+
<h3 class="font-semibold mb-2">Contemporary Studies</h3>
|
| 175 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 176 |
+
<li>Modern psychedelic research focuses on therapeutic benefits</li>
|
| 177 |
+
<li>Current studies examine neural correlates of mystical experiences</li>
|
| 178 |
+
<li>Research into consciousness and perception continues</li>
|
| 179 |
+
<li>Parapsychology remains a controversial fringe science</li>
|
| 180 |
+
</ul>
|
| 181 |
+
</div>
|
| 182 |
+
</div>
|
| 183 |
+
</div>
|
| 184 |
+
</div>
|
| 185 |
+
</main>
|
| 186 |
+
|
| 187 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 188 |
+
<div class="container mx-auto px-4 text-center">
|
| 189 |
+
<p class="text-slate-400">MKUltra Research Portal - LSD & Telepathic Abilities</p>
|
| 190 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 191 |
+
<a href="experiments.html" class="text-slate-500 hover:text-rose-400 transition">← Experiments</a>
|
| 192 |
+
<a href="index.html" class="text-slate-500 hover:text-rose-400 transition">Return to Home</a>
|
| 193 |
+
</div>
|
| 194 |
+
</div>
|
| 195 |
+
</footer>
|
| 196 |
+
|
| 197 |
+
<script>
|
| 198 |
+
AOS.init({
|
| 199 |
+
duration: 800,
|
| 200 |
+
once: true
|
| 201 |
+
});
|
| 202 |
+
feather.replace();
|
| 203 |
+
</script>
|
| 204 |
+
</body>
|
| 205 |
+
</html>
|
overview.html
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MKUltra Overview - Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="text-rose-400">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 23 |
+
<a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 24 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents极速飞艇开奖直播-【官网首页】.</a>
|
| 25 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 27 |
+
<a href="lsd-telepathy.html" class="hover:text-rose-400 transition">LSD & Telepathy</a>
|
| 28 |
+
</div>
|
| 29 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 30 |
+
<i data-feather="home"></i>
|
| 31 |
+
</a>
|
| 32 |
+
</div>
|
| 33 |
+
</div>
|
| 34 |
+
</nav>
|
| 35 |
+
|
| 36 |
+
<main class="container mx-auto px-4 py-12">
|
| 37 |
+
<div class="max-w-4xl mx-auto">
|
| 38 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 39 |
+
<h1 class="text-4xl font-bold mb-6">MKUltra Program Overview</h1>
|
| 40 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 41 |
+
MKUltra was an illegal CIA human research program operating from 1953 to 1973 that investigated mind control, chemical interrogation, and behavior modification techniques.
|
| 42 |
+
</p>
|
| 43 |
+
|
| 44 |
+
<div class="grid md:grid-cols-3 gap-6 mb-8">
|
| 45 |
+
<div class="bg-slate-700/50 p-4 rounded-lg text-center">
|
| 46 |
+
<div class="text-3xl font-bold text-rose-400">1953</div>
|
| 47 |
+
<div class="text-sm">Program Initiation</div>
|
| 48 |
+
</div>
|
| 49 |
+
<div class="bg-slate-700/50 p-4 rounded-lg text-center">
|
| 50 |
+
<div class="text-3xl font-bold text-rose-400">149</div>
|
| 51 |
+
<div class="text-sm">Subprojects</div>
|
| 52 |
+
</div>
|
| 53 |
+
<div class="bg-slate-700/50 p-4 rounded-lg text-center">
|
| 54 |
+
<div class="text-3xl font-bold text-rose-400">1973</div>
|
| 55 |
+
<div class="text-sm">Documents Destroyed</div>
|
| 56 |
+
</div>
|
| 57 |
+
</div>
|
| 58 |
+
</div>
|
| 59 |
+
|
| 60 |
+
<div class="grid md:grid-cols-2 gap-8">
|
| 61 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 62 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Key Facts</h2>
|
| 63 |
+
<ul class="space-y-3">
|
| 64 |
+
<li class="flex items-start">
|
| 65 |
+
<i data-feather="check-circle" class="text-rose-400 mr-2 mt-1"></i>
|
| 66 |
+
<span>Authorized by CIA Director Allen Dulles</span>
|
| 67 |
+
</li>
|
| 68 |
+
<li class="flex items-start">
|
| 69 |
+
<i data-feather="check-circle" class="text-rose-400 mr-2 mt-1"></i>
|
| 70 |
+
<span>$10+ million budget (equivalent to $90+ million today)</span>
|
| 71 |
+
</li>
|
| 72 |
+
<li class="flex items-start">
|
| 73 |
+
<i data-feather="check-circle" class="text-rose-400 mr-2 mt-1"></i>
|
| 74 |
+
<span>80+ institutions participated including universities, hospitals, prisons</span>
|
| 75 |
+
</li>
|
| 76 |
+
<li class="flex items-start">
|
| 77 |
+
<i data-feather="check-circle" class="text-rose-400 mr-2 mt-1"></i>
|
| 78 |
+
<span>LSD was the most extensively studied substance</span>
|
| 79 |
+
</li>
|
| 80 |
+
<li class="flex items-start">
|
| 81 |
+
<i data-feather="check-circle" class="text-rose-400 mr-2 mt-1"></i>
|
| 82 |
+
<span>Many subjects were unaware they were participating</span>
|
| 83 |
+
</li>
|
| 84 |
+
</ul>
|
| 85 |
+
</div>
|
| 86 |
+
|
| 87 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 88 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Program Objectives</h2>
|
| 89 |
+
<ul class="space-y-3">
|
| 90 |
+
<li class="flex items-start">
|
| 91 |
+
<i data-feather="target" class="text-rose-400 mr-2 mt-1"></i>
|
| 92 |
+
<span>Develop chemical materials for mental manipulation</span>
|
| 93 |
+
</li>
|
| 94 |
+
<li class="flex items-start">
|
| 95 |
+
<i data-feather="target" class="text-rose-400 mr-2 mt-1"></i>
|
| 96 |
+
<span>Create amnesia-producing substances</span>
|
| 97 |
+
</li>
|
| 98 |
+
<li class="flex items-start">
|
| 99 |
+
<i data-feather="target" class="text-rose-400 mr-2 mt-1"></i>
|
| 100 |
+
<span>Enhance interrogation techniques</span>
|
| 101 |
+
</li>
|
| 102 |
+
<li class="flex items-start">
|
| 103 |
+
<i data-feather="target" class="text-rose-400 mr-2 mt-1"></i>
|
| 104 |
+
<span>Develop methods for behavior control</span>
|
| 105 |
+
</li>
|
| 106 |
+
<li class="flex items-start">
|
| 107 |
+
<i data-feather="target" class="text-rose-400 mr-2 mt-1"></i>
|
| 108 |
+
<span>Counter Soviet and Chinese advances in mind control</span>
|
| 109 |
+
</li>
|
| 110 |
+
</ul>
|
| 111 |
+
</div>
|
| 112 |
+
</div>
|
| 113 |
+
|
| 114 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mt-8" data-aos="fade-up">
|
| 115 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Historical Context</h2>
|
| 116 |
+
<p class="mb-4">
|
| 117 |
+
MKUltra emerged during the Cold War when fears of communist "brainwashing" techniques were prevalent. The program was partly inspired by:
|
| 118 |
+
</p>
|
| 119 |
+
<ul class="list-disc list-inside space-y-2 ml-4">
|
| 120 |
+
<li>Chinese and Soviet interrogation techniques observed during the Korean War</li>
|
| 121 |
+
<li>Nazi human experimentation discoveries from World War II</li>
|
| 122 |
+
<li>Early research into psychedelics and their effects on consciousness</li>
|
| 123 |
+
<li>Project ARTICHOKE, the predecessor to MKUltra</li>
|
| 124 |
+
</ul>
|
| 125 |
+
</div>
|
| 126 |
+
</div>
|
| 127 |
+
</main>
|
| 128 |
+
|
| 129 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 130 |
+
<div class="container mx-auto px-4 text-center">
|
| 131 |
+
<p class="text-slate-400">MKUltra Research Portal - Comprehensive Overview</p>
|
| 132 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 133 |
+
<a href="index.html" class="text-slate-500 hover:text-rose-400 transition">Home</a>
|
| 134 |
+
<a href="experiments.html" class="text-slate-500 hover:text-rose-400 transition">Next: Experiments →</a>
|
| 135 |
+
</div>
|
| 136 |
+
</div>
|
| 137 |
+
</footer>
|
| 138 |
+
|
| 139 |
+
<script>
|
| 140 |
+
AOS.init({
|
| 141 |
+
duration: 800,
|
| 142 |
+
once: true
|
| 143 |
+
});
|
| 144 |
+
feather.replace();
|
| 145 |
+
</script>
|
| 146 |
+
</body>
|
| 147 |
+
</html>
|
project-artichoke.html
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Project ARTICHOKE - MKUltra Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 23 |
+
极速飞艇开奖直播-【官网首页】. <a href="victims.html" class="hover:text-rose-400 transition">Victims</a>
|
| 24 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents</a>
|
| 25 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="text-rose-400">ARTICHOKE</a>
|
| 27 |
+
<a href="lsd-telepathy.html" class="hover:text-rose-400 transition">LSD & Telepathy</a>
|
| 28 |
+
</div>
|
| 29 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 30 |
+
<i data-feather="home"></i>
|
| 31 |
+
</a>
|
| 32 |
+
</div>
|
| 33 |
+
</div>
|
| 34 |
+
</nav>
|
| 35 |
+
|
| 36 |
+
<main class="container mx-auto px-4 py-12">
|
| 37 |
+
<div class="max-w-4xl mx-auto">
|
| 38 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 39 |
+
<h1 class="text-4xl font-bold mb-6">Project ARTICHOKE</h1>
|
| 40 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 41 |
+
The CIA's direct predecessor to MKUltra, focusing on interrogation techniques, truth serums, and behavior control from 1951 to 1956.
|
| 42 |
+
</p>
|
| 43 |
+
</div>
|
| 44 |
+
|
| 45 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
| 46 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 47 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Program Origins</h2>
|
| 48 |
+
<div class="space-y-4">
|
| 49 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 50 |
+
<h3 class="font-semibold">Project BLUEBIRD</h3>
|
| 51 |
+
<p class="text-sm text-slate-400">Predecessor program (1950-1951) focused on interrogation, hypnosis, and amnesia induction.</p>
|
| 52 |
+
</div>
|
| 53 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 54 |
+
<h3 class="font-semibold">Korean War Influence</h3>
|
| 55 |
+
<p class="text-sm text-slate-400">Response to concerns about communist "brainwashing" techniques observed in POW camps.</p>
|
| 56 |
+
</div>
|
| 57 |
+
<div class="border-l-4 border-emerald-500 pl-4">
|
| 58 |
+
<h3 class="font-semibold">Official Start</h3>
|
| 59 |
+
<p class="text-sm text-slate-400">Renamed ARTICHOKE in August 1951 under CIA's Office of Scientific Intelligence.</p>
|
| 60 |
+
</div>
|
| 61 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 62 |
+
<h3 class="font-semibold">Direct Predecessor</h3>
|
| 63 |
+
<p class="text-sm text-slate-400">Immediate forerunner to MKUltra, sharing many personnel and research objectives.</p>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
</div>
|
| 67 |
+
|
| 68 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 69 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Primary Objectives</h2>
|
| 70 |
+
<div class="space-y-4">
|
| 71 |
+
<div>
|
| 72 |
+
<h3 class="font-semibold">Truth Serum Development</h3>
|
| 73 |
+
<p class="text-sm text-slate-400">Testing drugs like scopolamine, mescaline, and LSD for interrogation purposes.</p>
|
| 74 |
+
</div>
|
| 75 |
+
<div>
|
| 76 |
+
<h3 class="font-semibold">Amnesia Induction</h3>
|
| 77 |
+
<p class="text-sm text-slate-400">Creating methods to erase memories of interrogation or covert activities.</p>
|
| 78 |
+
</div>
|
| 79 |
+
<div>
|
| 80 |
+
<h3 class="font-semibold">Hypnotic Programming</h3>
|
| 81 |
+
<p class="text-sm text-slate-400">Developing techniques to implant suggestions and control behavior through hypnosis.</p>
|
| 82 |
+
</div>
|
| 83 |
+
<div>
|
| 84 |
+
<h3 class="font-semibold">Interrogation Resistance</h3>
|
| 85 |
+
<p class="text-sm text-slate-400">Training agents to resist enemy interrogation techniques.</p>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
</div>
|
| 90 |
+
|
| 91 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 92 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Key Experiments & Methods</h2>
|
| 93 |
+
<div class="space-y-6">
|
| 94 |
+
<div>
|
| 95 |
+
<h3 class="font-semibold text-lg">Drug Testing Programs</h3>
|
| 96 |
+
<p class="text-sm text-slate-400">Extensive testing of barbiturates, amphetamines, and psychedelics on both willing and unwitting subjects, including CIA employees, military personnel, and prisoners.</p>
|
| 97 |
+
</div>
|
| 98 |
+
<div>
|
| 99 |
+
<h3 class="font-semibold text-lg">Hypnosis Research</h3>
|
| 100 |
+
<p class="text-sm text-slate-400">Experiments to determine if hypnosis could induce individuals to perform acts against their will, including attempts to create "hypnotic couriers" who would unknowingly transport materials.</p>
|
| 101 |
+
</div>
|
| 102 |
+
<div>
|
| 103 |
+
<h3 class="font-semibold text-lg">Sensory Deprivation</h3>
|
| 104 |
+
<p class="text-sm text-slate-400">Early research into isolation techniques that would later be expanded under MKUltra, including water tanks and soundproof rooms.</p>
|
| 105 |
+
</div>
|
| 106 |
+
<div>
|
| 107 |
+
<h3 class="font-semibold text-lg">Combined Techniques</h3>
|
| 108 |
+
<p class="text-sm text-slate-400">Testing combinations of drugs, hypnosis, and stress to break down resistance and extract information.</p>
|
| 109 |
+
</div>
|
| 110 |
+
</div>
|
| 111 |
+
</div>
|
| 112 |
+
|
| 113 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 114 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Notable Figures & Institutions</h2>
|
| 115 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 116 |
+
<div>
|
| 117 |
+
<h3 class="font-semibold mb-2">Key Personnel</h3>
|
| 118 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 119 |
+
<li>Morse Allen - Program director</li>
|
| 120 |
+
<li>Dr. Sidney Gottlieb - Chemical division</li>
|
| 121 |
+
<li>George White - Field operations</li>
|
| 122 |
+
<li>Various CIA technical services staff</li>
|
| 123 |
+
</ul>
|
| 124 |
+
</div>
|
| 125 |
+
<div>
|
| 126 |
+
<h3 class="font-semibold mb-2">Participating Institutions</h3>
|
| 127 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 128 |
+
<li>CIA Technical Services Division</li>
|
| 129 |
+
<li>US Army Chemical Corps</li>
|
| 130 |
+
<li>Various university research departments</li>
|
| 131 |
+
<li>Private research facilities</li>
|
| 132 |
+
</ul>
|
| 133 |
+
</div>
|
| 134 |
+
</div>
|
| 135 |
+
</div>
|
| 136 |
+
|
| 137 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 138 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Transition to MKUltra</h2>
|
| 139 |
+
<div class="space-y-4">
|
| 140 |
+
<div>
|
| 141 |
+
<h3 class="font-semibold">Program Expansion</h3>
|
| 142 |
+
<p class="text-sm text-slate-400">ARTICHOKE's limited scope led to the creation of the more comprehensive MKUltra program in 1953.</p>
|
| 143 |
+
</div>
|
| 144 |
+
<div>
|
| 145 |
+
<h3 class="font-semibold">Broader Mandate</h3>
|
| 146 |
+
<p class="text-sm text-slate-400">MKUltra expanded beyond interrogation to include broader mind control and behavior modification research.</p>
|
| 147 |
+
</div>
|
| 148 |
+
<div>
|
| 149 |
+
<h3 class="font-semibold">Increased Funding</h3>
|
| 150 |
+
<p class="text-sm text-slate-400">MKUltra received significantly more resources and operated on a much larger scale than ARTICHOKE.</p>
|
| 151 |
+
</div>
|
| 152 |
+
<div>
|
| 153 |
+
<h3 class="font-semibold">Continuity of Research</h3>
|
| 154 |
+
<p class="text-sm text-slate-400">Many ARTICHOKE experiments and personnel continued under the MKUltra program.</p>
|
| 155 |
+
</div>
|
| 156 |
+
</div>
|
| 157 |
+
</div>
|
| 158 |
+
|
| 159 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up">
|
| 160 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Documentation & Legacy</h2>
|
| 161 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 162 |
+
<div>
|
| 163 |
+
<h3 class="font-semibold mb-2">Surviving Documents</h3>
|
| 164 |
+
<ul class="text-sm text-slate-400 space-y-2">
|
| 165 |
+
<li class="flex items-center">
|
| 166 |
+
<i data-feather="file-text" class="mr-2 w-4 h-4"></i>
|
| 167 |
+
CIA memoranda and reports
|
| 168 |
+
</li>
|
| 169 |
+
<li class="flex items-center">
|
| 170 |
+
<i data-feather="file-text" class="mr-2 w-4 h-4"></i>
|
| 171 |
+
Experiment summaries
|
| 172 |
+
</li>
|
| 173 |
+
<li class="flex items-center">
|
| 174 |
+
<i data-feather="file-text" class="mr-2 w-4 h-4"></i>
|
| 175 |
+
Congressional hearing exhibits
|
| 176 |
+
</li>
|
| 177 |
+
</ul>
|
| 178 |
+
</div>
|
| 179 |
+
<div>
|
| 180 |
+
<h3 class="font-semibold mb-2">Historical Significance</h3>
|
| 181 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 182 |
+
<li>Demonstrates evolution of CIA mind control efforts</li>
|
| 183 |
+
<li>Shows continuity from BLUEBIRD to ARTICHOKE to MKUltra</li>
|
| 184 |
+
<li>Provides context for MKUltra's more extreme experiments</li>
|
| 185 |
+
<li>Early example of government human experimentation ethics issues</li>
|
| 186 |
+
</ul>
|
| 187 |
+
</div>
|
| 188 |
+
</div>
|
| 189 |
+
</div>
|
| 190 |
+
</div>
|
| 191 |
+
</main>
|
| 192 |
+
|
| 193 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 194 |
+
<div class="container mx-auto px-4 text-center">
|
| 195 |
+
<p class="text-slate-400">MKUltra Research Portal - Project ARTICHOKE</p>
|
| 196 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 197 |
+
<a href="overview.html" class="text-slate-500 hover:text-rose-400 transition">← Overview</a>
|
| 198 |
+
<a href="experiments.html" class="text-slate-500 hover:text-rose-400 transition">Next: Experiments →</a>
|
| 199 |
+
</div>
|
| 200 |
+
</div>
|
| 201 |
+
</footer>
|
| 202 |
+
|
| 203 |
+
<script>
|
| 204 |
+
AOS.init({
|
| 205 |
+
duration: 800,
|
| 206 |
+
once: true
|
| 207 |
+
});
|
| 208 |
+
feather.replace();
|
| 209 |
+
</script>
|
| 210 |
+
</body>
|
| 211 |
+
</html>
|
prompts.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Average all of the information available at https://en.wikipedia.org/wiki/MKUltra into one tiny space, cross reference material to the relevance available on the internet and prioritize each subpage accordingly. Make me a website with multiple pages.
|
| 2 |
+
Develop more on Project Artichoke.
|
| 3 |
+
Create a separate page on the effects of LSD and other hallucinogens on psychic gifts and other telepathic abilities.
|
victims.html
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MKUltra Victims - Research Portal</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
</head>
|
| 13 |
+
<body class="bg-slate-900 text-slate-100 min-h-screen">
|
| 14 |
+
<nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50">
|
| 15 |
+
<div class="container mx-auto px-4 py-3">
|
| 16 |
+
<div class="flex justify-between items-center">
|
| 17 |
+
<a href="index.html" class="text-xl font-bold text-rose-500 flex items-center">
|
| 18 |
+
<i data-feather="activity" class="mr-2"></i>MKUltra Research
|
| 19 |
+
</a>
|
| 20 |
+
<div class="hidden md:flex space-x-6">
|
| 21 |
+
<a href="overview.html" class="hover:text-rose-400 transition">Overview</a>
|
| 22 |
+
<a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a>
|
| 23 |
+
<a href="victims.html" class="text-rose-400">Victims</a>
|
| 24 |
+
<a href="documents.html" class="hover:text-rose-400 transition">Documents</a>
|
| 25 |
+
<a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a>
|
| 26 |
+
<a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a>
|
| 27 |
+
</div>
|
| 28 |
+
<a href="index.html" class="hover:text-rose-400 transition">
|
| 29 |
+
<i data-feather="home"></i>
|
| 30 |
+
</a>
|
| 31 |
+
</div>
|
| 32 |
+
</div>
|
| 33 |
+
</nav>
|
| 34 |
+
|
| 35 |
+
<main class="container mx-auto px-4 py-12">
|
| 36 |
+
<div class="max-w-4xl mx-auto">
|
| 37 |
+
<div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up">
|
| 38 |
+
<h1 class="text-4xl font-bold mb-6">MKUltra Victims</h1>
|
| 39 |
+
<p class="text-xl text-slate-300 mb-6">
|
| 40 |
+
Thousands of individuals were subjected to MKUltra experiments, many without their knowledge or consent, resulting in lasting psychological and physical harm.
|
| 41 |
+
</p>
|
| 42 |
+
</div>
|
| 43 |
+
|
| 44 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
| 45 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right">
|
| 46 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Known Victims</h2>
|
| 47 |
+
<div class="space-y-4">
|
| 48 |
+
<div>
|
| 49 |
+
<h3 class="font-semibold">Frank Olson</h3>
|
| 50 |
+
<p class="text-sm text-slate-400">US Army biochemist given LSD without knowledge, suffered mental breakdown, died falling from window under suspicious circumstances.</p>
|
| 51 |
+
</div>
|
| 52 |
+
<div>
|
| 53 |
+
<h3 class="font-semibold">Harold Blauer</h3>
|
| 54 |
+
<p class="text-sm text-slate-400">Professional tennis player died after being injected with massive dose of mescaline derivative at New York State Psychiatric Institute.</p>
|
| 55 |
+
</div>
|
| 56 |
+
<div>
|
| 57 |
+
<h3 class="font-semibold">Canadian Patients</h3>
|
| 58 |
+
<p class="text-sm text-slate-400">Numerous patients of Dr. Ewen Cameron at McGill University suffered permanent psychological damage from "depatterning" experiments.</p>
|
| 59 |
+
</div>
|
| 60 |
+
<div>
|
| 61 |
+
<h3 class="font-semibold">Unwitting Citizens</h3>
|
| 62 |
+
<p class="text-sm text-slate-400">Countless individuals in cities like San Francisco were drugged without consent through Operation Midnight Climax brothels.</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</div>
|
| 66 |
+
|
| 67 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left">
|
| 68 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Victim Categories</h2>
|
| 69 |
+
<div class="space-y-4">
|
| 70 |
+
<div class="border-l-4 border-rose-500 pl-4">
|
| 71 |
+
<h3 class="font-semibold">Military Personnel</h3>
|
| 72 |
+
<p class="text-sm text-slate-400">Soldiers and government employees tested without full disclosure</p>
|
| 73 |
+
</div>
|
| 74 |
+
<div class="border-l-4 border-amber-500 pl-4">
|
| 75 |
+
<h3 class="font-semibold">Prison Inmates</h3>
|
| 76 |
+
<p class="text-sm text-slate-400">Prisoners offered reduced sentences or drugs in exchange for participation</p>
|
| 77 |
+
</div>
|
| 78 |
+
<div class="border-l-4 border-emerald-500 pl-4">
|
| 79 |
+
<h3 class="font-semibold">Mental Patients</h3>
|
| 80 |
+
<p class="text-sm text-slate-400">Vulnerable patients in psychiatric facilities subjected to extreme experiments</p>
|
| 81 |
+
</div>
|
| 82 |
+
<div class="border-l-4 border-cyan-500 pl-4">
|
| 83 |
+
<h3 class="font-semibold">General Public</h3>
|
| 84 |
+
<p class="text-sm text-slate-400">Unwitting citizens exposed through covert operations</p>
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
|
| 90 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up">
|
| 91 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Documented Harm</h2>
|
| 92 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 93 |
+
<div>
|
| 94 |
+
<h3 class="font-semibold mb-2">Psychological Effects</h3>
|
| 95 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 96 |
+
<li>Permanent psychosis and schizophrenia</li>
|
| 97 |
+
<li>Severe depression and anxiety disorders</li>
|
| 98 |
+
<li>Post-traumatic stress disorder</li>
|
| 99 |
+
<li>Complete personality changes</li>
|
| 100 |
+
<li>Suicidal tendencies</li>
|
| 101 |
+
</ul>
|
| 102 |
+
</div>
|
| 103 |
+
<div>
|
| 104 |
+
<h3 class="font-semibold mb-2">Physical Effects</h3>
|
| 105 |
+
<ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1">
|
| 106 |
+
<li>Neurological damage from electroshock</li>
|
| 107 |
+
<li>Drug addiction and dependency</li>
|
| 108 |
+
<li>Seizures and convulsions</li>
|
| 109 |
+
<li>Coma and near-death experiences</li>
|
| 110 |
+
<li>Fatal overdoses</li>
|
| 111 |
+
</ul>
|
| 112 |
+
</div>
|
| 113 |
+
</div>
|
| 114 |
+
</div>
|
| 115 |
+
|
| 116 |
+
<div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up">
|
| 117 |
+
<h2 class="text-2xl font-semibold mb-4 text-rose-400">Legal Actions & Compensation</h2>
|
| 118 |
+
<div class="space-y-4">
|
| 119 |
+
<div>
|
| 120 |
+
<h3 class="font-semibold">Olson Family Settlement</h3>
|
| 121 |
+
<p class="text-sm text-slate-400">$750,000 settlement in 1975 after Frank Olson's family sued the US government for his death.</p>
|
| 122 |
+
</div>
|
| 123 |
+
<div>
|
| 124 |
+
<h3 class="font-semibold">Canadian Victims</h3>
|
| 125 |
+
<p class="text-sm text-slate-400">77 patients received $100,000 each from Canadian government in 1988 settlement for Dr. Cameron's experiments.</p>
|
| 126 |
+
</div>
|
| 127 |
+
<div>
|
| 128 |
+
<h3 class="font-semibold">US Government Admission</h3>
|
| 129 |
+
<p class="text-sm text-slate-400">In 1994, President Clinton formally apologized to the Olson family and acknowledged government responsibility.</p>
|
| 130 |
+
</div>
|
| 131 |
+
<div>
|
| 132 |
+
<h3 class="font-semibold">Limited Accountability</h3>
|
| 133 |
+
<p class="text-sm text-slate-400">Most victims never received compensation or acknowledgment due to destroyed records and statute of limitations.</p>
|
| 134 |
+
</div>
|
| 135 |
+
</div>
|
| 136 |
+
</div>
|
| 137 |
+
</div>
|
| 138 |
+
</main>
|
| 139 |
+
|
| 140 |
+
<footer class="bg-slate-800/90 mt-12 py-8">
|
| 141 |
+
<div class="container mx-auto px-4 text-center">
|
| 142 |
+
<p class="text-slate-400">MKUltra Research Portal - Remembering the Victims</p>
|
| 143 |
+
<div class="flex justify-center space-x-4 mt-4">
|
| 144 |
+
<a href="experiments.html" class="text-slate-500 hover:text-rose-400 transition">← Experiments</a>
|
| 145 |
+
<a href="documents.html" class="text-slate-500 hover:text-rose-400 transition">Next: Documents →</a>
|
| 146 |
+
</div>
|
| 147 |
+
</div>
|
| 148 |
+
</footer>
|
| 149 |
+
|
| 150 |
+
<script>
|
| 151 |
+
AOS.init({
|
| 152 |
+
duration: 800,
|
| 153 |
+
once: true
|
| 154 |
+
});
|
| 155 |
+
feather.replace();
|
| 156 |
+
</script>
|
| 157 |
+
</body>
|
| 158 |
+
</html>
|