-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilteredresearchfeed.htm
45 lines (35 loc) · 1.78 KB
/
filteredresearchfeed.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="robots" content="noindex, nofollow">
<title>Coventry University Research Staff Recruitment</title>
<link rel="stylesheet" type="text/css" href="filteredjobsfeed.css">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<script type="text/javascript" src="http://www.google.com/jsapi?UA-34268544-1">
</script>
<script type="text/javascript">
google.load("feeds", "1"); //load Google Ajax Feed APIv1
</script>
<script type="text/javascript" src="filteredresearchfeed.js"></script>
</head>
<body>
<label for="frclocation" class="standalonepara">Filter the available jobs by Research Centre using the dropdown menu below.</label>
<form>
<select id="frclocation" name="frclocation">
<option value="allresearchjobs" selected>All research jobs</option>
<option value="ctpsr">Centre for Trust, Peace and Social Relations (CTPSR)</option>
<option value="cawr">Centre for Agroecology, Water and Resilience</option>
<option value="cpba">Centre for Research in Psychology, Behaviour and Achievement</option>
<option value="cabes">Centre for Applied Biological and Exercise Sciences</option>
<option value="ccsj">Centre for Communities and Social Justice</option>
<option value="iame">Institute for Advanced Manufacturing and Engineering</option>
<option value="cbs">Centre for Business in Society</option>
<option value="clib">Centre for Low Impact Buildings</option>
<option value="cteh">Centre for Technology Enabled Health</option>
</select>
</form>
<div id="jobscontainer"></div>
<p class="standalonepara endoffeed">Please see our <a href="https://staffrecruitment.coventry.ac.uk/">Staff Recruitment pages</a> for more vacancies and full details.</p>
</body>
</html>