Skip to content

Commit 07306a3

Browse files
richteagueclaude
andcommitted
Add natal disk and accreting/embedded protoplanet keyword filters
Catches PDS-70-analogue papers that describe planets within their natal disk but don't use standard 'protoplanetary disk' phrasing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 67bb0f9 commit 07306a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

disk-digest.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const DISK_TERMS = [
2424
"circumplanetary disk",
2525
"circumplanetary disc",
2626
"disk-based",
27+
"natal disk",
28+
"natal disc",
2729
];
2830

2931
const CONTEXT_TERMS = [
@@ -66,6 +68,8 @@ const CONTEXT_TERMS = [
6668
"dust cavity",
6769
// magnetic fields in disks
6870
"magnetic field",
71+
"accreting protoplanet",
72+
"embedded protoplanet",
6973
];
7074

7175
const anthropic = new Anthropic({ apiKey: process.env.ANTHROPIC_API_KEY });

0 commit comments

Comments
 (0)