-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Draft: Rewrites whole data processing
Details: - Only OpenAlex is now supported - The Home component offers both JSON files upload and an iframe to directly navigate OpenAlex - The App component has been drastically simplified - Simplified a lot data processing - Removes lots of no more used code - Removes reports related code
- Loading branch information
Showing
22 changed files
with
647 additions
and
1,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
## Développement | ||
### TODO | ||
|
||
- [ ] Streamer les CSVs entrée et récupérer `dataset` | ||
- [ ] Valider le schéma des données | ||
- [ ] Créer le graphe total `graph` dans Graphology à partir de `dataset` | ||
- [ ] Extraire les volumétries | ||
- [ ] Filtrer le graphe total dans `filteredGraph` | ||
- [ ] Spatialiser le graphe filtré | ||
- [ ] Afficher le graphe filtré | ||
- [ ] Exporter le graphe filtré et spatialisé pour Gephi (CSV ?) | ||
|
||
## Écrans | ||
|
||
- [ ] Accueil - Drag'n'drop des fichier d'entrée | ||
- [ ] Affichage de l'état du parsing des fichiers | ||
- [ ] Affichage des volumétries | ||
- [ ] Définition des filtrages | ||
- [ ] Loader le temps des calculs graphes (FA2 en particulier) | ||
- [ ] Affichage du graphe + Bouton télécharger | ||
- [ ] Fix refs labels | ||
- [ ] Fix work nodes | ||
- [ ] Fix JSON import | ||
- [ ] Add missing fields | ||
- [ ] Sample refs nodes by positions | ||
- [ ] Handle caching in Home component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.