• Title/Summary/Keyword: Electronic Paper

Search Result 20,009, Processing Time 0.054 seconds

A Study On Design of ZigBee Chip Communication Module for Remote Radiation Measurement (원격 방사선 측정을 위한 ZigBee 원칩형 통신 모듈 설계에 대한 연구)

  • Lee, Joo-Hyun;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.18 no.4
    • /
    • pp.552-558
    • /
    • 2014
  • This paper suggests how to design a ZigBee-chip-based communication module to remotely measure radiation level. The suggested communication module consists of two control processors for the chip as generally required to configure a ZigBee system, and one chip module to configure a ZigBee RF device. The ZigBee-chip-based communication module for remote radiation measurement consists of a wireless communication controller; sensor and high-voltage generator; charger and power supply circuit; wired communication part; and RF circuit and antenna. The wireless communication controller is to control wireless communication for ZigBee and to measure radiation level remotely. The sensor and high-voltage generator generates 500 V in two consecutive series to amplify and filter pulses of radiation detected by G-M Tube. The charger and power supply circuit part is to charge lithium-ion battery and supply power to one-chip processors. The wired communication part serves as a RS-485/422 interface to enable USB interface and wired remote communication for interfacing with PC and debugging. RF circuit and antenna applies an RLC passive component for chip antenna to configure BALUN and antenna impedance matching circuit, allowing wireless communication. After configuring the ZigBee-chip-based communication module, tests were conducted to measure radiation level remotely: data were successfully transmitted in 10-meter and 100-meter distances, measuring radiation level in a remote condition. The communication module allows an environment where radiation level can be remotely measured in an economically beneficial way as it not only consumes less electricity but also costs less. By securing linearity of a radiation measuring device and by minimizing the device itself, it is possible to set up an environment where radiation can be measured in a reliable manner, and radiation level is monitored real-time.

Odysseus/Parallel-OOSQL: A Parallel Search Engine using the Odysseus DBMS Tightly-Coupled with IR Capability (오디세우스/Parallel-OOSQL: 오디세우스 정보검색용 밀결합 DBMS를 사용한 병렬 정보 검색 엔진)

  • Ryu, Jae-Joon;Whang, Kyu-Young;Lee, Jae-Gil;Kwon, Hyuk-Yoon;Kim, Yi-Reun;Heo, Jun-Suk;Lee, Ki-Hoon
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.4
    • /
    • pp.412-429
    • /
    • 2008
  • As the amount of electronic documents increases rapidly with the growth of the Internet, a parallel search engine capable of handling a large number of documents are becoming ever important. To implement a parallel search engine, we need to partition the inverted index and search through the partitioned index in parallel. There are two methods of partitioning the inverted index: 1) document-identifier based partitioning and 2) keyword-identifier based partitioning. However, each method alone has the following drawbacks. The former is convenient in inserting documents and has high throughput, but has poor performance for top h query processing. The latter has good performance for top-k query processing, but is inconvenient in inserting documents and has low throughput. In this paper, we propose a hybrid partitioning method to compensate for the drawback of each method. We design and implement a parallel search engine that supports the hybrid partitioning method using the Odysseus DBMS tightly coupled with information retrieval capability. We first introduce the architecture of the parallel search engine-Odysseus/parallel-OOSQL. We then show the effectiveness of the proposed system through systematic experiments. The experimental results show that the query processing time of the document-identifier based partitioning method is approximately inversely proportional to the number of blocks in the partition of the inverted index. The results also show that the keyword-identifier based partitioning method has good performance in top-k query processing. The proposed parallel search engine can be optimized for performance by customizing the methods of partitioning the inverted index according to the application environment. The Odysseus/parallel OOSQL parallel search engine is capable of indexing, storing, and querying 100 million web documents per node or tens of billions of web documents for the entire system.

Semantic Process Retrieval with Similarity Algorithms (유사도 알고리즘을 활용한 시맨틱 프로세스 검색방안)

  • Lee, Hong-Joo;Klein, Mark
    • Asia pacific journal of information systems
    • /
    • v.18 no.1
    • /
    • pp.79-96
    • /
    • 2008
  • One of the roles of the Semantic Web services is to execute dynamic intra-organizational services including the integration and interoperation of business processes. Since different organizations design their processes differently, the retrieval of similar semantic business processes is necessary in order to support inter-organizational collaborations. Most approaches for finding services that have certain features and support certain business processes have relied on some type of logical reasoning and exact matching. This paper presents our approach of using imprecise matching for expanding results from an exact matching engine to query the OWL(Web Ontology Language) MIT Process Handbook. MIT Process Handbook is an electronic repository of best-practice business processes. The Handbook is intended to help people: (1) redesigning organizational processes, (2) inventing new processes, and (3) sharing ideas about organizational practices. In order to use the MIT Process Handbook for process retrieval experiments, we had to export it into an OWL-based format. We model the Process Handbook meta-model in OWL and export the processes in the Handbook as instances of the meta-model. Next, we need to find a sizable number of queries and their corresponding correct answers in the Process Handbook. Many previous studies devised artificial dataset composed of randomly generated numbers without real meaning and used subjective ratings for correct answers and similarity values between processes. To generate a semantic-preserving test data set, we create 20 variants for each target process that are syntactically different but semantically equivalent using mutation operators. These variants represent the correct answers of the target process. We devise diverse similarity algorithms based on values of process attributes and structures of business processes. We use simple similarity algorithms for text retrieval such as TF-IDF and Levenshtein edit distance to devise our approaches, and utilize tree edit distance measure because semantic processes are appeared to have a graph structure. Also, we design similarity algorithms considering similarity of process structure such as part process, goal, and exception. Since we can identify relationships between semantic process and its subcomponents, this information can be utilized for calculating similarities between processes. Dice's coefficient and Jaccard similarity measures are utilized to calculate portion of overlaps between processes in diverse ways. We perform retrieval experiments to compare the performance of the devised similarity algorithms. We measure the retrieval performance in terms of precision, recall and F measure? the harmonic mean of precision and recall. The tree edit distance shows the poorest performance in terms of all measures. TF-IDF and the method incorporating TF-IDF measure and Levenshtein edit distance show better performances than other devised methods. These two measures are focused on similarity between name and descriptions of process. In addition, we calculate rank correlation coefficient, Kendall's tau b, between the number of process mutations and ranking of similarity values among the mutation sets. In this experiment, similarity measures based on process structure, such as Dice's, Jaccard, and derivatives of these measures, show greater coefficient than measures based on values of process attributes. However, the Lev-TFIDF-JaccardAll measure considering process structure and attributes' values together shows reasonably better performances in these two experiments. For retrieving semantic process, we can think that it's better to consider diverse aspects of process similarity such as process structure and values of process attributes. We generate semantic process data and its dataset for retrieval experiment from MIT Process Handbook repository. We suggest imprecise query algorithms that expand retrieval results from exact matching engine such as SPARQL, and compare the retrieval performances of the similarity algorithms. For the limitations and future work, we need to perform experiments with other dataset from other domain. And, since there are many similarity values from diverse measures, we may find better ways to identify relevant processes by applying these values simultaneously.

A Study on the Legislative Conception of Terror of the Advanced European Nations (유럽 선진국의 법제적 테러 개념에 관한 고찰)

  • Kwon, Jeong-Hun;Kim, Tae-Hwan
    • Korean Security Journal
    • /
    • no.15
    • /
    • pp.29-50
    • /
    • 2008
  • Many countries throughout the world have enacted laws on terrorism in the light of the changes that time has brought to them, geographical features, cultural values, and environmental elements. Especially some advanced European nations prescribe the definition of terrorism, the purpose of terrorism, the behavior of terrorism, and the types of crimes related to terrorism and so on for the following reason that it is more vital for the authorities concerned to investigate and punish terrorists after the rise of terrorism. In this regard, this paper analyzes legislative countermoves against terrorists of advanced countries such as France, Germany, and England and through this sheds light on the need of future anti-terrorism bills. The legislative basic guidelines directly to manipulate future terrors based on theories derived from this study could be summarized as follows. In the first place, providing laws on direct investigative power and harsher punishment to those involved in terrorism is a prerequisite for social security and thus the presidential directive of the state anti-terrorism action guidelines just deals with administrative measures without any effective response to terrorism. Hence it is urgent to make anti-terrorism bill concerning investigation and punishment of terrorists. In the second place, it is associated with the objectives of terror. The expression "all sorts of" stated in Korean law is so quite unclear that it can not fulfill the required conditions for naming it "crime". Comprehending provisoes of the crime that meets the purpose of the terrorists is necessary in order to investigate and inflict punishment on them. Therefore, it is advisable to establish specific and precise principles such as political, social, ideological, and religious purpose of terrorists in the bill. In the third place, to meet the flow of times of technicalization, informatization, such provisoes as destruction of electronic data system, crimes related to nuclear materials, purchases of weapons by terrorists, tax administration for prohibition of sale, and arson should be considered in terror bill. In the fourth place, nonselective attack toward unspecified individuals has become a serious issue in our society. Terrorists leave poisonous foods or beverages to crowded place or dump toxic chemicals into river intentionally. Therefore more strict regulations must be included in terror bill to prevent possible terrorist attacks.

  • PDF

Study on Features of Software Cyborg in the Virtual Game -PS4 ocusing Game- (가상게임에 나타나는 소프트웨어 사이보그특징에 대한 고찰 -PS4 <언틸던> 게임을 중심으로-)

  • Kim, Dae-Woo
    • Cartoon and Animation Studies
    • /
    • s.41
    • /
    • pp.279-306
    • /
    • 2015
  • This paper is a study of the changing nature of software for virtual Cyborg self and the virtual body that occur in the game from a philosophical point of view. Looking broadly, the cyborg concept refers to the combination of man and machine. Specifically, there is a hardware cyborg organism to combine human and restoration of machine In addition, there is software cyborg by electronic the human brain of converting a virtual body. Virtual games are cases software-Cyborg applied. In the game , There seems to have characteristics of virtual body and ego that different from general cyborg meaning. To analyze the features, I applied the concept of software-cyborg of Hans morabek and the multiple selves in cyberspace properties of Kim Sun-Hee. generally, software cyborg cloning the brain type tended to invalidate the body due to the nature of the virtual world. But If you look at third-person's view and the game character that made from real actors, it is pursuing the realism of photographic images and it stressed the need for a virtual body in order to maintain the psychological identity of the player. And, The game player crosses the eight characters to choose while completing the mission. This is a big role in the reality ego leads to the desired final ending with the selection and experience to be experienced as self-replication to multiple. These cyber multi-ego looks for an active and positive features compared to the multi-ego in the real world and highlights the advantages of the software cyborg. Game The characteristics of the final result varies depending on the selection of the player. The life and death of a friend is determined by the relationship between the characters friendship. In this case, the virtual self is empirically through trial and error, moral, and try to select the desired setting the standard for intuitive and self own choice. Also It can be fused to the knowledge of multiple selves as one step is formed by a high spiritual introspection. This process is a positive interpretation of the world and their own forms of mental reflection through self-overcoming human, Nietzsche is said that the process is Wibeomenswi.

Registration and Description of Public Records in Korea : A Comparative Analysis of Korean Recordskeeping System with the International Standards (한국의 기록물 둥록 및 기술에 대한 기록관리적 접근)

  • Si, Kwi-Sun
    • Journal of Korean Society of Archives and Records Management
    • /
    • v.3 no.1
    • /
    • pp.69-92
    • /
    • 2003
  • Registration and description of records are important elements of processing which provide with the background information of production of records and business-related information. They also enable to search and use the records. In this paper, I examined the Korean registration and description system defined in the Public Records Management Act which directs the records creating agency to register records in creating offices and directs the "professional archives" to make "basic registrations" and "detailed registrations" of the records. In the analysis and comparison of two different registration and description systems with the known international standards of records and archives management, such as ISO15489 and ISAD(G), I intended to evaluate the Korean records and archives management system and suggested recommendations for the renovation of the Korean recordskeeping system. Despite we have unique office business procedures and the culture of officialdom, and despite we have developed our system based on the established business procedures and office culture, it would be preferable to adopt or follow the international standards and established best practices. After the comparative analysis, I recommended some innovations in the filed of registration and description. For instance, in the basic registration. we would better to install an item of "simple contents summary." We may also need the multiple-level description. The fonds level description and the series level description should be introduced to our archival automated management system. We need to establish a Korean standard of description adopting the rules of the ISAD(G) and ISAAR(CPF). Essential requirements for electronic records management, such as contextual and structural information, should be incorporated in the new standard. Documentation of records disposition also should be reinforced to guarantee the authenticity of records and to ensure control of the records. To implement the recommendations for the standard, we need to amend the Public Records Management Act and its Regulations and Rules. Also it is imperative to redesign the GARS integrated archival automated management system.

Study of the ENC reduction for mobile platform (모바일 플랫폼을 위한 전자해도 소형화 연구)

  • 심우성;박재민;서상현
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2003.05a
    • /
    • pp.181-186
    • /
    • 2003
  • The satellite navigation system is widely used for identifying a user's position regardless of weather or geographic conditions and also make effect on new technology of marine LBS(Location Based Service), which has the technology of geographic information such as the ENC. Generally, there are conceivable systems of marine LBS such as ECDIS, or ECS that use the ENC itself with powerful processor in installed type on ships bridge. Since the ENC is relatively heavy structure with dummy format for data transfer between different systems, we should reduce the ENC to small and compact size in order to use it in mobile platform. In this paper, we assumed that the mobile system like PDA, or Webpad can be used for small capability of mobile platform. However, the ENC should be updated periodically by update profile data produced by HO. If we would reduce the ENC without a consideration of update, we could not get newly updated data furthermore. As summary, we studied considerations for ENC reduction with update capability. It will make the ENC be useful in many mobile platforms for various applications.

  • PDF

PREPARATION OF AMORPHOUS CARBON NITRIDE FILMS AND DLC FILMS BY SHIELDED ARC ION PLATING AND THEIR TRIBOLOGICAL PROPERTIES

  • Takai, Osamu
    • Proceedings of the Korean Institute of Surface Engineering Conference
    • /
    • 2000.11a
    • /
    • pp.3-4
    • /
    • 2000
  • Many researchers are interested in the synthesis and characterization of carbon nitride and diamond-like carbon (DLq because they show excellent mechanical properties such as low friction and high wear resistance and excellent electrical properties such as controllable electical resistivity and good field electron emission. We have deposited amorphous carbon nitride (a-C:N) thin films and DLC thin films by shielded arc ion plating (SAIP) and evaluated the structural and tribological properties. The application of appropriate negative bias on substrates is effective to increase the film hardness and wear resistance. This paper reports on the deposition and tribological OLC films in relation to the substrate bias voltage (Vs). films are compared with those of the OLC films. A high purity sintered graphite target was mounted on a cathode as a carbon source. Nitrogen or argon was introduced into a deposition chamber through each mass flow controller. After the initiation of an arc plasma at 60 A and 1 Pa, the target surface was heated and evaporated by the plasma. Carbon atoms and clusters evaporated from the target were ionized partially and reacted with activated nitrogen species, and a carbon nitride film was deposited onto a Si (100) substrate when we used nitrogen as a reactant gas. The surface of the growing film also reacted with activated nitrogen species. Carbon macropartic1es (0.1 -100 maicro-m) evaporated from the target at the same time were not ionized and did not react fully with nitrogen species. These macroparticles interfered with the formation of the carbon nitride film. Therefore we set a shielding plate made of stainless steel between the target and the substrate to trap the macropartic1es. This shielding method is very effective to prepare smooth a-CN films. We, therefore, call this method "shielded arc ion plating (SAIP)". For the deposition of DLC films we used argon instead of nitrogen. Films of about 150 nm in thickness were deposited onto Si substrates. Their structures, chemical compositions and chemical bonding states were analyzed by using X-ray diffraction, Raman spectroscopy, X-ray photoelectron spectroscopy and infrared spectroscopy. Hardness of the films was measured with a nanointender interfaced with an atomic force microscope (AFM). A Berkovich-type diamond tip whose radius was less than 100 nm was used for the measurement. A force-displacement curve of each film was measured at a peak load force of 250 maicro-N. Load, hold and unload times for each indentation were 2.5, 0 and 2.5 s, respectively. Hardness of each film was determined from five force-displacement curves. Wear resistance of the films was analyzed as follows. First, each film surface was scanned with the diamond tip at a constant load force of 20 maicro-N. The tip scanning was repeated 30 times in a 1 urn-square region with 512 lines at a scanning rate of 2 um/ s. After this tip-scanning, the film surface was observed in the AFM mode at a constant force of 5 maicro-N with the same Berkovich-type tip. The hardness of a-CN films was less dependent on Vs. The hardness of the film deposited at Vs=O V in a nitrogen plasma was about 10 GPa and almost similar to that of Si. It slightly increased to 12 - 15 GPa when a bias voltage of -100 - -500 V was applied to the substrate with showing its maximum at Vs=-300 V. The film deposited at Vs=O V was least wear resistant which was consistent with its lowest hardness. The biased films became more wear resistant. Particularly the film deposited at Vs=-300 V showed remarkable wear resistance. Its wear depth was too shallow to be measured with AFM. On the other hand, the DLC film, deposited at Vs=-l00 V in an argon plasma, whose hardness was 35 GPa was obviously worn under the same wear test conditions. The a-C:N films show higher wear resistance than DLC films and are useful for wear resistant coatings on various mechanical and electronic parts.nic parts.

  • PDF

An Empirical Study on the Impact of the Perception of the Monitoring Function on Effective BPMS Adoption (모니터링 기능에 대한 인식이 효과적인 BPMS 도입에 미치는 영향)

  • Chae, Myung-Sin;Park, Jin-Suk;Lee, Byung-Tae
    • Asia pacific journal of information systems
    • /
    • v.17 no.3
    • /
    • pp.105-130
    • /
    • 2007
  • Recently, there is a substantial interest in implementing Business Process Management System(BPMS) among enterprises with the purpose of business process innovation. BPMS redesigns and coordinates business processes in terms of both automated steps and human involvement in order to maximize the value of both involved people and systems. The reason why BPMS is getting attention from top managers is that it has the possibility to optimize the business processes by cycling the process of modeling, execution, monitoring, evaluation, and redesigning work processes. Thus, it has created high expectations about not only productivity improvement but also business process innovation. However. having an innovative nature, which is used for process innovation, BPMS implementation has great potential to stir up employee resistance. The analysis and the discussion about the prevention of the resistance against IS(Information Systems) is important because IS change the way people work and also alter the power structure within the organization, in general. The purpose of this study is to investigate factors that have an impact on the effective adoption of BPMS at the enterprise level. To find out these factors, this study considers two characteristics of BPMS: First. BPMS shares some characteristics with other enterprise-wide IS such as ERP. Second, it has special BPMS-specific characteristics. Due to the lack of previous research on BPMS adoption, interviews were carried out with IT-consultants and CIOs who conducted BPMS projects previously to find out BPMS-specific features that would make BPMS unique when compared to other enterprise-wide IS. As a result, the monitoring function was chosen as the main BPMS-specific factor. Thus, this paper reviewed studies both on enterprise-wide IS adoptions, which applied Technology Acceptance Model (TAM) and secondly on computer based monitoring to find out factors that would influence the employees' perception on the monitoring function of BPMS. Based on the literature review, the study suggested three factors that would have an impact on the employee's perception of the monitoring function: fairness of enterprise evaluation system, fairness of the boss, and self-efficacy of their work. Three factors that would impact the enterprise-wide IS adoption were also set: the shared belief in the benefit of BPMS, training, and communication. Then, these factors were integrated with TAM. Structural equation modeling was used to test hypotheses, out factors that would impact the employees' perception on the monitoring function of BPMS. Based on the literature review the study suggested three factors that would have an impact on the employee's perception of the monitoring function: fairness of enterprise evaluation system, fairness of the boss, and self-efficacy of their work. Three factors that would impact the enterprise-wide IS adoption were also set: the shared belief in the benefit of BPMS, training, and communication. Then, these factors were integrated with TAM. Structural equation modeling was used to test hypotheses. The data analysis results showed that two among three monitoring function related factors - enterprise evaluation system and fairness of the boss - were significant. This implies that employees would worry less about the BPMS implementation as long as they perceive the monitoring results will be used fairly for their performance evaluation. However, employees' high self-efficacy on their job was not a significant factor in their perception of the usefulness of BPMS. This is related to cases that showed employees resisted against the information systems because they automated their works (Markus, 1983). One specific case was an electronic company, where the accounting department workers were requested to redefine their job because their working processes were automated due to BPMS implementation.

Could a Product with Diverged Reviews Ratings Be Better?: The Change of Consumer Attitude Depending on the Converged vs. Diverged Review Ratings and Consumer's Regulatory Focus (평점이 수렴되지 않는 리뷰의 제품들이 더 좋을 수도 있을까?: 제품 리뷰평점의 분산과 소비자의 조절초점 성향에 따른 소비자 태도 변화)

  • Yi, Eunju;Park, Do-Hyung
    • Knowledge Management Research
    • /
    • v.22 no.3
    • /
    • pp.273-293
    • /
    • 2021
  • Due to the COVID-19 pandemic, the size of the e-commerce has been increased rapidly. This pandemic, which made contact-less communication culture in everyday life made the e-commerce market to be opened even to the consumers who would hesitate to purchase and pay by electronic device without any personal contacts and seeing or touching the real products. Consumers who have experienced the easy access and convenience of the online purchase would continue to take those advantages even after the pandemic. During this time of transformation, however, the size of information source for the consumers has become even shrunk into a flat screen and limited to visual only. To provide differentiated and competitive information on products, companies are adopting AR/VR and steaming technologies but the reviews from the honest users need to be recognized as important in that it is regarded as strong as the well refined product information provided by marketing professionals of the company and companies may obtain useful insight for product development, marketing and sales strategies. Then from the consumer's point of view, if the ratings of reviews are widely diverged how consumers would process the review information before purchase? Are non-converged ratings always unreliable and worthless? In this study, we analyzed how consumer's regulatory focus moderate the attitude to process the diverged information. This experiment was designed as a 2x2 factorial study to see how the variance of product review ratings (high vs. low) for cosmetics affects product attitudes by the consumers' regulatory focus (prevention focus vs. improvement focus). As a result of the study, it was found that prevention-focused consumers showed high product attitude when the review variance was low, whereas promotion-focused consumers showed high product attitude when the review variance was high. With such a study, this thesis can explain that even if a product with exactly the same average rating, the converged or diverged review can be interpreted differently by customer's regulatory focus. This paper has a theoretical contribution to elucidate the mechanism of consumer's information process when the information is not converged. In practice, as reviews and sales records of each product are accumulated, as an one of applied knowledge management types with big data, companies may develop and provide even reinforced customer experience by providing personalized and optimized products and review information.