Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 8 new columns ({'classification_levels', 'additional_insights', 'date_range', 'top_entities', 'total_documents', 'total_pages', 'total_words', 'categories'}) and 10 missing columns ({'word_count', 'classification', 'document_id', 'filename', 'category', 'entities', 'dates', 'page_count', 'extracted_at', 'project_names'}). This happened while the json dataset builder was generating data using hf://datasets/GotThatData/STARGATE-Processed/summary.json (at revision f99f3f850bd43e5ef4b7c45894b5abc37068aac5) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 623, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast total_documents: int64 total_words: int64 total_pages: int64 categories: struct<experiment_results: int64, other: int64, research_report: int64, correspondence: int64, administrative: int64, remote_viewing: int64, historical: int64, precognition: int64, psychokinesis: int64, telepathy: int64> child 0, experiment_results: int64 child 1, other: int64 child 2, research_report: int64 child 3, correspondence: int64 child 4, administrative: int64 child 5, remote_viewing: int64 child 6, historical: int64 child 7, precognition: int64 child 8, psychokinesis: int64 child 9, telepathy: int64 classification_levels: struct<UNCLASSIFIED: int64, SECRET: int64, CONFIDENTIAL: int64> child 0, UNCLASSIFIED: int64 child 1, SECRET: int64 child 2, CONFIDENTIAL: int64 top_entities: struct<persons: struct<Puthoff: int64, Geller: int64, Uri Geller: int64, Russell Targ: int64, Targ: int64, Ingo Swann: int64, Harold Puthoff: int64, R. Targ: int64, Pat Price: int64, Harold E. Puthoff: int64, H. Puthoff: int64, Approved: int64, Swann: int64, Hal: int64, RV: int64, Price: int64, CA: int64, Hella Hammid: int64, Hal Puthoff: int64, Lo: int64>, organizations: struct<CIA: int64, SRI: int64, Stanford Research Institute: int64, SG1I: int64, OTS: int64, Release 2014/01/09 :: int64, Agency: int64, ORD: int64, EEG: int64, Release: int64, Release 2014/01/09: int64, Stanford: int64, STANFORD RESEARCH INSTITUTE MENLO PARK: int64, STANFORD RESEARCH INSTITUTE: int64, Release 2000/08/10: int64, ... g>, key_researchers: list<item: string>>, technical_devices: struct<description: string, technologies: list<item: string>>, institutional_involvement: struct<description: string, organizations: list<item: string>>, last_updated: timestamp[s]> child 0, scientific_validation: struct<description: string, key_publications: list<item: string>, key_researchers: list<item: string>, experimental_controls: list<item: string>> child 0, description: string child 1, key_publications: list<item: string> child 0, item: string child 2, key_researchers: list<item: string> child 0, item: string child 3, experimental_controls: list<item: string> child 0, item: string child 1, soviet_research: struct<description: string, key_concepts: list<item: string>, key_researchers: list<item: string>> child 0, description: string child 1, key_concepts: list<item: string> child 0, item: string child 2, key_researchers: list<item: string> child 0, item: string child 2, technical_devices: struct<description: string, technologies: list<item: string>> child 0, description: string child 1, technologies: list<item: string> child 0, item: string child 3, institutional_involvement: struct<description: string, organizations: list<item: string>> child 0, description: string child 1, organizations: list<item: string> child 0, item: string child 4, last_updated: timestamp[s] to {'filename': Value(dtype='string', id=None), 'document_id': Value(dtype='string', id=None), 'classification': Value(dtype='string', id=None), 'dates': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'project_names': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'entities': {'dates': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'locations': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'organizations': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'persons': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'word_count': Value(dtype='int64', id=None), 'page_count': Value(dtype='int64', id=None), 'extracted_at': Value(dtype='timestamp[ns]', id=None), 'category': Value(dtype='string', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1873, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 8 new columns ({'classification_levels', 'additional_insights', 'date_range', 'top_entities', 'total_documents', 'total_pages', 'total_words', 'categories'}) and 10 missing columns ({'word_count', 'classification', 'document_id', 'filename', 'category', 'entities', 'dates', 'page_count', 'extracted_at', 'project_names'}). This happened while the json dataset builder was generating data using hf://datasets/GotThatData/STARGATE-Processed/summary.json (at revision f99f3f850bd43e5ef4b7c45894b5abc37068aac5) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
filename
string | document_id
null | classification
null | dates
sequence | project_names
sequence | entities
dict | word_count
int64 | page_count
int64 | extracted_at
timestamp[us] | category
string |
---|---|---|---|---|---|---|---|---|---|
CIA-RDP79-00999A000200010001-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"October 18 1974",
"8 1974",
"20 years",
"100A\n\n",
"Tomorrow",
"today",
"5476 October 18",
"1974",
"weekly",
".836 6633 Telex"
],
"locations": [
"Diamond",
"Washington",
"London",
"the United States",
"Richniond",
"Virginia",
"USA",
"Richmond",
"US",
"Canada"
],
"organizations": [
"CIA",
"XN",
"UK 35p USA SHO",
"Macmillan Journals Limited",
"Fig",
"INCREASED\n\nELECTRON EFFICIENCY",
"OPTICS",
"Philips Industries",
"Electron Optics Department",
"Eindhoven - The Netherlands"
],
"persons": [
"IP Yu",
"STEM",
"David Davies",
"Gillian Boucher",
"John Gribbin\n\n- John Hall\nEleanor Lawrence",
"Mary Lindley",
"Peter Milford",
"Peter Newinark",
"Colin Norman",
"Sally Owen\nAllan"
]
} | 129,201 | 258 | 2025-03-30T02:44:58.801000 | experiment_results |
CIA-RDP79-00999A000200010002-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1874-1937",
"October 1974",
"94025",
"7 days",
"daily",
"5",
"Faraday",
"54",
"the three days",
"each day"
],
"locations": [
"Menlo Park",
"California",
"Burbank",
"Calif.",
"West\n",
"Virginia",
"H.H.",
"P<0.04",
"New York City",
"New York"
],
"organizations": [
"CIA",
"COMMUNICA",
"Stanford\nResearch Institute",
"Nature",
"Society",
"EEG",
"the Electronics and Bioengineering",
"Stanford Research Institute",
"SRI",
"Geller’s"
],
"persons": [
"Uri Geller",
"Harold E. Puthoff",
"Pat Price",
"SE",
"Geller",
"Re Np:",
"ONS Aen",
"Descriptions Chosen",
"Approved",
"Grass"
]
} | 5,906 | 11 | 2025-03-30T02:45:00.183000 | experiment_results |
CIA-RDP79-00999A000200010005-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Wednesday",
"October 30",
"October 12",
"Saturdays",
"November 9-16",
"January 1, 1975",
"October 1974",
"October 16",
"November 2",
"autumn 1974"
],
"locations": [
"Pspecial",
"Oleg",
"Hawaii",
"Honolulu",
"New Jersey",
"VPI",
"Dyric",
"London",
"Portugal",
"Algeria"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"the Industrial Engineering Department",
"the PSI Communications Project",
"Executive",
"Association",
"NCE",
"Phys",
"Ilikai\nHotel",
"NEWSLETTER"
],
"persons": [
"f O.\n\nROOM",
"John Mihalasky",
"Mihalasky",
"Oleg Moiseenko '67",
"Joseph M. Anderson",
"William Hazell",
"Tiernan",
"Robert A. Comparin",
"Leonard Salzarulo",
"Comparin"
]
} | 1,821 | 3 | 2025-03-30T02:45:01.111000 | other |
CIA-RDP79-00999A000200010006-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"October 18 1974",
"daily",
"Geller’s",
"5",
"8",
"1974",
"day",
"year",
"+ 1d",
"Faraday"
],
"locations": [
"11~13",
"Shielded",
"8/7/73 Shielded",
"Building",
"California",
"dacammn",
"H.H.",
"P<0.04",
"New York City",
"Menlo Park"
],
"organizations": [
"CIA",
"EEG",
"Geller",
"ref",
"Tarnat",
"Arnau",
"Geller’s",
"Experiments",
"SRI’s",
"Fig"
],
"persons": [
"Mr Uri Geller",
"Pat Price",
"Geller",
"Uri Geller",
"Places",
"ABDE E\n\nB A Cc SOLE\n\nRinconada Park CE",
"Grass",
"H. H.",
"Siegel",
"Mrs Judith\nSkutch"
]
} | 5,030 | 10 | 2025-03-30T02:45:01.422000 | experiment_results |
CIA-RDP79-00999A000200010007-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"3 January, 1973",
"10733",
"10713",
"1966",
"10007-8"
],
"locations": [
"NS",
"di.e",
"S percent"
],
"organizations": [
"UNITED NATIONS EDUCA",
"CIA",
"3wL CENTRE FOR THR RETICAL PHYSICS",
"Stanferd Research Institute",
"Califernia\n\nDear Russell",
"Quantim Fluet",
"Kerr",
"Feynman",
"Gove e &\nWW",
"L"
],
"persons": [
"Russell Targ",
"Wheeler",
"Psychic",
"Riemann",
"Kruskal",
"L*/L~",
"e. abeut",
"Spin 2",
"streng",
"Kies CCF\nTHE INTERACTION OF BIOPLASMIC"
]
} | 1,623 | 3 | 2025-03-30T02:45:02.156000 | research_report |
CIA-RDP79-00999A000200010008-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"27 year old",
"seven day",
"5",
"the beginning of Experiment 10",
"the three days'",
"the three days",
"each day",
"three days",
"daily",
"the third day"
],
"locations": [
"Menlo Park",
"California",
"H.H.",
"Faraday",
"i.é.",
"New York",
"New York City",
"London",
"Hampshire",
"England"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"wrestin",
"InmuLed",
"Stanford Research Institute",
"a. Computer",
"Occipital EEG",
"EEG",
"Musso",
"Granero"
],
"persons": [
"b/",
"Harold Puthoff\nElectronics",
"Uri Geller",
"c. Computer",
"Ingo Swann",
"Pat Price",
"Geller",
"Swann",
"Price",
"Grass"
]
} | 9,898 | 19 | 2025-03-30T02:45:02.431000 | experiment_results |
CIA-RDP79-00999A000200010009-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"recent years",
"today",
"nearly fifty years ago",
"1957",
"21",
"33",
"6",
"14",
"24, 30",
"29"
],
"locations": [
"Bastin",
"pp",
"Bohr",
"Ballentine",
"Jauch",
"Wigner",
"AE"
],
"organizations": [
"CIA",
"Psychical Research\n\nPhysiological",
"PROBLEM",
"Journat",
"Evidence",
"Clairvoyant Processes",
"Quantum Theory",
"AE",
"the American Society for Psychical Research",
"I. J. Good’s"
],
"persons": [
"Saad Declassified",
"Murphy",
"Survival",
"C. T. K. Chari",
"Max Born",
"Heisenberg",
"Approved",
"ethene\n\n\n--- Page",
"Hilbert Space",
"appro- cor"
]
} | 11,292 | 22 | 2025-03-30T02:45:03.589000 | experiment_results |
CIA-RDP79-00999A000200010010-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA"
],
"persons": []
} | 54 | 1 | 2025-03-30T02:45:04.840000 | correspondence |
CIA-RDP79-00999A000200010011-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"000200010011-3",
"1342"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"XN"
],
"persons": []
} | 63 | 1 | 2025-03-30T02:45:04.866000 | correspondence |
CIA-RDP79-00999A000200010012-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1579",
"1547",
"11261093",
"1194",
"1222",
"1567",
"1137",
"1154",
"1527",
"1510\n1514\n\n1497\n\n6238"
],
"locations": [],
"organizations": [
"CIA",
"G\nWITIAL STATES",
"IL STATES",
"ON-DIAGONAL TRANSITIONS",
"KEY",
"TRIALS",
"BLUE R01",
"Declassified",
"PROB"
],
"persons": []
} | 294 | 1 | 2025-03-30T02:45:04.897000 | experiment_results |
CIA-RDP79-00999A000200010013-1.txt | null | null | [
"71/2/2737",
"14/01/09"
] | [] | {
"dates": [
"6 923100022312303100320123002053103230331010139310",
"30203110021",
"04053000331110132023200 3013220033221001",
"3121222110213",
"040022230323313010120003222021 2500331 030200200231",
"1023",
"0433103310220023310003103330113330113320251033000213\nj 0423292310132223301133203330220023200100331320231003",
"7032",
"7233001270310233037312717373017123017032700\n\n04302211330013101707372310373012130002230023101720371203073330171013",
"7200307220333311003021"
],
"locations": [
"Hy EAS",
"Nor Sf",
"AE",
"~040301230133100203113320113322201123101223273330011737270023"
],
"organizations": [
"Release 2014/01/09",
"CIA",
"STHIEILY",
"Bue PEM CARD",
"OO",
"§ @707112320271717133723072723",
"BVEPIZ",
"cnn",
"ret"
],
"persons": [
"xt sec",
"SS Rus Poles",
"THE Num Beat FOLLOWING",
"Eroret SUBTLE"
]
} | 476 | 1 | 2025-03-30T02:45:04.991000 | correspondence |
CIA-RDP79-00999A000200010014-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the Nov. 20",
"Some years ago",
"Last year",
"the past year",
"the Dec. 1",
"108/December 6, 1975",
"10036",
"1975",
"1719",
"20036"
],
"locations": [
"Boston",
"Israel",
"Qumran",
"Palestine",
"New York",
"N.Y.",
"Washington",
"West Center Street\nMarion",
"Ohio",
"Canada"
],
"organizations": [
"CIA",
"Memorial Sloan-Kettering",
"Wachtel",
"XY",
"YY",
"Children’s Hospital Medical Center",
"Turner",
"SclENCE News",
"CRL",
"the Air Force\nCambridge Research Laboratory’s"
],
"persons": [
"Stephen S. Wachtel",
"Park S. Gerald",
"William E. Westbrook",
"AAAS 358\n",
"John H. Douglas",
"E. G. Sherburne Jr.",
"Kendrick Frazier",
"Robert J. Trotter\n",
"Joan Arehart-Treichel\nBiology/Chemistry",
"Janet L. Hopson"
]
} | 2,470 | 4 | 2025-03-30T02:45:05.089000 | research_report |
CIA-RDP79-00999A000200010015-9.txt | null | null | [
"14/01/09",
"12 February 1975"
] | [] | {
"dates": [
"February 1975",
"February",
"The day",
"One day",
"009994000200010015- 9",
"one day",
"two day",
"Another day",
"the very first day",
"the\nfirst day"
],
"locations": [
"L.R.",
"SRI",
"San Diego"
],
"organizations": [
"European Division",
"Completed",
"Stanford Research Institute",
"AC/SE",
"Stanford Research\nInstitute",
"SRI",
"ene",
"the Stanford\nResearch Institute",
"Release ioe CIA-",
"Release 2014/01/09 - MOCIA"
],
"persons": [
"Kress",
"L.R.",
"Ken Kress"
]
} | 1,275 | 2 | 2025-03-30T02:45:05.501000 | experiment_results |
CIA-RDP79-00999A000200010016-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1975",
"31 January",
"the end of this Fiscal Year"
],
"locations": [
"Simul"
],
"organizations": [
"Release 2014/01/09 :",
"Office of Technical Services",
"OTS",
"Stanford Research Institute",
"Agency",
"Division's Technical Requirements Staff",
"East Asia Division",
"CIA"
],
"persons": [
"Kress",
"Theodore G. Shackley"
]
} | 329 | 1 | 2025-03-30T02:45:05.708000 | experiment_results |
CIA-RDP79-00999A000200010017-7.txt | null | null | [
"14/01/09"
] | [
"Officer"
] | {
"dates": [
"the next few months"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Development § Engineering/OTS",
"Stanford Research Institute",
"OTS",
"CCORET"
],
"persons": [
"Kenneth A. Kress"
]
} | 273 | 1 | 2025-03-30T02:45:05.770000 | experiment_results |
CIA-RDP79-00999A000200010018-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"10",
"29X1",
"25X1\n‘Subjects",
"several years"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"Soviet Europe Division",
"the\n\nStanford Research Insitutute - Perceptual",
"Agency",
"SRI",
"ref",
"TH",
"OV",
"Basis"
],
"persons": [
"received§ Each",
"fg@r",
"appest"
]
} | 674 | 1 | 2025-03-30T02:45:05.830000 | experiment_results |
CIA-RDP79-00999A000200010019-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the day",
"the past six month",
"years",
"44",
"9 62s",
"ten thousandths of a second",
"six months",
"1980",
"his fifties",
"Saturday"
],
"locations": [
"New York",
"Lowery",
"Westport",
"Gaza",
"lavana",
"Canada",
"Brows",
"psualy",
"clentifcaly",
"oe"
],
"organizations": [
"CIA",
"Release 2014/01/09",
"Richland",
"Kersh",
"Whitley",
"Hazard",
"Mets",
"Shea",
"Cardinals",
"Lowery’s"
],
"persons": [
"Hazard",
"Whitley",
"Carl",
"Gibson",
"Keven",
"Kersh",
"Rele",
"Whiley",
"hea Witiey",
"xt matches"
]
} | 10,337 | 20 | 2025-03-30T02:45:05.945000 | experiment_results |
CIA-RDP79-00999A000200010021-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1851",
"1896-1985",
"1935-1961",
"1981-1968",
"Last month",
"the century",
"1974",
"Sunday",
"19 November 74",
"2163"
],
"locations": [],
"organizations": [
"CIA",
"THE NEW YORK TIMES",
"ARTHUR",
"the Stanford Research Institute",
"Stanford",
"Jile",
"NOVEM",
"Editorial Page Editor\nA. H. RASKIN",
"JACK ROSENTHAL",
"CLIFTON DANIEL"
],
"persons": [
"ADOLPH S. OCHS",
"consciousnc ss",
"Uri Geller",
"Geller",
"Ouspensky",
"William Irwin\nThompson",
"Carlos Castaneda",
"JAMES RESTON",
"JOHN B. OAKES",
"TOM WICKER"
]
} | 918 | 1 | 2025-03-30T02:45:07.267000 | correspondence |
CIA-RDP79-00999A000200010022-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"BEE",
"Comaeetsd",
"Release 2014/01/09"
],
"persons": [
"Menky Ireeeve",
"Boo"
]
} | 108 | 1 | 2025-03-30T02:45:07.420000 | correspondence |
CIA-RDP79-00999A000200010023-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"2 days",
"23 October",
"two days",
"a month",
"two day"
],
"locations": [
"wAany",
"Sunnyvale",
"Calif."
],
"organizations": [
"HEW",
"Release 2014/01/09 :",
"CIA",
"AEC",
"Geller",
"iong progran",
"LLL",
"Agency",
"¢\niniermed ef",
"NASA/AMES"
],
"persons": [
"Tont Jon",
"Geller",
"Geiler",
"Decenber",
"REUTER",
"GF"
]
} | 678 | 1 | 2025-03-30T02:45:07.454000 | experiment_results |
CIA-RDP79-00999A000200010024-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"May"
],
"locations": [
"debee"
],
"organizations": [
"CIA",
"CSR",
"Le\nab dir suvh trtgee",
"Tle",
"Margie EG",
"pbc",
"date & miner",
"Coke",
"OL",
"S-6 Cote Hf x -\n\n$"
],
"persons": [
"wiulpyan eu taane",
"Heel",
"Aarne",
"iE ne Pacha Sgpectbee",
"MMrrte Lyht"
]
} | 249 | 1 | 2025-03-30T02:45:07.585000 | correspondence |
CIA-RDP79-00999A000200010026-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the 1960s",
"the past 2 or 3 years",
"the mid-\n1960s"
],
"locations": [
"Phenomena",
"US"
],
"organizations": [
"Release 2014/01/09",
"CIA",
"Release 2014/01/09 :",
"OTAT",
"Release\n2014/01/09 :",
"Release 2014/01/09:",
"Parapsychological",
"SO\nfeb",
"eos",
"OSI"
],
"persons": [
"Op Secret\n\n",
"Ping",
"Lo",
"f\n\nKia"
]
} | 613 | 1 | 2025-03-30T02:45:07.640000 | research_report |
CIA-RDP79-00999A000200010028-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"SA-3183-7\n\nDeclassified in Part - Sanitized Copy Approved",
"SA-3183-8",
"SA-3183-3",
"SA-3183-1\n\nDeclassified in Part - Sanitized Copy Approved",
"SA-3183-5",
"1TO—DAY"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD UNIVERSITY",
"STANFORD",
"DRILL PRESS",
"FLAT\nBLACK AND",
"SAN FRANCISQUITO",
"TRESTLE",
"DREW CYLINDER",
"ABACUS/CLOCK TARGET SUBJECT RESPONSES"
],
"persons": [
"SUBJECT DREW"
]
} | 512 | 1 | 2025-03-30T02:45:07.761000 | other |
CIA-RDP79-00999A000200010029-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"2. July",
"the middle of a.\n",
"summer",
"8 uty",
"July 2",
"30 to 40 years old"
],
"locations": [
"Port",
"Mediter",
"LA",
"Beirut",
"side).-",
"NS",
"Khaki",
"US",
"khaki",
"Libya"
],
"organizations": [
"Morgan",
"VW",
"Beirut\n\nLa",
"Jounie\n\nRight",
"P & eS",
"CIA",
"PLA",
"iTrue",
"Sete",
"NE"
],
"persons": [
"Approved F",
"False",
"xanean",
"Moran",
"Rolex",
"Fals se IT",
"Lacarr",
"Declassitied",
"Ane Sena",
"Shing aPC"
]
} | 1,924 | 3 | 2025-03-30T02:45:07.863000 | other |
CIA-RDP79-00999A000200010030-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"Apprayed For Release 2014/01/09",
"CiA-RD",
"NIA",
"CIA"
],
"persons": []
} | 45 | 1 | 2025-03-30T02:45:08.163000 | correspondence |
CIA-RDP79-00999A000200010031-1.txt | null | null | [
"14/01/09",
"3 June 1975",
"6/3/75"
] | [] | {
"dates": [
"3 June 1975",
"05",
"14 33",
"14 13 16"
],
"locations": [
"PALO ALTO",
"CALIFORNIA",
"Menlo Park",
"I.Q.",
"Ph.D.",
"RI"
],
"organizations": [
"CIA",
"Stanford Research Institute",
"\\- Subject C",
"T.A.T",
"HYPOTHESIS",
"Rorschach",
"MMPI",
"F",
"8B",
"Si"
],
"persons": [
"Biinod ANALYSIS",
"Harold Puthoff",
"Karen",
"Continucd",
"Harold Puthotf",
"C.\n\nHYPOTHESIS",
"Wechsler",
"Digit Span",
"Arithmetic",
"Bender"
]
} | 2,201 | 4 | 2025-03-30T02:45:08.188000 | experiment_results |
CIA-RDP79-00999A000200010032-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"0032-0",
"14 33",
"yhythns",
"19 30",
"1547258",
"17 17",
"54"
],
"locations": [
"RT",
"Rhythm"
],
"organizations": [
"CIA",
"Table",
"Halstead Category Nonverbal",
"Test",
"sec",
"-RT/LT",
"~-RT",
"RT/LT",
"Knox Cube Test",
"Raven Progressive Nonverbal"
],
"persons": [
"yO",
"Test.| Discrimination",
"in'a",
"Max",
"-s",
"outst"
]
} | 605 | 1 | 2025-03-30T02:45:08.546000 | experiment_results |
CIA-RDP79-00999A000200010034-8.txt | null | null | [
"30 July 1975",
"14/01/09",
"3 June 1975"
] | [] | {
"dates": [
"3 June 1975",
"20360",
"13 months",
"30 July 1975"
],
"locations": [
"Menlo Park",
"California",
"Washington",
"Burlingame"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD RESEARCH INSTITUTE",
"Naval Electronics Systems Command",
"Institute",
"Stanford Research Institute",
"San Francisco Defense Contract Administration Services Region",
"Attn:\n",
"Office of Industrial Security"
],
"persons": [
"Paul Freund",
"Malcolm Road"
]
} | 344 | 1 | 2025-03-30T02:45:08.660000 | administrative |
CIA-RDP79-00999A000200010035-7.txt | null | null | [
"14/01/09",
"3 June 1975",
"18 October 1974"
] | [] | {
"dates": [
"3 June 1975",
"20360",
"the past three years",
"one-year",
"18 October 1974",
"January, 1975",
"three separate days",
"6",
"6\n\n15325",
"man-months"
],
"locations": [
"Washington",
"Pribram",
"Silverman",
"H.H.",
"P<.04",
"variety’of",
"San\nFrancisco",
"Menlo Park",
"California",
"New York City"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"MenlofparkhCal",
"RosO2",
"Naval Electronics Systems Command",
"Bioengineering\nLaboratory",
"Dj\nElectronics and Bloengineering Laboratory",
"Bonnar Cox",
"Information Science and Engineering Division",
"Proposal for Research SRI"
],
"persons": [
"Paul Freund",
"Harold Puthoff\n\n‘",
"Earle D. Jones",
"Walter",
"Silver-",
"Kamiya",
"R. Targ",
"Grass",
"Siegel",
"Fourier Transform"
]
} | 3,628 | 7 | 2025-03-30T02:45:08.734000 | experiment_results |
CIA-RDP79-00999A000200010036-6.txt | null | null | [
"14/01/09",
"20 December 1974"
] | [
"COST OR TIME AFFECTED",
"TITLE PROJECT OR CONTACT OFFICER EXTENSION SIGNATURE OF BUDGET OFFICER DATE rs\nB",
"PRIORITY",
"PERFORMANCE AFFECTED"
] | {
"dates": [
"2723\n\nCode",
"Month Day",
"Month Day Year",
"1495S",
"2420",
"4\n\n+",
"20 December 1974",
"one-month",
"1076",
"8"
],
"locations": [
"Palo Alto",
"M.D.",
"Halstead-",
"k ~2-4",
"Sensory Shielding",
"Menlo Park",
"California",
"Washington",
"New York City",
"Chicago"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Year Office",
"PEF",
"PRIORITY",
"TITLE",
"ME &A0CSET PRESENT FUNDING",
"PROBABLY",
"Unsat",
"PROJECT TITLE PROJECT"
],
"persons": [
"Cif",
"MA",
"Plueweh Nulled",
"Jreceivine",
"Lowmrde sionntgaig",
"Ldler",
"Harold E. Puthoff",
"Earle D. Jones",
"Robert Armbruster",
"Audiometric"
]
} | 4,406 | 8 | 2025-03-30T02:45:09.293000 | experiment_results |
CIA-RDP79-00999A000200010037-5.txt | null | null | [
"3 April 1975",
"14/01/09",
"30 June 1975"
] | [] | {
"dates": [
"3 April 1975",
"20360",
"13 months",
"30 June 1975"
],
"locations": [
"Menlo Park",
"La",
"Washington",
"Burlingame",
"California"
],
"organizations": [
"Release 2014/01/09 :",
"STANFORD RESEARCH INSTITUTE",
"Naval Electronics Systems Command",
"CIA",
"Institute",
"Stanford Research Institute",
"San Francisco Defense Contract Administration Services Region",
"Attn:\n",
"Office of Industrial Security"
],
"persons": [
"Robert M. Golding",
"Malcolm Road"
]
} | 333 | 1 | 2025-03-30T02:45:09.932000 | administrative |
CIA-RDP79-00999A000200010038-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"May 6, 1975",
"22217",
"28",
"1972"
],
"locations": [
"Arlington",
"Virginia"
],
"organizations": [
"CIA",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"Research\nOffice of Naval Research",
"Lawrence Berkeley Laboratory",
"Bell",
"Theorem",
"Friedman",
"Clauser (Phys",
"STANRES"
],
"persons": [
"Elliot Weinberg",
"Weinberg",
"Stapp",
"Lett",
"H. E. Puthoff PhS -\nElectronics and Bioengineering Laboratory",
"j1s\n- Enc"
]
} | 235 | 1 | 2025-03-30T02:45:09.991000 | experiment_results |
CIA-RDP79-00999A000200010039-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [
"ZN"
],
"organizations": [
"Release 2014/01/09 :",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"STANRES",
"CIA"
],
"persons": [
"Approved F¢",
"Kan -\n\nView LE"
]
} | 56 | 1 | 2025-03-30T02:45:10.041000 | research_report |
CIA-RDP79-00999A000200010040-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"17, 1975"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"SRI Proposal for Research No",
"j1s\nEnc",
"STANRES",
"Release 2014/01/09 :"
],
"persons": [
"Kenneth Kress"
]
} | 100 | 1 | 2025-03-30T02:45:10.068000 | correspondence |
CIA-RDP79-00999A000200010042-9.txt | null | null | [
"14/01/09",
"30 June 1975",
"22 January 1955"
] | [
"PERFORMANCE AFFECTED",
"DESCRIPTION AND DELIVERABLES\n\n",
"OFFICER ",
"DESCRIPTION AND DELIVERABLES\n\nThere are ",
"Officer The attached"
] | {
"dates": [
"0042-9",
"22 January 1955",
"30 June 1975",
"Month",
"Day",
"' 5",
"+Month Dey",
"1975",
"25X1",
"17 January 1975"
],
"locations": [
"Release",
"Menlo Park",
"California",
"Funds",
"timé",
"Ménlo Park",
"Oifice",
"Ce\n\n\n--- Page 7 ---\n",
"Park",
"PD RECORDED"
],
"organizations": [
"CIA",
"OTS",
"ADDRESS",
"PHONE",
"Release",
"Release 2014/01/09 :",
"Stanford Research Institute",
"STAT",
"bee",
"FORM Al"
],
"persons": [
"B/ Kress",
"PROJECT CRYPTONYM\nCPFF",
"Request No",
"F. Y¥.\n",
"DELIVERABLES",
"Vat",
"Ken",
"H. Puthoff ‘",
"CPFF Lote",
"Technique"
]
} | 3,284 | 6 | 2025-03-30T02:45:10.104000 | administrative |
CIA-RDP79-00999A000200010047-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"late summer and early fall"
],
"locations": [
"Gestalt",
"Tich",
"Scientology"
],
"organizations": [
"CIA",
"Preliminary Group Report",
"the Psychological Testing of Subjects",
"Stanford Research Institute",
"M.M.P.I.",
"the Strong Vocational Interest Blank",
"Subject",
"Sensitivity",
"the Church of Scientology",
"Subjects"
],
"persons": [
"Heenan",
"Said",
"Subjects",
"Puthoff",
"Study",
"Style",
"Rorschach",
"Karen L. Nelson"
]
} | 1,629 | 3 | 2025-03-30T02:45:10.645000 | experiment_results |
CIA-RDP79-00999A000200010048-3.txt | null | null | [
"12/3/74",
"14/01/09"
] | [
"ISH"
] | {
"dates": [
"8681/160681-74WR",
"the period 1 April to 1 August",
"1974",
"October 16, 1974",
"10:45AM"
],
"locations": [
"US",
"Menlo Park",
"Xerox",
"sia",
"TR"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"O'Donnell CS “&\nSUBJECT",
"Project ISH-3183",
"MESSAGE",
"Progress Report",
"COPY",
"KEN",
"TIME",
"they*re"
],
"persons": [
"P. J. O'Donnell\nP. O. Box 306",
"QJERRY",
"Andithen",
"OBVIOUS MATERIALS",
"CS Tae"
]
} | 1,470 | 2 | 2025-03-30T02:45:10.878000 | other |
CIA-RDP79-00999A000200010050-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"JUNE 6",
"JUNE 7",
"THE WEEK OF JUNE 9",
"SUNDAY",
"MONDAY",
"Sunday",
"10050- 0",
"Today",
"00999000200010050- 0",
"14 1974"
],
"locations": [
"WASHINGTON",
"Sap",
"VA",
"J Comporor",
"is7Al\n\njuwe",
"SB",
"KeTRIEVE",
"US",
"UC",
"UG"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"WAY",
"FLAVOR",
"FACT",
"DO",
"Release 2014/01/09 - CIA",
"enn ne",
"TSE",
"kK-R- SSO"
],
"persons": [
"NOT~--IT'S",
"I'LL TELL-YOU",
"Copy CAT",
"Compe",
"Compu",
"Larry",
"Devecopee",
"Maswen Pees Cony\n\nCo |Cep-Tek",
"Ro Cegu bibletS",
"Sime Room"
]
} | 2,928 | 5 | 2025-03-30T02:45:11.107000 | experiment_results |
CIA-RDP79-00999A000200010051-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [
"BB",
"VE"
],
"organizations": [
"CIA",
"Aes Set",
"Ky ag 6844",
"A. Ak.",
"phd"
],
"persons": [
"a. Smal"
]
} | 122 | 1 | 2025-03-30T02:45:11.547000 | correspondence |
CIA-RDP79-00999A000200010052-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA"
],
"persons": [
"Lad ben\nGo"
]
} | 87 | 1 | 2025-03-30T02:45:11.577000 | correspondence |
CIA-RDP79-00999A000200010053-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA",
"SS ee Ne EN EE"
],
"persons": [
"Ly Declassified"
]
} | 90 | 1 | 2025-03-30T02:45:11.607000 | correspondence |
CIA-RDP79-00999A000200010054-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA",
"O81"
],
"persons": [
"Gs"
]
} | 58 | 1 | 2025-03-30T02:45:11.640000 | correspondence |
CIA-RDP79-00999A000200010055-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA"
],
"persons": []
} | 72 | 1 | 2025-03-30T02:45:11.669000 | correspondence |
CIA-RDP79-00999A000200010056-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [
"Se\n\nuamererey"
],
"organizations": [
"CIA",
"RUA",
"sRannpe",
"niet p beet"
],
"persons": [
"Vegwan",
"xin",
"Benen",
"Gry Pera Ses",
"Seren"
]
} | 222 | 1 | 2025-03-30T02:45:11.697000 | correspondence |
CIA-RDP79-00999A000200010057-3.txt | null | null | [
"14/01/09",
"17 June 1974",
"3 July 1974"
] | [] | {
"dates": [
"12, 1974",
"the end of August",
"94301",
"3 July 1974",
"17 June 1974"
],
"locations": [
"Menlo Park",
"PALO ALTO",
"CALIFORNIA",
"M.D.",
"M.0",
"ECKMAN",
"HARTZELL",
"JR.",
"MD",
"GOLDEN"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD NESEARCH INSTITUTE\nMENLO PARK",
"Ph.D.\n\nElectronics",
"STANRES",
"Release 2014/01/09",
"Stanford Research Institute",
"Dear Dr.\n\n‘Paro ALro Mirvica Cum",
"Eckman/Perlstein/Altrocchi",
"Bekesy"
],
"persons": [
"\\\n2",
"H. E. Puthoff",
"Saag",
"HoEe",
"CA 94025",
"Charles Beal\n\nLaboratory",
"Jack",
"H.E. Puthoff\n\nSRI",
"Robert H. Armbruster",
"Se"
]
} | 1,328 | 2 | 2025-03-30T02:45:11.752000 | experiment_results |
CIA-RDP79-00999A000200010058-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"14 May 74",
"23-25 January 74",
"18 March 74",
"28 March 74",
"Monthly",
"24 April 74",
"000100882",
"28 March Conversations",
"late April"
],
"locations": [
"Washington",
"Palo",
"Depth Interviews"
],
"organizations": [
"Release 2014/01/09",
"Basic Research Effort",
"Monthly Status Report",
"Messrs Jones",
"Status Report",
"Release 2014/01/09 :",
"CIA",
"Release 2014/01/09 eae e082",
"GSR",
"EEG"
],
"persons": [
"Puthoff",
"Targ",
"enema epeuennmnt",
"Lim",
"Dr Ornstein",
"Dr Lucas",
"Dr Helgard",
"Helgard",
"e. Status of Testing",
"S-1"
]
} | 1,966 | 3 | 2025-03-30T02:45:11.991000 | experiment_results |
CIA-RDP79-00999A000200010059-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"April 3, 1973",
"June"
],
"locations": [
"MENLO PARK",
"Prague"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD RESEARCH INSTITUTE",
"First International\nCongress of Parapsychology and Psychotronics",
"STANRES"
],
"persons": [
"Ken Kress",
"Geller",
"H. E. Puthoff\nElectronics-Bioengineering Laboratory\n\nInformation Science and Engineering Div"
]
} | 232 | 1 | 2025-03-30T02:45:12.320000 | administrative |
CIA-RDP79-00999A000200010060-9.txt | null | null | [
"14/01/09"
] | [
"Distribution"
] | {
"dates": [
"6 November 73"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"Science and Technology\n\nSUBJECT : Office of Research and Development",
"Office of Technical Service Paranormal\nPerception Research Project",
"Stanford Research Institute",
"the Office of Research and Development",
"Technical Service",
"SRI",
"OTS",
"the Statement of Work",
"Release 2014/01/09 :"
],
"persons": [
"John N. McMahon",
"Carl E. Duckett"
]
} | 942 | 1 | 2025-03-30T02:45:12.372000 | research_report |
CIA-RDP79-00999A000200010062-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the past three years",
"the past year"
],
"locations": [],
"organizations": [
"CIA",
"Office of Technical Service",
"the Office of\nResearch and Development",
"Agency"
],
"persons": []
} | 271 | 1 | 2025-03-30T02:45:12.519000 | research_report |
CIA-RDP79-00999A000200010065-4.txt | null | null | [
"28 November 1973",
"14/01/09",
"4/01/09"
] | [] | {
"dates": [
"November 1973"
],
"locations": [
"Nickel",
"Kaufman",
"Aberdeen",
"Md."
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"OTS",
"RECORD",
"Stanford Research Institute",
"OSI",
"the Army Material Command",
"Army",
"Cols",
"SI"
],
"persons": [
"Richard\nKaufman",
"Steininger",
"Kaufman",
"William Fox",
"Dupont Copp",
"George T. Myers",
"Geller",
"Walker",
"Suskee",
"Kenneth A. Kress\n\nDeclassified"
]
} | 521 | 1 | 2025-03-30T02:45:12.573000 | administrative |
CIA-RDP79-00999A000200010067-2.txt | null | null | [
"2 August 1973",
"14/01/09"
] | [] | {
"dates": [
"2 August 1973",
"this month"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"CONFIDENTIAL",
"OTS",
"SUBJECT: Psychical Research",
"Science",
"Release 5014/01/09",
"Renae 2014/01/09 :",
"Agency",
"Stanford Research Institute"
],
"persons": [
"Ky",
"Kenneth A. Kress"
]
} | 621 | 1 | 2025-03-30T02:45:12.662000 | research_report |
CIA-RDP79-00999A000200010068-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"4644",
"quarterly",
"monthly"
],
"locations": [
"Key ~",
"Generally",
"Ce"
],
"organizations": [
"CIA",
"ec",
"Determine",
"Gifted\nSubjects",
"Limited",
"AEP",
"CNV",
"PAMMattes",
"Particuler Administrative Procedures",
"leu\ns\n\n-5-"
],
"persons": [
"aceuracy\n\nd. reliability",
"a. accuracy\nb. reliability\n\n",
"History",
"ti va fu Af tt",
"Voratersact A.",
"Op Mean",
"Tay",
"Agta"
]
} | 1,384 | 2 | 2025-03-30T02:45:12.765000 | experiment_results |
CIA-RDP79-00999A000200010069-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"another year"
],
"locations": [
"DDS&T"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Dissemination of Information Obtain",
"Stanford Research Institute",
"Paranormal Research Contract",
"SRI",
"psan ag\n\nResearch Projects Agency",
"the National Security\n\nAgency",
"Defense Intelligence Agency",
"Army Material Command\n\nCwr"
],
"persons": [
"Uri Geller's",
"Kenneth Kress",
"Kress",
"At+=¢hewe Ssuggestiong",
"Sts"
]
} | 489 | 1 | 2025-03-30T02:45:12.996000 | correspondence |
CIA-RDP79-00999A000200010070-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Sunday, August 11, 1974",
"Every few days",
"1974",
"1969",
"1970s",
"some three years",
"millenium",
"10-year",
"one day"
],
"locations": [
"UC",
"the United States",
"the United\nStates",
"Manhattan",
"Israel",
"United States",
"Menlo Park",
"Calif.",
"California",
"Menlo\nPark"
],
"organizations": [
"CIA",
"Apollo",
"Smith-Corona",
"Eastern",
"NASA",
"Yale University",
"the New York Times",
"the National Association for the\n",
"Advancement of Science",
"ford Research Institute"
],
"persons": [
"Edgar Mitchell",
"Mitchell",
"Francine du Plessix Gray",
"Ph.D.",
"Uri Geller",
"Werner Von Braun’s",
"Uri",
"Edgar Mitch-",
"Hal Puthoff",
"Bobby Fisher"
]
} | 1,622 | 3 | 2025-03-30T02:45:13.099000 | research_report |
CIA-RDP79-00999A000200010071-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"7-Year-Old",
"7-year-old",
"last November",
"27",
"32",
"one day"
],
"locations": [
"IA",
"Is-|",
"Ipswich",
"England",
"London",
"Geller",
"Fla.",
"Britain",
"Bowles"
],
"organizations": [
"Release 2014/01/09",
"SLIP",
"Release 2014/01/09 :",
"CIA",
"aoe CO 27, 1974\n\nTV",
"Viewers Across Britain Watch in Amazement",
"Cambridge\nUniversity Inetallurgist",
"ENQUIRER",
"Mark’s",
"W&\n‘NO TRICKERY INVOLVED"
],
"persons": [
"Uri Geller",
"Mark Shelley",
"Geller",
"Edward Baston",
"Fred Pye",
"Mark",
"Margaret",
"Shirley\n\nShelley"
]
} | 597 | 1 | 2025-03-30T02:45:13.364000 | other |
CIA-RDP79-00999A000200010072-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the 1960s",
"decades",
"1W\n",
"Sunday, August 11, 1974",
"the past three years",
"a decade",
"1974"
],
"locations": [
"Topeka",
"Kan.",
"San Francisco"
],
"organizations": [
"CIA",
"the Menninger\nClinic",
"Langley",
"the Menninger Clinic",
"the University of\nCalifornia at Davis",
"St. John’s University",
"Queens",
"the City Umiversity of New York",
"archaic communica",
"Menninger Clinic"
],
"persons": [
"Edgar Mitchell",
"Telepathy",
"Swami Rama",
"Charles Tart",
"Tart",
"Rex",
"Gertrude Schmeidler",
"Sigmund Freud",
"Ernest\nJones",
"Hereward Carrington"
]
} | 1,035 | 2 | 2025-03-30T02:45:13.493000 | research_report |
CIA-RDP79-00999A000200010073-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"two years",
"last March",
"December",
"Two weeks ago",
"the 1960s",
"1924",
"1950s",
"decades",
"1963",
"62"
],
"locations": [
"Moscow",
"Prison",
"Russia",
"the Soviet Union",
"Ussh",
"US",
"Lenin",
"USSR"
],
"organizations": [
"CIA",
"Institute of Forensic Psychological",
"Dr\n\nAndrej Snezhnevsky",
"Snezhnevsky",
"Naumov",
"KGB",
"quantum mechanics",
"Education",
"Soviet Committee",
"the University of Leningrad"
],
"persons": [
"Eduard K.",
"issa Vilenskaya",
"Naumov",
"Serbsky",
"Lev Regelson",
"Sovict",
"A. V. Lunakharsky",
"M. Bekhtercv’s",
"L. L. Vasiliev",
"Telepathy"
]
} | 1,242 | 2 | 2025-03-30T02:45:13.669000 | research_report |
CIA-RDP79-00999A000200010074-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"two years",
"yester-\nday"
],
"locations": [
"Backster’s",
"San Antonio",
"Tex."
],
"organizations": [
"CIA",
"Backster",
"Cornell University",
"Gasteiger",
"Science Unlimited Research\nFoundation",
"Kmetz",
"Scientific Advancement",
"Yale",
"Release 2014/01/09 :"
],
"persons": [
"Edgar\nL. Gasteiger",
"John M.\n\nSCIENCE\n\nKmetz",
"Kmetz",
"Gasteiger",
"Galston",
"Approved Fo"
]
} | 586 | 1 | 2025-03-30T02:45:13.885000 | experiment_results |
CIA-RDP79-00999A000200010075-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1971",
"AUGUST 1967",
"50 years",
"about 50 years",
"the early 1980s",
"12\nyears old"
],
"locations": [
"Arlington",
"Va.",
"Chicago",
"Washington"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"CAL",
"PLease",
"quantum physics",
"ford",
"Yale",
"Columbia",
"Eastern",
"Bell’s"
],
"persons": [
"Gospel",
"Riesenman",
"Jeane Dixon",
"Uri Geller",
"Jeane",
"Jeane Dixon’s",
"Lang"
]
} | 866 | 1 | 2025-03-30T02:45:14.005000 | remote_viewing |
CIA-RDP79-00999A000200010076-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"18 November | 1974",
"March 26, 1974",
"November 5",
"15 November 197",
"today",
"Sunday, Nov. 24, 1976",
"1978",
"annual",
"nearly five years ago",
"months"
],
"locations": [
"Russia",
"East-West",
"Moscow",
"Cambridge",
"Pd",
"Rissia",
"the Soviet Union",
"U.S"
],
"organizations": [
"LONDON TIMES",
"the All-Union Scientific Research",
"Institute of Medical Technology",
"Serbsky Institute",
"p f ‘\nyvioh’s",
"Release",
"HOD-Kussian Pevpies",
"MISCUSHDZ",
"ALD",
"Nautnov’s"
],
"persons": [
"Dr John",
"Naumov",
"Solzhenitsyn",
"Socicty",
"J. B. PRIESTLEY",
"R. DODDS",
"ROBERT H. THOULESS",
"D. J. WEST",
"ROBERT HARVIE",
"JOSEF SCHUBERT"
]
} | 1,475 | 2 | 2025-03-30T02:45:14.172000 | research_report |
CIA-RDP79-00999A000200010077-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1974",
"1972",
"2236",
"1913",
"1971",
"1079",
"10773",
"about 10724",
"February 1974",
"today"
],
"locations": [
"Vol",
"pp",
"Caciey",
"fiewais",
"Trieste",
"Italy",
"Nerthern Ireland",
"Hiley",
"PO",
"Dirac"
],
"organizations": [
"Psychoenergetic Systetms",
"the Quantum Principle",
"Suggested",
"Bishop",
"Berkeley",
"itas",
"Talavera)",
"Release 2014/01/09",
"CIA",
"Breach Science Publishers Ltd."
],
"persons": [
"John A. Wheeler",
"Eugene Wigner",
"Wheeler",
"Roger Penrose",
"Orcharct Chicago",
"JACK SARFATT\n\n~International",
"Gordon",
"David Bohm",
"Bohm",
"De Bree"
]
} | 5,360 | 10 | 2025-03-30T02:45:14.456000 | research_report |
CIA-RDP79-00999A000200010079-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"22, 1974",
"last January",
"1963",
"weeks",
"a year",
"July 12,.1973",
"October 1974",
"10020",
"NATURE, October 18, 1974"
],
"locations": [
"England",
"New York"
],
"organizations": [
"Release 2014/01/09",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"New Scientist\nNew Science Publications",
"the New Scientist",
"SRI",
"CIA",
"New Scientist",
"Time Magazine",
"U.S. Government",
"Geller"
],
"persons": [
"Bernard Dixon",
"Geller",
"Puharich",
"Russell Targ\n\nLondon",
"Harold Puthoff",
"George Lawrence",
"Ray Hyman",
"Badal",
"Henry A. Grunwald",
"Uri Geller"
]
} | 1,379 | 2 | 2025-03-30T02:45:15.297000 | experiment_results |
CIA-RDP79-00999A000200010080-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"months",
"NEwswEeEk, March 4",
"Last week",
"27-year-old",
"the last year",
"55-year-old",
"46-year-old",
"each\nyear",
"the past\nyear",
"three years ago"
],
"locations": [
"nomena",
"Menlo Park",
"Calif.",
"Burbank",
"Israel",
"San Francisco",
"Salt Lake City",
"Utah",
"U.S."
],
"organizations": [
"CIA",
"Geller’s",
"Stanford",
"Institute",
"Geller",
"SRI",
"Scientific American",
"Targ",
"Nature’s Davies",
"Irving"
],
"persons": [
"Uri Geller",
"David",
"Harold Puthoff",
"Russell Targ",
"Pat Price",
"Geller",
"Martin Gardner",
"Puthoff",
"Center"
]
} | 978 | 1 | 2025-03-30T02:45:15.506000 | research_report |
CIA-RDP79-00999A000200010081-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"many years",
"March 14, 1973",
"the same week’s",
"March’ 74",
"NOVEMBER 4, 1974",
"two-month",
"last May"
],
"locations": [],
"organizations": [
"CIA",
"Stanford Research Institute",
"TIME",
"Targ",
"Nature’s",
"the Stanford Research Institute",
"SRI",
"New Scientist",
"Geller",
"FTC Report"
],
"persons": [
"Harold Puthoff",
"Uri Geller",
"Geller",
"Puthoff",
"Lengthy Exposé",
"nicotine av",
"Joseph Hanlon",
"Jon",
"Russell Targ",
"Hal Puthoff"
]
} | 1,170 | 2 | 2025-03-30T02:45:15.672000 | research_report |
CIA-RDP79-00999A000200010083-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"00999A000200010083-4",
"0083-4",
"May, 1973",
"September 1970",
"a later date",
"6",
"7",
"8",
"11",
"4"
],
"locations": [
"M.D.",
"i.c.",
"Hz",
"SKINNER",
"Illinois",
"Neurophysiol",
"MAST",
"YOSHIE",
"Electroenceph",
"Vertebrates"
],
"organizations": [
"Release 2014/01/09 -\n\n",
"CIA",
"ADDRESS",
"ZS",
"INFORMATION",
"ERO NAME",
"PHONE",
"Release 2014/01/09",
"Release\n2014/01/09 :",
"Release 2014/01/09 :"
],
"persons": [
"D. H. Lioyp",
"A Tt Pete",
"Jong",
"JO",
"Zot jx",
"P. H. Effects",
"J. Aud.",
"L.",
"Charles C. Thomas",
"D. T. R."
]
} | 2,429 | 4 | 2025-03-30T02:45:15.882000 | experiment_results |
CIA-RDP79-00999A000200010084-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Ocicber 1973",
"March 26, 1974",
"two years",
"the carly 1960s",
"1960",
"1963",
"1970",
"1971",
"July 1972",
"1967"
],
"locations": [
"Russia",
"oaly",
"Leningrad",
"Universit",
"Vasiliev",
"Moscow",
"Prmve",
"La",
"the United States",
"Brooklyn"
],
"organizations": [
"the Soviet Academy of Sciences",
"Academy",
"al Sciences",
"VW",
"FE",
"ALR",
"parapss chelopical",
"Mosxcow",
"Eduard Naumay",
"HEL"
],
"persons": [
"jnterest ii",
"A. N. Leantiov",
"Luria",
"Naumov",
"Tony",
"Lanakharsky",
"Kdueation",
"Bekhtevev",
"K. I. Platanoy",
"V. S.\nminsky"
]
} | 1,504 | 3 | 2025-03-30T02:45:16.295000 | research_report |
CIA-RDP79-00999A000200010085-2.txt | null | null | [
"14/01/09",
"11/10/73"
] | [] | {
"dates": [
"those days",
"One day",
"Some days later",
"the day",
"June 21",
"1974",
"June 22, 1974",
"the\nday",
"the last week",
"June"
],
"locations": [
"Park\nRidge",
"Kundsin",
"Pauli",
"Birkbeck Col-",
"London",
"Birkbeck",
"Clarke",
"Koestler",
"Cambridge",
"Mass."
],
"organizations": [
"CIA",
"Moniek\nSpaepen",
"Lutheran General Hospital",
"Lutheran",
"The Baltimore Cancer Research",
"Viola Mae",
"the University of Maryland",
"cpc",
"SN",
"the University of Gottingen"
],
"persons": [
"Hollis S.",
"Judith Scott",
"Robert Perkins",
"James G. Shaffer",
"Staphylococcus",
"Shaffer",
"Young",
"Uri Geller",
"Jack Sarfatt",
"Wolfgang Pauli"
]
} | 1,992 | 3 | 2025-03-30T02:45:16.562000 | experiment_results |
CIA-RDP79-00999A000200010086-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"0086-1",
"1939",
"three years ago",
"september 29, 1973",
"1856-1943",
"1930"
],
"locations": [
"the United States",
"Russia",
"Los Angeles",
"Kentfield",
"Calif.",
"Moss",
"Kirlian",
"England",
"Brooklyn",
"the Soviet Union"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Release 2014/01/09",
"Semyon",
"Milner.and Smart",
"Stanford",
"the University of California",
"Tiller",
"the Child Center",
"Tesla"
],
"persons": [
"William A. Tiller\n\nRichard A. Miller",
"Lisa J. Shawver",
"Einstein",
"Valentina Kirlian",
"Victor Adamenko",
"Adamenko",
"William",
"A. Tiller",
"Thelma\nMoss",
"Gerald G. Jampolsky"
]
} | 2,611 | 5 | 2025-03-30T02:45:16.893000 | experiment_results |
CIA-RDP79-00999A000200010087-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"last Friday\nevening",
"almost\na century",
"the next day",
"Sunday",
"Saturday",
"59",
"last Friday’s",
"50 years"
],
"locations": [
"Britain",
"the United States",
"Israel",
"New Scientist"
],
"organizations": [
"CIA",
"FE",
"BBC",
"Mr Geller",
"Stanford",
"Institute",
"the Magic Circle",
"New Scientist",
"the\nprofessional magician",
"the Society for Psychical\nResearch"
],
"persons": [
"Uri Geller",
"David\nDimbleby",
"Uri",
"Mr Geller",
"Geller"
]
} | 1,063 | 2 | 2025-03-30T02:45:17.307000 | research_report |
CIA-RDP79-00999A000200010088-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1162",
"37h",
"z",
"0872"
],
"locations": [
"FO",
"OA",
"SB",
"ET"
],
"organizations": [
"Release 2014/01/09",
"CIA",
"ShAg",
"NP",
"BEE",
"Release 2014/01/09 :",
"California Institute of Technology",
"Astropuys-\nPAL JOURNAL",
"Universe",
"Universe II"
],
"persons": [
"FORWARDED INITIALS",
"US Sa ep\n\nDeclassified",
"Dietrick E. Thomsen",
"J. Richard Gott III\n",
"Einstein",
"Universe",
"EY",
"v xa",
"Thomas",
"Lorentz"
]
} | 2,980 | 5 | 2025-03-30T02:45:17.465000 | remote_viewing |
CIA-RDP79-00999A000200010089-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Nov. 10, 1973",
"A year",
"365.24199\ndays",
"seven-day weeks",
"an extra quarter day",
"365\ndays",
"the first three years",
"every 128 years",
"a full day",
"years"
],
"locations": [
"California",
"Haags Gemeente-museum",
"New York",
"N.Y.",
"Washington",
"West Center Street\nMarion",
"Ohio",
"Canada",
"Mexico",
"U.S."
],
"organizations": [
"CIA",
"104",
"Sun",
"Julius Caesar",
"Pioneer",
"TRW",
"NASA",
"Launch\n\nPioneer",
"Science Service Publication",
"Incorporating Science News Letter"
],
"persons": [
"M. C. Escher",
"Escher",
"E. G. Sherburne Jr.",
"Kendrick Frazier",
"Dietrick E. Thomsen",
"Robert J. Trotter\n\nBiological",
"Joan Arehart-Treichel\n",
"John H. Douglas\nJonathan Eberhart\nNadine Clement",
"Lawrence Cope",
"Fred W. Dieffenbach"
]
} | 13,541 | 27 | 2025-03-30T02:45:17.966000 | experiment_results |
CIA-RDP79-00999A000200010090-6.txt | null | null | [
"14/01/08"
] | [] | {
"dates": [
"November 047",
"1972",
"December",
"April",
"1971",
"January 1971",
"April 1972",
"3.03",
"August 1971",
"13"
],
"locations": [
"New Yerk",
"Which",
"Jovles",
"New York",
"po",
"Cambrid Mass.",
"Washingtua",
"D.C.",
"Pittsburgh",
"North Carolina"
],
"organizations": [
"CIA",
"modhe &.",
"Par",
"Science",
"D.C. Janus",
"American Society",
"The Value of Theruri Dnaulae",
"Residential Construction: Eeanonvies",
"Conservation of Energy",
"Laboratory, Report ORNL-NSE\n\nOak Ridge"
],
"persons": [
"C. Moyers",
"Afunual",
"C. Hotiel",
"jaw ot\nnouf",
"Coninerce",
"L. J. Lazavidis",
"Library",
"Flurvarcd",
"C. Cadoit",
"Dyed GU"
]
} | 6,346 | 12 | 2025-03-30T02:45:19.210000 | research_report |
CIA-RDP79-00999A000200010091-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1973",
"1719",
"Ed.—McGraw",
"the last\nfour years",
"millan, 1973",
"the 18th century",
"today",
"SEVEN AGES",
"2000",
"euuuieday, 1973"
],
"locations": [
"U.S.",
"Washington",
"B.C.",
"India",
"Iran",
"Wyden",
"Vail",
"Kapitsa",
"New Society",
"Nairobi"
],
"organizations": [
"Release 2014/01/09",
"CIA",
"Book Order Service",
"Science News",
"N\n\nSt.",
"N.W.",
"BRAIN",
"Mind Research—Marilyn Ferguson",
"Complete\nCompendium",
"Johns Hopkins"
],
"persons": [
"John W. Conrad—Macmillan",
"Alice Jane\nLippson",
"Ed",
"Carl Kaysen",
"Stephen J. Lip-",
"Richard S. Lewis",
"Roger Williams—Wiley",
"Dora Jane Hamblin",
"Amitai Etzioni",
"David Judson"
]
} | 14,022 | 28 | 2025-03-30T02:45:20.199000 | research_report |
CIA-RDP79-00999A000200010092-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1 1INCLASSIFIFN",
"1966/",
"several weeks",
"8771",
"1912",
"today",
"1972",
"1971",
"Bratislava",
"6"
],
"locations": [
"USSR",
"Moscow",
"Probably",
"Approved",
"Avoyndat",
"Paraphysics",
"Kirlian S",
"Kinematography",
"Vol",
"Bioeenergetics"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"LJ",
"TAL",
"RECEIVED FORWARDED\n\nFy",
"PSYCHOEWERGETICS",
"IR",
"Release 2014/01/09",
"Ohm's Law",
"Tata"
],
"persons": [
"BIOLOGICAL ELECTRODYNAMICS",
"Victor Adamenko",
"Nekotorvve Von Biol Eleki Psikh",
"Psychic",
"nee leer",
"Luigi Galvani",
"Geiger",
"abe teen",
"Contorerich",
"Kotik"
]
} | 6,201 | 12 | 2025-03-30T02:45:21.406000 | remote_viewing |
CIA-RDP79-00999A000200010093-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the last few years",
"one day",
"1966",
"ativity—-in",
"1962",
"1967",
"mean-",
"recent months",
"70, 77",
"1969"
],
"locations": [
"4.4.4.4",
"TR",
"corona",
"Leourls",
"~20",
"youl",
"Leit"
],
"organizations": [
"Release 2014/01/09",
"Release 2014/01/09 :",
"CIA",
"INTERNAL 1",
"the University of Massachusetts",
"Stanford University",
"Princeton",
"the University\n\ni of",
"Address: Department of Physics",
"Astronomy,"
],
"persons": [
"YEPREVOUS",
"Michael N",
"Bright",
"Michael N. Kreisler",
"Massachuselis",
"Einstein",
"Sudarshan",
"Lorentz",
"r\\ Dol\nDeclassified in Part - Sanitized Copy Approved",
"Torsten Alvager"
]
} | 6,756 | 13 | 2025-03-30T02:45:22.277000 | experiment_results |
CIA-RDP79-00999A000200010094-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"¢|",
"the past decade",
"the next day",
"years",
"1951",
"the age of 10",
"33",
"10543",
"5:30\nSUNDAY 11",
"1961"
],
"locations": [
"Tibetan",
"Harcourt Brace Jovanovich",
"Handsome",
"N.Y.",
"Los Angeles",
"Jersey 07704",
"\\ City",
"mip amin",
"New York",
"Java"
],
"organizations": [
"CIA",
"The New York Times Magazine/S",
"Next",
"¢",
"Yora, Arica",
"¢\nJ",
"OGRE",
"NaN",
"Sperry",
"California Institute of Technology"
],
"persons": [
"Lushic",
"Nev",
"Jess",
"SE SI",
"Se Ny",
"Caae",
"Roger",
"Ronald Myers",
"Cope",
"Myers"
]
} | 13,459 | 26 | 2025-03-30T02:45:23.270000 | experiment_results |
CIA-RDP79-00999A000200010095-1.txt | null | null | [
"14/01/09",
"14/01/08"
] | [] | {
"dates": [
"the Period 1 March to l April 1974",
"5 4",
"0096-1",
"10095-1",
"a week",
"1330",
"1430",
"24",
"19",
"hao\n\n+B. Basic Résearch"
],
"locations": [
"California",
"Costa Rica",
"Palo Alto Veteran",
"San Francisco",
"Palo Alto",
"M.D.",
"Harvey",
"Springfield",
"Tllinois",
"M.0"
],
"organizations": [
"RD RESEARCH INSTITUTE\nMenio' Park",
"Stanford Research Institute",
"ON",
"PAW",
"Release 2014/01/09 :",
"CIA",
"A. Applied Research",
"H.P.",
"Independent of",
"Halstead-Rei"
],
"persons": [
"Ri",
"sPuthotiZ Steg",
"f.\noO",
"Oe",
"II PROGRESS",
"Mee",
"Donald Lim",
"Lim",
"° Reitan",
"Robert Ornstein"
]
} | 10,863 | 21 | 2025-03-30T02:45:24.612000 | experiment_results |
CIA-RDP79-00999A000200010096-0.txt | null | null | [
"24 January 1974",
"14/01/09",
"23 February 1975"
] | [
"No"
] | {
"dates": [
"0999400020001",
"February 2,.1975 to March 1, 1975 Date:",
"March 17",
"24 January 1974 to 23 February 1975",
"the next Period",
"1975",
"Period February 2, 1975 to March 1, 1975 Date: March 17, 1975",
"8681/160681-74WR",
"Period",
"0096-0"
],
"locations": [],
"organizations": [
"Saat",
"CIA",
"Contractor Stanford Research Institute",
"Period of Contract",
"Percentage of Funds Expended to",
"Percentage of Work Completed to Date",
"G&A",
"Technical Progress",
"Release 2014/01/09 :",
"Release 2014/01/09"
],
"persons": [
"Approved",
"nae",
"Complete",
"Philip J. 0’Donnell\nContract Administration",
"Fy Tet",
"Patlip J. O'Donnel"
]
} | 683 | 1 | 2025-03-30T02:45:25.861000 | administrative |
CIA-RDP79-00999A000200010097-9.txt | null | null | [
"24 January 1974",
"14/01/09",
"23 February 1975"
] | [
"No"
] | {
"dates": [
"Period December 28, 1974 to",
"Feb. 18, 1975\n\nContract No",
"8681/160681-74WR",
"24 January 1974 to 23 February 1975",
"Period",
"the next Period",
"0097-9",
"18, 1975",
"Period December 28, 1974 to February 1, 1975 Date",
"Feb. 18, 1975"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Contractoy Stanford Research Institiite",
"G&A",
"Technical Progress",
"AAmiAndatnntl®",
"Release 2014/01/09",
"CRD",
"Contractor Stanford Research Institute",
"Contract Administration"
],
"persons": [
"Philip J. O'Donnel3",
"Complete",
"Philip J. O*Donnel",
"Adminictrat",
"Lo",
"v wud\n\n°",
"Philip J.",
"Date",
"Philip J. O’Donnel"
]
} | 1,021 | 2 | 2025-03-30T02:45:25.979000 | administrative |
CIA-RDP79-00999A000200010101-3.txt | null | null | [
"4/01/09",
"14/01/09"
] | [
"No"
] | {
"dates": [
"Period September 28, 1974",
"November 2, 1974",
"nov, 18, 1974",
"Jan. 24, 1974 to Feb. 23, 1975\n",
"Period",
"the Next Period",
"009994000200010101",
"Period September 28, 1974 to November 2, 1974",
"Nov. 18, 1974",
"3183\nPeriod of Contract Jan"
],
"locations": [
"Caontrac"
],
"organizations": [
"Release 2014/01/09 :",
"Contractor Stanford Research Institute",
"Period of Contract",
"Percentage of Funds Expended to Date",
"G&A",
"Release",
"CIA",
"Project No",
"Percentage of Funds Expended to",
"Percentage of Work Completed to Date"
],
"persons": [
"roy a1a3",
"Expenditures",
"Philip J. O’Donne\n\nContr",
"Date",
"Philip J. O'Donnell"
]
} | 679 | 1 | 2025-03-30T02:45:26.164000 | administrative |
CIA-RDP79-00999A000200010102-2.txt | null | null | [
"14/01/09"
] | [
"No",
"Na"
] | {
"dates": [
"Period August 31, 1974",
"28, 1974 - Date",
"oct 7, 1974",
"3183\n",
"Jan. 24, 1974",
"23, 1975",
"this Period 2",
"Period",
"ausust 31, 1974",
"28, 1974 Date"
],
"locations": [
"OE",
"Senenemeanneenmemmamaaaaal",
"Los -\n"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Stanford Research Institute",
"Amount of Obligations",
"DO",
"SA",
"Percentage of Work Completed to Date",
"yeg",
"Technical Progress",
"Contractor Stanford Research Institute"
],
"persons": [
"¢",
"Philip Ji 0° Donnell",
"Manager-",
"Wes",
"Deciassifid",
"Philip J.:",
"Lo",
"Ste",
"Philip J. O'Donnel"
]
} | 971 | 1 | 2025-03-30T02:45:26.295000 | administrative |
CIA-RDP79-00999A000200010103-1.txt | null | null | [
"4/01/09",
"14/01/09"
] | [
"No"
] | {
"dates": [
"August 3, 1974 to August 31, 1974 Date} September 5,' 1974",
"Jan. 24",
"1974",
"Feb. 23, 1975\n",
"this Period 2 '13,178",
"Period",
"the Next Period",
"Period August 3, 1974 ‘to August 31, 1974",
"August 31, 1974",
"8681/160681-74WR"
],
"locations": [],
"organizations": [
"Percentage of Funds Expended to Date",
"NF",
"Naihe of Contr",
"Stanford Research Institute",
"MONTHLY CONTRACT STATUS REPORT",
"Expenditures to Date $",
"Complete",
"G&A",
"Release 2014/01/09 :",
"CIA"
],
"persons": [
"\\ mo",
"Philip J. 0'Dennell",
"Date",
"Lo",
"BeOoIMeRPeHt\nPhilip J.:",
"lo s\n\nContract No",
"Philip J. 0° Donnell\n‘Manager"
]
} | 807 | 1 | 2025-03-30T02:45:26.454000 | administrative |
CIA-RDP79-00999A000200010104-0.txt | null | null | [
"14/01/09"
] | [
"No"
] | {
"dates": [
"August 12, 1974",
"Period June 29, 1974 to August 3, 1974",
"Period",
"the Next Period",
"4 tae +",
"Period June 29, 1974",
"August 3, 1974",
"8681/160681-74WR",
"24, 1974",
"1975"
],
"locations": [
"-F.",
"ra ."
],
"organizations": [
"co8",
"Release 2014/01/09 :",
"CIA",
"Stanford Research Institute",
"Feh",
"Estimate of Funds to Complete",
"Date",
"G&A",
"De ES\n\nSubmitted",
"Percentage of Work Completed to Date"
],
"persons": [
"Philip Je 0\"Dobnell",
"aos",
"Philip Jo O'Donnell",
"Lan",
"Lotte"
]
} | 848 | 1 | 2025-03-30T02:45:26.589000 | administrative |
CIA-RDP79-00999A000200010105-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the first row of the",
"the second row",
"the 4th row",
"the 5th row",
"The last row",
"each row",
"0105-9",
"8 a.\n\nsoldier",
"80 88"
],
"locations": [],
"organizations": [
"CIA",
"Porter Neuropsychiatric Institute",
"X.",
"SADDLE",
"FAULT",
"doesn'",
"TROUT",
"CIRCLE",
"RN",
"Release"
],
"persons": [
"° °",
"Nea",
"Mark",
"Mendy",
"Approved",
"onsBoncnogogeto 0105-"
]
} | 850 | 1 | 2025-03-30T02:45:26.729000 | experiment_results |
CIA-RDP79-00999A000200010107-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"21, 1974"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"STANRES"
],
"persons": [
"Kemneth Kress",
"H. E. Puthoff\n\nCABLE:"
]
} | 107 | 1 | 2025-03-30T02:45:26.872000 | correspondence |
CIA-RDP79-00999A000200010108-6.txt | null | null | [
"9 December 1974",
"14/01/09",
"24 September 1974"
] | [] | {
"dates": [
"9 December 1974",
"all-day",
"24 September 1974"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"Cor\n\nWw",
"Virginia\n\nDear Say",
"Stanford Research Institute",
"Psychoenergetic Research",
"The Seminar Coordinator",
"Research",
"Release 2014/01/09 :"
],
"persons": [
"GEORGE G. MEADE",
"Sayre Stevens",
"Ope",
"Ken Kress",
"Kress",
"H. Puthoff£",
"R. Targ"
]
} | 273 | 1 | 2025-03-30T02:45:26.908000 | research_report |
CIA-RDP79-00999A000300030001-8.txt | null | null | [
"27 May 1975",
"9 June 1975",
"03/03/28"
] | [] | {
"dates": [
"9 June 1975",
"27 May 1975",
"1972",
"the past one year"
],
"locations": [
"R@D"
],
"organizations": [
"OTS",
"Briefing National Security Agency",
"NSA",
"Concerning the Parapsycholegy Project",
"Stanford Research Institute",
"SRI",
"CIA"
],
"persons": []
} | 210 | 1 | 2025-03-30T02:45:26.972000 | correspondence |
CIA-RDP79-00999A000300030004-5.txt | null | null | [
"03/08/08",
"8 August 1973",
"25 August 1973",
"31 August 1973"
] | [] | {
"dates": [
"August 1973",
"25 August 1973",
"a few\nmonths ago",
"six months age",
"8 August 1973"
],
"locations": [
"Virginia"
],
"organizations": [
"CIA",
"DIA Personnel",
"Chief\nBiomedical Sciences Branch",
"DIA",
"CIA Headquarters",
"Behavioral Sciences Branch",
"Stanford Research Institute",
"SRI",
"ARPA",
"Columbia University's"
],
"persons": [
"Uri\nGeller"
]
} | 444 | 1 | 2025-03-30T02:45:27.023000 | research_report |
CIA-RDP79-00999A000300030005-4.txt | null | null | [
"03/05/28",
"03/03/28",
"18 July 1973",
"19 July 1973",
"21 June 1973"
] | [] | {
"dates": [
"19 July 1973",
"the past quarter",
"April",
"May",
"the\nfirst week",
"June",
"19 June",
"21 June 1973",
"18 July 1973",
"monthly"
],
"locations": [],
"organizations": [
"CIA",
"SRI",
"O'Donnell",
"linear"
],
"persons": [
"SG1B Approved",
"P. O'Donnell",
"J. M. McMahon",
"Bonnar Cox",
"Memo",
"H. Puthoff",
"Puthoff",
"P.",
"Swann"
]
} | 486 | 1 | 2025-03-30T02:45:27.116000 | administrative |
CIA-RDP79-00999A000300030006-3.txt | null | null | [
"27 June 1973",
"13 June 1973",
"03/03/28"
] | [] | {
"dates": [
"9 00300030006-3",
"27 June 1973",
"13 June 1973"
],
"locations": [
"Mento Park",
"California",
"rome"
],
"organizations": [
"CIA",
"Stanford Research Institute\nProgram",
"Stanford Research Institute",
"The Stanford Research Institute",
"E. Jones",
"B. Cox",
"D. Shuich VP",
"Puthoff and Targ",
"SRI",
"Agency"
],
"persons": [
"H. Puthoff",
"R. Targ",
"Puthoff",
"Targ",
"C. Anderson",
"Anderson"
]
} | 496 | 1 | 2025-03-30T02:45:27.198000 | research_report |
CIA-RDP79-00999A000300030008-1.txt | null | null | [
"27 June 1973",
"13 June 1973"
] | [] | {
"dates": [
"27 June 1973",
"13 June 1973"
],
"locations": [
"Usinda"
],
"organizations": [
"The Stanford Research Institute",
"Jones",
"B. Cox",
"D, Shtich VP",
"Puthoff and Targ",
"SRI",
"Agency",
"thei EG\nCAE",
"CIA"
],
"persons": [
"H. Puthoff",
"R. Targ",
"Puthoff",
"C. Anderson",
"Anderson",
"jo folie bboy:",
"Adsrbel ho\n\nApproved"
]
} | 439 | 1 | 2025-03-30T02:45:27.285000 | research_report |
CIA-RDP79-00999A000300030009-0.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA",
"Th\n\nEVRA Dur"
],
"persons": [
"Rie",
"Qa",
"Tan",
"J Heh GE"
]
} | 85 | 1 | 2025-03-30T02:45:27.362000 | correspondence |
CIA-RDP79-00999A000300030010-8.txt | null | null | [
"21 June 1973",
"03/03/28"
] | [] | {
"dates": [
"21 June 1973",
"20 June",
"30 June"
],
"locations": [],
"organizations": [
"CIA",
"Stanford Research Institute",
"ORD",
"OTS",
"Office of Technical Service"
],
"persons": [
"Bonner Cox",
"Cox",
"John N. McMahon"
]
} | 314 | 1 | 2025-03-30T02:45:27.390000 | administrative |
CIA-RDP79-00999A000300030014-4.txt | null | null | [
"27 March 1973",
"03/03/28"
] | [] | {
"dates": [
"March 28, 1973",
"27 March 1973",
"1973"
],
"locations": [],
"organizations": [
"VN\\AN",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"double7",
"CIA"
],
"persons": [
"Uri Geller",
"H. E. Puthoff",
"Refeasé 2003763728"
]
} | 296 | 1 | 2025-03-30T02:45:27.456000 | administrative |
CIA-RDP79-00999A000300030016-2.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [],
"locations": [
"Beno"
],
"organizations": [
"CIA"
],
"persons": []
} | 37 | 1 | 2025-03-30T02:45:27.514000 | correspondence |
CIA-RDP79-00999A000300030017-1.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [],
"locations": [
"Menlo Park",
"California"
],
"organizations": [
"SG1B\n\nApproved",
"CIA",
"Central Intelligence",
"CIA Management Committee",
"Stanford Research Institute",
"TSD",
"DDS&T/ORD",
"Basic Data",
"Agency",
"ORD"
],
"persons": [
"Uri Geller",
"Ingo Swann",
"Geller"
]
} | 477 | 1 | 2025-03-30T02:45:27.544000 | experiment_results |
CIA-RDP79-00999A000300030020-7.txt | null | null | [
"18 April 1973",
"03/03/28"
] | [] | {
"dates": [
"18 April 1973"
],
"locations": [
"HIA"
],
"organizations": [
"Stanford Research Institute",
"I. Swann",
"SRI",
"ORD",
"QRD",
"Physics Today",
"CIA",
"Walker"
],
"persons": [
"R. Targ",
"Swana",
"Uri Geller",
"E. H. Walker",
"Walker",
"Puthoff",
"Targ",
"Si TAL\n\nSG"
]
} | 408 | 1 | 2025-03-30T02:45:27.634000 | experiment_results |
CIA-RDP79-00999A000300030021-6.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [
"last year",
"Last week",
"last December",
"25-year-old",
"December",
"last month",
"last week",
"previous days",
"another three weeks",
"Geller volun-"
],
"locations": [
"Michigan",
"Magician",
"Menlo\nPark",
"Calif.",
"America",
"Southeast\nAsia",
"U.S.",
"Menlo Park",
"Manhattan",
"California"
],
"organizations": [
"SG1I\nDIRECT REPLY\nAPPROVAL",
"SG1I",
"ADDR",
"CIA",
"Part-Time Student Claire Jeannette",
"Jeannette",
"the University Record",
"Far",
"Kelsey\nMuseum",
"the Think Tank\n\nSprawling"
],
"persons": [
"Jeannette",
"James Crump Jr.",
"Meryl Johnson",
"Uri Geller",
"telepathy",
"Charles Anderson",
"Geller",
"Russell Targ",
"Harold Puthoff",
"William Franklin"
]
} | 2,365 | 4 | 2025-03-30T02:45:27.710000 | research_report |
CIA-RDP79-00999A000300030027-0.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [
"August 4-11, 1973",
"the eight days",
"Saturday, August 4",
"this day",
"August 13, 1973",
"Sunday, August 5",
"1973",
"féglease 2003/03/28",
"6-9",
"11"
],
"locations": [
"Release",
"MRXXKKK"
],
"organizations": [
"CIA",
"ST",
"CO\n\n",
"EEG",
"the Life Sciences Division",
"Figs",
"Geller",
"Targ",
"Apple",
"the Ten Commandments"
],
"persons": [
"Approved Forigelease",
"Uri Geller",
"Geller",
"pat ne",
"Wis\n\nApproved",
"Puthoff",
"Figs",
"aoa al\n.",
"pee ETE\nwee en Cire\n\nApproved",
"Approved Forwglease"
]
} | 2,566 | 5 | 2025-03-30T02:45:28.109000 | experiment_results |
CIA-RDP79-00999A000300030029-8.txt | null | null | [
"22 March 1975"
] | [] | {
"dates": [
"March 1975",
"Less than six months",
"Earlier this month",
"A week",
"nearly a decade",
"carly\nMarch two",
"Geller’s",
"1972",
"five years\nago"
],
"locations": [
"New York County Medical Scciety",
"Ioquium",
"New\n\nYork",
"New York",
"France",
"Britain"
],
"organizations": [
"american Medical Association",
"eg¢s",
"AMA",
"Council",
"Nutrition",
"The New York County Medical Society",
"Society",
"Stanford\nResearch Institute",
"Columbia\nUniversity Physics Department",
"SRI"
],
"persons": [
"Dr Atkins",
"Dr‘ Atkins",
"Atkins",
"Cietcr",
"Harold Putoit",
"Tgno Swann",
"Uri\nGeller",
"Geiler",
"Geller",
"Peter Gwynne\n\neu"
]
} | 1,371 | 2 | 2025-03-30T02:45:28.527000 | other |
End of preview.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
STARGATE Project Documents Dataset
Overview
This dataset contains processed documents from the STARGATE project, a U.S. government-sponsored program focused on psychic phenomena research, including remote viewing, telepathy, and psychokinesis. The documents have been declassified and made available through the CIA's CREST (CIA Records Search Tool) database.
Dataset Contents
The dataset includes:
- Processed text files: Extracted text from PDF documents, including OCR for scanned documents
- Metadata: Structured information about each document, including:
- Document ID
- Classification level
- Dates mentioned
- Project names
- Named entities (persons, organizations, locations)
- Word and page counts
- Categorization: Documents organized by type/content
- Summary statistics: Overall dataset statistics and insights
Categories
Documents are categorized into the following groups:
- Remote Viewing: Sessions, protocols, and results
- Psychokinesis: Experiments on mind-matter interaction
- Telepathy: Research on thought transference
- Precognition: Studies on predicting future events
- Research Reports: Formal research documentation
- Experiment Results: Data and outcomes from experiments
- Training Materials: Protocols and instructional content
- Administrative: Budgets, personnel, and management documents
- Correspondence: Letters, memos, and communications
- Historical: Background and contextual information
- Other: Miscellaneous documents
Usage
This dataset can be used for:
- Historical research on psychic phenomena studies
- Text analysis of government research documents
- Named entity recognition and relationship mapping
- Document classification and categorization tasks
- Linguistic analysis of scientific and administrative text
Citation
If you use this dataset in your research, please cite it as:
@dataset{stargate_documents,
author = {GotThatData},
title = {STARGATE Project Documents},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/GotThatData/STARGATE}
}
License
These documents are in the public domain as they have been declassified by the U.S. government.
New Insights from Document Analysis
Scientific Validation of Remote Viewing
- Early peer-reviewed publications in Nature (October 1974) documented controlled experiments with Uri Geller and Pat Price
- Experiments utilized electrically shielded rooms to prevent conventional sensory information transfer
- Double-blind protocols were implemented to eliminate experimenter bias
- Publication in Nature represented a pivotal moment for parapsychological research in mainstream science
Soviet Research on Psychoenergetics
- Soviet researchers developed theoretical frameworks connecting biological systems to electromagnetic phenomena
- Proposed "laws of bio-electrical induction" to explain certain psychic abilities
- Research attempted to provide physical mechanisms for phenomena like psychokinesis
- Significant interest in developing "psychotropic apparatus" based on these principles
Technical Devices and Measurement Systems
- Kirlian photography was used to visualize "energy fields" around living organisms
- Technical parameters identified for optimal results (20-100kV pulses with specific durations)
- Acupuncture points were studied as potential interfaces for psychoenergetic effects
- Specialized equipment was developed to detect and measure telekinetic (PK) effects
Experimental Protocols and Results
- SRI conducted 13 separate drawing experiments with Uri Geller over 7 days
- Various target selection methods were used to prevent pre-experiment cueing
- Targets included simple line drawings that the subject attempted to reproduce
- Results showed apparent success in several trials where subjects reproduced target images without conventional sensory access
Institutional Involvement
- CIA classification markings appear on many documents, confirming direct intelligence agency interest
- SRI (Stanford Research Institute) conducted formal laboratory studies
- Soviet research institutions were actively involved in parallel research
- Academic journals like Nature were publishing some of these findings
Last updated: 2025-03-30
- Downloads last month
- 31