home / team-science

citation_edge

cites / cited_by / stub edges with a locator. Only when bibliography or OpenAlex referenced_works supports them.

Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository

5 rows where from_lom_id = "openalex:W157468466"

✎ View and edit SQL

This data as json, CSV (advanced)

Link from_lom_id to_lom_id kind locator
openalex:W157468466,doi:10.1016/b978-0-08-050684-5.50008-2,cites Genetic Algorithms, Tournament Selection, and the Effects of Noise. openalex:W157468466 A Comparative Analysis of Selection Schemes Used in Genetic Algorithms doi:10.1016/b978-0-08-050684-5.50008-2 cites OpenAlex referenced_works of W157468466
openalex:W157468466,doi:10.1093/biomet/48.1-2.151,cites Genetic Algorithms, Tournament Selection, and the Effects of Noise. openalex:W157468466 Expected values of normal order statistics doi:10.1093/biomet/48.1-2.151 cites OpenAlex referenced_works of W157468466
openalex:W157468466,doi:10.1214/aoms/1177728266,cites Genetic Algorithms, Tournament Selection, and the Effects of Noise. openalex:W157468466 Tables of Expected Values of Order Statistics and Products of Order Statistics for Samples of Size Twenty and Less from the Normal Distribution doi:10.1214/aoms/1177728266 cites OpenAlex referenced_works of W157468466
openalex:W157468466,doi:10.2307/2287606,cites Genetic Algorithms, Tournament Selection, and the Effects of Noise. openalex:W157468466 Order Statistics (2nd ed). doi:10.2307/2287606 cites OpenAlex referenced_works of W157468466
openalex:W157468466,openalex:W2278052651,cites Genetic Algorithms, Tournament Selection, and the Effects of Noise. openalex:W157468466 Genetic algorithms, noise, and the sizing of populations openalex:W2278052651 cites OpenAlex referenced_works of W157468466

Advanced export

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

CSV options:

CREATE TABLE citation_edge (
  from_lom_id  TEXT NOT NULL REFERENCES paper(lom_id),
  to_lom_id    TEXT NOT NULL REFERENCES paper(lom_id),
  kind         TEXT NOT NULL CHECK (kind IN ('cites','cited_by','stub')),
  locator      TEXT,
  PRIMARY KEY (from_lom_id, to_lom_id, kind),
  CHECK (from_lom_id <> to_lom_id)
);
Powered by Datasette · Queries took 7.403ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository