-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add apublications
method
#3
Comments
I agree that we need one of these. In order to implement it, I will need to be able to query Neotoma for publications. I will talk to Mike Anderson about creating such an operation. |
In Neotoma the publications are all stored in the Does each occurrence have some sort of authority for a published record somewhere else? If it doesn't, then maybe this is all moot. |
PBDB has the same concept, but we use a different name for it. In PBDB terminology, they are called "references" and are stored in the table named "refs" with key "reference_no". If you look at the other basic data tables (i.e. collections, occurrences, taxa) you will see that each one includes a "reference_no" column to indicate the publication from which the information was entered. The "publications" table in PBDB instead stores information about publications that used PBDB data, a much smaller set. |
To get more information about individual occurrences I'd like to be able to get from the occurrence information to publication data. To do this I would like to be able to pass in a comma separated string of occurrence IDs, or dataset IDs (in the case of Neotoma data), or both, and get back a formatted set of publications. Preferably in one of two styles:
Currently the options aren't really available from Neotoma, but we can pass something that looks like it. . .
If you could also search for publiations associated with a spatial or temporal domain that would be cool, but I'm not sure what it would do.
Also, would we then have the reverse method for
occurrence
s? A list of publications could be passed into theoccurrence
method to return all possible associated occurrences.The text was updated successfully, but these errors were encountered: