epstein-files 1.0.1__py3-none-any.whl → 1.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- epstein_files/__init__.py +66 -131
- epstein_files/documents/document.py +12 -3
- epstein_files/documents/email.py +33 -13
- epstein_files/documents/imessage/text_message.py +11 -15
- epstein_files/documents/messenger_log.py +15 -11
- epstein_files/documents/other_file.py +13 -8
- epstein_files/epstein_files.py +51 -43
- epstein_files/util/constant/names.py +21 -24
- epstein_files/util/constant/output_files.py +29 -0
- epstein_files/util/constant/strings.py +8 -2
- epstein_files/util/constant/urls.py +11 -7
- epstein_files/util/constants.py +325 -227
- epstein_files/util/data.py +12 -33
- epstein_files/util/doc_cfg.py +7 -14
- epstein_files/util/env.py +5 -3
- epstein_files/util/file_helper.py +0 -22
- epstein_files/util/highlighted_group.py +31 -26
- epstein_files/util/logging.py +7 -0
- epstein_files/util/output.py +179 -0
- epstein_files/util/rich.py +22 -10
- {epstein_files-1.0.1.dist-info → epstein_files-1.0.3.dist-info}/METADATA +32 -7
- epstein_files-1.0.3.dist-info/RECORD +33 -0
- epstein_files-1.0.3.dist-info/entry_points.txt +7 -0
- epstein_files-1.0.1.dist-info/RECORD +0 -30
- {epstein_files-1.0.1.dist-info → epstein_files-1.0.3.dist-info}/LICENSE +0 -0
- {epstein_files-1.0.1.dist-info → epstein_files-1.0.3.dist-info}/WHEEL +0 -0
epstein_files/util/constants.py
CHANGED
|
@@ -6,6 +6,7 @@ from dateutil.parser import parse
|
|
|
6
6
|
from epstein_files.util.constant.names import *
|
|
7
7
|
from epstein_files.util.constant.strings import *
|
|
8
8
|
from epstein_files.util.doc_cfg import DocCfg, EmailCfg, TextCfg
|
|
9
|
+
from epstein_files.util.logging import logger
|
|
9
10
|
|
|
10
11
|
FALLBACK_TIMESTAMP = parse("1/1/2051 12:01:01 AM")
|
|
11
12
|
|
|
@@ -213,22 +214,22 @@ for emailer in EMAILERS:
|
|
|
213
214
|
FBI = 'FBI'
|
|
214
215
|
MEME = 'meme of'
|
|
215
216
|
PRESS_RELEASE = 'press release'
|
|
216
|
-
RESUME_OF = 'professional resumé
|
|
217
|
+
RESUME_OF = 'professional resumé'
|
|
217
218
|
SCREENSHOT = 'screenshot of'
|
|
218
219
|
TRANSLATION = 'translation of'
|
|
219
220
|
TWEET = 'tweet'
|
|
220
221
|
TEXT_OF_US_LAW = 'text of U.S. law:'
|
|
221
222
|
|
|
222
223
|
# Legal cases
|
|
223
|
-
BRUNEL_V_EPSTEIN = f"{JEAN_LUC_BRUNEL} v. {JEFFREY_EPSTEIN}"
|
|
224
|
-
EDWARDS_V_DERSHOWITZ = f"{BRAD_EDWARDS} & {PAUL_G_CASSELL} v. {ALAN_DERSHOWITZ}
|
|
225
|
-
EPSTEIN_V_ROTHSTEIN_EDWARDS = f"Epstein v. Scott Rothstein, {BRAD_EDWARDS}, and L.M
|
|
226
|
-
GIUFFRE_V_DERSHOWITZ = f"{VIRGINIA_GIUFFRE} v. {ALAN_DERSHOWITZ}
|
|
227
|
-
GIUFFRE_V_EPSTEIN = f"{VIRGINIA_GIUFFRE} v. {JEFFREY_EPSTEIN}
|
|
228
|
-
GIUFFRE_V_MAXWELL = f"{VIRGINIA_GIUFFRE} v. {GHISLAINE_MAXWELL}
|
|
229
|
-
JANE_DOE_V_EPSTEIN_TRUMP = f"Jane Doe v. Donald Trump and {JEFFREY_EPSTEIN}
|
|
230
|
-
JANE_DOE_V_USA = 'Jane Doe #1 and Jane Doe #2 v. United States
|
|
231
|
-
NEW_YORK_V_EPSTEIN = f"New York v. {JEFFREY_EPSTEIN}
|
|
224
|
+
BRUNEL_V_EPSTEIN = f"{JEAN_LUC_BRUNEL} v. {JEFFREY_EPSTEIN} and Tyler McDonald d/b/a YI.org"
|
|
225
|
+
EDWARDS_V_DERSHOWITZ = f"{BRAD_EDWARDS} & {PAUL_G_CASSELL} v. {ALAN_DERSHOWITZ}"
|
|
226
|
+
EPSTEIN_V_ROTHSTEIN_EDWARDS = f"Epstein v. Scott Rothstein, {BRAD_EDWARDS}, and L.M."
|
|
227
|
+
GIUFFRE_V_DERSHOWITZ = f"{VIRGINIA_GIUFFRE} v. {ALAN_DERSHOWITZ}"
|
|
228
|
+
GIUFFRE_V_EPSTEIN = f"{VIRGINIA_GIUFFRE} v. {JEFFREY_EPSTEIN}"
|
|
229
|
+
GIUFFRE_V_MAXWELL = f"{VIRGINIA_GIUFFRE} v. {GHISLAINE_MAXWELL}"
|
|
230
|
+
JANE_DOE_V_EPSTEIN_TRUMP = f"Jane Doe v. Donald Trump and {JEFFREY_EPSTEIN}"
|
|
231
|
+
JANE_DOE_V_USA = 'Jane Doe #1 and Jane Doe #2 v. United States'
|
|
232
|
+
NEW_YORK_V_EPSTEIN = f"New York v. {JEFFREY_EPSTEIN}"
|
|
232
233
|
|
|
233
234
|
# Descriptions of non-email, non-text message files
|
|
234
235
|
ARTICLE_DRAFT = 'draft of an article about'
|
|
@@ -238,41 +239,41 @@ BROCKMAN_INC = 'Brockman, Inc.'
|
|
|
238
239
|
CVRA = "Crime Victims' Rights Act [CVRA]"
|
|
239
240
|
DAVID_BLAINE_VISA_LETTER = f"letter of recommendation for visa for a model"
|
|
240
241
|
DAVID_SCHOEN_CVRA_LEXIS_SEARCH = f"Lexis Nexis search for case law around the {CVRA} by {DAVID_SCHOEN}"
|
|
241
|
-
DERSH_GIUFFRE_TWEET = f"{TWEET}
|
|
242
|
+
DERSH_GIUFFRE_TWEET = f"{TWEET} about {VIRGINIA_GIUFFRE}"
|
|
242
243
|
DEUTSCHE_BANK_TAX_TOPICS = f'{DEUTSCHE_BANK} Wealth Management Tax Topics'
|
|
243
|
-
|
|
244
|
+
DIANA_DEGETTE_CAMPAIGN = "Colorado legislator Diana DeGette's campaign"
|
|
244
245
|
EPSTEIN_FOUNDATION = 'Jeffrey Epstein VI Foundation'
|
|
245
246
|
FBI_REPORT = f"{FBI} report on Epstein investigation (redacted)"
|
|
246
247
|
FBI_SEIZED_PROPERTY = f"{FBI} seized property inventory (redacted)"
|
|
247
248
|
FEMALE_HEALTH_COMPANY = 'Female Health Company (FHX)'
|
|
248
249
|
FIRE_AND_FURY = f"Fire And Fury"
|
|
249
250
|
HARVARD_POETRY = f'{HARVARD} poetry stuff from {LISA_NEW}'
|
|
250
|
-
|
|
251
|
+
HBS_APPLICATION = f"{HARVARD} Business School application letter"
|
|
251
252
|
JASTA = 'JASTA'
|
|
252
253
|
JASTA_SAUDI_LAWSUIT = f"{JASTA} lawsuit against Saudi Arabia by 9/11 victims"
|
|
253
254
|
JOHN_BOLTON_PRESS_CLIPPING = 'John Bolton press clipping'
|
|
254
255
|
JP_MORGAN_EYE_ON_THE_MARKET = f"Eye On The Market"
|
|
256
|
+
LAWRENCE_KRAUSS_ASU_ORIGINS = f"{LAWRENCE_KRAUSS}'s ASU Origins Project"
|
|
255
257
|
KEN_STARR_LETTER = f"letter to judge overseeing Epstein's criminal prosecution, mentions Alex Acosta"
|
|
256
258
|
MICHAEL_WOLFF_ARTICLE_HINT = f"draft of an unpublished article about Epstein by {MICHAEL_WOLFF} written ca. 2014/2015"
|
|
259
|
+
NERIO_ALESSANDRI = 'Nerio Alessandri (Founder and Chairman of Technogym S.p.A. Italy)'
|
|
257
260
|
NIGHT_FLIGHT_BOOK = f'"Night Flight" (draft)'
|
|
258
261
|
NOBEL_CHARITABLE_TRUST = 'Nobel Charitable Trust'
|
|
259
262
|
OBAMA_JOKE = 'joke about Obama'
|
|
260
|
-
PALM_BEACH_CODE_ENFORCEMENT = f'{PALM_BEACH}
|
|
261
|
-
PALM_BEACH_DAILY_ARTICLE = f'{PALM_BEACH} Daily News article about'
|
|
262
|
-
PALM_BEACH_POST_ARTICLE = f'{PALM_BEACH} Post article about'
|
|
263
|
+
PALM_BEACH_CODE_ENFORCEMENT = f'{PALM_BEACH} Code Enforcement'
|
|
263
264
|
PALM_BEACH_TSV = f"TSV of {PALM_BEACH} property"
|
|
264
265
|
PALM_BEACH_WATER_COMMITTEE = f'{PALM_BEACH} Water Committee'
|
|
265
266
|
PATTERSON_BOOK_SCANS = f'pages of "Filthy Rich: The Shocking True Story of {JEFFREY_EPSTEIN}"'
|
|
266
267
|
SHIMON_POST = 'The Shimon Post'
|
|
267
|
-
SHIMON_POST_ARTICLE = f'
|
|
268
|
+
SHIMON_POST_ARTICLE = f'selection of articles about the mideast'
|
|
268
269
|
SINGLE_PAGE = 'single page of'
|
|
270
|
+
STRANGE_BEDFELLOWS = "'Strange Bedfellows' list of invitees f. Johnny Depp, Woody Allen, Obama, and more"
|
|
269
271
|
SWEDISH_LIFE_SCIENCES_SUMMIT = f"{BARBRO_C_EHNBOM}'s Swedish American Life Science Summit"
|
|
270
272
|
THE_REAL_DEAL_ARTICLE = 'article by Keith Larsen'
|
|
271
273
|
TRUMP_DISCLOSURES = f"Donald Trump financial disclosures from U.S. Office of Government Ethics"
|
|
272
274
|
UBS_CIO_REPORT = 'CIO Monthly Extended report'
|
|
273
275
|
UN_GENERAL_ASSEMBLY = '67th U.N. General Assembly'
|
|
274
|
-
|
|
275
|
-
WOMEN_EMPOWERMENT = f"Women Empowerment (WE) conference run by {SVETLANA_POZHIDAEVA}"
|
|
276
|
+
WOMEN_EMPOWERMENT = f"Women Empowerment (WE) conference"
|
|
276
277
|
ZUBAIR_AND_ANYA = f"{ZUBAIR_KHAN} and Anya Rasulova"
|
|
277
278
|
|
|
278
279
|
# Atribution reasons
|
|
@@ -297,7 +298,7 @@ CONFIRMED_TEXTS_CONFIG = [
|
|
|
297
298
|
TextCfg(id='027650', author=JOI_ITO, attribution_reason=PARTICIPANTS_FIELD),
|
|
298
299
|
TextCfg(id='027777', author=LARRY_SUMMERS, attribution_reason=PARTICIPANTS_FIELD),
|
|
299
300
|
TextCfg(id='027515', author=MIROSLAV_LAJCAK, attribution_reason='https://x.com/ImDrinknWyn/status/1990210266114789713'),
|
|
300
|
-
TextCfg(id='027165', author=MELANIE_WALKER, attribution_reason='https://www.wired.com/story/jeffrey-epstein-claimed-intimate-knowledge-of-donald-trumps-views-in-texts-with-bill-gates-adviser/'),
|
|
301
|
+
TextCfg(id='027165', author=MELANIE_WALKER, attribution_reason='says "it\'s Melanie", also https://www.wired.com/story/jeffrey-epstein-claimed-intimate-knowledge-of-donald-trumps-views-in-texts-with-bill-gates-adviser/'),
|
|
301
302
|
TextCfg(id='027248', author=MELANIE_WALKER, attribution_reason='says "we met through Trump" which is confirmed by Melanie in 032803'),
|
|
302
303
|
TextCfg(id='025429', author=STACEY_PLASKETT, attribution_reason='widely reported'),
|
|
303
304
|
TextCfg(id='027128', author=SOON_YI_PREVIN, attribution_reason='https://x.com/ImDrinknWyn/status/1990227281101434923'),
|
|
@@ -385,7 +386,12 @@ EMAILS_CONFIG = [
|
|
|
385
386
|
author='Audrey/Aubrey Raimbault (???)',
|
|
386
387
|
attribution_reason='based on "GMI" in signature, a company registered by "Aubrey Raimbault"',
|
|
387
388
|
),
|
|
388
|
-
EmailCfg(
|
|
389
|
+
EmailCfg(
|
|
390
|
+
id='033316',
|
|
391
|
+
author=AZIZA_ALAHMADI,
|
|
392
|
+
attribution_reason='"Regards, Aziza" at bottom',
|
|
393
|
+
fwded_text_after='Transcript: Phone call between President',
|
|
394
|
+
),
|
|
389
395
|
EmailCfg(id='033328', author=AZIZA_ALAHMADI, attribution_reason='"Regards, Aziza" at bottom'),
|
|
390
396
|
EmailCfg(id='026659', author=BARBRO_C_EHNBOM, attribution_reason='Reply'),
|
|
391
397
|
EmailCfg(id='031215', author=BARBRO_C_EHNBOM, duplicate_ids=['026745'], dupe_type='redacted'), # the same except for 'your Anna!'. author must be specified because email address is redacted in 026745 so it needs the config
|
|
@@ -408,6 +414,7 @@ EMAILS_CONFIG = [
|
|
|
408
414
|
),
|
|
409
415
|
EmailCfg(
|
|
410
416
|
id='031278',
|
|
417
|
+
actual_text='',
|
|
411
418
|
author=DARREN_INDYKE,
|
|
412
419
|
description=f"heavily redacted email, quoted replies are from {STEVEN_HOFFENBERG} about James Patterson's book",
|
|
413
420
|
timestamp=parse('2016-08-17 11:26:00'),
|
|
@@ -419,7 +426,7 @@ EMAILS_CONFIG = [
|
|
|
419
426
|
EmailCfg(id='031560', author=DAVID_SCHOEN, attribution_reason='Signature'),
|
|
420
427
|
EmailCfg(id='026287', author=DAVID_SCHOEN, attribution_reason='Signature'),
|
|
421
428
|
EmailCfg(id='033419', author=DAVID_SCHOEN, attribution_reason='Signature'),
|
|
422
|
-
EmailCfg(id='031460', author=EDWARD_JAY_EPSTEIN, attribution_reason=f"quoted reply has edwardjayepstein.com"),
|
|
429
|
+
EmailCfg(id='031460', author=EDWARD_JAY_EPSTEIN, attribution_reason=f"quoted reply has edwardjayepstein.com", is_fwded_article=True),
|
|
423
430
|
EmailCfg(
|
|
424
431
|
id='030475',
|
|
425
432
|
author=FAITH_KATES,
|
|
@@ -443,7 +450,13 @@ EMAILS_CONFIG = [
|
|
|
443
450
|
EmailCfg(id='018726', author=JEFFREY_EPSTEIN, timestamp=parse('2018-06-08 08:36:00')), # nofix
|
|
444
451
|
EmailCfg(id='032283', author=JEFFREY_EPSTEIN, timestamp=parse('2016-09-14 08:04:00')), # nofix
|
|
445
452
|
EmailCfg(id='026943', author=JEFFREY_EPSTEIN, timestamp=parse('2019-05-22 05:47:00')), # nofix
|
|
446
|
-
EmailCfg(
|
|
453
|
+
EmailCfg(
|
|
454
|
+
id='023208',
|
|
455
|
+
author=JEFFREY_EPSTEIN,
|
|
456
|
+
fwded_text_after='Date: Tue, Oct 27',
|
|
457
|
+
recipients=[BRAD_WECHSLER, MELANIE_SPINELLA],
|
|
458
|
+
duplicate_ids=['023291'],
|
|
459
|
+
),
|
|
447
460
|
EmailCfg(
|
|
448
461
|
id='032214',
|
|
449
462
|
author=JEFFREY_EPSTEIN,
|
|
@@ -559,9 +572,10 @@ EMAILS_CONFIG = [
|
|
|
559
572
|
),
|
|
560
573
|
EmailCfg(
|
|
561
574
|
id='026620',
|
|
575
|
+
attribution_reason='ends with "Respectfully, terry"',
|
|
562
576
|
author=TERRY_KAFKA,
|
|
577
|
+
fwded_text_after='From: Mike Cohen',
|
|
563
578
|
recipients=[JEFFREY_EPSTEIN, MARK_EPSTEIN, MICHAEL_BUCHHOLTZ] + IRAN_NUCLEAR_DEAL_SPAM_EMAIL_RECIPIENTS,
|
|
564
|
-
attribution_reason='ends with "Respectfully, terry"',
|
|
565
579
|
duplicate_ids=['028482'],
|
|
566
580
|
),
|
|
567
581
|
EmailCfg(id='029992', author=TERRY_KAFKA, attribution_reason='Quoted reply'),
|
|
@@ -580,6 +594,8 @@ EMAILS_CONFIG = [
|
|
|
580
594
|
attribution_reason=f'Reply in 030414 has {NEXT_MANAGEMENT} legal signature',
|
|
581
595
|
duplicate_ids=['030581'],
|
|
582
596
|
),
|
|
597
|
+
EmailCfg(id='025329', recipients=['George Krassner', 'Nancy Cain', 'Tom', 'Marie Moneysmith', 'Steven Gaydos', 'Linda W. Grossman', 'Holly Krassner Dawson', 'Daniel Dawson', 'Danny Goldberg', 'Caryl Ratner', 'Kevin Bright', 'Michael Simmons', SAMUEL_LEFF, 'Bob Fass', 'Lynnie Tofte Fass', 'Barb Cowles', 'Lee Quarnstrom']),
|
|
598
|
+
EmailCfg(id='033568', recipients=['George Krassner', 'Daniel Dawson', 'Danny Goldberg', 'Tom', 'Kevin Bright', 'Walli Leff', 'Michael Simmons', 'Lee Quarnstrom', 'Lanny Swerdlow', 'Larry Sloman', 'W&K', 'Harry Shearer', 'Jay Levin']),
|
|
583
599
|
EmailCfg(id='026426', recipients=[JEAN_HUGUEN], attribution_reason='Reply'),
|
|
584
600
|
EmailCfg(id='022202', recipients=[JEAN_LUC_BRUNEL], attribution_reason='Follow up / reply', duplicate_ids=['029975']),
|
|
585
601
|
EmailCfg(id='022187', recipients=[JEFFREY_EPSTEIN]), # Bad OCR (nofix)
|
|
@@ -611,8 +627,6 @@ EMAILS_CONFIG = [
|
|
|
611
627
|
attribution_reason='to "Kathy" about dems, sent from iPad',
|
|
612
628
|
is_attribution_uncertain=True, # It's actually Kathy R. as the recipient that's the uncertain part
|
|
613
629
|
),
|
|
614
|
-
EmailCfg(id='025329', recipients=['Nancy Cain', 'Tom', 'Marie Moneysmith', 'Steven Gaydos', 'George Krassner', 'Linda W. Grossman', 'Holly Krassner Dawson', 'Daniel Dawson', 'Danny Goldberg', 'Caryl Ratner', 'Kevin Bright', 'Michael Simmons', SAMUEL_LEFF, 'Bob Fass', 'Lynnie Tofte Fass', 'Barb Cowles', 'Lee Quarnstrom']),
|
|
615
|
-
EmailCfg(id='033568', recipients=['George Krassner', 'Daniel Dawson', 'Danny Goldberg', 'Tom', 'Kevin Bright', 'Walli Leff', 'Michael Simmons', 'Lee Quarnstrom', 'Lanny Swerdlow', 'Larry Sloman', 'W&K', 'Harry Shearer', 'Jay Levin']),
|
|
616
630
|
EmailCfg(id='030522', recipients=[LANDON_THOMAS], attribution_reason='reply header', is_fwded_article=True), # Vicky Ward article
|
|
617
631
|
EmailCfg(id='031413', recipients=[LANDON_THOMAS], attribution_reason='reply header'),
|
|
618
632
|
EmailCfg(id='033591', recipients=[LAWRANCE_VISOSKI], attribution_reason='Reply signature', duplicate_ids=['033591']),
|
|
@@ -637,15 +651,26 @@ EMAILS_CONFIG = [
|
|
|
637
651
|
# Misc configs
|
|
638
652
|
EmailCfg(id='033050', actual_text='schwartman'),
|
|
639
653
|
EmailCfg(id='029344', actual_text='I thought of you when I read this article. Was this your idea? Alan'),
|
|
640
|
-
EmailCfg(id='
|
|
654
|
+
EmailCfg(id='022219', description="discussion of attempts to clean up Epstein's Google search results"),
|
|
655
|
+
EmailCfg(id='023627', is_fwded_article=True, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
656
|
+
EmailCfg(id='031333', is_fwded_article=True, description='looks like a Russian disinfo article'), # Russia Says IMF Chief Jailed For Discovering All US Gold is Gone
|
|
657
|
+
EmailCfg(id='031335', is_fwded_article=True, description='looks like a Russian disinfo article'), # DOMINQUE STRAUSS-KAHN ARRESTED, NOT BECAUSE HE RAPED A MAID, BUT BECAUSE HE HAD EVIDENCE US HAS NO GOLD IN FORT KNOX.
|
|
641
658
|
EmailCfg(id='026298', is_fwded_article=True, duplicate_ids=['026499']), # Written by someone else?
|
|
642
659
|
EmailCfg(id='029692', is_fwded_article=True, duplicate_ids=['029779']), # WaPo article
|
|
643
660
|
EmailCfg(id='022344', is_fwded_article=True, duplicate_ids=['028529']), # Bill Gates is most admired from Nikolic
|
|
644
661
|
EmailCfg(id='018197', is_fwded_article=True, duplicate_ids=['028648']), # Ray Takeyh article fwd
|
|
645
662
|
EmailCfg(id='028728', is_fwded_article=True, duplicate_ids=['027102']), # WSJ forward to Larry Summers
|
|
646
663
|
EmailCfg(id='028781', is_fwded_article=True, duplicate_ids=['013460']), # Atlantic on Jim Yong Kim, Obama's World Bank Pick
|
|
664
|
+
EmailCfg(id='025041', is_fwded_article=True, duplicate_ids=['028675']), # Obama agenda
|
|
665
|
+
EmailCfg(id='031136', is_fwded_article=True, duplicate_ids=['028791']), # 'Smart Money is Fleeing US Stocks'
|
|
666
|
+
EmailCfg(id='031779', is_fwded_article=True, duplicate_ids=['026938']), # Sarah Silverman on AI
|
|
667
|
+
EmailCfg(id='029849', is_fwded_article=True, duplicate_ids=['033482']), # Fareed Zakaria: Trump sells America short),
|
|
668
|
+
EmailCfg(id='032023', is_fwded_article=True, duplicate_ids=['032012']), # American-Israeli Cooperative Enterprise Newsletter
|
|
669
|
+
EmailCfg(id='030868', is_fwded_article=True), # 'He doesn't like this sh*t': Trump reportedly hates his job and his staff after 1 month
|
|
647
670
|
EmailCfg(id='026755', is_fwded_article=True), # HuffPo
|
|
671
|
+
EmailCfg(id='016218', is_fwded_article=True), # AT&T confirms it paid Trump lawyer Cohen for insights on Trump
|
|
648
672
|
EmailCfg(id='030528', is_fwded_article=True), # Vicky Ward article
|
|
673
|
+
EmailCfg(id='030460', is_fwded_article=True), # Vicky Ward article
|
|
649
674
|
EmailCfg(id='028508', is_fwded_article=True), # nanosatellites article
|
|
650
675
|
EmailCfg(id='019845', is_fwded_article=True), # Pro Publica article on Preet Bharara
|
|
651
676
|
EmailCfg(id='029021', is_fwded_article=True), # article about bannon sent by Alain Forget
|
|
@@ -655,6 +680,36 @@ EMAILS_CONFIG = [
|
|
|
655
680
|
EmailCfg(id='031569', is_fwded_article=True), # Article by Kathryn Alexeeff fwded to Peter Thiel
|
|
656
681
|
EmailCfg(id='029689', is_fwded_article=True), # Tunisia article to Larry Summers
|
|
657
682
|
EmailCfg(id='014525', is_fwded_article=True), # Really more of a mailing list from Paul Morris?
|
|
683
|
+
EmailCfg(id='024384', is_fwded_article=True), # Interview with Bill Siegal re: Islam
|
|
684
|
+
EmailCfg(id='030200', is_fwded_article=True), # Lawfare indicting a president
|
|
685
|
+
EmailCfg(id='029509', is_fwded_article=True), # Deepak Chopra LSD, Quantum Healing
|
|
686
|
+
EmailCfg(id='026778', is_fwded_article=True), # tax alert
|
|
687
|
+
EmailCfg(id='023001', is_fwded_article=True), # Miami Herald article timeline of the sex abuse case
|
|
688
|
+
EmailCfg(id='013405', is_fwded_article=True), # Articles about epstein case
|
|
689
|
+
EmailCfg(id='021740', is_fwded_article=True), # Miami Herald article about Epstein prosecutor
|
|
690
|
+
EmailCfg(id='023126', is_fwded_article=True), # Miami Herald on Alex Acosta
|
|
691
|
+
EmailCfg(id='029625', is_fwded_article=True), # Conchita Sarnoff Daily Beast Articles - Epstein Sex Trafficking Investigation and Settlement
|
|
692
|
+
EmailCfg(id='013482', is_fwded_article=True), # The view from the US: Stem cell therapy steps up a gear with firs
|
|
693
|
+
EmailCfg(id='029505', is_fwded_article=True), # Foreign Policy Middle Eastern Monarchs Look at the Trump
|
|
694
|
+
EmailCfg(id='029859', is_fwded_article=True), # Palm Beach Post: Epstein paid three women $5.5 million to end lawsuits
|
|
695
|
+
EmailCfg(id='031988', is_fwded_article=True), # NYT review of Inside Job
|
|
696
|
+
EmailCfg(id='029901', is_fwded_article=True), # THE EDGE question
|
|
697
|
+
EmailCfg(id='031399', is_fwded_article=True), # Miami U.S. Attorney's Office recuses itself from Jeffrey Epstein case
|
|
698
|
+
EmailCfg(id='031705', is_fwded_article=True), # Thomas Friedman why not in vegas?
|
|
699
|
+
EmailCfg(id='016801', is_fwded_article=True), # Capital Market Outlook
|
|
700
|
+
EmailCfg(id='023564', is_fwded_article=True), # BBG ;Leon Black's Tax-Overhaul Dilemma Could Alter Wall Street Model
|
|
701
|
+
EmailCfg(id='025231', is_fwded_article=True), # Newsmax: Laffer, Laffer: Obama Must Use Reaganomics to Save Economy The only way President Barack Obama can solve
|
|
702
|
+
EmailCfg(id='031472', is_fwded_article=True), # WSJ: Lawyers for Imam Wanted by Turkish authorities Fear for Their Client's Life
|
|
703
|
+
EmailCfg(id='012684', is_fwded_article=True), # Trump in talks to buy socialite Kluge's Charlottesville vineyard
|
|
704
|
+
EmailCfg(id='028536', is_fwded_article=True), # Palm Beach Post FBI Epstein files say he gave info. Does it explain sweetheart deal?
|
|
705
|
+
EmailCfg(id='028524', is_fwded_article=True), # Zach Braff article on Woody Allen in NYT
|
|
706
|
+
EmailCfg(id='030326', is_fwded_article=True), # NYP Congressional candidate compares Melania Trump to prostitute
|
|
707
|
+
EmailCfg(id='030519', is_fwded_article=True), # Daily Mail on Prince Andrew
|
|
708
|
+
EmailCfg(id='030878', is_fwded_article=True), # Steve Bannon almost appeared in Michael Moore's 'Fahrenheit 11/9'
|
|
709
|
+
EmailCfg(id='024300', is_fwded_article=True), # Bookstore owner calls police after customer confronted Steve Bannon
|
|
710
|
+
EmailCfg(id='026924', is_fwded_article=True), # The Onion
|
|
711
|
+
EmailCfg(id='033311', is_fwded_article=True), # 2016 election polls
|
|
712
|
+
EmailCfg(id='026580', is_fwded_article=True), # NPR: Antigua: Land Of Sun, Sand, And Super Cheap
|
|
658
713
|
EmailCfg(id='032475', timestamp=parse('2017-02-15 13:31:25')),
|
|
659
714
|
EmailCfg(id='030373', timestamp=parse('2018-10-03 01:49:27')),
|
|
660
715
|
|
|
@@ -679,10 +734,8 @@ EMAILS_CONFIG = [
|
|
|
679
734
|
EmailCfg(id='031980', duplicate_ids=['019409']),
|
|
680
735
|
EmailCfg(id='033486', duplicate_ids=['033156']),
|
|
681
736
|
EmailCfg(id='025790', duplicate_ids=['031994']),
|
|
682
|
-
EmailCfg(id='025041', duplicate_ids=['028675']),
|
|
683
737
|
EmailCfg(id='028497', duplicate_ids=['026228']),
|
|
684
738
|
EmailCfg(id='033528', duplicate_ids=['033517']),
|
|
685
|
-
EmailCfg(id='032023', duplicate_ids=['032012']),
|
|
686
739
|
EmailCfg(id='019412', duplicate_ids=['028621']),
|
|
687
740
|
EmailCfg(id='027053', duplicate_ids=['028765']),
|
|
688
741
|
EmailCfg(id='027049', duplicate_ids=['028773']),
|
|
@@ -699,13 +752,11 @@ EMAILS_CONFIG = [
|
|
|
699
752
|
EmailCfg(id='031912', duplicate_ids=['032158']),
|
|
700
753
|
EmailCfg(id='030587', duplicate_ids=['030514']),
|
|
701
754
|
EmailCfg(id='029773', duplicate_ids=['012685']),
|
|
702
|
-
EmailCfg(id='029849', duplicate_ids=['033482']),
|
|
703
755
|
EmailCfg(id='033297', duplicate_ids=['033586']),
|
|
704
756
|
EmailCfg(id='031089', duplicate_ids=['018084']),
|
|
705
757
|
EmailCfg(id='031088', duplicate_ids=['030885']),
|
|
706
758
|
EmailCfg(id='030238', duplicate_ids=['031130']),
|
|
707
759
|
EmailCfg(id='030859', duplicate_ids=['031067']),
|
|
708
|
-
EmailCfg(id='031136', duplicate_ids=['028791']),
|
|
709
760
|
EmailCfg(id='030635', duplicate_ids=['031134']),
|
|
710
761
|
EmailCfg(id='028494', duplicate_ids=['026234']),
|
|
711
762
|
EmailCfg(id='030311', duplicate_ids=['021790']),
|
|
@@ -775,6 +826,35 @@ EMAILS_CONFIG = [
|
|
|
775
826
|
EmailCfg(id='029752', duplicate_ids=['023550']),
|
|
776
827
|
EmailCfg(id='030339', duplicate_ids=['030592']),
|
|
777
828
|
EmailCfg(id='032250', duplicate_ids=['033589']),
|
|
829
|
+
|
|
830
|
+
# Emails that need a little help determining how to separate the actual text from fwded text
|
|
831
|
+
EmailCfg(id='013415', fwded_text_after='Darren K. Indyke'),
|
|
832
|
+
EmailCfg(id='024624', fwded_text_after='On Tue, May 14'),
|
|
833
|
+
EmailCfg(id='029558', fwded_text_after='Creativity is central'),
|
|
834
|
+
EmailCfg(id='025888', fwded_text_after='Jul 24, 2015'),
|
|
835
|
+
EmailCfg(id='016413', fwded_text_after='In a former warehouse'),
|
|
836
|
+
EmailCfg(id='025548', fwded_text_after='Edward Jay Epstein'),
|
|
837
|
+
EmailCfg(id='032806', fwded_text_after='• Sep 13, 2018'),
|
|
838
|
+
EmailCfg(id='024251', fwded_text_after='Debate Schedule'),
|
|
839
|
+
EmailCfg(id='028943', fwded_text_after='-Lisa'),
|
|
840
|
+
EmailCfg(id='029431', fwded_text_after='I am writing now'),
|
|
841
|
+
EmailCfg(id='020437', fwded_text_after='Will Cohen Cooperate'),
|
|
842
|
+
EmailCfg(id='026663', fwded_text_after='REGULATORY & COMPLIANCE ALERT'),
|
|
843
|
+
EmailCfg(id='028921', fwded_text_after='Salacious new chapter'),
|
|
844
|
+
EmailCfg(id='030324', fwded_text_after='For Federal Programs'),
|
|
845
|
+
EmailCfg(id='022766', fwded_text_after='--- On Wed, 4/22/15'),
|
|
846
|
+
EmailCfg(id='025606', fwded_text_after='> On May 6,'),
|
|
847
|
+
EmailCfg(id='022977', fwded_text_after='Top of Form'),
|
|
848
|
+
EmailCfg(id='033420', fwded_text_after='Slowing economy could increase pressure on'),
|
|
849
|
+
EmailCfg(id='019203', fwded_text_after='This end-of-the-year'),
|
|
850
|
+
EmailCfg(id='022207', fwded_text_after='Web Images Videos Maps'),
|
|
851
|
+
EmailCfg(id='033210', fwded_text_after='Trump appears with mobster-affiliated'),
|
|
852
|
+
EmailCfg(id='030989', fwded_text_after='New book paints sordid picture of Trump real estate'),
|
|
853
|
+
EmailCfg(id='029174', fwded_text_after='The US trade war against China'),
|
|
854
|
+
EmailCfg(id='030015', fwded_text_after='Bill Clinton reportedly'),
|
|
855
|
+
EmailCfg(id='026312', fwded_text_after='Steve Bannon trying to get on disgraced'),
|
|
856
|
+
EmailCfg(id='031742', fwded_text_after="Trump's former campaign manager Paul Manafort"),
|
|
857
|
+
|
|
778
858
|
]
|
|
779
859
|
|
|
780
860
|
|
|
@@ -814,12 +894,19 @@ OTHER_FILES_BOOKS = [
|
|
|
814
894
|
]
|
|
815
895
|
|
|
816
896
|
OTHER_FILES_ARTICLES = [
|
|
897
|
+
DocCfg(id='030258', author=ALAN_DERSHOWITZ, description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030248'),
|
|
898
|
+
DocCfg(id='030248', author=ALAN_DERSHOWITZ, description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030258'),
|
|
899
|
+
DocCfg(id='029165', author=ALAN_DERSHOWITZ, description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030258'),
|
|
900
|
+
DocCfg(id='030013', author=f'Aviation International News', description=f'article', date='2012-07-01'),
|
|
817
901
|
DocCfg(id='013275', author=BLOOMBERG, description=f"article on notable 2013 obituaries", date='2013-12-26'),
|
|
818
902
|
DocCfg(id='026543', author=BLOOMBERG, description=f"BNA article about taxes"),
|
|
903
|
+
DocCfg(id='014865', author=f'Boston Globe', description=f"article about {ALAN_DERSHOWITZ}"),
|
|
904
|
+
DocCfg(id='033231', author=f'Business Standard', description=f"article about Trump's visit with India's Modi"),
|
|
819
905
|
DocCfg(id='023572', author=CHINA_DAILY, description=f"article on China's Belt & Road Initiative"),
|
|
820
906
|
DocCfg(id='023571', author=CHINA_DAILY, description=f"article on terrorism, Macau, trade initiatives", date='2016-09-18'),
|
|
821
907
|
DocCfg(id='023570', author=CHINA_DAILY, description=f"article on Belt & Road in Central/South America, Xi philosophy", date='2017-05-14'),
|
|
822
908
|
DocCfg(id='025115', author=CHINA_DAILY, description=f"article on China and the US working together", date='2017-05-14'),
|
|
909
|
+
DocCfg(id='012704', author='Daily Business Review', description=f"article about {JANE_DOE_V_USA} and {CVRA}", date='2011-04-21'),
|
|
823
910
|
DocCfg(id='025292', author=DAILY_MAIL, description=f"article on Bill Clinton being named in a lawsuit"),
|
|
824
911
|
DocCfg(id='019468', author=DAILY_MAIL, description=f"article on Epstein and Clinton"),
|
|
825
912
|
DocCfg(id='022970', author=DAILY_MAIL, description=f"article on Epstein and Prince Andrew"),
|
|
@@ -827,10 +914,20 @@ OTHER_FILES_ARTICLES = [
|
|
|
827
914
|
DocCfg(id='013437', author=DAILY_TELEGRAPH, description=f"article about Epstein's diary", date='2011-03-05'),
|
|
828
915
|
DocCfg(id='023287', author=DAILY_TELEGRAPH, description=f"article about a play based on the Oslo Accords", date='2017-09-15'),
|
|
829
916
|
DocCfg(id='019206', author=EDWARD_JAY_EPSTEIN, description=f"WSJ article about Edward Snowden", date='2016-12-30'),
|
|
917
|
+
DocCfg(id='023567', author=f'Financial Times', description=f"article about quantitative easing"),
|
|
918
|
+
DocCfg(id='026761', author=f'Forbes', description=f"article about {BARBRO_C_EHNBOM} 'Swedish American Group Focuses On Cancer'"),
|
|
919
|
+
DocCfg(id='031716', author=f'Fortune Magazine', description=f'article by {TOM_BARRACK}', date='2016-10-22'),
|
|
920
|
+
DocCfg(id='019444', author=f'Frontlines magazine', description=f"article 'Biologists Dig Deeper'", date='2008-01-01'),
|
|
921
|
+
DocCfg(id='023720', author=f'Future Science', description=f'article: "Is Shame Necessary?" by {JENNIFER_JACQUET}'),
|
|
922
|
+
DocCfg(id='021094', author=f'Globe and Mail', description=f"article about Gerd Heinrich"),
|
|
923
|
+
DocCfg(id='013268', author=f'JetGala', description=f"article about airplane interior designer {ERIC_ROTH}"),
|
|
830
924
|
DocCfg(id='029539', author=LA_TIMES, description=f"Alan Trounson interview on California stem cell research and CIRM"),
|
|
831
925
|
DocCfg(id='029865', author=LA_TIMES, description=f"front page article about {DEEPAK_CHOPRA} and young Iranians", date='2016-11-05'),
|
|
832
926
|
DocCfg(id='026598', author=LA_TIMES, description=f"op-ed about why America needs a Ministry of Culture"),
|
|
833
927
|
DocCfg(id='027024', author=LA_TIMES, description=f"Scientists Create Human Embryos to Make Stem Cells", date='2013-05-15'),
|
|
928
|
+
DocCfg(id='031776', author='Law360', description=f"article about Michael Avenatti by Andrew Strickler"),
|
|
929
|
+
DocCfg(id='023102', author=f'Litigation Daily', description=f"article about {REID_WEINGARTEN}", date='2015-09-04'),
|
|
930
|
+
DocCfg(id='029340', author=f'MarketWatch', description=f'article about estate taxes, particularly Epstein\'s favoured GRATs'),
|
|
834
931
|
DocCfg(id='022707', author=MICHAEL_WOLFF, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
835
932
|
DocCfg(id='022727', author=MICHAEL_WOLFF, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
836
933
|
DocCfg(id='022746', author=MICHAEL_WOLFF, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
@@ -839,6 +936,26 @@ OTHER_FILES_ARTICLES = [
|
|
|
839
936
|
DocCfg(id='022894', author=MICHAEL_WOLFF, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
840
937
|
DocCfg(id='022952', author=MICHAEL_WOLFF, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
841
938
|
DocCfg(id='024229', author=MICHAEL_WOLFF, description=MICHAEL_WOLFF_ARTICLE_HINT),
|
|
939
|
+
DocCfg(id='031198', author='Morning News USA', description=f"article about identify of Jane Doe in {JANE_DOE_V_EPSTEIN_TRUMP}"),
|
|
940
|
+
DocCfg(id='031972', author=NYT, description=f"article about #MeToo allegations against {LAWRENCE_KRAUSS}", date='2018-03-07'),
|
|
941
|
+
DocCfg(id='032435', author=NYT, description=f'article about Chinese butlers'),
|
|
942
|
+
DocCfg(id='029452', author=NYT, description=f"article about {PETER_THIEL}"),
|
|
943
|
+
DocCfg(id='025328', author=NYT, description=f"article about radio host Bob Fass and Robert Durst"),
|
|
944
|
+
DocCfg(id='033479', author=NYT, description=f"article about Rex Tillerson", date='2010-03-14'),
|
|
945
|
+
DocCfg(id='028481', author=NYT, description=f'article about {STEVE_BANNON}', date='2018-03-09'),
|
|
946
|
+
DocCfg(id='033181', author=NYT, description=f"article about Trump's tax avoidance", date='2016-10-31'),
|
|
947
|
+
DocCfg(id='023097', author=NYT, description=f"column about The Aristocrats by Frank Rich 'The Greatest Dirty Joke Ever Told'"),
|
|
948
|
+
DocCfg(id='033365', author=NYT, description=f'column about trade war with China by Kevin Rudd'),
|
|
949
|
+
DocCfg(id='019439', author=NYT, description=f"column about the Clintons and money by Maureen Dowd", date='2013-08-17'),
|
|
950
|
+
DocCfg(id='029925', author=f'New Yorker', description=f"article about the placebo effect by Michael Specter"),
|
|
951
|
+
DocCfg(id='013435', author=PALM_BEACH_DAILY_NEWS, description=f"article about Epstein's address book", date='2011-03-11'),
|
|
952
|
+
DocCfg(id='013440', author=PALM_BEACH_DAILY_NEWS, description=f"article about Epstein's gag order", date='2011-07-13'),
|
|
953
|
+
DocCfg(id='029238', author=PALM_BEACH_DAILY_NEWS, description=f"article about Epstein's plea deal"),
|
|
954
|
+
DocCfg(id='021775', author=PALM_BEACH_POST, description="article about 'He Was 50. And They Were Girls'"),
|
|
955
|
+
DocCfg(id='022989', author=PALM_BEACH_POST, description="article about alleged rape of 13 year old by Trump"),
|
|
956
|
+
DocCfg(id='022987', author=PALM_BEACH_POST, description="article about just a headline on Trump and Epstein"),
|
|
957
|
+
DocCfg(id='015028', author=PALM_BEACH_POST, description="article about reopening Epstein's criminal case"),
|
|
958
|
+
DocCfg(id='022990', author=PALM_BEACH_POST, description="article about Trump and Epstein"),
|
|
842
959
|
DocCfg(id='031753', author=PAUL_KRASSNER, description=f'essay for Playboy in the 1980s', date='1985-01-01'),
|
|
843
960
|
DocCfg(id='023638', author=PAUL_KRASSNER, description=f'magazine interview'),
|
|
844
961
|
DocCfg(id='024374', author=PAUL_KRASSNER, description=f"Remembering Cavalier Magazine"),
|
|
@@ -851,6 +968,7 @@ OTHER_FILES_ARTICLES = [
|
|
|
851
968
|
DocCfg(id='013450', author=PEGGY_SIEGAL, description=f"Oscar Diary in Avenue Magazine", date='2011-02-27'),
|
|
852
969
|
DocCfg(id='010715', author=PEGGY_SIEGAL, description=f"Oscar Diary April", date='2012-02-27'),
|
|
853
970
|
DocCfg(id='019849', author=PEGGY_SIEGAL, description=f"Oscar Diary April", date='2017-02-27', duplicate_ids=['019864']),
|
|
971
|
+
DocCfg(id='026851', author='Politifact', description=f"lying politicians chart", date='2016-07-26'),
|
|
854
972
|
DocCfg(id='033253', author=ROBERT_LAWRENCE_KUHN, description=f'{BBC} article about Rohingya in Myanmar'),
|
|
855
973
|
DocCfg(id='026887', author=ROBERT_LAWRENCE_KUHN, description=f'{BBC} "New Tariffs - Trade War"'),
|
|
856
974
|
DocCfg(id='026877', author=ROBERT_LAWRENCE_KUHN, description=f'{CNN} "New Tariffs - Trade War"'),
|
|
@@ -859,8 +977,41 @@ OTHER_FILES_ARTICLES = [
|
|
|
859
977
|
DocCfg(id='029176', author=ROBERT_LAWRENCE_KUHN, description=f'{CNN} "U.S. China Tariffs - Trade War"'),
|
|
860
978
|
DocCfg(id='032638', author=ROBERT_LAWRENCE_KUHN, description=f'{CNN} "Xi Jinping and the New Politburo Committee"'),
|
|
861
979
|
DocCfg(id='023666', author=ROBERT_LAWRENCE_KUHN, description=f"sizzle reel / television appearances"),
|
|
980
|
+
DocCfg(id='016996', author=f'SciencExpress', description=f'article "Quantitative Analysis of Culture Using Millions of Digitized Books" by Jean-Baptiste Michel'),
|
|
862
981
|
DocCfg(id='025104', author='SCMP', description=f"article about China and globalisation"),
|
|
863
|
-
DocCfg(id='
|
|
982
|
+
DocCfg(id='030030', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-03-29'),
|
|
983
|
+
DocCfg(id='025610', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-04-03'),
|
|
984
|
+
DocCfg(id='023458', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-04-17'),
|
|
985
|
+
DocCfg(id='023487', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-04-18'),
|
|
986
|
+
DocCfg(id='030531', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-05-16'),
|
|
987
|
+
DocCfg(id='024958', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-05-08'),
|
|
988
|
+
DocCfg(id='030060', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-05-13'),
|
|
989
|
+
DocCfg(id='031834', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-05-16'),
|
|
990
|
+
DocCfg(id='023517', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-05-26'),
|
|
991
|
+
DocCfg(id='030268', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-05-29'),
|
|
992
|
+
DocCfg(id='029628', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-06-04'),
|
|
993
|
+
DocCfg(id='018085', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-06-07'),
|
|
994
|
+
DocCfg(id='030156', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-06-22'),
|
|
995
|
+
DocCfg(id='031876', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-06-14'),
|
|
996
|
+
DocCfg(id='032171', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-06-26'),
|
|
997
|
+
DocCfg(id='029932', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-07-03'),
|
|
998
|
+
DocCfg(id='031913', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-08-24'),
|
|
999
|
+
DocCfg(id='024592', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-08-25'),
|
|
1000
|
+
DocCfg(id='024997', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-09-08'),
|
|
1001
|
+
DocCfg(id='031941', author=SHIMON_POST, description=SHIMON_POST_ARTICLE, date='2011-11-17'),
|
|
1002
|
+
DocCfg(id='030829', author=f'South Florida Sun Sentinel', description=f'article about {BRAD_EDWARDS} and {JEFFREY_EPSTEIN}'),
|
|
1003
|
+
DocCfg(id='021092', author='Tatler', description=f'{SINGLE_PAGE} of article about {GHISLAINE_MAXWELL} shredding documents', date='2019-08-15'),
|
|
1004
|
+
DocCfg(id='030333', author=f'The Independent', description=f'article about Prince Andrew, Epstein, and Epstein\'s butler who stole his address book'),
|
|
1005
|
+
DocCfg(id='010754', author=f'U.S. News', description=f"article about Yitzhak Rabin"),
|
|
1006
|
+
DocCfg(id='014498', author=VI_DAILY_NEWS, description='article', date='2016-12-13'),
|
|
1007
|
+
DocCfg(id='031171', author=VI_DAILY_NEWS, description='article', date='2019-02-06'),
|
|
1008
|
+
DocCfg(id='023048', author=VI_DAILY_NEWS, description='article', date='2019-02-27'),
|
|
1009
|
+
DocCfg(id='023046', author=VI_DAILY_NEWS, description='article', date='2019-02-27'),
|
|
1010
|
+
DocCfg(id='031170', author=VI_DAILY_NEWS, description='article', date='2019-03-06'),
|
|
1011
|
+
DocCfg(id='016506', author=VI_DAILY_NEWS, description='article', date='2019-02-28'),
|
|
1012
|
+
DocCfg(id='016507', author=VI_DAILY_NEWS, description=f"'Perversion of Justice' by {JULIE_K_BROWN}", date='2018-12-19'),
|
|
1013
|
+
DocCfg(id='019212', author=WAPO, description=f'and Times Tribune articles about Bannon, Trump, and healthcare execs'),
|
|
1014
|
+
DocCfg(id='033379', author=WAPO, description=f'"How Washington Pivoted From Finger-Wagging to Appeasement" (about Viktor Orban)', date='2018-05-25'),
|
|
864
1015
|
DocCfg(
|
|
865
1016
|
id='031396',
|
|
866
1017
|
author=WAPO,
|
|
@@ -868,235 +1019,185 @@ OTHER_FILES_ARTICLES = [
|
|
|
868
1019
|
date='2019-02-06',
|
|
869
1020
|
duplicate_ids=['031415'],
|
|
870
1021
|
),
|
|
1022
|
+
|
|
871
1023
|
DocCfg(
|
|
872
1024
|
id='030199',
|
|
873
1025
|
description=f'article about allegations Trump raped a 13 year old girl {JANE_DOE_V_EPSTEIN_TRUMP}',
|
|
874
1026
|
date='2017-11-16',
|
|
875
1027
|
),
|
|
876
1028
|
DocCfg(id='031725', description=f"article about Gloria Allred and Trump allegations", date='2016-10-10'),
|
|
877
|
-
DocCfg(id='031198', description=f"article about identify of Jane Doe in {JANE_DOE_V_EPSTEIN_TRUMP}"),
|
|
878
|
-
DocCfg(id='012704', description=f"article about {JANE_DOE_V_USA} and {CVRA}", date='2011-04-21'),
|
|
879
1029
|
DocCfg(id='026648', description=f'article about {JASTA} lawsuit against Saudi Arabia by 9/11 victims (Russian propaganda?)', date='2017-05-13'),
|
|
880
|
-
DocCfg(id='031776', description=f"article about Michael Avenatti by Andrew Strickler"),
|
|
881
1030
|
DocCfg(id='032159', description=f"article about microfinance and cell phones in Zimbabwe, Strive Masiyiwa (Econet Wireless)"),
|
|
882
|
-
DocCfg(id='026584', description=f"article about tax implications of 'disregarded entities'", date='2009-07-01'),
|
|
883
|
-
DocCfg(id='030258', description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030248'),
|
|
884
|
-
DocCfg(id='030248', description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030258'),
|
|
885
|
-
DocCfg(id='029165', description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030258'),
|
|
886
1031
|
DocCfg(id='033468', description=f'{ARTICLE_DRAFT} Rod Rosenstein', date='2018-09-24'),
|
|
887
1032
|
DocCfg(id='030825', description=f'{ARTICLE_DRAFT} Syria'),
|
|
888
|
-
DocCfg(id='030013', description=f'Aviation International News article', date='2012-07-01'),
|
|
889
|
-
DocCfg(id='014865', description=f"Boston Globe article about {ALAN_DERSHOWITZ}"),
|
|
890
|
-
DocCfg(id='033231', description=f"Business Standard article about Trump's visit with India's Modi"),
|
|
891
|
-
DocCfg(id='023567', description=f"Financial Times article about quantitative easing"),
|
|
892
|
-
DocCfg(id='026761', description=f"Forbes article about {BARBRO_C_EHNBOM} 'Swedish American Group Focuses On Cancer'"),
|
|
893
|
-
DocCfg(id='031716', description=f'Fortune Magazine article by {TOM_BARRACK}', date='2016-10-22'),
|
|
894
1033
|
DocCfg(
|
|
895
1034
|
id='019233',
|
|
896
1035
|
description=f"Freedom House: 'Breaking Down Democracy: Goals, Strategies, and Methods of Modern Authoritarians'",
|
|
897
1036
|
date='2017-06-02',
|
|
898
1037
|
),
|
|
899
|
-
DocCfg(id='019444', description=f"Frontlines magazine article 'Biologists Dig Deeper'", date='2008-01-01'),
|
|
900
|
-
DocCfg(id='023720', description=f'Future Science article: "Is Shame Necessary?" by {JENNIFER_JACQUET}'),
|
|
901
1038
|
DocCfg(id='027051', description=f"German language article about the 2013 Lifeball / AIDS Gala", date='2013-01-01'),
|
|
902
|
-
DocCfg(id='021094', description=f"Globe and Mail article about Gerd Heinrich"),
|
|
903
|
-
DocCfg(id='013268', description=f"JetGala article about airplane interior designer {ERIC_ROTH}"),
|
|
904
1039
|
DocCfg(id='033480', description=f"{JOHN_BOLTON_PRESS_CLIPPING}", date='2018-04-06', duplicate_ids=['033481']),
|
|
905
1040
|
DocCfg(id='013403', description=f"Lexis Nexis result from The Evening Standard about Bernie Madoff", date='2009-12-24'),
|
|
906
|
-
DocCfg(id='023102', description=f"Litigation Daily article about {REID_WEINGARTEN}", date='2015-09-04'),
|
|
907
|
-
DocCfg(id='029340', description=f'MarketWatch article about estate taxes, particularly Epstein\'s favoured GRATs'),
|
|
908
|
-
DocCfg(
|
|
909
|
-
id='029416',
|
|
910
|
-
description=f"National Enquirer / Radar Online v. FBI FOIA lawsuit court filing",
|
|
911
|
-
date='2017-05-25',
|
|
912
|
-
duplicate_ids=['029405']
|
|
913
|
-
),
|
|
914
1041
|
DocCfg(id='015462', description=f'Nautilus Education magazine (?) issue'),
|
|
915
|
-
DocCfg(id='029925', description=f"New Yorker article about the placebo effect by Michael Specter"),
|
|
916
|
-
DocCfg(id='031972', description=f"{NYT_ARTICLE} #MeToo allegations against {LAWRENCE_KRAUSS}", date='2018-03-07'),
|
|
917
|
-
DocCfg(id='032435', description=f'{NYT_ARTICLE} Chinese butlers'),
|
|
918
|
-
DocCfg(id='029452', description=f"{NYT_ARTICLE} {PETER_THIEL}"),
|
|
919
|
-
DocCfg(id='025328', description=f"{NYT_ARTICLE} radio host Bob Fass and Robert Durst"),
|
|
920
|
-
DocCfg(id='033479', description=f"{NYT_ARTICLE} Rex Tillerson", date='2010-03-14'),
|
|
921
|
-
DocCfg(id='028481', description=f'{NYT_ARTICLE} {STEVE_BANNON}', date='2018-03-09'),
|
|
922
|
-
DocCfg(id='033181', description=f'{NYT_ARTICLE} Trump\'s tax avoidance', date='2016-10-31'),
|
|
923
|
-
DocCfg(id='023097', description=f"{NYT_COLUMN} The Aristocrats by Frank Rich 'The Greatest Dirty Joke Ever Told'"),
|
|
924
|
-
DocCfg(id='033365', description=f'{NYT_COLUMN} trade war with China by Kevin Rudd'),
|
|
925
|
-
DocCfg(id='019439', description=f"{NYT_COLUMN} the Clintons and money by Maureen Dowd", date='2013-08-17'),
|
|
926
1042
|
DocCfg(id='021093', description=f"page of unknown article about Epstein and Maxwell"),
|
|
927
|
-
DocCfg(id='013435', description=f"{PALM_BEACH_DAILY_ARTICLE} Epstein's address book", date='2011-03-11'),
|
|
928
|
-
DocCfg(id='013440', description=f"{PALM_BEACH_DAILY_ARTICLE} Epstein's gag order", date='2011-07-13'),
|
|
929
|
-
DocCfg(id='029238', description=f"{PALM_BEACH_DAILY_ARTICLE} Epstein's plea deal"),
|
|
930
|
-
DocCfg(id='021775', description=f"{PALM_BEACH_POST_ARTICLE} 'He Was 50. And They Were Girls'"),
|
|
931
|
-
DocCfg(id='022989', description=f"{PALM_BEACH_POST_ARTICLE} alleged rape of 13 year old by Trump"),
|
|
932
|
-
DocCfg(id='022987', description=f"{PALM_BEACH_POST_ARTICLE} just a headline on Trump and Epstein"),
|
|
933
|
-
DocCfg(id='015028', description=f"{PALM_BEACH_POST_ARTICLE} reopening Epstein's criminal case"),
|
|
934
|
-
DocCfg(id='022990', description=f"{PALM_BEACH_POST_ARTICLE} Trump and Epstein"),
|
|
935
|
-
DocCfg(id='016996', description=f'SciencExpress article "Quantitative Analysis of Culture Using Millions of Digitized Books" by Jean-Baptiste Michel'),
|
|
936
|
-
DocCfg(id='030030', description=SHIMON_POST_ARTICLE, date='2011-03-29'),
|
|
937
|
-
DocCfg(id='025610', description=SHIMON_POST_ARTICLE, date='2011-04-03'),
|
|
938
|
-
DocCfg(id='023458', description=SHIMON_POST_ARTICLE, date='2011-04-17'),
|
|
939
|
-
DocCfg(id='023487', description=SHIMON_POST_ARTICLE, date='2011-04-18'),
|
|
940
|
-
DocCfg(id='030531', description=SHIMON_POST_ARTICLE, date='2011-05-16'),
|
|
941
|
-
DocCfg(id='024958', description=SHIMON_POST_ARTICLE, date='2011-05-08'),
|
|
942
|
-
DocCfg(id='030060', description=SHIMON_POST_ARTICLE, date='2011-05-13'),
|
|
943
|
-
DocCfg(id='031834', description=SHIMON_POST_ARTICLE, date='2011-05-16'),
|
|
944
|
-
DocCfg(id='023517', description=SHIMON_POST_ARTICLE, date='2011-05-26'),
|
|
945
|
-
DocCfg(id='030268', description=SHIMON_POST_ARTICLE, date='2011-05-29'),
|
|
946
|
-
DocCfg(id='029628', description=SHIMON_POST_ARTICLE, date='2011-06-04'),
|
|
947
|
-
DocCfg(id='018085', description=SHIMON_POST_ARTICLE, date='2011-06-07'),
|
|
948
|
-
DocCfg(id='030156', description=SHIMON_POST_ARTICLE, date='2011-06-22'),
|
|
949
|
-
DocCfg(id='031876', description=SHIMON_POST_ARTICLE, date='2011-06-14'),
|
|
950
|
-
DocCfg(id='032171', description=SHIMON_POST_ARTICLE, date='2011-06-26'),
|
|
951
|
-
DocCfg(id='029932', description=SHIMON_POST_ARTICLE, date='2011-07-03'),
|
|
952
|
-
DocCfg(id='031913', description=SHIMON_POST_ARTICLE, date='2011-08-24'),
|
|
953
|
-
DocCfg(id='024592', description=SHIMON_POST_ARTICLE, date='2011-08-25'),
|
|
954
|
-
DocCfg(id='024997', description=SHIMON_POST_ARTICLE, date='2011-09-08'),
|
|
955
|
-
DocCfg(id='031941', description=SHIMON_POST_ARTICLE, date='2011-11-17'),
|
|
956
|
-
DocCfg(id='021092', description=f'{SINGLE_PAGE} Tatler article about {GHISLAINE_MAXWELL} shredding documents', date='2019-08-15'),
|
|
957
1043
|
DocCfg(id='031191', description=f"{SINGLE_PAGE} unknown article about Epstein and Trump's relationship in 1997"),
|
|
958
|
-
DocCfg(id='030829', description=f'South Florida Sun Sentinel article about {BRAD_EDWARDS} and {JEFFREY_EPSTEIN}'),
|
|
959
1044
|
DocCfg(id='026520', description=f'Spanish language article about {SULTAN_BIN_SULAYEM}', date='2013-09-27'),
|
|
960
|
-
DocCfg(id='030333', description=f'The Independent article about Prince Andrew, Epstein, and Epstein\'s butler who stole his address book'),
|
|
961
1045
|
DocCfg(
|
|
962
1046
|
id='031736',
|
|
963
1047
|
description=f"{TRANSLATION} Arabic article by Abdulnaser Salamah 'Trump; Prince of Believers (Caliph)!'",
|
|
964
1048
|
date='2017-05-13',
|
|
965
1049
|
),
|
|
966
1050
|
DocCfg(id='025094', description=f'{TRANSLATION} Spanish article about Cuba', date='2015-11-08'),
|
|
967
|
-
DocCfg(id='010754', description=f"U.S. News article about Yitzhak Rabin"),
|
|
968
1051
|
DocCfg(id='031794', description=f"very short French magazine clipping"),
|
|
969
|
-
DocCfg(id='014498', description=VI_DAILY_NEWS_ARTICLE, date='2016-12-13'),
|
|
970
|
-
DocCfg(id='031171', description=VI_DAILY_NEWS_ARTICLE, date='2019-02-06'),
|
|
971
|
-
DocCfg(id='023048', description=VI_DAILY_NEWS_ARTICLE, date='2019-02-27'),
|
|
972
|
-
DocCfg(id='023046', description=VI_DAILY_NEWS_ARTICLE, date='2019-02-27'),
|
|
973
|
-
DocCfg(id='031170', description=VI_DAILY_NEWS_ARTICLE, date='2019-03-06'),
|
|
974
|
-
DocCfg(id='016506', description=VI_DAILY_NEWS_ARTICLE, date='2019-02-28'),
|
|
975
|
-
DocCfg(id='016507', description=f"{VI_DAILY_NEWS_ARTICLE} 'Perversion of Justice' by {JULIE_K_BROWN}", date='2018-12-19'),
|
|
976
|
-
DocCfg(id='019212', description=f'{WAPO} and Times Tribune articles about Bannon, Trump, and healthcare execs'),
|
|
977
1052
|
]
|
|
978
1053
|
|
|
979
1054
|
OTHER_FILES_LEGAL = [
|
|
1055
|
+
DocCfg(id='011908', author=BRUNEL_V_EPSTEIN, description=f"court filing"),
|
|
980
1056
|
DocCfg(id='025353', author=KEN_STARR, description=KEN_STARR_LETTER, date='2008-05-19', duplicate_ids=['010723', '019224'], dupe_type='redacted'),
|
|
981
1057
|
DocCfg(id='025704', author=KEN_STARR, description=KEN_STARR_LETTER, date='2008-05-27', duplicate_ids=['010732', '019221'], dupe_type='redacted'),
|
|
982
1058
|
DocCfg(id='012130', author=KEN_STARR, description=KEN_STARR_LETTER, date='2008-06-19', duplicate_ids=['012135']),
|
|
983
|
-
DocCfg(id='
|
|
984
|
-
DocCfg(id='017603', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
985
|
-
DocCfg(id='017635', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
986
|
-
DocCfg(id='016509', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
987
|
-
DocCfg(id='017714', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
988
|
-
DocCfg(id='021824', description=f"{EDWARDS_V_DERSHOWITZ} deposition of {PAUL_G_CASSELL}"),
|
|
1059
|
+
DocCfg(id='021824', author=EDWARDS_V_DERSHOWITZ, description=f"deposition of {PAUL_G_CASSELL}"),
|
|
989
1060
|
DocCfg(
|
|
990
1061
|
id='010757',
|
|
991
|
-
|
|
1062
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1063
|
+
description=f"plaintiff response to Dershowitz Motion to Determine Confidentiality of Court Records",
|
|
992
1064
|
date='2015-11-23',
|
|
993
1065
|
),
|
|
994
1066
|
DocCfg(
|
|
995
1067
|
id='010887',
|
|
996
|
-
|
|
1068
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1069
|
+
description=f"Dershowitz Motion for Clarification of Confidentiality Order",
|
|
997
1070
|
date='2016-01-29',
|
|
998
1071
|
),
|
|
999
1072
|
DocCfg(
|
|
1000
1073
|
id='015590',
|
|
1001
|
-
|
|
1074
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1075
|
+
description=f"Dershowitz Redacted Motion to Modify Confidentiality Order",
|
|
1002
1076
|
date='2016-02-03',
|
|
1003
1077
|
),
|
|
1004
1078
|
DocCfg(
|
|
1005
1079
|
id='015650',
|
|
1006
|
-
|
|
1080
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1081
|
+
description=f"Giuffre Response to Dershowitz Motion for Clarification of Confidentiality Order",
|
|
1007
1082
|
date='2016-02-08',
|
|
1008
1083
|
),
|
|
1009
|
-
DocCfg(id='010566', description=f"
|
|
1010
|
-
DocCfg(id='012707', description=f"
|
|
1011
|
-
DocCfg(id='012103', description=f"
|
|
1012
|
-
DocCfg(id='017488', description=f"
|
|
1013
|
-
DocCfg(id='029315', description=f"
|
|
1014
|
-
DocCfg(id='013304', description=f"
|
|
1084
|
+
DocCfg(id='010566', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Statement of Undisputed Facts", date='2010-11-04'),
|
|
1085
|
+
DocCfg(id='012707', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Master Contact List - Privilege Log", date='2011-03-22'),
|
|
1086
|
+
DocCfg(id='012103', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Telephone Interview with {VIRGINIA_GIUFFRE}", date='2011-05-17'),
|
|
1087
|
+
DocCfg(id='017488', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Deposition of Scott Rothstein", date='2012-06-22'),
|
|
1088
|
+
DocCfg(id='029315', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Plaintiff Motion for Summary Judgment by {JACK_SCAROLA}", date='2013-09-13'),
|
|
1089
|
+
DocCfg(id='013304', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Plaintiff Response to Epstein's Motion for Summary Judgment", date='2014-04-17'),
|
|
1015
1090
|
DocCfg(id='019352', description=FBI_REPORT,),
|
|
1016
1091
|
DocCfg(id='021434', description=FBI_REPORT,),
|
|
1017
1092
|
DocCfg(id='018872', description=FBI_SEIZED_PROPERTY,),
|
|
1018
1093
|
DocCfg(id='021569', description=FBI_SEIZED_PROPERTY,),
|
|
1019
|
-
DocCfg(id='017792', description=f"
|
|
1020
|
-
DocCfg(id='017767', description=f"
|
|
1021
|
-
DocCfg(id='017796', description=f"
|
|
1022
|
-
DocCfg(id='017935', description=f"
|
|
1023
|
-
DocCfg(id='017824', description=f"{
|
|
1094
|
+
DocCfg(id='017792', author=GIUFFRE_V_DERSHOWITZ, description=f"article about {ALAN_DERSHOWITZ}'s appearance on Wolf Blitzer"),
|
|
1095
|
+
DocCfg(id='017767', author=GIUFFRE_V_DERSHOWITZ, description=f"article about {ALAN_DERSHOWITZ} working with {JEFFREY_EPSTEIN}"),
|
|
1096
|
+
DocCfg(id='017796', author=GIUFFRE_V_DERSHOWITZ, description=f"article about {ALAN_DERSHOWITZ}"),
|
|
1097
|
+
DocCfg(id='017935', author=GIUFFRE_V_DERSHOWITZ, description=f"defamation complaint", date='2019-04-16'),
|
|
1098
|
+
DocCfg(id='017824', author=GIUFFRE_V_DERSHOWITZ, description=f"{MIAMI_HERALD} article by {JULIE_K_BROWN}"),
|
|
1024
1099
|
DocCfg(
|
|
1025
1100
|
id='017818',
|
|
1026
|
-
|
|
1101
|
+
author=GIUFFRE_V_DERSHOWITZ,
|
|
1102
|
+
description=f"{MIAMI_HERALD} article about accusations against {ALAN_DERSHOWITZ} by {JULIE_K_BROWN}",
|
|
1027
1103
|
date='2018-12-27',
|
|
1028
1104
|
),
|
|
1029
|
-
DocCfg(id='017800', description=f'{
|
|
1030
|
-
DocCfg(id='022237', description=f"
|
|
1031
|
-
DocCfg(id='016197', description=f"
|
|
1032
|
-
DocCfg(id='017771', description=f'
|
|
1033
|
-
DocCfg(id='014118', description=f"
|
|
1034
|
-
DocCfg(id='014652', description=f"
|
|
1035
|
-
DocCfg(id='015529', description=f"
|
|
1036
|
-
DocCfg(id='014797', description=f"
|
|
1037
|
-
DocCfg(id='011304', description=f"
|
|
1105
|
+
DocCfg(id='017800', author=GIUFFRE_V_DERSHOWITZ, description=f'{MIAMI_HERALD} "Perversion of Justice" by {JULIE_K_BROWN}'),
|
|
1106
|
+
DocCfg(id='022237', author=GIUFFRE_V_DERSHOWITZ, description=f"partial court filing with fact checking questions?"),
|
|
1107
|
+
DocCfg(id='016197', author=GIUFFRE_V_DERSHOWITZ, description=f"response to Florida Bar complaint by {ALAN_DERSHOWITZ} about David Boies from {PAUL_G_CASSELL}"),
|
|
1108
|
+
DocCfg(id='017771', author=GIUFFRE_V_DERSHOWITZ, description=f'Vanity Fair article "The Talented Mr. Epstein" by Vicky Ward', date='2011-06-27'),
|
|
1109
|
+
DocCfg(id='014118', author=GIUFFRE_V_EPSTEIN, description=f"Declaration in Support of Motion to Compel Production of Documents", date='2016-10-21'),
|
|
1110
|
+
DocCfg(id='014652', author=GIUFFRE_V_MAXWELL, description=f"Complaint", date='2015-04-22'),
|
|
1111
|
+
DocCfg(id='015529', author=GIUFFRE_V_MAXWELL, description=f"Defamation Complaint", date='2015-09-21'),
|
|
1112
|
+
DocCfg(id='014797', author=GIUFFRE_V_MAXWELL, description=f"Declaration of Laura A. Menninger in Opposition to Plaintiff's Motion", date='2017-03-17'),
|
|
1113
|
+
DocCfg(id='011304', author=GIUFFRE_V_MAXWELL, description=f"Oral Argument Transcript", date='2017-03-17'),
|
|
1038
1114
|
DocCfg(
|
|
1039
1115
|
id='014788',
|
|
1040
|
-
|
|
1116
|
+
author=GIUFFRE_V_MAXWELL,
|
|
1117
|
+
description=f"Maxwell Response to Plaintiff's Omnibus Motion in Limine",
|
|
1041
1118
|
date='2017-03-17',
|
|
1042
1119
|
duplicate_ids=['011463'],
|
|
1043
1120
|
),
|
|
1044
1121
|
DocCfg(
|
|
1045
1122
|
id='019297',
|
|
1046
|
-
|
|
1123
|
+
author=GIUFFRE_V_MAXWELL,
|
|
1124
|
+
description=f'letter from {ALAN_DERSHOWITZ} lawyer Andrew G. Celli',
|
|
1047
1125
|
date='2018-02-07'
|
|
1048
1126
|
),
|
|
1049
|
-
DocCfg(
|
|
1050
|
-
id='025937',
|
|
1051
|
-
description=f'{JANE_DOE_V_EPSTEIN_TRUMP} Affidavit of Tiffany Doe describing Jane Doe being raped by Epstein and Trump',
|
|
1052
|
-
date='2016-06-20',
|
|
1053
|
-
),
|
|
1054
|
-
DocCfg(id='025939', description=f'{JANE_DOE_V_EPSTEIN_TRUMP} Affidavit of Jane Doe describing being raped by Epstein', date='2016-06-20'),
|
|
1055
|
-
DocCfg(id='013489', description=f'{JANE_DOE_V_EPSTEIN_TRUMP} Affidavit of {BRAD_EDWARDS}', date='2010-07-20'),
|
|
1056
|
-
DocCfg(id='029398', description=f'{JANE_DOE_V_EPSTEIN_TRUMP} article in Law.com'),
|
|
1057
|
-
DocCfg(id='026854', description=f"{JANE_DOE_V_EPSTEIN_TRUMP} Civil Docket"),
|
|
1058
|
-
DocCfg(id='026384', description=f"{JANE_DOE_V_EPSTEIN_TRUMP} Complaint for rape and sexual abuse", date='2016-06-20'),
|
|
1059
|
-
DocCfg(id='013463', description=f'{JANE_DOE_V_EPSTEIN_TRUMP} Deposition of Scott Rothstein', date='2010-03-23'),
|
|
1060
|
-
DocCfg(id='029257', description=f'{JANE_DOE_V_EPSTEIN_TRUMP} allegations and identity of plaintiff Katie Johnson', date='2016-04-26'),
|
|
1061
|
-
DocCfg(id='032321', description=f"{JANE_DOE_V_EPSTEIN_TRUMP} Notice of Initial Conference", date='2016-10-04'),
|
|
1062
|
-
DocCfg(id='010735', description=f"{JANE_DOE_V_USA} Dershowitz Reply in Support of Motion for Limited Intervention", date='2015-02-02'),
|
|
1063
|
-
DocCfg(id='014084', description=f"{JANE_DOE_V_USA} Jane Doe Response to Dershowitz's Motion for Limited Intervention", date='2015-03-24'),
|
|
1064
|
-
DocCfg(id='023361', description=f"{JASTA_SAUDI_LAWSUIT} legal text and court documents", date='2012-01-20'),
|
|
1065
|
-
DocCfg(id='017830', description=f"{JASTA_SAUDI_LAWSUIT} legal text and court documents"),
|
|
1066
|
-
DocCfg(id='017904', description=f"{JASTA_SAUDI_LAWSUIT} Westlaw search results", date='2019-01-01'),
|
|
1067
|
-
DocCfg(id='014037', description=f"Journal of Criminal Law and Criminology article on {CVRA}"),
|
|
1068
|
-
DocCfg(id='020662', description=f"letter from {ALAN_DERSHOWITZ}'s British lawyers Mishcon de Reya to Daily Mail threatening libel suit"),
|
|
1069
1127
|
DocCfg(
|
|
1070
1128
|
id='010560',
|
|
1071
|
-
|
|
1129
|
+
author='Gloria Allred',
|
|
1130
|
+
description=f"letter to {SCOTT_J_LINK} alleging abuse of a girl from Kansas",
|
|
1072
1131
|
date='2019-06-19',
|
|
1073
1132
|
),
|
|
1133
|
+
DocCfg(
|
|
1134
|
+
id='025937',
|
|
1135
|
+
author=JANE_DOE_V_EPSTEIN_TRUMP,
|
|
1136
|
+
description=f'Affidavit of Tiffany Doe describing Jane Doe being raped by Epstein and Trump',
|
|
1137
|
+
date='2016-06-20',
|
|
1138
|
+
),
|
|
1139
|
+
DocCfg(id='025939', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'Affidavit of Jane Doe describing being raped by Epstein', date='2016-06-20'),
|
|
1140
|
+
DocCfg(id='013489', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'Affidavit of {BRAD_EDWARDS}', date='2010-07-20'),
|
|
1141
|
+
DocCfg(id='029398', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'article in Law.com'),
|
|
1142
|
+
DocCfg(id='026854', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f"Civil Docket"),
|
|
1143
|
+
DocCfg(id='026384', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f"Complaint for rape and sexual abuse", date='2016-06-20'),
|
|
1144
|
+
DocCfg(id='013463', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'Deposition of Scott Rothstein', date='2010-03-23'),
|
|
1145
|
+
DocCfg(id='029257', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'allegations and identity of plaintiff Katie Johnson', date='2016-04-26'),
|
|
1146
|
+
DocCfg(id='032321', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f"Notice of Initial Conference", date='2016-10-04'),
|
|
1147
|
+
DocCfg(id='010735', author=JANE_DOE_V_USA, description=f"Dershowitz Reply in Support of Motion for Limited Intervention", date='2015-02-02'),
|
|
1148
|
+
DocCfg(id='014084', author=JANE_DOE_V_USA, description=f"Jane Doe Response to Dershowitz's Motion for Limited Intervention", date='2015-03-24'),
|
|
1149
|
+
DocCfg(id='023361', author=JASTA_SAUDI_LAWSUIT, description=f"legal text and court documents", date='2012-01-20'),
|
|
1150
|
+
DocCfg(id='017830', author=JASTA_SAUDI_LAWSUIT, description=f"legal text and court documents"),
|
|
1151
|
+
DocCfg(id='017904', author=JASTA_SAUDI_LAWSUIT, description=f"Westlaw search results", date='2019-01-01'),
|
|
1152
|
+
DocCfg(id='014037', author='Journal of Criminal Law and Criminology', description=f"article on {CVRA}"),
|
|
1074
1153
|
DocCfg(
|
|
1075
1154
|
id='031447',
|
|
1076
|
-
|
|
1155
|
+
author=MARTIN_WEINBERG,
|
|
1156
|
+
description=f"letter from to Melanie Ann Pustay and Sean O'Neill re: an Epstein FOIA request"
|
|
1077
1157
|
),
|
|
1078
1158
|
DocCfg(
|
|
1079
1159
|
id='028965',
|
|
1080
|
-
|
|
1160
|
+
author=MARTIN_WEINBERG,
|
|
1161
|
+
description=f"letter from to ABC / Good Morning America threatening libel lawsuit",
|
|
1081
1162
|
duplicate_ids=['028928']
|
|
1082
1163
|
),
|
|
1083
1164
|
DocCfg(
|
|
1084
|
-
id='
|
|
1085
|
-
|
|
1086
|
-
|
|
1165
|
+
id='029416',
|
|
1166
|
+
author="National Enquirer / Radar Online v. FBI",
|
|
1167
|
+
description=f"FOIA lawsuit filing",
|
|
1168
|
+
date='2017-05-25',
|
|
1169
|
+
duplicate_ids=['029405']
|
|
1087
1170
|
),
|
|
1088
1171
|
DocCfg(
|
|
1089
1172
|
id='016420',
|
|
1090
|
-
|
|
1173
|
+
author=NEW_YORK_V_EPSTEIN,
|
|
1174
|
+
description=f"New York Post Motion to Unseal Appellate Briefs",
|
|
1091
1175
|
date='2019-01-11',
|
|
1092
1176
|
),
|
|
1093
|
-
DocCfg(id='028540', description=f"
|
|
1094
|
-
DocCfg(id='012197', description=f"
|
|
1177
|
+
DocCfg(id='028540', author='SCOTUS', description=f"decision in Budha Ismail Jam et al. v. INTERNATIONAL FINANCE CORP"),
|
|
1178
|
+
DocCfg(id='012197', author='SDFL', description=f"Response to {JAY_LEFKOWITZ} on Epstein Plea Agreement Compliance"),
|
|
1179
|
+
DocCfg(id='020662', author='Mishcon de Reya', description=f"letter from {ALAN_DERSHOWITZ}'s British lawyers to Daily Mail threatening libel suit"),
|
|
1180
|
+
DocCfg(
|
|
1181
|
+
id='026793',
|
|
1182
|
+
description=f"letter from {STEVEN_HOFFENBERG}'s lawyers at Mintz Fraade offering to take over Epstein's business and resolve his legal issues",
|
|
1183
|
+
date='2018-03-23',
|
|
1184
|
+
),
|
|
1095
1185
|
DocCfg(id='022277', description=f"{TEXT_OF_US_LAW} National Labour Relations Board (NLRB)"),
|
|
1096
1186
|
]
|
|
1097
1187
|
|
|
1098
1188
|
OTHER_FILES_CONFERENCES = [
|
|
1099
1189
|
DocCfg(id='014315', author=BOFA_MERRILL, description=f'2016 Future of Financials Conference'),
|
|
1190
|
+
DocCfg(id='026825', author=DEUTSCHE_BANK, description=f"Asset & Wealth Management featured speaker bios"), # Really "Deutsche Asset" which may not be Deutsche Bank?
|
|
1191
|
+
DocCfg(id='023123', author=LAWRENCE_KRAUSS_ASU_ORIGINS, description=f"{STRANGE_BEDFELLOWS} (old draft)"),
|
|
1192
|
+
DocCfg(id='023120', author=LAWRENCE_KRAUSS_ASU_ORIGINS, description=STRANGE_BEDFELLOWS, duplicate_ids=['023121'], dupe_type='earlier'),
|
|
1193
|
+
DocCfg(id='031359', author=NOBEL_CHARITABLE_TRUST, description=f"Earth Environment Convention about ESG investing"),
|
|
1194
|
+
DocCfg(id='031354', author=NOBEL_CHARITABLE_TRUST, description=f'"Thinking About the Environment and Technology" report 2011'),
|
|
1195
|
+
DocCfg(id='019300', author=SVETLANA_POZHIDAEVA, description=f'{WOMEN_EMPOWERMENT} f. {KATHRYN_RUEMMLER}', date='2019-04-05'),
|
|
1196
|
+
DocCfg(id='022267', author=SVETLANA_POZHIDAEVA, description=f'{WOMEN_EMPOWERMENT} founder essay about growing the seminar business'),
|
|
1197
|
+
DocCfg(id='022407', author=SVETLANA_POZHIDAEVA, description=f'{WOMEN_EMPOWERMENT} seminar pitch deck'),
|
|
1198
|
+
DocCfg(id='017524', author=SWEDISH_LIFE_SCIENCES_SUMMIT, description=f"2012 program"),
|
|
1199
|
+
DocCfg(id='026747', author=SWEDISH_LIFE_SCIENCES_SUMMIT, description=f"2017 program", date='2017-08-23'),
|
|
1200
|
+
DocCfg(id='014951', author='TED Talks', description=f"2017 program", date='2017-04-20'),
|
|
1100
1201
|
DocCfg(id='024179', author=UN_GENERAL_ASSEMBLY, description=f'president and first lady schedule', date='2012-09-21'),
|
|
1101
1202
|
DocCfg(
|
|
1102
1203
|
id='024185',
|
|
@@ -1104,20 +1205,13 @@ OTHER_FILES_CONFERENCES = [
|
|
|
1104
1205
|
description=f'schedule including "Presidents Private Dinner - Jeffrey Epstine (sic)"',
|
|
1105
1206
|
date='2012-09-21',
|
|
1106
1207
|
),
|
|
1107
|
-
DocCfg(id='
|
|
1108
|
-
DocCfg(id='
|
|
1208
|
+
DocCfg(id='017603', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
1209
|
+
DocCfg(id='017635', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
1210
|
+
DocCfg(id='016509', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
1211
|
+
DocCfg(id='017714', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
1109
1212
|
DocCfg(id='017526', description=f'Intellectual Jazz conference brochure f. {DAVID_BLAINE}'),
|
|
1110
|
-
DocCfg(id='023120', description=f"{LAWRENCE_KRAUSS} 'Strange Bedfellows' list of invitees f. Johnny Depp, Woody Allen, Obama, and more (old draft)"),
|
|
1111
|
-
DocCfg(id='023123', description=f"{LAWRENCE_KRAUSS} 'Strange Bedfellows' list of invitees f. Johnny Depp, Woody Allen, Obama, and more", duplicate_ids=['023121'], dupe_type='earlier'),
|
|
1112
|
-
DocCfg(id='031359', description=f"{NOBEL_CHARITABLE_TRUST} Earth Environment Convention about ESG investing"),
|
|
1113
|
-
DocCfg(id='031354', description=f'{NOBEL_CHARITABLE_TRUST} "Thinking About the Environment and Technology" report 2011'),
|
|
1114
1213
|
DocCfg(id='029427', description=f"seems related to an IRL meeting about concerns China will attempt to absorb Mongolia"),
|
|
1115
1214
|
DocCfg(id='025797', description=f'someone\'s notes from Aspen Strategy Group', date='2013-05-29'),
|
|
1116
|
-
DocCfg(id='017524', description=f"{SWEDISH_LIFE_SCIENCES_SUMMIT} 2012 program"),
|
|
1117
|
-
DocCfg(id='026747', description=f"{SWEDISH_LIFE_SCIENCES_SUMMIT} 2017 program", date='2017-08-23'),
|
|
1118
|
-
DocCfg(id='019300', description=f'{WOMEN_EMPOWERMENT} f. {KATHRYN_RUEMMLER}', date='2019-04-05'),
|
|
1119
|
-
DocCfg(id='022267', description=f'{WOMEN_EMPOWERMENT} founder essay about growing the seminar business'),
|
|
1120
|
-
DocCfg(id='022407', description=f'{WOMEN_EMPOWERMENT} seminar pitch deck'),
|
|
1121
1215
|
DocCfg(
|
|
1122
1216
|
id='017060',
|
|
1123
1217
|
description=f'World Economic Forum (WEF) Annual Meeting 2011 List of Participants',
|
|
@@ -1186,6 +1280,7 @@ OTHER_FILES_FINANCE = [
|
|
|
1186
1280
|
DocCfg(id='024135', author=UBS, description=UBS_CIO_REPORT, date='2012-06-29'),
|
|
1187
1281
|
DocCfg(id='025247', author=UBS, description=UBS_CIO_REPORT, date='2012-10-25'),
|
|
1188
1282
|
DocCfg(id='024631', description=f"Ackrell Capital report: Cannabis Investment Report 2018"),
|
|
1283
|
+
DocCfg(id='026584', description=f"article about tax implications of disregarded entities", date='2009-07-01'),
|
|
1189
1284
|
DocCfg(id='024271', description=f"Blockchain Capital and Brock Pierce pitch deck", date='2015-10-01'),
|
|
1190
1285
|
DocCfg(id='024817', description=f"Cowen's Collective View of CBD / Cannabis report"),
|
|
1191
1286
|
DocCfg(id='012048', description=f"{PRESS_RELEASE} 'Rockefeller Partners with Gregory J. Fleming to Create Independent Financial Services Firm' and other articles"),
|
|
@@ -1198,6 +1293,7 @@ OTHER_FILES_FINANCE = [
|
|
|
1198
1293
|
|
|
1199
1294
|
OTHER_FILES_LETTERS = [
|
|
1200
1295
|
DocCfg(id='017789', author=ALAN_DERSHOWITZ, description=f'letter to {HARVARD} Crimson complaining he was defamed'),
|
|
1296
|
+
DocCfg(id='026668', author="Boothbay Fund Management", description=f"2016-Q4 earnings report signed by Ari Glass"),
|
|
1201
1297
|
DocCfg(
|
|
1202
1298
|
id='019086',
|
|
1203
1299
|
author=DAVID_BLAINE,
|
|
@@ -1216,7 +1312,6 @@ OTHER_FILES_LETTERS = [
|
|
|
1216
1312
|
description=f"{DAVID_BLAINE_VISA_LETTER} (probably {SVETLANA_POZHIDAEVA}?)",
|
|
1217
1313
|
date='2015-06-01',
|
|
1218
1314
|
),
|
|
1219
|
-
DocCfg(id='031670', description=f"letter from General Mike Flynn's lawyers to senators Mark Warner & Richard Burr about subpoena"),
|
|
1220
1315
|
DocCfg(
|
|
1221
1316
|
id='026011',
|
|
1222
1317
|
author='Gennady Mashtalyar',
|
|
@@ -1224,21 +1319,20 @@ OTHER_FILES_LETTERS = [
|
|
|
1224
1319
|
date='2016-06-24', # date is based on Brexit reference but he could be backtesting,
|
|
1225
1320
|
),
|
|
1226
1321
|
DocCfg(id='026248', author='Don McGahn', description=f'letter from Trump lawyer to Devin Nunes (R-CA) about FISA courts and Trump'),
|
|
1227
|
-
DocCfg(id='
|
|
1322
|
+
DocCfg(id='029304', author=DONALD_TRUMP, description=f"recommendation letter for recently departed {TRUMP_ORG} lawyer {MICHAEL_J_BOCCIO}"),
|
|
1323
|
+
DocCfg(id='029301', author=MICHAEL_J_BOCCIO, description=f"letter from former lawyer at the {TRUMP_ORG}", date='2011-08-07'),
|
|
1228
1324
|
DocCfg(id='022405', author=NOAM_CHOMSKY, description=f"letter attesting to Epstein's good character"),
|
|
1229
1325
|
DocCfg(id='026134', description=f'letter to someone named George about investment opportunities in the Ukraine banking sector'),
|
|
1230
|
-
DocCfg(id='029304', description=f"Trump recommendation letter for recently departed Trump Organization lawyer {MICHAEL_J_BOCCIO}"),
|
|
1231
|
-
DocCfg(id='026668', description=f"Boothbay Fund Management 2016-Q4 earnings report signed by Ari Glass"),
|
|
1232
1326
|
]
|
|
1233
1327
|
|
|
1234
1328
|
OTHER_FILES_PROPERTY = [
|
|
1235
1329
|
DocCfg(id='026759', author='Great Bay Condominium Owners Association', description=f'{PRESS_RELEASE} by about Hurricane Irma damage', date='2017-09-13'),
|
|
1330
|
+
DocCfg(id='016602', author=PALM_BEACH_CODE_ENFORCEMENT, description='board minutes', date='2008-04-17'),
|
|
1331
|
+
DocCfg(id='016554', author=PALM_BEACH_CODE_ENFORCEMENT, description='board minutes', date='2008-07-17', duplicate_ids=['016616', '016574']),
|
|
1236
1332
|
DocCfg(id='027068', author=THE_REAL_DEAL, description=f"{THE_REAL_DEAL_ARTICLE} Palm House Hotel Bankruptcy and EB-5 Visa Fraud Allegations"),
|
|
1237
1333
|
DocCfg(id='029520', author=THE_REAL_DEAL, description=f"{THE_REAL_DEAL_ARTICLE} 'Lost Paradise at the Palm House'", date='2019-06-17'),
|
|
1334
|
+
DocCfg(id='016597', author='Trump Properties LLC', description=f'appeal of some decision about Mar-a-Lago by {PALM_BEACH} authorities'),
|
|
1238
1335
|
DocCfg(id='018743', description=f"Las Vegas property listing"),
|
|
1239
|
-
DocCfg(id='016597', description=f'letter from Trump Properties LLC appealing some decision about Mar-a-Lago by {PALM_BEACH} authorities'),
|
|
1240
|
-
DocCfg(id='016602', description=PALM_BEACH_CODE_ENFORCEMENT, date='2008-04-17'),
|
|
1241
|
-
DocCfg(id='016554', description=PALM_BEACH_CODE_ENFORCEMENT, date='2008-07-17', duplicate_ids=['016616', '016574']),
|
|
1242
1336
|
DocCfg(id='016695', description=f"{PALM_BEACH} property info (?)"),
|
|
1243
1337
|
DocCfg(id='016697', description=f"{PALM_BEACH} property tax info (?) that mentions Trump"),
|
|
1244
1338
|
DocCfg(id='016599', description=f"{PALM_BEACH_TSV} consumption (water?)"),
|
|
@@ -1258,26 +1352,26 @@ OTHER_FILES_PROPERTY = [
|
|
|
1258
1352
|
]
|
|
1259
1353
|
|
|
1260
1354
|
OTHER_FILES_REPUTATION = [
|
|
1355
|
+
DocCfg(id='030426', author=OSBORNE_LLP, description=f"reputation repair proposal (cites Michael Milken)", date='2011-06-14'),
|
|
1261
1356
|
DocCfg(id='026582', description=f"Epstein's internet search results at start of reputation repair campaign, maybe from {OSBORNE_LLP}"),
|
|
1262
1357
|
DocCfg(id='030573', description=f"Epstein's unflattering Google search results, maybe screenshot by {AL_SECKEL} or {OSBORNE_LLP}"),
|
|
1263
1358
|
DocCfg(id='030875', description=f"Epstein's Wikipedia page"),
|
|
1264
1359
|
DocCfg(id='026583', description=f"Google search results for '{JEFFREY_EPSTEIN}' with analysis ({OSBORNE_LLP}?)"),
|
|
1265
1360
|
DocCfg(id='029350', description=f"Microsoft Bing search results for Epstein with sex offender at top, maybe from {TYLER_SHEARS}?"),
|
|
1266
|
-
DocCfg(id='030426', description=f"{OSBORNE_LLP} reputation repair proposal (cites Michael Milken)", date='2011-06-14'),
|
|
1267
1361
|
]
|
|
1268
1362
|
|
|
1269
1363
|
# social media / InsightsPod
|
|
1270
1364
|
OTHER_FILES_SOCIAL = [
|
|
1365
|
+
DocCfg(id='023050', author=ALAN_DERSHOWITZ, description=DERSH_GIUFFRE_TWEET),
|
|
1366
|
+
DocCfg(id='017787', author=ALAN_DERSHOWITZ, description=DERSH_GIUFFRE_TWEET),
|
|
1367
|
+
DocCfg(id='033433', author=ALAN_DERSHOWITZ, description=f"{DERSH_GIUFFRE_TWEET} / David Boies", date='2019-03-02'),
|
|
1368
|
+
DocCfg(id='033432', author=ALAN_DERSHOWITZ, description=f"{DERSH_GIUFFRE_TWEET} / David Boies", date='2019-05-02'),
|
|
1271
1369
|
DocCfg(id='028815', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} business plan", date='2016-08-20'),
|
|
1272
1370
|
DocCfg(id='011170', author=ZUBAIR_AND_ANYA, description=f'{INSIGHTS_POD} collected tweets about #Brexit', date='2016-06-23'),
|
|
1273
1371
|
DocCfg(id='032324', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} election social media trend analysis", date='2016-11-05'),
|
|
1274
1372
|
DocCfg(id='032281', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} forecasting election for Trump", date='2016-10-25'),
|
|
1275
1373
|
DocCfg(id='028988', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} pitch deck", date='2016-08-20'),
|
|
1276
1374
|
DocCfg(id='026627', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} report on the presidential debate"),
|
|
1277
|
-
DocCfg(id='023050', description=f"{DERSH_GIUFFRE_TWEET}"),
|
|
1278
|
-
DocCfg(id='017787', description=f"{DERSH_GIUFFRE_TWEET}"),
|
|
1279
|
-
DocCfg(id='033433', description=f"{DERSH_GIUFFRE_TWEET} / David Boies", date='2019-03-02'),
|
|
1280
|
-
DocCfg(id='033432', description=f"{DERSH_GIUFFRE_TWEET} / David Boies", date='2019-05-02'),
|
|
1281
1375
|
DocCfg(id='022213', description=f"{SCREENSHOT} Facebook group called 'Shit Pilots Say' disparaging a 'global girl'"),
|
|
1282
1376
|
DocCfg(id='030884', description=f"{TWEET} by Ed Krassenstein"),
|
|
1283
1377
|
DocCfg(id='031546', description=f"{TWEET}s by Donald Trump about Russian collusion", date='2018-01-06'),
|
|
@@ -1285,8 +1379,10 @@ OTHER_FILES_SOCIAL = [
|
|
|
1285
1379
|
]
|
|
1286
1380
|
|
|
1287
1381
|
OTHER_FILES_POLITICS = [
|
|
1382
|
+
DocCfg(id='029918', author=DIANA_DEGETTE_CAMPAIGN, description=f"bio", date='2012-01-01'),
|
|
1383
|
+
DocCfg(id='031184', author=DIANA_DEGETTE_CAMPAIGN, description=f"fundraiser invitation"),
|
|
1288
1384
|
DocCfg(id='026827', author='Scowcroft Group', description=f'report on ISIS', date='2015-11-14'),
|
|
1289
|
-
DocCfg(id='
|
|
1385
|
+
DocCfg(id='024294', author=STACEY_PLASKETT, description=f"campaign flier", date='2016-10-01'),
|
|
1290
1386
|
DocCfg(
|
|
1291
1387
|
id='023133',
|
|
1292
1388
|
author=f"{TERJE_ROD_LARSEN}, Nur Laiq, Fabrice Aidan",
|
|
@@ -1298,9 +1394,7 @@ OTHER_FILES_POLITICS = [
|
|
|
1298
1394
|
author='US Office of Government Information Services',
|
|
1299
1395
|
description=f"Building a Bridge Between FOIA Requesters & Agencies",
|
|
1300
1396
|
),
|
|
1301
|
-
DocCfg(id='
|
|
1302
|
-
DocCfg(id='031184', description=f"{DIANA_DEGETTES_CAMPAIGN} fundraiser invitation"),
|
|
1303
|
-
DocCfg(id='024294', description=f"{STACEY_PLASKETT} campaign flier", date='2016-10-01'),
|
|
1397
|
+
DocCfg(id='031670', description=f"letter from General Mike Flynn's lawyers to senators Mark Warner & Richard Burr about subpoena"),
|
|
1304
1398
|
DocCfg(
|
|
1305
1399
|
id='029357',
|
|
1306
1400
|
description=f"text about Israel's challenges going into 2015, feels like it was extracted from a book",
|
|
@@ -1312,15 +1406,20 @@ OTHER_FILES_POLITICS = [
|
|
|
1312
1406
|
]
|
|
1313
1407
|
|
|
1314
1408
|
OTHER_FILES_ACADEMIA = [
|
|
1409
|
+
DocCfg(id='024256', author=JOI_ITO, description=f"Internet & Society: The Technologies and Politics of Control"),
|
|
1410
|
+
DocCfg(id='027004', author=JOSCHA_BACH, description=f"The Computational Structure of Mental Representation", date='2013-02-26'),
|
|
1315
1411
|
DocCfg(
|
|
1316
1412
|
id='014697',
|
|
1317
|
-
author=
|
|
1413
|
+
author=LAWRENCE_KRAUSS_ASU_ORIGINS,
|
|
1318
1414
|
description=f'report: "Challenges of AI: Envisioning and Addressing Adverse Outcomes"',
|
|
1319
1415
|
duplicate_ids=['011284']
|
|
1320
1416
|
),
|
|
1321
|
-
DocCfg(id='024256', author=JOI_ITO, description=f"Internet & Society: The Technologies and Politics of Control"),
|
|
1322
|
-
DocCfg(id='027004', author=JOSCHA_BACH, description=f"The Computational Structure of Mental Representation", date='2013-02-26'),
|
|
1323
1417
|
DocCfg(id='015501', author=f"{MOSHE_HOFFMAN}, Erez Yoeli, and Carlos David Navarrete", description=f"Game Theory and Morality"),
|
|
1418
|
+
DocCfg(
|
|
1419
|
+
id='026521',
|
|
1420
|
+
author=f"{MOSHE_HOFFMAN}, Erez Yoeli, and {MARTIN_NOWAK}",
|
|
1421
|
+
description=f"Cooperating Without Looking: Game Theory Model of Trust and Reciprocal Cooperation"
|
|
1422
|
+
),
|
|
1324
1423
|
DocCfg(id='025143', author=ROBERT_TRIVERS, description=f"Africa, Parasites, Intelligence", date='2018-06-25'),
|
|
1325
1424
|
DocCfg(id='029155', author=ROBERT_TRIVERS, description=f'response sent to the Gruterites ({GORDON_GETTY} fans)', date='2018-03-19'),
|
|
1326
1425
|
DocCfg(
|
|
@@ -1329,11 +1428,6 @@ OTHER_FILES_ACADEMIA = [
|
|
|
1329
1428
|
description=f"'Does Trump Fit the Evolutionary Role of Narcissistic Sociopath?' (draft)",
|
|
1330
1429
|
date='2018-12-07',
|
|
1331
1430
|
),
|
|
1332
|
-
DocCfg(
|
|
1333
|
-
id='026521',
|
|
1334
|
-
author=f"{MARTIN_NOWAK}, Erez Yoeli, and {MOSHE_HOFFMAN}",
|
|
1335
|
-
description=f"Cooperating Without Looking: Game Theory Model of Trust and Reciprocal Cooperation"
|
|
1336
|
-
),
|
|
1337
1431
|
DocCfg(id='023416', description=HARVARD_POETRY),
|
|
1338
1432
|
DocCfg(id='023435', description=HARVARD_POETRY),
|
|
1339
1433
|
DocCfg(id='023450', description=HARVARD_POETRY),
|
|
@@ -1352,35 +1446,37 @@ OTHER_FILES_ACADEMIA = [
|
|
|
1352
1446
|
OTHER_FILES_SPEECH = [
|
|
1353
1447
|
DocCfg(id='027009', author=EHUD_BARAK, description=f"speech to AIPAC", date='2013-03-03'),
|
|
1354
1448
|
DocCfg(id='026856', author='Kevin Rudd', description=f"speech 'Xi Jinping, China And The Global Order'", date='2018-06-26'),
|
|
1355
|
-
DocCfg(id='026731',
|
|
1449
|
+
DocCfg(id='026731', author='Lord Martin Rees', description=f"speech at first inaugural Cornell Carl Sagan Lecture"),
|
|
1356
1450
|
]
|
|
1357
1451
|
|
|
1358
1452
|
# resumes and application letters
|
|
1359
1453
|
OTHER_FILES_RESUMES = [
|
|
1360
|
-
DocCfg(id='
|
|
1361
|
-
DocCfg(id='029104', description=HBS_APPLICATION_NERIO),
|
|
1362
|
-
DocCfg(id='022367', description=f"{RESUME_OF} Jack J Grynberg", date='2014-07-01'),
|
|
1454
|
+
DocCfg(id='022367', author='Jack J Grynberg', description=RESUME_OF, date='2014-07-01'),
|
|
1363
1455
|
DocCfg(
|
|
1364
1456
|
id='029302',
|
|
1365
|
-
|
|
1457
|
+
author=MICHAEL_J_BOCCIO,
|
|
1458
|
+
description=f"{RESUME_OF} (former lawyer at the {TRUMP_ORG})",
|
|
1366
1459
|
date='2011-08-07',
|
|
1367
1460
|
),
|
|
1368
|
-
DocCfg(id='
|
|
1369
|
-
DocCfg(id='
|
|
1370
|
-
DocCfg(id='
|
|
1461
|
+
DocCfg(id='029102', author=NERIO_ALESSANDRI, description=HBS_APPLICATION),
|
|
1462
|
+
DocCfg(id='029104', author=NERIO_ALESSANDRI, description=HBS_APPLICATION),
|
|
1463
|
+
DocCfg(id='015671', author='Robin Solomon', description=RESUME_OF, date='2015-06-02'), # She left Mount Sinai at some point in 2015,
|
|
1464
|
+
DocCfg(id='015672', author='Robin Solomon', description=RESUME_OF, date='2015-06-02'), # She left Mount Sinai at some point in 2015,
|
|
1465
|
+
DocCfg(id='029623', description=f'bio of Kathleen Harrington, Founding Partner, C/H Global Strategies'),
|
|
1371
1466
|
]
|
|
1372
1467
|
|
|
1373
1468
|
OTHER_FILES_ARTS = [
|
|
1374
1469
|
DocCfg(id='018703', author=ANDRES_SERRANO, description=f"artist statement about Trump objects"),
|
|
1375
1470
|
DocCfg(id='023438', author=BROCKMAN_INC, description=f"announcement of auction of 'Noise' by Daniel Kahneman, Olivier Sibony, and Cass Sunstein"),
|
|
1376
|
-
DocCfg(id='030769',
|
|
1377
|
-
DocCfg(id='028281', description=f'art show flier for "The House Of The Nobleman" curated by Wolfe Von Lenkiewicz & Victoria Golembiovskaya'),
|
|
1471
|
+
DocCfg(id='030769', author='Independent Filmmaker Project (IFP)', description=f"2017 Gotham Awards invitation"),
|
|
1378
1472
|
DocCfg(
|
|
1379
1473
|
id='025205',
|
|
1380
|
-
|
|
1474
|
+
author='Mercury Films',
|
|
1475
|
+
description=f'partner profiles of Jennifer Baichwal, Nicholas de Pencier, Kermit Blackwood, Travis Rummel',
|
|
1381
1476
|
date='2010-02-01',
|
|
1382
1477
|
duplicate_ids=['025210']
|
|
1383
1478
|
),
|
|
1479
|
+
DocCfg(id='028281', description=f'art show flier for "The House Of The Nobleman" curated by Wolfe Von Lenkiewicz & Victoria Golembiovskaya'),
|
|
1384
1480
|
]
|
|
1385
1481
|
|
|
1386
1482
|
OTHER_FILES_MISC = [
|
|
@@ -1392,32 +1488,32 @@ OTHER_FILES_MISC = [
|
|
|
1392
1488
|
description=f'hot list Frankfurt Book Fair (includes article about Silk Road/Ross Ulbricht)',
|
|
1393
1489
|
date='2016-10-23',
|
|
1394
1490
|
),
|
|
1491
|
+
DocCfg(id='022494', author='DOJ', description=f'Foreign Corrupt Practices Act (FCPA) Resource Guide'),
|
|
1395
1492
|
DocCfg(id='023096', author=EPSTEIN_FOUNDATION, description=f'blog post', date='2012-11-15'),
|
|
1396
1493
|
DocCfg(id='029326', author=EPSTEIN_FOUNDATION, description=f'{PRESS_RELEASE}', date='2013-02-15'),
|
|
1397
1494
|
DocCfg(id='026565', author=EPSTEIN_FOUNDATION, description=f'{PRESS_RELEASE}, maybe a draft of 029326', date='2013-02-15'),
|
|
1495
|
+
DocCfg(id='027071', author=FEMALE_HEALTH_COMPANY, description=f"brochure requesting donations for female condoms in Uganda"),
|
|
1496
|
+
DocCfg(id='027074', author=FEMALE_HEALTH_COMPANY, description=f"pitch deck (USAID was a customer)"),
|
|
1497
|
+
DocCfg(id='032735', author=GORDON_GETTY, description=f"on Trump", date='2018-03-20'), # Dated based on concurrent emails from Getty
|
|
1498
|
+
DocCfg(id='025540', author=JEFFREY_EPSTEIN, description=f"rough draft of Epstein's side of the story?"),
|
|
1499
|
+
DocCfg(id='018224', author=LAWRENCE_KRAUSS, description=f"Skype conversation log"),
|
|
1398
1500
|
DocCfg(id='026634', author='Michael Carrier', description=f"comments about an Apollo linked hedge fund 'DE Fund VIII'"),
|
|
1501
|
+
DocCfg(id='031425', author=SCOTT_J_LINK, description=f'completely redacted email from'),
|
|
1399
1502
|
DocCfg(id='020447', author='Working Group on Chinese Influence Activities in the U.S.', description=f'Promoting Constructive Vigilance'),
|
|
1400
1503
|
DocCfg(id='031743', description=f'a few pages describing the internet as a "New Nation State" (Network State?)'),
|
|
1401
|
-
DocCfg(id='031425', description=f'completely redacted email from {SCOTT_J_LINK}'),
|
|
1402
|
-
DocCfg(id='018224', description=f"conversation with {LAWRENCE_KRAUSS}?"),
|
|
1403
1504
|
DocCfg(id='012718', description=f"{CVRA} congressional record", date='2011-06-17'),
|
|
1404
|
-
DocCfg(id='025540', description=f"Epstein's rough draft of his side of the story?"),
|
|
1405
1505
|
DocCfg(id='024117', description=f"FAQ about anti-money laundering (AML) and terrorist financing (CFT) law in the U.S."),
|
|
1406
|
-
DocCfg(id='027071', description=f"{FEMALE_HEALTH_COMPANY} brochure requesting donations for female condoms in Uganda"),
|
|
1407
|
-
DocCfg(id='027074', description=f"{FEMALE_HEALTH_COMPANY} pitch deck (USAID was a customer)"),
|
|
1408
|
-
DocCfg(id='022494', description=f'Foreign Corrupt Practices Act (FCPA) DOJ Resource Guide'),
|
|
1409
|
-
DocCfg(id='032735', description=f"{GORDON_GETTY} on Trump", date='2018-03-20'), # Dated based on concurrent emails from Getty
|
|
1410
1506
|
DocCfg(id='019448', description=f"Haitian business investment proposal called Jacmel"),
|
|
1411
1507
|
DocCfg(id='023644', description=f"interview with Mohammed bin Salman", date='2016-04-25'),
|
|
1412
1508
|
DocCfg(
|
|
1413
1509
|
id='030142',
|
|
1414
|
-
description=f"{JASTA} (Justice Against Sponsors of Terrorism Act) doc that's mostly empty, references suit against Saudi f. {KATHRYN_RUEMMLER} & {KEN_STARR}",
|
|
1415
1510
|
date='2016-09-01',
|
|
1511
|
+
description=f"{JASTA} (Justice Against Sponsors of Terrorism Act) doc that's mostly empty, references suit against Saudi f. {KATHRYN_RUEMMLER} & {KEN_STARR}",
|
|
1416
1512
|
),
|
|
1417
1513
|
DocCfg(
|
|
1418
1514
|
id='033338',
|
|
1419
|
-
description=f"{PRESS_RELEASE} announcing Donald Trump & {NICHOLAS_RIBIS} ended their working relationship at Trump's casino",
|
|
1420
1515
|
date='2000-06-07',
|
|
1516
|
+
description=f"{PRESS_RELEASE} announcing Donald Trump & {NICHOLAS_RIBIS} ended their working relationship at Trump's casino",
|
|
1421
1517
|
),
|
|
1422
1518
|
DocCfg(id='029328', description=f"Rafanelli Events promotional deck"),
|
|
1423
1519
|
DocCfg(id='033434', description=f"{SCREENSHOT} iPhone chat labeled 'Edwards' at the top"),
|
|
@@ -1493,7 +1589,9 @@ SENT_FROM_REGEX = re.compile(r'^(?:(Please forgive|Sorry for all the) typos.{1,4
|
|
|
1493
1589
|
|
|
1494
1590
|
|
|
1495
1591
|
# Error checking.
|
|
1496
|
-
|
|
1592
|
+
if len(OTHER_FILES_CONFIG) != 438:
|
|
1593
|
+
logger.warning(f"Only {len(OTHER_FILES_CONFIG)} configured other files!")
|
|
1594
|
+
|
|
1497
1595
|
encountered_file_ids = set()
|
|
1498
1596
|
|
|
1499
1597
|
for cfg in ALL_CONFIGS:
|