Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Access data about scientific articles on arXiv
ResourceFunction["ArXivData"][article,property] gives the value of the specified property for the given article. | |
ResourceFunction["ArXivData"][{article1,article2,…},property] gives the value for each of the articlei. | |
ResourceFunction["ArXivData"][…,{property1,property2,…}] gives the value for each of the propertyi. |
Look up the title of an article on arXiv.org:
In[1]:= |
|
Out[1]= |
|
Retrieve a dataset of all available data:
In[2]:= |
|
Out[2]= |
|
Look up data for multiple properties at once:
In[3]:= |
|
Out[3]= |
|
Look up data for multiple articles at once:
In[4]:= |
|
Out[4]= |
|
Look up data for multiple articles and properties at once:
In[5]:= |
|
Out[5]= |
|
Make an association:
In[6]:= |
|
Out[6]= |
|
Request a dataset for multiple articles:
In[7]:= |
|
Out[7]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License