SALT-NLP/Design2Code
This dataset consists of 484 webpages from the C4 validation set, serving the purpose of testing multimodal LLMs on converting visual designs into code implementations. Each example is a pair of source HTML and screenshot ({id}.html and {id}.png). See the dataset in the huggingface format here. Note that all images in these webpages are replaced by a placeholder image (rick.jpg) Please refer to our project page and our paper for more information. Example Usage For example, you… See the full description on the dataset page: https://huggingface.co/datasets/SALT-NLP/Design2Code.
221.8k
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">2<html lang="en-US" xml:lang="en" xmlns="">3 <head>4 <style>5 body {6 margin: 0;7 padding:0px 0px 0px 0px;8 background:#fff;9 font-family: Verdana,Tahoma, Arial, Serif; 10 line-height: 1.5em;11 font-size: 0.75em;12 color: #333;13 min-width: 900px;14}15 16a, a:link, a:visited {color: #336699; text-decoration: none; font-weight:bold;}17a:hover {color: #036; text-decoration: underline;}18a:active {color: #336699; text-decoration: underline; font-weight:bold;}19 20input { font-size: 22px; }21input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 97%; }22 23h1 {24 font-size: 26px;25 font-family: 'Roboto Slab', Helvetica, sans-serif;26 color: #000;27 margin-bottom: 0.5em;28 margin-top: 0px;29 line-height: 140%;30 color: #444;31}32 33h1.details {34 font-size: 24px;35 font-family: 'Roboto Slab', Helvetica, sans-serif;36 color: #000;37 margin-bottom: 0.5em;38 margin-top: 0.5em;39 line-height: 140%;40 color: #444;41}42 43h2 {44 font-size: 26px;45 font-family: 'Source Sans Pro', sans-serif;46 color: #000;47 margin-bottom: 0.5em;48 line-height: 140%;49 letter-spacing: -1px;50 color: #444;51}52 53h3 {54 font-size: 14px;55 font-family: Verdana, Arial, Serif;56 color: #000; 57}58 59h4, h5, h6 {60 font-size: 18px;61 font-family: 'Source Sans Pro', Verdana, Arial, Serif;62 color: #000; 63}64p, blockquote, ul, ol {65 margin-top: 0;66 padding-top: 0;67 margin-bottom:0.5em; 68}69 70#summary {71 font-size: 15px;72 padding-top: 0px;73 padding-bottom: 15px;74}75 76#description {77 float:left;78 font-size: 16px;79 padding: 10px 0 16px;80 max-width: 100%;81 word-wrap: break-word;82}83 84dt {85 font-size: 15px;86 font-family: 'Source Sans Pro', sans-serif;87 color: #000;88 font-weight:700;89 padding-top: 15px;90 padding-bottom: 0px;91}92 93dd {94 font-family: 'Source Sans Pro', sans-serif;95 font-size: 15px;96 margin-left: 20px;97 margin-right: 20px;98}99dd a[href^="mailto:"] {100 font-weight: normal;101}102 103table.lines {104 border: 1px solid #AAA;105 padding: 3px;106} 107 108table.lines tr {109 background: #fcfcff;110 color: #449;111}112 113table.lines tr a{114 color: #449;115 text-decoration: underline;116}117 118table.lines tr.odd {119 background: #fffcfc;120 color: #944;121}122 123table.lines tr.odd a{124 color: #944;125}126 127table.lines td {128 padding: 3px;129 /*font-family: Verdana,Tahoma, Arial, Serif; */130 line-height: 1.5em;131 font-size: 15px;132}133 134.bold {135 font-size: 1.25em;136 font-weight:bold;137}138.smaller {139 font-size: .8em;140}141sup {142 font-size: 9px;143}144p {145 line-height:1.5em;146}147 148#container {149 width: 100%;150 margin: 0 auto;151 max-width: 1200px;152}153 154#topsurround155{156 width:100%;157 background-color:#f0eed7;158 height: 140px;159 padding: 4px 0px 4px 0px;160 margin:0px;161 text-align: center;162}163#logo164{165 width: 100%;166 margin-right: auto;167 margin-left: auto;168 text-decoration:none;169}170 171#topads172{173 text-align: center;174 text-decoration:none;175 margin:10px 0px 10px 0px;176}177 178#header 179{180 background-color: #ffffff;181 height:125px;182 width:100%;183 text-align:center;184 margin:0px;185 border: 1px solid #f0eed7;186 /*padding: 4px 0px 4px 0px;*/187}188 189#main {190 /*width: 1200px;*/191 float: left;192 text-align:left; margin:0 auto;193 background-color: #fff;194}195 196#content {197 margin:15px 22px 0px 15px;198 font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;199 line-height: 1.5em;200 font-size: 19px;201}202 203#content b {204 font-weight: 700;205}206 207td.lcol {208 background-color: #f8f6f2;209} 210 211#lcol {212 width: 190px;213 font-family: 'Open Sans', arial, sans-serif;214}215 216.row {217 padding-bottom: 22px;218 line-height: 1.65em;219}220 221.col1 {222 text-align: center;223 display: table-cell;224 vertical-align: middle;225 padding-left: 5px;226 padding-right: 16px;227}228 229.col2 { 230 display: table-cell;231 vertical-align: middle;232}233 234.col2 a {235 white-space: nowrap;236}237 238dl {239 margin-top: 5px;240}241 242#listmenu ul {243 margin: 0 0 5px 0;244 padding: 0 0 5px 0;245 list-style-type: none;246}247 248#listmenu li a {249 color: #35434d;250 display: block;251 height: 16px;252 padding: 9px 0 11px 20px;253 text-decoration: none;254 font-weight:normal;255 background-color:#f8f6f2;256 background:url('images/star.png') no-repeat left;257 258}259 260#listmenu li {261 border-bottom: 1px solid #cbd1cd;262 padding-left: 8px;263}264 265#listmenu li a:hover {266 background:url('images/star_rollover.png') no-repeat left;267 background-color: #cbd1cd;268 }269 270.listmenuheader {271 margin-top: 16px;272 margin-bottom: 8px;273 font-size: 1.3em;274 font-weight:600;275 font-family: 'Open Sans', arial, sans-serif;276}277 278#search, #search .button {279 text-align:center;280 display: block;281 margin: 0 auto;282}283 284#search .textinput {285 padding: 5px 0px 10px 0px;286}287 288#footer {289 clear: both;290 width:100%;291 background: #f0eed7;292 margin:0px;293}294 295#footer p {296 margin: 0;297 padding: 7px;298 font-size: 0.9em;299 color: #000;300 text-align:center; 301}302#footer a:active, #footer a:link, #footer a:visited, #footer p strong {303 color: #000000; 304 border:0px none;305 text-decoration:none;306}307#footer a:hover {308 text-decoration:underline;309}310 311#copy p {312 margin: 0;313 padding: 7px;314 font-size: 0.9em;315 color: #000; 316 text-align:center;317}318 319table.rlist {320 width: 97%;321 border: 0px none;322 border-collapse: collapse;323}324 325td.rlist {326 width: 50%;327 border: 1px solid #f6f7f8;328 vertical-align: top;329}330 331table.results {332 width: 100%;333 border: 1px solid #f6f7f8;334 border-collapse: collapse;335 font-weight:normal;336 text-align:center;337}338 339.agencylist {340 font-size: 0.85em;341}342 343.agencyletter {344 font-size: 1.4em;345 font-weight: bold;346 padding-top: 6px;347}348 349td.cresults {350 width: 140px;351 border: 1px solid #ebedef;352 padding: 5px;353 background: #f6f7f8;354 font-size: 0.8em;355}356 357td.tresults {358 width: 450px;359 font-size:15px;360 border: 1px solid #f6f7f8;361 padding: 5px;362 text-align: left;363}364 365td.tresults a {366 font-weight:700;367}368 369td.oresults {370 border: 1px solid #f6f7f8;371 padding: 5px;372 font-size: 0.9em;373 text-align: left;374}375 376td.nresults {377 border: 1px solid #ebedef;378 padding: 5px;379 background: #f6f7f8;380 font-size: 0.9em;381 text-align: left;382}383 384td.oresults2 {385 border: 1px solid #f6f7f8;386 padding: 5px;387 background: #f6f7f8;388 font-size: 0.9em;389}390 391td.nresults2 {392 border: 1px solid #ebedef;393 padding: 5px;394 font-size: 0.8em;395}396 397td.results {398 border: 1px solid #f6f7f8;399}400 401td.results b {402 font-size: 18px;403}404 405 406.pagenums a:active, .pagenums a:link, .pagenums a:visited {407 text-decoration: none;408 font-weight:normal;409 font-size: 0.8em;410}411 412#contentads {413 width: 410px;414 max-width: 100%;415 overflow: hidden;416 float:left;417 padding: 0 10px 0 0;418 text-align: center;419}420 421#contentadsleft{422 width: 336px;423 padding: 0 6px 5px 0px;424 text-align: center;425 float: left;426 overflow: hidden;427}428 429#contentadsbot{430 width: 100%;431 padding: 10px 5px 5px 10px;432 text-align: center;433 overflow: hidden;434}435 436#detailsadsbot{437 padding: 10px 0 10px 0;438 text-align: left;439 overflow: hidden;440}441 442#contentads300 {443 width: 300px;444 padding: 0 5px 5px 10px;445 text-align: center;446 float: right;447 overflow: hidden;448}449 450#contentads300left {451 width: 300px;452 padding: 5px 15px 5px 0px ;453 text-align: center;454 float: left;455 overflow: hidden;456}457 458#homepage300 {459 width: 300px;460 padding: 5px;461 text-align: center;462 float: left;463}464 465#contentadsb {466 width: 200px;467 padding: 0px 0px 5px 5px;468 text-align: center;469 float: right;470 overflow: hidden;471}472 473#contentads180 {474 width: 180px;475 padding: 0px 10px 5px 0px;476 text-align: center;477 float: left;478 overflow: hidden;479}480 481#contentads160 {482 width: 160px;483 padding: 0px 10px 5px 0px;484 text-align: center;485 float: left;486 overflow: hidden;487}488 489#contentads728 {490 /*padding: 5px 5px 13px 5px;*/491 padding: 5px 5px 0px 5px;492 text-align: center;493 overflow: hidden;494}495 496.popular {497 font-size: 14px;498 font-weight: bold;499}500 501.popheader {502 font-weight:bold;503 padding-bottom: 7px;504}505 506.pop {507 padding: 0px 10px 22px 0px;508}509 510.pop table {511 line-height: 1.4em;512 background-color: #fbfbfb;513 border: 0;514}515 516.pop td {517 font-size: 16px;518}519 520.pop a {521 font-weight: normal;522}523 524#popl {525 font-size: 15px;526 line-height: 1.4em;527}528 529#popl a {530 font-weight: normal;531}532 533#popl a:link, #popl a:visited {534 color: #2d5986;535}536 537.news {538 font-family: Georgia, Arial, Helvetica;539 font-weight: normal;540 color: #333;541 font-size: 15px;542 line-height: 25px;543}544 545.news a, .news a:link, .news a:visited {546 font-family: Georgia, Arial, Helvetica;547 text-decoration: underline;548 font-weight: normal;549 color: #333;550 font-size: 15px;551 line-height: 25px;552}553 554.news blockquote {555 background: #F5F5F5;556 border-left: 1px solid #CCC;557 padding: 1em 18px 1em 18px;558 color: #666;559 font-size: 13px;560}561 562.newstitle, .newstitle a:link {563 font-family: Arial, Helvetica;564 font-size: 17px;565 font-weight: bold;566 line-height: 25px;567}568 569.button {clear:both; background-color: #27367D; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:16px; height: 3em; line-height: 3em; margin: 0px; padding: 0 2em; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}570.button:hover {background-color:#777;}571.sub-input { font-size: 16px; padding: 5px;}572.sub-button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}573/*input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}*/574 575 576#mc_embed_signup form {display:block; position:relative; padding:10px 0 10px 3%}577#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}578#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}579#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}580#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}581#mc_embed_signup input:focus {border-color:#333;}582 583#mc_embed_signup .small-meta {font-size: 11px;}584#mc_embed_signup .nowrap {white-space:nowrap;} 585#mc_embed_signup .clear {clear:none; display:inline;}586 587#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}588#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}589 590#mc_embed_signup div#mce-responses {top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}591#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; top:-1.5em; z-index:1; width:80%;}592#mc_embed_signup #mce-error-response {display:none;}593#mc_embed_signup #mce-success-response {color:#529214; display:none;}594#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}595#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif;padding-bottom: 6px;}596 597.fb {padding:0px 8px 6px 8px;}598 599.grantlist {padding-left:20px;}600.grantlist li {padding-bottom: 8px;}601.grantlist a, .grantlist a:link, .grantlist a:visited {text-decoration: underline;}602 603/*----------global----------*/604body { min-width:0px; width:100% !important;}605.clear { clear:both;}606 607/*----------content----------*/608.lcol {background-color: #f8f6f2;float:left; width:310px;font-size: 17px;}609.lcol #lcol { width:100%;}610.right-detail { float:left;width:890px;}611.right-detail .table-search-form, .contact-form {padding-bottom:15px;}612#indeed_widget_wrapper {width:95% !important;}613 614/*----------responsive style----------*/615/*616@media (max-width:1200px) {617 .main {width: 1000px;}618 .lcol {width:310px;font-size:13px;}619 .right-detail {width:690px;}620 #content {font-size: 16px;}621 #contentads {width: 336px;}622}623*/624@media (max-width:1210px) {625 #main { width:100%; padding:0 10px; box-sizing:border-box; }626 .lcol { width:30%;font-size:13px;}627 .right-detail {width:100%;}628 #contentads {width: 336px;margin: 0 auto;}629 #content {margin-top:15px;font-size: 16px;}630 .listmenuheader {margin-top: 10px;}631 .pop td {font-size: 14px;}632 #main {padding:0 5px;}633}634 635@media (max-width:767px) {636 .lcol { width:35%;}637 /*.right-detail {width:65%;}*/638 #contentads {float:none;width:95%;}639 .sub-button { margin-top:0px; vertical-align:middle;}640 .right-detail .table-search-form input { box-sizing:border-box; width:90%; }641 .contact-form input, textarea { box-sizing:border-box; width:90%; }642 .pop { padding-left:0px; padding-right:0px;}643}644 645@media (max-width:665px) {646 .lcol {width:95%;}647 .listmenuheader { text-align:left; padding-left:10px; }648 .right-detail {width:100%;}649 .right-detail #content { margin-left:0px; margin-right:0px;}650 .right-detail #content h1 { font-size:20px;}651 #contentadsbot {width: 95%;}652}653 654@media (max-width:480px) {655 .right-detail #content .col1 { display:block;}656 .right-detail #content .col2 { display:block;}657 .right-detail #content .row { padding-bottom:10px;}658 /*.right-detail #content h1 { text-align:center;}*/659 #topsurround { height:auto !important;}660 #topsurround #logo img { width:60% !important; height:auto !important; margin-top:5px; }661 .right-detail .table-search-form input { box-sizing:border-box; width:100%; }662 .right-detail .rlist a { font-size:14px;}663 .right-detail table.rlist { width:100%;}664 .contact-form input, textarea { box-sizing:border-box; width:100%; }665 .pop { padding-top:10px;}666}667 668 669@font-face {670 font-family: 'Source Sans Pro';671 font-style: normal;672 font-weight: 400;673 src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');674}675@font-face {676 font-family: 'Source Sans Pro';677 font-style: normal;678 font-weight: 700;679 src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');680}681 682 683 684@font-face {685 font-family: 'Open Sans';686 font-style: normal;687 font-weight: 400;688 font-stretch: normal;689 src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');690}691@font-face {692 font-family: 'Open Sans';693 font-style: normal;694 font-weight: 600;695 font-stretch: normal;696 src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');697}698@font-face {699 font-family: 'Open Sans';700 font-style: normal;701 font-weight: 700;702 font-stretch: normal;703 src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');704}705 706 707 708@font-face {709 font-family: 'Roboto Slab';710 font-style: normal;711 font-weight: 400;712 src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');713}714@font-face {715 font-family: 'Roboto Slab';716 font-style: normal;717 font-weight: 700;718 src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf) format('truetype');719}720 </style>721 <title>722 Atlantic Flyway Canada Goose Recruitment Studies - Federal Grant723 </title>724 <meta content="text/html; charset=utf-8" http-equiv="Content-Type">725 <meta content="Atlantic Flyway Canada Goose Recruitment Studies" name="keywords">726 <meta content="width=device-width, initial-scale=1" name="viewport">727 <meta content="FederalGrants.com opportunity listing for the Atlantic Flyway Canada Goose Recruitment Studies federal grant. Includes information on eligibility, deadlines, requirements, and guidelines." name="description">728 <meta content="global" name="distribution">729 <meta content="index" name="robots">730 <base>731 <style data-fbcssmodules="css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe" type="text/css">732 .fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}733.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}734.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{left:5px;right:auto;top:5px}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{height:100%;left:0;margin:0;overflow:visible;position:absolute;top:-10000px;transform:none;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{background:none;height:auto;min-height:initial;min-width:initial;width:auto}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100%}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{clear:both;color:#fff;display:block;font-size:18px;padding-top:20px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .4);bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;width:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_mobile .fb_dialog_iframe{position:sticky;top:0}.fb_dialog_content .dialog_header{background:linear-gradient(from(#738aba), to(#2c4987));border-bottom:1px solid;border-color:#043b87;box-shadow:white 0 1px 1px -1px inset;color:#fff;font:bold 14px Helvetica, sans-serif;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:linear-gradient(from(#4267B2), to(#2a4887));background-clip:padding-box;border:1px solid #29487d;border-radius:3px;display:inline-block;line-height:18px;margin-top:3px;max-width:85px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{background:none;border:none;color:#fff;font:bold 12px Helvetica, sans-serif;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #4a4a4a;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f5f6f7;border:1px solid #4a4a4a;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}735.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}736.fb_mpn_mobile_landing_page_slide_out{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_out_from_left{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out_from_left;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_up{animation-duration:500ms;animation-name:fb_mpn_landing_page_slide_up;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_in{animation-duration:300ms;animation-name:fb_mpn_bounce_in;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out{animation-duration:300ms;animation-name:fb_mpn_bounce_out;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out_v2{animation-duration:300ms;animation-name:fb_mpn_fade_out;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_v2{animation-duration:300ms;animation-name:fb_bounce_in_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_from_left{animation-duration:300ms;animation-name:fb_bounce_in_from_left;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_v2{animation-duration:300ms;animation-name:fb_bounce_out_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_from_left{animation-duration:300ms;animation-name:fb_bounce_out_from_left;transition-timing-function:ease-in}.fb_invisible_flow{display:inherit;height:0;overflow-x:hidden;width:0}@keyframes fb_mpn_landing_page_slide_out{0%{margin:0 12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;margin:0 24px;width:60px}}@keyframes fb_mpn_landing_page_slide_out_from_left{0%{left:12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;left:12px;width:60px}}@keyframes fb_mpn_landing_page_slide_up{0%{bottom:0;opacity:0}100%{bottom:24px;opacity:1}}@keyframes fb_mpn_bounce_in{0%{opacity:.5;top:100%}100%{opacity:1;top:0}}@keyframes fb_mpn_fade_out{0%{bottom:30px;opacity:1}100%{bottom:0;opacity:0}}@keyframes fb_mpn_bounce_out{0%{opacity:1;top:0}100%{opacity:.5;top:100%}}@keyframes fb_bounce_in_v2{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}50%{transform:scale(1.03, 1.03);transform-origin:bottom right}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}}@keyframes fb_bounce_in_from_left{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}50%{transform:scale(1.03, 1.03);transform-origin:bottom left}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}}@keyframes fb_bounce_out_v2{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}}@keyframes fb_bounce_out_from_left{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}}@keyframes slideInFromBottom{0%{opacity:.1;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottomDelay{0%{opacity:0;transform:translateY(100%)}97%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}737 </style>738 </head>739 <body>740 <div align="center" id="topsurround">741 <div id="logo">742 <a>743 <img alt="Federal Grants" border="0" height="140" src="rick.jpg" width="294">744 </a>745 </div>746 </div>747 <div id="container">748 <div id="main">749 <div class="right-detail">750 <div id="content">751 <h1 class="details">752 Atlantic Flyway Canada Goose Recruitment Studies753 </h1>754 <div id="contentads">755 <div id="176537795">756 </div>757 </div>758 <div id="summary">759 The summary for the Atlantic Flyway Canada Goose Recruitment Studies grant is detailed below.760This summary states who is eligible for the grant, how much grant money will be awarded, current and past deadlines, Catalog of Federal Domestic Assistance (CFDA) numbers, and a sampling of similar government grants.761Verify the accuracy of the data FederalGrants.com provides by visiting the webpage noted in the762 <i>763 Link to Full Announcement764 </i>765 section or by contacting the appropriate person listed as the766 <i>767 Grant Announcement Contact768 </i>769 .770If any section is incomplete, please visit the website for the Fish and Wildlife Service, which is the U.S. government agency offering this grant.771 </div>772 <div id="description">773 <b>774 Atlantic Flyway Canada Goose Recruitment Studies:775 </b>776 THIS IS A NOTICE OF INTENT TO AWARD TO A SINGLE SOURCE, AND THERE IS NO FULL ANNOUNCEMENT ASSOCIATED WITH THIS NOTICE.777 </div>778 <table class="lines" width="100%">779 <tbody>780 <tr class="odd">781 <td width="200">782 Federal Grant Title:783 </td>784 <td>785 <b>786 Atlantic Flyway Canada Goose Recruitment Studies787 </b>788 </td>789 </tr>790 <tr>791 <td>792 Federal Agency Name:793 </td>794 <td>795 <b>796 <a>797 Fish and Wildlife Service798 </a>799 </b>800 </td>801 </tr>802 <tr class="odd">803 <td>804 Grant Categories:805 </td>806 <td>807 <b>808 Natural Resources809 </b>810 </td>811 </tr>812 <tr>813 <td>814 Type of Opportunity:815 </td>816 <td>817 <b>818 Discretionary819 </b>820 </td>821 </tr>822 <!--823<tr class="odd">824 <td>Document Type:</td>825 <td><b>Modification to Previous Grants Notice</b></td>826</tr>827-->828 </tbody>829 </table>830 <dl>831 <dt>832 Applicants Eligible for this Grant833 </dt>834 <dd>835 Others (see text field entitled "Additional Information on Eligibility" for clarification)836 </dd>837 <dt>838 Additional Information on Eligibility839 </dt>840 <dd>841 Foreign Government842 </dd>843 <dt>844 Grant Announcement Contact845 </dt>846 <dd>847 Patricia Stover Administrative Officer Phone [PHONE REDACTED]848 <br>849 <br>850 Help [[EMAIL REDACTED]]851 </dd>852 <dt>853 Similar Government Grants854 </dt>855 <dd>856 •857 <a>858 F23AS00117 Webless Migratory Game Bird Program 2023859 </a>860 </dd>861 <dd>862 •863 <a>864 Webless Migratory Gamebird Program Notice of Funding Opportunity - Fiscal Year 2021865 </a>866 </dd>867 <dd>868 •869 <a>870 Pacific Brant mid-winter ground survey in Mexico871 </a>872 </dd>873 <dd>874 •875 <a>876 Migratory Bird Monitoring, Assessment and Conservation877 </a>878 </dd>879 <dd>880 •881 <a>882 Western Canada Cooperative Banding Program883 </a>884 </dd>885 <dd>886 •887 <a>888 Migratory Bird Project Support: Monitoring, Assessment, Conservation889 </a>890 </dd>891 <dd>892 •893 <a>894 Migratory Bird Project Support: Monitoring, Assessment, Conservation of Red Knots895 </a>896 </dd>897 <dt>898 More Grants from the Fish and Wildlife Service899 </dt>900 <dd>901 •902 <a>903 F23AS00319 FY2023 Implementation of the Quagga and Zebra Mussel Action Plan (QZAP) in the ...904 </a>905 </dd>906 <dd>907 •908 <a>909 F23AS00330 White-nose Syndrome Grants to States and Tribes - 2023910 </a>911 </dd>912 <dd>913 •914 <a>915 F23AS00329 Fisheries Restoration and Irrigation Mitigation Act Fiscal Year 2023916 </a>917 </dd>918 <dd>919 •920 <a>921 F23AS00303 Science in the Service Internship Funding Opportunity922 </a>923 </dd>924 <dd>925 •926 <a>927 F23AS00307 Aquatic Invasive Grass Research928 </a>929 </dd>930 <div id="detailsadsbot">931 </div>932 </dl>933 <!--End Main Content-->934 </div>935 </div>936 <div class="clear">937 </div>938 <div style="width:100%;">939 </div>940 </div>941 <div class="lcol">942 <div id="lcol">943 <div id="listmenu">944 <div>945 </div>946 <ul>947 <div align="center" class="listmenuheader">948 RESEARCH949 </div>950 <li>951 <a>952 Federal Grants Search953 </a>954 </li>955 <li>956 <a>957 Federal Grants by Category958 </a>959 </li>960 <li>961 <a>962 Federal Grants by Agency963 </a>964 </li>965 <div align="center" class="listmenuheader">966 ARTICLES967 </div>968 <li>969 <a>970 What is a Grant?971 </a>972 </li>973 <div align="center" class="listmenuheader">974 RESOURCES975 </div>976 </ul>977 </div>978 </div>979 </div>980 </div>981 <div id="footer">982 <p>983 <a>984 Home985 </a>986 | 987 <a>988 Federal Grants Search989 </a>990 | 991 <a>992 Grants for Women993 </a>994 | 995 <a>996 Federal Pell Grant997 </a>998 | 999 <a>1000 Contact1001 </a>1002 | 1003 <a>1004 Privacy Policy1005 </a>1006 | 1007 <a>1008 Terms1009 </a>1010 </p>1011 </div>1012 <div id="copy">1013 <p>1014 FederalGrants.com is not endorsed by, or affiliated with, any government agency. Copyright ©2007-2023 FederalGrants.com1015 </p>1016 </div>1017 <div class="fb_reset" id="fb-root">1018 <div style="position: absolute; top: -10000px; width: 0px; height: 0px;">1019 <div>1020 </div>1021 </div>1022 </div>1023 <div id="userdata_el" style="visibility: hidden; position: absolute;">1024 </div>1025 </body>1026</html>1027 