Adds badges to Islandora objects showing citation counts from Crossref, Web of Science, and Scopus; Altmetric social media interactions; and oaDOI fulltext links.
Thought I'd open this issue so we don't forget about it. Low priority for now?
The badge-specific code inside the case blocks in islandora_badges_block_view() should be refactored into functions, which in turn, could be placed in an include file. This would make adding new badges easier, plus keep the .module file smaller and more maintainable.
Thought I'd open this issue so we don't forget about it. Low priority for now?
The badge-specific code inside the
case
blocks inislandora_badges_block_view()
should be refactored into functions, which in turn, could be placed in an include file. This would make adding new badges easier, plus keep the .module file smaller and more maintainable.