-
Notifications
You must be signed in to change notification settings - Fork 0
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
642310d
commit fd85f77
Showing
1 changed file
with
0 additions
and
27 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 |
---|---|---|
|
@@ -3,33 +3,6 @@ | |
|
||
BrainKB is a cutting-edge knowledge base platform designed to empower scientists worldwide by providing tools for searching, exploring, and visualizing Neuroscience knowledge through knowledge graphs (KGs). Additionally, BrainKB offers advanced tools that enable scientists to contribute new information to the platform, ensuring it remains the premier destination for neuroscience research. | ||
|
||
## Organization | ||
|
||
- **[WebApp](WebApp)**: Obsolete and will be removed after merging the pull request to the main branch. | ||
- **[Ingest Service](ingest_service)**: Manages data ingestion and consumption using RabbitMQ. | ||
- **[GraphDB](graphdb)**: Contains the Docker Compose configuration for GraphDB. | ||
- **[JWT User & Scope Manager](APItokenmanager)**: A toolkit for managing JWT users and their permissions for API endpoint access. | ||
- **[Query Service](query_service)**: Provides functionalities for querying and updating the knowledge graphs from the graph database. | ||
- **[RabbitMQ](rabbit-mq)**: Contains the Docker Compose configuration for RabbitMQ. | ||
- **[SPARQL Queries](sparql_queries)**: A collection of tested or utilized SPARQL queries in BrainKB. | ||
|
||
## Documentation | ||
|
||
For more information about BrainKB, including its rationale, deployment instructions, and lessons learned, please refer to the [BrainKB Documentation](https://sensein.group/brainkbdocs/). | ||
|
||
## Contact | ||
|
||
- **Tek Raj Chhetri**: [[email protected]](mailto:[email protected]) | ||
|
||
## Acknowledgements | ||
|
||
- **Aaron Kanzer**: [[email protected]](mailto:[email protected]) - Thank you for the code review. | ||
|
||
## License | ||
|
||
- © 2024-present | ||
- Licensed under the [MIT License](https://opensource.org/license/mit). | ||
======= | ||
|
||
BrainKB serves as a knowledge base platform that provides scientists worldwide with tools for searching, exploring, and visualizing Neuroscience knowledge represented by knowledge graphs (KGs). Moreover, BrainKB provides cutting-edge tools that enable scientists to contribute new information (or knowledge) to the platform, ensuring it remains the go-to destination for all neuroscience-related research needs. | ||
|
||
|