Version 1, last updated by alc28 at December 12, 2011 18:09 UTC
genre logic
If ( (rft_val_fmt=info:ofi/fmt:kev:mtx:journal) && (genre = article || proceeding || conference || preprint || null ) )
Then Type = Article
Else
if ( (rft_val_fmt=info:ofi/fmt:kev:mtx:book) && (genre = book
|| bookitem || proceeding || conference || report || document || null) )
Then Type = Book
Else if ( (rft_val_fmt = null) && (genre = book || bookitem) )
Then Type = Book
Else if (rft_val_fmt = null) && (genre = article || proceeding || conference || preprint || null) )
Then Type = Article