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:
- BibJSON (or Bibtex)
- Citation (APA, or whatever) . . .
/pubs?occ_id=1234,12345,2242&dataset_id=143
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 occurrences? A list of publications could be passed into the occurrence method to return all possible associated occurrences.
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
occurrences? A list of publications could be passed into theoccurrencemethod to return all possible associated occurrences.