Agricultural Information Research
The Japanese Society of Agricultural Informatics
ISSN:
09169482, 18815219
Are you a researcher?
Create a profile to get free access to personal recommendations for colleagues and new articles.
Years of issue
2025
journal names
Agricultural Information Research
Top-3 citing journals
Agricultural Information Research
(183 citations)
Japanese Journal of Crop Science
(23 citations)

Computers and Electronics in Agriculture
(13 citations)
Top-3 organizations

Ibaraki University
(27 publications)

University of Tsukuba
(26 publications)

Kyushu University
(25 publications)

Hokkaido University
(4 publications)

Kyoto University
(4 publications)

University of Tsukuba
(4 publications)
Most cited in 5 years
Found
Publications found: 620

Meta-agent programs
Dix J., Subrahmanian V.S., Pick G.
There are numerous applications where an agent a needs to reason about the beliefs of another agent, as well as about the actions that other agents may take. In [T. Eiter, V.S. Subrahmanian, G. Pick, Heterogeneous Active Agents, I: Semantics, Artificial Intelligence 108(1–2) (1999) 179–255] the concept of an agent program is introduced, and a language within which the operating principles of an agent can be declaratively encoded on top of imperative data structures is defined. In this paper we first introduce certain belief data structures that an agent needs to maintain. Then we introduce the concept of a Meta Agent Program ( map ), that extends the framework of Refs. [T. Eiter, V.S. Subrahmanian, Heterogeneous Active Agents, II: Algorithms and Complexity, Artificial Intelligence 108(1–2) (1999) 257–307; loc. cit.] so as to allow agents to perform metareasoning. We build a formal semantics for map s, and show how this semantics supports not just beliefs agent a may have about agent b 's state, but also beliefs about agents b 's beliefs about agent c 's actions, beliefs about b 's beliefs about agent c 's state, and so on. Finally, we provide a transansation that takes any map as input and converts it into an agent program such that there is a one–one correspondence between the semantics of the map and the semantics of the resulting agent program. This correspondence allows an implementation of map s to be built on top of an implementation of agent programs.

Index
The Journal of Logic Programming
,
2000
,
citations by CoLab: 0


Decidability of logic program semantics and applications to testing
Ruggieri S.
In this paper, we investigate the decidability problem of logic program semantics and observables, focusing in particular on the least Herbrand model (or M -semantics), the C -semantics, and the S -semantics. We introduce bounded logic programs , and show that they coincide with programs such that every ground query has finitely many SLD-refutations via any selection rule. In particular, bounded programs strictly include the well-studied class of acceptable logic programs. We show that the mentioned declarative semantics are decidable when considering acceptable programs and programs bounded by recursive level mappings. Interestingly, the decision procedures have direct implementations in the logic programming paradigm itself as Prolog meta-programs. We relate semantics decidability to program testing. In our terminology, the testing problem consists of checking whether or not the formal semantics of a program includes a given finite set of atoms. With this definition, semantics decidability and the testing problem are equivalent. The decision procedures are then recognized to be automatic tools for testing logic programs. The meta-programming approach reveals to be successful in modeling extensions such as arithmetic built-in's, negation, modular programming and some other declarative semantics. Also, we present some preliminary experimental results and an efficient compilation-oriented approach that overcome the overhead due to meta-programming.

More on tractable disjunctive Datalog
Ben-Eliyahu-Zohary R., Palopoli L., Zemlyanker V.
Sometimes it is more natural to express knowledge in disjunctive Datalog rather than in ordinary Datalog. Several highly complex variants of disjunctive Datalog have been proposed in the past and their expressive power has been studied. In this paper we investigate tractable fragments of disjunctive Datalog. Algorithms are presented to answer queries defined using these fragments and their complexity analyzed. Furthermore, the expressive power of these tractable subsets is studied. The most expressive of the languages considered here is shown to express, in some sense explained in the paper, all polynomial time queries. This is the first identified fragment of disjunctive Datalog with this property.

Pair-sharing over rational trees
King A.
Sharing information is useful in specialising, optimising and parallelising logic programs and thus sharing analysis is an important topic of both abstract interpretation and logic programming. Sharing analyses infer which pairs of program variables can never be bound to terms that contain a common variable. We generalise a classic pair-sharing analysis from Herbrand unification to trace sharing over rational tree constraints. This is useful for reasoning about programs written in SICStus and Prolog-III because these languages use rational tree unification as the default equation solver.

Index
The Journal of Logic Programming
,
2000
,
citations by CoLab: 0


Argumentation-based abduction in disjunctive logic programming
Wang K.
In this paper, we propose an argumentation-based semantic framework, called DAS, for disjunctive logic programming. The basic idea is to translate a disjunctive logic program into an argumentation-theoretic framework. One unique feature of our proposed framework is to consider the disjunctions of negative literals as possible assumptions so as to represent incomplete information. In our framework, three semantics preferred disjunctive hypothesis (PDH), complete disjunctive hypothesis (CDH) and well-founded disjunctive hypothesis (WFDH) are defined by three kinds of acceptable hypotheses to represent credulous, moderate and skeptical reasoning in artificial intelligence (AI), respectively. Furthermore, our semantic framework can be extended to a wider class than that of disjunctive programs (called bi-disjunctive logic programs). In addition to being a first serious attempt in establishing an argumentation-theoretic framework for disjunctive logic programming, DAS integrates and naturally extends many key semantics, such as the minimal models, extended generalized closed world assumption (EGCWA), the well-founded model, and the disjunctive stable models. In particular, novel and interesting argumentation-theoretic characterizations of the EGCWA and the disjunctive stable semantics are shown. Thus the framework presented in this paper does not only provide a new way of performing argumentation (abduction) in disjunctive deductive databases, but also is a simple, intuitive and unifying semantic framework for disjunctive logic programming.

Dynamic updates of non-monotonic knowledge bases
Alferes J.J., Leite J.A., Pereira L.M., Przymusinska H., Przymusinski T.C.
In this paper we investigate updates of knowledge bases represented by logic programs. In order to represent negative information, we use generalized logic programs which allow default negation not only in rule bodies but also in their heads. We start by introducing the notion of an update P⊕U of one logic program P by another logic program U . Subsequently, we provide a precise semantic characterization of P⊕U , and study some basic properties of program updates. In particular, we show that our update programs generalize the notion of interpretation update. We then extend this notion to compositional sequences of logic programs updates P 1 ⊕P 2 ⊕⋯, defining a dynamic program update, and thereby introducing the paradigm of dynamic logic programming . This paradigm significantly facilitates modularization of logic programming, and thus modularization of non-monotonic reasoning as a whole. Specifically, suppose that we are given a set of logic program modules, each describing a different state of our knowledge of the world. Different states may represent different time points or different sets of priorities or perhaps even different viewpoints. Consequently, program modules may contain mutually contradictory as well as overlapping information. The role of the dynamic program update is to employ the mutual relationships existing between different modules to precisely determine, at any given module composition stage, the declarative as well as the procedural semantics of the combined program resulting from the modules.

A simple polynomial groundness analysis for logic programs
Heaton A., Abo-Zaed M., Codish M., King A.
The domain of positive Boolean functions, Pos , is by now well established for the analysis of the variable dependencies that arise within logic programs. Analyses based on Pos that use binary decision diagrams (BDDs) have been shown to be efficient for a wide range of practical programs. However, independent of the representation, a Pos analysis can never come with any efficiency guarantees because of its potential exponential behaviour. This paper considers groundness analysis based on a simple subdomain of Pos and compares its precision with that of Pos .

Index
The Journal of Logic Programming
,
2000
,
citations by CoLab: 0


An abstract machine for efficiently computing queries to well-founded models
Sagonas K., Swift T., Warren D.S.
The well-founded semantics has gained wide acceptance partly because it is a skeptical semantics. That is, the well-founded model posits as unknown atoms which are deemed true or false in other formalisms such as stable models. This skepticism makes the well-founded model not only useful in itself, but also suitable as a basis for other forms of non-monotonic reasoning. For instance, since algorithms to compute stable models are intractable, the atoms relevant to such algorithms can be limited to those undefined in the well-founded model. Thus, an engine that efficiently evaluates programs according to the well-founded semantics can be seen as a prerequisite to practical systems for non-monotonic reasoning. This paper describes the architecture of the Warren Abstract Machine (WAM)-based abstract machine underlying the XSB system. This abstract machine, called the SLG-WAM, uses tabling to efficiently compute the well-founded semantics of non-ground normal logic programs in a goal-directed way. To do so, the SLG-WAM requires sophisticated extensions to its core tabling engine for fixed-order stratified programs. A mechanism must be implemented to represent answers that are neither true nor false, and the delay and simplification operations – which serve to break and to resolve cycles through negation, must be implemented. We describe fully these extensions to our tabling engine, and demonstrate the efficiency of our implementation in two ways. First, we present a theorem that bounds the need for delay to those literals which are not dynamically stratified for a fixed-order computation. Second, we present performance results that indicate that the overhead of delay and simplification to Prolog – or tabled – evaluations is minimal.

Introduction to the constraint language NCL
Zhou J.
The design, implementation and application of a natural constraint language NCL are presented. At the solver level, to support the solving of a large scope of combinatorial problems, a rich set of conventional constraints is defined within a constraint framework that strongly combines Boolean logic, integer constraints and set reasoning over finite domains. The basic computation model for solving conjunctions of elementary constraints with possible existential and universal quantifications is described using rewrite rules. At the language level, to upgrade the expressive power, a natural syntax (context-dependent), which completely adopts mathematical notations, is designed. To enhance the constraint handling capability, quantification, logical switch, referencing mechanism, global/dynamic constraints, meta expressions, multi-criteria optimization, and search specifications are cooperatively introduced in a single constraint system. Compared to existing modeling languages, a strong feature of NCL is: Data, constraints and control are fully integrated and are clearly separable. Especially, though NCL deals with several data types such as Boolean, integer, set, index, reference, array and tuple, there is no need to declare data explicitly. This context-sensitive data typing makes NCL programs direct, concise and liberal.

Index
The Journal of Logic Programming
,
2000
,
citations by CoLab: 0


Abducing through negation as failure: stable models within the independent choice logic
Poole D.
The independent choice logic (ICL) is part of a project to combine logic and decision/game theory into a coherent framework. The ICL has a simple possible-worlds semantics characterised by independent choices and an acyclic logic program that specifies the consequences of these choices. This paper gives an abductive characterization of the ICL. The ICL is defined model-theoretically, but we show that it is naturally abductive: the set of explanations of a proposition g is a concise description of the worlds in which g is true. We give an algorithm for computing explanations and show it is sound and complete with respect to the possible-worlds semantics. What is unique about this approach is that the explanations of the negation of g can be derived from the explanations of g . The use of probabilities over choices in this framework and going beyond acyclic logic programs are also discussed.

Computing abduction by using TMS with top-down expectation
Iwayama N., Satoh K.
We present a method to compute abduction in logic programming. We translate an abductive framework into a normal logic program with integrity constraints and show the correspondence between generalized stable models and stable models for the translation of the abductive framework. Abductive explanations for an observation can be found from the stable models for the translated program by adding a special kind of integrity constraint for the observation. Then, we show a bottom-up procedure to compute stable models for a normal logic program with integrity constraints. The proposed procedure excludes the unnecessary construction of stable models on early stages of the procedure by checking integrity constraints during the construction and by deriving some facts from integrity constraints. Although a bottom-up procedure has the disadvantage of constructing stable models not related to an observation for computing abductive explanations in general, our procedure avoids the disadvantage by expecting which rule should be used for satisfaction of integrity constraints and starting bottom-up computation based on the expectation. This expectation is not only a technique to scope rule selection but also an indispensable part of our stable model construction because the expectation is done for dynamically generated constraints as well as the constraint for the observation.
Top-100
Citing journals
20
40
60
80
100
120
140
160
180
200
|
|
Agricultural Information Research
183 citations, 22.85%
|
|
Japanese Journal of Crop Science
23 citations, 2.87%
|
|
Computers and Electronics in Agriculture
13 citations, 1.62%
|
|
Sustainability
11 citations, 1.37%
|
|
Japan Agricultural Research Quarterly
10 citations, 1.25%
|
|
Environmental Control in Biology
10 citations, 1.25%
|
|
Japanese Journal of Farm Work Research
10 citations, 1.25%
|
|
Expert Systems with Applications
7 citations, 0.87%
|
|
Plant Production Science
7 citations, 0.87%
|
|
SSRN Electronic Journal
7 citations, 0.87%
|
|
Journal of Food System Research
7 citations, 0.87%
|
|
IOP Conference Series: Earth and Environmental Science
6 citations, 0.75%
|
|
Sensors
6 citations, 0.75%
|
|
AIP Conference Proceedings
6 citations, 0.75%
|
|
Horticultural Research (Japan)
6 citations, 0.75%
|
|
Agriculture (Switzerland)
5 citations, 0.62%
|
|
Biosystems Engineering
5 citations, 0.62%
|
|
Journal of Advanced Mechanical Design, Systems and Manufacturing
5 citations, 0.62%
|
|
Journal of Japan Society of Kansei Engineering
5 citations, 0.62%
|
|
Engineering in Agriculture, Environment and Food
4 citations, 0.5%
|
|
Acta Horticulturae
4 citations, 0.5%
|
|
Computers and Industrial Engineering
4 citations, 0.5%
|
|
Journal of Robotics and Mechatronics
4 citations, 0.5%
|
|
E3S Web of Conferences
4 citations, 0.5%
|
|
Horticulture Journal
4 citations, 0.5%
|
|
Remote Sensing
4 citations, 0.5%
|
|
IFAC Proceedings Volumes
4 citations, 0.5%
|
|
Frontiers in Sustainable Food Systems
3 citations, 0.37%
|
|
Lecture Notes in Computer Science
3 citations, 0.37%
|
|
Smart Sensors, Measurement and Instrumentation
3 citations, 0.37%
|
|
Soil Science and Plant Nutrition
3 citations, 0.37%
|
|
Benchmarking
3 citations, 0.37%
|
|
Remote Sensing Applications: Society and Environment
3 citations, 0.37%
|
|
Environment, Development and Sustainability
3 citations, 0.37%
|
|
Applied Entomology and Zoology
3 citations, 0.37%
|
|
Journal of Applied Sciences
3 citations, 0.37%
|
|
SICE Journal of Control Measurement and System Integration
3 citations, 0.37%
|
|
New Frontiers in Regional Science: Asian Perspectives
3 citations, 0.37%
|
|
Kodo Keiryogaku (The Japanese Journal of Behaviormetrics)
3 citations, 0.37%
|
|
Shokubutsu Kankyo Kogaku
3 citations, 0.37%
|
|
JDR Clinical and Translational Research
2 citations, 0.25%
|
|
Food Packaging and Shelf Life
2 citations, 0.25%
|
|
Information Development
2 citations, 0.25%
|
|
Journal of Intelligent and Fuzzy Systems
2 citations, 0.25%
|
|
Hydrology and Earth System Sciences
2 citations, 0.25%
|
|
International Journal of Climatology
2 citations, 0.25%
|
|
Grassland Science
2 citations, 0.25%
|
|
Energy Policy
2 citations, 0.25%
|
|
International Journal of Logistics Management
2 citations, 0.25%
|
|
J. AGRICULTURAL METEOROLOGY
2 citations, 0.25%
|
|
Nippon Suisan Gakkaishi
2 citations, 0.25%
|
|
Food Quality and Preference
2 citations, 0.25%
|
|
Smart Innovation, Systems and Technologies
2 citations, 0.25%
|
|
Breeding Science
2 citations, 0.25%
|
|
IFIP Advances in Information and Communication Technology
2 citations, 0.25%
|
|
Computer Standards and Interfaces
2 citations, 0.25%
|
|
Meat Science
2 citations, 0.25%
|
|
IEEE Access
2 citations, 0.25%
|
|
SN Applied Sciences
2 citations, 0.25%
|
|
Agriculture and Agricultural Science Procedia
2 citations, 0.25%
|
|
Humanities and Social Sciences Communications
2 citations, 0.25%
|
|
Journal of the Japan Institute of Energy
2 citations, 0.25%
|
|
Frontiers in Animal Science
2 citations, 0.25%
|
|
Journal of Information and Optimization Sciences
2 citations, 0.25%
|
|
Journal of Weed Science and Technology
2 citations, 0.25%
|
|
Nihon Chikusan Gakkaiho
2 citations, 0.25%
|
|
JOURNAL OF RURAL SOCIETY AND ECONOMICS
2 citations, 0.25%
|
|
Energy Nexus
2 citations, 0.25%
|
|
Journal of Agricultural & Food Industrial Organization
2 citations, 0.25%
|
|
Industrial Crops and Products
1 citation, 0.12%
|
|
South Asia Economic Journal
1 citation, 0.12%
|
|
Natural Resources Research
1 citation, 0.12%
|
|
Hortscience: A Publication of the American Society for Hortcultural Science
1 citation, 0.12%
|
|
International Journal of Information Technology and Decision Making
1 citation, 0.12%
|
|
Agriculture
1 citation, 0.12%
|
|
Journal of Cleaner Production
1 citation, 0.12%
|
|
Plant Genome
1 citation, 0.12%
|
|
Journal of Industrial Information Integration
1 citation, 0.12%
|
|
International Food and Agribusiness Management Review
1 citation, 0.12%
|
|
Health Affairs
1 citation, 0.12%
|
|
Journal of Choice Modelling
1 citation, 0.12%
|
|
IFAC-PapersOnLine
1 citation, 0.12%
|
|
Nutrients
1 citation, 0.12%
|
|
Agricultural and Forest Entomology
1 citation, 0.12%
|
|
Journal of International Consumer Marketing
1 citation, 0.12%
|
|
Journal of Water and Climate Change
1 citation, 0.12%
|
|
Frontiers in Marine Science
1 citation, 0.12%
|
|
OSA Continuum
1 citation, 0.12%
|
|
Journal of the Indian Society of Remote Sensing
1 citation, 0.12%
|
|
International Journal of Applied Geospatial Research
1 citation, 0.12%
|
|
Geoscientific Model Development
1 citation, 0.12%
|
|
INMATEH - Agricultural Engineering
1 citation, 0.12%
|
|
Clinical Orthopaedics and Related Research
1 citation, 0.12%
|
|
Journal of Agricultural and Food Information
1 citation, 0.12%
|
|
Journal of Computational and Theoretical Nanoscience
1 citation, 0.12%
|
|
Applied and Environmental Soil Science
1 citation, 0.12%
|
|
Journal of the Association for Information Science and Technology
1 citation, 0.12%
|
|
Information Technology and People
1 citation, 0.12%
|
|
Neural Computing and Applications
1 citation, 0.12%
|
|
AIJ Journal of Technology and Design
1 citation, 0.12%
|
|
Show all (70 more) | |
20
40
60
80
100
120
140
160
180
200
|
Citing publishers
20
40
60
80
100
120
140
160
180
200
|
|
The Japanese Society of Agricultural Informatics
183 citations, 22.85%
|
|
Elsevier
85 citations, 10.61%
|
|
Springer Nature
55 citations, 6.87%
|
|
MDPI
36 citations, 4.49%
|
|
Taylor & Francis
28 citations, 3.5%
|
|
Institute of Electrical and Electronics Engineers (IEEE)
28 citations, 3.5%
|
|
Crop Science Society of Japan
23 citations, 2.87%
|
|
Cambridge University Press
16 citations, 2%
|
|
Wiley
13 citations, 1.62%
|
|
Japanese Society of Agricultural, Biological and Environmental Engineers and Scientists (JASBEES)
13 citations, 1.62%
|
|
Emerald
11 citations, 1.37%
|
|
Japanese Society for Horticultural Science
10 citations, 1.25%
|
|
Japanese Society of Farm Work Research
10 citations, 1.25%
|
|
Frontiers Media S.A.
9 citations, 1.12%
|
|
Ministry of Agriculture
8 citations, 1%
|
|
IOP Publishing
7 citations, 0.87%
|
|
Social Science Electronic Publishing
7 citations, 0.87%
|
|
IGI Global
7 citations, 0.87%
|
|
The Food System Research Association of Japan
7 citations, 0.87%
|
|
SAGE
6 citations, 0.75%
|
|
AIP Publishing
6 citations, 0.75%
|
|
Japan Society of Mechanical Engineers
5 citations, 0.62%
|
|
Japan Society of Kansei Engineering
5 citations, 0.62%
|
|
EDP Sciences
4 citations, 0.5%
|
|
Fuji Technology Press
4 citations, 0.5%
|
|
Asian Agricultural and Biological Engineering Association
4 citations, 0.5%
|
|
International Society for Horticultural Science (ISHS)
4 citations, 0.5%
|
|
Science Alert
4 citations, 0.5%
|
|
JMIR Publications
4 citations, 0.5%
|
|
Walter de Gruyter
3 citations, 0.37%
|
|
Behaviormetric Society of Japan
3 citations, 0.37%
|
|
Copernicus
3 citations, 0.37%
|
|
Japan Society of Civil Engineers
3 citations, 0.37%
|
|
Japanese Society of Breeding
3 citations, 0.37%
|
|
Oxford University Press
2 citations, 0.25%
|
|
IOS Press
2 citations, 0.25%
|
|
Optica Publishing Group
2 citations, 0.25%
|
|
Association for Computing Machinery (ACM)
2 citations, 0.25%
|
|
Architectural Institute of Japan
2 citations, 0.25%
|
|
2 citations, 0.25%
|
|
Japanese Society of Fisheries Science
2 citations, 0.25%
|
|
Cold Spring Harbor Laboratory
2 citations, 0.25%
|
|
Hindawi Limited
2 citations, 0.25%
|
|
The Japan Institute of Energy
2 citations, 0.25%
|
|
The Weed Science Society of Japan
2 citations, 0.25%
|
|
Japanese Society of Animal Science
2 citations, 0.25%
|
|
The Agricultural Economic Society of Tohoku
2 citations, 0.25%
|
|
The Agricultural Economics Society of Japan
2 citations, 0.25%
|
|
Japan International Research Center for Agricultural Sciences
2 citations, 0.25%
|
|
World Scientific
1 citation, 0.12%
|
|
1 citation, 0.12%
|
|
Trans Tech Publications
1 citation, 0.12%
|
|
Czech Academy of Agricultural Sciences
1 citation, 0.12%
|
|
Public Library of Science (PLoS)
1 citation, 0.12%
|
|
American Society for Horticultural Science
1 citation, 0.12%
|
|
American Scientific Publishers
1 citation, 0.12%
|
|
The Company of Biologists
1 citation, 0.12%
|
|
International Food and Agribusiness Management Association
1 citation, 0.12%
|
|
Health Affairs (Project Hope)
1 citation, 0.12%
|
|
IWA Publishing
1 citation, 0.12%
|
|
Japan Academy
1 citation, 0.12%
|
|
INMA BUCHAREST
1 citation, 0.12%
|
|
Japanese Society of Applied Entomology and Zoology
1 citation, 0.12%
|
|
1 citation, 0.12%
|
|
1 citation, 0.12%
|
|
Acoustical Society of Japan
1 citation, 0.12%
|
|
American Society of Agricultural and Biological Engineers (ASABE)
1 citation, 0.12%
|
|
Eizo Joho Media Gakkai
1 citation, 0.12%
|
|
1 citation, 0.12%
|
|
Ain Shams University
1 citation, 0.12%
|
|
1 citation, 0.12%
|
|
Kalvis
1 citation, 0.12%
|
|
Academic Journals
1 citation, 0.12%
|
|
S. Karger AG
1 citation, 0.12%
|
|
Japan Society of Colour Material
1 citation, 0.12%
|
|
The Robotics Society of Japan
1 citation, 0.12%
|
|
Scientific Research Publishing
1 citation, 0.12%
|
|
Japan Science and Technology Agency
1 citation, 0.12%
|
|
The City Planning Institute of Japan
1 citation, 0.12%
|
|
Institute of Geographic Science and Natural Resources Research, Chinese Academy of Sciences
1 citation, 0.12%
|
|
Hans Publishers
1 citation, 0.12%
|
|
The Association of Japanese Geographers
1 citation, 0.12%
|
|
Japanese Society of Tea Science and Technology
1 citation, 0.12%
|
|
Research Square Platform LLC
1 citation, 0.12%
|
|
Japan Society of Information and Knowledge
1 citation, 0.12%
|
|
Japanese Society for Engineering Education
1 citation, 0.12%
|
|
Show all (56 more) | |
20
40
60
80
100
120
140
160
180
200
|
Publishing organizations
5
10
15
20
25
30
|
|
Ibaraki University
27 publications, 5.34%
|
|
University of Tsukuba
26 publications, 5.14%
|
|
Kyushu University
25 publications, 4.94%
|
|
Tokyo University of Agriculture and Technology
24 publications, 4.74%
|
|
University of Tokyo
19 publications, 3.75%
|
|
Mie University
14 publications, 2.77%
|
|
Hokkaido University
11 publications, 2.17%
|
|
Tokyo University of Agriculture
10 publications, 1.98%
|
|
Niigata University
9 publications, 1.78%
|
|
Tokai University
6 publications, 1.19%
|
|
Shinshu University
6 publications, 1.19%
|
|
University of the Ryukyus
6 publications, 1.19%
|
|
Keio University
5 publications, 0.99%
|
|
Kyoto University
5 publications, 0.99%
|
|
Okayama University
5 publications, 0.99%
|
|
Fujitsu Limited
4 publications, 0.79%
|
|
Tottori University
4 publications, 0.79%
|
|
Iwate University
4 publications, 0.79%
|
|
Utsunomiya University
4 publications, 0.79%
|
|
Wakayama University
4 publications, 0.79%
|
|
Kasetsart University
3 publications, 0.59%
|
|
Osaka Metropolitan University
3 publications, 0.59%
|
|
Obihiro University of Agriculture and Veterinary Medicine
3 publications, 0.59%
|
|
École de Technologie Supérieure
3 publications, 0.59%
|
|
Israel Agricultural Research Organization
2 publications, 0.4%
|
|
Asian Institute of Technology
2 publications, 0.4%
|
|
Rakuno Gakuen University
2 publications, 0.4%
|
|
Nippon Electric Company
2 publications, 0.4%
|
|
Ehime University
2 publications, 0.4%
|
|
Kochi University
2 publications, 0.4%
|
|
University of Hyogo
2 publications, 0.4%
|
|
Fukui Prefectural University
2 publications, 0.4%
|
|
Cukurova University
1 publication, 0.2%
|
|
Thai Nguyen University
1 publication, 0.2%
|
|
Tokyo Institute of Technology
1 publication, 0.2%
|
|
Tokyo Medical and Dental University
1 publication, 0.2%
|
|
Gadjah Mada University
1 publication, 0.2%
|
|
National Center for Genetic Engineering and Biotechnology
1 publication, 0.2%
|
|
Thammasat University
1 publication, 0.2%
|
|
Keio University Shonan Fujisawa Campus
1 publication, 0.2%
|
|
Nagoya University
1 publication, 0.2%
|
|
Osaka University
1 publication, 0.2%
|
|
Tohoku University
1 publication, 0.2%
|
|
Yokohama National University
1 publication, 0.2%
|
|
University of Almería
1 publication, 0.2%
|
|
National Institute of Informatics
1 publication, 0.2%
|
|
Hiroshima University
1 publication, 0.2%
|
|
Kindai University
1 publication, 0.2%
|
|
Nara Institute of Science and Technology
1 publication, 0.2%
|
|
Nihon University
1 publication, 0.2%
|
|
Kitasato University
1 publication, 0.2%
|
|
Tokushima University
1 publication, 0.2%
|
|
Gifu University
1 publication, 0.2%
|
|
Yamaguchi University
1 publication, 0.2%
|
|
Meiji University
1 publication, 0.2%
|
|
Shimane University
1 publication, 0.2%
|
|
Hosei University
1 publication, 0.2%
|
|
Saga University
1 publication, 0.2%
|
|
Prefectural University of Hiroshima
1 publication, 0.2%
|
|
Kitami Institute of Technology
1 publication, 0.2%
|
|
Niigata University of Health and Welfare
1 publication, 0.2%
|
|
Kobe Gakuin University
1 publication, 0.2%
|
|
Patuakhali Science and Technology University
1 publication, 0.2%
|
|
University of Nis
1 publication, 0.2%
|
|
Sri Lanka Institute of Information Technology
1 publication, 0.2%
|
|
University of Ruhuna
1 publication, 0.2%
|
|
Show all (36 more) | |
5
10
15
20
25
30
|
Publishing organizations in 5 years
1
2
3
4
|
|
University of Tsukuba
4 publications, 7.14%
|
|
Kyoto University
4 publications, 7.14%
|
|
Hokkaido University
4 publications, 7.14%
|
|
Kyushu University
4 publications, 7.14%
|
|
Shinshu University
3 publications, 5.36%
|
|
Tokyo University of Agriculture
2 publications, 3.57%
|
|
Keio University
2 publications, 3.57%
|
|
University of Tokyo
2 publications, 3.57%
|
|
Nippon Electric Company
2 publications, 3.57%
|
|
Mie University
2 publications, 3.57%
|
|
Kochi University
2 publications, 3.57%
|
|
University of the Ryukyus
2 publications, 3.57%
|
|
Tokyo University of Agriculture and Technology
1 publication, 1.79%
|
|
Keio University Shonan Fujisawa Campus
1 publication, 1.79%
|
|
Hiroshima University
1 publication, 1.79%
|
|
Kindai University
1 publication, 1.79%
|
|
Tottori University
1 publication, 1.79%
|
|
Niigata University
1 publication, 1.79%
|
|
Shimane University
1 publication, 1.79%
|
|
Hosei University
1 publication, 1.79%
|
|
Obihiro University of Agriculture and Veterinary Medicine
1 publication, 1.79%
|
|
University of Hyogo
1 publication, 1.79%
|
|
Prefectural University of Hiroshima
1 publication, 1.79%
|
|
Kitami Institute of Technology
1 publication, 1.79%
|
|
Kobe Gakuin University
1 publication, 1.79%
|
|
Patuakhali Science and Technology University
1 publication, 1.79%
|
|
1
2
3
4
|
Publishing countries
20
40
60
80
100
120
140
160
180
|
|
Japan
|
Japan, 168, 33.2%
Japan
168 publications, 33.2%
|
USA
|
USA, 2, 0.4%
USA
2 publications, 0.4%
|
Israel
|
Israel, 2, 0.4%
Israel
2 publications, 0.4%
|
Iraq
|
Iraq, 2, 0.4%
Iraq
2 publications, 0.4%
|
Italy
|
Italy, 2, 0.4%
Italy
2 publications, 0.4%
|
Turkey
|
Turkey, 2, 0.4%
Turkey
2 publications, 0.4%
|
Vietnam
|
Vietnam, 1, 0.2%
Vietnam
1 publication, 0.2%
|
Indonesia
|
Indonesia, 1, 0.2%
Indonesia
1 publication, 0.2%
|
20
40
60
80
100
120
140
160
180
|
Publishing countries in 5 years
5
10
15
20
25
30
35
40
|
|
Japan
|
Japan, 37, 66.07%
Japan
37 publications, 66.07%
|
Iraq
|
Iraq, 2, 3.57%
Iraq
2 publications, 3.57%
|
5
10
15
20
25
30
35
40
|