https://github.com/dataesr/open-alex-poc
Explore OpenAlex affiliation metadata (raw affiliation, country, parsed affiliation)
https://github.com/dataesr/open-alex-poc
Last synced: 5 months ago
JSON representation
Explore OpenAlex affiliation metadata (raw affiliation, country, parsed affiliation)
- Host: GitHub
- URL: https://github.com/dataesr/open-alex-poc
- Owner: dataesr
- License: mit
- Created: 2023-02-24T15:35:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:33:35.000Z (about 2 years ago)
- Last Synced: 2025-09-11T10:26:40.149Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 6.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAlexPOC
* Site web : https://openalex.org/
* Descrption : An open and comprehensive catalog of scholarly papers, authors, institutions, and more.
* Gitbook : https://docs.openalex.org/
* Twitter : https://twitter.com/openalex_org
* Explore : https://explore.openalex.org/
Développé par l'équipe OurResearch, les mêmes qui sont derrière Unpaywall
## Entités
7 types d'entitées sont présentes dans OpenAlex :
* works
* authors
* sources
* institutions
* concepts
* publishers
* geo
## Idées
| Idée | Pour qui ? | Quoi ? | Comment ? |
| --- | --- | --- | --- |
| **Construction du réseau thématique de la recherche française ?** | | | |
| **Portrait robot de la recherche dans un pays (hors France)**
positionnement international publi, top institutions, chercheurs, points forts (thématiques) | SSRI ? CurieXPlore ? | graphes standards | - liste des indicateurs
- requêtes API + calculs python - dataviz |
| **Portrait robot des liens France ↔ un autre pays en matière de recherche**
- quelle intensité de la collab ? - sur quelles thématiques ? - quelles institutions ? chercheurs ? | SSRI ?CurieXPlore ? | graphes standards | - liste des indicateurs - requêtes API + calculs python - dataviz |
| **Outil d’aide à retrouver les publications et les signatures pour un établissement** | Etablissements | moteur de recherche, liste, exports | moteur de recherche + exports |
| **Cartographie des communautés de recherche sur un sujet donné**
- dans le monde - en France - ou se positionne la France dans la cartographie mondiale ? ex https://www.kenelyze.com/whos-who-in-large-language-model-science-mapping-science-as-a-graph/
aussi https://github.com/filipinascimento/openalexnet | | réseaux, graphes standards, listes | |
| **Identification de liens d’intérêts particuliers** Pays / Institution / Sujet
- par ex co-publication CEA x russie par exemple ? - ou encore CNRS x Philip Morris ? https://api.openalex.org/works?filter=raw_affiliation_string.search:philip%20morris,institutions.country_code:FR | | | |
| **Estimation de la porosité public-privé**
- par ex co-publication d'une liste de nom d'entreprise, ou suffixe (ltd, sarl, gmbh...) avec la france ? par discipline, top entreprise, top labo ?| | | |
## Web app
### Stack
* React
* Vite
* Highchart
* Node
### Install
```sh
cd ui
npm i
```
### Run
Run server
```sh
npm run start:dev
```
Run UI
```sh
npm run dev
```