Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Academic Research Citation Network

A project to put together the courses I attend at Università della Svizzera italiana.

ER-Model

## 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) |

ER-Model

## 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