Social Entrepreneurial Dataset
Social Entrepreneur Research & Publication (1978-2019)
@kaggle.saurabhshahane_social_entrepreneurial_dataset
Social Entrepreneur Research & Publication (1978-2019)
@kaggle.saurabhshahane_social_entrepreneurial_dataset
The social entrepreneur research & publication dataset, which was indexed by Scopus from 1978 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; Asitah, Nur; AZIZ, ABDUL (2020), “Social Entrepreneur Study Dataset (1978-2019)”, Mendeley Data, V2, doi: 10.17632/4sfm6nrjg3.2
CREATE TABLE social_entrepreneur_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,
"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.