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: 6 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:23:53.000Z (12 days ago)
- Last Synced: 2024-12-12T23:18:16.130Z (12 days ago)
- Topics: neo4j, spring-boot
- Language: Java
- Homepage:
- Size: 909 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.
## Project Goal
I will try to build a website that shows how academic papers cite each other.
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