getCarrier() != UA::MOZILLA or $ua->isSmartPhone()){ showMobile(); } ##################### DETERMINE SQL ################################################# $sql = <<link,$sql)){ mailRon("$sql and " . mysqli_error($ua->link),__FILE__,__LINE__); } $wowza=""; while ($record = mysqli_fetch_object($result)){ $cpm = "$record->cpm"; $usv = "$record->usv"; $cpm_image = "$record->cpm_image"; $usv_image = "$record->usv_image"; $latitude = "$record->latitude"; $longitude = "$record->longitude"; $description = dbout("$record->description"); $date = "$record->date"; if(strlen($cpm_image) > 0){ $cpm_image = $content->formatImage("$cpm_image",array("imagedir"=>"$IMAGE_PATH","dimensions"=>array(300,300))); } if(strlen($cpm_image) > 0){ $usv_image = $content->formatImage("$usv_image",array("imagedir"=>"$IMAGE_PATH","dimensions"=>array(300,300))); } $wowza .= <<isSmartPhone() ? "true" : "false"; $language = $lang=="e" ? "en" : "jp"; $JAVASCRIPT .= << EOF; $vp = $ua->isSmartPhone() ? "" : ""; $page = << $vp iSHONAN - 湘南地域放射能マップ $JAVASCRIPT
μSv/hr  = mSv/yr(年)
赤いマーカーをクリックすると詳細が表示されます。
使っているガイガーカウンターはこちら
CPM も μSv/hr を両方載せます。
放射線影響研究所 放射能の基礎知識
東京都健康安全研究センター 放射線基礎知識編
下記のリソースが殆ど英語です。お勧めあれば、是非連絡して下さい。全体的に、この地域があんまり高くないですが、念のため、これからいろんなところをチェックしてみます。気になるところあれば、気軽に連絡して下さい。 info@ishonan.com
Click on the red markers for details.
The geiger counter we're using to test is the Inspector EXP. We'll give readings in both CPM and μSv/hr. We'll add more locations in the near future. If there's an area that you'd like checked or if you have any resources to recommend then please feel free to contact us: info@ishonan.com

Detailed lecture from UCSB
(English 英語)

Geiger Counters 101 Part 1
The Basics (English 英語)

Geiger Counters 101 Part 2
Alpha Radiation (English 英語)

Geiger Counters 101 Part 3
Beta Radiation (English 英語)


湘南情報サイト iSHONAN Shonan Information Site
EOF; $page = mb_convert_encoding("$page","UTF-8","Shift_JIS"); #### GMaps chokes on proper header #if (preg_match("/xhtml\+xml/",$_SERVER[HTTP_ACCEPT]) or preg_match("/Validator/",$_SERVER['HTTP_USER_AGENT'])){ #header("Content-Type: application/xhtml+xml; Charset=utf-8"); #} else { header("Content-Type: text/html; Charset=UTF-8"); #} print "$page"; exit(); function showMobile(){ global $content; global $lang; global $IMAGE_PATH; ##################### DETERMINE SQL ################################################# $sql = <<link,$sql)){ mailRon("$sql and " . mysqli_error($ua->link),__FILE__,__LINE__); } $wowza=""; $count = 0; while ($record = mysqli_fetch_object($result)){ $count++; $cpm = "$record->cpm"; $usv = "$record->usv"; $latitude = "$record->latitude"; $longitude = "$record->longitude"; $usv_image = "$record->usv_image"; $description = dbout("$record->description"); $date = "$record->date"; $wowza .= $content->formatText("$description",array("font-weight"=>"bold","text-align"=>"center")); $wowza .= $content->formatText($lang=="e" ? "Check Date: $date" : "$date",array()); if ($count < 4){ $wowza .= $content->formatImage("$usv_image",array("imagedir"=>"$IMAGE_PATH","dimensions"=>array(200,200),"align"=>"center")); } $wowza .= $content->formatText("$cpm CPM",array()); $wowza .= $content->formatText("$usv μSv/hr.",array()); $wowza .= $content->printHR(); } $page = $content->startPage($lang=="e" ? "Shonan Radiation Map" : "湘南放射能マップ"); if ($lang=="e"){ $page .= $content->formatText("We've tested various locations around Shonan with an Inspector EXP Geiger counter. For detailed information please visit this site with a personal computer. We'll do tests in more areas as time allows.",array("padding"=>"10px")); } else { $page .= $content->formatText("湘南地域をガイガーカウンターでテストしてみました。これから、時間あるとき、いろんなところをテストします。パソコンで見るとより詳しい情報をゲットできます。",array("padding"=>"10px")); } $page .= $content->printHR(); $page .= $wowza; $page .= $content->endPage(); $content->printPage( "$page" ); exit; } ?>