Skip to content

Commit 127c241

Browse files
grossirclaude
andcommitted
feat(reporters): add "USPQ2d (BNA)" and "[BNA]" variations to U.S.P.Q. (BNA) (#248)
eyecite does not collapse the USPQ↔2d boundary, so the unspaced parenthetical form `USPQ2d (BNA)` was not being matched despite `USPQ 2d (BNA)` existing. Add it, plus bracketed `[BNA]` variants mirroring each `(BNA)` form for both the first and second series. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3c5d6fc commit 127c241

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Other features (suggestions welcome)?
1212

1313
## Upcoming Changes
14-
-
14+
- Add unspaced "USPQ2d (BNA)" and bracketed "[BNA]" variations to U.S.P.Q. (BNA) reporter (#248)
1515

1616

1717
## Current Version

reporters_db/data/reporters.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26411,14 +26411,22 @@
2641126411
"name": "The United States Patents Quarterly",
2641226412
"variations": {
2641326413
"U.S.P.Q.": "U.S.P.Q. (BNA)",
26414+
"U.S.P.Q. 2d [BNA]": "U.S.P.Q. 2d (BNA)",
26415+
"U.S.P.Q. [BNA]": "U.S.P.Q. (BNA)",
2641426416
"U.S.P.Q.2D (BNA)": "U.S.P.Q. 2d (BNA)",
26417+
"U.S.P.Q.2D [BNA]": "U.S.P.Q. 2d (BNA)",
2641526418
"U.S.P.Q.2d": "U.S.P.Q. 2d (BNA)",
2641626419
"U.S.P.Q.2d (BNA)": "U.S.P.Q. 2d (BNA)",
26420+
"U.S.P.Q.2d [BNA]": "U.S.P.Q. 2d (BNA)",
2641726421
"USPQ": "U.S.P.Q. (BNA)",
2641826422
"USPQ (BNA)": "U.S.P.Q. (BNA)",
2641926423
"USPQ 2d": "U.S.P.Q. 2d (BNA)",
2642026424
"USPQ 2d (BNA)": "U.S.P.Q. 2d (BNA)",
26421-
"USPQ2d": "U.S.P.Q. 2d (BNA)"
26425+
"USPQ 2d [BNA]": "U.S.P.Q. 2d (BNA)",
26426+
"USPQ [BNA]": "U.S.P.Q. (BNA)",
26427+
"USPQ2d": "U.S.P.Q. 2d (BNA)",
26428+
"USPQ2d (BNA)": "U.S.P.Q. 2d (BNA)",
26429+
"USPQ2d [BNA]": "U.S.P.Q. 2d (BNA)"
2642226430
}
2642326431
}
2642426432
],

0 commit comments

Comments
 (0)