Scientific Writing Study Dataset
Scientific Writing Study Dataset (1884-2019)
@kaggle.saurabhshahane_scientific_writing_study_dataset
Scientific Writing Study Dataset (1884-2019)
@kaggle.saurabhshahane_scientific_writing_study_dataset
The scientific writing publication dataset, which was indexed by Scopus from 1884 to 2019.
The dataset contains data authors, authors ID Scopus, title, year, source title, volume, issue, article number in Scopus, DOI, link, affiliation, abstract, index keywords, references, Correspondence Address, editors, publisher, conference name, conference date, conference code, ISSN, language, document type, access type, and EID.
Purnomo, Agung (2020), “Scientific Writing Study Dataset (1884-2019)”, Mendeley Data, V1, doi: 10.17632/p8sjcjvrjj.1
CREATE TABLE scientific_writing_study_dataset (
"authors" VARCHAR,
"author_s_id" VARCHAR -- Author(s) ID,
"title" VARCHAR,
"year" BIGINT,
"source_title" VARCHAR,
"volume" VARCHAR,
"issue" VARCHAR,
"art_no" VARCHAR -- Art. No.,
"page_start" VARCHAR,
"page_end" VARCHAR,
"page_count" DOUBLE,
"cited_by" DOUBLE,
"doi" VARCHAR,
"link" VARCHAR,
"affiliations" VARCHAR,
"authors_with_affiliations" VARCHAR,
"abstract" VARCHAR,
"author_keywords" VARCHAR,
"index_keywords" VARCHAR,
"molecular_sequence_numbers" VARCHAR,
"chemicals_cas" VARCHAR,
"tradenames" VARCHAR,
"manufacturers" VARCHAR,
"funding_details" VARCHAR,
"funding_text_1" VARCHAR,
"funding_text_2" VARCHAR,
"funding_text_3" VARCHAR,
"funding_text_4" VARCHAR,
"funding_text_5" VARCHAR,
"funding_text_6" VARCHAR,
"funding_text_7" VARCHAR,
"references" VARCHAR,
"correspondence_address" VARCHAR,
"editors" VARCHAR,
"sponsors" VARCHAR,
"publisher" VARCHAR,
"conference_name" VARCHAR,
"conference_date" VARCHAR,
"conference_location" VARCHAR,
"conference_code" DOUBLE,
"issn" VARCHAR,
"isbn" VARCHAR,
"coden" VARCHAR,
"pubmed_id" DOUBLE,
"language_of_original_document" VARCHAR,
"abbreviated_source_title" VARCHAR,
"document_type" VARCHAR,
"publication_stage" VARCHAR,
"access_type" VARCHAR,
"source" VARCHAR,
"eid" VARCHAR
);Anyone who has the link will be able to view this.