home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 168848449 and user = 2443309 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • jhamman · 2 ✖

issue 1

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

author_association 1

  • MEMBER 2
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
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

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 82.881ms · About: xarray-datasette