NGO calls for boosting Japan-U.S. alliance to respond to Asia disasters | GlobalPost
<!– PRIMARY NAVIGATION –>
Enlarge
A U.S.-based nongovernmental organization called on Thursday for Japan and the United States to strengthen their security alliance by improving their humanitarian assistance capabilities so they can serve the Asia-Pacific region through disaster relief.
Peace Winds America released a report the same day on the NGO’s two-year examination of the nations’ preparedness for dealing with disasters throughout Asia, including the lessons learned from the March 2011 earthquake and tsunami in Japan’s northeast.
During a news conference, Charles Aanenson, chief executive officer of the NGO, said, “About 50 percent of global natural disasters happen in the Asia-Pacific, and people turn to Japan for help and also to the U.S.”
The report, based on a civil-military initiative developed by the NGO, stressed the need to include NGOs and businesses in government planning so strong relationships can be built in advance of disasters.
The initiative included Japanese, U.S. and South Korean defense authorities, aid coordination agencies, private sector companies and think tanks.
“In 2011, one business said they wanted to provide stockpiles of modular housing to Tohoku (in northeastern Japan), but they had no points of contact in government so they had to start from scratch,” said Jon Ehrenfeld, an officer of the NGO, who led the initiative.
The NGO proposed setting up a civilian-controlled bilateral disaster center in Japan, and inviting representatives from ASEAN member countries vulnerable to disasters to work with the Japanese and U.S. governments and defense authorities as well as NGOs on planning for potential disasters in the region.
==Kyodo
Copyright 2013 Kyodo News International.
All rights reserved. This material may not be published, broadcast, rewritten, or redistributed.
http://www.globalpost.com/dispatch/news/kyodo-news-international/130725/ngo-calls-boosting-japan-us-alliance-respond-asia-disa
.
.views-field-field-torsotitle-value {
text-decoration: underline;
}
]]>
Featured Slideshow
Art Basel gathers works from around the world for its annual shows.
-
Photo
Jaume Plensa’s “Tel Aviv Man” at Art Basel, the world’s premier trade fair for leading galleries and collectors focused on modern and contemporary art.
– [/] -
Photo
The front of the Art Basel building. This year’s show attracted 303 of the world’s top galleries from 36 countries, showing the works of more than 2,500 artists. It drew more than 62,000 visitors, a new record.
– [/] -
Photo
Platform Gallery’s Chen Wei and one of his “Recovery Room” series at Liste Young Artist’s show. By the time the week was over he had sold more than 10 works, with prices ranging from $1,800 to nearly $3,000.
– [/] -
Photo
A performance spectator admires some of the pieces at Basel Art.
– [/] -
Photo
A performance piece at Basel Scope, done by an unidentified nearly naked man who moved in slow motion up and down the aisles dressed like a Greek version of Mars, the god of war.
– [/] -
Photo
A performance piece at Scope. The man clutched a staff, on which a plastic container for motor oil with the BP logo was impaled.
– [/] -
Photo
An installation piece at Basel Art.
– [/] -
Photo
An installation piece with paper tubes at Basel Art.
– [/] -
Photo
A gallery scene at the Scope Basel show.
– [/] -
Photo
A sculpture of Sperone Westwater Gallery’s employee, Michael Short, by Evan Penny.
– [/] -
Photo
Evan Penny’s sculpture of Michael Short.
– [/] -
Photo
A woman views Jaume Plensa’s “Tel Aviv Man,” (Study) 2010, Galerie Lelong, Paris.
– [/] -
Photo
“Medusa marinara,” 1997 — a photographic representation of the Medusa in spaghetti and tomato sauce by New York-based Brazilian artist, Vic Muniz.
– [/] -
Photo
Children play around Ai Weiwei’s piece, “Field,” 2010.
– [/] -
Photo
Heimo Sobernig’s “Black Cube” sits on display outside outside.
– [/] -
Photo
A piece by Yayoi Kusama titled “Pumkin.”
– [/]
‘
,containerID: ‘divGigyaLoginTop’
,showEditLink: ‘TRUE’
}
var login_params_top=
{
showTermsLink:false // remove ‘Terms’ link
,hideGigyaLink:true // remove ‘Gigya’ link
,height: 20
,width: 145
,UIConfig: ”
,containerID: ‘divGigyaLoginTop’
,pendingRegistration: ‘FALSE’
}
var showSiteFollowBarUI_params=
{
containerID: ‘social-logo-buttons’,
iconSize: 22,
buttons: [
{
provider: ‘facebook’,
actionURL: ‘https://www.facebook.com/globalpost’,
title: ‘Support GlobalPost on Facebook’,
action: ‘dialog’
},
{
provider: ‘twitter’,
title: ‘Follow @globalpost’,
action: ‘dialog’,
followUsers: ‘globalpost’
},
{
provider: ‘linkedin’,
actionURL: ‘http://www.linkedin.com/today/globalpost.com’,
title: ‘Follow GlobalPost’
},
{
provider: ‘googleplus’,
actionURL: ‘https://plus.google.com/117899428893829482065’,
title: ‘Add GlobalPost to your circles’
},
{
provider: ‘rss’,
actionURL: ‘http://www.globalpost.com/feed/list’,
title: ‘GlobalPost RSS Feeds’
}
]
}
// function to populate name and photo box in header of page
function renderUI(res) {
if(document.getElementById(“profile”)){
if (res.user != null res.user.isConnected) {
document.getElementById(“name”).innerHTML = res.user.nickname;
if (res.user.thumbnailURL.length 0)
document.getElementById(“photo”).src = res.user.thumbnailURL;
else
document.getElementById(“photo”).src = “http://cdn.gigya.com/site/images/bsAPI/Placeholder.gif”;
document.getElementById(“profile”).style.display = “block”;
document.getElementById(“gig-logout”).style.display = “block”;
document.getElementById(“gigya-login-message”).style.display = “none”;
document.getElementById(“gigya-login-text”).style.display = “block”;
} else {
document.getElementById(“profile”).style.display = “none”;
document.getElementById(“gig-logout”).style.display = “none”;
document.getElementById(“gigya-login-message”).style.display = “block”;
document.getElementById(“gigya-login-text”).style.display = “none”;
document.getElementById(“name”).innerHTML = “”;
}
}
}
// Logout from Gigya platform. This method is activated when “Logout” button is clicked
function logoutFromGS() {
gigya.socialize.logout(); // logout from Gigya platform
}
Drupal.behaviors.gigyaHeaderUserInfo = function (context) {
gigya.socialize.showAddConnectionsUI(connect_params_top);
gigya.socialize.showFollowBarUI(showSiteFollowBarUI_params);
//gigya.socialize.showLoginUI(login_params_top);
// get user info
gigya.socialize.getUserInfo({ callback: renderUI });
// register for connect status changes
gigya.socialize.addEventHandlers({onConnectionAdded: renderUI, onConnectionRemoved: renderUI });
};
//–