You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this article for examples of PMID, PMCID, and DOI. Create an identifier table with the following columns:
Core_id: Primary key for identifier table. Integer
PMID: Pubmed identifier for paper abstract and citation. Integer
PMCID: PubMed Central identifier. String
DOI: Digital object identifier. String
Document ID: Foreign key for documents table, document hash. BYTEA
Provenance ID: Foreign key for provenance table. Records what script generated the core_id and when. Integer.
created_at: datetime
Update the upload_pdfs.py to create an entry in the identifier table for PMID if the user specifies the title of the paper is PMID. Also allow user to input a dictionary or point to a JSON file that allows users to provide PMID, PMCID, and/or DOI identifiers for file paths. JSON should have structure like this:
See this article for examples of PMID, PMCID, and DOI. Create an identifier table with the following columns:
Core_id: Primary key for identifier table. Integer
PMID: Pubmed identifier for paper abstract and citation. Integer
PMCID: PubMed Central identifier. String
DOI: Digital object identifier. String
Document ID: Foreign key for documents table, document hash. BYTEA
Provenance ID: Foreign key for provenance table. Records what script generated the core_id and when. Integer.
created_at: datetime
Update the upload_pdfs.py to create an entry in the identifier table for PMID if the user specifies the title of the paper is PMID. Also allow user to input a dictionary or point to a JSON file that allows users to provide PMID, PMCID, and/or DOI identifiers for file paths. JSON should have structure like this:
The text was updated successfully, but these errors were encountered: