BibRank: store selfcites in a table
- This mirror the way of doing of citations. We store the self-cites counts in exactly the same way. They are serialized in a dictionary in rnkMETHODATA. We store the self-cites in table in exactly the same way. They are stored in the table rnkSELFCITEDICT. (closes #1417)
- Fixes a bug when using -R, we would not update the fast access dictionary. It would therefore be empty or outdated. We now store the updated data there
- Allows to specify ids to recompute on the command line via: bibrank -w selfcites --id 1,3-5
- Selfcites was failing to take into account the right dates ranges and missing some records in the process. It is now using index/bibauthorid last update.
Signed-off-by: Alessio Deiana <alessio.deiana@cern.ch>