You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use information found in the Reports tab to identify review your created ADOs one-by-one and identify any errors or issues that may have come up during the Process if needed.
173
173
@@ -177,6 +177,8 @@ At the bottom of the AMI Report tab (for Archipelago 1.5.0 and up), you will see
177
177
178
178
Lastly, you may wish to run a batch Action against your already-processed ADOs for a particular AMI Set. Using the 'Run Action on Processed ADOs' tab for an AMI Set, you can select from the [available Actions](find_and_replace.md#available-actions) found in your Archipelago instance. The most common Actions you might wish to run for an AMI Set's ADOs include 'Publish' or 'Unpublish', and 'Trigger Strawberrry Runners process/reprocess for Archipelago Digital Objects content item' (read more about [Archipelago's Strawberry Runners Post-Processing Options here](strawberryrunners.md)).
179
179
180
+

181
+
180
182
#### Important Note about AMI's ADO Deletion Operations
Copy file name to clipboardExpand all lines: docs/ami_lod_rec.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,11 @@ Your source spreadsheet will also need to contain at least one column containing
21
21
22
22
From the main AMI Sets List page, click on your AMI Set's Name, or select the 'Edit' option from the Operations menu on the right-hand side of the Sets list.
@@ -72,9 +71,9 @@ When ready, there are multiple processing options to select from depending on yo
72
71
- To process immediately, select 'Process LoD from Source'
73
72
- To enqueue the batch process, select 'Enqueue but do not process Batch in real time.
74
73
- To add new data (i.e. terms, LoD Authority Sources) to existing reconciliation (e.g after replacing
75
-
source CSV data), select 'Re-process only adding new terms/LoD Authority Sources
74
+
source CSV data), select 'Re-process only adding new terms/LoD Authority Sources'
76
75
77
-

76
+

78
77
79
78
*Important note: if you have previously run LoD Reconciliation for your AMI set, this action will overwrite any manually corrected LoD on your Processed CSV. Please make sure you have a backup if unsure.*
80
79
@@ -96,7 +95,7 @@ You will see a table (form) containing:
96
95
- A Checked option you can use to denote that an LoD mapping has been reviewed/revisioned
97
96
- The Linked Data Label and URL pairing selected during the LoD reconciliation process
The results table will show 10 original terms and mappings per page. You can advance through the pages using the page numbers and navigational arrows above and below the table.
102
101
@@ -158,7 +157,16 @@ The same general pattern can be adapted to apply to different mapping scenarios
158
157
- 'getty_aat_terms' => Getty aat Terms
159
158
- 'getty_aat_exact' => Getty aat Exact Label Match
160
159
- 'wikidata_subjects_thing' => Wikidata Q Items
160
+
- 'mesh;term;startswith' => 'MeSH (starts with Term)',
161
+
- 'mesh;term;contains' => 'MeSH (contains Term)',
162
+
- 'mesh;term;exact' => 'MeSH (exact Term)',
163
+
- 'mesh;descriptor;startswith' => 'MeSH (starts with Descriptor)',
!!! note "Important note for Webform Strawberryfield Custom LoD Endpoints
161
168
169
+
When using Archipelago's [Local Webform Strawberryfield Custom LoD Endpoints](webform_sbf_custom_lod.md), the Processed LoD Information details will be generated dynamically, based on the column name of the source local LoD plus the prefix 'custom_'. For example, if your column name was 'local_lod_provider', the Processed LoD contextual information would show `custom_local_lod_provider` as the 'lod_endpoint_type'.
Copy file name to clipboardExpand all lines: docs/devops.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Installation is entirely [Dockerized](https://www.docker.com) and scripted with
20
20
--- | --- | ---
21
21
esmero-web | NGNIX | Routes calls to esmero-php
22
22
esmero-php | PHP-FPM | Has all binaries for postprocessing/exif/ocr/etc. Runs PHP code.
23
-
esmero-db | Database | AMD and INTEL processors: MYSQL 8<br />ARM processors: MariaDB
23
+
esmero-db | Database | AMD and INTEL processors: MYSQL 8.0.44<br />ARM processors: MariaDB 10.6.24
24
24
esmero-minio | Storage | S3 API compatible Backend file and ADO as file storage. In a local it will do all the S3 stuff, on a live instance it can server as file routing to AWS S3, Azure Blob Storage, etc.
25
-
esmero-solr | Solr | Currently version 9.8.4
25
+
esmero-solr | Solr | Currently version 9.10
26
26
esmero-nlp | Natural Language Processing | NLP64 server for entity extraction, language detection, ML, etc.
27
-
esmero-cantaloupe | IIIF Media Server| Customized Server used to provide IIIF Image API/Media access
27
+
esmero-cantaloupe | IIIF Media Server| Customized Server used to provide IIIF Image API/Media access
28
28
29
29
* Information related to non-Dockerized installation and configruation can be found here: [Traditional Installation Notes](traditional-install.md)
0 commit comments