/**
* Display an infocard with data pulled from Wikidata
*
+ * Copyright 2017 Dan Scott (dan@coffeecode.net), Laurentian University
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 2 of the License, or (at your
+ * option) any later version.
+ *
* Based on the primary contributor's name, search Wikidata via SPARQL for
* musicians or bands using an exact string match of the label or alias,
* and retrieve the data of interest.
*
* To use this in your catalogue, you will need to modify a few of the
* CSS queries to find the performer's name and identify appropriate
- * locations for inserting the clickable note icon and the infocard
+ * locations for inserting the clickable note icon and the infocard.
*/
var icon_node;
var entity_name;