Skip to content

Description of notebook for user story #8 #5

@mfenner

Description

@mfenner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions