• Title/Summary/Keyword: Resources Links

Search Result 157, Processing Time 0.028 seconds

Development of a link extrapolation-based food web model adapted to Korean stream ecosystems

  • Minyoung Lee;Yongeun Kim;Kijong Cho
    • Korean Journal of Environmental Biology
    • /
    • v.42 no.2
    • /
    • pp.207-218
    • /
    • 2024
  • Food webs have received global attention as next-generation biomonitoring tools; however, it remains challenging because revealing trophic links between species is costly and laborious. Although a link-extrapolation method utilizing published trophic link data can address this difficulty, it has limitations when applied to construct food webs in domestic streams due to the lack of information on endemic species in global literature. Therefore, this study aimed to develop a link extrapolation-based food web model adapted to Korean stream ecosystems. We considered taxonomic similarity of predation and dominance of generalists in aquatic ecosystems, designing taxonomically higher-level matching methods: family matching for all fish (Family), endemic fish (Family-E), endemic fish playing the role of consumers (Family-EC), and resources (Family-ER). By adding the commonly used genus matching method (Genus) to these four matching methods, a total of five matching methods were used to construct 103 domestic food webs. Predictive power of both individual links and food web indices were evaluated by comparing constructed food webs with corresponding empirical food webs. Results showed that, in both evaluations, proposed methods tended to perform better than Genus in a data-poor environment. In particular, Family-E and Family-EC were the most effective matching methods. Our model addressed domestic data scarcity problems when using a link-extrapolation method. It offers opportunities to understand stream ecosystem food webs and may provide novel insights into biomonitoring.

A Route Selection Algorithm using a Statistical Approach (통계적 기법을 이용한 경로 선택 알고리즘)

  • Kim, Young-Min;Ahn, Sang-Hyun
    • Journal of KIISE:Information Networking
    • /
    • v.29 no.1
    • /
    • pp.57-64
    • /
    • 2002
  • Since most of the current route selection algorithms use the shortest path algorithm, network resources can not be efficiently used also traffics be concentrated on specific paths resulting in congestgion. In this paper we propose the statistical route selections(SRS) algorithm which adopts a statistical mechanism to utilize the network resource efficiently and to avoid congestion. The SRS algorithm handles requests on demand and chooses a path that meets the requested bandwidth. With the advent of the MPLS it becomes possible to establish an explicit LSP which can be used for traffic load balancing. The SRS algorithm finds a set of link utilizations for route selection, computes link weights using statistical mechanism and finds the shortest path from the weights. Our statistical mechanism computes the mean and the variance of link utilizations and selects a route such that it can reduce the variance and the number of congested links and increase the utilization of network resources. Throughout the simulation, we show that the SRS algorithm performs better than other route selection algorithms on several metrics like the number of connection setup failures and the number of congested links.

A Ranking Algorithm for Semantic Web Resources: A Class-oriented Approach (시맨틱 웹 자원의 랭킹을 위한 알고리즘: 클래스중심 접근방법)

  • Rho, Sang-Kyu;Park, Hyun-Jung;Park, Jin-Soo
    • Asia pacific journal of information systems
    • /
    • v.17 no.4
    • /
    • pp.31-59
    • /
    • 2007
  • We frequently use search engines to find relevant information in the Web but still end up with too much information. In order to solve this problem of information overload, ranking algorithms have been applied to various domains. As more information will be available in the future, effectively and efficiently ranking search results will become more critical. In this paper, we propose a ranking algorithm for the Semantic Web resources, specifically RDF resources. Traditionally, the importance of a particular Web page is estimated based on the number of key words found in the page, which is subject to manipulation. In contrast, link analysis methods such as Google's PageRank capitalize on the information which is inherent in the link structure of the Web graph. PageRank considers a certain page highly important if it is referred to by many other pages. The degree of the importance also increases if the importance of the referring pages is high. Kleinberg's algorithm is another link-structure based ranking algorithm for Web pages. Unlike PageRank, Kleinberg's algorithm utilizes two kinds of scores: the authority score and the hub score. If a page has a high authority score, it is an authority on a given topic and many pages refer to it. A page with a high hub score links to many authoritative pages. As mentioned above, the link-structure based ranking method has been playing an essential role in World Wide Web(WWW), and nowadays, many people recognize the effectiveness and efficiency of it. On the other hand, as Resource Description Framework(RDF) data model forms the foundation of the Semantic Web, any information in the Semantic Web can be expressed with RDF graph, making the ranking algorithm for RDF knowledge bases greatly important. The RDF graph consists of nodes and directional links similar to the Web graph. As a result, the link-structure based ranking method seems to be highly applicable to ranking the Semantic Web resources. However, the information space of the Semantic Web is more complex than that of WWW. For instance, WWW can be considered as one huge class, i.e., a collection of Web pages, which has only a recursive property, i.e., a 'refers to' property corresponding to the hyperlinks. However, the Semantic Web encompasses various kinds of classes and properties, and consequently, ranking methods used in WWW should be modified to reflect the complexity of the information space in the Semantic Web. Previous research addressed the ranking problem of query results retrieved from RDF knowledge bases. Mukherjea and Bamba modified Kleinberg's algorithm in order to apply their algorithm to rank the Semantic Web resources. They defined the objectivity score and the subjectivity score of a resource, which correspond to the authority score and the hub score of Kleinberg's, respectively. They concentrated on the diversity of properties and introduced property weights to control the influence of a resource on another resource depending on the characteristic of the property linking the two resources. A node with a high objectivity score becomes the object of many RDF triples, and a node with a high subjectivity score becomes the subject of many RDF triples. They developed several kinds of Semantic Web systems in order to validate their technique and showed some experimental results verifying the applicability of their method to the Semantic Web. Despite their efforts, however, there remained some limitations which they reported in their paper. First, their algorithm is useful only when a Semantic Web system represents most of the knowledge pertaining to a certain domain. In other words, the ratio of links to nodes should be high, or overall resources should be described in detail, to a certain degree for their algorithm to properly work. Second, a Tightly-Knit Community(TKC) effect, the phenomenon that pages which are less important but yet densely connected have higher scores than the ones that are more important but sparsely connected, remains as problematic. Third, a resource may have a high score, not because it is actually important, but simply because it is very common and as a consequence it has many links pointing to it. In this paper, we examine such ranking problems from a novel perspective and propose a new algorithm which can solve the problems under the previous studies. Our proposed method is based on a class-oriented approach. In contrast to the predicate-oriented approach entertained by the previous research, a user, under our approach, determines the weights of a property by comparing its relative significance to the other properties when evaluating the importance of resources in a specific class. This approach stems from the idea that most queries are supposed to find resources belonging to the same class in the Semantic Web, which consists of many heterogeneous classes in RDF Schema. This approach closely reflects the way that people, in the real world, evaluate something, and will turn out to be superior to the predicate-oriented approach for the Semantic Web. Our proposed algorithm can resolve the TKC(Tightly Knit Community) effect, and further can shed lights on other limitations posed by the previous research. In addition, we propose two ways to incorporate data-type properties which have not been employed even in the case when they have some significance on the resource importance. We designed an experiment to show the effectiveness of our proposed algorithm and the validity of ranking results, which was not tried ever in previous research. We also conducted a comprehensive mathematical analysis, which was overlooked in previous research. The mathematical analysis enabled us to simplify the calculation procedure. Finally, we summarize our experimental results and discuss further research issues.

인터넷으로부터의 주제지향 정보자원의 수집 및 조직

  • 이영자
    • Journal of Korean Library and Information Science Society
    • /
    • v.29
    • /
    • pp.65-103
    • /
    • 1998
  • This study aims to examine both the theoretical framework and practical method for the building a subject-oriented collection of information resources form Internet. Through the study, a few conclusions as well as a suggestion were derived. 1. Conclusions : (1) The continuous learning and studying by the librarians working in the information society is required in order that they could have a broader recognition of the existence of various resources from Internet by subject, and that they could be armed with a greater ability to evaluate for the information filtering. (2) The use of a subject directory to collect needed information resources form Internet revealed the necessity for going through many steps linked by hierarchical indexes till arriving at the desired information, and accordingly the great time was needed to conduct the work. (3) In case of using various search engines, since the output of the relevant information largely depends on the adequate defining of the topic, the right selection of search terms and the accurate methods of inputting the keywords, systematic organization of the resources is not simple and easy. The classifying work of collected resources for the topic into the broader categories differs from that of the resources form other topics, for example, psychology, because of the idiosyncrasy of the contents of the each topic. (4) As one method to provide more revolutionary value-added service using Internet, it is necessary for the librarians to learn the skills to build the Web resource pages of subject-oriented collection of information resources from Internet on the specific subject. 2. A suggestion : Since the study did not complete the collection and organization of the information resources from the Internet on this topic, the remaining research and task should be the thorough collection of resources and the building the Web resource pages consisting of interconnecting links of indexes by spending greater time.

  • PDF

Activating Local Society Resource Network of Social Business : Focusing on Kwangju and Jejudo (사회적기업의 지역사회 자원연계 활성화를 위한 사례연구 -광주광역시·제주특별자치도를 중심으로-)

  • Choi, Hyuk-Ra;Kim, Seon-Myung;Kim, Gi-Hyeon
    • The Journal of the Korea Contents Association
    • /
    • v.12 no.1
    • /
    • pp.308-317
    • /
    • 2012
  • In this study, we searched for ways of the demand, the building up of strategic, collaborative networks plan activation of the local area network status by the current social enterprise and the direction of the future resources rinks, conducted by a case study of the (preliminary) social enterprise network-building activities based in Gwangju Metropolitan City and Jeju Special Self-Governing Province. By the study findings, local resources that the two regions social enterprise wants to connect are the most numerous in enterprise, public agencies and local media, followed by professionals' pro bo no, private organizations, volunteer groups. Hope for Information in conjunction is revealed in order by purchasing items, labor and financial support, public relations, purchasing service, marketing and a joint venture. For the conjunction, participating related events, the assistance of government agencies and related organizations joined, the role of chief engineer are emerged in order while they are performing work. By the findings, for the activation of local resources links of the social enterprises, it is necessary to impelled cooperation system between activating local profit companies, universities and one company ; a social enterprise and to uncovered volunteer activities of the community. Also, sparking, solidarity and building trust for social enterprises are derived as a ethical and alternative consumer movement.

Authority Control on the Web : Knowledge Organization Systems and Authority Control for Digital Libraries (웹에서의 전거통제:디지털 도서관의 지식조직 시스템(KOS)과 전거 통제)

  • Yoon, Cheong-Ok
    • Journal of Information Management
    • /
    • v.33 no.4
    • /
    • pp.85-105
    • /
    • 2002
  • The purpose of this study is to review the expanded role of authority files, which uses the Knowledge Organization System(KOS) to organize contents and manage the collections in digital libraries. The KOS plays a role as a bridge between the users' information needs and materials by providing links between catalogs and digital resources on the web and supporting retrieval of the relevant items. It is described how a KOS can be used to link a digital resource to related materials, to provide more descriptive records for entities, and access to relevant physical objects.

Development of Decision System for Determining Priorities of Re-construction Reservoirs (농업용저수지 재개발을 위한 우선순위 선정시스템 개발)

  • Lee, Gwang-Ya;Kim, Hae-Do;Jeong, Gwang-Geun
    • Proceedings of the Korean Society of Agricultural Engineers Conference
    • /
    • 2005.10a
    • /
    • pp.26-31
    • /
    • 2005
  • In national prospective, the needs to develop water resources has been increased due to water shortage from diverse use of water resources in agricultural areas. Existing agricultural water demand, which has mainly been limited to the use of farming, are now expanding to diverse water uses such as supporting daily lives, diluting environmental pollution as well as industrial use for agricultural complex currently under construction in agricultural region. In this situation, for the sake of effective procurement of water resources and supply method, it is definitely required to enhance the effectiveness of budget investment and project proceedings through integrated re-development which links projects to strengthen existing dams, reservoirs and hydraulic facilities. The major scopes of this research includes developing different types of system such as selecting potential sites to re-construct reservoirs including generating base maps and thematic maps, data collection regarding water demands and reservoir status; analyzing reservoir data; estimating developable capacity and index calculation; and forecasting inundated areas. In addition, this study provides other products such as developing output generation system which can support wide use of data built and analyzed; database generation for better data management; data analysis including selection, extraction, indexation, and calculation of base items through standardization; data security system prohibiting exterior proliferation and malicious manufacturing of data.

  • PDF

A Study on Estabilshing lndicies of National Park Management with Reference to User Satisfaction (이용자 만족도에 준거한 국립공원 관리의 지표설정에 관한 연구)

  • 박찬용
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.23 no.1
    • /
    • pp.39-50
    • /
    • 1995
  • This Study aims at identifying factor and variables which have significant effects on user satisfaction with recreational resources and facilities in Juwang National Park and there-by establishes indicies of planning and / or management of the park. To test the causal models of this research, the data was gathered by self-administered questionnaires from users in Juwang National Park. The analysis of the data was conducted in two phases. The first analysis dealt with exploratory gactor analysis which identified major factors involved in satisfaction with recreational facilities in Juwang National Park. The second analysis tested the fit of causal models of this research to the data using LISREL methodology. The factor analysis identified six significant factors in satisfaction with recreational resources, The six factors are convenient park facilities, natural landacape resources, linear park facilities, mineral springs and Buddhist temples, commercial and sleeping accommodations, rest areas and open space for passive recreational activity. The second phase analysis tested the fit of the causal model for satisfaction with recreation facilities to the data. The phase identified statistically significant causal links among overall satisfaction with the park, and other indigenous factors and exogenous variables. From these causal relationships, implications for future management of Juwang National Park were suggested.

  • PDF

México: Ambiente, cultura y sociedad. Un análisis desde la perspectiva del modelo RECREA

  • Perez, Jose Isabel Juan;Michel, Gerardo Gomez
    • Iberoamérica
    • /
    • v.22 no.2
    • /
    • pp.153-179
    • /
    • 2020
  • In the Mexican territory the cultural diversity is associated with the environmental diversity, this is demonstrated by the presence of native groups that inhabit the regions of the country, which are characterized by the management of various natural resources that they obtain from the terrestrial and aquatic environments of each of the regions. Through the RECREA Model: complex thinking, information and communication technologies and research-action, complemented with fundamentals of geography, environmental geography, cultural ecology, field work and cartographic information, we explained and analyzed the association between environmental diversity and cultural diversity to demonstrate that in Mexico there are still links between the environment, society and culture, a situation that determines the existence of human groups that subsist in the context of a global capitalist system that extracts in an unsustainable way natural resources. Based on these results, an instructional model is made to put it to practice with international students, in this case from Japan and South Korea, to allow the observation of its functionality in transmitting the aforementioned results on environmental and cultural diversity in Mexico during the teaching-learning process.

A Study on the Management and Services of Web Resources in Policy Research Institutes (정책연구기관의 웹자원 관리와 서비스 제공 방안에 관한 연구)

  • Lee, Myeong-Hee
    • Journal of the Korean BIBLIA Society for library and Information Science
    • /
    • v.27 no.2
    • /
    • pp.171-191
    • /
    • 2016
  • This research was examined to evaluate whether the websites of 6 policy research institutes provide web resources which were collected and provided as information resources, and that they were sure that the web resources had value as policy information by content analysis method. Web resources provided as policy information in policy research institutes were classified into and evaluated by 4 categories. Evaluation had been conducted on 10 items in the 4 categories of content, design, accessibility and meta data. From the result, the information content have been found to be reliable and up-to-date although more thorough description is required. Navigation and the search function in the design category were found to be excellent, but dead links were present in all of the institutions. The accessibility was proven to be great as it was able to access information with only three clicks. However, it has been found that a comprehensive review of the meta data is required in order to improve the accuracy of search functions. In conclusion, improvements to the dead link problems, quality control of the meta data, systematic and professional management plan of policy research information, and the establishment of a comprehensive policy research information portal system have been proposed.