Skip to content

Commit f91ed1c

Browse files
aaronjnewmanclaude
andcommitted
Convert recruiting email draft to plain text for Outlook
Outlook doesn't render Markdown, so the previous .md version showed up to recipients with raw **bold** markers and ## headings. Plain text with ALL-CAPS section labels and indented lists travels cleanly through any mail client. Sandwiched the body between COPY/STOP-COPYING delimiters so the author-only notes don't leak into the email. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e15bb73 commit f91ed1c

2 files changed

Lines changed: 111 additions & 93 deletions

File tree

scripts/recruiting_email.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

scripts/recruiting_email.txt

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
RECRUITING EMAIL — DRAFT
2+
3+
Personalize the opener for each recipient (and add specific year suggestions
4+
where you can — e.g. "Suzanne, you've already done a pass on 1995-2000,
5+
want to keep going from there?"). Everything from "Subject:" down to the
6+
sign-off is reusable.
7+
8+
============================================================
9+
COPY FROM HERE INTO OUTLOOK
10+
============================================================
11+
12+
Subject: Help clean up 50 years of In-House Conference abstracts?
13+
14+
15+
Hi {Name},
16+
17+
For the 50th-anniversary In-House this year I put together a complete
18+
searchable archive of every program from 1975 to 2026 — roughly 2,150
19+
abstracts across 48 conferences (2020 and 2021 are absent due to COVID).
20+
The scans and PDFs you and others rescued have been OCR'd into a
21+
structured database and pushed to GitHub:
22+
23+
https://github.com/aaronjnewman/inhouse-conference-archive
24+
25+
The OCR did its best, but the older scans in particular have lots of
26+
small errors — author names mangled ("Hc1,Jaughton" for "McNaughton"),
27+
dropped accents, occasional words swallowed up. I'd like a small group
28+
of folks who know this department to do a careful pass year-by-year and
29+
clean those up.
30+
31+
32+
WHAT IT IS
33+
34+
A Google Sheet, one tab per year. No GitHub account, no software to
35+
install. Each row is one presentation. You see what the OCR captured
36+
on the left, and there are yellow columns on the right where you type
37+
the corrected version.
38+
39+
40+
WHAT YOU'D DO
41+
42+
1. I'll share the sheet with you. Pick one or more years.
43+
44+
2. On each row: if the title / authors / abstract is wrong, type the
45+
correct version in the yellow column next to it. If it's already
46+
right, leave the yellow columns empty.
47+
48+
3. Set the row's "status" dropdown to one of:
49+
- fixed — you typed at least one correction
50+
- checked-ok — you read it and nothing needed changing
51+
- needs-help — something's wrong and you're not sure how to fix it
52+
53+
4. Put your name in the "reviewer" column so we can credit you.
54+
55+
5. Each row has a "source_pdf" link straight to the program PDF on
56+
GitHub — click it if you want to compare against the original scan.
57+
58+
59+
A FEW CONVENTIONS
60+
61+
- Author format: Lastname, Firstname and Lastname, Firstname — e.g.
62+
LoLordo, Vincent M. and Jacobs, W. J. and Foree, Donald D.
63+
This is BibTeX's canonical form. It avoids ambiguity with compound
64+
surnames ("Van der Berg") and initial-only given names ("M.G. Yoon").
65+
66+
- Don't touch the white columns — those are the read-only "what the
67+
OCR currently says" record.
68+
69+
- Don't worry about structural problems — e.g. one abstract that's
70+
actually two presentations fused together, or an entry that's missing
71+
entirely. Just set status to needs-help and explain in notes;
72+
I'll fix those by hand.
73+
74+
75+
TIME
76+
77+
Each year has 15-65 entries. A careful pass on one year is roughly
78+
30-60 minutes depending on how bad the OCR was. There's no deadline —
79+
do as much or as little as you want.
80+
81+
82+
HOW FIXES GET APPLIED
83+
84+
Once a week, a script pulls the corrections from the sheet, applies
85+
them to the canonical archive, and regenerates the BibTeX file. So
86+
every Monday the public archive on GitHub reflects everyone's work
87+
from the prior week.
88+
89+
If you're game, just reply and I'll share the sheet. Happy to do a
90+
15-minute screenshare first if you'd like a walkthrough.
91+
92+
Thanks for considering it — this is exactly the kind of thing only
93+
people who've been around the department can do well.
94+
95+
Aaron
96+
97+
============================================================
98+
STOP COPYING HERE
99+
============================================================
100+
101+
102+
AFTER THEY REPLY
103+
104+
Things you'll likely need to do once they say yes:
105+
106+
- Share the spreadsheet with their personal Gmail (Editor access).
107+
- Optionally suggest 1-2 specific years they have personal knowledge
108+
of ("you were a regular through the late 90s — would you take
109+
1996-2000?").
110+
- Point them at scripts/README.md (in the GitHub repo) if they ask
111+
for more detail than the email gives.

0 commit comments

Comments
 (0)