home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 168848449 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • jhamman 2
  • shoyer 1
  • fmaussion 1

issue 1

  • How to cite xarray in a research paper · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
237011863 https://github.com/pydata/xarray/issues/931#issuecomment-237011863 https://api.github.com/repos/pydata/xarray/issues/931 MDEyOklzc3VlQ29tbWVudDIzNzAxMTg2Mw== jhamman 2443309 2016-08-02T19:12:36Z 2016-08-02T19:12:36Z MEMBER

If I understand how Zenodo works, one possibility would be to always ask to cite the paper (for the citation records) and use Zenodo as an additional reference to a specific version of xarray?

Exactly!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How to cite xarray in a research paper 168848449
236989698 https://github.com/pydata/xarray/issues/931#issuecomment-236989698 https://api.github.com/repos/pydata/xarray/issues/931 MDEyOklzc3VlQ29tbWVudDIzNjk4OTY5OA== fmaussion 10050469 2016-08-02T18:04:07Z 2016-08-02T18:04:07Z MEMBER

Once you'll have both (a DOI for the paper, a DOI from Zenodo), which one will you recommend?

If I understand how Zenodo works, one possibility would be to always ask to cite the paper (for the citation records) and use Zenodo as an additional reference to a specific version of xarray?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How to cite xarray in a research paper 168848449
236988052 https://github.com/pydata/xarray/issues/931#issuecomment-236988052 https://api.github.com/repos/pydata/xarray/issues/931 MDEyOklzc3VlQ29tbWVudDIzNjk4ODA1Mg== jhamman 2443309 2016-08-02T17:59:00Z 2016-08-02T17:59:00Z MEMBER

Indeed. Once that paper is submitted, I'll put together a PR with documention on how to cite xarray.

Bibtex will look something like this:

@article{hoyer2016xarray, title={xarray: {N-D} labeled arrays and datasets in {Python}}, author={Hoyer, S. and J. Hamman}, journal={in prep, J. Open Res. Software}, year={2016} }

and there will also Zenodo doi once 0.8 is officially released.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How to cite xarray in a research paper 168848449
236921667 https://github.com/pydata/xarray/issues/931#issuecomment-236921667 https://api.github.com/repos/pydata/xarray/issues/931 MDEyOklzc3VlQ29tbWVudDIzNjkyMTY2Nw== shoyer 1217238 2016-08-02T14:28:32Z 2016-08-02T14:28:32Z MEMBER

Yes, we should do this. @jhamman and I are actually in the final stages of preparing a manuscript for submission to JORS.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How to cite xarray in a research paper 168848449

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 4565.687ms · About: xarray-datasette