Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonskodt/cite-network
Creating an academic research citation network to better understand the Neo4J graph-based database
https://github.com/simonskodt/cite-network
neo4j spring-boot
Last synced: 15 days ago
JSON representation
Creating an academic research citation network to better understand the Neo4J graph-based database
- Host: GitHub
- URL: https://github.com/simonskodt/cite-network
- Owner: simonskodt
- Created: 2024-10-26T14:07:48.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:39:13.000Z (17 days ago)
- Last Synced: 2024-10-29T23:46:30.463Z (16 days ago)
- Topics: neo4j, spring-boot
- Language: Jupyter Notebook
- Homepage:
- Size: 893 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Academic Research Citation Network
A project to put together the courses I attend at Università della Svizzera italiana.
## My Overambitious Goal
The goal is to create a web application to be able to play around with academic citations.
This allows for playing around with the following different technologies:- Maven
- Spring Framework
- Neo4J
- Web applications in Java
- Concurrency in Java## The Initial ER-Model
Cardinality explained:
| Value (left) | Value (right) | Meaning |
|--------------|---------------|---------|
| \|o | o\| | Zero or one |
| \|\| | \|\| | Exactly one |
| }o | o{ | Zero or more (no upper limit) |
| }\| | \|{ | One or more (no upper limit) |## Commit Message Conventions
I follow this convention for commit messages:
- feat: New feature addition
- fix: Bug correction
- style: Styling updates
- refactor: Code restructuring
- test: Testing-related changes
- docs: Documentation updates
- chore: Routine maintenance