epstein-files 1.0.1__py3-none-any.whl → 1.0.2__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 +63 -131
- epstein_files/documents/document.py +5 -1
- epstein_files/epstein_files.py +37 -35
- epstein_files/util/constant/names.py +2 -1
- epstein_files/util/constant/output_files.py +29 -0
- epstein_files/util/constant/urls.py +10 -7
- epstein_files/util/constants.py +140 -120
- epstein_files/util/data.py +12 -33
- epstein_files/util/doc_cfg.py +2 -10
- epstein_files/util/env.py +3 -2
- epstein_files/util/file_helper.py +0 -22
- epstein_files/util/highlighted_group.py +2 -2
- epstein_files/util/logging.py +6 -0
- epstein_files/util/output.py +180 -0
- epstein_files/util/rich.py +16 -9
- {epstein_files-1.0.1.dist-info → epstein_files-1.0.2.dist-info}/METADATA +19 -4
- epstein_files-1.0.2.dist-info/RECORD +33 -0
- epstein_files-1.0.2.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.2.dist-info}/LICENSE +0 -0
- {epstein_files-1.0.1.dist-info → epstein_files-1.0.2.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,22 +239,24 @@ 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'
|
|
@@ -266,13 +269,14 @@ PATTERSON_BOOK_SCANS = f'pages of "Filthy Rich: The Shocking True Story of {JEFF
|
|
|
266
269
|
SHIMON_POST = 'The Shimon Post'
|
|
267
270
|
SHIMON_POST_ARTICLE = f'{SHIMON_POST} selection of articles about the mideast'
|
|
268
271
|
SINGLE_PAGE = 'single page of'
|
|
272
|
+
STRANGE_BEDFELLOWS = "'Strange Bedfellows' list of invitees f. Johnny Depp, Woody Allen, Obama, and more"
|
|
269
273
|
SWEDISH_LIFE_SCIENCES_SUMMIT = f"{BARBRO_C_EHNBOM}'s Swedish American Life Science Summit"
|
|
270
274
|
THE_REAL_DEAL_ARTICLE = 'article by Keith Larsen'
|
|
271
275
|
TRUMP_DISCLOSURES = f"Donald Trump financial disclosures from U.S. Office of Government Ethics"
|
|
272
276
|
UBS_CIO_REPORT = 'CIO Monthly Extended report'
|
|
273
277
|
UN_GENERAL_ASSEMBLY = '67th U.N. General Assembly'
|
|
274
278
|
VI_DAILY_NEWS_ARTICLE = f'{VIRGIN_ISLANDS} Daily News article'
|
|
275
|
-
WOMEN_EMPOWERMENT = f"Women Empowerment (WE) conference
|
|
279
|
+
WOMEN_EMPOWERMENT = f"Women Empowerment (WE) conference"
|
|
276
280
|
ZUBAIR_AND_ANYA = f"{ZUBAIR_KHAN} and Anya Rasulova"
|
|
277
281
|
|
|
278
282
|
# Atribution reasons
|
|
@@ -580,6 +584,8 @@ EMAILS_CONFIG = [
|
|
|
580
584
|
attribution_reason=f'Reply in 030414 has {NEXT_MANAGEMENT} legal signature',
|
|
581
585
|
duplicate_ids=['030581'],
|
|
582
586
|
),
|
|
587
|
+
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']),
|
|
588
|
+
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
589
|
EmailCfg(id='026426', recipients=[JEAN_HUGUEN], attribution_reason='Reply'),
|
|
584
590
|
EmailCfg(id='022202', recipients=[JEAN_LUC_BRUNEL], attribution_reason='Follow up / reply', duplicate_ids=['029975']),
|
|
585
591
|
EmailCfg(id='022187', recipients=[JEFFREY_EPSTEIN]), # Bad OCR (nofix)
|
|
@@ -611,8 +617,6 @@ EMAILS_CONFIG = [
|
|
|
611
617
|
attribution_reason='to "Kathy" about dems, sent from iPad',
|
|
612
618
|
is_attribution_uncertain=True, # It's actually Kathy R. as the recipient that's the uncertain part
|
|
613
619
|
),
|
|
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
620
|
EmailCfg(id='030522', recipients=[LANDON_THOMAS], attribution_reason='reply header', is_fwded_article=True), # Vicky Ward article
|
|
617
621
|
EmailCfg(id='031413', recipients=[LANDON_THOMAS], attribution_reason='reply header'),
|
|
618
622
|
EmailCfg(id='033591', recipients=[LAWRANCE_VISOSKI], attribution_reason='Reply signature', duplicate_ids=['033591']),
|
|
@@ -879,7 +883,6 @@ OTHER_FILES_ARTICLES = [
|
|
|
879
883
|
DocCfg(id='026648', description=f'article about {JASTA} lawsuit against Saudi Arabia by 9/11 victims (Russian propaganda?)', date='2017-05-13'),
|
|
880
884
|
DocCfg(id='031776', description=f"article about Michael Avenatti by Andrew Strickler"),
|
|
881
885
|
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
886
|
DocCfg(id='030258', description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030248'),
|
|
884
887
|
DocCfg(id='030248', description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030258'),
|
|
885
888
|
DocCfg(id='029165', description=f'{ARTICLE_DRAFT} Mueller probe, almost same as 030258'),
|
|
@@ -980,123 +983,146 @@ OTHER_FILES_LEGAL = [
|
|
|
980
983
|
DocCfg(id='025353', author=KEN_STARR, description=KEN_STARR_LETTER, date='2008-05-19', duplicate_ids=['010723', '019224'], dupe_type='redacted'),
|
|
981
984
|
DocCfg(id='025704', author=KEN_STARR, description=KEN_STARR_LETTER, date='2008-05-27', duplicate_ids=['010732', '019221'], dupe_type='redacted'),
|
|
982
985
|
DocCfg(id='012130', author=KEN_STARR, description=KEN_STARR_LETTER, date='2008-06-19', duplicate_ids=['012135']),
|
|
983
|
-
DocCfg(id='011908', description=f"
|
|
986
|
+
DocCfg(id='011908', author=BRUNEL_V_EPSTEIN, description=f"court filing"),
|
|
984
987
|
DocCfg(id='017603', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
985
988
|
DocCfg(id='017635', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
986
989
|
DocCfg(id='016509', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
987
990
|
DocCfg(id='017714', description=DAVID_SCHOEN_CVRA_LEXIS_SEARCH, date='2019-02-28'),
|
|
988
|
-
DocCfg(id='021824', description=f"
|
|
991
|
+
DocCfg(id='021824', author=EDWARDS_V_DERSHOWITZ, description=f"deposition of {PAUL_G_CASSELL}"),
|
|
989
992
|
DocCfg(
|
|
990
993
|
id='010757',
|
|
991
|
-
|
|
994
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
995
|
+
description=f"plaintiff response to Dershowitz Motion to Determine Confidentiality of Court Records",
|
|
992
996
|
date='2015-11-23',
|
|
993
997
|
),
|
|
994
998
|
DocCfg(
|
|
995
999
|
id='010887',
|
|
996
|
-
|
|
1000
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1001
|
+
description=f"Dershowitz Motion for Clarification of Confidentiality Order",
|
|
997
1002
|
date='2016-01-29',
|
|
998
1003
|
),
|
|
999
1004
|
DocCfg(
|
|
1000
1005
|
id='015590',
|
|
1001
|
-
|
|
1006
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1007
|
+
description=f"Dershowitz Redacted Motion to Modify Confidentiality Order",
|
|
1002
1008
|
date='2016-02-03',
|
|
1003
1009
|
),
|
|
1004
1010
|
DocCfg(
|
|
1005
1011
|
id='015650',
|
|
1006
|
-
|
|
1012
|
+
author=EDWARDS_V_DERSHOWITZ,
|
|
1013
|
+
description=f"Giuffre Response to Dershowitz Motion for Clarification of Confidentiality Order",
|
|
1007
1014
|
date='2016-02-08',
|
|
1008
1015
|
),
|
|
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"
|
|
1016
|
+
DocCfg(id='010566', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Statement of Undisputed Facts", date='2010-11-04'),
|
|
1017
|
+
DocCfg(id='012707', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Master Contact List - Privilege Log", date='2011-03-22'),
|
|
1018
|
+
DocCfg(id='012103', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Telephone Interview with {VIRGINIA_GIUFFRE}", date='2011-05-17'),
|
|
1019
|
+
DocCfg(id='017488', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Deposition of Scott Rothstein", date='2012-06-22'),
|
|
1020
|
+
DocCfg(id='029315', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Plaintiff Motion for Summary Judgment by {JACK_SCAROLA}", date='2013-09-13'),
|
|
1021
|
+
DocCfg(id='013304', author=EPSTEIN_V_ROTHSTEIN_EDWARDS, description=f"Plaintiff Response to Epstein's Motion for Summary Judgment", date='2014-04-17'),
|
|
1015
1022
|
DocCfg(id='019352', description=FBI_REPORT,),
|
|
1016
1023
|
DocCfg(id='021434', description=FBI_REPORT,),
|
|
1017
1024
|
DocCfg(id='018872', description=FBI_SEIZED_PROPERTY,),
|
|
1018
1025
|
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"{
|
|
1026
|
+
DocCfg(id='017792', author=GIUFFRE_V_DERSHOWITZ, description=f"article about {ALAN_DERSHOWITZ}'s appearance on Wolf Blitzer"),
|
|
1027
|
+
DocCfg(id='017767', author=GIUFFRE_V_DERSHOWITZ, description=f"article about {ALAN_DERSHOWITZ} working with {JEFFREY_EPSTEIN}"),
|
|
1028
|
+
DocCfg(id='017796', author=GIUFFRE_V_DERSHOWITZ, description=f"article about {ALAN_DERSHOWITZ}"),
|
|
1029
|
+
DocCfg(id='017935', author=GIUFFRE_V_DERSHOWITZ, description=f"defamation complaint", date='2019-04-16'),
|
|
1030
|
+
DocCfg(id='017824', author=GIUFFRE_V_DERSHOWITZ, description=f"{MIAMI_HERALD} article by {JULIE_K_BROWN}"),
|
|
1024
1031
|
DocCfg(
|
|
1025
1032
|
id='017818',
|
|
1026
|
-
|
|
1033
|
+
author=GIUFFRE_V_DERSHOWITZ,
|
|
1034
|
+
description=f"{MIAMI_HERALD} article about accusations against {ALAN_DERSHOWITZ} by {JULIE_K_BROWN}",
|
|
1027
1035
|
date='2018-12-27',
|
|
1028
1036
|
),
|
|
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"
|
|
1037
|
+
DocCfg(id='017800', author=GIUFFRE_V_DERSHOWITZ, description=f'{MIAMI_HERALD} "Perversion of Justice" by {JULIE_K_BROWN}'),
|
|
1038
|
+
DocCfg(id='022237', author=GIUFFRE_V_DERSHOWITZ, description=f"partial court filing with fact checking questions?"),
|
|
1039
|
+
DocCfg(id='016197', author=GIUFFRE_V_DERSHOWITZ, description=f"response to Florida Bar complaint by {ALAN_DERSHOWITZ} about David Boies from {PAUL_G_CASSELL}"),
|
|
1040
|
+
DocCfg(id='017771', author=GIUFFRE_V_DERSHOWITZ, description=f'Vanity Fair article "The Talented Mr. Epstein" by Vicky Ward', date='2011-06-27'),
|
|
1041
|
+
DocCfg(id='014118', author=GIUFFRE_V_EPSTEIN, description=f"Declaration in Support of Motion to Compel Production of Documents", date='2016-10-21'),
|
|
1042
|
+
DocCfg(id='014652', author=GIUFFRE_V_MAXWELL, description=f"Complaint", date='2015-04-22'),
|
|
1043
|
+
DocCfg(id='015529', author=GIUFFRE_V_MAXWELL, description=f"Defamation Complaint", date='2015-09-21'),
|
|
1044
|
+
DocCfg(id='014797', author=GIUFFRE_V_MAXWELL, description=f"Declaration of Laura A. Menninger in Opposition to Plaintiff's Motion", date='2017-03-17'),
|
|
1045
|
+
DocCfg(id='011304', author=GIUFFRE_V_MAXWELL, description=f"Oral Argument Transcript", date='2017-03-17'),
|
|
1038
1046
|
DocCfg(
|
|
1039
1047
|
id='014788',
|
|
1040
|
-
|
|
1048
|
+
author=GIUFFRE_V_MAXWELL,
|
|
1049
|
+
description=f"Maxwell Response to Plaintiff's Omnibus Motion in Limine",
|
|
1041
1050
|
date='2017-03-17',
|
|
1042
1051
|
duplicate_ids=['011463'],
|
|
1043
1052
|
),
|
|
1044
1053
|
DocCfg(
|
|
1045
1054
|
id='019297',
|
|
1046
|
-
|
|
1055
|
+
author=GIUFFRE_V_MAXWELL,
|
|
1056
|
+
description=f'letter from {ALAN_DERSHOWITZ} lawyer Andrew G. Celli',
|
|
1047
1057
|
date='2018-02-07'
|
|
1048
1058
|
),
|
|
1049
1059
|
DocCfg(
|
|
1050
1060
|
id='025937',
|
|
1051
|
-
|
|
1061
|
+
author=JANE_DOE_V_EPSTEIN_TRUMP,
|
|
1062
|
+
description=f'Affidavit of Tiffany Doe describing Jane Doe being raped by Epstein and Trump',
|
|
1052
1063
|
date='2016-06-20',
|
|
1053
1064
|
),
|
|
1054
|
-
DocCfg(id='025939', description=f'
|
|
1055
|
-
DocCfg(id='013489', description=f'
|
|
1056
|
-
DocCfg(id='029398', description=f'
|
|
1057
|
-
DocCfg(id='026854', description=f"
|
|
1058
|
-
DocCfg(id='026384', description=f"
|
|
1059
|
-
DocCfg(id='013463', description=f'
|
|
1060
|
-
DocCfg(id='029257', description=f'
|
|
1061
|
-
DocCfg(id='032321', description=f"
|
|
1062
|
-
DocCfg(id='010735', description=f"
|
|
1063
|
-
DocCfg(id='014084', description=f"
|
|
1064
|
-
DocCfg(id='023361', description=f"
|
|
1065
|
-
DocCfg(id='017830', description=f"
|
|
1066
|
-
DocCfg(id='017904', description=f"
|
|
1067
|
-
DocCfg(id='014037',
|
|
1068
|
-
DocCfg(id='020662', description=f"letter from {ALAN_DERSHOWITZ}'s British lawyers Mishcon de Reya to Daily Mail threatening libel suit"),
|
|
1065
|
+
DocCfg(id='025939', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'Affidavit of Jane Doe describing being raped by Epstein', date='2016-06-20'),
|
|
1066
|
+
DocCfg(id='013489', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'Affidavit of {BRAD_EDWARDS}', date='2010-07-20'),
|
|
1067
|
+
DocCfg(id='029398', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'article in Law.com'),
|
|
1068
|
+
DocCfg(id='026854', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f"Civil Docket"),
|
|
1069
|
+
DocCfg(id='026384', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f"Complaint for rape and sexual abuse", date='2016-06-20'),
|
|
1070
|
+
DocCfg(id='013463', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'Deposition of Scott Rothstein', date='2010-03-23'),
|
|
1071
|
+
DocCfg(id='029257', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f'allegations and identity of plaintiff Katie Johnson', date='2016-04-26'),
|
|
1072
|
+
DocCfg(id='032321', author=JANE_DOE_V_EPSTEIN_TRUMP, description=f"Notice of Initial Conference", date='2016-10-04'),
|
|
1073
|
+
DocCfg(id='010735', author=JANE_DOE_V_USA, description=f"Dershowitz Reply in Support of Motion for Limited Intervention", date='2015-02-02'),
|
|
1074
|
+
DocCfg(id='014084', author=JANE_DOE_V_USA, description=f"Jane Doe Response to Dershowitz's Motion for Limited Intervention", date='2015-03-24'),
|
|
1075
|
+
DocCfg(id='023361', author=JASTA_SAUDI_LAWSUIT, description=f"legal text and court documents", date='2012-01-20'),
|
|
1076
|
+
DocCfg(id='017830', author=JASTA_SAUDI_LAWSUIT, description=f"legal text and court documents"),
|
|
1077
|
+
DocCfg(id='017904', author=JASTA_SAUDI_LAWSUIT, description=f"Westlaw search results", date='2019-01-01'),
|
|
1078
|
+
DocCfg(id='014037', author='Journal of Criminal Law and Criminology', description=f"article on {CVRA}"),
|
|
1069
1079
|
DocCfg(
|
|
1070
1080
|
id='010560',
|
|
1071
|
-
|
|
1081
|
+
author='Gloria Allred',
|
|
1082
|
+
description=f"letter to {SCOTT_J_LINK} alleging abuse of a girl from Kansas",
|
|
1072
1083
|
date='2019-06-19',
|
|
1073
1084
|
),
|
|
1074
1085
|
DocCfg(
|
|
1075
1086
|
id='031447',
|
|
1076
|
-
|
|
1087
|
+
author=MARTIN_WEINBERG,
|
|
1088
|
+
description=f"letter from to Melanie Ann Pustay and Sean O'Neill re: an Epstein FOIA request"
|
|
1077
1089
|
),
|
|
1078
1090
|
DocCfg(
|
|
1079
1091
|
id='028965',
|
|
1080
|
-
|
|
1092
|
+
author=MARTIN_WEINBERG,
|
|
1093
|
+
description=f"letter from to ABC / Good Morning America threatening libel lawsuit",
|
|
1081
1094
|
duplicate_ids=['028928']
|
|
1082
1095
|
),
|
|
1096
|
+
DocCfg(
|
|
1097
|
+
id='016420',
|
|
1098
|
+
author=NEW_YORK_V_EPSTEIN,
|
|
1099
|
+
description=f"New York Post Motion to Unseal Appellate Briefs",
|
|
1100
|
+
date='2019-01-11',
|
|
1101
|
+
),
|
|
1102
|
+
DocCfg(id='028540', author='SCOTUS', description=f"decision in Budha Ismail Jam et al. v. INTERNATIONAL FINANCE CORP"),
|
|
1103
|
+
DocCfg(id='012197', author='SDFL', description=f"Response to {JAY_LEFKOWITZ} on Epstein Plea Agreement Compliance"),
|
|
1104
|
+
DocCfg(id='020662', author='Mishcon de Reya', description=f"letter from {ALAN_DERSHOWITZ}'s British lawyers to Daily Mail threatening libel suit"),
|
|
1083
1105
|
DocCfg(
|
|
1084
1106
|
id='026793',
|
|
1085
1107
|
description=f"letter from {STEVEN_HOFFENBERG}'s lawyers at Mintz Fraade offering to take over Epstein's business and resolve his legal issues",
|
|
1086
1108
|
date='2018-03-23',
|
|
1087
1109
|
),
|
|
1088
|
-
DocCfg(
|
|
1089
|
-
id='016420',
|
|
1090
|
-
description=f"{NEW_YORK_V_EPSTEIN} New York Post Motion to Unseal Appellate Briefs",
|
|
1091
|
-
date='2019-01-11',
|
|
1092
|
-
),
|
|
1093
|
-
DocCfg(id='028540', description=f"SCOTUS decision in Budha Ismail Jam et al. v. INTERNATIONAL FINANCE CORP"),
|
|
1094
|
-
DocCfg(id='012197', description=f"SDFL Response to {JAY_LEFKOWITZ} on Epstein Plea Agreement Compliance"),
|
|
1095
1110
|
DocCfg(id='022277', description=f"{TEXT_OF_US_LAW} National Labour Relations Board (NLRB)"),
|
|
1096
1111
|
]
|
|
1097
1112
|
|
|
1098
1113
|
OTHER_FILES_CONFERENCES = [
|
|
1099
1114
|
DocCfg(id='014315', author=BOFA_MERRILL, description=f'2016 Future of Financials Conference'),
|
|
1115
|
+
DocCfg(id='026825', author=DEUTSCHE_BANK, description=f"Asset & Wealth Management featured speaker bios"), # Really "Deutsche Asset" which may not be Deutsche Bank?
|
|
1116
|
+
DocCfg(id='023123', author=LAWRENCE_KRAUSS_ASU_ORIGINS, description=f"{STRANGE_BEDFELLOWS} (old draft)"),
|
|
1117
|
+
DocCfg(id='023120', author=LAWRENCE_KRAUSS_ASU_ORIGINS, description=STRANGE_BEDFELLOWS, duplicate_ids=['023121'], dupe_type='earlier'),
|
|
1118
|
+
DocCfg(id='031359', author=NOBEL_CHARITABLE_TRUST, description=f"Earth Environment Convention about ESG investing"),
|
|
1119
|
+
DocCfg(id='031354', author=NOBEL_CHARITABLE_TRUST, description=f'"Thinking About the Environment and Technology" report 2011'),
|
|
1120
|
+
DocCfg(id='019300', author=SVETLANA_POZHIDAEVA, description=f'{WOMEN_EMPOWERMENT} f. {KATHRYN_RUEMMLER}', date='2019-04-05'),
|
|
1121
|
+
DocCfg(id='022267', author=SVETLANA_POZHIDAEVA, description=f'{WOMEN_EMPOWERMENT} founder essay about growing the seminar business'),
|
|
1122
|
+
DocCfg(id='022407', author=SVETLANA_POZHIDAEVA, description=f'{WOMEN_EMPOWERMENT} seminar pitch deck'),
|
|
1123
|
+
DocCfg(id='017524', author=SWEDISH_LIFE_SCIENCES_SUMMIT, description=f"2012 program"),
|
|
1124
|
+
DocCfg(id='026747', author=SWEDISH_LIFE_SCIENCES_SUMMIT, description=f"2017 program", date='2017-08-23'),
|
|
1125
|
+
DocCfg(id='014951', author='TED Talks', description=f"2017 program", date='2017-04-20'),
|
|
1100
1126
|
DocCfg(id='024179', author=UN_GENERAL_ASSEMBLY, description=f'president and first lady schedule', date='2012-09-21'),
|
|
1101
1127
|
DocCfg(
|
|
1102
1128
|
id='024185',
|
|
@@ -1104,20 +1130,9 @@ OTHER_FILES_CONFERENCES = [
|
|
|
1104
1130
|
description=f'schedule including "Presidents Private Dinner - Jeffrey Epstine (sic)"',
|
|
1105
1131
|
date='2012-09-21',
|
|
1106
1132
|
),
|
|
1107
|
-
DocCfg(id='014951', description=f"2017 TED Talks program", date='2017-04-20'),
|
|
1108
|
-
DocCfg(id='026825', description=f"{DEUTSCHE_BANK} Asset & Wealth Management featured speaker bios"), # Really "Deutsche Asset" which may not be Deutsche Bank?
|
|
1109
1133
|
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
1134
|
DocCfg(id='029427', description=f"seems related to an IRL meeting about concerns China will attempt to absorb Mongolia"),
|
|
1115
1135
|
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
1136
|
DocCfg(
|
|
1122
1137
|
id='017060',
|
|
1123
1138
|
description=f'World Economic Forum (WEF) Annual Meeting 2011 List of Participants',
|
|
@@ -1186,6 +1201,7 @@ OTHER_FILES_FINANCE = [
|
|
|
1186
1201
|
DocCfg(id='024135', author=UBS, description=UBS_CIO_REPORT, date='2012-06-29'),
|
|
1187
1202
|
DocCfg(id='025247', author=UBS, description=UBS_CIO_REPORT, date='2012-10-25'),
|
|
1188
1203
|
DocCfg(id='024631', description=f"Ackrell Capital report: Cannabis Investment Report 2018"),
|
|
1204
|
+
DocCfg(id='026584', description=f"article about tax implications of disregarded entities", date='2009-07-01'),
|
|
1189
1205
|
DocCfg(id='024271', description=f"Blockchain Capital and Brock Pierce pitch deck", date='2015-10-01'),
|
|
1190
1206
|
DocCfg(id='024817', description=f"Cowen's Collective View of CBD / Cannabis report"),
|
|
1191
1207
|
DocCfg(id='012048', description=f"{PRESS_RELEASE} 'Rockefeller Partners with Gregory J. Fleming to Create Independent Financial Services Firm' and other articles"),
|
|
@@ -1198,6 +1214,7 @@ OTHER_FILES_FINANCE = [
|
|
|
1198
1214
|
|
|
1199
1215
|
OTHER_FILES_LETTERS = [
|
|
1200
1216
|
DocCfg(id='017789', author=ALAN_DERSHOWITZ, description=f'letter to {HARVARD} Crimson complaining he was defamed'),
|
|
1217
|
+
DocCfg(id='026668', author="Boothbay Fund Management", description=f"2016-Q4 earnings report signed by Ari Glass"),
|
|
1201
1218
|
DocCfg(
|
|
1202
1219
|
id='019086',
|
|
1203
1220
|
author=DAVID_BLAINE,
|
|
@@ -1216,7 +1233,6 @@ OTHER_FILES_LETTERS = [
|
|
|
1216
1233
|
description=f"{DAVID_BLAINE_VISA_LETTER} (probably {SVETLANA_POZHIDAEVA}?)",
|
|
1217
1234
|
date='2015-06-01',
|
|
1218
1235
|
),
|
|
1219
|
-
DocCfg(id='031670', description=f"letter from General Mike Flynn's lawyers to senators Mark Warner & Richard Burr about subpoena"),
|
|
1220
1236
|
DocCfg(
|
|
1221
1237
|
id='026011',
|
|
1222
1238
|
author='Gennady Mashtalyar',
|
|
@@ -1224,19 +1240,18 @@ OTHER_FILES_LETTERS = [
|
|
|
1224
1240
|
date='2016-06-24', # date is based on Brexit reference but he could be backtesting,
|
|
1225
1241
|
),
|
|
1226
1242
|
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='
|
|
1243
|
+
DocCfg(id='029304', author=DONALD_TRUMP, description=f"recommendation letter for recently departed {TRUMP_ORG} lawyer {MICHAEL_J_BOCCIO}"),
|
|
1244
|
+
DocCfg(id='029301', author=MICHAEL_J_BOCCIO, description=f"letter from former lawyer at the {TRUMP_ORG}", date='2011-08-07'),
|
|
1228
1245
|
DocCfg(id='022405', author=NOAM_CHOMSKY, description=f"letter attesting to Epstein's good character"),
|
|
1229
1246
|
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
1247
|
]
|
|
1233
1248
|
|
|
1234
1249
|
OTHER_FILES_PROPERTY = [
|
|
1235
1250
|
DocCfg(id='026759', author='Great Bay Condominium Owners Association', description=f'{PRESS_RELEASE} by about Hurricane Irma damage', date='2017-09-13'),
|
|
1236
1251
|
DocCfg(id='027068', author=THE_REAL_DEAL, description=f"{THE_REAL_DEAL_ARTICLE} Palm House Hotel Bankruptcy and EB-5 Visa Fraud Allegations"),
|
|
1237
1252
|
DocCfg(id='029520', author=THE_REAL_DEAL, description=f"{THE_REAL_DEAL_ARTICLE} 'Lost Paradise at the Palm House'", date='2019-06-17'),
|
|
1253
|
+
DocCfg(id='016597', author='Trump Properties LLC', description=f'appeal of some decision about Mar-a-Lago by {PALM_BEACH} authorities'),
|
|
1238
1254
|
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
1255
|
DocCfg(id='016602', description=PALM_BEACH_CODE_ENFORCEMENT, date='2008-04-17'),
|
|
1241
1256
|
DocCfg(id='016554', description=PALM_BEACH_CODE_ENFORCEMENT, date='2008-07-17', duplicate_ids=['016616', '016574']),
|
|
1242
1257
|
DocCfg(id='016695', description=f"{PALM_BEACH} property info (?)"),
|
|
@@ -1258,12 +1273,12 @@ OTHER_FILES_PROPERTY = [
|
|
|
1258
1273
|
]
|
|
1259
1274
|
|
|
1260
1275
|
OTHER_FILES_REPUTATION = [
|
|
1276
|
+
DocCfg(id='030426', author=OSBORNE_LLP, description=f"reputation repair proposal (cites Michael Milken)", date='2011-06-14'),
|
|
1261
1277
|
DocCfg(id='026582', description=f"Epstein's internet search results at start of reputation repair campaign, maybe from {OSBORNE_LLP}"),
|
|
1262
1278
|
DocCfg(id='030573', description=f"Epstein's unflattering Google search results, maybe screenshot by {AL_SECKEL} or {OSBORNE_LLP}"),
|
|
1263
1279
|
DocCfg(id='030875', description=f"Epstein's Wikipedia page"),
|
|
1264
1280
|
DocCfg(id='026583', description=f"Google search results for '{JEFFREY_EPSTEIN}' with analysis ({OSBORNE_LLP}?)"),
|
|
1265
1281
|
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
1282
|
]
|
|
1268
1283
|
|
|
1269
1284
|
# social media / InsightsPod
|
|
@@ -1274,10 +1289,10 @@ OTHER_FILES_SOCIAL = [
|
|
|
1274
1289
|
DocCfg(id='032281', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} forecasting election for Trump", date='2016-10-25'),
|
|
1275
1290
|
DocCfg(id='028988', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} pitch deck", date='2016-08-20'),
|
|
1276
1291
|
DocCfg(id='026627', author=ZUBAIR_AND_ANYA, description=f"{INSIGHTS_POD} report on the presidential debate"),
|
|
1277
|
-
DocCfg(id='023050', description=
|
|
1278
|
-
DocCfg(id='017787', description=
|
|
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'),
|
|
1292
|
+
DocCfg(id='023050', author=ALAN_DERSHOWITZ, description=DERSH_GIUFFRE_TWEET),
|
|
1293
|
+
DocCfg(id='017787', author=ALAN_DERSHOWITZ, description=DERSH_GIUFFRE_TWEET),
|
|
1294
|
+
DocCfg(id='033433', author=ALAN_DERSHOWITZ, description=f"{DERSH_GIUFFRE_TWEET} / David Boies", date='2019-03-02'),
|
|
1295
|
+
DocCfg(id='033432', author=ALAN_DERSHOWITZ, description=f"{DERSH_GIUFFRE_TWEET} / David Boies", date='2019-05-02'),
|
|
1281
1296
|
DocCfg(id='022213', description=f"{SCREENSHOT} Facebook group called 'Shit Pilots Say' disparaging a 'global girl'"),
|
|
1282
1297
|
DocCfg(id='030884', description=f"{TWEET} by Ed Krassenstein"),
|
|
1283
1298
|
DocCfg(id='031546', description=f"{TWEET}s by Donald Trump about Russian collusion", date='2018-01-06'),
|
|
@@ -1285,8 +1300,11 @@ OTHER_FILES_SOCIAL = [
|
|
|
1285
1300
|
]
|
|
1286
1301
|
|
|
1287
1302
|
OTHER_FILES_POLITICS = [
|
|
1288
|
-
DocCfg(id='
|
|
1303
|
+
DocCfg(id='029918', author=DIANA_DEGETTE_CAMPAIGN, description=f"bio", date='2012-01-01'),
|
|
1304
|
+
DocCfg(id='031184', author=DIANA_DEGETTE_CAMPAIGN, description=f"fundraiser invitation"),
|
|
1289
1305
|
DocCfg(id='026851', author='Politifact', description=f"lying politicians chart", date='2016-07-26'),
|
|
1306
|
+
DocCfg(id='026827', author='Scowcroft Group', description=f'report on ISIS', date='2015-11-14'),
|
|
1307
|
+
DocCfg(id='024294', author=STACEY_PLASKETT, description=f"campaign flier", date='2016-10-01'),
|
|
1290
1308
|
DocCfg(
|
|
1291
1309
|
id='023133',
|
|
1292
1310
|
author=f"{TERJE_ROD_LARSEN}, Nur Laiq, Fabrice Aidan",
|
|
@@ -1298,9 +1316,7 @@ OTHER_FILES_POLITICS = [
|
|
|
1298
1316
|
author='US Office of Government Information Services',
|
|
1299
1317
|
description=f"Building a Bridge Between FOIA Requesters & Agencies",
|
|
1300
1318
|
),
|
|
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'),
|
|
1319
|
+
DocCfg(id='031670', description=f"letter from General Mike Flynn's lawyers to senators Mark Warner & Richard Burr about subpoena"),
|
|
1304
1320
|
DocCfg(
|
|
1305
1321
|
id='029357',
|
|
1306
1322
|
description=f"text about Israel's challenges going into 2015, feels like it was extracted from a book",
|
|
@@ -1312,14 +1328,14 @@ OTHER_FILES_POLITICS = [
|
|
|
1312
1328
|
]
|
|
1313
1329
|
|
|
1314
1330
|
OTHER_FILES_ACADEMIA = [
|
|
1331
|
+
DocCfg(id='024256', author=JOI_ITO, description=f"Internet & Society: The Technologies and Politics of Control"),
|
|
1332
|
+
DocCfg(id='027004', author=JOSCHA_BACH, description=f"The Computational Structure of Mental Representation", date='2013-02-26'),
|
|
1315
1333
|
DocCfg(
|
|
1316
1334
|
id='014697',
|
|
1317
|
-
author=
|
|
1335
|
+
author=LAWRENCE_KRAUSS_ASU_ORIGINS,
|
|
1318
1336
|
description=f'report: "Challenges of AI: Envisioning and Addressing Adverse Outcomes"',
|
|
1319
1337
|
duplicate_ids=['011284']
|
|
1320
1338
|
),
|
|
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
1339
|
DocCfg(id='015501', author=f"{MOSHE_HOFFMAN}, Erez Yoeli, and Carlos David Navarrete", description=f"Game Theory and Morality"),
|
|
1324
1340
|
DocCfg(id='025143', author=ROBERT_TRIVERS, description=f"Africa, Parasites, Intelligence", date='2018-06-25'),
|
|
1325
1341
|
DocCfg(id='029155', author=ROBERT_TRIVERS, description=f'response sent to the Gruterites ({GORDON_GETTY} fans)', date='2018-03-19'),
|
|
@@ -1352,32 +1368,34 @@ OTHER_FILES_ACADEMIA = [
|
|
|
1352
1368
|
OTHER_FILES_SPEECH = [
|
|
1353
1369
|
DocCfg(id='027009', author=EHUD_BARAK, description=f"speech to AIPAC", date='2013-03-03'),
|
|
1354
1370
|
DocCfg(id='026856', author='Kevin Rudd', description=f"speech 'Xi Jinping, China And The Global Order'", date='2018-06-26'),
|
|
1355
|
-
DocCfg(id='026731',
|
|
1371
|
+
DocCfg(id='026731', author='Lord Martin Rees', description=f"speech at first inaugural Cornell Carl Sagan Lecture"),
|
|
1356
1372
|
]
|
|
1357
1373
|
|
|
1358
1374
|
# resumes and application letters
|
|
1359
1375
|
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'),
|
|
1376
|
+
DocCfg(id='022367', author='Jack J Grynberg', description=RESUME_OF, date='2014-07-01'),
|
|
1363
1377
|
DocCfg(
|
|
1364
1378
|
id='029302',
|
|
1365
|
-
|
|
1379
|
+
author=MICHAEL_J_BOCCIO,
|
|
1380
|
+
description=f"{RESUME_OF} (former lawyer at the {TRUMP_ORG})",
|
|
1366
1381
|
date='2011-08-07',
|
|
1367
1382
|
),
|
|
1368
|
-
DocCfg(id='
|
|
1369
|
-
DocCfg(id='
|
|
1370
|
-
DocCfg(id='
|
|
1383
|
+
DocCfg(id='029102', author=NERIO_ALESSANDRI, description=HBS_APPLICATION),
|
|
1384
|
+
DocCfg(id='029104', author=NERIO_ALESSANDRI, description=HBS_APPLICATION),
|
|
1385
|
+
DocCfg(id='015671', author='Robin Solomon', description=RESUME_OF, date='2015-06-02'), # She left Mount Sinai at some point in 2015,
|
|
1386
|
+
DocCfg(id='015672', author='Robin Solomon', description=RESUME_OF, date='2015-06-02'), # She left Mount Sinai at some point in 2015,
|
|
1387
|
+
DocCfg(id='029623', description=f'bio of Kathleen Harrington, Founding Partner, C/H Global Strategies'),
|
|
1371
1388
|
]
|
|
1372
1389
|
|
|
1373
1390
|
OTHER_FILES_ARTS = [
|
|
1374
1391
|
DocCfg(id='018703', author=ANDRES_SERRANO, description=f"artist statement about Trump objects"),
|
|
1375
1392
|
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',
|
|
1393
|
+
DocCfg(id='030769', author='Independent Filmmaker Project (IFP)', description=f"2017 Gotham Awards invitation"),
|
|
1377
1394
|
DocCfg(id='028281', description=f'art show flier for "The House Of The Nobleman" curated by Wolfe Von Lenkiewicz & Victoria Golembiovskaya'),
|
|
1378
1395
|
DocCfg(
|
|
1379
1396
|
id='025205',
|
|
1380
|
-
|
|
1397
|
+
author='Mercury Films',
|
|
1398
|
+
description=f'partner profiles of Jennifer Baichwal, Nicholas de Pencier, Kermit Blackwood, Travis Rummel',
|
|
1381
1399
|
date='2010-02-01',
|
|
1382
1400
|
duplicate_ids=['025210']
|
|
1383
1401
|
),
|
|
@@ -1392,32 +1410,32 @@ OTHER_FILES_MISC = [
|
|
|
1392
1410
|
description=f'hot list Frankfurt Book Fair (includes article about Silk Road/Ross Ulbricht)',
|
|
1393
1411
|
date='2016-10-23',
|
|
1394
1412
|
),
|
|
1413
|
+
DocCfg(id='022494', author='DOJ', description=f'Foreign Corrupt Practices Act (FCPA) Resource Guide'),
|
|
1395
1414
|
DocCfg(id='023096', author=EPSTEIN_FOUNDATION, description=f'blog post', date='2012-11-15'),
|
|
1396
1415
|
DocCfg(id='029326', author=EPSTEIN_FOUNDATION, description=f'{PRESS_RELEASE}', date='2013-02-15'),
|
|
1397
1416
|
DocCfg(id='026565', author=EPSTEIN_FOUNDATION, description=f'{PRESS_RELEASE}, maybe a draft of 029326', date='2013-02-15'),
|
|
1417
|
+
DocCfg(id='027071', author=FEMALE_HEALTH_COMPANY, description=f"brochure requesting donations for female condoms in Uganda"),
|
|
1418
|
+
DocCfg(id='027074', author=FEMALE_HEALTH_COMPANY, description=f"pitch deck (USAID was a customer)"),
|
|
1419
|
+
DocCfg(id='032735', author=GORDON_GETTY, description=f"on Trump", date='2018-03-20'), # Dated based on concurrent emails from Getty
|
|
1420
|
+
DocCfg(id='025540', author=JEFFREY_EPSTEIN, description=f"rough draft of Epstein's side of the story?"),
|
|
1421
|
+
DocCfg(id='018224', author=LAWRENCE_KRAUSS, description=f"Skype conversation log"),
|
|
1398
1422
|
DocCfg(id='026634', author='Michael Carrier', description=f"comments about an Apollo linked hedge fund 'DE Fund VIII'"),
|
|
1423
|
+
DocCfg(id='031425', author=SCOTT_J_LINK, description=f'completely redacted email from'),
|
|
1399
1424
|
DocCfg(id='020447', author='Working Group on Chinese Influence Activities in the U.S.', description=f'Promoting Constructive Vigilance'),
|
|
1400
1425
|
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
1426
|
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
1427
|
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
1428
|
DocCfg(id='019448', description=f"Haitian business investment proposal called Jacmel"),
|
|
1411
1429
|
DocCfg(id='023644', description=f"interview with Mohammed bin Salman", date='2016-04-25'),
|
|
1412
1430
|
DocCfg(
|
|
1413
1431
|
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
1432
|
date='2016-09-01',
|
|
1433
|
+
description=f"{JASTA} (Justice Against Sponsors of Terrorism Act) doc that's mostly empty, references suit against Saudi f. {KATHRYN_RUEMMLER} & {KEN_STARR}",
|
|
1416
1434
|
),
|
|
1417
1435
|
DocCfg(
|
|
1418
1436
|
id='033338',
|
|
1419
|
-
description=f"{PRESS_RELEASE} announcing Donald Trump & {NICHOLAS_RIBIS} ended their working relationship at Trump's casino",
|
|
1420
1437
|
date='2000-06-07',
|
|
1438
|
+
description=f"{PRESS_RELEASE} announcing Donald Trump & {NICHOLAS_RIBIS} ended their working relationship at Trump's casino",
|
|
1421
1439
|
),
|
|
1422
1440
|
DocCfg(id='029328', description=f"Rafanelli Events promotional deck"),
|
|
1423
1441
|
DocCfg(id='033434', description=f"{SCREENSHOT} iPhone chat labeled 'Edwards' at the top"),
|
|
@@ -1493,7 +1511,9 @@ SENT_FROM_REGEX = re.compile(r'^(?:(Please forgive|Sorry for all the) typos.{1,4
|
|
|
1493
1511
|
|
|
1494
1512
|
|
|
1495
1513
|
# Error checking.
|
|
1496
|
-
|
|
1514
|
+
if len(OTHER_FILES_CONFIG) != 438:
|
|
1515
|
+
logger.warning(f"Only {len(OTHER_FILES_CONFIG)} configured other files!")
|
|
1516
|
+
|
|
1497
1517
|
encountered_file_ids = set()
|
|
1498
1518
|
|
|
1499
1519
|
for cfg in ALL_CONFIGS:
|