my %num2call = do '070-members-20100523.inc'; { version => '01', contest_name => 'ARRL Field Day', contest_id => 'ARRL-FIELD-DAY', filter => { band => \"NOT IN('60M','30M','17M','12M')", }, defaults => { contest_url => 'http://www.arrl.org/field-day', log_cols => [qw/ call qso_date time_on band mode state srx /], placeholders => [qw/ Email Class Transmitters ARRL-SECTION PowerMult All_Emergency_Power Media_Publicity Public_Location Public_Information SM_Message NTS_Messages Satellite_QSO W1AW_Bulletin /], scoreboard_cols => [qw/ arrl_section /], dropbox_options => { Class => [ 'A' .. 'F' ], Transmitters => [1..20], 'ARRL-SECTION' => [ 'DX', '', do 'arrl-sections.inc' ], PowerMult => [ 1, 2, 5 ], All_Emergency_Power => [ '', 'Yes' ], Media_Publicity => [ '', 'Yes' ], Public_Location => [ '', 'Yes' ], Public_Information => [ '', 'Yes' ], SM_Message => [ '', 'Yes' ], NTS_Messages => [0 .. 10], Satellite_QSO => [ '', 'Yes' ], W1AW_Bulletin => [ '', 'Yes' ], }, Qs => [ { label => 'Phone', weight => 1, group_by => 'call, band', where => { mode => [qw/ AM FM SSB /]} }, { label => 'CW', weight => 2, group_by => 'call, band', where => { mode => 'CW' } }, { label => 'Digital', weight => 2, group_by => 'call, band', where => { mode => \"NOT IN ('AM','FM','SSB','CW')"} }, ], _TODO_mults => [ { label => 'Power', value => $INPUT{PowerMult} }, # 7.2 ], _TODO_bonus => [ { Label => '100% Emergency Power', value => ($INPUT{All_Emergency_Power}?100:0)*($INPUT{Transmitters}>20?20:$INPUT{Transmitters}) }, # 7.3.1 { Label => 'Media Publicity', value => $INPUT{Media_Publicity}?100:0 }, # 7.3.2 { Label => 'Public Location', value => $INPUT{Public_Location}?100:0 }, # 7.3.3 { Label => 'Public Information', value => $INPUT{Public_Information}?100:0 }, # 7.3.4 { Label => 'Section Manager Msg', value => $INPUT{SM_Message}?100:0 }, # 7.3.5 { Label => 'Message Handling', value => 10*($INPUT{NTS_Messages}>10?10:$INPUT{NTS_Messages}) }, # 7.3.6 { Label => 'Satellite QSO', value => $INPUT{Satellite_QSO}?100:0 }, # 7.3.7 # Alternate Power { Label => 'W1AW Bulletin', value => $INPUT{W1AW_Bulletin}?100:0 }, # 7.3.9 # Educational Activity # Site Visitation by an elected governmental official: # Site Visitation by a representative of an agency: # GOTA 0..500 by 20 # Web Submission 50pts # Youth (20pts per; max x5) ], }, years => { 2010 => { sample => 'fd63d68899307b54aaba94dfbc64405d', filter => { qso_date => { -between => [20100626, 20100627] }, }, contest_url => 'http://www.arrl.org/files/file/2010%20Rules.pdf', contest_logo => 'http://www.arrl.org/img/333x220/exact/Pubs/Field_Day_Logo_333_X_220.gif', }, }, }