metaphacts / semopenalex

42 stars 5 forks source link

emit Funders #56

Closed VladimirAlexiev closed 7 months ago

VladimirAlexiev commented 1 year ago

To implement #55 fully, you also need to map Funders: https://docs.openalex.org/api-entities/funders/funder-object, which look like this https://api.openalex.org/funders/F4320323299 :

{
  "id": "https://openalex.org/F4320323299",
  "display_name": "Norges Forskningsråd",
  "alternate_titles": [
    "Forskningsrådet",
    "Research Council of Norway",
    "Norwegian Research Council"
  ],
  "country_code": "NO",
  "description": null,
  "homepage_url": "https://www.forskningsradet.no",
  "image_url": "https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NFR-logo-eng-rgb.svg",
  "image_thumbnail_url": "https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NFR-logo-eng-rgb.svg&width=300",
  "grants_count": 9293,
  "works_count": 25852,
  "cited_by_count": 493626,
  "summary_stats": {
    "2yr_mean_citedness": 5.059678759346442,
    "h_index": 185,
    "i10_index": 12110
  },
  "ids": {
    "openalex": "https://openalex.org/F4320323299",
    "ror": "https://ror.org/00epmv149",
    "wikidata": "https://www.wikidata.org/entity/Q4356293",
    "crossref": "501100005416",
    "doi": "https://doi.org/10.13039/501100005416"
  },
  "counts_by_year": [
    {
      "year": 2023,
      "works_count": 2350,
      "cited_by_count": 80197
    }, ...
  ],
  "roles": [
    {
      "role": "institution",
      "id": "https://openalex.org/I1290503407",
      "works_count": 2570
    },
    {
      "role": "funder",
      "id": "https://openalex.org/F4320323299",
      "works_count": 25852
    }
  ],
  "updated_date": "2023-08-31T14:58:27.712954",
  "created_date": "2023-02-13"
}

Please get the useful data from crossref and also integrate it:

linnaung commented 1 year ago

We will amend the mapping and include these in the next data generation.

VladimirAlexiev commented 10 months ago

Thanks a lot for this valuable data!

VladimirAlexiev commented 9 months ago

@linnaung Looking at curl -Haccept:text/turtle https://semopenalex.org/funder/F4320323299 , please add the following :

Looking at the website:

linnaung commented 9 months ago

will capture owl:sameAs in the next data generation.

davidlamprecht commented 7 months ago

This is implemented in #87 and will be in the data in the next SemOpenAlex version.

VladimirAlexiev commented 7 months ago

Hi @davidlamprecht and @linnaung , does MPh also plan to amend the display of "funder vs institution"? See the two example links for Norges Forskningsråd in my last comment. Cheers!

davidlamprecht commented 7 months ago

Hi @VladimirAlexiev , yes it is planned to do this. I created a separate Issue for that, see #91 .

davidlamprecht commented 7 months ago

FYI: As a workaround for now you can just look into the URL of the Entity where the Type is included.