You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
This also seems to be true for curator names. See for example this study on devtree, which has two listed curators. In the main study list, only one is shown (because oti stores just one, perhaps the last in the list?). Here's its entry in the response to https://devapi.opentreeoflife.org/oti/v1/findAllStudies:
...,
{
"ot:studyPublicationReference" : "Pasquet, Eric, F. Keith Barker, Jochen Martens, Annie Tillier, Corinne Cruaud, Alice Cibois. 2014. Evolution within the nuthatches (Sittidae: Aves, Passeriformes): molecular phylogeny, biogeography, and ecological perspectives. Journal of Ornithology",
"is_deprecated" : false,
"ot:focalCladeOTTTaxonName" : "Sittidae",
"ot:studyYear" : 2014,
"ot:tag" : "test tag",
"ot:curatorName" : "Jim Allman",
"ot:studyPublication" : "http://dx.doi.org/10.1007/s10336-014-1063-7",
"ot:comment" : "",
"ot:focalClade" : 603925,
"ot:studyId" : "2845",
"ot:dataDeposit" : ""
},
...
jimallman
added a commit
to OpenTreeOfLife/opentree
that referenced
this issue
Feb 18, 2015
N.B. This shows some bogus information due to oti's failure to index
all values in 'ot:curatorName' (should be a list), as described in
OpenTreeOfLife/oti#35
At least that's my assumption, since the response to
oti/v1/findAllStudies
never shows more than one tag per study.For what it's worth, the client-side code is expecting JSON as follows:
ot:tags
property (this is the status quo);The text was updated successfully, but these errors were encountered: