著者
広木 正紀 藤田 哲雄
出版者
京都教育大学
雑誌
一般研究(C)
巻号頁・発行日
1987

「基本的科学概念の獲得」を重視する現行理科のあり方に、生活単元学習時代の特徴である「子ども自身の生活から出発する」という観点をとり入れたシラバスと教材の開発を目指し、小学校レベルに重点を置いた研究を行った。1.指導要領に現れた単元構造についての考え方を、生活単元時代と現行の両時代で比較的に分析した。その結果に基づき、シラバス開発における単元構成の問題点を整理した。2.生活単元時代と現行の小学校理科について、指導要領や教科書の内容を調査し、「今後の小学校理科における基本概念候補」を整理した。3.基本概念候補の各々について、「概念獲得を手助けし得ると判断される活動教材」を扱った文献を集め、整理した。一部については実際に試行し、改善を加えた。4.教材テーマの例として「水」「光」「音」をとりあげ、これらのテーマに関する学習のためにどのような活動(観察・実験など)がとり挙げられているか」という観点から、生活単元時代と現行の場合について指導要領と教科書の内容を分析・比較した。その結果に基づき、「これらのテーマに関するシラバスづくり」における問題点を整理した。5.4の結果に基づき、「水に関する学習教材およびシラバスを構成する学習活動候補」を整理した。6.基本的科学概念のうち「力」「作用の伝達」「物の種類」「物の時間的変化」「裸地の時間的変化」「生物と非生物」「日用品の由来」「物の動きと見え方」「水の循環」などについて、生活体験から概念獲得までのプロセスを構成する活動体験や思考の順序を整理し、活動・思考教材としてモジュール化した。
著者
佐久間 美紀 天野 佳正 町田 基
出版者
一般社団法人 廃棄物資源循環学会
雑誌
廃棄物資源循環学会論文誌 (ISSN:18835856)
巻号頁・発行日
vol.22, no.6, pp.337-343, 2011 (Released:2012-01-17)
参考文献数
27
被引用文献数
2 3

原料のモウソウチクを短冊状の竹チップにし,窒素気流中,500℃,昇温速度25℃/minで管状炉を用いて2時間炭化し竹炭を調製した。次にカリウムを多く含む灰分を残した状態の調製した竹炭を180℃,280℃および380℃で2時間空気酸化した。細孔特性はBET法,αs-plot法およびt-plot法にて,表面官能基はBoehm滴定にて求めた。表面積は未酸化竹炭が250m2/gであったのに対し,180℃の空気酸化で340m2/gに,380℃で680m2/gまで増大した。細孔容積は380℃の空気酸化により未酸化竹炭の0.16mL/gが0.31mL/gまで発達した。また380℃で空気酸化を行った竹炭は,1000℃での脱気処理によっても表面積・細孔容積ともに微増した。竹炭の表面官能基量は空気酸化により増加し,酸化温度の上昇に比例して増加した。380℃の空気酸化により表面官能基 (特にカルボキシル基) は未酸化竹炭の0.02mmol/Lから1.19mmol/Lまで増加した。低温炭化に続く空気酸化により,未酸化竹炭と比較して表面積・細孔容積ともに大きく,表面官能基の豊富な竹活性炭を調製できることを明らかにした。
著者
木村 純 Kimura June
出版者
名古屋大学大学院教育発達科学研究科
雑誌
名古屋大学大学院教育発達科学研究科紀要. 心理発達科学 (ISSN:13461729)
巻号頁・発行日
vol.51, pp.187-191, 2004-12-27

The purposes of this study were to verify the sequence of global and local processes. The experiment used 2 hierarchical stimulus showed that latencies for bigger stimulus were shorter than those for smaller stimulus in both target conditions, while the experiment used 3 hierarchical stimulus didn't show it. Thus the results of for the experiments indicated that visual processes didn't progress from global to local stimulus orderly.
著者
小田嶋 哲哉 チャントゥァンミン 李 珍泌 朴 泰祐 佐藤 三久
出版者
情報処理学会
雑誌
研究報告ハイパフォーマンスコンピューティング(HPC) (ISSN:21862583)
巻号頁・発行日
vol.2011, no.12, pp.1-8, 2011-03-08

高い演算性能及びメモリバンド幅をもつGPUを搭載したGPUクラスタが高性能計算プラットホームとして広く利用されている.GPUクラスタではプログラミングが非常に複雑になることや,計算負荷がGPUまたはCPUのどちらかに偏り,計算リソース全体を有効利用しにくいという問題がある.そこで,分散メモリシステム向けの並列言語であるXcalableMPをGPU向けに拡張して,GPUクラスタ等のヘテロジニアス環境に適応させることを検討する.本稿ではその予備評価として,XcalableMPによるGPU/CPU協調計算を行い,典型的なHPCアプリケーションであるN体問題と行列積計算を対象に,GPUとCPUへの計算負荷分散による最適化を行い,これらによる協調計算の可能性を検討した.その結果,2ノード・2GPUのシステム上でGPUに割り当てるデータを50%から60%にしたところ,最大で約1.7倍の高速化を得ることができた.As shown in TOP500 List at November 2010, GPU clusters have been recognized as highly cost-effective HPC resources. However, the programming on GPU cluster requires much harder effort than ordinary PC clusters because of complicated heterogeneous coding with combination of CUDA/OpenCL, OpenMP and MPI, for example. In order to provide a solution for this, we will consider an extension of parallel programming language XcalableMP for GPU cluster computing. In this paper, we propose an textended notation of XcalableMP for data and process distribution in a GPU cluster. We also preliminarily evaluate the performance enhancement by a cooperated computing with GPU and multi-core CPU on typical HPC applications, N-body calculation and matrix multiplication. As a result, we confirmed the maximum of 1.7 times higher performance when we distribute the 50 to 60% of computation to GPU, compared with the case with 100% of computation only by GPU.
著者
末光 哲二 松本 憲洋
出版者
公益社団法人日本船舶海洋工学会
雑誌
関西造船協会誌 (ISSN:03899101)
巻号頁・発行日
no.196, pp.137-146, 1985-03-30
被引用文献数
3

A prediction method of motion basd on a simulated calculation in the time domain is usually adopted to design and evaluate dynamic positioning capabilities of offshore structures under varying environmental conditions. In this paper, the prediction method of dynamic positioning motion using hydrodynamic forces and moments obtained from captive model tests was proposed. In addition to this, the sea tria1 of the semi-submersible drilling platform was carried out, and from the acquired data, the dynamic response characterstics of motion to the thruster output were calculated. Comparing the results of the sea trial with the predicted results by the present method, the validity of this prediction method was verified. Then, some simulated calculations concerning the dynamic positioning characteristics under combined environmental conditions of current, wind and waves were carried out. It was shown from the power spectra of motion and thruster output that the wave filtering technique was important for reducing the useless operation of thrusters.
著者
小竹 大輔 佐藤 清秀 内山 晋二 山本 裕之
出版者
特定非営利活動法人 日本バーチャルリアリティ学会
雑誌
日本バーチャルリアリティ学会論文誌 (ISSN:1344011X)
巻号頁・発行日
vol.13, no.2, pp.183-193, 2008
被引用文献数
2

We propose a hybrid camera pose estimation method using an inclination sensor and line segments. While our method does not require any prior information on the camera pose and the correspondences between 2D and 3D line segments, it can calculate the camera pose fast using the two-step algorithm that calculates azimuth first and then position under the inclination constraint obtained from the sensor. These features meet the requirement of initialization for edge-based registration used in mixed reality (MR) systems. This paper describes the details of the method and shows its effectiveness with experiments in which the method is used in an actual MR application.
著者
Kohno Shigeru Seki Masafumi Watanabe Akira the CAP Study Group
出版者
The Japanese Society of Internal Medicine
雑誌
Internal Medicine (ISSN:09182918)
巻号頁・発行日
vol.50, no.11, pp.1183-1191, 2011-06-01
被引用文献数
36

Objective The Japanese Respiratory Society (JRS) last revised the guidelines for community-acquired pneumonia (CAP) in adults in 2005. These guidelines proposed new criteria (A-DROP) to assess the severity of pneumonia and to differentiate between typical bacterial pneumonia and atypical pneumonia. The goal of the present study was to evaluate the utility of the A-DROP criteria for these described purposes. Methods An observational survey was conducted between July 2006 and March 2007, and patients with CAP were prospectively surveyed using consecutive enrollment methods. Patients In total, 1,875 patients from 200 medical facilities throughout Japan were analyzed. Results The JRS 2005 A-DROP system was a good indicator of mortality in the patient population, and these results were significantly correlated with the Pneumonia Severity Index (PSI) of the Infectious Disease Society of America (IDSA). Among the various factors characterized, 'SpO2 of 90% or less (PaO2 of 60 Torr or less)' was the strongest predictor of mortality. In terms of the differential diagnosis between typical bacterial and atypical pneumonia, five of six JRS 2005 items were strongly and significantly correlated with a diagnosis of atypical pneumonia. Conclusion The JRS 2005 A-DROP system was accurate and clinically useful for the assessment of the severity of pneumonia and for the differentiation between typical bacterial pneumonia and atypical pneumonia.
著者
栗原 堅三 庄司 隆行 柏柳 誠 松岡 一郎 桂木 能久
出版者
北海道大学
雑誌
基盤研究(B)
巻号頁・発行日
1997

大豆由来のホスファチジン酸と牛乳由来のβラクトグロブリンからなるリポ蛋白質は、味細胞の微絨毛膜に結合し、苦味物質が受容サイトに結合することを妨害することにより、苦味を選択的に抑制することがわっかた。この苦味抑制剤を実用化するためには、安定性やコストの面で、蛋白質を使うことに問題があった。そこで、蛋白質を含まない苦味抑制剤の開発を試みた。ホスファチジン酸、ホスファチジルセリン、ホファチジルイノシトールなどに苦味抑制作用があったが、ホセファチジン酸の作用は、他のリン脂質よりはるかに強力であった。ホォスファチジン酸を苦味抑制剤として使用する場合、これを純品にする必要があるかどうかを検討した。ホスファチジン酸に他のリン脂質が共存した場合でも、その苦味抑制作用は妨害を受けなっかた。そこで、大豆レスチンから、ホスファチジン酸を高含量含む分画を作成し、苦味抑制効果を調べた。この結果、このレシチン分画は、各種の物質の苦味を十分抑制することがわかった。このレシチン分画を各種の薬物と混合し、苦味抑制効果を調べたところ、苦味を十分抑制することがわかった。また、このレシチン分画で、錠剤や顆粒剤をコートすると、苦味が効率的に抑制された。また、食品の苦味成分に対する苦味抑制効果を調べた。蛋白質加水分解物のあるものは、機能性食品として注目されているが、一般に強い苦味がある。レスチン分画は、蛋白質加水分解物の苦味を抑制した。ポリフェノールは、活性酸素の作用を抑制する物質として注目を集めているが、非常に強い渋味と苦味を有する。レシチン分画は、ポリフェノールの渋味と苦味を抑制することがわかった。チョコレートには、ポリフェノールが多量に含まれているが、その渋味と苦味のため、従来はこの含量を減少させていた。レシチン分画をチョコレートに入れると、ポリフェノールを高含量含んでいても、良好な味になる。
著者
橋本 知佳
出版者
広島大学総合博物館
雑誌
広島大学総合博物館研究報告 (ISSN:18844243)
巻号頁・発行日
no.3, pp.129-134, 2011

今日の生涯学習社会においては,「地域に開かれた高等教育機関」として大学の地域貢献が強く期待されている。そうした中で,特に公開施設である大学博物館が果たす役割は重要になっている。広島大学総合博物館でも,地域の住民を対象とした活動を多く実施し好評を得ているが,未だ改良すべき点は多いと考えられる。本稿では,2010年に広島大学総合博物館で実施した企画展の来館者アンケートの結果を解析することで,来館者像を明らかにし,より効果的な広報活動や来館者のニーズに応える企画展示の提供など,今後の博物館活動で取り組むべき課題を明らかにしようとした。本稿の分析結果をもとに,今後の活動がより地域のニーズに即した形で発展することを期待したい。

1 0 0 0 中国四国

著者
森本孝編
出版者
農山漁村文化協会
巻号頁・発行日
2011