Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Other features (suggestions welcome)?

## Upcoming Changes
-
- Add Virgin Islands Superior Court neutral citation reporter (VI Super) (#252)


## Current Version
Expand Down
29 changes: 29 additions & 0 deletions reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -26682,6 +26682,35 @@
"variations": {}
}
],
"VI Super": [
{
"cite_type": "neutral",
"editions": {
"VI Super": {
"end": null,
"regexes": [
"$volume_year $reporter (?P<page>\\d{1,4}(?: ?[PU])?)"
],
"start": "2019-01-01T00:00:00"
}
},
"examples": [
"2023 VI Super 70P",
"2023 VI Super 73U",
"2023 VI Super 70 P",
"2023 VI Super 73"
],
"mlz_jurisdiction": [
"us:vi;superior.court"
],
"name": "Virgin Islands Superior Court Neutral Citation",
"variations": {
"V.I. Super": "VI Super",
"V.I. Super.": "VI Super",
"VI Super.": "VI Super"
}
}
],
"VT": [
{
"cite_type": "neutral",
Expand Down
Loading