This table of contents has been generated automatically.
- Ricgraph - Research in context graph
- Ricgraph as a server on Linux
- Fast and recommended way to install Ricgraph as a server
- Create a ricgraph user and group
- Create a Python virtual environment and install Ricgraph in it
- Run Ricgraph scripts from the command line or as a cronjob
- Use a service unit file to run Ricgraph Explorer and the Ricgraph REST API
- Use Apache, WSGI, and ASGI to make Ricgraph Explorer and the Ricgraph REST API accessible from outside your virtual machine
- Use Nginx, WSGI, and ASGI to make Ricgraph Explorer and the Ricgraph REST API accessible from outside your virtual machine
- How to install Ricgraph and Ricgraph Explorer on SURF Research Cloud
- Ricgraph comparison
- Ricgraph in a container
- Implementation details
- Ricgraph videos
- Ricgraph Explorer
- Ricgraph harvest scripts
- Introduction to harvest scripts
- Organization abbreviation
- Scripts that harvest multiple sources
- Scripts that harvest a single source
- Harvest of OpenAlex (harvest_openalex_to_ricgraph)
- Harvest of Pure (harvest_pure_to_ricgraph)
- Harvest of data sets from Yoda-DataCite (harvest_yoda_datacite_to_ricgraph)
- Harvest of Utrecht University staff pages (harvest_uustaffpages_to_ricgraph)
- Harvest of software from the Research Software Directory (harvest_rsd_to_ricgraph)
- Order of running the harvest scripts
- How to make your own harvesting scripts
- Index Ricgraph documentation
- Ricgraph known bugs
- Ricgraph miscellaneous scripts
- Construct a Ricgraph from a csv file (construct_ricgraph_from_csv)
- Import nodes and edges from a csv file, raw version (ricgraph_import_raw_from_csv)
- Export nodes and edges to a csv file, raw version (ricgraph_export_raw_to_csv)
- Count the number of organizations that contributed to a category (count_organizations_contributed_to_category)
- Export nodes to a file (export_person_identifiers and export_person_node_properties)
- Delete personal data from Ricgraph (delete_personal_data)
- Rename (sub-)organizations in Ricgraph (rename_organizations)
- Script to enrich persons (enrich_orcids_scopusids)
- Script to find person identifiers pointing to different persons (find_double_pids)
- Create a table of contents of the Ricgraph documentation (create_toc_documentation)
- Create an index of the Ricgraph documentation (create_index_documentation)
- Create the Ricgraph REST API documentation (convert_openapi_to_mddoc)
- Ricgraph REST API
- Ricgraph - Research in context graph REST API
- What to find on this page?
- How to use
- Technicalities
- Base URL
- Endpoints
- GET /person/search
- GET /person/all_information
- GET /person/share_research_results
- GET /person/collaborating_organizations
- GET /person/enrich
- GET /organization/search
- GET /organization/all_information
- GET /organization/information_persons_results
- GET /organization/enrich
- GET /competence/search
- GET /competence/all_information
- GET /broad_search
- GET /advanced_search
- GET /get_all_personroot_nodes
- GET /get_all_neighbor_nodes
- GET /get_ricgraph_list
- Ricgraph script writing
- How to make your own harvesting scripts
- General program structure of a Python script using Ricgraph
- Structure of a Python script that is harvesting data
- Function calls for inserting nodes
- Function call for unifying personal identifiers
- Function calls to create, read (find), update and delete (CRUD) nodes
- Function calls to get neighbors of nodes
- Table of contents Ricgraph documentation
- Ricgraph with Neo4j graph database backend
- Install and start Neo4j Community Edition
- Install Neo4j Desktop
- Start Neo4j Desktop
- Dumping and restoring the Ricgraph database
- Create a Neo4j Desktop database dump of Ricgraph
- Create a Neo4j Community Edition database dump of Ricgraph
- Restore a Neo4j Desktop database dump of Ricgraph in Neo4j Desktop
- Restore a Neo4j Desktop database dump of Ricgraph in Neo4j Community Edition
- Restore a Neo4j Community Edition database dump of Ricgraph in Neo4j Community Edition
- Install Bloom configuration for Neo4j Desktop (optional)
- How to use Bloom for Neo4j Desktop (optional)
- How to solve an AttributeError: Neo4jDriver object has no attribute executequery
- Ricgraph with Memgraph graph database backend
- Install and configure Ricgraph
- Fast and recommended way to install Ricgraph for a single user
- Requirements for Ricgraph
- Ricgraph Makefile
- Steps to take
- Download Ricgraph
- Use a Python virtual environment and install Python requirements
- Ricgraph initialization file
- Using Ricgraph
- Dumping and restoring the Ricgraph database
- Ricgraph on Windows
- Documentation Ricgraph - Research in context graph
- Tutorial Ricgraph - Research in context graph
- Ricgraph publications, presentations, use, and mentions