検索結果

研究者要覧トップに戻る

WP_Query Object
(
    [query] => Array
        (
            [post_type] => post
            [post_status] => publish
            [posts_per_page] => 12
            [paged] => 0
            [s] => 
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => profile_sdgs
                            [value] => 
                            [compare] => LIKE
                        )

                    [1] => Array
                        (
                            [key] => profile_name_kana
                            [value] => コ
                            [compare] => PRE_MATCH
                        )

                )

        )

    [query_vars] => Array
        (
            [post_type] => post
            [post_status] => publish
            [posts_per_page] => 12
            [paged] => 0
            [s] => 
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => profile_sdgs
                            [value] => 
                            [compare] => LIKE
                        )

                    [1] => Array
                        (
                            [key] => profile_name_kana
                            [value] => コ
                            [compare] => PRE_MATCH
                        )

                )

            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_key] => 
            [meta_value] => 
            [preview] => 
            [sentence] => 
            [title] => 
            [fields] => 
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [orderby] => menu_order
            [order] => ASC
            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                )

            [queried_terms] => Array
                (
                )

            [primary_table] => wp_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => profile_sdgs
                            [value] => 
                            [compare] => LIKE
                        )

                    [1] => Array
                        (
                            [key] => profile_name_kana
                            [value] => コ
                            [compare] => PRE_MATCH
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => wp_postmeta
            [meta_id_column] => post_id
            [primary_table] => wp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wp_postmeta
                    [1] => mt1
                )

            [clauses:protected] => Array
                (
                    [wp_postmeta] => Array
                        (
                            [key] => profile_sdgs
                            [value] => 
                            [compare] => LIKE
                            [compare_key] => =
                            [alias] => wp_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => profile_name_kana
                            [value] => コ
                            [compare] => =
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => 
					SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
					FROM wp_posts  INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )
					WHERE 1=1 AND post_type = 'post' AND ( 
  ( wp_postmeta.meta_key = 'profile_sdgs' AND wp_postmeta.meta_value LIKE '{9108b35144422127afc863ebcc45be4371f07c90d138cadd8097b4a1aea78dcf}{9108b35144422127afc863ebcc45be4371f07c90d138cadd8097b4a1aea78dcf}' ) 
  AND 
  ( mt1.meta_key = 'profile_name_kana' AND mt1.meta_value LIKE 'コ%' )
) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish'))
					GROUP BY wp_posts.ID
					ORDER BY wp_posts.menu_order ASC
					LIMIT 0, 12
				
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 1204
                    [post_author] => 1
                    [post_date] => 2022-02-28 05:04:13
                    [post_date_gmt] => 2022-02-27 20:04:13
                    [post_content] => 
                    [post_title] => 小西 幹彦
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => mikihiko_konishi
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2022-03-11 15:17:56
                    [post_modified_gmt] => 2022-03-11 06:17:56
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => http://www.hirokoku-u.ac.jp/research/?p=1204
                    [menu_order] => 82
                    [post_type] => post
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 1194
                    [post_author] => 1
                    [post_date] => 2022-02-28 04:51:13
                    [post_date_gmt] => 2022-02-27 19:51:13
                    [post_content] => 

近・現代のドイツ哲学が専門。剛柔流空手3段、馬場馬術2級ライセンス、馬場馬術B級ライダー、クラシック・ギタリスト。

[post_title] => 甲田 純生 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => sumio_kouda [to_ping] => [pinged] => [post_modified] => 2023-04-10 16:17:19 [post_modified_gmt] => 2023-04-10 07:17:19 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=1194 [menu_order] => 90 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [2] => WP_Post Object ( [ID] => 900 [post_author] => 1 [post_date] => 2022-02-24 22:40:45 [post_date_gmt] => 2022-02-24 13:40:45 [post_content] => [post_title] => 児玉 頼光 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => yorimitsu_kodama [to_ping] => [pinged] => [post_modified] => 2022-03-11 09:48:13 [post_modified_gmt] => 2022-03-11 00:48:13 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=900 [menu_order] => 130 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 895 [post_author] => 1 [post_date] => 2022-02-24 22:30:26 [post_date_gmt] => 2022-02-24 13:30:26 [post_content] =>

病態の変化や薬物の影響を病理組織学的に解析し、関連タンパク質や遺伝子の発現などを分子生物学的に確認することにより、糖尿病や肥満が他の疾患に与える影響について研究しています。

[post_title] => 兒玉 安史 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => yasushi_kodama [to_ping] => [pinged] => [post_modified] => 2022-05-06 09:20:19 [post_modified_gmt] => 2022-05-06 00:20:19 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=895 [menu_order] => 149 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 905 [post_author] => 1 [post_date] => 2022-02-24 22:52:08 [post_date_gmt] => 2022-02-24 13:52:08 [post_content] =>

一部の病原細菌はヒトに感染して病気を起こします。感染症は菌の作る因子(毒素)が宿主の細胞に作用してその生理的な機能が失われることで病気が起こります。私はそういった病原細菌がどのようにヒトに感染症を起こすのかについて、菌の毒素に注目して研究を行っています。感染症について詳しく調べることで、抗菌薬中心の治療法に加えて、新しい治療や予防方法の開発に役立つと期待しています。

[post_title] => 小林 秀丈 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => hidetomo_kobayashi [to_ping] => [pinged] => [post_modified] => 2023-06-08 13:23:39 [post_modified_gmt] => 2023-06-08 04:23:39 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=905 [menu_order] => 159 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [5] => WP_Post Object ( [ID] => 1978 [post_author] => 1 [post_date] => 2022-04-16 12:36:34 [post_date_gmt] => 2022-04-16 03:36:34 [post_content] =>

現代では有機合成化学の発展とともに、様々な分子を構築することが可能になってきています。そして、目的とする化合物を簡便かつ効率的に合成する手法の開発は、有機化学における大きなテーマの一つです。化合物を効率的に合成する代表的な手法として、連続反応があります。連続反応とは一度の操作で複数の反応が進行することを指しますが、単純な化合物群から複雑な分子を一挙に構築できる有用な手法となります。そこで、新たな反応様式の連続反応を開発すれば、従来法では合成の難しい化合物群が効率的に合成できるようになると期待して反応開発を行っています。

[post_title] => 小西 恵地 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => keiji_konishi [to_ping] => [pinged] => [post_modified] => 2023-04-10 16:58:44 [post_modified_gmt] => 2023-04-10 07:58:44 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=1978 [menu_order] => 171 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [6] => WP_Post Object ( [ID] => 701 [post_author] => 1 [post_date] => 2022-02-22 21:05:02 [post_date_gmt] => 2022-02-22 12:05:02 [post_content] =>

成人看護学の急性期領域を担当しています。

[post_title] => 後藤 一以 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => hiyori_goto [to_ping] => [pinged] => [post_modified] => 2023-06-10 13:13:06 [post_modified_gmt] => 2023-06-10 04:13:06 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=701 [menu_order] => 209 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [7] => WP_Post Object ( [ID] => 485 [post_author] => 1 [post_date] => 2022-02-16 22:19:38 [post_date_gmt] => 2022-02-16 13:19:38 [post_content] => [post_title] => 後藤 力 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => chikara_goto [to_ping] => [pinged] => [post_modified] => 2023-09-06 13:28:08 [post_modified_gmt] => 2023-09-06 04:28:08 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=485 [menu_order] => 221 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [8] => WP_Post Object ( [ID] => 425 [post_author] => 1 [post_date] => 2022-02-22 17:27:48 [post_date_gmt] => 2022-02-22 08:27:48 [post_content] =>

 人の動作における腰部骨盤帯や下肢との運動協調性に着目し、motion captureや筋電図解析を通して関節への痛みや疾患につながる運動学・運動力学要因の解明を目的に研究を行っています。

[post_title] => 小西 玲依 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => rei_konishi [to_ping] => [pinged] => [post_modified] => 2023-06-10 10:41:48 [post_modified_gmt] => 2023-06-10 01:41:48 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=425 [menu_order] => 254 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [9] => WP_Post Object ( [ID] => 231 [post_author] => 1 [post_date] => 2022-02-11 14:50:07 [post_date_gmt] => 2022-02-11 05:50:07 [post_content] =>

大学病院での輸血・移植関連業務、大学での教育と、現場と教育の両方の経験を活かし、地域医療や学会における活動、企業との安全かつ効果的な輸血療法への取り組みなどの活動を行っております。

[post_title] => 国分寺 晃 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => akira_kokubunji [to_ping] => [pinged] => [post_modified] => 2022-04-27 13:28:29 [post_modified_gmt] => 2022-04-27 04:28:29 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=231 [menu_order] => 257 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [10] => WP_Post Object ( [ID] => 226 [post_author] => 1 [post_date] => 2022-02-11 14:46:35 [post_date_gmt] => 2022-02-11 05:46:35 [post_content] =>

「理科が好きな子供たちを増やしたい」という思いから、科学実験の教材開発や教育活動、理科実験の出張講義をしています。
また、健康・医療に関するデバイス開発にも取り組んでいます。

[post_title] => 上月 具挙 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => tomotaka_kouzuki [to_ping] => [pinged] => [post_modified] => 2023-04-06 10:18:30 [post_modified_gmt] => 2023-04-06 01:18:30 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=226 [menu_order] => 265 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [11] => WP_Post Object ( [ID] => 237 [post_author] => 1 [post_date] => 2022-02-11 14:54:30 [post_date_gmt] => 2022-02-11 05:54:30 [post_content] => [post_title] => 小林 寛 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => yutaka_kobayashi [to_ping] => [pinged] => [post_modified] => 2022-04-19 15:56:16 [post_modified_gmt] => 2022-04-19 06:56:16 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=237 [menu_order] => 267 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 12 [current_post] => -1 [before_loop] => 1 [in_the_loop] => [post] => WP_Post Object ( [ID] => 1204 [post_author] => 1 [post_date] => 2022-02-28 05:04:13 [post_date_gmt] => 2022-02-27 20:04:13 [post_content] => [post_title] => 小西 幹彦 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => mikihiko_konishi [to_ping] => [pinged] => [post_modified] => 2022-03-11 15:17:56 [post_modified_gmt] => 2022-03-11 06:17:56 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=1204 [menu_order] => 82 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 12 [max_num_pages] => 1 [max_num_comment_pages] => 0 [is_single] => [is_preview] => [is_page] => [is_archive] => [is_date] => [is_year] => [is_month] => [is_day] => [is_time] => [is_author] => [is_category] => [is_tag] => [is_tax] => [is_search] => 1 [is_feed] => [is_comment_feed] => [is_trackback] => [is_home] => [is_privacy_policy] => [is_404] => [is_embed] => [is_paged] => [is_admin] => [is_attachment] => [is_singular] => [is_robots] => [is_favicon] => [is_posts_page] => [is_post_type_archive] => [query_vars_hash:WP_Query:private] => 16a717526a03a724ac98122bfc8fb4f9 [query_vars_changed:WP_Query:private] => 1 [thumbnails_cached] => [allow_query_attachment_by_filename:protected] => [stopwords:WP_Query:private] => [compat_fields:WP_Query:private] => Array ( [0] => query_vars_hash [1] => query_vars_changed ) [compat_methods:WP_Query:private] => Array ( [0] => init_query_flags [1] => parse_tax_query ) )

学部・学科

健康科学部医療経営学科

職階

准教授

関連SDGs

学部・学科

保健医療学部救急救命学科

職階

教授

関連SDGs

学部・学科

薬学部薬学科

職階

教授

関連SDGs

学部・学科

薬学部薬学科

職階

准教授

関連SDGs

学部・学科

薬学部薬学科

職階

講師

関連SDGs

学部・学科

薬学部薬学科

職階

特任助教

関連SDGs

学部・学科

看護学部看護学科

職階

特任助手

関連SDGs

学部・学科

総合リハビリテーション学部リハビリテーション学科

職階

教授

関連SDGs

学部・学科

総合リハビリテーション学部リハビリテーション学科

職階

特任助教

関連SDGs

学部・学科

保健医療学部医療技術学科

職階

教授

関連SDGs

学部・学科

保健医療学部医療技術学科

職階

准教授

関連SDGs

学部・学科

保健医療学部医療技術学科

職階

准教授

関連SDGs

研究者要覧トップに戻る

ページ上部へ