Database of Wellcome Funded Papers from PubMed
收藏Mendeley Data2024-01-31 更新2024-06-28 收录
下载链接:
https://figshare.com/articles/dataset/Database_of_Wellcome_Funded_Papers_from_PubMed/644429/1
下载链接
链接失效反馈官方服务:
资源简介:
Database containing papers sourced from the XML result of a PubMed search for those entries where the grant number includes a reference to the Wellcome Trust. The db contains two tables; one contains the set of papers, including unique IDs, the second is the set of journals that the papers appear in. Article Table was Created via: CREATE TABLE articles ( id INTEGER PRIMARY KEY, created_on DATE DEFAULT CURRENT_DATE, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, article_title TEXT, pubyear INTEGER, pmid INTEGER, doi TEXT, journal INTEGER) and the Journal Table via: CREATE TABLE journals ( id INTEGER PRIMARY KEY, created_on DATE DEFAULT CURRENT_DATE, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, journal_title TEXT, nlm_unique_id INTEGER)
创建时间:
2024-01-31



