https://github.com/pascalre/harvardref
A tool to create a bibliography with harvard-style references.
https://github.com/pascalre/harvardref
bibliography harvard-referencing java
Last synced: 4 months ago
JSON representation
A tool to create a bibliography with harvard-style references.
- Host: GitHub
- URL: https://github.com/pascalre/harvardref
- Owner: pascalre
- License: epl-1.0
- Created: 2019-03-21T22:34:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:36:15.000Z (about 2 years ago)
- Last Synced: 2025-09-23T04:58:13.497Z (4 months ago)
- Topics: bibliography, harvard-referencing, java
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# HarvardRef
This program allows you to create bibliography with references made in harward notation.

### Build
You can build the program with `mvn package`.
### Execute
On OS X you have to start it with parameter `-XstartOnFirstThread`, e.g. `java -XstartOnFirstThread -jar target/harvardref-1.0.0.jar`.