Starting from:

$25

CMPE321-Project 3 UI that Displays State Of The Art (SOTA) Results in Computer Science Solved

In this project, you will implement a UI that displays state of the art (SOTA) results in computer science.[1] There will be authors, papers and topics in the system. These entities will have the following properties:

•   Author: Name and surname. They are not necessarily unique independently but you can assume there exists only one author with a name and surname couple.

•   Paper: Author, title, abstract, topic and result. Each paper may have multiple authors, yet it has only one result. Moreover, titles are unique though a paper can have multiple topics.

•   Topic: Name and SOTA result. By definition, both are unique.

Moreover, there will be two types of people using the system: Admins and users. You do not have to implement an authentication mechanism. You are allowed to provide two options for being user or admin and the person can choose what he/she is
 
[1] Here is a great website https://paperswithcode.com/

More products