School of Pharmacy | School of Pharmacy
William Burgess
We want our School to be a world leader in academic pharmacy:
- delivering the next generation of pharmacists
- integrating pharmaceutical sciences with clinical practice
- acting as a focal hub for pharmacy and pharmaceutical science in the region
Explore our research
Pharmacy research drives forward our knowledge of pharmacy and pharmaceutical sciences. It provides the foundation for our pharmacy teaching and clinical practice.
We endeavour to provide current and innovative pharmacy education and training, provide a pharmacy workforce equipped for the diverse challenges of the sector, and excel in relevant research.
News and events
NCL Spark launches Monday 4th February 2019
Read storyNewcastle University win ‘triple sweep’ at inaugural Faculty of Clinical Informatics Annual Scientific Conference
Read story'+tweetText+'
'); n++; } reflowGrid(); }; // PRIVATE: reflowGrid let reflowGrid = function () { let container = $(gridContainer); let items = $(gridContainer).find(gridItemClass); items.sort(function(a,b){ a = moment($(a).attr("data-item-date"), "DD-MM-YYYY HH:mm:ss").format('X'); b = moment($(b).attr("data-item-date"), "DD-MM-YYYY HH:mm:ss").format('X'); return a>b ? 1 : amaxGridPanels) ? $(this).remove() : true; }); }; // PRIVATE: dateFormatter let dateFormatter = function (twitterDate) { return moment(twitterDate).format('DD-MM-YYYY HH:mm:ss'); }; return { // PUBLIC: init init: function(args) { //console.log(args); gridContainer = args.gridContainer; gridItemClass = args.gridItemClass; twitterId = args.twitterId; maxGridPanels = args.maxGridPanels; maxTweets = args.maxTweets; tweetSpacing = args.tweetSpacing; if (!args.twitterId) { console.log('No Twitter handle specified. Aborting ...'); return false; } if (!$(gridContainer).length) { console.log('Masonry grid container does not exist. Aborting ...'); return false; } twitterFetcher.fetch({ "profile": {"screenName": twitterId}, "domId": '', "maxTweets": maxTweets, "enableLinks": false, "showUser": false, "showTime": true, "dateFunction": dateFormatter, "showRetweet": false, "customCallback": handleTweets, "showInteraction": false }); } }; })(); nclMasonryGridTweets.init({ gridContainer: ".newsFeed .newsItems", gridItemClass: ".newsItem", twitterId: "No Twitter ID Set", maxGridPanels: 3, maxTweets: (3/2), tweetSpacing: 2 }); });