Questions tagged [academic-graph]
19 questions
0
votes
1 answer
What is the criteria and/or process for an outlet (e.g. journal or conference) to get indexed by Microsoft Academic Graph?
Other bibliometric databases have criteria and processes (sometimes unclear) for getting indexed by them. But I can't find that information for MAG. Does anyone have information on this?

DrMisha
- 367
- 2
- 3
- 12
0
votes
1 answer
Retrieving Fields of study using Microsoft Academic Graph API
I am trying to retrieve the whole list "Field of Study" from Microsoft Academic Graph for the level 0 FieldOfStudy "Computer Science". So far, I have the following curl code to retrieve fields in general:
curl -X POST \
…

user553417
- 43
- 1
- 5
0
votes
1 answer
Microsoft Academic Graph CalcHisotgram Being Aborted
I'm using the CalcHistogram endpoint to query the total number of paper entities for every year from around 1980 to 2018. A typical response looks like this:
{
"expr": "Y=2001",
"num_entities": 4179575,
"histograms": []
}
That's 4179575…

Indikator
- 63
- 7
0
votes
1 answer
Getting started using Microsoft Academic Graph API
I am trying to run some queries on Microsoft Academic Graph using their API. I cannot figure out what to use for the Ocp-Apim-Subscription-Key. (I have seen this question and it did not help.) When I try to run queries I get the following message…

markmuetz
- 9,334
- 2
- 32
- 33