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
As a longitudinal study, I want to be able to deduplicate the metrics/impact for our data, so that I can see the impact of our study’s data as a whole.
{
dataset(id: "https://doi.org/10.14291/tccon.ggg2014") {
id
titles {
title
}
citationCount
viewCount
downloadCount
partCount
parts {
nodes {
id
titles {
title
}
citationCount
viewCount
downloadCount
}
}
}
}
See also https://www.pidforum.org/t/pid-graph-graphql-example-longitudinal-data/936