]> git.donarmstrong.com Git - bin.git/commitdiff
organization for herc can be https
authorDon Armstrong <don@donarmstrong.com>
Sat, 14 Jan 2017 22:07:57 +0000 (14:07 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 14 Jan 2017 22:13:43 +0000 (14:13 -0800)
jobs_to_org

index d76392fa12acf57d5e45a50ba93f8c388025ccb5..5b1fe50477fb92b2b0cb23b7c643dda608f6d79c 100755 (executable)
@@ -89,7 +89,7 @@ my %sites =
     (herc => {url => 'http://main.hercjobs.org/jobs/search?keywords=professor+AND+%28genomics+OR+bioinformatics+OR+biology+OR+informatics%29&discipline=academic-faculty&category=academic-faculty&category=allied-health&category=biological-biomedical-sciences&category=computer-information-sciences&category=education&category=interdisciplinary&category=mathematics-statistics&category=medical-research&category=physical-sciences&sort=DATE_POSTED+DESC',
               next_selector => [class => "bti-pagination-previous-link bti-pagination-prev-next",text => '>'],
               job_selector => [url_regex => qr{^\/jobs\/\d+/.+}],
-              university => [itemprop=>"hiringOrganization",itemtype=>"http://schema.org/Organization"],
+              university => [itemprop=>"hiringOrganization",itemtype=>"https?://schema.org/Organization"],
               description => [class=>"bti-jd-description",itemprop=>"description"],
               date => [class=>"bti-jd-detail-text",
                        sub {scalar $_[0]->parent()->attr('class') eq 'bti-jd-details-action'}],