MODS tools

I have created a repository at https://github.com/gqmaguirejr/DiVA-tools Links to an external site. and put some of my DiVA related tools there. These primarily deal with MODS formatted files.

For example:

     ./diva-get_bibmods.py u1d13i2c 

can be used to get a given user's publications from DiVA based upon the user KTHID.

or

   ./diva-get_bibmods_theses.py u1d13i2c

can be used to get a given examiner's set of theses from DiVA based upon the user's KTHID.

I have created a repository at https://github.com/gqmaguirejr/bibutils_6.2_for_DiVA Links to an external site. for the version of bibutils (https://sourceforge.net/projects/bibutils/ Links to an external site.) that I have modified for working with DiVA.

This version of xml2bib takes the output of
     ./diva-get_bibmods.py u1d13i2c
and can process it with:
     xml2bib < Maguire_Jr.mods >Maguire_Jr.bib

or

     ./diva-get_bibmods_theses.py u1d13i2c
and can process it with:
     xml2bib < Maguire_Jr_theses.mods >Maguire_Jr_theses.bib

This is still a work in progress, as I need to adapted to the output generated by DiVA and output it as BibTeX or BibLaTex. Currently the program xml2bib is designed to output BibTeX, but I am cheating a bit to use some of the BibLaTex constructs.