RDFBones / RDFBonesPhaleron

An RDFBones implementation of the data collection routines developed for the Phaleron Bioarchaeological Project.
1 stars 0 forks source link

Alveolar resorption options within dental pathology incorrect #77

Closed hayesleigh closed 1 year ago

hayesleigh commented 1 year ago

Hello, the options for alveolar resorption within the dental pathology module are incorrect. Currently the options read : ThreetoFiveMillimeters, Alveolar Resorption, 2-3mm, Unobservable, Absent, Majority of tooth root exposed, and complete. (Picture shown below).

image

They should read:

Absent, Slight (2-3 mm), Moderate (3-5mm), Severe (majority of root exposed), Complete (tooth evulsed, alveoli completely obliterated), and Unobservable. Picture below.

image

cuboideum commented 1 year ago

Fixed with pull request https://github.com/RDFBones/Phaleron-DentalPathologies/commit/1cd761425da9cd8afb63be6b69212bb21eb4e734. The changes are also included in the Phaleron App Ontology since commit https://github.com/AnthroGraph/Phaleron-AppOntology/commit/89c74ba722ba00c7969451c909d4f14b6ab8a0d4.

The fix has been tested with a development instance of AnthroGraph. @zarquon42b: Please update production instance and/or confirm proper functionality there.

hayesleigh commented 1 year ago

Checked and functions properly now, thank you!