diff --git a/collections/Scopus/.gitignore b/collections/Scopus/.gitignore new file mode 100644 index 0000000..e19311f --- /dev/null +++ b/collections/Scopus/.gitignore @@ -0,0 +1,9 @@ +# Secrets +.env* + +# Dependencies +node_modules + +# OS files +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/collections/Scopus/Get Citations.yml b/collections/Scopus/Get Citations.yml new file mode 100644 index 0000000..4025e40 --- /dev/null +++ b/collections/Scopus/Get Citations.yml @@ -0,0 +1,31 @@ +info: + name: Get Citations + type: http + seq: 1 + +http: + method: GET + url: https://api.elsevier.com/content/search/index:SCOPUS?query=au-id(7006556376) and PUBYEAR aft 2009 and Pubyear bef 2026&sort=+date&start=0&count=200 + headers: + - name: X-ELS-APIKey + value: "{{ScopusApiKey}}" + params: + - name: query + value: au-id(7006556376) and PUBYEAR aft 2009 and Pubyear bef 2026 + type: query + - name: sort + value: +date + type: query + - name: start + value: "0" + type: query + - name: count + value: "200" + type: query + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 diff --git a/collections/Scopus/opencollection.yml b/collections/Scopus/opencollection.yml new file mode 100644 index 0000000..fe82be0 --- /dev/null +++ b/collections/Scopus/opencollection.yml @@ -0,0 +1,10 @@ +opencollection: 1.0.0 + +info: + name: Scopus +bundled: false +extensions: + bruno: + ignore: + - node_modules + - .git diff --git a/environments/UniPR.yml b/environments/UniPR.yml index 386e0d3..f69cb84 100644 --- a/environments/UniPR.yml +++ b/environments/UniPR.yml @@ -1,5 +1,4 @@ name: UniPR -color: "#346AB2" variables: - name: elixFormsApiUrl value: "{{elixFormsRootUrl}}/eF/services/api" @@ -31,3 +30,7 @@ variables: value: "" - name: elixFormsRootUrl value: https://procedure.unipr.it + - secret: true + name: ScopusApiKey + - secret: true + name: ScopusApiKey2 diff --git a/workspace.yml b/workspace.yml index 36d2467..33c99ec 100644 --- a/workspace.yml +++ b/workspace.yml @@ -18,6 +18,8 @@ collections: path: "collections/Power Automate" - name: "SharePoint API" path: "collections/SharePoint API" + - name: "Scopus" + path: "collections/Scopus" specs: