Wikipedia:Pagesets/Citing journal articles
From Wikipedia, the free encyclopedia
By identifier type
cite-doi
- label: Articles with DOI.org links
- type: sql
- database: enwiki_p
- query: select el_from, el_to_path from externallinks join page on el_from = page_id where page_namespace in (0, 118) and el_to_domain_index like 'https://org.arxiv.%';
- output: page_id, url_path
cite-pubmed
- label: Articles with PubMed links
- type: sql
- database: enwiki_p
- query: select el_from, el_to_path from externallinks join page on el_from = page_id where page_namespace in (0, 118) and el_to_domain_index like 'https://gov.nih.nlm.ncbi.pubmed.%';
- output: page_id, url_path
cite-arxiv
- label: Articles with arXiv links
- type: sql
- database: enwiki_p
- query: select el_from, el_to_path from externallinks join page on el_from = page_id where page_namespace in (0, 118) and el_to_domain_index like 'https://org.doi.%';
- output: page_id, url_path