-
Notifications
You must be signed in to change notification settings - Fork 0
/
rpd-advanced search.html
377 lines (327 loc) · 40.6 KB
/
rpd-advanced search.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="https://www.nal.usda.gov/sites/all/themes/nal_themes/nalr/favicon.ico" type="image/vnd.microsoft.icon" />
<style>
@import url("https://www.nal.usda.gov/modules/system/system.base.css");
@import url("https://www.nal.usda.gov/sites/all/themes/nal_themes/nalr/layouts/menuleft_twocol_bricks/menuleft_twocol_bricks.css");
@import url("https://www.nal.usda.gov/sites/all/libraries/superfish/css/superfish.css");
@import url("https://www.nal.usda.gov/sites/all/themes/nal_themes/nalr/css/styles.css");
@import url("https://www.nal.usda.gov/sites/all/modules/responsive_menus/styles/meanMenu/meanmenu.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
</style>
<script src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="https://www.nal.usda.gov/misc/jquery.once.js?v=1.2"></script>
<script src="https://www.nal.usda.gov/misc/drupal.js"></script>
<script src="https://www.nal.usda.gov/sites/all/modules/responsive_menus/styles/meanMenu/jquery.meanmenu.min.js"></script>
<script src="https://www.nal.usda.gov/sites/all/modules/responsive_menus/styles/meanMenu/responsive_menus_mean_menu.js"></script>
<script src="https://www.nal.usda.gov/sites/all/libraries/superfish/jquery.hoverIntent.minified.js"></script>
<script src="https://www.nal.usda.gov/sites/all/libraries/superfish/supposition.js"></script>
<script src="https://www.nal.usda.gov/sites/all/libraries/superfish/superfish.js"></script>
<script src="https://www.nal.usda.gov/sites/all/libraries/superfish/supersubs.js"></script>
<script src="https://www.nal.usda.gov/sites/all/modules/superfish/superfish.js"></script>
<script src="https://www.nal.usda.gov/sites/all/themes/nal_themes/nalr/js/nalr-custom.js"></script>
<script>jQuery.extend(Drupal.settings, {"responsive_menus":[{"selectors":".group-core #block-superfish-1, .front #block-superfish-1, .menu-block-wrapper","container":".region-header","trigger_txt":"\u003Cspan \/\u003E\u003Cspan \/\u003E\u003Cspan \/\u003E","close_txt":"\u003Cspan \/\u003E\u003Cspan \/\u003E\u003Cspan \/\u003E","close_size":"12px","position":"right","media_size":"768","show_children":"1","expand_children":"1","expand_txt":"+","contract_txt":"-","remove_attrs":"1","responsive_menus_style":"mean_menu"}],"superfish":{"1":{"id":"1","sf":{"delay":"500","animation":{"opacity":"show","height":"show"},"speed":"\u0027fast\u0027","autoArrows":false,"dropShadows":false,"disableHI":false},"plugins":{"supposition":true,"bgiframe":false,"supersubs":{"minWidth":"20","maxWidth":"27","extraWidth":1}}}}});</script>
<title>Research Projects Database | Food Safety Research Information Office</title>
<link rel="stylesheet" href="https://www.nal.usda.gov/fsrio/research_projects/stylesheet/project.css"/>
<script type='text/javascript' src="jquery.collapsible-v.2.1.3.js"></script>
<script type="text/javascript" src="rpd.search.js"></script>
<style>
.advanced-form-section {
padding: 0px 0px 5px 5px;
clear: both;
width: 100%;
float: left;
}
.title-group
{
background-image: url(horizontal.png), url(vertical.png);
background-position: 0px 50%, 100% 50%;
background-repeat: repeat-x, repeat-y;
box-sizing: border-box;
display: block;
margin-top: 20px;
margin-bottom: 10px;
}
.title-group h2
{
font-size: 15px;
display:inline;
background-color:white;
padding-right: 10px;
font-weight: bold;
font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
color: #0D233C;
}
.txt-field {
clear: both;
margin-bottom: 5px;
padding-top: 4px;
padding-bottom: 4px;
}
.txt-field label {
display: block;
float: left;
width: 16%;
margin-right: 2%;
}
.txt-field label span {
font-weight: normal;
margin-left: 2px;
}
.date-field { width: 100%;}
#date-input-group {
display: block;
}
#to {
-webkit-appearance: textfield;
background-color: #eee;
border-color: #eee;
border-style: inset;
border-width: 2px 0px 2px 0px;
box-sizing: border-box;
display: inline-block;
font-weight: normal;
line-height: 17px;
margin: 0px -5px 0px -5px;
padding: 1px 6px 1px 6px;
}
#date-field #from_year {
float: left;
font-weight: normal;
width: 16%;
margin-right: 2%;
}
#categories-list {
clear: both;
}
#categories-list #left {
width: 49%;
float: left;
margin-right: 2%;
}
#categories-list #right {
width: 49%;
float: right;
}
#funding-source-form-item {
margin-top: 5px;
}
</style>
</head>
<body class="html not-front not-logged-in no-sidebars page-taxonomy page-taxonomy-term page-taxonomy-term- page-taxonomy-term-438 section-fsrio page-panels" >
<div id="content" class="column" role="main">
<div id="content-inside">
<div class="panel-display nalr-3col-brick clearfix" >
<div class="nalr-right-side" >
<div class="nalr-right-side-inner">
<div class="panel-panel nalr-top">
<div class="inside">
<h1 class="page__title title" id="page-title">Advanced Search</h1>
<form action="advsearch.php" method="get" name="usersearch" id="usersearch">
<div class="advanced-form-section">
<div class="title-group"><h2>Fields</h2></div>
<div class="txt-field" >
<label ><span>Keywords</span></label>
<input size="60" maxlength='255' id="all_words" name="all_words" type="text" value="" />
</div>
<div class="txt-field">
<label><span>Investigator</span></label>
<input size="60" maxlength='255' id="any_words" name="any_words" type="text" value="" />
</div>
<div class="txt-field">
<label><span>Title</span></label>
<input size="60" maxlength='255' id="exact_phrase" name="exact_phrase" type="text" value="" />
</div>
<div class="txt-field">
<label><span>Institution</span></label>
<input size="60" maxlength='255' id="none_words" name="none_words" type="text" value="" />
</div>
<div class="txt-field">
<label><span>Project Number</span></label>
<input size="60" maxlength='255' id="none_words" name="none_words" type="text" value="" />
</div>
<div id="date-field">
<label id="from_year" for="start_year"><span>Start Dates</span></label>
<div id="date-input-group">
<input size="20" maxlength='4' id="start_year" name="start_year" type="text" value="" />
<label for="end_year" id="to"><span>to</span></label>
<input size="20" maxlength='4' id="end_year" name="end_year" type="text" value="" />
</div><!--end of date-input-group-->
</div><!--end of date-field-->
</div><!--end of advanced form section-->
<div class="advanced-form-section">
<div class="title-group"><h2>Categories</h2></div>
<div id="categories-list">
<div id="left">
<div class='search-checkbox'><input type='checkbox' id='fscategory-8' name='CATEGORIES[]' value='8' /><label for='fscategory-8'>Contaminants and Contamination</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-6' name='CATEGORIES[]' value='6' /><label for='fscategory-6'>Diseases and Allergies</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-12' name='CATEGORIES[]' value='12' /><label for='fscategory-12'>Education and Training</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-11' name='CATEGORIES[]' value='11' /><label for='fscategory-11'>Epidemiology</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-13' name='CATEGORIES[]' value='13' /><label for='fscategory-13'>Facilities and Sites</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-2' name='CATEGORIES[]' value='2' /><label for='fscategory-2'>Food & Feed Composition & Characteristics</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-4' name='CATEGORIES[]' value='4' /><label for='fscategory-4'>Food and Feed Handling and Processing</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-1' name='CATEGORIES[]' value='1' /><label for='fscategory-1'>Food and Food Products</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-17' name='CATEGORIES[]' value='17' /><label for='fscategory-17'>Food Defense and Security</label></div>
</div><!--end of left-->
<div id="right">
<div class='search-checkbox'><input type='checkbox' id='fscategory-3' name='CATEGORIES[]' value='3' /><label for='fscategory-3'>Food Quality Characteristics</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-9' name='CATEGORIES[]' value='9' /><label for='fscategory-9'>Government Policy and Regulations</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-10' name='CATEGORIES[]' value='10' /><label for='fscategory-10'>Methodology</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-5' name='CATEGORIES[]' value='5' /><label for='fscategory-5'>On-Farm Food Safety</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-14' name='CATEGORIES[]' value='14' /><label for='fscategory-14'>Pathogen Biology</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-15' name='CATEGORIES[]' value='15' /><label for='fscategory-15'>Plant Science & Plant Products</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-16' name='CATEGORIES[]' value='16' /><label for='fscategory-16'>Risk Assessment</label></div>
<div class='search-checkbox'><input type='checkbox' id='fscategory-7' name='CATEGORIES[]' value='7' /><label for='fscategory-7'>Sanitation and Pathogen Control</label></div>
</div><!--end of right-->
</div><!--end of categories list-->
<div class="clear"></div>
</div><!--end of advanced form section-->
<div class="clear"></div>
<div class="advanced-form-section">
<div class="title-group"><h2>Funding Sources</h2></div>
<div class="form-item" id="funding-source-form-item">
<fieldset class='startClosed'>
<legend><span>U.S. Government</span></legend>
<div class='fieldset-wrapper'>
<div class='search-form'>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-7' name='AGENCIES[]' value='7' /><label for='agency-7'>United States Department of Agriculture (USDA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-7'><input type='checkbox' id='agency-129' name='AGENCIES[]' value='129' /><label for='agency-129'>Agricultural Marketing Service (AMS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-7'><input type='checkbox' id='agency-15' name='AGENCIES[]' value='15' /><label for='agency-15'>Agricultural Research Service (ARS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-7'><input type='checkbox' id='agency-130' name='AGENCIES[]' value='130' /><label for='agency-130'>Animal and Plant Health Inspection Service (APHIS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-7'><input type='checkbox' id='agency-16' name='AGENCIES[]' value='16' /><label for='agency-16'>Economic Research Service (ERS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-7'><input type='checkbox' id='agency-128' name='AGENCIES[]' value='128' /><label for='agency-128'>Food Safety Inspection Service (FSIS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-parent agency-child agency-child-of-7'><input type='checkbox' id='agency-17' name='AGENCIES[]' value='17' /><label for='agency-17'>National Institute of Food and Agriculture (NIFA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-17'><input type='checkbox' id='agency-60' name='AGENCIES[]' value='60' /><label for='agency-60'>National Research Initiative (NRI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-17'><input type='checkbox' id='agency-59' name='AGENCIES[]' value='59' /><label for='agency-59'>Small Business Innovation Research (SBIR)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-4' name='AGENCIES[]' value='4' /><label for='agency-4'>United States Department of Defense (DOD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-4'><input type='checkbox' id='agency-12' name='AGENCIES[]' value='12' /><label for='agency-12'>US Army (USARMY)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-4'><input type='checkbox' id='agency-13' name='AGENCIES[]' value='13' /><label for='agency-13'>US Navy (USNAVY)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-1' name='AGENCIES[]' value='1' /><label for='agency-1'>United States Department of Health and Human Services (DHHS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-parent agency-child agency-child-of-1'><input type='checkbox' id='agency-117' name='AGENCIES[]' value='117' /><label for='agency-117'>Centers for Disease Control and Prevention (CDC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-117'><input type='checkbox' id='agency-120' name='AGENCIES[]' value='120' /><label for='agency-120'>National Center for Emerging and Zoonotic Infectious Diseases (NCEZID)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-117'><input type='checkbox' id='agency-119' name='AGENCIES[]' value='119' /><label for='agency-119'>National Center for Environmental Health (NCEH)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-117'><input type='checkbox' id='agency-116' name='AGENCIES[]' value='116' /><label for='agency-116'>National Institute for Occupational Safety and Health (NIOSH)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-parent agency-child agency-child-of-1'><input type='checkbox' id='agency-8' name='AGENCIES[]' value='8' /><label for='agency-8'>Food and Drug Administration (FDA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-8'><input type='checkbox' id='agency-18' name='AGENCIES[]' value='18' /><label for='agency-18'>Center For Food Safety and Applied Nutrition (CFSAN)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-8'><input type='checkbox' id='agency-19' name='AGENCIES[]' value='19' /><label for='agency-19'>Center For Veterinary Medicine (CVM)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-8'><input type='checkbox' id='agency-20' name='AGENCIES[]' value='20' /><label for='agency-20'>National Center For Toxicological Research (NCTR)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-parent agency-child agency-child-of-1'><input type='checkbox' id='agency-9' name='AGENCIES[]' value='9' /><label for='agency-9'>National Institute of Health (NIH)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-103' name='AGENCIES[]' value='103' /><label for='agency-103'>Fogarty International Center (FIC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-99' name='AGENCIES[]' value='99' /><label for='agency-99'>National Cancer Institute (NCI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-132' name='AGENCIES[]' value='132' /><label for='agency-132'>National Center for Advancing Translational Sciences (NCATS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-100' name='AGENCIES[]' value='100' /><label for='agency-100'>National Center for Complementary and Alternative Medicine (NCCAM)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-95' name='AGENCIES[]' value='95' /><label for='agency-95'>National Center for Research Resources (NCRR)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-113' name='AGENCIES[]' value='113' /><label for='agency-113'>National Center on Minority Health and Health Disparities (NCMHD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-106' name='AGENCIES[]' value='106' /><label for='agency-106'>National Eye Institute (NEI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-98' name='AGENCIES[]' value='98' /><label for='agency-98'>National Heart, Lung and Blood Institute (NHLBI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-118' name='AGENCIES[]' value='118' /><label for='agency-118'>National Human Genome Research Institute (NHGRI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-22' name='AGENCIES[]' value='22' /><label for='agency-22'>National Institute of Allergy and Infectious Diseases (NIAID)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-105' name='AGENCIES[]' value='105' /><label for='agency-105'>National Institute of Arthritis and Musculoskeletal and Skin Diseases (NIAMS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-108' name='AGENCIES[]' value='108' /><label for='agency-108'>National Institute of Biomedical Imaging and Bioengineering (NIBIB)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-23' name='AGENCIES[]' value='23' /><label for='agency-23'>National Institute of Child Health and Human Development (NICHD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-97' name='AGENCIES[]' value='97' /><label for='agency-97'>National Institute of Dental and Craniofacial Research (NIDCR)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-24' name='AGENCIES[]' value='24' /><label for='agency-24'>National Institute of Diabetes and Digestive and Kidney Diseases (NIDDK)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-25' name='AGENCIES[]' value='25' /><label for='agency-25'>National Institute of Environmental Health Sciences (NIEHS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-93' name='AGENCIES[]' value='93' /><label for='agency-93'>National Institute of General Medical Sciences (NIGMS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-94' name='AGENCIES[]' value='94' /><label for='agency-94'>National Institute of Mental Health (NIMH)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-96' name='AGENCIES[]' value='96' /><label for='agency-96'>National Institute of Neurological Disorders and Stroke (NINDS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-112' name='AGENCIES[]' value='112' /><label for='agency-112'>National Institute of Nursing Research (NINR)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-109' name='AGENCIES[]' value='109' /><label for='agency-109'>National Institute on Aging (NIA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-140' name='AGENCIES[]' value='140' /><label for='agency-140'>National Institute on Alcohol Abuse and Alcoholism (NIAAA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-107' name='AGENCIES[]' value='107' /><label for='agency-107'>National Institute on Deafness and Other Communication Disorders (NIDCD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-101' name='AGENCIES[]' value='101' /><label for='agency-101'>National Institute on Drug Abuse (NIDA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-102' name='AGENCIES[]' value='102' /><label for='agency-102'>National Library of Medicine (NLM)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-9'><input type='checkbox' id='agency-104' name='AGENCIES[]' value='104' /><label for='agency-104'>Office of the Director (OD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-5' name='AGENCIES[]' value='5' /><label for='agency-5'>United States Environmental Protection Agency (EPA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-5'><input type='checkbox' id='agency-14' name='AGENCIES[]' value='14' /><label for='agency-14'>Office of Research and Development (ORD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0'><input type='checkbox' id='agency-3' name='AGENCIES[]' value='3' /><label for='agency-3'>United States National Aeronautics and Space Administration (NASA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0'><input type='checkbox' id='agency-6' name='AGENCIES[]' value='6' /><label for='agency-6'>United States National Science Foundation (NSF)</label></div>
</div><!--end of search-form-->
</div><!--end of field-set-wrapper-->
</fieldset>
</div> <!--end of form-item-->
<div class="form-item" id="funding-source-form-item">
<fieldset class='startClosed'>
<legend><span>U.S. Private</span></legend>
<div class='fieldset-wrapper'>
<div class='search-form'>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-72' name='AGENCIES[]' value='72' /><label for='agency-72'>American Meat Institute (AMI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-72'><input type='checkbox' id='agency-73' name='AGENCIES[]' value='73' /><label for='agency-73'>American Meat Institute Foundation (AMIF)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-124' name='AGENCIES[]' value='124' /><label for='agency-124'>Beef Promotion Operating Committee (BPOC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-124'><input type='checkbox' id='agency-125' name='AGENCIES[]' value='125' /><label for='agency-125'>National Cattlemen's Beef Association (NCBA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0'><input type='checkbox' id='agency-111' name='AGENCIES[]' value='111' /><label for='agency-111'>Center for Produce Safety (CPS)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0'><input type='checkbox' id='agency-136' name='AGENCIES[]' value='136' /><label for='agency-136'>Colleges and Schools of Veterinary Medicine (CSVM)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-141' name='AGENCIES[]' value='141' /><label for='agency-141'>Dairy Management, Inc (DMI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-141'><input type='checkbox' id='agency-142' name='AGENCIES[]' value='142' /><label for='agency-142'>Dairy Research Institute (DRI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-127' name='AGENCIES[]' value='127' /><label for='agency-127'>Food Marketing Institute (FMI)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-127'><input type='checkbox' id='agency-126' name='AGENCIES[]' value='126' /><label for='agency-126'>Food Marketing Institute Foundation</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-62' name='AGENCIES[]' value='62' /><label for='agency-62'>Illinois Institute of Technology (IIT)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-62'><input type='checkbox' id='agency-63' name='AGENCIES[]' value='63' /><label for='agency-63'>National Center for Food Safety and Technology (NCFST)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0'><input type='checkbox' id='agency-131' name='AGENCIES[]' value='131' /><label for='agency-131'>National Pork Board (NPB)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0'><input type='checkbox' id='agency-138' name='AGENCIES[]' value='138' /><label for='agency-138'>State Agricultural Experiment Stations (SAES )</label></div>
</div><!--end of search-form-->
</div><!--end of field-set-wrapper-->
</fieldset>
</div> <!--end of form-item-->
<div class="form-item" id="funding-source-form-item">
<fieldset class='startClosed'>
<legend><span>International</span></legend>
<div class='fieldset-wrapper'>
<div class='search-form'>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-68' name='AGENCIES[]' value='68' /><label for='agency-68'>Canada (CA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-68'><input type='checkbox' id='agency-69' name='AGENCIES[]' value='69' /><label for='agency-69'>Ontario Ministry of Agriculture Food and Rural Affairs (OMAFRA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-76' name='AGENCIES[]' value='76' /><label for='agency-76'>European Union (EU)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-76'><input type='checkbox' id='agency-77' name='AGENCIES[]' value='77' /><label for='agency-77'>European Commission Directorate-General for Research</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-76'><input type='checkbox' id='agency-92' name='AGENCIES[]' value='92' /><label for='agency-92'>European Commission Med-Vet-Net</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-76'><input type='checkbox' id='agency-122' name='AGENCIES[]' value='122' /><label for='agency-122'>European Food Safety Authority (EFSA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-70' name='AGENCIES[]' value='70' /><label for='agency-70'>Germany (Bavarian Govt.)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-70'><input type='checkbox' id='agency-71' name='AGENCIES[]' value='71' /><label for='agency-71'>ForPRION Initiative (ForPrion)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-0 agency-parent'><input type='checkbox' id='agency-67' name='AGENCIES[]' value='67' /><label for='agency-67'>United Kingdom (UK)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-parent agency-child agency-child-of-67'><input type='checkbox' id='agency-146' name='AGENCIES[]' value='146' /><label for='agency-146'>Agriculture & Horticulture Development Board (AHDB)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-148' name='AGENCIES[]' value='148' /><label for='agency-148'>DairyCo</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-149' name='AGENCIES[]' value='149' /><label for='agency-149'>English Beef and Lamb Executive Ltd. (EBLEX)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-150' name='AGENCIES[]' value='150' /><label for='agency-150'>Home Grown Cereals Authority (HGCA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-151' name='AGENCIES[]' value='151' /><label for='agency-151'>Horticulture Development Company (HDC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-86' name='AGENCIES[]' value='86' /><label for='agency-86'>Meat and Livestock Commission (MLC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-147' name='AGENCIES[]' value='147' /><label for='agency-147'>Pork</label></div>
<div class='search-checkbox agency agency-hierarchy-level-2 agency-child agency-child-of-146'><input type='checkbox' id='agency-152' name='AGENCIES[]' value='152' /><label for='agency-152'>Potato Council</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-78' name='AGENCIES[]' value='78' /><label for='agency-78'>Biotechnology and Biological Sciences Research Council (BBSRC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-139' name='AGENCIES[]' value='139' /><label for='agency-139'>Campden BRI</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-80' name='AGENCIES[]' value='80' /><label for='agency-80'>Department for Environment, Food and Rural Affairs (DEFRA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-79' name='AGENCIES[]' value='79' /><label for='agency-79'>Department of Agriculture and Rural Development (DARD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-81' name='AGENCIES[]' value='81' /><label for='agency-81'>Economic and Social Research Council (ESRC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-89' name='AGENCIES[]' value='89' /><label for='agency-89'>Environment Agency (EA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-82' name='AGENCIES[]' value='82' /><label for='agency-82'>Food Safety Promotion Board (FSPB)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-65' name='AGENCIES[]' value='65' /><label for='agency-65'>Food Standards Agency (FSA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-83' name='AGENCIES[]' value='83' /><label for='agency-83'>Health Protection Agency (HPA)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-85' name='AGENCIES[]' value='85' /><label for='agency-85'>Medical Research Council (MRC)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-84' name='AGENCIES[]' value='84' /><label for='agency-84'>Ministry of Agriculture, Fisheries and Food (MAFF)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-87' name='AGENCIES[]' value='87' /><label for='agency-87'>Rural Economy and Land Use Programme (RELU)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-88' name='AGENCIES[]' value='88' /><label for='agency-88'>Scottish Executive Environment and Rural Affairs Department (SEERAD)</label></div>
<div class='search-checkbox agency agency-hierarchy-level-1 agency-child agency-child-of-67'><input type='checkbox' id='agency-90' name='AGENCIES[]' value='90' /><label for='agency-90'>Scottish Office Department of Health</label></div>
</div><!--end of search-form-->
</div><!--end of field-set-wrapper-->
</fieldset>
</div> <!--end of form-item-->
<div class="advanced-form-section">
<div class="form-item">
<input type="hidden" name="offset" value="0" />
<input type="submit" name="search" class="searchbutton" value="Search" />
<input type="reset" class="searchbutton" />
</div><!--end of form-item-->
</div><!--end of advanced-form-section-->
</form>
<div id="clear20"></div>
</div> <!--end of advanced form section-->
</div> <!--end of inside-->
</div><!--end of panel-panel-->
</div><!--end of nalr-right-side inner-->
</div> <!--end of nalr-right-side-->
</div><!--end of panel display-->
</div><!--end of content inside-->
</div><!--end of content-->
<script type="text/javascript" src="js/rpd.ga.js"></script>
</body>
</html>