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

Herp part disposition missing but location exists #21

Open
anna-chinn opened this issue Dec 12, 2019 · 2 comments
Open

Herp part disposition missing but location exists #21

anna-chinn opened this issue Dec 12, 2019 · 2 comments

Comments

@anna-chinn
Copy link
Contributor

anna-chinn commented Dec 12, 2019

There are specimens that are listed in inventory spreadsheet as missing from 2008-2012 inventory, but John Archer appears to have found them since and marked them with a part location. These should be checked again to make sure that they are actually in the collection.

SELECT ATTRIBUTE_VALUE, CAT_NUM, COLL_OBJ_DISPOSITION

from SPECIMEN_PART_ATTRIBUTE

FULL JOIN SPECIMEN_PART on SPECIMEN_PART_ATTRIBUTE.COLLECTION_OBJECT_ID = SPECIMEN_PART.COLLECTION_OBJECT_ID
FULL JOIN CATALOGED_ITEM on SPECIMEN_PART.DERIVED_FROM_CAT_ITEM = CATALOGED_ITEM.COLLECTION_OBJECT_ID
FULL JOIN COLL_OBJECT on SPECIMEN_PART.COLLECTION_OBJECT_ID = COLL_OBJECT.COLLECTION_OBJECT_ID

WHERE collection_cde = 'Herp' and
SPECIMEN_PART_ATTRIBUTE.ATTRIBUTE_VALUE is not null and
SPECIMEN_PART_ATTRIBUTE.ATTRIBUTE_TYPE = 'location' and
COLL_OBJ_DISPOSITION != 'in collection'
@anna-chinn
Copy link
Contributor Author

@anna-chinn
Copy link
Contributor Author

Same issues in reptiles as in amphibian data. I believe this problem comes from having recorded specimen locations from jar labels rather than from jar contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant