CLARISA

Additional Services

Institutions Management

Institutions List

This is a worldwide list of institutions that have been related to CGIAR activities as funders, leaders, partners, and/or contributors. This list reflects the information consolidated by some of the CGIAR Management Information Systems and external sources (i.e. MARLO and MEL).

M-QAP Tool

methods

/publicationsWOS

Functionality

The Monitoring, Evaluation, and Learning Quality Assurance Processor (M-QAP) is a publications metadata extractor that employs Application Programming Interfaces (APIs) from Web of Science™ (WoS), Scopus®, Unpaywall, Altmetric, and F.A.I.R metric from GARDIAN.

The tool, for short M-QAP-API, is designed to support CGIAR results reporting, including the CGIAR Results Dashboard and ensure that publications with a Digital Object Identifier (DOI) are validated against the above-mentioned databases. CGIAR Users can submit a DOI with their own reference ID to export verified data.

Additionally, the tool matches institution names with CGIAR lists and provides a facility to submit a request for new institutions to be added to the institution’s list using CLARISA API.

Parameters

url
DOI to search
String

Request URL:

/publicationsWOS

State code: 200: OK


 {
  "url": string,
  "title": "string",
  "doi": "string",
  "publicationType": "string",
  "source": "string",
  "publicationYear": 0,
  "is_oa": "string",
  "oa_link": "string",
  "is_isi": "string",
  "journalName": "string",
  "volume": "string",
  "pages": "string",
  "authors": [
    {
      "full_name": "string"
    }
  ] ,
  "organizations": [
    {
      "clarisa_id": 0,
      "confidant": 0,
      "country": "string",
      "fullName": "string",
      "full_address": "string"
    }
  ],
  "altmetric": {
    "added_on": "string",
    "altmetric_id": "string",
    "altmetric_jid": "string",
    "authors": [
      "string"
    ],
    "cited_by_delicious_count": "string",
    "cited_by_fbwalls_count": "string",
    "cited_by_feeds_count": "string",
    "cited_by_forum_count": "string",
    "cited_by_gplus_count": "string",
    "cited_by_linkedin_count": "string",
    "cited_by_msm_count": "string",
    "cited_by_peer_review_sites_count": "string",
    "cited_by_pinners_count": "string",
    "cited_by_policies_count": "string",
    "cited_by_posts_count": "string",
    "cited_by_qs_count": "string",
    "cited_by_rdts_count": "string",
    "cited_by_rh_count": "string",
    "cited_by_tweeters_count": "string",
    "cited_by_videos_count": "string",
    "cited_by_weibo_count": "string",
    "cited_by_wikipedia_count": "string",
    "doi": "string",
    "handle": "string",
    "image_large": "string",
    "image_medium": "string",
    "image_small": "string",
    "is_oa": true,
    "journal": "string",
    "last_updated": "string",
    "published_on": "string",
    "score": "string",
    "title": "string",
    "type": "string",
    "uri": "string",
    "url": "string"
  },
  "gardian": {
    "accessibility": "string",
    "findability": "string",
    "interoperability": "string",
    "reusability": "string",
    "title": "string"
  }
}
                             

State code: 400


Bad Request
                            

State code: 401


Unauthorized
                          

State code: 403


Forbidden
                          

State code: 404


Not Found