Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 892 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 892 Bytes

jobs-xml-feed

Takes an xml output from a recruitment database and displays it using various parameters.

First commit

This version takes all jobs, sorts them by category of job and displays them alphabetically. Dropdown menu allows you to filter all jobs by category.

Second commit, first branch

This version takes just those jobs with a cateogry of Research or Research Support, filters them by location, and if they are in a research centre a dropdown menu allows you to filter them by research centre.

Third commit, second branch

This version takes just those jobs with a category of Research or Research Support, filters them by location, and if they are in a research centre puts them into a div corresponding to that research centre. If they have a category of Research Support but are not in a research centre, it displays them in an addition 'research support' div.