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

3 rows where to_lom_id = "arxiv:2404.17605"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2408.06292,arxiv:2404.17605,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Autonomous llm-driven research from data to human-verifiable research papers, 2024 arxiv:2404.17605 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1007/978-3-031-94809-1_3,arxiv:2404.17605,cites AI Tools and Technologies for Academic Research doi:10.1007/978-3-031-94809-1_3 Autonomous llm-driven research from data to human-verifiable research papers, 2024 arxiv:2404.17605 cites OpenAlex cites:W4396818522 (top 20 by cited_by_count)
doi:10.3389/fbioe.2025.1537471,arxiv:2404.17605,cites Responsible AI in biotechnology: balancing discovery, innovation and biosecurity risks doi:10.3389/fbioe.2025.1537471 Autonomous llm-driven research from data to human-verifiable research papers, 2024 arxiv:2404.17605 cites OpenAlex cites:W4396818522 (top 20 by cited_by_count)

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 6.717ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository