Authors:
Liang Zixin Marcel Breuer Doctoral School, Faculty of Engineering and Information Technology, University of Pécs, Pécs, Hungary

Search for other papers by Liang Zixin in
Current site
Google Scholar
PubMed
Close
https://orcid.org/0000-0002-6621-8841
,
Géza Várady Department of Technical Informatics, Faculty of Engineering and Information Technology, University of Pécs, Pécs, Hungary

Search for other papers by Géza Várady in
Current site
Google Scholar
PubMed
Close
, and
Márk Balázs Zagorácz Department of Engineering Studies, Faculty of Engineering and Information Technology, University of Pécs, Pécs, Hungary

Search for other papers by Márk Balázs Zagorácz in
Current site
Google Scholar
PubMed
Close
Open access

Abstract

Multi-agent simulation has received a lot of attention in recent years as an emerging design method. To improve the accuracy of the simulation results, the authors provide an optimization scheme that combines multi-agent simulation and visibility graph analysis. Investigate how to improve forecasting accuracy through model optimization.

Abstract

Multi-agent simulation has received a lot of attention in recent years as an emerging design method. To improve the accuracy of the simulation results, the authors provide an optimization scheme that combines multi-agent simulation and visibility graph analysis. Investigate how to improve forecasting accuracy through model optimization.

1 Introduction

1.1 Research background

The appearance of cities is changing dramatically in tandem with the development of society and economy. In China, the conventional urban paradigm of “row placement of low rise buildings” has been replaced by the more efficient spatial model of “solitaire placement of high rise buildings” [1]. The transformation form of mass-demolishing mass-construction has produced positive results in the early stages of development, greatly improving the living environment, but this extreme method destroys the city's historical characteristics and is unsuitable for historical district renovation [2]. Historic districts are gradually abandoned by society and become urban fissures that hinder urban development. With the evolution of urban concepts in recent years, the development of Chinese cities has shifted from an emphasis on number to a focus on quality. As a result, historical districts have received more attention and have become a key factor for assessing urban quality. The renovation should give the space new functions while still protecting historical elements, reviving the area's energy, and realizing the history-present symbiosis. Furthermore, as a public area with shared functions, the historic district's reconstruction should be directed by the public's current and future demands. The essence of public activities is traffic behavior, and movement, as a dynamic link in the behavior system, is critical to comprehending the activity space of historic districts [3]. Researchers need to combine current emerging technologies and concepts to build simulation models for studying pedestrian behavior in historic districts to guide future renovations.

1.2 Multi-agent simulation

The processing capacity of the high-precision analytical model is limited, making it impossible for researchers to solve the original model directly. As a result, Multi-Agent Simulation (MAS) is required to accomplish complex simulation procedures. MAS is the use of computers to artificially simulate things to offer a basis for decision-making. In the simulation process, multiple agents act autonomously, all the agents are updated asynchronously in parallel, and the whole system changes dynamically as time progresses [4]. It can build a prediction model using information from some samples, successfully overcoming the problem of excessive computation and improving model optimization and cross-professional software integration. When designing urban open spaces, pedestrian simulation is always considered a MAS that can be effectively used to lead the initial design of the project [5]. Pedestrian simulation in the macro direction is primarily utilized in urban planning, whereas pedestrian flow simulation, evacuation simulation, and building evaluation are primarily used in the micro direction. Penn and Turner [6] proposed that pausing and congestion can influence the dynamic simulation of agents based on the Visibility Graph Analysis (VGA) space syntax theory. Turner [7] also introduced a dynamic agent model that evaluates the aggregation ability of spaces from the visibility of the built environment. The MAS model developed by Moulin in 2003 [8] was used to study pedestrian behavior in urban.

1.3 Development issues and directions

The characteristics of MAS, a self-organizing complex system, are consistent with the decentralization of crowd activity. As the degree of simulation increases, the number of factors in the model also increase, which might lead to greater instability in the model. Facing the complex features in the environment, the MAS model is not perfect. For example, the authors have demonstrated through the paper that space syntax theory plays an important role in analyzing the laws of urban spatial historical changes, but a single mathematical model is only suitable for macro analysis. For historical district analysis, the accuracy of space syntax simulation is low. After that, in order to improve the simulation accuracy, the authors constructed a pedestrian model based on visual simulation, which has more influencing factors and deeper arithmetic rules. At the same time, the shortcomings of this model are also obvious: the research emphasizes the relationship between behavior and vision, so that the model must be deeply bound to the building facade, while 3D simulation reduces the convenience and extensiveness of the model's use. In addition, more complex models tend to be more difficult to interact with other MAS, resulting in low optimization efficiency and simulation accuracy. Therefore, in this study, it is necessary to build a pedestrian model with high accuracy, convenience, and cross-domain linkage to evaluate the historical districts.

2 Design method

2.1 NetLogo simulation model

NetLogo is a multi-agent programming language and modeling platform for simulating natural and social phenomena. It can control thousands of agents at the same time, effectively simulating the behavior of micro-individuals and macro-patterns, as well as the relationships between them. The software is convenient, and researchers can complete model programming and simulation running on the official website. It consists of three main modules: turtles, patches and observers. Dynamic agents in the software, called turtles, play the role of pedestrians in the simulation. Patches are small squares formed after a 2D plane is divided by an orthogonal grid, which is the background of the agent activity. The observer is the manipulator that controls the turtle and the patch, and can temporarily change the parameters during the simulation process, which is beneficial to the correction of the model operation.

2.2 Modeling scheme

This pedestrian activity MAS developed by the authors based on the NetLogo platform. The introduction of its concept and operation rules can provide reference.

2.2.1 Patches

  • Import: Import the site plan into NetLogo;

  • Scale: Each patch represents the breadth of a human being, and as an adult moves forward 1.2 m per second on average, the agent loops three times to represent the distance the pedestrian has moved in one second;

  • Area division: Divide different areas by changing the color of patches, including: block entrance, activity area, shop entrance;

  • Obstacles: NetLego cannot create objects, it is required to identify obstacles by changing the color of patches and to lessen the agent's tendency to move in these places by pheromone;

  • Target: The agent's activities are focused on the exit of the historical area and the store's entrance. These patches must be given a high pheromone so that they will be the target;

  • Pheromone: Pheromone is an important factor connecting agent and environment, agent and agent, and it plays an important role in optimizing the model. In classic ant model, it uses pheromones to simulate the behavior of ants looking for food. The ant moves randomly until it detects a chemical "smell" and then moves towards a higher concentration of the smell. When an ant finds food, it releases this chemical smell. As more ants followed the smell trail to food, the smell trail itself was reinforced, and this kind of smell that can optimize the behavior of ants is pheromone [9].

2.2.2 Turtles

  • Generation: The researcher must ensure that the agent only hatches at the entrance and set a threshold to limit the number of spawning;

  • Activity: The turtle must assess if the next patch is an obstacle or the boundary of the area before making each step. If so, it will turn; if not, it will move as normally. All operations are performed simultaneously and affect each other;

  • Direction selection: In order to provide a more realistic impact, the agent will rotate in two different situations: small angle random turning of regular movement and avoid obstacles;

  • Vision: Set the agent's vision capabilities so that they move towards the target points in view, reducing the frequency of the invalid rotation;

  • Disappear: The agent dies at the destination;

  • Path: Record the movement trajectory of each agent for comparative study.

3 Case study

3.1 Site introduction

This paper takes the historical district of Minzhu Road as the research object to verify the accuracy and applicability of the model. Minzhu Road is located in Zhanjiang City, China. The district is mainly composed of 4 streets and 8 entrances (Fig. 1). The buildings in the area are mainly divided into 3 categories. Qi-lou buildings are mainly in Nanyang style, and often several or more than ten buildings are adjacent to each other, forming a staggered or continuous interface effect. European-style buildings are mainly public buildings and churches. In addition, there are a large number of high-rise residential buildings built in the 1980s and 1990s, which occupy a large area and are monotonous in form. The buildings in Minzhu Road historic district can reflect the social production and living conditions of the city in different historical periods. In addition, the construction, and engineering techniques of these buildings are of high research value.

Fig. 1.
Fig. 1.

Historical district plan (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

3.2 Pedestrian path record

At the beginning of the study, the authors used video recording and personal tracking methods in the pedestrian district of Minzhu Road, and selected 16 pedestrians from 8 entrances of the block as subjects to record pedestrian activity paths, including passing pedestrians and tourists (Table 1). Each subject carried a miniature action camera to capture their sight history, and the researcher would follow after the person and record their movements using mobile phone video. The collected behavioral data serves as the basis for building a simulation model, and the movement trajectory can be compared with the simulation results to evaluate the accuracy of the pedestrian simulation. Recording experiments follow these rules:

  • The active area is divided by a 1.2 m wide square grid, used to record the movement paths;

  • Turning directions are simplified to 8 directions;

  • Subjects need to tell researchers what factors lead to changes in movement;

  • The experiment ends when the recorded subject enters the store or reaches the exit of the area.

Table 1.

Information record (Source: drawn by Authors)

Basic information
NameWang QianGenderFemale
RoleResidentAge range□ 7–15

☑ 16–45

□ 46–75
Purpose☑ Traffic

□ Shopping

□ Travel

□ Other
Activity record
StartMinquan Rd. south entranceEndLateral road east entrance
Turn positionInfluencing factors
Middle section of Minquan Rd.Approach the corner early
Kindergarten entranceAvoid the kindergarten crowds
Intersection of Minquan Rd.Feel more secure
Near the block exitWalk towards the destination

3.3 Path analysis

After analyzing the collected pedestrian trajectories, the following contents were found:

First, there are a large number of turns at the intersection of Heping Road and Minquan Road. Pedestrians here are more likely to choose to turn than to continue moving in the original direction. The authors suspect that this is due to the width of the intersection. In contrast, the intersection of Minzu Road is obviously wider than the intersection of Heping Road and Minquan Road. Pedestrians in the open space can fully obtain the surrounding environmental information, which is more conducive to maintaining the previous activity mode. But pedestrians in unfamiliar narrow spaces need to turn to obtain more useful information. Therefore, at some small intersections, pedestrians who are not familiar with the environment will turn in order to obtain more new environmental information.

Second, the authors found that pedestrian activity paths on Minquan Road and lateral road are mainly concentrated in the middle. Since the two roads are narrow, pedestrians can effectively receive the surrounding environmental information by walking in the middle of the road. The surrounding residents who use traffic as their activity usually show this characteristic. In addition, there are a small number of pedestrians swinging forward on Minquan Road and lateral road, and they are usually foreign tourists. The authors believe that this is related to the irregular distribution of historic buildings and high-rise residential buildings on these two roads. Tourists are more likely to be attracted by historical buildings.

The above view is evident in the activity path on Heping Road. The west side of Heping Road is composed of historical buildings, while the east side is high-rise buildings. The activity path will be obviously biased towards the side of the historical building. The authors suspect that it is caused by subconscious behavioral habits. However, in some road sections, some pedestrians will concentrate on one side even when they are retrograde on the left side, which cannot be explained by behavioral habits. The authors believe that huge high-rise residential buildings will more easily interfere with pedestrians collecting information, while the exquisite architectural structures and decorations in historical buildings convey rich visual information will be more attractive (Fig. 2).

Fig. 2.
Fig. 2.

Activity path (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

There are three key factors in using programs to simulate pedestrian activity: space, people, and event. Commonsensically, an individual who attempts to get familiar with some strange environments, such as figuring out the route to unfamiliar places, is inclined to get to nodes that provide with a greater perspective of overall situation [5]. The activities of pedestrians are affected by the amount of potential environmental information. In a fixed environment, pheromone gradients can be used to reflect different amounts of visual information in the real place to influence the agent's activities. How to interfere with the occurrence of events through pheromones in the simulated environment will become the key research content.

4 Model construction

4.1 Wanderer's turning angle

During the simulation, researchers need to compare different simulation results by changing the parameters. The basic simulation environment parameters are all 0 and the number of agents is 50. The simulated paths shown by the MAS are all straight lines when the angle is 0°, which does not conform to the actual behavior. The simulated route has a slight wiggle when the angle is 10°. The agent appears to wander near the block's entry at 30° and 60° (Fig. 3). Angle 10° is more plausible.

Fig. 3.
Fig. 3.

Wanderer's turning angle (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

4.2 Visual range

The authors next analyze the influence of various visual factors using 10° Wanderer's turning angles. Visual depth and visual angle are two of the controlling factors of visual range. When the visual angle is set to 60°, the agents' field of view is limited and they must turn to get information. As a result, the active path will display a number of illogical twists and cause agents to gather at the block entrance. At 90° the simulation results are much enhanced. The pedestrian path is clear, there are less irrational twists, and the route is no longer centered at the block entry at 120°, which is the most probable option. At 180°, the range of received information is too broad, leading the agent to be easily attracted to the environmental data at the entry and unable to go ahead, which results in the aggregation of agent activity once again (Fig. 4). According to the rules of human vision, the maximum effective viewing angle for humans is 120°, whereas the comfortable viewing angle for people is 60° [10]. When all other parameters are held constant in the research of visual depth, the default viewing angle is 120°. Agent aggregation occurred at 6 and 20 m, which produced the best route simulation results at 10 and 16 m (Fig. 5).

Fig. 4.
Fig. 4.

Visual angle (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

Fig. 5.
Fig. 5.

Visual depth (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

4.3 Turning angle of the target

The search target's turning angle was changed while the other parameters remained the same. At 30°, the agent's activity path is relatively dispersed, and it is difficult to form a line that is consistent with the real pedestrian activity law, according to a comparison between the simulation results and the recorded pedestrian activity path. The greatest results can be achieved at 60°, which can roughly depict pedestrian preferences in particular road segments and demonstrate that when confronted with an unexpected turning point, pedestrians are more used to turning than proceeding straight. At 90° and 120°, there are many unreasonable twists and inflexible broken-line routes in the simulated path (Fig. 6).

Fig. 6.
Fig. 6.

Turning angle of the target (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

4.4 Model optimization

In this project, the authors first identified the useful view regions (block entry, activity space, store interior) in AutoCAD. To construct the VGA, load the plan into the depth-map program. The acquired view-shed analysis map only requires to keep the active space portion, and it needs to be turned into a gray-scale picture to lessen interference from the complex color of the VGA to the MAS. Lastly, import the VGA and MAS graph into NetLogo for simulation (Fig. 7).

Fig. 7.
Fig. 7.

VGA and MAS (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

For the purpose of examining whether VGA affects MAS, the authors used two viewing angles of 60° and 120°. When these two groups are compared, it is clear that the depth map achieves more precise route guiding since it further refines the patches' gravity through the pheromone gradient. The simulated pathways show features of an equal distribution when the viewing angle is 120°, which is not consistent with the circumstance under investigation. Better results can be obtained with a 60° viewing angle. Fig. 6 and Fig. 8 can be compared to show how MAS with VGA guiding streamlines the crowd moving route and almost removes the majority of redundant turning swings. More importantly, authors produce a structure resembling the activity path captured in the site survey through simulation, demonstrating that VGA can successfully optimize the MAS algorithm after entering parameters that follow human observation and activity laws into the model.

Fig. 8.
Fig. 8.

Optimized MAS (Source: drawn by Authors)

Citation: Pollack Periodica 18, 2; 10.1556/606.2023.00739

5 Conclusions

Through research, the researchers investigated the pedestrian activity in the Minzhu Road historical district. The features of pedestrian activity in the area were identified after the data was analyzed, and the hypothesis that environmental pheromones may have an impact on pedestrian activity was put forth. The goal of the subsequent study was to build an effective and realistic multi-agent model of pedestrian routes that reflected reality while also having influence parameters (number of agents, moving speed, turning angle when wandering, field of view, turning angle for finding targets) that were consistent with the basic rules of actual pedestrian observation and activity. The researchers developed the fundamental model algorithm by the several comparison tests and generally identified the basic set of relevant influencing parameters. The authors utilizes the depth map to further improve the gravity in the patches using the pheromone gradient and realizes more precise route guidance because the simulation results at this stage are still unable to predict the behavior of people. This research shows that it is possible to use space syntax to enhance the MAS of urban space, and the improved MAS has the advantages of convenience, rationality, and accuracy.

In addition, the current development model, which established the definition of pheromone, will be extremely beneficial for future research since it will assist with the transition from design analysis to design generation. The automated creation of pavement and canopy designs for streets will be a new application of this technology.

References

  • [1]

    K. Tu and A. Reith, “Modernization imposed: SOM’s practice in China - A case study of Wuhan,” Pollack Period., vol. 16, no. 2, pp. 163169, 2021.

    • Search Google Scholar
    • Export Citation
  • [2]

    H. Pan and A. Hutter, “Micro-renewal of old communities in Huang Shi City,” Pollack Period., vol. 17, no. 1, pp. 162167, 2022.

  • [3]

    M. Wu and B. Bachmann, “The impact of social interaction on the leftover space,” Pollack Period., vol. 16, no. 3, pp. 151157, 2021.

    • Search Google Scholar
    • Export Citation
  • [4]

    P. Renee, Generating Circulation Diagrams for Architecture and Urban Design Using Multi-Agent Systems. London: The UEL Press, 2011.

  • [5]

    H. Hu, Z. Luo, Y. Chen, Q Bian, and Z. Tong, “Integration of space syntax into agent-based pedestrian simulation in urban open space,” in Proceedings of the 22th International Conference of the Association for Computer-Aided Architectural Design Research in Asia, Hong Kong, China, April 5–8, 2017, pp. 325335.

    • Search Google Scholar
    • Export Citation
  • [6]

    A. Penn and A. Turner, “Space syntax based agent simulation,” in 1st International Conference on Pedestrian and Evacuation Dynamics, Berlin, Germany, December 6–9, 2001, pp. 99114.

    • Search Google Scholar
    • Export Citation
  • [7]

    B. Hillier, T. Yang, and A. Turner, “Normalizing least angle choice in depth-map and how it opens up new perspectives on the global and local analysis of city space,” J. Space Syntax, vol. 3, no. 2, pp. 155193, 2012.

    • Search Google Scholar
    • Export Citation
  • [8]

    B. Moulin, W. Chaker, J. Perron, P. Pelletier, J. Hogan, and E. Gbei, “MAGS Project: Multi-agent geo-simulation and crowd simulation,” Int. Conf. Spat. Inf. Theor., vol. 2825, pp. 151168, 2003.

    • Search Google Scholar
    • Export Citation
  • [9]

    M. Borowczak and A. Burrows, “Ants Go Marching - Integrating computer science into teacher professional development with NetLogo,” Edu. Sci., vol. 9, no. 1, 2019. Paper no. 66.

    • Search Google Scholar
    • Export Citation
  • [10]

    F. Capaldoa, F. Guzzob, and G. Nasti, “Some analysis on visibility from driver seat,” Transport. Res. Proced., vol. 45, pp. 8794, 2020.

    • Search Google Scholar
    • Export Citation
  • [1]

    K. Tu and A. Reith, “Modernization imposed: SOM’s practice in China - A case study of Wuhan,” Pollack Period., vol. 16, no. 2, pp. 163169, 2021.

    • Search Google Scholar
    • Export Citation
  • [2]

    H. Pan and A. Hutter, “Micro-renewal of old communities in Huang Shi City,” Pollack Period., vol. 17, no. 1, pp. 162167, 2022.

  • [3]

    M. Wu and B. Bachmann, “The impact of social interaction on the leftover space,” Pollack Period., vol. 16, no. 3, pp. 151157, 2021.

    • Search Google Scholar
    • Export Citation
  • [4]

    P. Renee, Generating Circulation Diagrams for Architecture and Urban Design Using Multi-Agent Systems. London: The UEL Press, 2011.

  • [5]

    H. Hu, Z. Luo, Y. Chen, Q Bian, and Z. Tong, “Integration of space syntax into agent-based pedestrian simulation in urban open space,” in Proceedings of the 22th International Conference of the Association for Computer-Aided Architectural Design Research in Asia, Hong Kong, China, April 5–8, 2017, pp. 325335.

    • Search Google Scholar
    • Export Citation
  • [6]

    A. Penn and A. Turner, “Space syntax based agent simulation,” in 1st International Conference on Pedestrian and Evacuation Dynamics, Berlin, Germany, December 6–9, 2001, pp. 99114.

    • Search Google Scholar
    • Export Citation
  • [7]

    B. Hillier, T. Yang, and A. Turner, “Normalizing least angle choice in depth-map and how it opens up new perspectives on the global and local analysis of city space,” J. Space Syntax, vol. 3, no. 2, pp. 155193, 2012.

    • Search Google Scholar
    • Export Citation
  • [8]

    B. Moulin, W. Chaker, J. Perron, P. Pelletier, J. Hogan, and E. Gbei, “MAGS Project: Multi-agent geo-simulation and crowd simulation,” Int. Conf. Spat. Inf. Theor., vol. 2825, pp. 151168, 2003.

    • Search Google Scholar
    • Export Citation
  • [9]

    M. Borowczak and A. Burrows, “Ants Go Marching - Integrating computer science into teacher professional development with NetLogo,” Edu. Sci., vol. 9, no. 1, 2019. Paper no. 66.

    • Search Google Scholar
    • Export Citation
  • [10]

    F. Capaldoa, F. Guzzob, and G. Nasti, “Some analysis on visibility from driver seat,” Transport. Res. Proced., vol. 45, pp. 8794, 2020.

    • Search Google Scholar
    • Export Citation
  • Collapse
  • Expand

Senior editors

Editor(s)-in-Chief: Iványi, Amália

Editor(s)-in-Chief: Iványi, Péter

 

Scientific Secretary

Miklós M. Iványi

Editorial Board

  • Bálint Bachmann (Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Jeno Balogh (Department of Civil Engineering Technology, Metropolitan State University of Denver, Denver, Colorado, USA)
  • Radu Bancila (Department of Geotechnical Engineering and Terrestrial Communications Ways, Faculty of Civil Engineering and Architecture, “Politehnica” University Timisoara, Romania)
  • Charalambos C. Baniotopolous (Department of Civil Engineering, Chair of Sustainable Energy Systems, Director of Resilience Centre, School of Engineering, University of Birmingham, U.K.)
  • Oszkar Biro (Graz University of Technology, Institute of Fundamentals and Theory in Electrical Engineering, Austria)
  • Ágnes Borsos (Institute of Architecture, Department of Interior, Applied and Creative Design, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Matteo Bruggi (Dipartimento di Ingegneria Civile e Ambientale, Politecnico di Milano, Italy)
  • Petra Bujňáková (Department of Structures and Bridges, Faculty of Civil Engineering, University of Žilina, Slovakia)
  • Anikó Borbála Csébfalvi (Department of Civil Engineering, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Mirjana S. Devetaković (Faculty of Architecture, University of Belgrade, Serbia)
  • Szabolcs Fischer (Department of Transport Infrastructure and Water Resources Engineering, Faculty of Architerture, Civil Engineering and Transport Sciences Széchenyi István University, Győr, Hungary)
  • Radomir Folic (Department of Civil Engineering, Faculty of Technical Sciences, University of Novi Sad Serbia)
  • Jana Frankovská (Department of Geotechnics, Faculty of Civil Engineering, Slovak University of Technology in Bratislava, Slovakia)
  • János Gyergyák (Department of Architecture and Urban Planning, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Kay Hameyer (Chair in Electromagnetic Energy Conversion, Institute of Electrical Machines, Faculty of Electrical Engineering and Information Technology, RWTH Aachen University, Germany)
  • Elena Helerea (Dept. of Electrical Engineering and Applied Physics, Faculty of Electrical Engineering and Computer Science, Transilvania University of Brasov, Romania)
  • Ákos Hutter (Department of Architecture and Urban Planning, Institute of Architecture, Faculty of Engineering and Information Technolgy, University of Pécs, Hungary)
  • Károly Jármai (Institute of Energy and Chemical Machinery, Faculty of Mechanical Engineering and Informatics, University of Miskolc, Hungary)
  • Teuta Jashari-Kajtazi (Department of Architecture, Faculty of Civil Engineering and Architecture, University of Prishtina, Kosovo)
  • Róbert Kersner (Department of Technical Informatics, Institute of Information and Electrical Technology, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Rita Kiss  (Biomechanical Cooperation Center, Faculty of Mechanical Engineering, Budapest University of Technology and Economics, Budapest, Hungary)
  • István Kistelegdi  (Department of Building Structures and Energy Design, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Stanislav Kmeť (President of University Science Park TECHNICOM, Technical University of Kosice, Slovakia)
  • Imre Kocsis  (Department of Basic Engineering Research, Faculty of Engineering, University of Debrecen, Hungary)
  • László T. Kóczy (Department of Information Sciences, Faculty of Mechanical Engineering, Informatics and Electrical Engineering, University of Győr, Hungary)
  • Dražan Kozak (Faculty of Mechanical Engineering, Josip Juraj Strossmayer University of Osijek, Croatia)
  • György L. Kovács (Department of Technical Informatics, Institute of Information and Electrical Technology, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Balázs Géza Kövesdi (Department of Structural Engineering, Faculty of Civil Engineering, Budapest University of Engineering and Economics, Budapest, Hungary)
  • Tomáš Krejčí (Department of Mechanics, Faculty of Civil Engineering, Czech Technical University in Prague, Czech Republic)
  • Jaroslav Kruis (Department of Mechanics, Faculty of Civil Engineering, Czech Technical University in Prague, Czech Republic)
  • Miklós Kuczmann (Department of Automations, Faculty of Mechanical Engineering, Informatics and Electrical Engineering, Széchenyi István University, Győr, Hungary)
  • Tibor Kukai (Department of Engineering Studies, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Maria Jesus Lamela-Rey (Departamento de Construcción e Ingeniería de Fabricación, University of Oviedo, Spain)
  • János Lógó  (Department of Structural Mechanics, Faculty of Civil Engineering, Budapest University of Technology and Economics, Hungary)
  • Carmen Mihaela Lungoci (Faculty of Electrical Engineering and Computer Science, Universitatea Transilvania Brasov, Romania)
  • Frédéric Magoulés (Department of Mathematics and Informatics for Complex Systems, Centrale Supélec, Université Paris Saclay, France)
  • Gabriella Medvegy (Department of Interior, Applied and Creative Design, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Tamás Molnár (Department of Visual Studies, Institute of Architecture, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Ferenc Orbán (Department of Mechanical Engineering, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Zoltán Orbán (Department of Civil Engineering, Institute of Smart Technology and Engineering, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Dmitrii Rachinskii (Department of Mathematical Sciences, The University of Texas at Dallas, Texas, USA)
  • Chro Radha (Chro Ali Hamaradha) (Sulaimani Polytechnic University, Technical College of Engineering, Department of City Planning, Kurdistan Region, Iraq)
  • Maurizio Repetto (Department of Energy “Galileo Ferraris”, Politecnico di Torino, Italy)
  • Zoltán Sári (Department of Technical Informatics, Institute of Information and Electrical Technology, Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Grzegorz Sierpiński (Department of Transport Systems and Traffic Engineering, Faculty of Transport, Silesian University of Technology, Katowice, Poland)
  • Zoltán Siménfalvi (Institute of Energy and Chemical Machinery, Faculty of Mechanical Engineering and Informatics, University of Miskolc, Hungary)
  • Andrej Šoltész (Department of Hydrology, Faculty of Civil Engineering, Slovak University of Technology in Bratislava, Slovakia)
  • Zsolt Szabó (Faculty of Information Technology and Bionics, Pázmány Péter Catholic University, Hungary)
  • Mykola Sysyn (Chair of Planning and Design of Railway Infrastructure, Institute of Railway Systems and Public Transport, Technical University of Dresden, Germany)
  • András Timár (Faculty of Engineering and Information Technology, University of Pécs, Hungary)
  • Barry H. V. Topping (Heriot-Watt University, UK, Faculty of Engineering and Information Technology, University of Pécs, Hungary)

POLLACK PERIODICA
Pollack Mihály Faculty of Engineering
Institute: University of Pécs
Address: Boszorkány utca 2. H–7624 Pécs, Hungary
Phone/Fax: (36 72) 503 650

E-mail: peter.ivanyi@mik.pte.hu 

or amalia.ivanyi@mik.pte.hu

Indexing and Abstracting Services:

  • SCOPUS
  • CABELLS Journalytics

 

2024  
Scopus  
CiteScore  
CiteScore rank  
SNIP  
Scimago  
SJR index 0.385
SJR Q rank Q3

2023  
Scopus  
CiteScore 1.5
CiteScore rank Q3 (Civil and Structural Engineering)
SNIP 0.849
Scimago  
SJR index 0.288
SJR Q rank Q3

Pollack Periodica
Publication Model Hybrid
Submission Fee none
Article Processing Charge 900 EUR/article
Printed Color Illustrations 40 EUR (or 10 000 HUF) + VAT / piece
Regional discounts on country of the funding agency World Bank Lower-middle-income economies: 50%
World Bank Low-income economies: 100%
Further Discounts Editorial Board / Advisory Board members: 50%
Corresponding authors, affiliated to an EISZ member institution subscribing to the journal package of Akadémiai Kiadó: 100%
Subscription fee 2025 Online subsscription: 381 EUR / 420 USD
Print + online subscription: 456 EUR / 520 USD
Subscription Information Online subscribers are entitled access to all back issues published by Akadémiai Kiadó for each title for the duration of the subscription, as well as Online First content for the subscribed content.
Purchase per Title Individual articles are sold on the displayed price.

 

Pollack Periodica
Language English
Size A4
Year of
Foundation
2006
Volumes
per Year
1
Issues
per Year
3
Founder Faculty of Engineering and Information Technology, University of Pécs
Founder's
Address
H–7624 Pécs, Hungary, Boszorkány utca 2.
Publisher Akadémiai Kiadó
Publisher's
Address
H-1117 Budapest, Hungary 1516 Budapest, PO Box 245.
Responsible
Publisher
Chief Executive Officer, Akadémiai Kiadó
ISSN 1788-1994 (Print)
ISSN 1788-3911 (Online)

Monthly Content Usage

Abstract Views Full Text Views PDF Downloads
Dec 2024 0 77 4
Jan 2025 0 127 2
Feb 2025 0 158 1
Mar 2025 0 129 11
Apr 2025 0 56 10
May 2025 0 13 3
Jun 2025 0 0 0