Skip to content
Parisa Kianmajd edited this page Feb 24, 2015 · 1 revision

Introduction

This toolset takes a MIR file as input and outputs some statistical information about it in csv format as well as customized LaTeX tables.

Components

  • addRank - takes a MIR file as input and outputs a 3 column csv file <Name, Year, Rank>. You may see a number of question marks (?) in Rank column in this file, these are the elements that their could not be identified based on their name string (mostly in "Order" ranking group). The user is asked to fill these question marks with correct ranks before proceeding to the next step.

  • mirStats - takes a MIR file as well as a csv file generated by addRank and outputs a csv file which contains a table in a similar format to the one in the paper (with some additional information). If you see some non-zero values in the "?" row, it means, there are still some "?" in the ranks file that need to be replaced with the correct ranks; you can go back and replace those with the correct ranks and re-run the code.

  • mirStats2latex - takes a csv file generated by addRank and a csv file generated by mirStats and generates a LaTeX output with some customized tables for the paper showing the statistical information of the input MIR file.

Synopsis

  • addRank input.csv > ranks.csv

  • mirStats -i input.csv -r ranks.csv > out.csv

  • mirStats2latex -i out.csv -r ranks.csv > out.tex

Clone this wiki locally