$c->{openalex} ||= {}; $c->{openalex}->{api} = "https://api.openalex.org"; $c->{openalex}->{api_key} = "YOUR_API_KEY"; $c->{openalex}->{mailto} = "glus@jgu.edu.in"; $c->{openalex}->{user_agent} = "JGU EPrints OpenAlex Importer (glus@jgu.edu.in)"; $c->{openalex}->{max_requests_per_second} = 20; # Enable plugins $c->{plugins}{"Import::OpenAlex"}{params}{disable} = 0; $c->{plugins}{"Screen::Admin::OpenAlexImporter"}{params}{disable} = 0;