Digital Innovation
Digital Innovation Research Dataset (1983-2019)
@kaggle.saurabhshahane_digital_innovation
Digital Innovation Research Dataset (1983-2019)
@kaggle.saurabhshahane_digital_innovation
The Digital Innovation research & publication dataset, which was indexed by Scopus from 1983 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.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
septianto, andre; Purnomo, Agung (2020), “Digital Innovation Research Dataset (1983-2019)”, Mendeley Data, V1, doi: 10.17632/gpr2phd9mk.1
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE digital_innovation_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,
"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.