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

Map : study explorer similar to clinepi's, based on the All Studies table columns #775

Open
4 tasks
bobular opened this issue Mar 26, 2024 · 3 comments
Open
4 tasks

Comments

@bobular
Copy link
Member

bobular commented Mar 26, 2024

On qa.restricted.clinepidb.org we have a new meta-study (not a megastudy!)

ClinEpiDB Study Explorer

It would be great to get this working in the map with the sub-studies counts and info panel.

Things that would need doing

  • study entity source ID should be EUPATH_0000605 (not OBI_0001628 as present)
  • the floating studies panel is currently hardwired to list the study titles, using variable ID OBI_0001622 ("investigation title") (not OBI_0001628 ("investigation identifier") as present)
  • check that the link-outs to study pages work, and if not, do client work to fix it
  • think about making the panel more generalisable or configurable? Show more columns etc? (there's probably another ticket for this)
@danicahelb
Copy link

@bobular the IRIs I used came from classifications.owl, which is used to label columns in the Study Summaries table: https://github.com/VEuPathDB/ApiCommonData/blob/master/Load/ontology/General/study_classifications/classifications.owl

See: https://veupathdb.atlassian.net/wiki/spaces/TECH/pages/11994114/Create+and+update+study+characteristics+ClinEpiDB

Is there any way to use the existing IRIs & labels to get the sub-study feature working for the vectorBase megastudy? Just trying to think about the best way to harmonize things going forward

@danicahelb
Copy link

The ClinEpiDB Study Explorer currently has 2 entities:

  1. Studies (EUPATH_0000605)
  2. Study Countries (EUPATH_9990007)

study entity source ID should be EUPATH_0000605 (not OBI_0001628 as present)

I think this is what we have? @bobular can you confirm?

  • Entity - Studies (EUPATH_0000605)
  • Variable - Study name (OBI_0001628)

the floating studies panel is currently hardwired to list the study titles, using variable ID OBI_0001622 (“investigation title”) (not OBI_0001628 (“investigation identifier”) as present)

@bobular can we relabel “Investigation title” to “Study name” on the VectorBase end, but switch the IRI from OBI_0001628 to OBI_0001622 on the ClinEpi end? This would harmonize variable labels & IRIs between the 2 sites

@aurreco-uga
Copy link
Member

aurreco-uga commented Mar 29, 2024

for my own understanding: we are trying to unify the study entity:

Screenshot 2024-03-28 at 2 33 01 PM

Screenshot 2024-03-28 at 2 32 41 PM

@aurreco-uga aurreco-uga changed the title Map sub-studies counts and popup - make it work more generally Map : study explorer similar to clinepi's based on the All Studies table columns Apr 6, 2024
@aurreco-uga aurreco-uga changed the title Map : study explorer similar to clinepi's based on the All Studies table columns Map : study explorer similar to clinepi's, based on the All Studies table columns Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants