Library opening times
Joining the Library
All of our libraries are available not only to our staff and students, but other members of the community can also join.
About the Library
Newcastle University Library is a multiple award winning service consisting of four buildings on campus and one off campus facility.
Related topics in Library Help
"; }); // prepare files var files=""; $(faq.files).each(function(id,file){ files+="
"+file.title+""; }); if(files!=""){ files="
Files to download
" } // prepare links var link_buttons=""; $(faq.links).each(function(id,link){ link_buttons+="
"+link.title+""; }); if(link_buttons!=""){ link_buttons="
"+link_buttons+"
"; } // write content $("section.libraryHelpFAQs#libraryHelpFAQs_38284 div.row>ul").append("
"+faq.question+""); }); if(!$("section.libraryHelpFAQs#libraryHelpFAQs_38284").hasClass("disable_answer_previews")){ $("section.libraryHelpFAQs#libraryHelpFAQs_38284 div.row>ul>li>a").click(function(){ if($("div.libraryHelpFAQs_answerPreview:visible",$(this).parent()).length>0){ $("div.libraryHelpFAQs_answerPreview",$(this).parent()).slideUp("fast"); $(this).removeClass("libraryHelpFAQs_answerPreview_visible"); }else{ $("div.libraryHelpFAQs_answerPreview",$(this).parent()).slideDown("fast"); $(this).addClass("libraryHelpFAQs_answerPreview_visible"); } return false; }); }// if end } }); });