Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emit Funders #56

Closed
VladimirAlexiev opened this issue Aug 31, 2023 · 8 comments · Fixed by #64 or #87
Closed

emit Funders #56

VladimirAlexiev opened this issue Aug 31, 2023 · 8 comments · Fixed by #64 or #87
Assignees
Labels
enhancement New feature or request

Comments

@VladimirAlexiev
Copy link
Collaborator

VladimirAlexiev commented Aug 31, 2023

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:

  • labels: Norges Forskningsråd, Research Council of Norway, Forskningsrådet, Norwegian Research Council
  • fundingBodyType: "gov", fundingBodySubType: "National government"
  • narrower.resource, which are child organizations.
    Eg http://dx.doi.org/10.13039/100014583 "SFI Offshore Mechatronics", which is an institute under NFR with fundingBodyType: "gov", fundingBodySubType: "Research institutes and centers"
@linnaung linnaung self-assigned this Sep 11, 2023
@linnaung linnaung added the enhancement New feature or request label Sep 11, 2023
@linnaung
Copy link
Member

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

@linnaung linnaung linked a pull request Oct 26, 2023 that will close this issue
@VladimirAlexiev
Copy link
Collaborator Author

Thanks a lot for this valuable data!

@VladimirAlexiev
Copy link
Collaborator Author

VladimirAlexiev commented Dec 10, 2023

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

  • owl:sameAs https://semopenalex.org/institution/I1290503407

Looking at the website:

@linnaung
Copy link
Member

linnaung commented Jan 3, 2024

will capture owl:sameAs in the next data generation.

@davidlamprecht davidlamprecht self-assigned this Feb 5, 2024
@davidlamprecht
Copy link
Collaborator

davidlamprecht commented Mar 1, 2024

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

@VladimirAlexiev
Copy link
Collaborator Author

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
Copy link
Collaborator

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

@davidlamprecht
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants