<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Francesco Saverio Marra. DNN model development of biogas
production from an anaerobic wastewater treatment plant using Bayesian hyperparameter
optimization. Chemical Engineering Journal. Volume 471</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Modeling the Biogas Production Process in Biogas Plants Using Regression Analysis*</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mykola Dyvak</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maksym Pasichnyk</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andriy Melnyk</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nataliia Petryshyn</string-name>
          <email>n.petryshyn@wunu.edu.ua</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Artur Rot</string-name>
          <email>artur.rot@ue.wroc.pl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roman Pasichnyk</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>West Ukrainian National University, Department of Computer Science</institution>
          ,
          <addr-line>8 Olena Teliha Str, Ternopil, 46003</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Wroclaw University of Economics and Business, Department of Information Systems</institution>
          ,
          <addr-line>Komandorska 118/120, Wroclaw, 53- 345</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>255</volume>
      <issue>19</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>The problem of modeling the biogas production process in biogas plants based on regression analysis of data obtained from a specific biogas plant is considered. The influence of factors such as pH level and the composition of organic materials, taking into account specific time points and the volume of their addition to the fermentation medium (substrate), on the efficiency of this process is demonstrated. The Lasso regression method (Least Absolute Shrinkage and Selection Operator) from the Python sklearn library was used to build the model. It was established that changes in the operating parameters of the biogas plant can have a delayed effect, and based on this, the constructed regression model also considers the impact of previous values in the data sample in the form of the pH_lag2 parameter. To assess the accuracy of the obtained model, metrics such as R² and mean relative error were used. After applying the derived equation to the test dataset, the R² value reached 0.8889, and the mean relative error was 7.86%.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Biogas plant</kwd>
        <kwd>identification</kwd>
        <kwd>mathematical model</kwd>
        <kwd>nonlinear optimization</kwd>
        <kwd>pH of the environment</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The increase in greenhouse gas emissions, particularly carbon dioxide (CO₂) and methane (CH₄),
is one of the main factors contributing to global warming [
        <xref ref-type="bibr" rid="ref1 ref2">1 -2</xref>
        ]. This underscores the importance of
finding and implementing renewable energy sources, among which biogas plays a significant role.
Biogas is produced through the anaerobic decomposition of organic waste, such as agricultural
residues, food waste, and livestock manure [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6 ref7">3-7</xref>
        ]. It primarily consists of methane and carbon dioxide,
with minor amounts of water vapor and other gases, allowing for a significant reduction in harmful
atmospheric emissions [
        <xref ref-type="bibr" rid="ref8">8-10</xref>
        ].
      </p>
      <p>Biogas production is an effective method of organic waste management, as it converts waste into
a renewable energy resource. Anaerobic digestion helps reduce methane emissions, which would
otherwise be released from landfills, while simultaneously creating an energy source that can be used
for electricity, heat, or biofuel production [11-12]. Estimates suggest that with proper policy
regulation and the implementation of efficient technologies, the biogas industry could reduce global
greenhouse gas emissions by 3.29 – 4.36 gigatons of CO₂ equivalent, accounting for 10% to 13% of
total global emissions [13-14].</p>
      <p>Despite its significant environmental potential, the use of biogas production technologies is
associated with several challenges, such as maintaining the continuous operation of production
processes and stabilizing technological parameters.</p>
      <p>For biogas plants to operate efficiently, it is essential to monitor key indicators, including
temperature, pH level, methane concentration, and the carbon-to-nitrogen ratio. Proper control of
these parameters allows for the maximization of biogas yield and ensures the stability of the
production cycle [15-17]. Therefore, the search for new methods to control these parameters,
including software-based approaches, is crucial for the development of biogas energy systems. The
implementation of such control requires the development of a mathematical model. In the theory of
mathematical modeling, there are two main approaches: deductive and inductive [18]. In the
deductive approach, the mathematical model is built based on physical principles [18]. This method
requires adjusting the model for a specific type of biogas plant, and the model itself must incorporate
physical parameters that need to be measured, which poses a challenge. In the inductive approach,
the mathematical model is developed specifically for a given biogas plant, based on empirical data
obtained from its operation [18-19]. This study adopts the inductive approach to model biogas
production.</p>
      <p>At the same time, in the inductive modeling approach, an important consideration is ensuring the
accuracy of experimental results. When dealing with a limited dataset, interval data analysis is
typically used for model construction [20-25]. However, if the dataset is sufficiently large, it is more
appropriate to apply regression analysis [26]. Additionally, since structuring a regression model is
inherently an intelligent process, it is beneficial to use a well-established software environment for
this purpose. In our case, we chose Python libraries [27]. The choice of this environment was
influenced by the availability of the Least Absolute Shrinkage and Selection Operator (Lasso) from
the sklearn library. A key advantage of this method is its built-in regularization procedure, which
helps prevent overfitting and enables automatic elimination of low-significance parameters.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature review</title>
      <p>The authors of the work [28] investigate the stages of fermentation, taking into account
biochemical processes, with the aim of ensuring the stability of biogas production. In [28], a new
modified dynamic mathematical model is presented for simulating the biochemical and
physicochemical processes of biogas production during anaerobic fermentation. It should be noted that the
proposed model includes data on the biochemical structure along with additional information about
the physico-chemical processes of fermentation. In this work, the researchers confirmed the ability
of the proposed mathematical model to generate accurate data on anaerobic fermentation processes
using static indicators. The processes of anaerobic fermentation are discussed in works [29-31].</p>
      <p>In works [32-35], models in the form of "black boxes" are investigated, which are built based on
experimental data. These models can account for possible deviations at any stage of biogas
production, and it is to this class that regression models belong, which are suitable for considering
the type and structure of bioresources, as well as technological process parameters, including
temperature, humidity, etc. Additionally, in work [35], a logistic equation is discussed for optimizing
fermentation processes.</p>
      <p>Although regression analysis is an effective method for identifying relationships, standard linear
or polynomial regression does not always provide an accurate model, especially if there are nonlinear
dependencies between variables. A serious issue with such models is overfitting, which occurs when
the model memorizes the training data too well and identifies incorrect relationships. This negatively
affects the accuracy of predictions for future data. To combat overfitting, a technique called
regularization is used: by adding certain constraints to the loss function, a more flexible model can
be obtained, preventing overfitting.Серед популярних методів, що включають регуляризацію,
можна виділити Lasso-регресію та Ridge-регресію [36-37].</p>
      <p>Both approaches aim to reduce the influence of coefficients on the final model. The main difference
between them is that Lasso zeros out variables that have a weak influence on the prediction, while
Ridge only reduces their values in the model. For this task, which involves predicting the volume of
biogas produced based on dynamic substrate and acidity data, Lasso regression has proven to be more
effective. The reason for this is that we need to eliminate values that create excessive noise when
calculating the results. Specifically, this applies to the acidity values and their lags. Since we do not
know at what moment and for how long the acidity influences the gas volum e, we need to highlight
only those values that had a significant effect on the prediction. According to the results, the strongest
effect occurred after 2 days. All other variations only reduced the accuracy of the model and decreased
its flexibility. Thus, Lasso regularization allowed us to remove redundant or insignificant coefficients
from the final equation.</p>
      <p>Separate approaches to solving regression tasks, based on the use of decision trees, include
Random Forest and XGBoost. They also effectively find dependencies for dynamic data but do not
allow for obtaining a mathematical equation. The result of their training is an ensemble of decisions,
which is not suitable for this specific task. For the implementation of the regression described in this
work, the scikit-learn (sklearn) library [38] was used. This is a popular Python library for machine
learning. Its main advantages are ease of use, speed, and a wide range of algorithms for writing
regression models. Additionally, Python is one of the most popular programming languages for
machine learning, and its environment includes a large number of tools for solving related tasks. This
allows for further improvements to the model, including combining different approaches to increase
prediction accuracy. Moreover, Python tools allow for integrating this software solution into real
projects, particularly by implementing an interface for working with the program on any platform.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Problem statement</title>
      <p>The aim of this study is to develop a model for predicting the volu me of biogas production in
biogas plants based on regression analysis of data. Thus, the research task is to develop a
mathematical model that would allow forecasting the output of biogas as a result of anaerobic
microbiological fermentation in a biogas plant, depending on technological factors. As mentioned
above, such technological factors include the pH level and the composition of organic materials,
considering specific moments in time and the volumes of their addition to the fermentation medium
(substrate). Based on this, it will become possible to optimize the operation of biogas plants, thus
increasing the efficiency of biogas production.</p>
      <p>In our case, for the development of a mathematical model for the pH of the environment in the
biogas plant, the measurement results provided by LLC "Teofipil Energy Company" were used, in
accordance with the project "Modeling the Dynamics of Processes in Biogas Plants," state registration
number 0123U103785, commissioned by LLC "Zakhid Trade Ternopil," from September 12, 2023, to
September 30, 2024, as well as the Ministry of Education and Science of Ukraine grant "Mathematical
Tools and Software for the Prototype of a High-Efficiency Biogas Plant" (January 2024 – December
2025, state registration number 0124U000076), and the experimental data were obtained over 3
months – from May 1, 2024, to July 31, 2024.</p>
      <p>A fragment of the measurement results is presented in Table 1. In the specified month, additional
biomass was periodically loaded into the reactor for anaerobic fermentation.</p>
      <p>It is also worth noting that these data include information about the date of biogas production and
substrate loading, acidity (pH), substrate composition, and the volume of gas produced per day. It
should be noted that changes in the operational parameters of the biogas plant can have a delayed
effect, so the influence of previous indicators should also be considered when creating the model. The
data on organic materials (substrate) contain information about the type and volume of each
component: pulp (p), silage (s), manure (m), stillage (st), and chicken manure (c).</p>
      <p>Thus, in this study, during the process of constructing a mathematical model of the pH
environment in a biogas plant based on the analysis of intervadlata, the following tasks are addressed:
1) the selection of an appropriate regression analysis method, as well as the tools for its
implementation using the Python library;
2) obtaining the structure of the regression model and identifying the model based on the use of
the aforementioned library;
3) investigating the accuracy of the constructed regression model.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Method and results</title>
      <sec id="sec-4-1">
        <title>4.1. Building a regression model</title>
        <p>For modeling, the Lasso regression method (Least Absolute Shrinkage and Selection Operator)
from the Python sklearn library was used. Its main advantages are the built-in regularization, which
helps prevent overfitting of the model, and the automatic elimination of parameters that have a very
low impact on the result. Through parameter tuning, the model was configured with a regularization
parameter alpha = 0.01. To account for the delayed effect of changes in acidity, the parameter
pH_lag2, representing a 2-day lag, was also added. Among various options, this value showed the
best results when predicting the volume of biogas produced. In the future, as the number and values
of the lag parameters increased, the model's accuracy decreased, indicating that the effect of acidity
changes is highest after 2 days.</p>
        <p>Before using the biogas production data for model training, they needed to be prepared and
formatted. For this, a function was used.</p>
        <p>prepare_data
def prepare_data(df, min_lag, max_lag):
for material in materials_columns:</p>
        <p>df[material] = 0
for index, row in df.iterrows():
for material in materials_columns:
match = re.search(rf'{material}-(\d+)', row['Materials'])
if match:</p>
        <p>df.at[index, material] = int(match.group(1))
for lag in range(min_lag, max_lag + 1):</p>
        <p>df[f'pH_lag{lag}'] = df['pH'].shift(lag)
df['Date'] = pd.to_datetime(df['Date'])
df['pH'] = df['pH'].astype(float)
df['Gas'] = df['Gas'].astype(float)
df.dropna(inplace=True)
return df</p>
        <p>To ensure correct results, data scaling was applied. Without scaling, features with larger values
can dominate over features with smaller values, distorting the model's weight coefficients and its
results. The StandardScaler method was used for scaling. The formula used by this method is as
follows:</p>
        <p>− μ
=   σ</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Final regression equation</title>
        <p>The final regression equation obtained during the program's execution is as follows:
 ( ⃗,   −2) =  0 +  ⃗ ⋅  ⃗ +  6 ⋅   −2
(2)
where  ( ⃗,   −2) – the function that predicts the biogas volume (м³);  ⃗ = ( 1,  2,  3,  4,  5) –the
substrate mass vector (kg);  1 – the mass of stillage;  2 – the mass of pomace;  3 – the mass of
manure;  4 – the mass of chicken manure;  5 – the mass of silage;   −2 – the pH value with a 2-day
lag;  0 = −9551.4717;  ⃗ = (49.6650,78.9349,127.7447,91.6091,160.5516);  6 = 2051.2383.</p>
        <p>The coefficients of the variables determine their contribution to the prediction of biogas volume.
The greatest influence is exerted by   −2 (acidity two days later), which indicates the importance of
historical acidity values of the environment. The contributions of silage and manure are also
significant. At the same time, the acidity value on the same day was determined by the model as
secondary and was excluded when constructing the corresponding equation.</p>
        <p>To determine the accuracy of the obtained model, metrics such as R² and mean relative error were
used. After applying the obtained equation to the test sample, R² showed a value of 0.8889, and the
error was 7.86%.</p>
        <p>Figure 1 shows the relationship between the predicted values of the produced biogas (Predicted
gas amount) and the actual volume of biogas produced per day (Actual gas amount). The green area
highlights the data that were used during the model training. It can be concluded that based on the
obtained model, we can predict the volume of biogas produced for given input factors with sufficient
accuracy. This is confirmed by the results of comparing the predicted gas volume with expreimentally
obtained values. However, there are still certain points where the obtained equation showed slightly
inaccurate results. To ensure higher accuracy of the model, it is necessary to also consider other
influencing factors in the construction of the model. Such factors may include temperature and
humidity.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>As a result of the conducted research, a mathematical model for predicting the volume of biogas
production in biogas plants based on regression analysis was developed, which allowed for the
consideration of technological parameters and time dependencies. For building the model, the use of
the Python programming language was proposed and justified, specifically the sklearn library, which
implements the Lasso regression method (Least Absolute Shrinkage and Selection Operator). The
application of regularization in this method ensured the elimination of the "overfitting" effect and
provided the simplest form of the model among the adequate models. Additionally, the model
included a 2-day lag parameter, which accounts for the delayed effect of substrate acidity changes.</p>
      <p>To determine the resulting accuracy of the model, metrics such as R² and mean relative error were
used. After applying the obtained equation to the test sample, R² showed a value of 0.8889, and the
error was 7.86%. Further development of the model may include expanding the data set, considering
additional parameters such as temperature or humidity, and integrating with automated control
systems for real-time monitoring. This will not only improve forecasting but also contribute to scaling
up biogas technologies as an important element of green energy.</p>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <p>The authors have not employed any Generative AI tools.
[9] Sevda Jalali Milani, Gholamreza Nabi Bidhendi. Biogas and photovoltaic solar energy as
renewable energy in wastewater treatment plants: A focus on energy recovery and greenhouse
gas emission mitigation, Water Science and Engineering, Volume 17, Issue 3, 2024.
https://doi.org/10.1016/j.wse.2023.11.003
[10] S. Lehtoranta, E. Tampio, S. Rasi, J. Laakso, K. Vikki, S. Luostarinen. The implications of
management practices on life cycle greenhouse gas emissions in biogas production. Journal of
Environmental Management, 2024. https://doi.org/10.1016/j.jenvman.2024.121884
[11] Daniela Sica, Benedetta Esposito, Stefania Supino, Ornella Malandrino, Maria Rosaria Sessa.</p>
      <p>Biogas-based systems: An opportunity towards a post-fossil and circular economy perspective
in Italy. Energy Policy, Volume 182, 2023. https://doi.org/10.1016/j.enpol.2023.113719
[12] Karine Arrhenius, Sandra Hultmark, Iris de Krom, Luuk Meijer, Emma Henderson, Janneke van
Wijk. Quality of biogenic carbon dioxide stream from biogas plants including analytical method
development. Journal of CO2 Utilization, Volume 92, 2025.
https://doi.org/10.1016/j.jcou.2025.103020
[13] Tae Hyun Chung, Simran Kaur Dhillon, Chungheon Shin, Deepak Pant, Bipro Ranjan Dhar.</p>
      <p>Microbial electrosynthesis technology for CO2 mitigation, biomethane production, and ex-situ
biogas upgrading. Biotechnology Advances, Volume 77, 2024.
https://doi.org/10.1016/j.biotechadv.2024.108474
[14] Renewables 2023. Special section: Biogas and biomethane
https://www.iea.org/reports/renewables-2023/special-section-biogas-and-biomethane
[15] Wael El-Kolaly, AbdelGawad Saad, Yunfeng Wang, Heba Abd El Halim, Ming Li, Yin Fang.</p>
      <p>Production of biogas from various types of spent mushroom substrate under different growth
conditions. Bioresource Technology Reports. Volume 28, 2024.
https://doi.org/10.1016/j.biteb.2024.101964
[16] Thomas Amon, Barbara Amon, Vitaliy Kryvoruchko, Werner Zollitsch, Karl Mayer, Leonhard
Gruber. Biogas production from maize and dairy cattle manure—Influence of biomass
composition on the methane yield. Agriculture, Ecosystems &amp; Environment. Volume 118, 2007.
https://doi.org/10.1016/j.agee.2006.05.007
[17] Yangyang Li, Yu Li, Difang Zhang, Guoxue Li, Jiaxin Lu, Shuyan Li. Solid state anaerobic
codigestion of tomato residues with dairy manure and corn stover for biogas production.</p>
      <p>Bioresource Technology, Volume 217, 2016. https://doi.org/10.1016/j.biortech.2016.01.111
[18] Dyvak M., Pasichnyk R. Inductive and Deductive Approaches to Modeling the Daily Cycle of
Carbon Monoxide Concentrations Due to Air Pollution by Motor Vehicles (2024) Proceedings
International Conference on Advanced Computer Information Technologies, ACIT, pp. 77 - 82,
DOI: 10.1109/ACIT62333.2024.10712476
[19] M. Dyvak, "Parameters Identification Method of Interval Discrete Dynamic Models of Air
Pollution Based on Artificial Bee Colony Algorithm," 2020 10th International Conference on
Advanced Computer Information Technologies (ACIT), Deggendorf, Germany, 2020, pp.
130135. https://ieeexplore.ieee.org/document/9208972
[20] M. Dyvak, A. Pukas, I. Oliynyk and A. Melnyk, "Selection the “Saturated” Block from Interval
System of Linear Algebraic Equations for Recurrent Laryngeal Nerve Identification," 2018 IEEE
Second International Conference on Data Stream Mining &amp; Processing (DSMP), Lviv, Ukraine,
2018, pp. 444-448. https://ieeexplore.ieee.org/document/8478528
[21] Dyvak, M.; Spivak, I.; Melnyk, A.; Manzhula, V.; Dyvak, T.; Rot, A.; Hernes, M. Modeling Based
on the Analysis of Interval Data of Atmospheric Air Pollution Processes with Nitrogen Dioxide
due to the Spread of Vehicle Exhaust Gases. Sustainability 2023, 15, 2163.
https://doi.org/10.3390/su15032163
[22] M. Dyvak, P. Stakhiv, A. Pukas, Algorithms of parallel calculations in task of tolerance ellipsoidal
estimation of interval model parameters, Bull. Pol. Acad. Sci. 60.1 (2012).
https://doi.org/10.2478/v10175-012-0022-9
[23] N. Ocheretnyuk, I. Voytyuk, M. Dyvak and Y. Martsenyuk, "Features of structure identification
the macromodels for nonstationary fields of air pollutions from vehicles," Proceedings of
International Conference on Modern Problem of Radio Engineering, Telecommunications and
Computer Science, Lviv, Ukraine, 2012, p. 444.
https://ieeexplore.ieee.org/abstract/document/6192692</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Tian-yu</surname>
            <given-names>Chen</given-names>
          </string-name>
          , Chao-qiang
          <string-name>
            <surname>Wang</surname>
          </string-name>
          , Lin-xiao Cheng, Jing-jie Zhang.
          <article-title>Carbon dioxide resource utilization in methanol products: Carbon emission projections, visual analysis, life cycle assessment</article-title>
          .
          <source>Journal of the Indian Chemical Society</source>
          , Volume
          <volume>101</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>10</given-names>
          </string-name>
          ,
          <year>2024</year>
          . https://doi.org/10.1016/j.jics.
          <year>2024</year>
          .101336
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Yingzi</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Haiyan</given-names>
            <surname>Lu</surname>
          </string-name>
          , Meifen Wu,
          <string-name>
            <given-names>Ruyin</given-names>
            <surname>Long</surname>
          </string-name>
          .
          <article-title>"Climate change" vs. "Global warming": Different public perceptions, sentiments and explanatory factors in China</article-title>
          ,
          <source>Journal of Cleaner Production</source>
          , Volume
          <volume>484</volume>
          ,
          <year>2024</year>
          , https://doi.org/10.1016/j.jclepro.
          <year>2024</year>
          .144324
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Flaviana</given-names>
            <surname>John Ngabala</surname>
          </string-name>
          , Jovine Kamuhabwa Emmanuel.
          <article-title>Potential substrates for biogas production through anaerobic digestion-an alternative energy source</article-title>
          ,
          <source>Heliyon</source>
          , Volume
          <volume>10</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>23</given-names>
          </string-name>
          ,
          <year>2024</year>
          . https://doi.org/10.1016/j.heliyon.
          <year>2024</year>
          .e40632
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Mohammadmahdi</given-names>
            <surname>Mohammadianroshanfekr</surname>
          </string-name>
          , Maryam Pazoki, Mohamad Bagher Pejman, Reza Ghasemzadeh,
          <string-name>
            <given-names>Abolghasem</given-names>
            <surname>Pazoki</surname>
          </string-name>
          .
          <article-title>Kinetic modeling and optimization of biogas production from food waste and cow manure co-digestion</article-title>
          . Results in Engineering, Volume
          <volume>24</volume>
          ,
          <year>2024</year>
          . https://doi.org/10.1016/j.rineng.
          <year>2024</year>
          .103477
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Sathish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Muthukumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Saravanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jayant</given-names>
            <surname>Giri</surname>
          </string-name>
          .
          <article-title>Optimized thermal pretreatment for lignocellulosic biomass of pigeon pea stalks to augment quality and quantity of biogas production</article-title>
          .
          <source>International Journal of Thermofluids</source>
          , Volume
          <volume>24</volume>
          ,
          <year>2024</year>
          . https://doi.org/10.1016/j.ijft.
          <year>2024</year>
          .100911
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Reem</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Alharbi</surname>
          </string-name>
          .
          <article-title>Anaerobic co-digestion of cow manure and microalgae to increase biogas production: A sustainable bioenergy source</article-title>
          .
          <source>Journal of King</source>
          Saud University - Science. Volume
          <volume>36</volume>
          , Issue 9.
          <year>2024</year>
          . https://doi.org/10.1016/j.jksus.
          <year>2024</year>
          .103380
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Hołaj-Krzak</surname>
            ,
            <given-names>J.T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Konieczna</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Borek</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Gryszkiewicz-Zalega</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Sitko</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Urbaniak</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Dybek</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Anders</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Szymenderski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Koniuszy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; et al.
          <article-title>Goat Manure Potential as a Substrate for Biomethane Production-An Experiment for Photofermentation</article-title>
          .
          <source>Energies</source>
          <year>2024</year>
          ,
          <volume>17</volume>
          , 3967. https://doi.org/10.3390/en17163967
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Raman</given-names>
            <surname>Kumawat</surname>
          </string-name>
          , Lata Gidwani, Kunj Bihari Rana.
          <article-title>Comparative analysis of life cycle assessment of biogas-powered and coal-powered power plant for optimized environmental operation</article-title>
          ,
          <source>Heliyon</source>
          , Volume
          <volume>10</volume>
          ,
          <year>2024</year>
          . https://doi.org/10.1016/j.heliyon.
          <year>2024</year>
          .e39155
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>