paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Search for external information #26

Closed doricon closed 2 years ago

doricon commented 3 years ago

How will we support searching for external information? For example - the info that is linked through iDigBio, such as repository info or other specimen info that we are not directly storing.

This came us as a result of discussions in the Paleo Data Happy Hour meeting. Here are the meeting shared notes: https://docs.google.com/document/d/13CtuqsaRFz4n1SBWOvwl2U7UzTNtzaH9-7actrHcXe0/edit

and a recording of the meeting: https://drive.google.com/file/d/1rjnESAfX55v-oggNFfirotlQQLE0SqeE/view

aazaff commented 3 years ago

This can be handled by making requests to the search APIs of the respective sites - e.g., paleobiodb https://paleobiodb.org/data1.2/colls_doc.html.

We may want to do some research on this to make sure the i/o is sustainable however.

doricon commented 3 years ago

If we do this by searching the APIs of the other sites, does that enable us to display those results in our search results? (apologies if that is a silly question!)

Further, can we combine info sourced from another site and unique info sourced from our site in the same output? For example, if I wanted to search for and display the following: all the OTUs from the Cretaceous in our database along with the museum specimen numbers and museum/repository name for the specimens that support those OTUs.

aazaff commented 2 years ago

Yes.