GEAR NETWORK
- Papers database: paper.json
- Ciation database: cocitation.txt
- coAuthorMatrix.txt
- muCitationMatrix.txt
- coCitationMatrix.txt
- finalMatrix.txt (combinations of three matrices)
finalMatrix[i][j] = a x coAuthorMatrix[i][j]+ b x muCitationMatrix[i][j] + c x coCitationMatrix[i][j];
(a,b,c can be changed in the main function)
Netbeans and Java
Go to Oracle website Link, select the file that corresponds to the operating system. Download it and install.
Go to Github Link and click "Download ZIP". Use Netbeans to open project and run MatrixBot.java in src folder.