massimoaria / bibliometrix

An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.
https://www.bibliometrix.org
Other
510 stars 149 forks source link

Produce a readable file for Biblioshiny #56

Closed PedroSennaVieira closed 5 years ago

PedroSennaVieira commented 5 years ago

Hello Massimo,

i used to work like that, i read many bib files from many different searchs like this:

Scop <- readFiles('NovoScopus1.bib') Scop_Bib10 <- convert2df(Scop, dbsource = "scopus", format = "bibtex") Scop <- readFiles('NovoScopus2.bib') Scop_Bib11 <- convert2df(Scop, dbsource = "scopus", format = "bibtex")

Wos<- readFiles('WOS1.bib') Wos_Bib1 <- convert2df(Wos, dbsource = "isi", format = "bibtex") Wos<- readFiles('WOS2.bib') Wos_Bib2 <- convert2df(Wos, dbsource = "isi", format = "bibtex") Wos<- readFiles('WOS3.bib') Wos_Bib3 <- convert2df(Wos, dbsource = "isi", format = "bibtex")

M<- mergeDbSources(Scop_Bib10,Scop_Bib11,Wos_Bib1,Wos_Bib2,Wos_Bib3, remove.duplicated=TRUE) write.csv(M, file="M.csv")

then, i loaded the "M" fle into shiny and it all worked just fine. Nevertheless, now shiny does not load the file and so i cannot procede with the analyzes...

i Loaded the example file called "joi.txt" (which works just fine) and it looks very similar to the file i generated...

do you have any clues of what is going on?

thank you very much

massimoaria commented 5 years ago

Dear Pedro,

i need to have a look to your collection to understand the issue. Please attach it or send it to my email.

PedroSennaVieira commented 5 years ago

Dear massimo,

what is your e-mail? I wrote a big message but it seems that github have a limit

Pedro Senna Vieira Professor Production Engineering Department Av. Maracanã, 229 -Maracanã-Rio de Janeiro- RJ- Brazil https://maps.google.com/?q=Av.+Maracan%C3%A3,+229+-Maracan%C3%A3-Rio+de+Janeiro-+RJ-+Brazil%C2%A0+20271-110&entry=gmail&source=g 20271-110 https://maps.google.com/?q=Av.+Maracan%C3%A3,+229+-Maracan%C3%A3-Rio+de+Janeiro-+RJ-+Brazil%C2%A0+20271-110&entry=gmail&source=g Lattes: http://lattes.cnpq.br/5524140651664494 https://wwws.cnpq.br/cvlattesweb/PKG_MENU.menu?f_cod=EB8E63F703B32C300E4AFE2B90D85F39

Em ter, 25 de jun de 2019 às 08:06, Massimo Aria notifications@github.com escreveu:

Dear Pedro,

i need to have a look to your collection to understand the issue. Please attach it or send it to my email.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/massimoaria/bibliometrix/issues/56?email_source=notifications&email_token=AMHFV2FZCQ6UDJ6KYPCSQC3P4H34PA5CNFSM4H3BEFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYP335Q#issuecomment-505396726, or mute the thread https://github.com/notifications/unsubscribe-auth/AMHFV2GNBEJK4DNVDE5XOT3P4H34PANCNFSM4H3BEFSQ .

massimoaria commented 5 years ago

massimo.aria@gmail.com