-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ministryofjustice/add-sample-data
Add sample data for the prototype
- Loading branch information
Showing
18 changed files
with
254 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,12 @@ version = "0.1.0" | |
description = "" | ||
authors = ["Mitch Dawson <[email protected]>"] | ||
readme = "README.md" | ||
packages = [{include = "daap_catalogue"}] | ||
packages = [{ include = "daap_catalogue" }] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
django = "^5.0.1" | ||
pyyaml = "^6.0.1" | ||
|
||
|
||
[build-system] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Example search results for prototyping | ||
results: | ||
- title: Data supporting HMCTS ‘Commonality’ study | ||
summary: Dataset supporting the study on the extent of commonalities between individuals who become involved in violent extremist groups and violent criminal gangs, and the processes by ... | ||
registered_by: HMCTS Behavioural Science Team | ||
database_name: Output_CommStud | ||
first_created: 23/10/2021 | ||
refresh_period: None | ||
retention_period: Permanent | ||
tags: | ||
- Crime Prediction | ||
- Behavioural Profiling | ||
|
||
- title: Gang violence in UK prisons | ||
summary: Source data for the official Q2 2023 statistics on gang violence in prisons | ||
registered_by: D&A Statistics Team | ||
database_name: GangStatQ32023v1 | ||
first_created: 31/06/2023 | ||
refresh_period: None | ||
retention_period: Permanent | ||
tags: | ||
- Official Statistics 2022/23 | ||
- Gang Violence | ||
|
||
- title: NOMIS gang violence extracts | ||
summary: Daily extracts of NOMIS tables related to gang violence, including non-association data, violent incidents data, movement data. Data extracts are anonymised at source | ||
registered_by: NART Team | ||
database_name: DailyGangExports | ||
first_created: 01/01/2001 | ||
refresh_period: Daily | ||
retention_period: 7 years | ||
tags: | ||
- NOMIS | ||
- NOMIS extracts | ||
|
||
- title: Modelling output | ||
summary: Output of experimental model run on most working days aiming to predict upticks and downticks in violent activity in prisons, based on prisoner moves of known gang members | ||
registered_by: D&A Data Modelling Team | ||
database_name: ViolentMoves_model | ||
first_created: 01/11/2023 (1 week ago) | ||
refresh_period: Daily | ||
retention_period: TBA | ||
tags: | ||
- Scenario Modelling | ||
- Prisoner Moves | ||
|
||
- title: Non-association data | ||
summary: Data held in NOMIS for each prisoner, detailing any other person (prisoner, visitor, payee, violent gang member, victim...) that they are not allowed to associate with | ||
registered_by: NOMIS Team | ||
database_name: non-association-list | ||
first_created: 01/01/2001 | ||
refresh_period: Daily | ||
retention_period: Multiple rules apply | ||
tags: | ||
- NOMIS | ||
- Non-association | ||
|
||
total_results: 93 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters