# # Input your API key and Institutional ID here. # The Institutional ID can be located by finding one of your authors in the academic search and then clicking on the affilition to your university. The address in the URL will contain a number, this is the ID. $c->{msacad_api_key} = ""; $c->{msacad_institution_id} = ""; # The following is the base url for the API calls to microsoft, you shouldn't need to change it unless they do! $c->{msacad_api_url} = "http://academic.research.microsoft.com/json.svc/search";