ucsdlib / damspas

UC San Diego DAMS Hydra Head
Other
7 stars 5 forks source link

Keesing Collection: Image(s) and metadata export needed #326

Closed gamontoya closed 7 years ago

gamontoya commented 7 years ago

DESCRIPTIVE SUMMARY

I'd like to have a copy of the tiffs and med-resolution jpegs (2.jpg) exported from the DAMS.

Export the images (divided by restricted and non-restricted) along with a CSV export of the descriptive metadata (see below for requested metadata elements).

Note: List of 886 restricted images (ARKs) attached here

EXPORT LOCATION

TIFFS:

JPEGS:

CSV:

DESCRIPTIVE METADATA ELEMENTS

Rationale

Anthropologist David Akin, who we've been working with for a number of years on the Roger Keesing Collection, will be making a trip to the Solomon Islands in August. They have set up an archive there, and he will be delivering electronic equipment to share content, e.g. solar power laptops, projectors, etc.

As a part of the work we've been doing with the community, we sent physical hard copies of documents, and now we would like to send the digital copies of the Keesing Photographs along with David on his trip to return to the community.

lsitu commented 7 years ago

@ucsdlib/operations We may need to see how to download the TIFFs and JPEGs to the specific locations. I recalled that @rstanonik once use a script to download the files from dams with a list of ARKs in the past. Is it still doable to use/update that script to download the TIFFs and JPEGs for the restricted and non-restricted objects to the locations above? In addition to those 886 ARKs for the restricted objects above, I can provide the ARKs for those non-restricted objects in Keesing as well if that works. Thank you very much.

lsitu commented 7 years ago

@gamontoya I've exported the metadata for all 3868 objects in Keesing:

metadata.txt

Could you take a look? Note that the "Personal Name" column only includes subject personal name at this time. Please let me know if we need to include personal names from relationship with creator roles.

gamontoya commented 7 years ago

@lsitu Can you export as Tab delimited (we are seeing issues with comma separate), and yes... export the creator roles too. Thanks for asking!

lsitu commented 7 years ago

Hi Gabriela, Here is the Tab delimited version metadata.txt. What's the problem with the CSV format?

gamontoya commented 7 years ago

@lsitu Perfect! With the commas, the subjects were running on into the personal names column, but this one works fine.

lsitu commented 7 years ago

Got it. I think we can fix that. Just let me know if you still want the CSV format.

gamontoya commented 7 years ago

@lsitu No, we just need that tab delimited version.

lsitu commented 7 years ago

That sounds good. Thanks Gabriela.

lsitu commented 7 years ago

@rstanonik Could we copy the Tab delimited metadata file metadata.txt to \lib-storage.ucsd.edu\digital-staging\Cristela_Keesing\metadata? We don't have the write access to lib-storage.

Here is the arks for those 2892 non-restricted objects: arks_non-restricted-2892.txt. Could we use your script to download the TIFFs to \lib-storage.ucsd.edu\digital-staging\Cristela_Keesing\tiff\non-restricted and the JPEGs (2.jpg) to \lib-storage.ucsd.edu\digital-staging\Cristela_Keesing\jpeg\non-restricted? And also download the TIFFs and JPEGs (2.jpg) for those 886 restricted objects to download \lib-storage.ucsd.edu\digital-staging\Cristela_Keesing\tiff\restricted and \lib-storage.ucsd.edu\digital-staging\Cristela_Keesing\jpeg\restricted respectively?

Please let me know if it doesn't work and we'll see what's the better way to download those files. Thank you very much.

gamontoya commented 7 years ago

@lsitu I copied over the metadata.txt file to digital-staging. Remaining to do is @rstanonik copying over the TIFF and JPEGs.

lsitu commented 7 years ago

Thanks Gabriela. @rstanonik Please let me know if you have any questions regarding copying the TIFFs and JPEGs over. Thanks.

lsitu commented 7 years ago

@rstanonik Have you got a chance to take look at the issue regarding copying the TIFF and JPEGs (2.jpg) to lib-storage? Here are the arks: for 886 restricted objects and 2892 non-restricted objects: keesing_restricted.txt arks_non-restricted-2892.txt

Please let me know if you have any questions. If your scripts are not working so well in this case, I think we can write a small tool to do that . Thanks.

rstanonik commented 7 years ago

I'm working on the script.

lsitu commented 7 years ago

Thanks @rstanonik . Just let me know if there's anything that you need me to work on.

rstanonik commented 7 years ago

It's done. Take a look and confirm the files are correct.

lsitu commented 7 years ago

Thanks a lot @rstanonik. The TIFFs looks correct. The only issue I see is the JPEGs files are all in folder the non-restricted jpeg/non-restricted while the jpeg/restricted is empty. I think we just need to separate it.

rstanonik commented 7 years ago

Good catch. I moved the restricted jpegs.

lsitu commented 7 years ago

@rstanonik It looks like that the non-restricted files were moved instead, and now the JPEGs in jpeg/restricted and jpeg/non-restricted files need to switch.

lsitu commented 7 years ago

@rstanonik I see folder jpeg/restricted contains 2982 files, which are from the non-restricted ark list (https://github.com/ucsdlib/damspas/files/1106957/arks_non-restricted-2892.txt) and the folder jpeg/non-restricted contains 886 restricted files instead. This is not correct and we may need to rename the folders. Do you see the same thing?

rstanonik commented 7 years ago

Okay, I switched jpeg restricted and non-restricted

gamontoya commented 7 years ago

@cgarciaspitz Please confirm that you have everything you need from this ticket.

Thank you @lsitu and @rstanonik