Job Description
Analytical Chemist/Laboratory Technician- Coleraine - Permanent £Negotiable salary Permanent Monday to Friday, weekends off Leading manufacturer Long term career opportunity Duties: Gravimetric analysis: weighing and the use of balances Volumetric analysis: Acid base, Non-Aqueous, KFR and automatic titrations Chromatography: High Performance Liquid Chromatography (HPLC), Thin Layer Chromatography (TLC), Gas Liquid Chromatography (G.C.) and Head Space Chromatography Spectroscopy: Infra-Red (FTIR), Ultra Violet / Visible (UV/ VIS) and Polarimetry Preparation of solutions, standards, buffers and eluents Environmental testing and the disposal of waste General laboratory techniques To design and carry out validations of analytical methods To prepare reports, analytical protocols and standard operating procedures as directed To participate in the training of new employees To arrange qualification of laboratory equipment Carry out share of housekeeping in the laboratory and the cleaning of glasswareCriteria: Bachelors degree in Chemistry or Biology related subject. Computer literate in word processing, spreadsheets, databases and internet technologies. Experience of working in a GMP/GLP environment. Knowledge of pharmaceutical regulatory requirements, in particular US FDA or UK MHRA. Resourceful and self motivated. Capable of working in a team environment under strict regulatory requirements. To have a sound working knowledge of current Good Manufacturing Practices If you are interested in a position but feel you may not meet all the listed qualifications, we still encourage you to apply online, email or call Heather on to find out about other, more suitable positions.
Riada are an equal opportunities employer.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
// function selectJob() { var jobID = '13273'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //