-
Notifications
You must be signed in to change notification settings - Fork 0
/
faqs.html
792 lines (754 loc) · 68.8 KB
/
faqs.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 ie" xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 ie" xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 ie" xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9 ie" xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:og="http://ogp.me/ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:sioct="http://rdfs.org/sioc/types#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <!--<![endif]-->
<!-- Mirrored from legacy.vectorbase.org/faqs by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 10 May 2021 21:52:53 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="Generator" content="Drupal 7 (http://drupal.org)" />
<title>FAQs | VectorBase</title>
<link type="text/css" rel="stylesheet" href="sites/default/files/ftp/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/ftp/css/css_mxbvRAV0_YoXwGCXbsQzCkegc1pXHICzfd8PPQD9YE4.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/ftp/css/css_PICr0GKGg7bWv71lKRa_OEkomgs62T8kc1nkoHGPaHQ.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/ftp/css/css_eufK8PJpxJVaRetPZyI9u26Sa07yMCpM7nLkBEvpRHA.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/ftp/css/css_cP6Vh1gUqUILwv-7MkMGbDM2EBjPjnFQHo4vhLrssf8.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/ftp/css/css_rprouKRjRbkIKo9d6RXSljtPMncKZiBQLHESwU_LbNM.css" media="all" />
<script type="text/javascript" src="sites/default/files/ftp/js/js_gabcqQuKQ3_nd37NqOuWd9WQRIYOjCKdKTvRCaIo06I.js"></script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_zJeG4OGffO4aampI_xLmtj3WRIcE06V9UF8xhvTJKAM.js"></script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_cLEvhoD3_g4lSZ6lfYzcDtmVdms3cZizAjb5jA3ABGQ.js"></script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_08ByJhRYjSGp07AndqqBMgkJe1tY-8dUHOOO8Jy0NMY.js"></script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_mw06s-gYd-ANxp8zZ_N-xVkvD8F3Tf5OMGUGwU-H6zY.js"></script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_EXqXMFbvpy4r2fvHe4U7HNe5y1ZFdcqUrqUlbWUBfb4.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery(document).ready(function(){
jQuery('.view-grouping-content caption').parent().css('margin-bottom', '15px');
});
//--><!]]>
</script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_rsGiM5M1ffe6EhN-RnhM5f3pDyJ8ZAPFJNKpfjtepLk.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","https://www.google-analytics.com/analytics.js","ga");ga("create", "UA-6417661-1", {"cookieDomain":".legacy.vectorbase.org"});// URL decode, just in case
var hrefResult=decodeURIComponent(window.location.href);
var pathResult=decodeURIComponent(window.location.pathname);
// check URL has search
if (pathResult.includes("https://legacy.vectorbase.org/search/site/")) {
// split pathname with /, then take the last value as search/query parameter
var splitPathresult=pathResult.split("index.html");
var searchValue=splitPathresult[splitPathresult.length-1];
//strip quotes from searchValue
searchValue=searchValue.replace(/['"]+/g, '');
// in case Category (?) exists - needs to check .href, not .pathname
if (hrefResult.includes("?")) {
// split pathname with /, then take the last value as search/query parameter
var splitPathresult=pathResult.split("index.html");
var searchValue=splitPathresult[splitPathresult.length-1];
// split pathname with ?, then take the last value as GA (Google Analytics) category
var splitHref=hrefResult.split("?");
var categoryValue=splitHref[splitHref.length-1];
// if the first character of Category is ampersand, &, remove it, just in case
if (categoryValue[0] == "&") {
categoryValue = categoryValue.substr(1);
}
//strip quotes from categoryValue
categoryValue=categoryValue.replace(/['"]+/g, '');
// make ga command
var gaCommandUrl = '/search/site?search=' + searchValue + '&' + categoryValue;
// set page instead of send pageview
ga('set', 'page', gaCommandUrl);
} else {
var gaCommandUrl = '/search/site?search=' + searchValue;
// set page instead of send pageview
ga('set', 'page', gaCommandUrl);
}
}ga("send", "pageview");
//--><!]]>
</script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_Cv5tN7wsTPTtQjF3wZdxqcOLDGuxEFfWQy50Tyq9mEw.js"></script>
<script type="text/javascript" src="sites/default/files/ftp/js/js_tl9xHQ_hdQMKNylSuI2Op9wFOQu73kVboIrZvWiiTwY.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"acquia_marina","theme_token":"BVR3hSv06eLvG9xE4nW3ZwUjco6zglec-IFkMjxAU44","js":{"public:\/\/google_tag\/google_tag.script.js":1,"sites\/all\/modules\/added\/devel\/jquery-1.4.4-uncompressed.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"misc\/ui\/jquery.ui.core.min.js":1,"misc\/ui\/jquery.ui.widget.min.js":1,"misc\/ui\/jquery.ui.position.min.js":1,"misc\/ui\/jquery.ui.autocomplete.min.js":1,"misc\/jquery.cookie.js":1,"misc\/jquery.form.js":1,"misc\/ajax.js":1,"sites\/all\/libraries\/jquery\/jquery-1.10.2.min.js":1,"sites\/all\/modules\/added\/jqmulti\/js\/switch.js":1,"sites\/all\/modules\/added\/attach\/attach.js":1,"0":1,"sites\/all\/modules\/added\/google_analytics\/googleanalytics.js":1,"1":1,"misc\/progress.js":1,"modules\/file\/file.js":1,"sites\/all\/modules\/custom\/vbsearch\/js\/vbsearch_basic.js":1,"sites\/all\/modules\/custom\/vbsearch\/modules\/vbsearch_autocomplete\/vbsearch_autocomplete.js":1,"sites\/all\/libraries\/superfish\/jquery.hoverIntent.minified.js":1,"sites\/all\/libraries\/superfish\/superfish.js":1,"sites\/all\/libraries\/superfish\/supersubs.js":1,"sites\/all\/modules\/added\/superfish\/superfish.js":1,"sites\/all\/themes\/fusion\/fusion_core\/js\/script.js":1,"sites\/all\/themes\/acquia_marina\/js\/jquery.browser.js":1,"sites\/all\/themes\/acquia_marina\/js\/advanced-search.js":1,"sites\/all\/themes\/acquia_marina\/js\/jquery.corner.js":1,"sites\/all\/themes\/acquia_marina\/js\/acquia-marina-script.js":1,"sites\/all\/themes\/acquia_marina\/js\/tablesorter\/jquery.tablesorter.js":1,"sites\/all\/themes\/acquia_marina\/js\/jquery.animate-shadow-min.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"misc\/ui\/jquery.ui.core.css":1,"misc\/ui\/jquery.ui.theme.css":1,"misc\/ui\/jquery.ui.autocomplete.css":1,"sites\/all\/modules\/added\/attach\/attach.css":1,"sites\/all\/modules\/added\/calendar\/css\/calendar_multiday.css":1,"modules\/comment\/comment.css":1,"sites\/all\/modules\/custom\/cvbrowser\/css\/cvbrowser.css":1,"sites\/all\/modules\/added\/date\/date_api\/date.css":1,"sites\/all\/modules\/added\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/added\/views\/css\/views.css":1,"sites\/all\/modules\/added\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/custom\/error_log\/error_log.css":1,"sites\/all\/modules\/custom\/fast_gallery\/fast_gallery.css":1,"sites\/all\/modules\/custom\/iptc_editor\/iptc_editor.css":1,"sites\/all\/modules\/custom\/lexicon\/css\/lexicon.css":1,"sites\/all\/modules\/custom\/submenu_arrows\/submenu_arrows.css":1,"sites\/all\/modules\/custom\/rna_seq\/css\/rna_seq.css":1,"modules\/file\/file.css":1,"file":1,"sites\/all\/modules\/custom\/vbsearch\/css\/vbsearch.css":1,"sites\/all\/modules\/custom\/vbsearch\/modules\/vbsearch_autocomplete\/vbsearch_autocomplete.css":1,"sites\/all\/libraries\/superfish\/css\/superfish.css":1,"sites\/all\/libraries\/superfish\/style\/default.css":1,"sites\/all\/themes\/fusion\/fusion_core\/css\/fusion-style.css":1,"sites\/all\/themes\/fusion\/fusion_core\/css\/fusion-typography.css":1,"sites\/all\/themes\/fusion\/fusion_core\/skins\/core\/fusion-core-skins.css":1,"sites\/all\/themes\/acquia_marina\/css\/search.css":1,"sites\/all\/themes\/acquia_marina\/css\/fusion-acquia-marina-style.css":1,"sites\/all\/themes\/acquia_marina\/css\/slideshow.css":1,"sites\/all\/themes\/fusion\/fusion_core\/css\/grid16-960.css":1,"sites\/all\/themes\/acquia_marina\/css\/local.css":1}},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip","trackDomainMode":1},"blast":{"blastPath":"sites\/all\/modules\/custom\/blast"},"clustalw":{"clustalwPath":"sites\/all\/modules\/custom\/clustalw"},"hmmer":{"hmmerPath":"sites\/all\/modules\/custom\/hmmer"},"xgrid":{"xgridPath":"sites\/all\/modules\/custom\/xgrid"},"file":{"elements":{"#edit-field-file-search-und-0-upload":"txt"}},"ajax":{"edit-field-file-search-und-0-upload-button":{"wrapper":"edit-field-file-search-und-0-ajax-wrapper","effect":"fade","progress":{"type":"throbber","message":null},"event":"mousedown","keypress":true,"prevent":"click","url":"https:\/\/legacy.vectorbase.org\/file\/ajax\/file_search\/field_file_search\/und\/0\/form-xeT2YF9F_B6nd4lg9VjFhzra_krQkF3K6iDQWzF_2g8","submit":{"_triggering_element_name":"field_file_search_und_0_upload_button","_triggering_element_value":"Upload"}}},"urlIsAjaxTrusted":{"https:\/\/legacy.vectorbase.org\/file\/ajax\/file_search\/field_file_search\/und\/0\/form-xeT2YF9F_B6nd4lg9VjFhzra_krQkF3K6iDQWzF_2g8":true,"\/faqs":true,"https:\/\/legacy.vectorbase.org\/user?destination=faqs":true},"superfish":{"1":{"id":"1","sf":{"animation":{"opacity":"show"},"speed":"\u0027fast\u0027","autoArrows":false,"dropShadows":false,"disableHI":false},"plugins":{"supposition":false,"bgiframe":false,"supersubs":{"minWidth":"12","maxWidth":"27","extraWidth":1}}}}});
//--><!]]>
</script>
</head>
<body id="pid-faqs" class="html not-front not-logged-in no-sidebars page-faqs win gecko font-size-12 grid-type-960 grid-width-16 sidebars-split" >
<div id="skip-link">
<a href="#main-content-area">Skip to main content area</a>
</div>
<!-- page-top region -->
<div id="page-top" class="region region-page-top page-top">
<div id="page-top-inner" class="page-top-inner inner">
<noscript aria-hidden="true"><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N8WDMVJ" height="0" width="0" style="display:none;visibility:hidden" title="Google Tag Manager">Google Tag Manager</iframe></noscript> </div><!-- /page-top-inner -->
</div><!-- /page-top -->
<div id="page" class="page">
<div id="page-inner" class="page-inner">
<!-- header-group region: width = grid_width -->
<div id="header-group-wrapper" class="header-group-wrapper full-width clearfix">
<div id="header-group" class="header-group region grid16-16">
<div id="header-group-inner" class="header-group-inner inner clearfix">
<div id="header-site-info" class="header-site-info">
<div id="header-site-info-inner" class="header-site-info-inner gutter">
<div id="logo">
<a href="index.html" title="Home"><img src="sites/default/files/ftp/images/dot_ked_100_trans.png" alt="Home" /></a>
</div>
<div id="site-name-wrapper" class="clearfix">
<div id="site-name"><a href="index.html" title="Home" rel="home">VectorBase</a></div>
<span id="slogan">Bioinformatics Resource for Invertebrate Vectors of Human Pathogens</span>
</div><!-- /site-name-wrapper -->
</div><!-- /header-site-info-inner -->
</div><!-- /header-site-info -->
<div id="block-search-form" class="block block-search my_search first odd">
<div class="inner clearfix gutter">
<div class="inner-wrapper">
<div class="inner-inner">
<div class="content clearfix">
<form enctype="multipart/form-data" action="https://legacy.vectorbase.org/faqs" method="post" id="search-block-form" accept-charset="UTF-8"><div>
<div id="search" class="container-inline">
<div id="search-inner">
<div class="form-item form-type-textfield form-item-search-block-form">
<label class="element-invisible" for="edit-search-block-form--2">Search </label>
<input title="Enter the terms you wish to search for." placeholder="Enter search terms" type="text" id="edit-search-block-form--2" name="search_block_form" value="" size="15" maxlength="128" class="form-text" />
</div>
<div class="field-type-file field-name-field-file-search field-widget-file-generic form-wrapper" id="edit-field-file-search"><div id="edit-field-file-search-und-0-ajax-wrapper"><div class="form-item form-type-managed-file form-item-field-file-search-und-0">
<label for="edit-field-file-search-und-0-upload">File Search </label>
<div class="file-widget form-managed-file clearfix"><input type="file" id="edit-field-file-search-und-0-upload" name="files[field_file_search_und_0]" size="22" class="form-file" /><input type="submit" id="edit-field-file-search-und-0-upload-button" name="field_file_search_und_0_upload_button" value="Upload" class="form-submit" /><input type="hidden" name="field_file_search[und][0][fid]" value="0" />
<input type="hidden" name="field_file_search[und][0][display]" value="1" />
</div>
<div class="description">Files must be less than <strong>5 KB</strong>.<br />Allowed file types: <strong>txt</strong>.</div>
</div>
</div></div><div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Go" class="form-submit" /><a href="https://legacy.vectorbase.org/search/site/%2A?as=True" id="advanced-search-link">Advanced Search</a><a href="# " id="edit-toggle-basic-search-type">Switch Search Type</a></div><input type="hidden" name="form_build_id" value="form-xeT2YF9F_B6nd4lg9VjFhzra_krQkF3K6iDQWzF_2g8" />
<input type="hidden" name="form_id" value="search_block_form" />
</div>
</div>
</div></form> </div>
</div><!-- /inner-inner -->
</div><!-- /inner-wrapper -->
</div><!-- /block-inner -->
</div><!-- /block --><div id="block-login_block-login_block" class="block block-login-block last even">
<div class="inner clearfix gutter">
<div class="inner-wrapper">
<div class="inner-inner">
<div class="content clearfix">
<form action="https://legacy.vectorbase.org/user?destination=faqs" method="post" id="login-block-form" accept-charset="UTF-8"><div><input type="hidden" name="form_build_id" value="form-Z8AWhGqwitNRybrIl-YV7JbuNl63_iukxqvKawVAt2U" />
<input type="hidden" name="form_id" value="login_block_block" />
<div class="form-actions form-wrapper" id="edit-actions--2"><input type="submit" id="edit-submit--2" name="op" value="Login" class="form-submit" /></div></div></form> </div>
</div><!-- /inner-inner -->
</div><!-- /inner-wrapper -->
</div><!-- /block-inner -->
</div><!-- /block --><div id="content-messages-inner" class="content-messages-inner gutter"><div class="messages error" style="clear:both;">This legacy VectorBase site will be shut down at the end of May 2021. Please visit our <a rel="noreferrer" href="https://vectorbase.org/">new website</a> as part of VEuPathDB.</div></div> </div><!-- /header-group-inner -->
<!-- main-menu region -->
<div id="main-menu-wrapper" class="main-menu-wrapper full-width clearfix">
<div id="main-menu" class="region region-main-menu main-menu grid16-16">
<div id="main-menu-inner" class="main-menu-inner inner">
<div id="block-superfish-1" class="block block-superfish first last odd">
<div class="inner clearfix gutter">
<div class="inner-wrapper">
<div class="inner-inner">
<div class="content clearfix">
<ul id="superfish-1" class="menu sf-menu sf-navigation sf-horizontal sf-style-default"><li id="menu-9388-1" class="first odd sf-item-1 sf-depth-1 sf-no-children"><a href="zika.html" title="Zika Resource Page link" class="sf-depth-1">Zika</a></li><li id="menu-1005-1" class="middle even sf-item-2 sf-depth-1 menuparent"><a href="about.html" title="Information about this invertebrate vector Bioinformatics Resource Center (BRC) " class="sf-depth-1 menuparent">About</a><ul><li id="menu-3846-1" class="first odd sf-item-1 sf-depth-2 sf-no-children"><a href="swg.html" title="Details of VectorBase Scientific Working Group" class="sf-depth-2">VectorBase Scientific Working Group</a></li><li id="menu-3847-1" class="middle even sf-item-2 sf-depth-2 sf-no-children"><a href="sug.html" title="Details of VectorBase Scientific User Group" class="sf-depth-2">VectorBase Scientific User Group</a></li><li id="menu-3848-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="personnel.html" title="Details of Personnel" class="sf-depth-2">Personnel</a></li><li id="menu-14054-1" class="last even sf-item-4 sf-depth-2 sf-no-children"><a href="privacy.html" class="sf-depth-2">Data Privacy</a></li></ul></li><li id="menu-962-1" class="middle odd sf-item-3 sf-depth-1 menuparent"><a href="organisms.html" title="" class="sf-depth-1 menuparent">Organisms</a><ul><li id="menu-6928-1" class="first odd sf-item-1 sf-depth-2 menuparent"><a href="taxonomy/aedes.html" title="" class="sf-depth-2 menuparent"><table class="menuarrow"><tr><td class="menuarrowtext"><i>Aedes</i> </td><td class="menuarrowicon"><img class="menuarrow" src="sites/default/files/ftp/triang.png" alt="submenu arrow"></td></tr></table></a><ul class="sf-megamenu"><li class="sf-megamenu-wrapper first odd sf-item-1 sf-depth-2 menuparent"><ol><li id="menu-781-1" class="first odd sf-item-1 sf-depth-3 sf-no-children"><a href="organisms/aedes-aegypti.html" title="" class="sf-depth-3"><i>Aedes aegypti</i></a></li><li id="menu-6929-1" class="last even sf-item-2 sf-depth-3 sf-no-children"><a href="organisms/aedes-albopictus.html" class="sf-depth-3"><i>Aedes albopictus</i></a></li></ol></li></ul></li><li id="menu-3164-1" class="middle even sf-item-2 sf-depth-2 menuparent"><a href="taxonomy/anopheles.html" title="" class="sf-depth-2 menuparent"><table class="menuarrow"><tr><td class="menuarrowtext"><i>Anopheles</i> </td><td class="menuarrowicon"><img class="menuarrow" src="sites/default/files/ftp/triang.png" alt="submenu arrow"></td></tr></table></a><ul class="sf-megamenu"><li class="sf-megamenu-wrapper middle even sf-item-2 sf-depth-2 menuparent"><ol><li id="menu-3156-1" class="first odd sf-item-1 sf-depth-3 sf-no-children"><a href="organisms/anopheles-albimanus.html" class="sf-depth-3"><i>Anopheles albimanus</i></a></li><li id="menu-3157-1" class="middle even sf-item-2 sf-depth-3 sf-no-children"><a href="organisms/anopheles-arabiensis.html" class="sf-depth-3"><i>Anopheles arabiensis</i></a></li><li id="menu-3342-1" class="middle odd sf-item-3 sf-depth-3 sf-no-children"><a href="organisms/anopheles-atroparvus.html" class="sf-depth-3"><i>Anopheles atroparvus</i></a></li><li id="menu-3158-1" class="middle even sf-item-4 sf-depth-3 sf-no-children"><a href="organisms/anopheles-christyi.html" title="" class="sf-depth-3"><i>Anopheles christyi</i></a></li><li id="menu-3687-1" class="middle odd sf-item-5 sf-depth-3 sf-no-children"><a href="organisms/anopheles-coluzzii.html" title="" class="sf-depth-3"><i>Anopheles coluzzii</i></a></li><li id="menu-3344-1" class="middle even sf-item-6 sf-depth-3 sf-no-children"><a href="organisms/anopheles-culicifacies.html" class="sf-depth-3"><i>Anopheles culicifacies</i></a></li><li id="menu-1781-1" class="middle odd sf-item-7 sf-depth-3 sf-no-children"><a href="organisms/anopheles-darlingi.html" title="" class="sf-depth-3"><i>Anopheles darlingi</i></a></li><li id="menu-3161-1" class="middle even sf-item-8 sf-depth-3 sf-no-children"><a href="organisms/anopheles-dirus.html" class="sf-depth-3"><i>Anopheles dirus</i></a></li><li id="menu-3159-1" class="middle odd sf-item-9 sf-depth-3 sf-no-children"><a href="organisms/anopheles-epiroticus.html" title="" class="sf-depth-3"><i>Anopheles epiroticus</i></a></li><li id="menu-3346-1" class="middle even sf-item-10 sf-depth-3 sf-no-children"><a href="organisms/anopheles-farauti.html" title="" class="sf-depth-3"><i>Anopheles farauti</i></a></li><li id="menu-3160-1" class="middle odd sf-item-11 sf-depth-3 sf-no-children"><a href="organisms/anopheles-funestus.html" class="sf-depth-3"><i>Anopheles funestus</i></a></li><li id="menu-776-1" class="middle even sf-item-12 sf-depth-3 sf-no-children"><a href="organisms/anopheles-gambiae.html" class="sf-depth-3"><i>Anopheles gambiae</i></a></li><li id="menu-3348-1" class="middle odd sf-item-13 sf-depth-3 sf-no-children"><a href="organisms/anopheles-maculatus.html" class="sf-depth-3"><i>Anopheles maculatus</i></a></li><li id="menu-3343-1" class="middle even sf-item-14 sf-depth-3 sf-no-children"><a href="organisms/anopheles-melas.html" class="sf-depth-3"><i>Anopheles melas</i></a></li><li id="menu-3345-1" class="middle odd sf-item-15 sf-depth-3 sf-no-children"><a href="organisms/anopheles-merus.html" class="sf-depth-3"><i>Anopheles merus</i></a></li><li id="menu-3163-1" class="middle even sf-item-16 sf-depth-3 sf-no-children"><a href="organisms/anopheles-minimus.html" class="sf-depth-3"><i>Anopheles minimus</i></a></li><li id="menu-3162-1" class="middle odd sf-item-17 sf-depth-3 sf-no-children"><a href="organisms/anopheles-quadriannulatus.html" class="sf-depth-3"><i>Anopheles quadriannulatus</i></a></li><li id="menu-3347-1" class="middle even sf-item-18 sf-depth-3 sf-no-children"><a href="organisms/anopheles-sinensis.html" class="sf-depth-3"><i>Anopheles sinensis</i></a></li><li id="menu-1780-1" class="last odd sf-item-19 sf-depth-3 sf-no-children"><a href="organisms/anopheles-stephensi.html" class="sf-depth-3"><i>Anopheles stephensi</i></a></li></ol></li></ul></li><li id="menu-2869-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="organisms/biomphalaria-glabrata.html" class="sf-depth-2"><i>Biomphalaria glabrata</i></a></li><li id="menu-7815-1" class="middle even sf-item-4 sf-depth-2 sf-no-children"><a href="organisms/cimex-lectularius.html" title="" class="sf-depth-2"><i>Cimex lectularius</i></a></li><li id="menu-974-1" class="middle odd sf-item-5 sf-depth-2 sf-no-children"><a href="organisms/culex-quinquefasciatus.html" title="" class="sf-depth-2"><i>Culex quinquefasciatus</i></a></li><li id="menu-4123-1" class="middle even sf-item-6 sf-depth-2 menuparent"><a href="taxonomy/glossina.html" title="" class="sf-depth-2 menuparent"><table class="menuarrow"><tr><td class="menuarrowtext"><i>Glossina</i> </td><td class="menuarrowicon"><img class="menuarrow" src="sites/default/files/ftp/triang.png" alt="submenu arrow"></td></tr></table></a><ul class="sf-megamenu"><li class="sf-megamenu-wrapper middle even sf-item-6 sf-depth-2 menuparent"><ol><li id="menu-4124-1" class="first odd sf-item-1 sf-depth-3 sf-no-children"><a href="organisms/glossina-austeni.html" title="Vector of Animal African Trypanosomiasis" class="sf-depth-3"><i>Glossina austeni</i></a></li><li id="menu-4125-1" class="middle even sf-item-2 sf-depth-3 sf-no-children"><a href="organisms/glossina-brevipalpis.html" title="Ancestral vector of Animal African Trypanosomiasis (AAT)" class="sf-depth-3"><i>Glossina brevipalpis</i></a></li><li id="menu-4126-1" class="middle odd sf-item-3 sf-depth-3 sf-no-children"><a href="organisms/glossina-fuscipes.html" title="Vector of Trypanosoma brucei rhodesiense in East Africa" class="sf-depth-3"><i>Glossina fuscipes</i></a></li><li id="menu-993-1" class="middle even sf-item-4 sf-depth-3 sf-no-children"><a href="organisms/glossina-morsitans.html" title="Vector of Human African Trypanosomiasis (sleeping sickness)" class="sf-depth-3"><i>Glossina morsitans</i></a></li><li id="menu-4127-1" class="middle odd sf-item-5 sf-depth-3 sf-no-children"><a href="organisms/glossina-pallidipes.html" title="Major vector of Trypanosoma brucei brucei, Minor vector of Trypanosoma brucei rhodesiense" class="sf-depth-3"><i>Glossina pallidipes</i></a></li><li id="menu-5190-1" class="last even sf-item-6 sf-depth-3 sf-no-children"><a href="organisms/glossina-palpalis.html" title="" class="sf-depth-3"><i>Glossina palpalis</i></a></li></ol></li></ul></li><li id="menu-971-1" class="middle odd sf-item-7 sf-depth-2 sf-no-children"><a href="organisms/ixodes-scapularis.html" title="" class="sf-depth-2"><i>Ixodes scapularis</i></a></li><li id="menu-15064-1" class="middle even sf-item-8 sf-depth-2 sf-no-children"><a href="organisms/leptotrombidium-deliense.html" title="" class="sf-depth-2"><i>Leptotrombidium deliense</i></a></li><li id="menu-2867-1" class="middle odd sf-item-9 sf-depth-2 sf-no-children"><a href="organisms/lutzomyia-longipalpis.html" title="" class="sf-depth-2"><i>Lutzomyia longipalpis</i></a></li><li id="menu-3850-1" class="middle even sf-item-10 sf-depth-2 sf-no-children"><a href="organisms/musca-domestica.html" title="Musca domestica" class="sf-depth-2"><i>Musca domestica</i></a></li><li id="menu-975-1" class="middle odd sf-item-11 sf-depth-2 sf-no-children"><a href="organisms/pediculus-humanus.html" title="" class="sf-depth-2"><i>Pediculus humanus</i></a></li><li id="menu-2868-1" class="middle even sf-item-12 sf-depth-2 sf-no-children"><a href="organisms/phlebotomus-papatasi.html" title="" class="sf-depth-2"><i>Phlebotomus papatasi</i></a></li><li id="menu-976-1" class="middle odd sf-item-13 sf-depth-2 sf-no-children"><a href="organisms/rhodnius-prolixus.html" title="" class="sf-depth-2"><i>Rhodnius prolixus</i></a></li><li id="menu-6654-1" class="middle even sf-item-14 sf-depth-2 sf-no-children"><a href="organisms/sarcoptes-scabiei-var-canis.html" class="sf-depth-2"><i>Sarcoptes scabiei</i> var. <i>canis</i></a></li><li id="menu-6138-1" class="middle odd sf-item-15 sf-depth-2 sf-no-children"><a href="organisms/stomoxys-calcitrans.html" title="Stomoxys calcitrans" class="sf-depth-2"><i>Stomoxys calcitrans</i></a></li><li id="menu-1786-1" class="last even sf-item-16 sf-depth-2 sf-no-children"><a href="organisms.html" title="" class="sf-depth-2">All organisms...</a></li></ul></li><li id="menu-988-1" class="middle even sf-item-4 sf-depth-1 menuparent"><a href="navigation/downloads.html" title="Download VectorBase data" class="sf-depth-1 menuparent">Downloads</a><ul><li id="menu-1775-1" class="first odd sf-item-1 sf-depth-2 sf-no-children"><a href="downloads.html" title="Raw data files stored by VectorBase." class="sf-depth-2">Data files</a></li><li id="menu-1336-1" class="middle even sf-item-2 sf-depth-2 sf-no-children"><a href="content/software-downloads.html" title="Open source software from VectorBase developers" class="sf-depth-2">Software</a></li><li id="menu-1397-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="image-gallery.html" title="" class="sf-depth-2">Images</a></li><li id="menu-1787-1" class="last even sf-item-4 sf-depth-2 sf-no-children"><a href="downloadsee7a.html" title="" class="sf-depth-2">Ontologies</a></li></ul></li><li id="menu-1002-1" class="middle odd sf-item-5 sf-depth-1 menuparent"><a href="navigation/tools.html" title="" class="sf-depth-1 menuparent">Tools</a><ul><li id="menu-1004-1" class="first odd sf-item-1 sf-depth-2 sf-no-children"><a href="blast.html" title="Sequence similarity searching" class="sf-depth-2">BLAST</a></li><li id="menu-1009-1" class="middle even sf-item-2 sf-depth-2 sf-no-children"><a href="clustalw.html" title="Align two or more sequences" class="sf-depth-2">ClustalW</a></li><li id="menu-1010-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="hmmer.html" title="Sensitive profile-based sequence search" class="sf-depth-2">HMMER</a></li><li id="menu-1008-1" class="last even sf-item-4 sf-depth-2 sf-no-children"><a href="ontology-browser.html" title="" class="sf-depth-2">Ontology Browser</a></li></ul></li><li id="menu-973-1" class="middle even sf-item-6 sf-depth-1 menuparent"><a href="navigation/data.html" title="" class="sf-depth-1 menuparent">Data</a><ul><li id="menu-3166-1" class="first odd sf-item-1 sf-depth-2 sf-no-children"><a href="genomes.html" class="sf-depth-2">Genomes</a></li><li id="menu-2270-1" class="middle even sf-item-2 sf-depth-2 sf-no-children"><a href="transcriptomes.html" class="sf-depth-2">Transcriptomes</a></li><li id="menu-9464-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="proteomes.html" class="sf-depth-2">Proteomes</a></li><li id="menu-1461-1" class="middle even sf-item-4 sf-depth-2 sf-no-children"><a href="mitochondrial-genomes.html" class="sf-depth-2">Mitochondrial sequences</a></li><li id="menu-4324-1" class="last odd sf-item-5 sf-depth-2 sf-no-children"><a href="releases.html" class="sf-depth-2">Release notes</a></li></ul></li><li id="menu-1001-1" class="active-trail middle odd sf-item-7 sf-depth-1 menuparent"><a href="navigation/help.html" title="" class="sf-depth-1 menuparent">Help</a><ul><li id="menu-970-1" class="active-trail first odd sf-item-1 sf-depth-2 sf-no-children"><a href="faqs.html" title="Frequently asked questions (with answers)" class="sf-depth-2 active">FAQs</a></li><li id="menu-4033-1" class="middle even sf-item-2 sf-depth-2 sf-no-children"><a href="tutorials.html" class="sf-depth-2">Tutorials</a></li><li id="menu-1631-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="glossary.html" class="sf-depth-2">Glossary</a></li><li id="menu-1334-1" class="middle even sf-item-4 sf-depth-2 sf-no-children"><a href="faqs/how-cite-vectorbase.html" title="" class="sf-depth-2">How to cite VectorBase</a></li><li id="menu-1616-1" class="middle odd sf-item-5 sf-depth-2 sf-no-children"><a href="data-policies.html" class="sf-depth-2">Data access and Submission policies</a></li><li id="menu-3845-1" class="last even sf-item-6 sf-depth-2 sf-no-children"><a href="solr-information.html" title="Description of indexed solr fields" class="sf-depth-2">SOLR Fields</a></li></ul></li><li id="menu-1013-1" class="middle even sf-item-8 sf-depth-1 menuparent"><a href="navigation/community.html" title="" class="sf-depth-1 menuparent">Community</a><ul><li id="menu-1777-1" class="first odd sf-item-1 sf-depth-2"><a href="content/submit-data.html" class="sf-depth-2">Submit Data</a><ul class="sf-megamenu"><li class="sf-megamenu-wrapper first odd sf-item-1 sf-depth-2"></li></ul></li><li id="menu-1016-1" class="middle even sf-item-2 sf-depth-2 sf-no-children"><a href="mailing-lists.html" title="" class="sf-depth-2">Mailing lists</a></li><li id="menu-1608-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children"><a href="publications.html" class="sf-depth-2">Publications</a></li><li id="menu-10744-1" class="middle even sf-item-4 sf-depth-2 sf-no-children"><a href="workshops.html" class="sf-depth-2">Workshops/Meetings</a></li><li id="menu-12943-1" class="middle odd sf-item-5 sf-depth-2 sf-no-children"><a href="jobpostings.html" class="sf-depth-2">Job postings</a></li><li id="menu-4034-1" class="middle even sf-item-6 sf-depth-2 sf-no-children"><a href="news.html" class="sf-depth-2">News</a></li><li id="menu-4035-1" class="middle odd sf-item-7 sf-depth-2 sf-no-children"><a href="newsletters.html" class="sf-depth-2">Newsletters</a></li><li id="menu-2269-1" class="middle even sf-item-8 sf-depth-2 sf-no-children"><a href="useful-links.html" title="" class="sf-depth-2">Useful links</a></li><li id="menu-1014-1" class="middle odd sf-item-9 sf-depth-2 sf-no-children"><a href="http://www.facebook.com/pages/VectorBase/189608142260" title="" class="sf-depth-2"><table class="menuarrow"><tr><td class="menuarrowtext">Facebook </td><td class="menuarrowicon"><img src="sites/default/files/ftp/fb24.png" alt="link icon"></td></tr></table></a></li><li id="menu-1015-1" class="last even sf-item-10 sf-depth-2 sf-no-children"><a href="http://twitter.com/VectorBase" title="" class="sf-depth-2"><table class="menuarrow"><tr><td class="menuarrowtext">Twitter </td><td class="menuarrowicon"><img src="sites/default/files/ftp/tw24.png" alt="link icon"></td></tr></table></a></li></ul></li><li id="menu-994-1" class="last odd sf-item-9 sf-depth-1 sf-no-children"><a href="contact.html" title="Send us comments, suggestions, or questions" class="sf-depth-1">Contact Us</a></li></ul> </div>
</div><!-- /inner-inner -->
</div><!-- /inner-wrapper -->
</div><!-- /block-inner -->
</div><!-- /block --> </div><!-- /main-menu-inner -->
</div><!-- /main-menu -->
</div><!-- /main-menu-wrapper -->
</div><!-- /header-group -->
</div><!-- /header-group-wrapper -->
<div id="preface-top-outer"> </div>
<!-- main region: width = grid_width -->
<div id="main-wrapper" class="main-wrapper full-width clearfix">
<div id="main" class="main region grid16-16">
<div id="main-inner" class="main-inner inner clearfix">
<!-- main group: width = grid_width - sidebar_first_width -->
<div id="main-group" class="main-group region nested grid16-16">
<div id="main-group-inner" class="main-group-inner inner">
<div id="main-content" class="main-content region nested">
<div id="main-content-inner" class="main-content-inner inner">
<!-- content group: width = grid_width - sidebar_first_width - sidebar_second_width -->
<div id="content-group" class="content-group region nested grid16-16">
<div id="content-group-inner" style="background-color:white;" class="content-group-inner inner">
<div id="breadcrumbs" class="breadcrumbs block">
<div id="breadcrumbs-inner" class="breadcrumbs-inner gutter">
<a href="index.html">Home</a> » <a href="navigation/help.html" title="">Help</a> » FAQs
</div><!-- /breadcrumbs-inner -->
</div><!-- /breadcrumbs -->
<div id="content-region" class="content-region region nested">
<div id="content-region-inner" class="content-region-inner inner">
<a name="main-content-area" id="main-content-area"></a>
<!--DKDK highlighted -->
<h1 class="title gutter">FAQs</h1>
<!-- content region -->
<div id="content" class="region region-content content nested grid16-16">
<div id="content-inner" class="content-inner inner">
<div id="block-system-main" class="block block-system first odd">
<div class="inner clearfix gutter">
<div class="inner-wrapper">
<div class="inner-inner">
<div class="content clearfix">
<div class="view view-faqs view-id-faqs view-display-id-page view-dom-id-f514276e90ff844bcb127f8e7d7f5bf4">
<div class="view-header">
<div style="margin-left: auto; margin-right: auto;text-align:center;"><IMG src="sites/default/files/ftp/images/faq.png"></div>
</div>
<div class="view-content">
<div class="view-grouping"><div class="view-grouping-header">General</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd views-row-first">
<td class="views-field views-field-title">
<a href="faqs/can-i-use-pictures-posted-images-section-vectorbase.html">Can I use pictures posted in the Images section of VectorBase?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/csiro-and-vectorbase.html">CSIRO and VectorBase </a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/do-you-have-vectorbase-introductory-documentation-or-tour.html">Do you have VectorBase introductory documentation or a tour?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/do-you-have-workshops-using-vectorbase.html">Do you have workshops on using VectorBase?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-cite-gene.html">How to cite a gene</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-cite-vectorbase.html">How to cite VectorBase</a> </td>
</tr>
<tr class="odd views-row-last">
<td class="views-field views-field-title">
<a href="faqs/how-subscribe-mailing-list.html">How to subscribe to a mailing list</a> </td>
</tr>
</tbody>
</table>
</div></div><div class="view-grouping"><div class="view-grouping-header">Site usage</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/gene-identifiers-or-gene-ids-eg-agap-6-digit-number.html">Gene identifiers or gene IDs (e.g., AGAP + 6 digit number)</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-do-different-gene-metadata-symbol-name-and-description-function-works-same-gene.html">How do different gene metadata, symbol (name) and description (function), works for the same gene?</a> </td>
</tr>
<tr class="odd views-row-last">
<td class="views-field views-field-title">
<a href="faqs/how-find-triad-bacs-situ-images-divisions-and-photomaps.html">How to find a triad of BACs in situ images, divisions and photomaps?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/rules-and-conventions-naming-genetic-features-mosquitoes-and-other-arthropod-vectors.html">Rules and conventions for naming genetic features in mosquitoes (and other arthropod vectors)</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/rules-and-conventions-naming-molluscan-genes.html">Rules and conventions for naming molluscan genes</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/what-are-these-agapxxx-identifiers-and-where-are-old-ensangxxx-ids.html">What are these AGAPxxx identifiers and where are the old ENSANGxxx IDs?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/what-can-biomart-do-me.html">What can BioMart do for me?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/why-do-vectorbase-gene-ids-change-finding-missing-gene-ids.html">Why do VectorBase gene IDs change? (finding missing gene IDs)</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-can-i-find-geo-coordinates-place-interest.html">How can I find geo-coordinates for a place of interest?</a> </td>
</tr>
</tbody>
</table>
</div></div><div class="view-grouping"><div class="view-grouping-header">Browser</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/alignments-image.html">Alignments (Image)</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/alignments-text.html">Alignments (Text)</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/cdna-sequence.html">cDNA sequence</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/chromosome.html">Chromosome</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/exons-sequence-view.html">Exons - Sequence view</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/explore-variation.html">Explore this variation</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/external-data.html">External data</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/external-references.html">External references</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/gene-ontology.html">Gene ontology</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/geneprotein-tree.html">Gene/protein tree</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/general-identifiers.html">General identifiers</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/gene-summary.html">Gene summary</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/genome-sequence.html">Genome sequence</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/genomic-alignments-view.html">Genomic alignments view</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/individual-genotypes.html">Individual genotypes</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/there-list-all-pairwise-alignments.html">Is there a list of all pairwise alignments?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/linkage-disequilibrium-data.html">Linkage disequilibrium data</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/oligo-probes.html">Oligo probes</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/orthologues-view.html">Orthologues view</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/paralogues-view.html">Paralogues view</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/phenotype-data.html">Phenotype data</a> </td>
</tr>
<tr class="even views-row-last">
<td class="views-field views-field-title">
<a href="faqs/population-comparison.html">Population comparison</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/population-genetics.html">Population genetics</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/protein-sequence.html">Protein - Sequence</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/protein-summary.html">Protein summary</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/region-comparison.html">Region comparison</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/region-detail.html">Region in detail</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/region-overview.html">Region overview</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/resequencing-alignments.html">Resequencing alignments</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/splice-variants.html">Splice variants</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/structural-variation.html">Structural variation</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/supporting-evidence-transcript.html">Supporting evidence for a transcript</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/transcript-id-history.html">Transcript ID history</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/transcript-summary.html">Transcript summary</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/what-styles-are-available-data-tracks-genome-browser.html">What styles are available for the data tracks in the Genome Browser?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/whole-genome.html">Whole genome</a> </td>
</tr>
</tbody>
</table>
</div></div><div class="view-grouping"><div class="view-grouping-header">Data</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/are-blast-databases-masked.html">Are the BLAST databases masked?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/are-genomes-gene-sets-experimentally-validated.html">Are the (genomes) gene sets experimentally validated? </a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/contigs-and-singletons-ixodes-assembly.html">Contigs and singletons in the Ixodes assembly</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/does-genome-sequences-vectorbase-contain-mitochondrial-dna.html">Does genome sequences on VectorBase contain mitochondrial DNA?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/does-vectorbase-host-mitochondrial-genomes.html">Does VectorBase host mitochondrial genomes?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/do-you-have-any-interaction-data.html">Do you have any interaction data?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/do-you-store-mosquito-transposon-data.html">Do you store mosquito transposon data?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-are-gene-descriptions-propagated-between-species.html">How are gene descriptions propagated between species?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-are-genes-projected-between-assembly-versions.html">How are genes projected between assembly versions?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-are-high-confidence-orthologs-defined.html">How are "high confidence" orthologs defined?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-are-rna-genes-annotated.html">How are RNA genes annotated?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-can-i-find-rnai-gene-pathway-members.html">How can I find RNAi gene pathway members?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-can-i-retrieve-interpro-domains-given-species.html">How can I retrieve Interpro domains for a given species?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-does-vectorbase-annotate-repeats-and-mask-sequences.html">How does VectorBase annotate repeats and mask sequences?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-connect-ensembl-perl-api.html">How do I connect with the Ensembl Perl API?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-retrieve-go-annotations.html">How do I retrieve GO annotations?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-do-you-name-alternative-transcripts.html">How do you name alternative transcripts?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-find-specific-gene.html">How to find a specific gene?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/i-find-unexpected-duplications-anopheles-assembly-are-they-real.html">I find unexpected duplications in the Anopheles assembly: are they real?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/it-possible-query-genes-pathway-information-eg-kegg.html">Is it possible to query for genes' pathway information? e.g., KEGG</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/there-any-plan-map-species-supercontigs-chromosomes.html">Is there any plan to map the species supercontigs to chromosomes?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/retrieving-genes-same-domain.html">Retrieving genes with the same domain</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/what-are-pa-suffix-after-gene-names.html">What are the -PA suffix after gene names?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/what-data-available-download.html">What data is available for download?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/what-do-i-do-downloaded-files-ending-%e2%80%9cgz%e2%80%9d.html">What do I do with downloaded files ending with “.gz”?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/what-origin-aedes-dna.html">What is the origin of the Aedes DNA?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/what-origin-anopheles-m-and-s-form-dna.html">What is the origin of the Anopheles M and S form DNA</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/what-ra-suffix-after-gene-names.html">What is this -RA suffix after gene names?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/what-residue-overlap-splice-site-means.html">What 'Residue overlap splice site' means?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/what-gene-set-counts-mean.html">What the gene set counts mean?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/where-are-culex-est-libraries.html">Where are the Culex EST libraries from</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/where-has-culex-pipiens-gone.html">Where has Culex pipiens gone</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/where-submit-proteomic-data.html">Where to submit proteomic data?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/which-are-gene-biotype-definitions.html">Which are the gene biotype definitions? </a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/which-external-ressources-vectorbase-linking.html">Which external ressources is VectorBase linking to</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/why-are-there-mirna-genes-both-strands-same-location.html">Why are there miRNA genes on both strands at the same location?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/why-are-there-protein-sequences-xs-and-genes-sequences-ns.html">Why are there protein sequences with Xs and genes sequences with Ns</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/why-are-there-three-anopheles-gambiae-pestm-and-s.html">Why are there three Anopheles gambiae (PEST,M and S)</a> </td>
</tr>
</tbody>
</table>
</div></div><div class="view-grouping"><div class="view-grouping-header">Expression data</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/can-vectorbase-make-my-transcript-data-available.html">Can VectorBase make my transcript data available? </a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-find-more-details-about-differential-expression-experiment.html">How do I find more details about a differential expression experiment?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-do-you-map-microarrays-genome.html">How do you map the microarrays to the genome?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-convert-microarray-probes-gene-ids.html">How to convert microarray probes to gene IDs? </a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/which-gene-expression-microarray-data-do-you-have-vectorbase.html">Which gene expression microarray data do you have in VectorBase?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/why-do-you-reanalyze-microarray-and-rnaseq-data.html">Why do you reanalyze the microarray and RNAseq data?</a> </td>
</tr>
</tbody>
</table>
</div></div><div class="view-grouping"><div class="view-grouping-header">Compara</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/downloads-comparative-data.html">Downloads of comparative data</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/gene-tree-coloring.html">Gene tree coloring</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-are-orthologs-and-paralogs-defined.html">How are orthologs and paralogs defined?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-visualise-syntenic-regions.html">How to visualise syntenic regions</a> </td>
</tr>
</tbody>
</table>
</div></div><div class="view-grouping"><div class="view-grouping-header">Community manual annotation with Apollo</div><div class="view-grouping-content"><table class="views-table cols-0">
<tbody>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/annotation-editors-artemis-and-apollo.html">Annotation Editors: Artemis and Apollo</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/automatic-emails-explained.html">Automatic emails explained </a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-add-comment-gene.html">How do I add a comment to a gene?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-annotate-gene.html">How do I annotate a gene?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-batch-submit-annotation-metadata-vectorbase.html">How do I batch submit annotation metadata to VectorBase?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-decide-gene-name-symbol.html">How do I decide on a gene name (symbol)?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-set-gene-pseudogene.html">How do I set a gene to pseudogene?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/how-do-i-submit-gene-manual-annotation-apollo.html">How do I submit a gene manual annotation with Apollo? </a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/how-upload-blast-hits-apollo.html">How to upload BLAST hits to Apollo?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/i-just-submitted-my-gene-annotation-when-will-i-see-my-submission-incorporated-vectorbase.html">I just submitted my gene annotation. When will I see my submission incorporated in VectorBase?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/why-dont-you-accept-unmodified-gene-models.html">Why don't you accept unmodified gene models?</a> </td>
</tr>
<tr class="even">
<td class="views-field views-field-title">
<a href="faqs/why-dont-you-allow-gene-deletions-apollo.html">Why don't you allow for gene deletions via Apollo?</a> </td>
</tr>
<tr class="odd">
<td class="views-field views-field-title">
<a href="faqs/why-dont-you-process-gene-names-symbol-and-descriptions-functions-apollo.html">Why don't you process gene names (symbol) and descriptions (functions) via Apollo? </a> </td>
</tr>
</tbody>
</table>
</div></div> </div>
</div> </div>
</div><!-- /inner-inner -->
</div><!-- /inner-wrapper -->
</div><!-- /block-inner -->
</div><!-- /block --> </div><!-- /content-inner -->
</div><!-- /content -->
</div><!-- /content-region-inner -->
</div><!-- /content-region -->
</div><!-- /content-group-inner -->
</div><!-- /content-group -->
</div><!-- /main-content-inner -->
</div><!-- /main-content -->
</div><!-- /main-group-inner -->
</div><!-- /main-group -->
</div><!-- /main-inner -->
</div><!-- /main -->
</div><!-- /main-wrapper -->
<!-- footer region -->
<div id="footer-wrapper" class="footer-wrapper full-width clearfix">
<div id="footer" class="region region-footer footer grid16-16">
<div id="footer-inner" class="footer-inner inner">
<div id="block-block-9" class="block block-block first last odd">
<div class="inner clearfix gutter">
<div class="inner-wrapper">
<div class="inner-inner">
<div class="content clearfix">
<!--<div id="bannerMessage">Not ready for the New VectorBase? <a href="http://classic.vectorbase.org/">Link back to the old site here. (not here)</a></div>-->
<!--<div id="warningMessage" style="text-align:center">
VectorBase is currently undergoing maintenance.<br />
Some data and/or services may be temporarily unavailable.
</div>-->
<div class="single-footer">
<div style="text-align:center;background-color:white; border-radius: 10px;-moz-border-radius: 10px;">
<a style="margin:5px 10px; border:none; text-decoration:none;" href="http://www.nd.edu/" ><img src="sites/default/files/ftp/site_logos/notredame.png" alt="ND" style="border:none; margin:5px 0;"/></a>
<a style="margin:5px 10px; border:none; text-decoration:none;" href="http://www.ebi.ac.uk/" ><img src="sites/default/files/ftp/site_logos/ebi.png" alt="EBI" style="border:none; margin:5px 0;"/></a>
<a style="margin:5px 10px; border:none; text-decoration:none;" href="http://www.imperial.ac.uk/" ><img src="sites/default/files/ftp/site_logos/imperialcollegelondon.png" alt="Imperial College" style="border:none; margin:5px 0;"/></a>
</div>
<p style="text-align:center;">This project has been funded in whole or in part with Federal funds from the National Institute of Allergy and Infectious Diseases, National Institutes of Health, Department of Health and Human Services, under Contract No. HHSN272201400029C.</p>
<p>
Bioinformatics Resource Centers for Infectious Disease:
<a href="https://www.vectorbase.org/" class="brc-postscript-link"><span class="brc-postscript-linktext">VectorBase</span></a> |
<a href="https://eupathdb.org/" class="brc-postscript-link"><span class="brc-postscript-linktext">EuPathDB</span></a> |
<a href="https://www.fludb.org/" class="brc-postscript-link"><span class="brc-postscript-linktext">IRD</span></a> |
<a href="https://patricbrc.org/" class="brc-postscript-link"><span class="brc-postscript-linktext">PATRIC</span></a> |
<a href="https://www.viprbrc.org/" class="brc-postscript-link"><span class="brc-postscript-linktext">ViPR</span></a>
</p>
<div style="text-align:center">
<a style="margin:5px 10px; border:none; text-decoration:none;" href="mailto:[email protected]" title="Email VectorBase"><img src="sites/default/files/ftp/email.png" alt="Email VectorBase" style="border:none; height:30px; width:30px;"/></a>
<a style="margin:5px 10px; border:none; text-decoration:none;" href="https://www.vectorbase.org/justnews/feed" title="RSS Feed"><img src="images/small_logos/48x48/feed.png" alt="RSS Feed" style="border:none; height:30px; width:30px;"/></a>
<!-- <a style="margin:5px 10px; border:none; text-decoration:none;" href="https://www.vectorbase.org/forum" title="Forum"><img src="/sites/default/files/ftp/images/forum.png" alt="Forum" style="border:none; height:30px; width:30px;"/></a> -->
<a style="margin:5px 10px; border:none; text-decoration:none;" href="http://www.facebook.com/pages/VectorBase/189608142260" title="Facebook"><img src="images/small_logos/48x48/facebook.png" alt="Facebook" style="border:none; height:30px; width:30px;"/></a>
<a style="margin:5px 10px; border:none; text-decoration:none;" href="http://twitter.com/VectorBase" title="Twitter"><img src="images/small_logos/48x48/twitter.png" alt="Twitter" style="border:none; height:30px; width:30px;"/></a>
</div>
</div> </div>
</div><!-- /inner-inner -->
</div><!-- /inner-wrapper -->
</div><!-- /block-inner -->
</div><!-- /block --> </div><!-- /footer-inner -->
</div><!-- /footer -->
</div><!-- /footer-wrapper -->
</div><!-- /page-inner -->
</div><!-- /page -->
</body>
<!-- Mirrored from legacy.vectorbase.org/faqs by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 10 May 2021 21:54:42 GMT -->
</html>