-
Notifications
You must be signed in to change notification settings - Fork 3
/
topics.web.51-100.xml
1060 lines (1008 loc) · 31.9 KB
/
topics.web.51-100.xml
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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<!DOCTYPE webtrack2010 [
<!ELEMENT webtrack2010 (topic)*>
<!ELEMENT topic (query, description, subtopic+)>
<!ATTLIST topic
number CDATA #REQUIRED
type (ambiguous|faceted|other) "ambiguous">
<!ELEMENT query (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT subtopic (#PCDATA)>
<!ATTLIST subtopic
number CDATA #REQUIRED
type (nav|inf) "inf">
]>
<webtrack2010>
<!-- Please note that topic and subtopic types (faceted/ambiguous,
inf/nav are meant as a general indicator and should not be taken
as definitive aspects of the query intent. -->
<topic number="51" type="faceted">
<query>horse hooves</query>
<description>
Find information about horse hooves, their care, and diseases of hooves.
</description>
<subtopic number="1" type="inf">
Find information about horses' hooves and how to care for them.
</subtopic>
<subtopic number="2" type="nav">
Find pictures of horse hooves.
</subtopic>
<subtopic number="3" type="inf">
What are some injuries or diseases of hooves in horses, and how
are they treated?
</subtopic>
<subtopic number="4" type="inf">
Describe the anatomy of horses' feet and hooves.
</subtopic>
<subtopic number="5" type="inf">
Find information on shoeing horses and horseshoe problems.
</subtopic>
</topic>
<topic number="52" type="ambiguous">
<query>avp</query>
<description>
Find information about events sponsored by AVP, the Association of
Volleyball Professionals.
</description>
<subtopic number="1" type="nav">
Go to the homepage for the AVP, sponsor of professional beach
volleyball events.
</subtopic>
<subtopic number="2" type="inf">
Find information about pro beach volleyball tournaments and events
sponsored by AVP.
</subtopic>
<subtopic number="3" type="nav">
Find the homepage for AVP antivirus software.
</subtopic>
<subtopic number="4" type="inf">
Find reviews of AVP antivirus software and comparisons to other products.
</subtopic>
<subtopic number="5" type="inf">
Find information about the Avon Products (AVP) company.
</subtopic>
<subtopic number="6" type="nav">
Find sites devoted to the "Alien vs. Predator" movie franchise.
</subtopic>
<subtopic number="7" type="inf">
Find information about Wilkes-Barre Scranton International Airport
in Pennsylvania (airport code AVP).
</subtopic>
</topic>
<topic number="53" type="faceted">
<query>discovery channel store</query>
<description>
Find locations and information about Discovery Channel stores and
types of products they sell.
</description>
<subtopic number="1" type="nav">
Find the Discovery Channel store homepage.
</subtopic>
<subtopic number="2" type="nav">
Find Discovery Channel store locations.
</subtopic>
<subtopic number="3" type="inf">
Find science toys and products geared towards teaching science to
kids sold by Discovery Channel stores.
</subtopic>
<subtopic number="4" type="inf">
Find Discovery Channel store products based on the Animal Planet
program.
</subtopic>
</topic>
<topic number="54" type="faceted">
<query>president of the united states</query>
<description>
Find information about the office of President of the United States.
</description>
<subtopic number="1" type="nav">
Find the homepage of the President of the United States.
</subtopic>
<subtopic number="2" type="inf">
Find information about the current President of the United States,
Barack Obama.
</subtopic>
<subtopic number="3" type="nav">
Find a list of past Presidents of the United States.
</subtopic>
<subtopic number="4" type="inf">
Find historical information about the office of the President of
the United States.
</subtopic>
<subtopic number="5" type="nav">
Find pictures of past Presidents of the United States.
</subtopic>
<subtopic number="6" type="inf">
What is the mailing address for the President of the United States?
</subtopic>
</topic>
<topic number="55" type="ambiguous">
<query>iron</query>
<description>
Find information about iron as an essential nutrient.
</description>
<subtopic number="1" type="inf">
Find information about iron as an essential nutrient.
</subtopic>
<subtopic number="2" type="inf">
What foods contain iron?
</subtopic>
<subtopic number="3" type="nav">
Find sites where I can buy iron supplements.
</subtopic>
<subtopic number="4" type="inf">
Find information about the element iron (Fe).
</subtopic>
<subtopic number="5" type="inf">
Find information about iron deficiencies.
</subtopic>
<subtopic number="6" type="nav">
Find dealers in irons for clothing.
</subtopic>
</topic>
<topic number="56" type="faceted">
<query>uss yorktown charleston sc</query>
<description>
Find information on the USS Yorktown, an aircraft carrier that is
part of the museum exhibit at the Patriots Point museum in
Charleston Harbor, SC.
</description>
<subtopic number="1" type="nav">
Find the homepage of the Patriots Point Naval and Maritime Museum.
</subtopic>
<subtopic number="2" type="inf">
Find historical information about the USS Yorktown aircraft
carriers used during World War 2.
</subtopic>
<subtopic number="3" type="inf">
Find information about the USS Yorktown exhibit at the Patriots
Point museum.
</subtopic>
</topic>
<topic number="57" type="ambiguous">
<query>ct jobs</query>
<description>
Find information about jobs in Connecticut.
</description>
<subtopic number="1" type="nav">
Find sites for finding a job in Connecticut.
</subtopic>
<subtopic number="2" type="nav">
Take me to the homepage for the Connecticut Department of Labor.
</subtopic>
<subtopic number="3" type="inf">
What kinds of jobs are most common in the state of Connecticut?
</subtopic>
<subtopic number="4" type="inf">
Find information about filing an claim for unemployment in Connecticut.
</subtopic>
</topic>
<topic number="58" type="ambiguous">
<query>penguins</query>
<description>
Find information about penguins.
</description>
<subtopic number="1" type="nav">
Find the homepage of the Pittsburgh Penguins
</subtopic>
<subtopic number="2" type="nav">
Find Pittsburgh Penguins merchandise such as hockey jerseys.
</subtopic>
<subtopic number="3" type="nav">
Find information about penguins.
</subtopic>
<subtopic number="4" type="inf">
Find penguin photos.
</subtopic>
<subtopic number="5" type="nav">
Find pictures of the penguins from the animated movie, "Madagascar".
</subtopic>
</topic>
<topic number="59" type="faceted">
<query>how to build a fence</query>
<description>
How do I go about building a fence myself?
</description>
<subtopic number="1" type="inf">
Find information about building a wooden fence.
</subtopic>
<subtopic number="2" type="inf">
Find information about building chain-link fences.
</subtopic>
<subtopic number="3" type="inf">
What materials are best for building fences?
</subtopic>
<subtopic number="4" type="nav">
Where can I buy materials for building a fence?
</subtopic>
</topic>
<topic number="60" type="ambiguous">
<query>bellevue</query>
<description>
Find information about Bellevue, Washington.
</description>
<subtopic number="1" type="inf">
Find information about Bellevue, Washington.
</subtopic>
<subtopic number="2" type="inf">
Find information about Bellevue, Nebraska.
</subtopic>
<subtopic number="3" type="inf">
Find information about Bellevue Hospital Center in New York, NY.
</subtopic>
<subtopic number="4" type="nav">
Find the homepage of Bellevue University.
</subtopic>
<subtopic number="5" type="nav">
Find the homepage of Bellevue College, Washington.
</subtopic>
<subtopic number="6" type="nav">
Find the homepage of Bellevue Hospital Center in New York, NY.
</subtopic>
</topic>
<topic number="61" type="ambiguous">
<query>worm</query>
<description>
Find information about computer worms, viruses, and spyware.
</description>
<subtopic number="1" type="inf">
Find information about computer worms, viruses, and spyware.
</subtopic>
<subtopic number="2" type="inf">
Find information about worms in nature.
</subtopic>
<subtopic number="3" type="inf">
Find information about the Conficker worm.
</subtopic>
</topic>
<topic number="62" type="faceted">
<query>texas border patrol</query>
<description>
Find information about the U.S. Customs and Border Patrol along the
Texas border with Mexico.
</description>
<subtopic number="1" type="nav">
Find the homepage for the Border Patrol in Texas.
</subtopic>
<subtopic number="2" type="nav">
Find the homepage for supporters of the U.S. Border Patrol in Texas.
</subtopic>
<subtopic number="3" type="inf">
Find information on the mission of the U.S. Border Patrol in Texas.
</subtopic>
<subtopic number="4" type="inf">
How do I get a job with the U.S. Border Patrol in Texas?
</subtopic>
</topic>
<topic number="63" type="ambiguous">
<query>flushing</query>
<description>
Find information about Flushing, a neighborhood in New York City.
</description>
<subtopic number="1" type="inf">
Find information about Flushing, a neighborhood in New York City.
</subtopic>
<subtopic number="2" type="inf">
Find information about causes of excessive facial flushing.
</subtopic>
<subtopic number="3" type="inf">
Why do people blush? What is blushing?
</subtopic>
<subtopic number="4" type="nav">
Find a street map of Flushing, NY.
</subtopic>
</topic>
<topic number="64" type="faceted">
<query>moths</query>
<description>
Find information about and pictures of moths and butterflies.
</description>
<subtopic number="1" type="inf">
What do moths and butterflies eat?
</subtopic>
<subtopic number="2" type="nav">
Find pictures of moths.
</subtopic>
<subtopic number="3" type="inf">
How can I identify different types of moths?
</subtopic>
<subtopic number="4" type="inf">
What do moth eggs look like?
</subtopic>
<subtopic number="5" type="inf">
How do I control clothes moths in my home?
</subtopic>
</topic>
<topic number="65" type="faceted">
<query>korean language</query>
<description>
Find information and resources on the Korean language.
</description>
<subtopic number="1" type="inf">
Find background information about the Korean language.
</subtopic>
<subtopic number="2" type="inf">
Find resources on translating Korean to other languages.
</subtopic>
<subtopic number="3" type="inf">
Find resources on learning and teaching Korean.
</subtopic>
<subtopic number="4" type="inf">
Find a history of Hangul, the Korean writing system.
</subtopic>
<subtopic number="5" type="nav">
Find a Korean/English bilingual dictionary.
</subtopic>
<subtopic number="6" type="nav">
What are some common Korean phrases?
</subtopic>
</topic>
<topic number="66" type="ambiguous">
<query>income tax return online</query>
<description>
How can I file my Federal income tax return online?
</description>
<subtopic number="1" type="inf">
Find a site where I can fill out my Federal income tax return online.
</subtopic>
<subtopic number="2" type="inf">
Find information about electronically filing (e-filing) my Federal
income tax return.
</subtopic>
<subtopic number="3" type="inf">
Where can I find information online about filing my income taxes?
</subtopic>
</topic>
<topic number="67" type="faceted">
<query>vldl levels</query>
<description>
Find information about VLDL or very-low-density lipoprotein, a
type of cholesterol.
</description>
<subtopic number="1" type="inf">
How are VLDL levels determined?
</subtopic>
<subtopic number="2" type="inf">
What are good and bad levels of VLDL in a cholesterol test?
</subtopic>
<subtopic number="3" type="inf">
What is the difference between LDL, HDL, and VLDL?
</subtopic>
</topic>
<topic number="68" type="ambiguous">
<query>pvc</query>
<description>
Find information about PVC pipes and fittings.
</description>
<subtopic number="1" type="inf">
Find information about PVC pipes and fittings.
</subtopic>
<subtopic number="2" type="inf">
What is the material PVC?
</subtopic>
<subtopic number="3" type="inf">
Find information about premature ventricular contractions.
</subtopic>
<subtopic number="4" type="inf">
How are premature ventricular contractions treated?
</subtopic>
</topic>
<topic number="69" type="faceted">
<query>sewing instructions</query>
<description>
Find beginners instructions to sewing, both by hand and by machine.
</description>
<subtopic number="1" type="nav">
Find sewing sites for beginners.
</subtopic>
<subtopic number="2" type="inf">
Find instructions for using a sewing machine.
</subtopic>
<subtopic number="3" type="nav">
Find downloadable sewing patterns.
</subtopic>
<subtopic number="4" type="inf">
Find helpful sewing tips for beginners.
</subtopic>
<subtopic number="5" type="inf">
Find materials for teaching sewing to children.
</subtopic>
</topic>
<topic number="70" type="faceted">
<query>to be or not to be that is the question</query>
<description>
Find information related to Hamlet's famous "To be or not to be" soliloquy.
</description>
<subtopic number="1" type="nav">
Find the text of Hamlet's famous "To be or not to be" soliloquy.
</subtopic>
<subtopic number="2" type="nav">
Find the full text of Shakespeare's play, "Hamlet".
</subtopic>
<subtopic number="3" type="inf">
Find famous quotes from Shakespeare's plays.
</subtopic>
<subtopic number="4" type="inf">
Find a critical analysis of Hamlet's "To be or not to be" soliloquy.
</subtopic>
</topic>
<topic number="71" type="faceted">
<query>living in india</query>
<description>
Find information about living in India.
</description>
<subtopic number="1" type="inf">
Find information about buying real estate in India.
</subtopic>
<subtopic number="2" type="inf">
Find information about how people live in India.
</subtopic>
<subtopic number="3" type="inf">
Find information for visitors and immigrants about living in India.
</subtopic>
<subtopic number="4" type="inf">
Find history about life and culture in India.
</subtopic>
</topic>
<topic number="72" type="ambiguous">
<query>the sun</query>
<description>
Find information about the Sun, the star in our Solar System.
</description>
<subtopic number="1" type="inf">
Find information about the Sun, the star in our Solar System.
</subtopic>
<subtopic number="2" type="nav">
Find the homepage for the U.K. newspaper, The Sun.
</subtopic>
<subtopic number="3" type="nav">
Find the homepage for the Baltimore Sun newspaper.
</subtopic>
</topic>
<topic number="73" type="faceted">
<query>neil young</query>
<description>
Find music, tour dates, and information about the musician Neil Young.
</description>
<subtopic number="1" type="nav">
Find albums by Neil Young to buy.
</subtopic>
<subtopic number="2" type="inf">
Find biographical information about Neil Young.
</subtopic>
<subtopic number="3" type="nav">
Find lyrics or sheet music for Neil Young's songs.
</subtopic>
<subtopic number="4" type="nav">
Find a list of Neil Young tour dates.
</subtopic>
</topic>
<topic number="74" type="ambiguous">
<query>kiwi</query>
<description>
Find information on kiwi fruit.
</description>
<subtopic number="1" type="inf">
Find information on kiwi fruit.
</subtopic>
<subtopic number="2" type="inf">
Find information on kiwi birds.
</subtopic>
<subtopic number="3" type="inf">
Can I grow a kiwi fruit tree?
</subtopic>
<subtopic number="4" type="nav">
Find the homepage for Kiwi Shoe Care Products.
</subtopic>
</topic>
<topic number="75" type="faceted">
<query>tornadoes</query>
<description>
Find information about tornadoes, what causes them, and where they occur.
</description>
<subtopic number="1" type="inf">
Find information about tornadoes, what causes them, and where they occur.
</subtopic>
<subtopic number="2" type="nav">
Find videos and pictures of tornadoes.
</subtopic>
<subtopic number="3" type="inf">
What were the deadliest tornadoes in history?
</subtopic>
<subtopic number="4" type="inf">
Find information about forecasting tornadoes.
</subtopic>
</topic>
<topic number="76" type="faceted">
<query>raised gardens</query>
<description>
Find information on raised garden beds and boxes.
</description>
<subtopic number="1" type="inf">
Find plans for building a raised garden bed.
</subtopic>
<subtopic number="2" type="nav">
Find a raised garden bed kit.
</subtopic>
<subtopic number="3" type="inf">
What kind of wood should be used to build a raised garden bed?
</subtopic>
<subtopic number="4" type="nav">
Find photos of raised garden beds.
</subtopic>
</topic>
<topic number="77" type="ambiguous">
<query>bobcat</query>
<description>
Find dealers that sell or rent Bobcat tractors and construction equipment.
</description>
<subtopic number="1" type="nav">
Find dealers that sell or rent Bobcat tractors and construction equipment.
</subtopic>
<subtopic number="2" type="inf">
Find information about wild bobcats.
</subtopic>
<subtopic number="3" type="inf">
Find attachments for bobcat tractors.
</subtopic>
<subtopic number="4" type="nav">
Find the homepage of the Bobcat company.
</subtopic>
</topic>
<topic number="78" type="ambiguous">
<query>dieting</query>
<description>
Find "reasonable" dieting advice, that is not fads or medications
but reasonable methods for weight loss.
</description>
<subtopic number="1" type="inf">
Find "reasonable" dieting advice, that is not fads or medications
but reasonable methods for weight loss.
</subtopic>
<subtopic number="2" type="inf">
Find tips and charts for counting calories while dieting.
</subtopic>
<subtopic number="3" type="inf">
Find crash diet plans that promise quick weight loss in a
short period of time.
</subtopic>
<subtopic number="4" type="inf">
Find herbal diet supplements and appetite suppressants.
</subtopic>
<subtopic number="5" type="inf">
Find recommendations for dieting and exercising.
</subtopic>
<subtopic number="6" type="inf">
Find information on low-carbohydrate diets.
</subtopic>
</topic>
<topic number="79" type="ambiguous">
<query>voyager</query>
<description>
Find information about the NASA Voyager spacecraft and missions.
</description>
<subtopic number="1" type="nav">
Find the homepage for the NASA Voyager mission.
</subtopic>
<subtopic number="2" type="inf">
Find information about the NASA Voyager spacecraft and missions.
</subtopic>
<subtopic number="3" type="inf">
Find information about the television series, "Star Trek: Voyager"
</subtopic>
<subtopic number="4" type="nav">
Find the homepage of the Voyager Learning Programs.
</subtopic>
<subtopic number="5" type="inf">
</subtopic>
</topic>
<topic number="80" type="ambiguous">
<query>keyboard reviews</query>
<description>
Find reviews of computer keyboards.
</description>
<subtopic number="1" type="nav">
Find reviews of computer keyboards.
</subtopic>
<subtopic number="2" type="nav">
Find reviews of electronic keyboards and digital pianos.
</subtopic>
<subtopic number="3" type="inf">
What computer keyboards are best for gaming?
</subtopic>
</topic>
<topic number="81" type="ambiguous">
<query>afghanistan</query>
<description>
Find information about Afghanistan's history, government,
religion, and culture.
</description>
<subtopic number="1" type="inf">
Find information about Afghanistan's history, government,
religion, and culture.
</subtopic>
<subtopic number="2" type="inf">
Find information about the war in Afghanistan.
</subtopic>
<subtopic number="3" type="nav">
Find maps of Afghanistan.
</subtopic>
</topic>
<topic number="82" type="ambiguous">
<query>joints</query>
<description>
Find information about joints in the human body.
</description>
<subtopic number="1" type="inf">
Find information about joints in the human body.
</subtopic>
<subtopic number="2" type="inf">
Find an explanation of the different types of joints used in
woodworking.
</subtopic>
<subtopic number="3" type="inf">
Find information about joint pain and how to treat it.
</subtopic>
</topic>
<topic number="83" type="ambiguous">
<query>memory</query>
<description>
Find information about human memory.
</description>
<subtopic number="1" type="inf">
Find information about human memory.
</subtopic>
<subtopic number="2" type="inf">
Find information on various types of computer memory, and how they
are different.
</subtopic>
<subtopic number="3" type="nav">
Find vendors that sell computer memory upgrades.
</subtopic>
</topic>
<topic number="84" type="faceted">
<query>continental plates</query>
<description>
Find information on plate tectonics and the major continental plates.
</description>
<subtopic number="1" type="nav">
Find maps of the continental plates.
</subtopic>
<subtopic number="2" type="inf">
Find pages that give information on and evidence for continental drift.
</subtopic>
<subtopic number="3" type="inf">
Find background information on plate tectonics and the lithosphere.
</subtopic>
</topic>
<topic number="85" type="faceted">
<query>milwaukee journal sentinel</query>
<description>
Find information from the Milwaukee Journal Sentinel.
</description>
<subtopic number="1" type="nav">
Find the Milwaukee Journal Sentinel web site.
</subtopic>
<subtopic number="2" type="nav">
Find the sports section of the Milwaukee Journal Sentinel.
</subtopic>
<subtopic number="3" type="nav">
Find archives of articles from the Milwaukee Journal Sentinel.
</subtopic>
<subtopic number="4" type="nav">
Find obituaries and archived obituaries from the Milwaukee Journal Sentinel.
</subtopic>
</topic>
<topic number="86" type="ambiguous">
<query>bart sf</query>
<description>
Find information about the BART (Bay Area Rapid
Transit) system in San Francisco.
</description>
<subtopic number="1" type="nav">
Find the BART homepage.
</subtopic>
<subtopic number="2" type="inf">
Find BART train schedules and fares.
</subtopic>
<subtopic number="3" type="nav">
Find maps of the BART system.
</subtopic>
<subtopic number="4" type="nav">
Find a site that automatically plans trips on the BART system.
</subtopic>
</topic>
<topic number="87" type="faceted">
<query>who invented music</query>
<description>
Find information on the history of music.
</description>
<subtopic number="1" type="inf">
Find information on the history and development of music.
</subtopic>
<subtopic number="2" type="inf">
Find a history of classical music.
</subtopic>
<subtopic number="3" type="inf">
Find information on the history of rock and roll music.
</subtopic>
<subtopic number="4" type="inf">
Who invented the radio?
</subtopic>
</topic>
<topic number="88" type="faceted">
<query>forearm pain</query>
<description>
Where can I find information about forearm pain?
</description>
<subtopic number="1" type="inf">
What kinds of injuries or conditions can cause forearm pain?
</subtopic>
<subtopic number="2" type="inf">
Find pages or sites that describe the anatomy of the forearm.
</subtopic>
<subtopic number="3" type="inf">
What are some exercises recommended for forearm pain?
</subtopic>
<subtopic number="4" type="inf">
Are there good home remedies for elbow pain?
</subtopic>
<subtopic number="5" type="inf">
Find information about tendinitis in the forearms.
</subtopic>
<subtopic number="6" type="inf">
Find information about supports and braces for the forearm to
prevent injury or lessen pain.
</subtopic>
</topic>
<topic number="89" type="faceted">
<query>ocd</query>
<description>
Find information on obsessive-compulsive disorder.
</description>
<subtopic number="1" type="inf">
Find basic background information on obsessive-compulsive disorder
(OCD).
</subtopic>
<subtopic number="2" type="inf">
What are the symptoms of obsessive-compulsive disorder?
</subtopic>
<subtopic number="3" type="inf">
What medications are used for treating OCD?
</subtopic>
<subtopic number="4" type="inf">
Find personal stories about living with OCD.
</subtopic>
<subtopic number="5" type="inf">
Find information about OCD in children and how to identify it.
</subtopic>
<subtopic number="6" type="inf">
Find strategies for parents of children with OCD.
</subtopic>
</topic>
<topic number="90" type="ambiguous">
<query>mgb</query>
<description>
Find information on the MGB sports car.
</description>
<subtopic number="1" type="inf">
Find information about the MGB sports car.
</subtopic>
<subtopic number="2" type="nav">
Find sites for MGB car owners and enthusiasts.
</subtopic>
<subtopic number="3" type="inf">
Find information on mini gastric bypass surgery.
</subtopic>
</topic>
<topic number="91" type="faceted">
<query>er tv show</query>
<description>
Find information about the television show "ER".
</description>
<subtopic number="1" type="nav">
Find the homepage for ER.
</subtopic>
<subtopic number="2" type="inf">
Find summaries of episodes from the show ER.
</subtopic>
<subtopic number="3" type="inf">
Find episodes of ER I can download or watch online.
</subtopic>
<subtopic number="4" type="inf">
Find music that featured on the show ER.
</subtopic>
</topic>
<topic number="92" type="ambiguous">
<query>the wall</query>
<description>
Find information about the Pink Floyd album, "The Wall"
</description>
<subtopic number="1" type="inf">
Find information about the Pink Floyd album, "The Wall"
</subtopic>
<subtopic number="2" type="nav">
Where can I buy Pink Floyd's album, "The Wall"?
</subtopic>
<subtopic number="3" type="inf">
Find information about the Vietnam Veterans Memorial in
Washington, DC.
</subtopic>
<subtopic number="4" type="nav">
Find sites devoted to the Vietnam Veterans Memorial, such as
virtual tours and databases of names inscribed on the wall.
</subtopic>
<subtopic number="5" type="inf">
Find information about the movie "Pink Floyd The Wall".
</subtopic>
</topic>
<topic number="93" type="ambiguous">
<query>raffles</query>
<description>
Find the homepage of Raffles Hotel in Singapore.
</description>
<subtopic number="1" type="nav">
Find the homepage of Raffles Hotel in Singapore.
</subtopic>
<subtopic number="2" type="inf">
Find biographical information about Sir Stamford Raffles.
</subtopic>
<subtopic number="3" type="inf">
Find information on organizing a raffle, for example for a charity
or school.
</subtopic>
<subtopic number="4" type="nav">
Find the homepage of the Raffles hotel in Dubai.
</subtopic>
<subtopic number="5" type="inf">
Find information about car raffles.
</subtopic>
</topic>
<topic number="94" type="ambiguous">
<query>titan</query>
<description>
Find information on the Nissan Titan truck.
</description>
<subtopic number="1" type="inf">
Find information on the Nissan Titan truck.
</subtopic>
<subtopic number="2" type="nav">
Find the homepage for Titan watches.
</subtopic>
<subtopic number="3" type="nav">
Find the homepage for Titan motorcycles.
</subtopic>
<subtopic number="4" type="inf">
Find information about Saturn's moon, Titan.
</subtopic>
<subtopic number="5" type="nav">
Find the homepage of the Tennessee Titans.
</subtopic>
</topic>
<topic number="95" type="ambiguous">
<query>earn money at home</query>
<description>
What is behind various "earn money at home" scams?
</description>
<subtopic number="1" type="inf">
Find information about "earn money at home" scams.
</subtopic>
<subtopic number="2" type="inf">
Are there legitimate opportunities to earn money working online
from home?
</subtopic>
<subtopic number="3" type="inf">
Find information on starting a home business.
</subtopic>
</topic>
<topic number="96" type="ambiguous">
<query>rice</query>
<description>
Find recipes for rice.
</description>
<subtopic number="1" type="inf">
Find recipes for rice, for example fried rice or rice pudding.
</subtopic>
<subtopic number="2" type="nav">
Find the homepage of Rice University.
</subtopic>
<subtopic number="3" type="inf">
Find biographical information about former Secretary of State
Condoleeza Rice.
</subtopic>
<subtopic number="4" type="inf">
What is the nutritional value of white rice?
</subtopic>
<subtopic number="5" type="inf">
RICE is an acronym for Rest, Ice, Compression and Elevation, used
in treating soft tissue injuries. Find information on doing it
effectively.
</subtopic>
</topic>
<topic number="97" type="ambiguous">
<query>south africa</query>
<description>
Find information about the history, culture, and geography of South Africa
</description>
<subtopic number="1" type="inf">
Find pages that give the history of South Africa.
</subtopic>
<subtopic number="2" type="nav">
Find maps of South Africa.
</subtopic>
<subtopic number="3" type="inf">
Find interesting and/or fun facts about South Africa for kids.
</subtopic>
<subtopic number="4" type="nav">
Find pictures of South Africa.
</subtopic>
</topic>
<topic number="98" type="faceted">
<query>sat</query>
<description>
Find information on taking the SAT college entrance exam.
</description>
<subtopic number="1" type="inf">
How do I register to take the SAT exam?
</subtopic>
<subtopic number="2" type="inf">
Find general information about the SATs.
</subtopic>
<subtopic number="3" type="inf">