Bibliometrics (17): The Biblioshiny App For Non-Coders | Bibliometrix R Package

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • biblioshiny: The User Friendly Extension of The Bibliometrix Package
    This video shows how to conduct a bibliometric analysis using the biblioshiny tool of the Bibliometrix R Package in a step-by-step process from start to finish. This is particularly helpful for those who cannot code or does not like coding.
    →Download data and codes: researchhub.or...
    →Full course at researchhub.or...
    .
    How to install the R software?
    • RStudio (1): How to in...
    .
    Basic concepts in literature reviews:
    • Bibliometrics (1): Con...
    .
    How to extract bibliography data?
    Web of Science: • Bibliometrics (6): Ext...
    Scopus: • Bibliometrics (16): Ex...
    .
    Published study using biblimetrix package, See doi.org/10.108...
    Published Bibliometric Analysis Studies by RHUB members:
    (1) www.sciencedir...
    (2) link.springer....
    .
    ResearchHUB Facebook:
    Page: / research.hub.org
    Community: / research.hub.org
    Website: researchhub.org/
    .
    RHUB Founder Profile:
    ResearchGate: www.researchga...
    LinkedIn: / ziaulmunim
    .
    #biblioshiny #bibliometrix #ResearchHUB #CitationAnalysis #Scientometrics

Комментарии • 92

  • @RESEARCHHUB
    @RESEARCHHUB  4 года назад +5

    How to install the R software?
    ruclips.net/video/zvtkWKwjwfA/видео.html
    .
    Basic concepts in literature reviews:
    ruclips.net/video/wBux-te-uxE/видео.html
    .
    How to extract bibliography data?
    Web of Science: ruclips.net/video/wRGaMCY8hY4/видео.html
    Scopus: ruclips.net/video/RwvII8VGe-Y/видео.html

  • @aryanaghili
    @aryanaghili 6 лет назад +2

    Great Job! Thanks Research HUB for the new Bibliometrix video!

  • @Alhamzah_F_Abbas
    @Alhamzah_F_Abbas 3 года назад +3

    amazing tool. thank you for the explanation

  • @siddharthakashyap4296
    @siddharthakashyap4296 4 года назад +1

    This tool is amazing... Thank you so much for creating this video.

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад +1

      Thanks you. Please share the video with your friends and colleagues.

    • @siddharthakashyap4296
      @siddharthakashyap4296 4 года назад

      Research HUB yes, already did.

  • @hailaygebretsadik782
    @hailaygebretsadik782 4 года назад +1

    It is very important lecture and more helpful. Thank you so much!!!

  • @AhmedSWafi
    @AhmedSWafi 4 года назад

    Thank you for your kind explain with simple instructions.
    It's useful and amazing. So, I appreciate your effort. Thanks a lot !

  • @yulinliu850
    @yulinliu850 4 года назад +1

    Wonderful tool and teaching! Thanks!

  • @sidharthharichandan1622
    @sidharthharichandan1622 3 года назад

    I am not getting the legend column (bottom left hand side) for tracking documents as you are getting in 9:45

  • @hamdanalmasri6540
    @hamdanalmasri6540 4 года назад +1

    Do the nodes in the co-citation analysis network represent documents or their reference? I mean, the analysis unit is the article or the reference from the articles.
    How do I know which articles are cited together?

  • @taufiqmathar3536
    @taufiqmathar3536 2 года назад

    I appreciate your kind efforts. Thank you

  • @SebastianRodriguez-jl8vp
    @SebastianRodriguez-jl8vp 4 года назад +1

    Can you explain the full process to merge wos and scopus database files to analize them in R and vosviewer?

    • @messias5391
      @messias5391 3 года назад

      Create a zip file including both files, and then import the zip file in biblioshiny

  • @valentinereiss-woolever5200
    @valentinereiss-woolever5200 4 года назад +2

    Hi there, currently doing a systematic map, and have classified several hundred papers by hand after examination of their abstract and full paper. Bibliometrix produces a lot of the analysis I'm looking for, but can I use my own cvs file of classifications rather than papers imported from web of science? Thanks a lot in advance!

  • @user-uz2gb9ci7u
    @user-uz2gb9ci7u 4 года назад +1

    Thank you so much dear professor!

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      Thank you! Please share with your friends and colleagues.

  • @victorcruzesilva9754
    @victorcruzesilva9754 4 года назад +1

    How can I load a bibliometrix file in shiny? I have to clean the base before I can make my analysis, so I cannot just import the raw files.

  • @elliotthe1216
    @elliotthe1216 3 года назад

    I have a Question: What is the usefullness of the 5-year median deviation of the Reference Spectroscopy? What is the informatión it can say me about my dataset? I can understant the rest of the plot, but i dont know what can say me that orange line below

  • @birjahangirshirazy245
    @birjahangirshirazy245 Год назад

    I have uploaded plaintext data from WoS but after clicking on the start option in biblioshiny showed a message (Error: replacement has 0 rows, data has 35). What should I do now to solve my problem? Please reply asap.

  • @JayachandranPR
    @JayachandranPR Год назад

    I am unable to download my trifield plot in Bibliometrix. The website hangs when I click the download button. Please help.

  • @piusawhari9531
    @piusawhari9531 2 года назад

    pls i need u to address this issue 'from' must be a finite number is keep on poping up in biblioshny portal

  • @chacanuag
    @chacanuag 4 года назад +1

    Hi I have an error in Biblioshiny, when I click the most relevant author, there is an error --- could not find function "left_join" --- Do you know how can i fix it? I am using .CSV format by Scoupus. Thanks in advance.

    • @dikshachaudhry19
      @dikshachaudhry19 4 года назад

      I am facing same problem. Can anyone please help @Research HUB

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад +1

      Join functions are come with 'dplyr' package in R. This error occurs due to inactivate library 'dplyr'. You need to activate this library using library(dplyr) before your code. If it's not installed, first need to install using install.packages('dplyr'). Can you let us know if it worked after this?

    • @dikshachaudhry19
      @dikshachaudhry19 4 года назад

      @@RESEARCHHUB yes it's working now, thank you so much 😊

    • @chacanuag
      @chacanuag 4 года назад

      @@RESEARCHHUB Amazing!!!! It worked, thanks a lot. Really it works.

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      @@chacanuag Great! Happy to know.

  • @Helderjfl
    @Helderjfl 5 лет назад +2

    Is there a way to export these graphs in vector format? (pdf, svg)

  • @amberjena93
    @amberjena93 Год назад

    help! when i type in biblioshiny, i am redirected to the page but the browse button to import files isn t working

  • @norfaryantikamaruddinintro8090
    @norfaryantikamaruddinintro8090 4 года назад +2

    When I Load Bibliometrix file, i click start, there's error message --> object 'M' not found. How should i proceed?

    • @siddharthakashyap4296
      @siddharthakashyap4296 4 года назад

      while loading the data, use the option "Import raw file(s)" instead of using "load bibliometric file", and then go ahead with finding your bib file on your PC

  • @Purnima_Chowdhury
    @Purnima_Chowdhury 4 года назад +1

    after i installed r studio and wrote the command ... it says biblioshiny does not exist as error. please help...after installing the package bibliometrix ..an error is coming "error in install package :'(

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      Please see this video on installation issues: ruclips.net/video/zvtkWKwjwfA/видео.html

    • @Purnima_Chowdhury
      @Purnima_Chowdhury 4 года назад +1

      @@RESEARCHHUB ohh i solved the problem :) thank you... i am already doing my analysis :)

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      @@Purnima_Chowdhury good luck!

  • @valerionetophdcandidate
    @valerionetophdcandidate 2 года назад

    Hi everyone. How can I upload the synonyms file (in the wordcloud). I tried to follow the explanation, but it did not work

  • @stefanocaropreso3309
    @stefanocaropreso3309 3 года назад

    Hi, thank you for the explaination, but I have a problem with the WordCloud. Despite in the table I see every words with the corresponding frequency, when I use the WordCloud, it doesn't show the two most frequent words. Could you kindly explain me why? Thanks in advance

  • @RahilaSheikh-b4v
    @RahilaSheikh-b4v 16 дней назад +1

    not able to get locally cited documents

    • @RESEARCHHUB
      @RESEARCHHUB  15 дней назад

      is your data from web of science?

  • @donasp5391
    @donasp5391 3 года назад

    Can we do bibliographical coupling in Biblioshiny?

  • @MrDiwahar
    @MrDiwahar 3 года назад

    when i try to upload the text file from wos it shows the error invalid 'times' argument.

  • @kaimingai408
    @kaimingai408 5 лет назад +1

    encounter Error: object 'AAA' not found, when import scoupus bibTex file, how to fix it?

    • @lisalohrenz7743
      @lisalohrenz7743 5 лет назад +1

      Would like to know that as well. I am also receiving this error messages..

    • @weekendresearcher
      @weekendresearcher 4 года назад

      Use raw import > select scopus > then bibtex format and load file...then it works fine...the other option load bibliometric file option gives such issue

    • @hadiqamalik241
      @hadiqamalik241 4 года назад

      @@weekendresearcher i am getting an error after loading wos zip files cannot open file './data/19.txt': Permission denied. But when I upload a single txt file its working fine.

  • @rohitsambare5896
    @rohitsambare5896 5 лет назад

    @Research HUB This app only load xlsx file from scopus database. But after further processing like just while filter option it is giving issue"Error:'breaks' are not unique". And if I go further processing it is giving "Error: argument is of length zero'". What does it mean ??

  • @mohammedeleiwi5669
    @mohammedeleiwi5669 4 года назад +1

    Hi, can I find local, global and total citation for the author in biblioshiny??

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      Simply look on the option available under documents tab!

  • @xiaohu7598
    @xiaohu7598 4 года назад +1

    when I import a raw file (database: web of science, file format: plain text) , there is an error: ‘times’ parameter is incorrect. How can I deal with it?

    • @aqila1000
      @aqila1000 4 года назад

      I'm having the same issue

  • @VolkanAskun
    @VolkanAskun 6 лет назад

    Thank you very much!
    There any errors such as author names in the files I downloaded from Scope. Does the program fix itself or do we need to fix it one by one?

  • @chengewei6115
    @chengewei6115 5 лет назад

    Why my labels in biblioshiny are all black, but in the video, the labels are colorful?

  • @gayathrisampath7119
    @gayathrisampath7119 4 года назад

    i have data from scopus downloaded using Public Or Perish. Does Biblioshiny read it

  • @saddamhossain5751
    @saddamhossain5751 4 года назад

    When i uploading showhing this like, Maximum upload size exceeded, my data is 60000,
    Please help sir

  • @poonammulchandani8015
    @poonammulchandani8015 4 года назад

    Under Author's tab, Author production over time, it is showing error: 'from' must be a finite number. How to fix this? It is not depicting plot and table both and in plot the error shown is : Error: 'data' must be 2-dimensional (e.g. data frame or matrix). Please guide, how to fix this.

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      Check the data file after conversion in biblioshiny. There must be a missing value for one of the authors. Edit that value manually and try again. Munim.

  • @dougguo6003
    @dougguo6003 4 года назад

    i exported 2 text files from WoS(over 500 records). how can i merge them to form one file for the use of Biblioshiny? i tried with TXTcollector, but end up with error and can not be used. many thanks!

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад +2

      just create a zip file including both files, and then import the zip file in biblioshiny

    • @dougguo6003
      @dougguo6003 4 года назад +1

      @@RESEARCHHUB It works! Great! thanks a lot!

    • @hadiqamalik241
      @hadiqamalik241 4 года назад

      @@RESEARCHHUB after uploading zip file I am getting the error: cannot open file './data/19.txt': Permission denied.

  • @danielbautistaventura5436
    @danielbautistaventura5436 4 года назад

    Se puede importar desde una base de datos en excel?....

  • @hamdanalmasri6540
    @hamdanalmasri6540 4 года назад

    Does a citation analysis have to be carried out before loading the data into Biblioshiny?
    If so, which software should I use?

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      No, you do not need any prior analysis.

  • @MrJJacobs152
    @MrJJacobs152 6 лет назад

    How do I fix, "Error: 'from' must be a finite number. I'm using the Web of Knowledge Database in Plain Text format with my file being in .txt format. Even typing in the "number of documents 54", I'm still receiving this error.

    • @RESEARCHHUB
      @RESEARCHHUB  6 лет назад

      Can you tell us when are you getting this error? after which command?

    • @MrJJacobs152
      @MrJJacobs152 6 лет назад

      @@RESEARCHHUB Sorry for the delay in response. After uploading the plain text file, it uploads fine now, but when I click on filter, I am getting an error that reads "'names' attribute [3], must be the same length as vector [1]. Is there anybody that I can talk to regarding this to get it rectified, please? Thanks!

  • @ArianSeg
    @ArianSeg 5 лет назад

    Problem loading WOS database Converting your isi collection into a bibliographic dataframe
    Warning in pTag > (indTag + it) :

  • @drmanpreetkaur2598
    @drmanpreetkaur2598 4 года назад

    While loading biblioshiny ....error: argument is missing, with no default

  • @PabloIbeas
    @PabloIbeas 5 лет назад +1

    Why Biblioshiny doesn't fit well on my screen?

    • @RESEARCHHUB
      @RESEARCHHUB  5 лет назад

      Please try to update to the latest version of the package.

  • @hailaygebretsadik782
    @hailaygebretsadik782 4 года назад

    How can I install RStudio?

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад +1

      How to install the R software?
      ruclips.net/video/zvtkWKwjwfA/видео.html

    • @hailaygebretsadik782
      @hailaygebretsadik782 4 года назад

      @@RESEARCHHUB Thank you so much

  • @depp5275
    @depp5275 4 года назад

    amazing app

  • @adedayohabeeb1834
    @adedayohabeeb1834 5 лет назад

    Thanks for the video. I've my data on excel format, how can i import such to Biblioshiny for analysis

    • @RESEARCHHUB
      @RESEARCHHUB  5 лет назад

      from which database did you extract your data?

    • @Rama-rr9nb
      @Rama-rr9nb 4 года назад

      @@RESEARCHHUB i have the problem! and the file is created handly in Excel. How can we change the file format for bibliometrics analysis?
      thank you!

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      @@Rama-rr9nb Biblioshiny does not work with data prepared manually in excel. In such cases you can try to analyse data in excel

  • @abhaymaurya7459
    @abhaymaurya7459 5 лет назад

    i found this error "'to' must be a finite number"

    • @yessicaespinosadiaz7855
      @yessicaespinosadiaz7855 5 лет назад +1

      Hello.. the problem can be solve if you export using this procedure. ruclips.net/video/RwvII8VGe-Y/видео.html

    • @yessicaespinosadiaz7855
      @yessicaespinosadiaz7855 5 лет назад +1

      Hello, the problem can be solve is you use this procedure to export your data.
      ruclips.net/video/RwvII8VGe-Y/видео.html

  • @hailaygebretsadik782
    @hailaygebretsadik782 4 года назад

    Please send me RStudio software?

    • @RESEARCHHUB
      @RESEARCHHUB  4 года назад

      pls see ruclips.net/video/zvtkWKwjwfA/видео.html

  • @mathushan7318
    @mathushan7318 3 года назад

    how to extract data from scopus for free

    • @RESEARCHHUB
      @RESEARCHHUB  3 года назад

      see ruclips.net/video/RwvII8VGe-Y/видео.html