Job Description
Analytical Chemist - Coleraine - Permanent An excellent opportunity for an Analytical Chemist to join the Quality Control Laboratory team, supporting the analysis of samples from all stages of the manufacturing process, development products, and non-routine testing. This role offers the chance to work within a regulated environment, adhering to cGMP and GLP principles. About the role:
1. £28,000 per annum
2. Monday to Friday
3. 30 days annual leave
4. Permanent role
What you'll be doing in this role:
5. Perform routine and non-routine chemical analyses using authorised procedures.
6. Operate and maintain laboratory equipment including HPLC, GC, FTIR, UV/VIS, and titration systems.
7. Prepare solutions, standards, buffers, and eluents as required.
8. Maintain accurate and compliant laboratory documentation in line with GMP and GLP standards.
9. Conduct method validation, prepare analytical reports, protocols, and SOPs.
10. Support the training of new staff and assist with equipment qualification and general laboratory housekeeping.
What you'll need for this role:
11. Bachelor’s degree in Chemistry or a related scientific discipline.
12. Experience working in a GMP/GLP environment.
13. Strong understanding of analytical techniques and regulatory requirements (MHRA/FDA).
14. Excellent attention to detail, organisational skills, and ability to work as part of a team.
15. Computer literacy in Microsoft Office and laboratory data systems.
Riada are an equal opportunities employer.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
16. Share Vacancy on Facebook
17. Share Vacancy on X
18. Share Vacancy on LinkedIn
19. Share Vacancy on WhatsApp
20. Send Vacancy to a friend
// function selectJob() { var jobID = '36126'; 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'); //