スキップしてメイン コンテンツに移動

What is the AID worker of UNICEF?

 I apologize for the confusion in my previous response. There is no such thing as an "AID worker" in UNICEF. However, there are **aid workers** who work for UNICEF. These workers are responsible for providing humanitarian aid to people in need, especially children, during emergencies such as natural disasters, conflicts, and pandemics ¹. 


UNICEF staff work in some of the world's most challenging environments to reach the most disadvantaged children ¹. They respond to global humanitarian crises that include natural disasters, human-caused crises, health-related emergencies and pandemics, and the negative effects of climate change ¹. On average, UNICEF responds to more than 200 emergencies that affect an estimated 535 million children every year ¹. 


If you are interested in working in an emergency country, there are a range of employment opportunities available. You can find more information about working in humanitarian emergencies on the UNICEF Careers website ¹.


I hope this helps! Let me know if you have any other questions.


ソース: Bing との会話 2024/1/14

(1) Working in humanitarian emergencies | UNICEF Careers. https://www.unicef.org/careers/working-humanitarian-emergencies.

(2) Syria: Senior aid worker and UNICEF partner killed while on duty. https://www.unicef.org/mena/press-releases/syria-senior-aid-worker-and-unicef-partner-killed-while-duty.

(3) Six humanitarians killed in ‘obscene’ attacks in one week. https://news.un.org/en/story/2020/11/1077022.

(4) UNICEF job categories | UNICEF Careers. https://www.unicef.org/careers/unicef-job-categories.

コメント

このブログの人気の投稿

自己流思い付き

 長年契約してきたさくらインターネットのVPSに稼働しているWordpressが何らかのものに削除されました。幸い残したいものはこのブログに移したので、あまり困ったことはありませんでした。もうVPSを解約しようと思いますが、今年の11月までの契約なので、正直って迷っております。  職場のホームページサーバがMacmini上のピュアDebianなので、実験台としてVPSを契約したのですが、もう実験しないし、解約してもよいだと思います。   このブログもこれをきっかけにタイトルを変えました。

Excel Power Query 英数字の全角から半角への変換

最近仕事上でExcelのPower Queryを始めました。しかし、英数字の全角から半角への変換関数がないため、下記のサイトを参考して、 作っちゃいました。  https://qiita.com/baku2san/items/8041d0259fe0db680e7e https://www.yoheim.net/blog.php?q=20191101 (original as text) as text =&gt; let    originalText = Text.Combine({original, ""}),    replaceResult =  Web.Page("<script>var originalText="&"'"&originalText&"'"&";var result=originalText.replace(/[A-Za-z0-9]/g, function(s) {return String.fromCharCode(s.charCodeAt(0) - 0xFEE0);});document.write(result);</script>")       [Data]{0}[Children]{0}[Children],    result = if (List.Count(replaceResult) &lt;= 1) then    {        "" as text // 変換して何も残らない場合    } else if (replaceResult{1}[Text]{0} = null) then    {       originalText   as text// 何も見つからない場合    }  else {       replaceResult{1}[Text]{0} as text    } in     result{0}  

余裕ですかね。

  いまの自分はやることが多いが、意外と慌てず一歩一歩現場と歩んでいき、地道にデータ入力から可視化までの利便性、完全性と正確性を追求する余裕が出ております。SpotfireというBIツールにハマり、人に使い方を教えながらもまたその恩恵を受けているといういい循環も大きいですね。大体自分のようなポストにいる人たちはあまりプログラムを書く余裕もないだが、自分は幸せのほうと思います。