• Title/Summary/Keyword: Information Structured Space

Search Result 78, Processing Time 0.026 seconds

A Qualitative Study on the Awareness of Makerspaces Operation among School Library Professionals (메이커스페이스 운영에 대한 학교도서관 전문인력의 인식에 관한 질적 탐구)

  • Jung, Youngmi;Kang, Bong-Suk
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.52 no.4
    • /
    • pp.137-161
    • /
    • 2018
  • The purpose of this study is identify the awareness and opinion of school librarians and teacher-librarians on the school library maker space. To do this, we used a semi-structured questionnaire to interview and analyzed in-depth telephone interviews of 7 school library professionals qualitatively. The recognition of makerspaces, the necessity of transforming school libraries into makerspaces and maker education, preparations and difficulties of implementation were investigated through the interview. As the result of interview analysis, school library professionals recognized that school library makerspace is essential to fulfill the users needs and important to enhance the library services. Also, school library professionals felt that it is desirable for the school library to function as a center for the in-school maker education program. Other important issues of the makerspace in school library were also identified. The key findings of this study are expected to be used as a momentum to activate the maker education centering on the school library.

A proposal on a proactive crawling approach with analysis of state-of-the-art web crawling algorithms (최신 웹 크롤링 알고리즘 분석 및 선제적인 크롤링 기법 제안)

  • Na, Chul-Won;On, Byung-Won
    • Journal of Internet Computing and Services
    • /
    • v.20 no.3
    • /
    • pp.43-59
    • /
    • 2019
  • Today, with the spread of smartphones and the development of social networking services, structured and unstructured big data have stored exponentially. If we analyze them well, we will get useful information to be able to predict data for the future. Large amounts of data need to be collected first in order to analyze big data. The web is repository where these data are most stored. However, because the data size is large, there are also many data that have information that is not needed as much as there are data that have useful information. This has made it important to collect data efficiently, where data with unnecessary information is filtered and only collected data with useful information. Web crawlers cannot download all pages due to some constraints such as network bandwidth, operational time, and data storage. This is why we should avoid visiting many pages that are not relevant to what we want and download only important pages as soon as possible. This paper seeks to help resolve the above issues. First, We introduce basic web-crawling algorithms. For each algorithm, the time-complexity and pros and cons are described, and compared and analyzed. Next, we introduce the state-of-the-art web crawling algorithms that have improved the shortcomings of the basic web crawling algorithms. In addition, recent research trends show that the web crawling algorithms with special purposes such as collecting sentiment words are actively studied. We will one of the introduce Sentiment-aware web crawling techniques that is a proactive web crawling technique as a study of web crawling algorithms with special purpose. The result showed that the larger the data are, the higher the performance is and the more space is saved.

Augmented Reality System in Real Space using Mobile Projection (이동 투사를 통한 실제 공간에서의 증강현실 시스템)

  • Kim, Moran;Kim, Jun-Sik
    • Journal of Broadcast Engineering
    • /
    • v.23 no.5
    • /
    • pp.622-627
    • /
    • 2018
  • In this paper, we introduce an integrated augmented reality system using a small camera and a projector. We extract three-dimensional information of an object with a small portable camera and a projector by using a structured light system. We develop the concept of the virtual camera to generalize the projection method so that the image can be projected at a desired position with only the mesh of the object to be projected without computing the mapping between specific point sets. Therefore, it is possible to project not only simple planes but also complex curved surfaces to desired positions without complicated geometric calculation. Based on a robot with a small camera and a projector, it will largely explain the projector-camera system calibration, the calculation of the position of the recognized object, and the image projection method using the virtual camera concept.

New Flash Memory Management Method for Reliable Flash Storage Systems (신뢰성 있는 플래시메모리 저장시스템 구축을 위한 플래시메모리 저장 공간 관리 방법)

  • Kim, Han-Joon;Lee, Sang-Goo
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.27 no.6
    • /
    • pp.567-582
    • /
    • 2000
  • We propose a new way of managing flash memory space for flash memory-specific file system based on log-structured file system. Flash memory has attractive features such as non-volatility, and fast I/O speed, but it also suffers from inability to update in place and limited usage cycles. These drawbacks require many changes to conventional storage (file) management techniques. Our focus is on lowering cleaning cost and evenly utilizing flash memory cells while maintaining a balance between the two often-conflicting goals. The proposed cleaning method performs well especially when storage utilization and the degree of locality are high. The cleaning efficiency is enhanced by dynamically separating cold data and non-cold data. The second goal, cycle-leveling is achieved to the degree where the maximum difference between erase cycles is below the error range of the hardware. Simulation results show that the proposed method has significant benefit over naxve methods: maximum of 35% reduction in cleaning cost with even spreading writes across segments.

  • PDF

An Efficient Index Scheme of XML Documents Using Node Range and Pre-Order List (노드 범위와 Pre-Order List를 이용한 XML문서의 효율적 색인기법)

  • Kim Young;Park Sang-Ho;Lee Ju-Hong
    • Journal of Internet Computing and Services
    • /
    • v.7 no.4
    • /
    • pp.23-32
    • /
    • 2006
  • In this paper, we propose indexing method to manage large amount of XML documents efficiently, using the range of node and Pre-Oder List. The most of XML indexing methods are based on path or numbering method. However, the method of path-based indexing method shows disadvantages of performance degradation for join operations of ancestor-descendent relationships, and searching for middle and lower nodes. The method of numbers-scheme based indexing has to number all nodes of XML documents, since search overhead increased and the disk space for indexes was wasted. Therefore, in this paper, we propose a novel indexing method using node ranges and Preorder-Lists to overcome these problems. The proposed method more efficiently stores similar structured XML documents. In addition, our method supports flexible insertion and deletion of XML documents.

  • PDF

Domain Selection Using Asymptotic Decider Criterion in Volume Modeling Based on Tetrahedrization (사면체 기반의 볼륨 모델링에서 점근선 판정기를 이용한 영역의 선택)

  • Lee, Kun;Gwun, Ou-Bong
    • The KIPS Transactions:PartA
    • /
    • v.10A no.1
    • /
    • pp.59-68
    • /
    • 2003
  • 3-D data modeling of a volumetric scattered data is highly demanded for geological structure inspection, environment visualization and supersonic testing. The data used in these area are generally irregularly scattered in a volume data space, which are much different from the structured points data (cuberille data) used in Marching cube algorithm. In this paper, first we explore a volume modeling method for the scattered data based on tetrahedral domain. Next we propose a method for solving the ambiguity of tetrahedral domain decision using asymptotic decider criterion. Last we implement a simple visualization system based on the proposed asymptotic decider criterion and compare it with a system based on sphere criterion. In deciding tetrahedral domain, sphere criterion considers only positional values but asymptotic decider criterion considers not only positional values but also functional values, so asymptotic decider criterion is more accurate on deciding tetrahedral domain than sphere criterion.

Impact of COVID-19 Pandemic on Use of Reference Sources and Services by Postgraduates' in Kenneth Dike Library, University of Ibadan, Nigeria

  • Samson Oyeyini Akande;Olalekan Abraham Adekunjo
    • International Journal of Knowledge Content Development & Technology
    • /
    • v.13 no.1
    • /
    • pp.27-41
    • /
    • 2023
  • The outbreak of the corona virus diseases (COVID-19) in the late 2019 has affected all facets of educational system including library and information services. Reference services, an important aspect of library services are not exempted from this impact. This study therefore, investigated the impact of COVI\D-19 pandemic on the use of reference services and sources by postgraduate students using Kenneth Dike Library (KDL), University of Ibadan, as a case study. Using descriptive survey of correlational type, the study adopted the use of structured questionnaire to randomly select three hundred (300) postgraduate users of reference sources and services in KDL using online survey monkey. Of the three hundred (300) copies, two hundred and twenty three (223) copies, repre- senting 74.3% were retrieved and used for analysis. Findings revealed that, in spite of COVID-19 pandemic, most postgraduate students used Current Awareness Services (203, 91.0%, mean = 3.19), Reference Sources (202, 90.5%, mean = 3.18) and On-line Public Access Catalogue (195, 87.4%, mean = 3.13); low frequency of bibliotherapy (mean=2.22), Reader's Advisory services (mean=2.30) and inter-library loan (mean=2.13) and that COVID-19 pandemic had high impact on post- graduate students' use of reference services in Kenneth Dike Library, University of Ibadan. Based on the findings, recommendations were made that library management should consider the adoption of virtual reference services (VRS) in addition to the conventional mode of refer- ence services to enhance patronage in the COVID-19 era. The library users should also be trained on how to take advantage of the COVID-19 pandemic to learn new skills in the digital space that will eventually optimize the usage of the library remotely.

Role of the Third Place in Building Communities and Social Capital : Contributions of Coffee Shops as Third Places in Kuwait

  • Hissah Abdullah Kandari;Abdus Sattar Chaudry
    • International Journal of Knowledge Content Development & Technology
    • /
    • v.13 no.1
    • /
    • pp.59-74
    • /
    • 2023
  • Third places are those that offer a space outside of work and home for people to escape the stress associated with the primary spaces of their lives. Through social interactivity these help in acquiring some emotional support provided by a close and intimate attachment. Such social support can turn into social resources for individuals and can lead to forming communities that may become incubators for social capital through regular visits to shared socializing places. This paper focuses on social interaction that takes place through the third place and the communities that are being created as a contributing factor to knowledge management. The study being reported in this paper investigated the role of coffee shops as third places in building communities and social capital in Kuwait. A mixed-method approach was used to conduct the study. These methods included qualitative methods such as extended conversations in the form of semi-structured interviews and quantitative methods of using questionnaires distributed to coffee shop staff and visitors. Results indicated that importance attached to providing facilities by coffee shops reflected that the owners perceived these as third places. The facilities attracted customers to coffee houses where interactions took place that helped to build communities. The pattern of visits by customers showed that mostly they come in groups and have meetings and gatherings that facilitated and encouraged interactions. The communities that are being built in the coffee shops are indicative of these being perceived as third places by owners, customers, and staff. This study shows the potential of coffee shops as a major sector of the food industry promising a valuable contribution in transformation and transition to a knowl- edge-based economy in Kuwait.

Development of Extreme Event Analysis Tool Base on Spatial Information Using Climate Change Scenarios (기후변화 시나리오를 활용한 공간정보 기반 극단적 기후사상 분석 도구(EEAT) 개발)

  • Han, Kuk-Jin;Lee, Moung-Jin
    • Korean Journal of Remote Sensing
    • /
    • v.36 no.3
    • /
    • pp.475-486
    • /
    • 2020
  • Climate change scenarios are the basis of research to cope with climate change, and consist of large-scale spatio-temporal data. From the data point of view, one scenario has a large capacity of about 83 gigabytes or more, and the data format is semi-structured, making it difficult to utilize the data through means such as search, extraction, archiving and analysis. In this study, a tool for analyzing extreme climate events based on spatial information is developed to improve the usability of large-scale, multi-period climate change scenarios. In addition, a pilot analysis is conducted on the time and space in which the heavy rain thresholds that occurred in the past can occur in the future, by applying the developed tool to the RCP8.5 climate change scenario. As a result, the days with a cumulative rainfall of more than 587.6 mm over three days would account for about 76 days in the 2080s, and localized heavy rains would occur. The developed analysis tool was designed to facilitate the entire process from the initial setting through to deriving analysis results on a single platform, and enabled the results of the analysis to be implemented in various formats without using specific commercial software: web document format (HTML), image (PNG), climate change scenario (ESR), statistics (XLS). Therefore, the utilization of this analysis tool is considered to be useful for determining future prospects for climate change or vulnerability assessment, etc., and it is expected to be used to develop an analysis tool for climate change scenarios based on climate change reports to be presented in the future.

X-tree Diff: An Efficient Change Detection Algorithm for Tree-structured Data (X-tree Diff: 트리 기반 데이터를 위한 효율적인 변화 탐지 알고리즘)

  • Lee, Suk-Kyoon;Kim, Dong-Ah
    • The KIPS Transactions:PartC
    • /
    • v.10C no.6
    • /
    • pp.683-694
    • /
    • 2003
  • We present X-tree Diff, a change detection algorithm for tree-structured data. Our work is motivated by need to monitor massive volume of web documents and detect suspicious changes, called defacement attack on web sites. From this context, our algorithm should be very efficient in speed and use of memory space. X-tree Diff uses a special ordered labeled tree, X-tree, to represent XML/HTML documents. X-tree nodes have a special field, tMD, which stores a 128-bit hash value representing the structure and data of subtrees, so match identical subtrees form the old and new versions. During this process, X-tree Diff uses the Rule of Delaying Ambiguous Matchings, implying that it perform exact matching where a node in the old version has one-to one corrspondence with the corresponding node in the new, by delaying all the others. It drastically reduces the possibility of wrong matchings. X-tree Diff propagates such exact matchings upwards in Step 2, and obtain more matchings downwsards from roots in Step 3. In step 4, nodes to ve inserted or deleted are decided, We aldo show thst X-tree Diff runs on O(n), woere n is the number of noses in X-trees, in worst case as well as in average case, This result is even better than that of BULD Diff algorithm, which is O(n log(n)) in worst case, We experimented X-tree Diff on reat data, which are about 11,000 home pages from about 20 wev sites, instead of synthetic documets manipulated for experimented for ex[erimentation. Currently, X-treeDiff algorithm is being used in a commeercial hacking detection system, called the WIDS(Web-Document Intrusion Detection System), which is to find changes occured in registered websites, and report suspicious changes to users.