-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f1cff3
commit 0f0a78c
Showing
2 changed files
with
44 additions
and
2 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,15 +1,23 @@ | ||
## Future work | ||
|
||
* Create an end user web interface. This interface should allow | ||
easy and faceted browsing of Ricgraph. | ||
easy and faceted browsing of Ricgraph. | ||
You can use *Ricgraph explorer*, but it is very basic now. | ||
* Modify Ricgraph to allow the use of another, preferably open source graph database engine. | ||
It should be possible by changing minor bits of the code in file *ricgraph.py*. | ||
* Make a web service of Ricgraph. | ||
* Write harvesting scripts to get information from e.g. [Zenodo](https://zenodo.org), | ||
[ORCID](https://orcid.org), [OpenAlex](https://openalex.org), | ||
[ORCID](https://orcid.org), ~~[OpenAlex](https://openalex.org)~~, | ||
[Scopus](https://www.scopus.com), [Lens](https://www.lens.org), | ||
[OpenAIRE](https://explore.openaire.eu), | ||
[DataCite Commons](https://commons.datacite.org), | ||
[GitHub](https://github.com) (and other Gits), etc. | ||
* Function `merge_two_personroot_nodes()` in *ricgraph.py* now uses `_graph.delete()` | ||
from *py2neo*, but that call has the side effect of removing nodes with more than one edge, | ||
e.g. the organization nodes in *harvest_uustaffpages_to_ricgraph.py* | ||
(after the call to `rcg.merge_personroots_of_two_nodes()` | ||
and then `merge_two_personroot_nodes()` | ||
there is only one organization node left). | ||
It should use `_graph.separate()`, but the author did not get it working. | ||
|
||
[Return to main README.md file](../README.md). |
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