Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing military courts #62

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
71 changes: 63 additions & 8 deletions src/juris-us-desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,9 @@
"name": "Air Force Court of Criminal Appeals",
"abbrev": "A.F. Ct. Crim. App."
},
"armed.services.board.contract.appeals": {
"name": "Armed Services Board of Contract Appeals",
"abbrev": "A.S.B.C.A."
},
"army.court.criminal.appeals": {
"name": "Army Court of Criminal Appeals",
"abbrev": "Army Ct. Crim. App."
"abbrev": "A. Ct. Crim. App."
},
"commerce.court": {
"name": "Commerce Court",
Expand All @@ -175,6 +171,10 @@
"name": "Court of Appeals for the Armed Forces",
"abbrev": "C.A.A.F."
},
"armed.services.board.contract.appeals": {
"name": "Armed Services Board of Contract Appeals",
"abbrev": "A.S.B.C.A."
},
"court.military.commission.review": {
"name": "Court of Military Commission Review",
"abbrev": "Ct. Mi. Comm'n Rev."
Expand All @@ -183,6 +183,50 @@
"name": "United States Courts Martial",
"abbrev": "Ct. Martial"
},
"air.force.court.military.review": {
"name": "Air Force Court of Military Review",
"abbrev": "A.F.C.M.R."
},
"air.force.board.review" : {
"name": "Air Force Board of Review",
"abbrev": "A.F.B.R."
},
"army.court.military.review": {
"name": "Army Court of Military Review",
"abbrev": "A.C.M.R."
},
"army.board.review": {
"name": "Army Board of Review",
"abbrev": "A.B.R."
},
"coast.guard.court.criminal.appeals": {
"name": "Coast Guard Court of Criminal Appeals",
"abbrev": "C.G. Ct. Crim. App."
},
"coast.guard.military.review": {
"name": "Coast Guard Court of Military Review",
"abbrev": "C.G.M.R."
},
"coast.guard.board.review": {
"name": "Coast Guard Board of Review",
"abbrev": "C.G.B.R."
},
"court.military.appeals": {
"name": "Court of Military Appeals",
"abbrev": "C.M.A."
},
"navy.marine.corps.court.military.review": {
"name": "Navy-Marine Corps Court of Military Review",
"abbrev": "N.M.C.M.R."
},
"navy.court.military.review": {
"name": "Navy Court of Military Review",
"abbrev": "N.C.M.R."
},
"navy.board.review": {
"name": "Navy Board of Review",
"abbrev": "N.B.R."
},
"emergency.court.appeals": {
"name": "Emergency Court of Appeals",
"abbrev": "Emer. Ct. App."
Expand Down Expand Up @@ -1796,13 +1840,13 @@
"name": "Federal",
"courts": {
"air.force.court.criminal.appeals": {},
"armed.services.board.contract.appeals": {},
"army.court.criminal.appeals": {},
"attorney.general": {
"abbrev_select": "court"
},
"commerce.court": {},
"court.appeals.armed.forces": {},
"armed.services.board.contract.appeals": {},
"court.military.commission.review": {},
"courts.martial": {},
"emergency.court.appeals": {},
Expand All @@ -1813,7 +1857,18 @@
"navy.marine.corps.court.criminal.appeals": {},
"special.court.regional.rail.reorganization.act": {},
"tax.court": {},
"temporary.emergency.court.appeals": {}
"temporary.emergency.court.appeals": {},
"air.force.court.military.review": {},
"air.force.board.review": {},
"army.court.military.review": {},
"army.board.review": {},
"coast.guard.court.criminal.appeals": {},
"coast.guard.military.review": {},
"coast.guard.board.review": {},
"court.military.appeals": {},
"navy.marine.corps.court.military.review": {},
"navy.court.military.review": {},
"navy.board.review": {}
}
},
"us:fl": {
Expand Down Expand Up @@ -1847,7 +1902,7 @@
"abbrev": "Super. Ct. Guam"
},
"supreme.court": {
"abbrev": "Sup. Ct. Guam",
"abbrev": "Sup. Ct. Guam",
"ABBREV": "Guam"
}
}
Expand Down