Spaces:
Running
Running
Create a separate page on the effects of LSD and other hallucinogens on psychic gifts and other telepathic abilities. - Initial Deployment
b25442c
verified
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>MKUltra Victims - Research Portal</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| </head> | |
| <body class="bg-slate-900 text-slate-100 min-h-screen"> | |
| <nav class="bg-slate-800/90 backdrop-blur-md sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3"> | |
| <div class="flex justify-between items-center"> | |
| <a href="index.html" class="text-xl font-bold text-rose-500 flex items-center"> | |
| <i data-feather="activity" class="mr-2"></i>MKUltra Research | |
| </a> | |
| <div class="hidden md:flex space-x-6"> | |
| <a href="overview.html" class="hover:text-rose-400 transition">Overview</a> | |
| <a href="experiments.html" class="hover:text-rose-400 transition">Experiments</a> | |
| <a href="victims.html" class="text-rose-400">Victims</a> | |
| <a href="documents.html" class="hover:text-rose-400 transition">Documents</a> | |
| <a href="legacy.html" class="hover:text-rose-400 transition">Legacy</a> | |
| <a href="project-artichoke.html" class="hover:text-rose-400 transition">ARTICHOKE</a> | |
| </div> | |
| <a href="index.html" class="hover:text-rose-400 transition"> | |
| <i data-feather="home"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </nav> | |
| <main class="container mx-auto px-4 py-12"> | |
| <div class="max-w-4xl mx-auto"> | |
| <div class="bg-slate-800/50 rounded-2xl p-8 shadow-2xl mb-8" data-aos="fade-up"> | |
| <h1 class="text-4xl font-bold mb-6">MKUltra Victims</h1> | |
| <p class="text-xl text-slate-300 mb-6"> | |
| Thousands of individuals were subjected to MKUltra experiments, many without their knowledge or consent, resulting in lasting psychological and physical harm. | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-8 mb-8"> | |
| <div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-right"> | |
| <h2 class="text-2xl font-semibold mb-4 text-rose-400">Known Victims</h2> | |
| <div class="space-y-4"> | |
| <div> | |
| <h3 class="font-semibold">Frank Olson</h3> | |
| <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> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold">Harold Blauer</h3> | |
| <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> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold">Canadian Patients</h3> | |
| <p class="text-sm text-slate-400">Numerous patients of Dr. Ewen Cameron at McGill University suffered permanent psychological damage from "depatterning" experiments.</p> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold">Unwitting Citizens</h3> | |
| <p class="text-sm text-slate-400">Countless individuals in cities like San Francisco were drugged without consent through Operation Midnight Climax brothels.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-left"> | |
| <h2 class="text-2xl font-semibold mb-4 text-rose-400">Victim Categories</h2> | |
| <div class="space-y-4"> | |
| <div class="border-l-4 border-rose-500 pl-4"> | |
| <h3 class="font-semibold">Military Personnel</h3> | |
| <p class="text-sm text-slate-400">Soldiers and government employees tested without full disclosure</p> | |
| </div> | |
| <div class="border-l-4 border-amber-500 pl-4"> | |
| <h3 class="font-semibold">Prison Inmates</h3> | |
| <p class="text-sm text-slate-400">Prisoners offered reduced sentences or drugs in exchange for participation</p> | |
| </div> | |
| <div class="border-l-4 border-emerald-500 pl-4"> | |
| <h3 class="font-semibold">Mental Patients</h3> | |
| <p class="text-sm text-slate-400">Vulnerable patients in psychiatric facilities subjected to extreme experiments</p> | |
| </div> | |
| <div class="border-l-4 border-cyan-500 pl-4"> | |
| <h3 class="font-semibold">General Public</h3> | |
| <p class="text-sm text-slate-400">Unwitting citizens exposed through covert operations</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl mb-8" data-aos="fade-up"> | |
| <h2 class="text-2xl font-semibold mb-4 text-rose-400">Documented Harm</h2> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <div> | |
| <h3 class="font-semibold mb-2">Psychological Effects</h3> | |
| <ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1"> | |
| <li>Permanent psychosis and schizophrenia</li> | |
| <li>Severe depression and anxiety disorders</li> | |
| <li>Post-traumatic stress disorder</li> | |
| <li>Complete personality changes</li> | |
| <li>Suicidal tendencies</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold mb-2">Physical Effects</h3> | |
| <ul class="text-sm text-slate-400 list-disc list-inside ml-4 space-y-1"> | |
| <li>Neurological damage from electroshock</li> | |
| <li>Drug addiction and dependency</li> | |
| <li>Seizures and convulsions</li> | |
| <li>Coma and near-death experiences</li> | |
| <li>Fatal overdoses</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-slate-800/50 rounded-2xl p-6 shadow-2xl" data-aos="fade-up"> | |
| <h2 class="text-2xl font-semibold mb-4 text-rose-400">Legal Actions & Compensation</h2> | |
| <div class="space-y-4"> | |
| <div> | |
| <h3 class="font-semibold">Olson Family Settlement</h3> | |
| <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> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold">Canadian Victims</h3> | |
| <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> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold">US Government Admission</h3> | |
| <p class="text-sm text-slate-400">In 1994, President Clinton formally apologized to the Olson family and acknowledged government responsibility.</p> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold">Limited Accountability</h3> | |
| <p class="text-sm text-slate-400">Most victims never received compensation or acknowledgment due to destroyed records and statute of limitations.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </main> | |
| <footer class="bg-slate-800/90 mt-12 py-8"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <p class="text-slate-400">MKUltra Research Portal - Remembering the Victims</p> | |
| <div class="flex justify-center space-x-4 mt-4"> | |
| <a href="experiments.html" class="text-slate-500 hover:text-rose-400 transition">← Experiments</a> | |
| <a href="documents.html" class="text-slate-500 hover:text-rose-400 transition">Next: Documents →</a> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| once: true | |
| }); | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |