brunoamaral / gregory-ai

Artificial Intelligence and Machine Learning to help find scientific research and filter relevant content
https://gregory-ai.com/
Other
46 stars 6 forks source link

create a ClinicalTrial class for processing new information #309

Closed brunoamaral closed 1 year ago

brunoamaral commented 1 year ago

There is already a SciencePaper class that we use to make data coherent before saving to the database. Therefore, it makes sense to have the same thing for clinical trials, specially now that we save the identifier numbers.

In fact, I feel that every Kind, or content-type, should have an associated class.

https://github.com/brunoamaral/gregory/blob/main/django/gregory/classes.py#L1