• Title/Summary/Keyword: tree improvement

Search Result 577, Processing Time 0.031 seconds

A Research of the Status of Nature Classrooms in Parks in Seoul and Suggestion of Improvement Plans (서울시 공원 내 자연학습장 현황 분석과 개선방안)

  • 송지선;이은희
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.31 no.6
    • /
    • pp.41-52
    • /
    • 2004
  • Recently, park usage for environmental education has gained popularity in Seoul. Therefore this study was performed by analyzing the status and problems of nature classrooms in neighborhood parks and citizen's parks that are located in residential areas in Seoul, and then by suggesting improved methods and user programs. The results of this study are summarized as follows. 1) 18 out of 281 neighborhood parks and citizen's parks have nature classrooms in Seoul. Facilities of nature classroom are comprised of direction signs, plant name card, pond, pavilion, pergola, bench, green house, waste baskets, lighting, drinking fountain and others. However, they have many problems in terms of quality. Nature classrooms were classified into three types according to their location in each park. Among the three types, the most popular type was the one that is a part of a park A Total of 479 species of plant (155 species in tree, 324 species in herb) were planted in nature classrooms. There are many kinds of environmental education user programs, but these are not connected with the nature classrooms. Most nature education programs in nature classrooms were self-guided. 2) The Problems that appeared were the featureless place composition, a lack of programs related to nature classrooms, access restriction to certain natured areas, and so on. 3) Finally, this study suggests some solutions to the problems of nature classrooms in urban parks. The solutions include full access to the parks, the creation of diverse theme, and setting up interesting panel and leaflets in order to encourage more active self-guided education.

A Streaming XML Parser Supporting Adaptive Parallel Search (적응적 병렬 검색을 지원하는 스트리밍 XML 파서)

  • Lee, Kyu-Hee;Han, Sang-Soo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.8
    • /
    • pp.1851-1856
    • /
    • 2013
  • An XML is widely used for web services, such as SOAP(Simple Object Access Protocol) and REST (Representational State Transfer), and also de facto standard for representing data. Since the XML parser using DOM(Document Object Model) requires a preprocessing task creating a DOM-tree, and then storing it into memory, embedded systems with limited resources typically employ a streaming XML parser without preprocessing. In this paper, we propose a new architecture for the streaming XML parser using an APSearch(Adaptive Parallel Search) on FPGA(Field Programmable Gate Array). Compared to other approaches, the proposed APSearch parser dramatically reduces overhead on the software side and achieves about 2.55 and 2.96 times improvement in the time needed for an XML parsing. Therefore, our APSearch parser is suitable for systems to speed up XML parsing.

An Improvement on Testability Analysis by Considering Signal Correlation (신호선의 상관관계를 고려한 개선된 테스트용이도 분석 알고리즘)

  • 김윤홍
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.4 no.1
    • /
    • pp.7-12
    • /
    • 2003
  • The purpose of testability analysis is to estimate the difficulty of testing a stuck-at fault in logic circuits. A good testability measurement can give an early warning about the testing problem so as to provide guidance in improving the testability of a circuit. There have been researches attempting to efficiently compute the testability analysis. Conventional testability measurements, such as COP and SCOAP, can calculate the testability value of a stuck-at fault efficiently in a tree-structured circuit but may be very inaccurate for a general circuit. The inaccuracy is due to the ignorance of signal correlations for making the testability analysis linear to a circuit size. This paper proposes an efficient method for computing testability analysis, which takes into account signal correlation to obtain more accurate testability. The proposed method includes the algorithm for identifying all reconvergent fanouts in a given n circuit and the gates reachable from them, by which information related to signal correlation is gathered.

  • PDF

A deisgn of VHDL compiler front-end for the VHDL-to-C mapping (VHDL-to-C 사상을 위한 VHDL 컴파일러 전반부의 설계)

  • 공진흥;고형일
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.22 no.12
    • /
    • pp.2834-2851
    • /
    • 1997
  • In this paper, a design and implementation of VHDL compiler front-end, aims at supporting the full-set of VHDL '87 & '93 LRM and carring out the preprocessing of VHDL-to-C, is described. The VHDL compiler front-end includes 1)the symbol tree of analyzed data to represent the hierarchy, the scope and visibility, the overloading and homograph, the concurrent multiple stacks in VHDL, 2)the data structure and supportig routies to deal with the objects, the type and subtype, the attribute and operation in VHDL, 3)the analysis of the concurrent/sequential statements, the behavior/structural descriptions, of semantic token and the propagation of symbol & type to improve the registration and retrieval procedure of analyzed data. In the experiments with Validation Suite, the VHDL compiler front-end could support the full-set specification of VHDL LRM '87 & '93; and in the experiments to asses the performance of symantic token for the VHDL hierachy/visibility/concurrency/semantic checking, the improvement of about 20-30% could be achieved.

  • PDF

Content Delivery Network Based on MST Algorithm (MST 알고리즘 기반 콘텐츠 전송 네트워크에 관한 연구)

  • Lee, Hyung-ok;Kang, Mi-young;Nam, Ji-seung
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.41 no.2
    • /
    • pp.178-188
    • /
    • 2016
  • The traffic in the wired and wireless networks has increased exponentially because of increase of smart phone and improvement of PC performance. Multimedia services and file transmission such as Facebook, Youtube occupy a large part of the traffic. CDN is a technique that duplicates the contents on a remote web server of content provider to local CDN servers near clients and chooses the optimal CDN server for providing the content to the client in the event of a content request. In this paper, the content request message between CDN servers and the client used the SCRP algorithm utilizing the MST algorithm and the traffic throughput was optimized. The average response time for the content request is reduced by employing HC_LRU cache algorithm that improves the cache hit ratio. The proposed SCRP and HC_LRU algorithm may build a scalable content delivery network system that efficiently utilizes network resources, achieves traffic localization and prevents bottlenecks.

An XML Access Control Method through Filtering XPath Expressions (XPath 표현식의 필터링을 통한 XML 접근 제어 기법)

  • Jeon Jae-myeong;Chung Yon Dohn;Kim Myoung Ho;Lee Yoon Joon
    • Journal of KIISE:Databases
    • /
    • v.32 no.2
    • /
    • pp.193-203
    • /
    • 2005
  • XML (extensible Markup Language) is recognized as a standard of data representation and transmission on Internet. XPath is a standard for specifying parts of XML documents anda suitable language for both query processing and access control of XML. In this paper, we use the XPath expression for representing user queries and access control for XML. And we propose an access control method for XML, where we control accesses to XML documents by filtering query XPath expressions through access control XPath expressions. In the proposed method, we directly search XACT (XML Access Control Tree) for a query XPath expression and extract the access-granted parts. The XACT is our proposedstructure, where the edges are structural summary of XML elements and the nodes contain access-control information. We show the query XPath expressions are successfully filtered through the XACT by our proposed method, and also show the performance improvement by comparing the proposed method with the previous work.

Temperature Factor in Silvicultural View Point in Korea - Especially on Warmth- and Cold Index - (조림학적(造林學的)으로 본 온도인자(温度因子) - 온량지수(溫量指數)와 한량지수(寒量指數)를 중심(中心)으로 -)

  • Yim, Kyong-Bin;Lee, Soo-Wook
    • Journal of Korean Society of Forest Science
    • /
    • v.25 no.1
    • /
    • pp.1-12
    • /
    • 1975
  • In this study, warmth and cold-indices were calculated from the climatic records for 30 year from 1931 to 1960 observed at the 80 weather stations as illustrated in Table 1 and Figs. 4 and 5. Iso-warmth index and iso-cold index lines were carefully tracked. However, subjectivity might be involved in this delimitation. The well recognized phenomena of phenology, the natural distribution of specified tree species and potentially cultivable zones of some species of economic importance were discussed with regard to these indices. It is seemed that the forest zones of Korea accepted commonly by foresters and researchers were more rationally matched with the cold indices rather than warmth indices. The forest improvement works by introduction, planting works and other related fields could be refered to these data.

  • PDF

Genetic Diversity Among Waxy Corn Accessions in Korea Revealed by Microsatellite Markers

  • Park, Jun-Seong;Park, Jong-Yeol;Park, Ki-Jin;Lee, Ju-Kyong
    • Korean Journal of Breeding Science
    • /
    • v.40 no.3
    • /
    • pp.250-257
    • /
    • 2008
  • Knowledge of genetic diversity and of the genetic relationships among elite breeding materials has had a significant impact on the improvement of crops. In maize, this information is particularly useful in i) planning crosses for hybrid and line development, ii) in assigning lines to heterotic groups and iii) in plant variety protection. We have used the SSR technique to study the genetic diversity and genetic relationships among 76 Korean waxy corn accessions, representing a diverse collection from throughout Korea. Assessment of genetic diversity among members of this group was conducted using 30 microsatellite markers. Among these 30 microsatellite markers, we identified a total of 127 alleles (with an average of 4.2 and a range of between 2 and 9 alleles per locus). Gene diversity at these 30 microsatellite loci varied from 0.125 to 0.795 with an average of 0.507. The cluster tree generated with the described microsatellite markers recognized two major groups with 36.5% genetic similarity. Group I includes 63 inbred lines, with similarity coefficients of between 0.365 and 0.99. Group II includes 13 inbred lines, with similarity coefficients of between 0.45 and 0.85. The present study indicates that the 30 microsatellite loci chosen for this analysis are effective molecular markers for the assessment of genetic diversity and genetic relationships between Korean waxy corn accessions. Specifically, this study's assessment of genetic diversity and relationships between a set of 76 Korean waxy corn inbred lines will be helpful for such activities as planning crosses for hybrid and line development and association mapping analyses of maize breeding programs in Korea.

Anthocyanins from Hibiscus Syriacus Inhibit Melanogenesis by Activating the ERK Signaling Pathway

  • Karunarathne, Wisurumuni Arachchilage Hasitha Maduranga;Molagoda, Ilandarage Menu Neelaka;Park, Sang Rul;Kim, Jeong Woon;Lee, Oh-Kyu;Kwon, Hae Yun;Oren, Matan;Choi, Yung Hyun;Ryu, Hyung Won;Oh, Sei-Ryang;Jo, Wol Soon;Lee, Kyoung Tae;Kim, Gi-Young
    • Proceedings of the Plant Resources Society of Korea Conference
    • /
    • 2019.10a
    • /
    • pp.90-90
    • /
    • 2019
  • Hibiscus syriacus exhibited promising potential as a new source of food and colorants containing various anthocyanins. However, the function of anthocyanins from H. syriacus has not been investigated. In the current study, we evaluated whether anthocyanins from the H. syriacus varieties Pulsae and Paektanshim (PS and PTS) inhibit melanin biogenesis. B16F10 cells and zebrafish larvae were exposed to PS and PTS in the presence or absence of ${\alpha}$-melanocyte-stimulating hormone (${\alpha}$-MSH), and melanin contents accompanied by its regulating genes and proteins were analyzed. PS and PTS moderately downregulated mushroom tyrosinase activity in vitro, but significantly decreased extracellular and intracellular melanin production in B16F10 cells, and inhibited ${\alpha}$-MSH-induced expression of microphthalmia-associated transcription factor (MITF) and tyrosinase. PS and PTS also attenuated pigmentation in ${\alpha}$-MSH-stimulated zebrafish larvae. Furthermore, PS and PTS activated the phosphorylation of extracellular signal-regulated kinase (ERK), whereas PD98059, a specific ERK inhibitor, completely reversed PS- and PTS-mediated anti-melanogenic activity in B16F10 cells and zebrafish larvae, which indicates that PS- and PTS-mediated anti-melanogenic activity is due to ERK activation. Moreover, chromatography data showed that PS and PTS possessed 17 identical anthocyanins as a negative regulator of ERK. These findings suggested that anthocyanins from PS and PTS inhibited melanogenesis in vitro and in vivo by activating the ERK signaling pathway.

  • PDF

Efficient Construction of Emergency Network Using Delaunay Triangulation (들로네 삼각망을 활용한 효과적인 긴급 연락망 구성)

  • Kim, Chae-Kak;Kim, In-Bum;Kim, Soo-In
    • Journal of the Korea Society of Computer and Information
    • /
    • v.19 no.11
    • /
    • pp.81-90
    • /
    • 2014
  • For necessary information sharing or operation control via wire-wireless/mobile network connecting of devices at disaster area in greatest need of attention, an emergency network efficient construction method quickly connecting nodes within specific range using Delaunay triangulation is proposed. The emergency network constructed by proposed method shows the same aggregate network length, but does more excellent performance in term of network construction time the more long max length connectable to adjacent node as compared with the network by naive method. In experiment of 1000 input terminal nodes, 5 max length connectable to adjacent node, our proposed method enhances 89.1% in execution time without network length increase compared to naive method. So our method can go well to many useful applications as shift construction of communication network of adjacent devices, internet of things and efficient routing in the sensor network in continuous improvement of communication capability.