• Title/Summary/Keyword: Policy collection

Search Result 763, Processing Time 0.021 seconds

Current Status and Strategies for Public Libraries in Daejeon Metropolitan City (대전지역 공공도서관 운영현황과 발전과제)

  • Yoon, Hye-Young
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.53 no.2
    • /
    • pp.69-90
    • /
    • 2019
  • The purpose of this study is to discuss about the current status and problems of 24 public libraries in Daejeon metropolitan city and to suggest strategies for the development of public library system in Daejeon. For this purpose, first, this study investigates facilities, human resources, collection, and budget in public libraries in Daejeon metropolitan city and compares to the standards in "The Third Comprehensive Library Advancement Plan(2019-2023)", "The library Act" and "Korean Library Standards". Secondly, this study analyzes administrative organization system. Finally, suggested are both strategies and methods for continuous construction of new public libraries, librarian recruit, collection increase, better service for older adults, budget increase, organization exclusively responsible for library policy.

Java Garbage Collection for a Small Interactive System (소규모 대화형 시스템을 위한 자바 가비지 콜렉션)

  • 권혜은;김상훈
    • Journal of KIISE:Software and Applications
    • /
    • v.29 no.12
    • /
    • pp.957-965
    • /
    • 2002
  • Garbage collection in the CLDC typically employs a stop-the-world GC algorithm which is performing a complete garbage collection when needed. This technique is unsuitable for the interactive Java embedded system because this can lead to long and unpredictable delays. In this paper, We present a garbage collection algorithm which reduces the average delay time and supports the interactive environment. Our garbage collector is composed of the allocator and the collector. The allocator determines the allocation position of free-list according to object size, and the collector uses an incremental mark-sweep algorithm. The garbage collector is called periodically by the thread scheduling policy and the allocator allocates the objects of marked state during collection cycle. Also, we introduce a color toggle mechanism that changes the meaning of the bit patterns at the end of the collection cycle. We compared the performance of our implementation with stop-the-world mark-sweep GC. The experimental results show that our algorithm reduces the average delay time and that it provides uniformly low response times.

Assessment of the Efficiency of Garbage Collection for the MiNV File System (메타데이타를 비휘발성 램에 유지하는 플래시 파일시스템에서 가비지 컬렉션 수행에 대한 효율성 평가)

  • Doh, In-Hwan;Choi, Jong-Moo;Lee, Dong-Hee;Noh, Sam-H.
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.2
    • /
    • pp.241-245
    • /
    • 2008
  • Non-volatile RAM (NVRAM) has both characteristics of nonvolatility and byte addressability. In order to efficiently exploit this NVRAM in the file system layer, we proposed the MiNV (Metadata in NVram) file system in our previous research. MiNV file system maintains all the metadata in NVRAM while storing file data in NAND Flash memory. In this paper, we experimentally analyze the efficiency for the execution of garbage collection in the MiNV file system. Also, we quantify the file system performance gains obtained from efficient garbage collection. Experimental results show that garbage collection on the MiNV file system executes more efficiently that on YAFFS even though these file systems adopt exactly the same garbage collection policy. Specifically, the MiNV file system invokes the aggressive garbage collection mechanism less frequently than YAFFS. Additionally, the MiNV file system postpones the first execution of the aggressive garbage collection mechanism in our experiments. From the experiments, we verify that the efficiency of garbage collection leads to performance improvements of the MiNV file system.

The Role and Policy of Korean Medicine Doctor for the Prevention and Management of Infectious Diseases: A Mixed-Methods Approach (감염병 예방 및 관리를 위한 한의사의 역할과 정책적 과제: 혼합연구방법론을 적용하여)

  • Juchul Kim;Heasun Chun;HeeJung Lee;Jungtae Leem
    • The Journal of Korean Medicine
    • /
    • v.44 no.2
    • /
    • pp.45-59
    • /
    • 2023
  • Objectives: This study investigated the role of Korean medicine doctors in the national quarantine system and the status of their duties through questionnaire surveys and in-depth interviews with Korean medicine staff who participated in COVID-19 work. Methods: We developed a questionnaire survey to investigate the status and perception of Korean medicine doctors' participation in responding to infectious diseases, and the results were derived by conducting frequency analysis and T-test using SPSS program. The measurement variables of this study were the status of COVID-19 related work participation and perception of Korean medicine doctors' role in infectious diseases, and the maximum significance level was 0.05. Results: There were 300 respondents to the survey, and as for the COVID-19 related work, Korean medicine treatment for COVID-19 patients accounted for the most(52.7%), and various preventive and treatment tasks such as epidemiological investigations and specimen collection were conducted. Conclusion: According to this study, it was confirmed that there are sufficient legal and administrative grounds for Korean medicine doctors to perform specimen collection and epidemiological investigations. Therefore, it is necessary to prepare a policy framework to solidify the status of Korean medicine doctors in national infectious diseases in the future.

Electronic Journal Collection Management Issues (전자잡지 관리에 관한 고찰)

  • Noh, Kyung-Ran
    • Journal of Information Management
    • /
    • v.28 no.4
    • /
    • pp.59-75
    • /
    • 1997
  • Introduces and analyzes basic library collection management issues regarding electronic journals, including selection, budgeting, policy making, collection evaluation, and preservation/archiving. Argues that staffing and budgeting for electronic journals can be organized on subject-based or format-based approaches, or some combination of both. Electronic journals are selected through the same three-stage process used for print journals : identification, evaluation, and selection. Most of the traditional criteria for print journals are also applicable to electronic journals, but additional criteria are superimposed on them. The cancellation and weeding of electronic journals have not been addressed ;by ;the profession, but will assume more significance in the future. There is a need for new client-centered evaluation methodologies that focus on availability and accessibility rather than ownership.

  • PDF

Garbage Collection Technique for Balanced Wear-out and Durability Enhancement with Solid State Drive on Storage Systems

  • Kim, Sungho;Kwak, Jong Wook
    • Journal of the Korea Society of Computer and Information
    • /
    • v.22 no.4
    • /
    • pp.25-32
    • /
    • 2017
  • Recently, the use of NAND flash memory is being increased as a secondary device to displace conventional magnetic disk. NAND flash memory, as one among non-volatile memories, has many advantages such as low power, high reliability, low access latency, and so on. However, NAND flash memory has disadvantages such as erase-before-write, unbalanced operation speed, and limited P/E cycles, unlike conventional magnetic disk. To solve these problems, NAND flash memory mainly adopted FTL (Flash Translation Layer). In particular, garbage collection technique in FTL tried to improve the system lifetime. However, previous garbage collection techniques have a sensitive property of the system lifetime according to write pattern. To solve this problem, we propose BSGC (Balanced Selection-based Garbage Collection) technique. BSGC efficiently selects a victim block using all intervals from the past information to the current information. In this work, SFL (Search First linked List), as the proposed block allocation policy, prolongs the system lifetime additionally. In our experiments, SFL and BSGC prolonged the system lifetime about 12.85% on average and reduced page migrations about 22.12% on average. Moreover, SFL and BSGC reduced the average response time of 16.88% on average.

A Study on the Selection Processes in Public Libraries (공공도서관의 자료선정에 관한 연구)

  • Kang, Eun-Yeong;Chang, Durk-Hyun
    • Journal of Korean Library and Information Science Society
    • /
    • v.43 no.3
    • /
    • pp.457-479
    • /
    • 2012
  • This paper strives to illustrate the selection processes in public libraries. It specifically attempts to survey the budget allocation, collection development policy, usage of selection criteria, and priority of selection decision in collection development units in public libraries. Staff structure, committee activities, methods of selection, usage of selection tools and librarians' recognitions about selection process are also investigated. Data are drawn from a survey with 315 public libraries in the country. Specific statistics to be analyzed via literature, although not detailed in nature, are scrutinized as well. As a conclusion, the paper discusses such an issue as current situation in selection of materials public libraries and possible impetus toward a better collection development process.

A Study on Developing the Key Factors of the Oral Collection in National Representative Library (국가대표도서관의 구술 컬렉션 핵심 요소 개발에 관한 연구)

  • Chung, Yeon-Kyoung;Lee, Jae-Young
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.54 no.2
    • /
    • pp.53-77
    • /
    • 2020
  • This study was carried to analyze the current status of oral history collections of national libraries in foreign countries and to derive key factors to consider when building oral collections in National Library of Korea(NLK). The Library of Congress, the British Library, and the National Library of Australia regard oral records as a national heritage that should be passed down nationally and those have been utilized and preserved successfully. Based upon the analysis of the oral collections of these national libraries, several key elements - legislation, organization, collection policy, services, collection, education and collaboration, funding and sponsorship-to consider when building an oral history collection for the first time in the NLK were suggested.

Development of Efficient System for Collection-Analysis-Application of Information Using System for Technology and Information in the Field of RI-Biomics (RI-Biomics 기술정보시스템을 활용한 효율적인 정보 수집-분석-활용 체계 수립에 관한 연구)

  • Jang, Sol-Ah;Kim, Joo Yeon;Park, Tai-Jin
    • Journal of Radiation Industry
    • /
    • v.9 no.3
    • /
    • pp.161-166
    • /
    • 2015
  • RI-Biomics is the new radiation fusion technology of which, such as the characteristics of radioisotope, is applied to the biomics. In order to sharing and overall analysis of data between the institutions through total management of information in the field of RI-Biomics, RI-Biomics Information portal 'RIBio-Info' was constructed by KARA (Korean Association for Radiation Application) in February 2015. For systematic operation of this 'RIBio-Info' system, it is required to develop system of collection-analysis-application of information. So, in this paper, we summarized development of document forms at each processes of collection-analysis-application of information and systematization of collection methods of information, establishment of characteristically analysis methods of reports such as issue paper, policy report, global market report and watch report. Therefore, these are expected to improving the practical applicability in this field through the vitalization of technology development of users by achieving the circular structure of collectionanalysis-application of information.

Examining the Collection of Public Libraries in Terms of Subject and Currency (공공도서관 소장자료 현황 분석 - 장서의 주제별 분포 및 노후화 현황 -)

  • Kim, Sun-Ae;Suh, Hye-Ran
    • Journal of the Korean BIBLIA Society for library and Information Science
    • /
    • v.20 no.1
    • /
    • pp.151-164
    • /
    • 2009
  • This study attempted to analyse the collections of public libraries in terms of their subject distribution and currency. It was expected that the analysis would give public librarians some suggestions as to their collection development policy making. This study team selected 423 Korean public libraries across the country and scrutinized the collections by their classes of Korean Decimal Classification(KDC) and publishing years. The study results indicated that there was some subject disproportion in public library collections. Literature and social sciences were accounting for 54.8% of whole collections. Currency of collections of public libraries could be said relatively excellent. It was found that 64.9% of whole collections had been published after 2000.