Giter VIP home page Giter VIP logo

cse210_cw's Introduction

Researcher Statistics Utility

This program is a tool to read and analyze researcher information on ResearchGate in Excel format.

It is capable of computing the following information:

  1. Total number of distinct researchers
  2. Total number of distinct interests
  3. A researcher's information by given name
  4. Total number of distinct researchers who have a given interest
  5. Total number of distinct researchers who share two given interests
  6. Top 5 similar researchers recommendation based on given researcher name

Environment Setup

  • Requirement of Java 8
  • Excel dataset put in /dataset
  • POI packages put in /lib (along with xmlbeans-2.6.0.jar)

Get Started

  1. Use CommandLine Tool to change directory into the root folder /

  2. For Mac and Linux user

    javac -cp ".:lib/*" src/CSE210/Main.java -Xlint
    java -cp ".:lib/*" -ea src/CSE210/Main
  3. For Windows user

    javac -cp ".;lib/*" src/CSE210/Main.java -Xlint
    java -cp ".;lib/*" -ea src/CSE210/Main
  4. On startup, it will read the file and a test will be runned automatically. If any test fails, the program will abort.

  5. Type in number 1 - 6 to run differnt task as instructed and 7 to quit.

  6. Researcher name and interest should be entered accurately.

cse210_cw's People

Contributors

fuchenxu2008 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.