
The Taught MLitt in Ethnology and Folklore is the only degree programme of its kind in the UK. It aims to develop a broad-based understanding of how the disciplines of Ethnology, Folklore, and Ethnomusicology evolved, and offers an introduction to the major genres of study—including material culture, custom and belief, music and song, oral narrative, childlore and games, sports and pastimes—with special emphasis on Scottish culture and tradition in context.
For more details about the programme click here or apply now
Cannot save clip
View Crash Report
Clipped to default notebookUntitled note Source linkCopy to clipboard// // // // // = this.level) this._addin.log(level, "JS: " + message); }, debug : function(message) { try { this._log(0, message); } catch(e) { if(this._next) { this._next.debug(message); } } }, info : function(message) { try { this._log(1, message); } catch(e) { if(this._next) { this._next.info(message); } } }, warn : function(message) { try { this._log(2, message); } catch(e) { if(this._next) { this._next.warn(message); } } }, error : function(message) { try { this._log(3, message); } catch(e) { if(this._next) { this._next.error(message); } } }, setNext : function(logger) { this._next = logger; this._next.setLevel(this.level); }, setLevel : function(level) { this.level = level; }};// ]]>// = Evernote.LoggerConfigurator.DEBUG) { try { console.info(message); } catch(e) { if(this._next) { this._next.debug(message); } } } }, info : function(message) { if(this.level >= Evernote.LoggerConfigurator.INFO) { try { console.info(message); } catch(e) { if(this._next) { this._next.info(message); } } } }, warn : function(message) { if(this.level >= Evernote.LoggerConfigurator.WARN) { try { console.warn(message); } catch(e) { if(this._next) { this._next.warn(message); } } } }, error : function(message) { if(this.level >= Evernote.LoggerConfigurator.ERROR) { try { console.error(message); } catch(e) { if(this._next) { this._next.error(message); } } } }, setNext : function(logger) { this._next = logger; }, setLevel : function(level) { this.level = level; }};// ]]>// // // // //