検索結果

研究者要覧トップに戻る

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 '{2eb9cd3736c8f395a061faa69e09cf32174680463dae87daef0da3c96973d983}{2eb9cd3736c8f395a061faa69e09cf32174680463dae87daef0da3c96973d983}' ) 
  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] => 66
                    [post_author] => 1
                    [post_date] => 2022-02-09 16:09:16
                    [post_date_gmt] => 2022-02-09 07:09:16
                    [post_content] => 
                    [post_title] => 藤原 章
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => akira_fujiwara
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2024-04-03 09:26:19
                    [post_modified_gmt] => 2024-04-03 00:26:19
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => http://www.hirokoku-u.ac.jp/research/?p=66
                    [menu_order] => 5
                    [post_type] => post
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 706
                    [post_author] => 1
                    [post_date] => 2022-02-22 21:22:08
                    [post_date_gmt] => 2022-02-22 12:22:08
                    [post_content] => 

健康づくり推進委員会活動への支援

[post_title] => 福川 京子 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => kyoko_fukukawa [to_ping] => [pinged] => [post_modified] => 2024-04-18 10:20:19 [post_modified_gmt] => 2024-04-18 01:20:19 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=706 [menu_order] => 33 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [2] => WP_Post Object ( [ID] => 1397 [post_author] => 1 [post_date] => 2022-02-28 23:28:35 [post_date_gmt] => 2022-02-28 14:28:35 [post_content] => [post_title] => 福場 良之 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => yoshiyuki_fukuba [to_ping] => [pinged] => [post_modified] => 2022-07-20 14:26:12 [post_modified_gmt] => 2022-07-20 05:26:12 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=1397 [menu_order] => 57 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 966 [post_author] => 1 [post_date] => 2022-02-26 05:15:56 [post_date_gmt] => 2022-02-25 20:15:56 [post_content] =>

・「ナットウキナーゼ」の精製・単離やアミノ酸配列の決定からその血栓溶解特性を解明し、「ナットウキナーゼの血栓溶解特性に関する研究」で博士(薬学)を取得した(1996)。
・「プロテインCインヒビター」が播種性血管内凝固症候群(DIC)でみられる凝固系の異常亢進を抑制することを見出す(2000)と同時に、その糖鎖構造と抗凝固活性の関係を解明した(2001~2004)。

[post_title] => 藤田 貢 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => mitsugu_fujita [to_ping] => [pinged] => [post_modified] => 2022-07-25 09:26:45 [post_modified_gmt] => 2022-07-25 00:26:45 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=966 [menu_order] => 142 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 961 [post_author] => 1 [post_date] => 2022-02-26 05:08:21 [post_date_gmt] => 2022-02-25 20:08:21 [post_content] => [post_title] => 福山 亮 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ryou_fukuyama [to_ping] => [pinged] => [post_modified] => 2022-07-27 14:30:44 [post_modified_gmt] => 2022-07-27 05:30:44 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=961 [menu_order] => 163 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [5] => WP_Post Object ( [ID] => 1921 [post_author] => 1 [post_date] => 2022-04-13 13:58:35 [post_date_gmt] => 2022-04-13 04:58:35 [post_content] => [post_title] => 舩本 彩美 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ayami_funamoto [to_ping] => [pinged] => [post_modified] => 2023-09-06 13:27:12 [post_modified_gmt] => 2023-09-06 04:27:12 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=1921 [menu_order] => 223 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [6] => WP_Post Object ( [ID] => 496 [post_author] => 1 [post_date] => 2022-02-16 22:25:09 [post_date_gmt] => 2022-02-16 13:25:09 [post_content] => [post_title] => 福岡 達之 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => tatsuyuki_fukuoka [to_ping] => [pinged] => [post_modified] => 2023-09-06 13:25:33 [post_modified_gmt] => 2023-09-06 04:25:33 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=496 [menu_order] => 243 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [7] => WP_Post Object ( [ID] => 491 [post_author] => 1 [post_date] => 2022-02-16 22:21:52 [post_date_gmt] => 2022-02-16 13:21:52 [post_content] =>

認知症高齢者や虚弱高齢者のためのリハビリテーション介入研究を行っています。特に認知症研究においては、前頭葉機能活性化のためのプログラム開発や、BPSD(不穏行動)を抑制するための福祉用具(椅子)の開発などについて検討しています。障害や病気を抱えていても、高齢者がQOLを維持しながら豊かに生活ができることを目指した作業療法アプローチを考えています。

[post_title] => 舟木 優佳 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => yuuka_funaki [to_ping] => [pinged] => [post_modified] => 2022-04-25 16:26:17 [post_modified_gmt] => 2022-04-25 07:26:17 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=491 [menu_order] => 259 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [8] => WP_Post Object ( [ID] => 61 [post_author] => 1 [post_date] => 2022-02-09 15:46:55 [post_date_gmt] => 2022-02-09 06:46:55 [post_content] => [post_title] => 藤本 浩章 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => hiroaki_fujimoto [to_ping] => [pinged] => [post_modified] => 2022-07-19 10:18:37 [post_modified_gmt] => 2022-07-19 01:18:37 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=61 [menu_order] => 300 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 9 [current_post] => -1 [before_loop] => 1 [in_the_loop] => [post] => WP_Post Object ( [ID] => 66 [post_author] => 1 [post_date] => 2022-02-09 16:09:16 [post_date_gmt] => 2022-02-09 07:09:16 [post_content] => [post_title] => 藤原 章 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => akira_fujiwara [to_ping] => [pinged] => [post_modified] => 2024-04-03 09:26:19 [post_modified_gmt] => 2024-04-03 00:26:19 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.hirokoku-u.ac.jp/research/?p=66 [menu_order] => 5 [post_type] => post [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 9 [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] => 5eb3ba78fd445e354d84a687f66d6e24 [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 ) )

研究者要覧トップに戻る

ページ上部へ