No project description provided
Project description
Research Collaboration Network (rcn_py)
This research collaboration web application leverages data from multiple research databases, including Scopus, OpenAlex, and RSD, and is built using the Neo4j database and d3 visualization technology.
Table of Contents
Installation
To install rcn-py, you can simply use pip:
pip install rcn-py
Usage
The rcn-py
package utilizes data from various research sources including OpenAlex, Scopus, and RSD. Please note the following details about data handling in our package:
OpenAlex: Data is directly accessed through their API.
Scopus and RSD: For optimal performance, we've pre-stored data from Scopus and RSD in a Neo4j Graph Database. Users are required to manage the data storage for these two sources on their own.
Detailed instructions for setting up and managing data can be found in the Workflow_D3.ipynb
Jupyter notebook included in the package. We highly recommend going through this notebook to understand the complete workflow and data requirements of the rcn-py
package.
After the database has been properly set up and is in use, ensure that all indices and constraints in the Neo4j database have been built. This step is critical to maintaining efficient database search operations.
Then, confirm that the database is active.
To run the application, use the following command in your terminal:
python3 rcn_d3.py [uri] [username] [password]
Replace [uri], [username], and [password] with your Neo4j database's URI, your username, and your password, respectively.
By running this command, you'll start the rcn-py application, which will utilize the data in your Neo4j database to generate insights about co-author networks.
License
rcn-py
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rcn_py-0.1.0.tar.gz
.
File metadata
- Download URL: rcn_py-0.1.0.tar.gz
- Upload date:
- Size: 934.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb5571ef812cc15d263d230f918a6130d5776528cf36501776a53091c1e71b3 |
|
MD5 | faa265c2603408a384d9d320819c6a2f |
|
BLAKE2b-256 | 1f1e953250479bbf0a1cceb924972af1a5bc5aef5800bcb75a0afb9f80df73b1 |
File details
Details for the file rcn_py-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: rcn_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 867cf6c287d7bf0b3f4b7152b19eca083dec6625ef8775d260b656d62068b1e2 |
|
MD5 | 415d15b9e22c11ecaa25232512fe432f |
|
BLAKE2b-256 | e4d1b639b220707dd886642c0e5effb4f39839b4a7239b9f812de4e0db3ff270 |