Tourism Marketing Study
Tourism Marketing Study Dataset (1977-2019)
@kaggle.saurabhshahane_tourism_marketing_study
Tourism Marketing Study Dataset (1977-2019)
@kaggle.saurabhshahane_tourism_marketing_study
The brand management reseach & publication dataset, which was indexed by Scopus from 1968 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), “Tourism Marketing Study Dataset (1977-2019)”, Mendeley Data, V1, doi: 10.17632/kbjnh8vkbb.1
CREATE TABLE tourism_marketing_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,
"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.