×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

  • Overview of modern technologies for recycling construction waste

    The article analyzes modern approaches and technologies for recycling and recycling of building materials. Such types of waste as reinforced concrete, brick, glass, wood, plastic, etc. are considered. Special attention is paid to innovative methods of processing to obtain secondary raw materials (recycling). It is shown that the most promising technologies are the crushing of concrete, brick and reinforced concrete for reuse in construction, the melting of scrap metal, glass and plastic, the processing of wood waste into slabs and fuel. There is an insufficient level of application of innovative solutions in Russia. A set of measures has been proposed to improve the efficiency of construction waste disposal: the introduction of advanced technologies, the construction of waste recycling plants, the adoption of a targeted state program, and the improvement of environmental culture.

    Keywords: waste, construction debris, Russia, secondary raw materials, reuse, environment, recycling, burial, recycling

  • Optimal cutting of rolled metal in the context of two-dimensional design of bar structures

    Bar structures are widespread in construction due to their economy, freedom of design shapes and sizes. As a result, automation of design and calculation of such structures is an urgent task. As part of the study, the task of developing a software module that generates a map of optimal cutting of rolled metal based on the results of calculations of rod structures has been implemented. The algorithm under consideration takes into account such features of the cutting optimization problem as taking into account the width of the blade, the possibility of using half the size of the rolled product, support for optimization of several sections, and welding of parts in case the length of the workpiece is exceeded. The software module is developed using JavaScript and C# languages. The ability to automatically generate cutting maps based on the results of optimization of rod structures increases the efficiency of designing building structures.

    Keywords: Design in construction, bar structure, computing system, web development, design in construction, rod structure, computer system, web development, optimal cutting, rolled metal, cutting map

  • The use of reinforced soils in the base of road pavements of highways located in 1 road-climatic zone

    The article is devoted to the use of reinforced soils in the base of pavements of highways located in the I road-climatic zone. The features of the operating modes of reinforced foundation soils are considered, and their physical and mechanical characteristics with various combinations of mineral and polymer modifiers are determined. The authors analyze the advantages and disadvantages of using reinforced soils. The article also discusses the design and construction of roads using reinforced soils.

    Keywords: highway, road pavement, foundation, soils, reinforced soils, modifiers

  • Analysis of standard models of titanium oxide-based memristors for use in artificial intelligence systems

    The article discusses standard models of titanium dioxide-based memristors. A memristor is similar to a memory resistor and demonstrates a nonlinear resistance characteristic in which the charge parameter is a state variable. They can be used to create new types of electronic devices with high energy efficiency and performance, as well as to create machines that can learn and adapt to changing environmental conditions and in many practical applications: data storage memory (binary and multilevel), switches in logical electronic circuits, plastic components in neuromorphic artificial systems intelligence based on nanoelectronic components. It has been shown that when voltage is applied to charged ions, they begin to drift, and the boundary between the two regions shifts. When a sinusoidal alternating voltage of a given frequency is applied to the memristor, the shape of the volt-ampere characteristic (VAC) resembles a Lissajous diagram centered at the origin.

    Keywords: memristor, model, voltage characteristic, nonlinearity

  • Modern technologies of jet-grouting

    Technology of jet-grouting is a method of strengthening weak or heavily watered soils by pumping high-pressure cement slurry into the well to break the structure of the soil and simultaneously stirring its particles with cement slurry. The result is a ground-cement mass which has predefined improved strength and deformation characteristics. Technology of jet-grouting has a great potential for development and application in various construction industries, such as buildings, roads, bridges and other structures under various geological conditions. The development of jet-grouting technology won't only expand its application, but can improve competitiveness in the construction services market.

    Keywords: recycling, reinforced concrete, secondary crushed stone, construction waste, crushing equipment.

  • The feasibility of using bitumen when strengthening cement soil

    The article discusses the use of organic binders to modify the properties of cement soils. The scope of application of cement soils in construction practice, including the construction of highways, is considered. The influence of the use of organic binders as a complex additive that modifies the strength characteristics of cement soils has been studied. The influence of the use of complex modifiers and additives on the frost resistance and water permeability of cement soils has been determined.

    Keywords: cement soil, organic binder, highway, working layer, frost resistance, modifiers

  • Contact zone shear test results using breaking load

    The article deals with the peculiarities of the results of tests carried out to determine the characteristics of the contact zone organized by stamping on a steel plate. During the test, the specimen was in the steel mold in which it was manufactured. The steel form was used to prohibit horizontal movement of the steel thin plates and minimize the effect of uneven slippage of the steel gouge in the direction perpendicular to the shear force. The considered tests were carried out according to a specially developed methodology, which took into account the specifics of the contact zone shear operation, the applied tooling and took into account the set objectives of the study.

    Keywords: contact zone, contact characteristics, test methodology, shear tests, stamping, composite design

  • Using fuzzy cognitive maps to solve the problem of municipal development

    In the context of rapid urbanization of society, modeling the processes of sustainable urban development has attracted considerable attention from scientists. This paper presents a study of fuzzy cognitive maps (FCMs) as an interdisciplinary model for simulating urban development processes. This highlights the versatility of FCM in integrating expertise and quantifying the impact of indicators that shape urban space, from infrastructure and housing to environmental sustainability and community well-being. The study uses a synthesis of an extensive literature review and expert opinions to create and refine a cognitive map tailored for municipal development. The methodology outlined formulates a systematic approach to selecting concepts, assigning weights, and validating the model. Through collaboration with cross-disciplinary experts, the study confirms the value of FCM for identifying cascading effects in the decision-making process when shaping urban development strategies. Recognizing the limitations of expert methods and the fuzzy nature of data, the article argues for the effectiveness of FCM in not only identifying but also addressing emerging urbanization problems. Ultimately, this article contributes a nuanced perspective to strategic planning discourse by advocating for the use of NCC as a management decision support tool that can assist policymakers in achieving a sustainable and equitable urban future.

    Keywords: fuzzy cognitive maps, urban development, urban planning, sustainable urbanization, expert systems, social well-being

  • Programming the robot controller to implement the technological process of laser cutting

    Stepper motors are often used in automated laser cutting systems. The control circuit of a stepper motor requires a special electronic device - a driver, which receives logical signals as input and changes the current in the motor windings to provide motion parameters. This research study evaluated stepper motor drivers to determine the feasibility of their use - PLDS880, OSM-42RA, OSM-88RA. To control the system, software code was written, which was connected to the controller via a link board. With each driver, in different modes, optimal parameters were selected (initial speed, final speed and acceleration), that is, the movement of the carriage without stalling for ten passes with a minimum travel time. The results of the experiments are presented in the form of tables.

    Keywords: laser, laser cutting, automation, technological process, stepper motor, performance, driver, controller, control circuit, optimal parameters

  • Forecasting and managing traffic of telecommunication systems using artificial intelligence systems

    In this paper, we reviewed and analyzed various time series forecasting models using data collected from IoT mobile devices. The main attention is paid to models describing the behavior of traffic in telecommunication systems. Forecasting methods such as exponential smoothing, linear regression, autoregressive integrated moving average (ARIMA), and N-BEATS, which uses fully connected neural network layers to forecast univariate time series, are covered. The article briefly describes the features of each model, examines the process of their training, and conducts a comparative analysis of the quality of training. Based on data analysis, it was noted that for the UDP protocol, the ARIMA model has the best learning quality, for the TCP protocol - linear regression, and for the HTTPS protocol - ARIMA.

    Keywords: telecommunication systems, traffic analysis, forecasting models, QoS, artificial intelligence, linear regression, ARIMA, Theta, N-BEATS

  • Potential for the development of the architectural urban context in the formation of transit spaces of university complexes

    The possibility of architectural and spatial organization of a series of urban interiors located along the route of communication between buildings and faculties of university complexes of an “integrated” and “distributed” type is being considered. Requirements for such transit spaces are being formed. Options for a scenario for organizing such spaces are proposed, which is an algorithm for the spatial formation of successive functional zones and the student’s consciousness throughout the process of movement and learning. “Architectural-environmental modules” are proposed as a structural unit, including various equipment options and small architectural forms - as a means of organizing spatial scenarios. A typology of similar modules has been developed for various transit zones and types of urban spaces. This approach allows us to form and support the brand of the university as a unified communication space.

    Keywords: university complex, transit urban spaces, scenario approach, functional-thematic zones, architectural and environmental modules.

  • Monitoring soil soaking in the foundation area using dynamic probing

    Water saturation of soils in the area of foundations is accompanied by a deterioration in their bearing capacity and is often detected only with the appearance of the first signs of deformation. Effective monitoring of soil conditions helps reduce escalating damage. For this purpose, a variant of dynamic penetration was developed and applied, which made it possible to establish a fivefold reduction in the resistance of soils to indenter penetration in the water-saturated zone in comparison with their natural state. The approach provides rapid mapping of the state of the soil mass in areas of expected soaking, for example, in the area of backfilling of foundations. The results are applicable for monitoring soil soaking in technogenic conditions and are of interest to a wide range of specialists in the field of construction.

    Keywords: flooding, dynamic penetration, monitoring, mapping, water-saturated soil

  • Designing mechanisms for network data exchange between intelligent autonomous robots based on distributed key-value storage

    This work examines the functioning of a team of agents united through a network, and considers the architecture of a distributed data processing system based on an overlay network. The goal of this work is to develop a comprehensive solution that provided signal preprocessing, reliability of data storage and transmission, and high speed of decision making. The distributed key-value storage Etcd has been integrated with the implemented overlay network client by using the tun interface on each agent. The client encapsulates the transmitted IPv4 data packets for further sending through the underlying IPv6 network using a protocol that ensures reliable delivery. The solution considered in the work allows you to autonomously create quickly deployable network exchange mechanisms and guarantee data delivery with an acceptable delay in conditions of interference, jitter, fluctuations in packet delivery delay, and packet non-delivery.

    Keywords: overlay network, underlay network, IPv6, distributed storage, distributed database, tun interface, distributed data processing system, intelligent agent, group robotics, autonomous robot

  • Intelligent support for adaptive construction of project trajectory

    The article is devoted to the problems of managing the implementation of multi-scenario, multi-stage projects under conditions of uncertainty. The proposed approach is based on representing the project model in the form of a scenario network. The developed fuzzy linguistic model of a project stage is a set of linguistic variables corresponding to the stage indicators and external factors influencing the subsequent implementation of the project. The decisive rules for choosing the arc of transition to the next stage are constructed in the form of fuzzy products, the left parts of which are fuzzy statements regarding the preference of possible options. The constructed decision support procedure is based on the use of the Mamdani fuzzy inference algorithm, which has high interpretability. The proposed approach allows for multi-scenario planning and adaptability of management of the implementation of multi-stage projects.

    Keywords: multi-scenario multi-stage projects, adaptive project management, scenario network, decision support, linguistic variable, fuzzy inference

  • Increasing the stability of staircases in difficult engineering and geological conditions

    The article discusses the issues of stability of pedestrian paths and staircases located on sloped areas and interacting with a complex geological environment. The features of designing construction projects on sloping areas are considered. The reasons for the occurrence of various defects and destruction on the staircase, located on the embankment of Khabarovsk, were investigated. An assessment of the stability of the structure during repair work is given. Measures are proposed to increase the stability of the structure.

    Keywords: staircase, slope, slope stability, stress-strain state, fortifications