http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
한국인의 성공적 노화 조절변수 및 하위차원에 관한 메타분석
정여진,정영숙,유나영,김비아,신현정 한국노년학회 2015 한국노년학 Vol.35 No.3
This is a follow-up study of Jeong et al(2014) based on 93 papers published before February 2014 in Korea, to analyze related variable of successful aging in Korean elders. Moderators focusing on gender, generation and investigation area were analyzed and then standardized average effect sizes were computed for variable groups according to sub dimensions of successful aging. In the result of moderators analysis, there were differences except psychological variables group according to the gender and there were differences except physical health and cognitive function variables group according to the generation. There was a difference only in demographic variables group according to the investigation area. In verifying the difference of effect sizes of related variables according to sub dimensions of successful aging, effect sizes of related variable of successful aging vary meaningfully on four sub dimensions all. On the emotional dimension and the psychological dimension among sub dimensions of successful aging, psychological variables group, physical health and cognitive function variables group, social variables group, demographic variables group came in order in effect sizes. On the social dimension among sub dimensions of successful aging, psychological variables group, physical health and cognitive function variables group, demographic variables group, social variables group came in order in effect sizes. Finally, on the physical and cognitive function dimension among sub dimensions of successful aging, physical health and cognitive function variables group, psychological variables group, demographic variables group, social variables group came in order in effect sizes. Based on above results, implications and limitations are discussed. 본 연구는 한국인의 성공적 노화와 관련된 변인들의 영향을 살펴보기 위하여 성공적 노화에 관한 93편의 연구를 바탕으로 성공적 노화 관련변인군 및 각 변인군 내 상세변인의 평균효과 크기를 메타분석으로 검증한 정여진, 유나영, 김비아, 신현정, 정영숙(2014)의 후속연구이다. 본 연구는 성별, 세대, 조사지역을 중심으로 조절변수 분석 및 성공적 노화 하위차원에 따른 관련변인군의 효과크기 차를 검증하였다. 조절변수 분석 결과 성별에 따른 차이는 심리적 변인군을 제외한 나머지 모든 변인군에서 나타났고, 세대에 따른 차이는 신체건강․인지기능 변인군을 제외한 모든 변인군에서 나타났다. 조사지역에 따른 차이는 인구통계학적 변인군에서만 유의하게 나타났다. 성공적 노화 하위차원에 따른 관련변인군의 효과크기 차를 검증한 결과, 하위차원 모두에서 관련변인군의 효과크기가 유의하게 다른 것으로 나타났다. 성공적 노화 하위차원 중 정서적 차원과 심리적 차원에서는 심리적 변인군, 신체건강․인지기능 변인군, 사회적 변인군, 인구통계학적 변인군의 순서로 효과크기가 나타났고, 성공적 노화 하위차원 중 사회적 차원에서는 심리적 변인군, 신체건강․인지기능 변인군, 인구통계학적 변인군, 사회적 변인군의 순으로 나타났다. 마지막으로 성공적 노화의 하위차원 중 신체 및 인지기능적 차원에서는 신체건강․인지기능 변인군, 심리적 변인군, 인구통계학적 변인군, 사회적 변인군의 순으로 나타났다. 이상의 결과를 바탕으로 본 연구의 의의와 한계점을 논의하였다.
TCP/IP Hardware Accelerator를 위한 Host Interface의 설계
정여진,임혜숙,Jung, Yeo-Jin,Lim, Hye-Sook 한국통신학회 2005 한국통신학회논문지 Vol.30 No.2B
빠른 데이터 처리를 위하여 기존에는 소프트웨어방식으로 구현되었던 TCP/IP를 고속의 하드웨어로 구현함에 있어, TCP/IP 하드웨어와 외부 블록간의 통신을 중계하는 블록인 Host Interface를 구현하였다. Host Interface는 TCP/IP 하드웨어와 외부 블록의 중간에 위치하여 외부 블록과의 통신을 위해 AMBA AHB 규약을 따른다. Host Interface는 내부의 Command/Status Register를 통하여 CPU와 TCP/IP 하드웨어 간의 명령, 상태, 헤더 정보 등을 전달하는데 이 때에는 AMBA AHB의 Slave로서 동작한다. Data Flow를 위해서 Host Interface는 AMBA AHB의 Master로서 동작하는데, 데이터 흐름의 방향에 따라 Data flow는 데이터를 수신하는 Receive flow와 데이터를 패킷으로 만들어 보내는 Transmit Flow로 나된다. Rx Flow의 경우, UDP 블록이나 TCP Buffer로부터 받은 데이터를 내부의 작은 RxFIFO를 통해 외부 RxRAM에 써서 CPU가 읽어갈 수 있도록 하고, Tx Flow의 경우에는 외부 TxRAM에서 전송할 데이터를 읽어 와서 TxFIFO를 거쳐 UDP Buffer나 TCP Buffer에 씀으로써 패킷을 만들어 보내도록 한다. 외부 RAM의 액세스에는 Command/Status Register에 위치한 Buffer Descriptor의 정보를 이용하게 된다. Host Interface는 이러한Data Flow의 원활한 흐름을 위해서 여러 세부 기능들을 수행하게 된다. Host Interface의 기능을 검증하기 위하여 여러 testcase들이 수행되었으며, 0.18 마이크론 기술을 사용하여 synthesis한 결과, 내부의 Command/Status Register와 FIFO를 모두 포함하여 약 173K 게이트가 소요됨을 보았다. TCP/IP protocols have been implemented in software program running on CPU in end systems. As the increased demand of fast protocol processing, it is required to implement the protocols in hardware, and Host Interface is responsible for communication between external CPU and the hardware blocks of TCP/IP implementation. The Host Interface follows AMBA AHB specification for the communication with external world. For control flow, the Host Interface behaves as a slave of AMBA AHB. Using internal Command/status Registers, the Host Interface receives commands from CPU and transfers hardware status and header information to CPU. On the other hand, the Host Interface behaves as a master for data flow. Data flow has two directions, Receive Flow and Transmit Flow. In Receive Flow, using internal RxFIFO, the Host Interface reads data from UDP FIFO or TCP buffer and transfers data to external RAM for CPU to read. For Transmit Flow, the Host Interface reads data from external RAM and transfers data to UDP buffer or TCP buffer through internal TxFIFO. TCP/IP hardware blocks generate packets using the data and transmit. Buffer Descriptor is one of the Command/Status Registers, and the information stored in Buffer Descriptor is used for external RAM access. Several testcases are designed to verify TCP/IP functions. The Host Interface is synthesized using the 0.18 micron technology, and it results in 173 K gates including the Command/status Registers and internal FIFOs.
정여진 역사문화학회 2024 지방사와 지방문화 Vol.27 No.2
본 연구는 2023년 6월 폐광한 화순탄광이 보유하고 있는 시설물의 산업유산적 가치에 주목하여, 보존의 필요성을 살펴본다. 이를 위해 첫째, 화순탄광은 1905년 최초로 석탄이 매장된 것이 발견된 이후로 118년간 지역 에너지 산업의 중축으로서 지역의 경제와 산업 발전을 이끌어온 역사와 영향력을 검토한다. 둘째, 전체 면적이 3,073㏊(30.73㎢)에 이르는 화순탄광이 보유한 갱 및 시설물의 공간 구조를 해당 영역을 선탄시설ㆍ선탄장 길ㆍ욕장ㆍ복암갱ㆍ기타 영역으로 구분하여 파악하며, 중액선탄기와 선탄장 길, 욕장 건물을 중심으로 산업사적 특징을 도출한다. 셋째, 국가등록문화유산으로 지정된 폐탄광의 사례를 검토하고, 화순탄광의 보존 대상과 보존 방안을 제안한다. 보존 대상은 중액선탄기를 포함한 선탄시설, 축전차 레일이 깔려 있는 선탄장 길, 그리고 욕장 건물을 중심으로 보존 가치를 도출한다. 보존 방안으로는 기념관 건립과 복합문화공간 조성을 제안한다. 본 연구는 궁극적으로 화순탄광의 산업유산으로서의 가치를 발굴하고, 화순탄광의 보존 필요성에 대하여 제언을 하는 기초적 연구에 목적을 두었다. This study examines the need for preservation, paying attention to the industrial heritage value of facilities owned by the Hwasun Coal Mine, which was abandoned in June 2023. To this end, first, the Hwasun Coal Mine reviews the history and influence that has led regional economic and industrial development as the central axis of the local energy industry for 118 years since the first discovery of coal in 1905. Second, the spatial structure of the mines and facilities of the Hwasun coal mine, which has a total area of 3,073ha (30.73km2), is identified by dividing the area into the coal facility, the coal yard road, the public bath, the Bokam mine, and other areas, and the industrial historical characteristics are derived around the medium-liquid coal reactor, the coal yard road, and the bath building. Third, the case of the abandoned coal mine designated as a national registered cultural heritage is reviewed, and the conservation target and preservation plan of the Hwasun coal mine are proposed. The preservation targets are derived from the coal mining facilities including heavy-fluid separation, the road to the coalfields with accumulator rails, and the building of the bathhouse. As a method of preservation, it is proposed to build a memorial hall and a complex cultural space. The purpose of this study was to ultimately discover the value of the Hwasun Coal Mine as an industrial heritage and to propose the necessity of preservation of the Hwasun Coal Mine.