ropensci/aRxiv

Converting a aRxiv object into a RIS or EndNote file

Opened this issue · 3 comments

Cippa commented

Dears,
I was using your package to download some bibliographic references from arXiv.
The package is very nice but now I have a problem.
I'm collecting references from several sources of information on a single EndNote file.
Question, is there a way to export the aRxiv dataframe that I have created into a RIS or EndNote file?
Sorry if the question is trivial but I'm not experienced with R.
Cheers
Fulvio
PS here below you can find the code I used

count1 <- arxiv_count(
'(ecologi* OR aggreg*) AND (fallac* OR bias*)'
)

count2 <- arxiv_count(
'(“cross-level” OR “cross level”) AND (inferenc* OR extrapolat* OR interpretat*)'
)

arXiv1 <- arxiv_search('(ecologi* OR aggreg*) AND (fallac* OR bias*)', limit = as.numeric(count1))

arXiv2 <- arxiv_search('(“cross-level” OR “cross level”) AND (inferenc* OR extrapolat* OR interpretat*)', limit = as.numeric(count2))

arXiv <- rbind(arXiv1, arXiv2)

Sorry; I’m not sure how to do that.

Cippa commented

Ok, thanks anyway.
I would then convert my question in a suggestion for improvement.
For people conducting extensive literature reviews in several bibliographic databases it would be very useful having the possibility to export the search performed in arXiv in a commonly used bibliographic database.
The are some standards (e.g. RIS files) or commonly used softwares (e.g. EndNote with its associated format) for which it would be very useful having a direct export.
Cheers
Fulvio

Hi team. I'm just wondering where this might be at? Is there another program to deal with this task?