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

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.

Awesome Lists containing this project

README

          

# HarvardRef
This program allows you to create bibliography with references made in harward notation.
![Previw](docs/images/preview.png)

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