Skip to content

Commit

Permalink
force added data and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chr2022-anonymous-repository committed Aug 9, 2023
1 parent da87ead commit b95da43
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 0 deletions.
Binary file added docker/cache/ContentLengthEnginev0_NMvW_v0.csv.gz
Binary file not shown.
Binary file not shown.
Binary file added docker/cache/PMIEnginev0_NMvW_v0.csv.gz
Binary file not shown.
Binary file added docker/cache/PMIEnginev0_OpenBeelden_v0.csv.gz
Binary file not shown.
Binary file added docker/cache/RandomEnginev0_NMvW_v0.csv.gz
Binary file not shown.
Binary file not shown.
Binary file added docker/cache/TypicalityEnginev0_NMvW_v0.csv.gz
Binary file not shown.
Binary file not shown.
Binary file added docker/cache/VocabularyEnginev0_NMvW_v0.csv.gz
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions docker/data/NMvW.META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "NMvW_v0",
"name": "Nationaal Museum van Wereldculturen 146k",
"dataset_url": "https://collectie.wereldculturen.nl/",
"text_columns": ["ObjectName", "Provenance", "Notes"],
"dataset_params":
{
"Department": {
"label": "Department", "description": "Global region, e.g. 'Circumpolare Gebieden'", "control": "autocomplete", "options": []
},
"Classification": {
"label": "Classification", "description": "Type of object, e.g. 'Audiovisuele collectie'", "control": "autocomplete", "options": []
}
}
}
Binary file added docker/data/NMvW.image_URLs.csv.gz
Binary file not shown.
Binary file added docker/data/NMvW.v0_4.csv.gz
Binary file not shown.
23 changes: 23 additions & 0 deletions docker/data/OpenBeelden.META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

{
"id": "OpenBeelden_v0",
"name": "OpenBeelden First Try",
"dataset_url": "https://www.openbeelden.nl/",
"text_columns": ["subject"],
"dataset_params":
{
"subject": {
"label": "Subject", "description": "Subject", "control": "autocomplete", "options": []
},
"location": {
"label": "Location", "description": "Location", "control": "autocomplete", "options": []
},
"type": {
"label": "Type", "description": "Type", "control": "autocomplete", "options": []
},
"publisher": {
"label": "Publisher", "description": "Publisher", "control": "autocomplete", "options": []
}

}
}
Binary file added docker/data/OpenBeelden.image_URLs.csv.gz
Binary file not shown.
Binary file added docker/data/OpenBeelden.v0_0.csv.gz
Binary file not shown.

0 comments on commit b95da43

Please sign in to comment.