Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting a aRxiv object into a RIS or EndNote file #47

Open
Cippa opened this issue Jun 18, 2018 · 3 comments
Open

Converting a aRxiv object into a RIS or EndNote file #47

Cippa opened this issue Jun 18, 2018 · 3 comments

Comments

@Cippa
Copy link

Cippa commented Jun 18, 2018

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)

@kbroman
Copy link
Member

kbroman commented Jun 18, 2018

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

@Cippa
Copy link
Author

Cippa commented Jun 19, 2018

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

@davan690
Copy link

davan690 commented Feb 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants