Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

A web application for managing and searching of the scientific papers

Notifications You must be signed in to change notification settings

dpavicic-ts/scientific-papers-manager

Repository files navigation

scientific-papers-manager

Screenshot from running application

About

This is a university project. It's a part of an assignment within Document Management Systems course. Basically, it's a web application which enables publishing of the scientific papers and searching through them.

Technologies

Usage

Download the JAR archive from releases and run it from command line:

java -jar scientific-papers-manager-0.1.0-SNAPSHOT.jar

The application is running at http://localhost:8080

There are two user accounts present to demonstrate the different levels of access

Researcher - user:user
Admin - admin:admin

Features

  • publishing scientific papers
    • PDF file upload
    • metadata creation
  • searching through the published scientific papers
    • simple search - by entering a query
    • advanced search - combining different type of queries on individual document fields
    • more like this search - finding papers similar to the particular paper
  • role based access control - using JWT tokens
    • researcher - can publish papers
    • admin - can search through papers

About

A web application for managing and searching of the scientific papers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages