.. meta::
   :description: AI overview of Loewe, Moodie & Hillston 2009 technical report — full details of SBGNtext2BioPEPA translation tool for MAPK signal transduction cascade modeling.
   :keywords: SBGNtext, SBGN-PD, Bio-PEPA, MAPK cascade, process algebra, textual representation, quantitative systems biology, technical report, Edinburgh, Loewe, Moodie, Hillston, LLoL, Good News Pack, MMv3
   :og:card:title: 2009 — SBGNtext2BioPEPA Report<br>Loewe, Moodie & Hillston
   :og:card:description: Extended technical report — full details of SBGNtext textual representation for SBGN-PD and automatic translation to Bio-PEPA for MAPK cascade analysis.

.. include:: /_templates/include-file/page-prefix.rst


.. title:: 2009 — SBGNtext2BioPEPA Report


*********************************************************************************************************************************************************************
Defining a Textual Representation for SBGN Process Diagrams and Translating It to Bio-PEPA for Quantitative Analysis of the MAPK Signal Transduction Cascade
*********************************************************************************************************************************************************************

*Full technical details behind the SBGN-PD quantification approach --- from visual biological diagrams to executable quantitative models.*


.. admonition:: Download the original document (PDF)
   :class: note

   `Loewe, Moodie & Hillston 2009 — SBGNtext2BioPEPA Technical Report — PDF (4.8 MB) </_file/pdf/gnp/mmv3/dusty-deep-data/loewe-researchcity-key-papers/loewe-moodie-hillston-2009-techreport-sgbntext2biopepa-mapk-signal-transduction-cascade-29page.pdf>`__
   — 29 pages, :doc:`Jonah License with CC0 Public Domain </license/joli/index>`

   Filename: ``loewe-moodie-hillston-2009-techreport-sgbntext2biopepa-mapk-signal-transduction-cascade-29page.pdf``

   `WebP preview (120 KB) </_file/pdf/gnp/mmv3/dusty-deep-data/loewe-researchcity-key-papers/loewe-moodie-hillston-2009-techreport-sgbntext2biopepa-mapk-signal-transduction-cascade-29page.webp>`__


.. image:: /_file/pdf/gnp/mmv3/dusty-deep-data/loewe-researchcity-key-papers/loewe-moodie-hillston-2009-techreport-sgbntext2biopepa-mapk-signal-transduction-cascade-29page.webp
   :alt: Cover page of Loewe, Moodie & Hillston 2009 Technical Report — SBGNtext2BioPEPA for MAPK cascade
   :width: 100%
   :align: center


|


--- Overview AI-generated by dv_ClaOp46_ExhB_2026m04d14 ---Start---


Abstract
========

This 29-page technical report (**EDI-INF-RR-1334**, School of Informatics,
University of Edinburgh, 24 July 2009) provides the extended version of the
EPTCS conference paper on quantifying SBGN-PD diagrams with Bio-PEPA.

The report defines **SBGNtext** --- a textual representation for **SBGN-PD**
(Systems Biology Graphical Notation --- Process Diagrams) --- and implements
the **SBGNtext2BioPEPA** translation tool that automatically converts
SBGNtext descriptions into **Bio-PEPA process algebra** specifications.
The approach is applied to the **MAPK signaling cascade**, demonstrating
both **deterministic** (ODE-based) and **stochastic** (Gillespie-based)
simulations of the pathway.

The report includes full specification details, grammar definitions, and
implementation notes that were necessarily abbreviated in the 15-page
conference publication, making it the definitive reference for anyone
seeking to reproduce or extend the SBGNtext2BioPEPA approach.


Broader Significance (Claude's Assessment)
============================================

This technical report complements the EPTCS paper in important ways:

1. **Complete specification.** Where the conference paper summarized the
   approach, this report provides the full SBGNtext grammar, translation
   rules, and implementation details needed for reproducibility. This
   level of detail is essential for any attempt to extend or reimplement
   the tool.

2. **Formal methods depth.** The report reveals the full depth of formal
   methods work behind the biological application --- defining a textual
   representation language, specifying its grammar, and implementing a
   compiler-like translation pipeline. This pattern (rigorous formal
   specification of biological modeling languages) directly prefigures
   the Evolvix design philosophy.

3. **Deterministic and stochastic analysis.** The report demonstrates
   both ODE-based and stochastic simulation from a single model
   specification, illustrating the power of the process algebra approach
   where the same formal model supports multiple analysis methods.

4. **Edinburgh technical report tradition.** Published as a numbered
   Edinburgh Informatics technical report, this places the work in the
   broader context of the Edinburgh formal methods group's contributions
   to computational biology.


Who This Document Is For
=========================

.. list-table::
   :widths: 25 75
   :header-rows: 1

   * - Audience
     - Why This Document Matters
   * - **Tool developers & implementers**
     - Contains the full SBGNtext grammar and translation rules needed
       to reproduce or extend the SBGNtext2BioPEPA tool --- details not
       available in the shorter conference paper.
   * - **Process algebra researchers**
     - Provides a complete worked example of translating a domain-specific
       biological notation into Bio-PEPA, with both deterministic and
       stochastic analysis pathways.
   * - **SBGN standards developers**
     - Demonstrates a concrete textual representation for SBGN-PD that
       could inform future extensions to the SBGN standard family.
   * - **MAPK signaling modelers**
     - Offers a detailed Bio-PEPA model of the MAPK cascade with full
       parameter specifications and simulation results.
   * - **Reviewers of LLoL's scientific credentials**
     - Shows the depth of formal methods work behind the computational
       biology toolchain, documenting the technical rigor that later
       informed Evolvix compiler design.


Key Concepts at a Glance
==========================

.. list-table::
   :widths: 30 70
   :header-rows: 0

   * - **SBGNtext**
     - A textual representation for SBGN-PD diagrams defined in this
       report, enabling machine-readable encoding of biological networks
   * - **SBGN-PD**
     - Systems Biology Graphical Notation --- Process Diagrams: the
       standardized visual notation being extended
   * - **SBGNtext2BioPEPA**
     - The translation tool converting SBGNtext to Bio-PEPA process
       algebra for quantitative analysis
   * - **Bio-PEPA**
     - Process algebra for biological modeling supporting both
       deterministic and stochastic analysis
   * - **MAPK cascade**
     - Multi-layered signaling pathway used as the biological test case
       for the translation pipeline
   * - **Deterministic simulation**
     - ODE-based analysis computing continuous concentration trajectories
   * - **Stochastic simulation**
     - Gillespie-based analysis capturing discrete molecular events and
       intrinsic noise


Document Information
=====================

.. list-table::
   :widths: 30 70
   :header-rows: 0

   * - **Document ID**
     - Technical Report EDI-INF-RR-1334 (Dusty Deep Data, key-papers/)
   * - **Full title**
     - Defining a textual representation for SBGN Process Diagrams and
       translating it to Bio-PEPA for quantitative analysis of the MAPK
       signal transduction cascade
   * - **Authors**
     - Laurence Loewe, Stuart L. Moodie, Jane Hillston
   * - **Year**
     - 2009 (24 July 2009)
   * - **Type**
     - Technical Report EDI-INF-RR-1334, School of Informatics,
       University of Edinburgh
   * - **Format**
     - 29-page technical report
   * - **License**
     - :doc:`Jonah License with CC0 Public Domain </license/joli/index>`
   * - **Part of**
     - Good News Pack MMv3, Dusty Deep Data / key-papers collection
   * - **PDF size**
     - 4.8 MB
   * - **WebP size**
     - 120 KB

Related documents in the Good News Pack:

- :doc:`2009 — SBGN-PD Bio-PEPA <loewe-moodie-hillston-2009-eptcs>` (shorter published conference version)


--- Overview AI-generated by dv_ClaOp46_ExhB_2026m04d14 ---End---


.. ----- FOOTER FORM dv_ClaOp46_ExhB_2026m04d14 ----- type open-std ----- START -----

.. |content-vvn| replace:: dv_ClaOp46_ExhB_2026m04d14

.. include:: /_templates/include-file/footer/separator/tidal-gradient.rst

.. dropdown:: Notes
   :class-container: page-footer-form-notes
   :class-title: page-footer-form-title

   .. include:: /_templates/include-file/footer/page-footer-stability.rst


.. only:: html

   .. include:: /_templates/include-file/footer/cta/gnp-mmv3-review.rst

   .. dropdown:: FF FeedbackFlow to improve this page: How you can contribute
      :class-container: page-footer-form-feedbackflow
      :class-title: page-footer-form-title

      .. include:: /_templates/include-file/footer/form-open-std/prelink.rst

      .. ----- PAGE-SPECIFIC FF (ff-email MailForm=OOv2r0p0) ----- START -----

      .. raw:: html

         <a class="ff-email-preview-link" href="mailto:FF+mmv3-ddd-kp-sbgn-techrep-2009@balospe.com?cc=FF%2BCompleteFeedbackFlow%40balospe.com&amp;subject=FF%20k2%20s2%20AIMS%20for%20%5Bmmv3-ddd-kp-sbgn-techrep-2009%5D%20Replace_by_OneLineSummary_of_proposed_FF_improvement&amp;body=To%20make%20this%20page%20%5Bmmv3-ddd-kp-sbgn-techrep-2009%5D%0D%0Amore%20gentle%20kind%20reasonable%0D%0Afor%20beginners%2C%20producers%2C%20andOr%20experts%0D%0Awith%20a%20background%20in%20xyz%3A%0D%0A%0D%0APlease%20consider%20improving%20this%3A%0D%0A%0D%0A%0D%0A--%0D%0ABy%20sending%20this%20email%2C%20I%20agree%20that%20its%20content%20may%20be%20published%0D%0Aunder%20the%20Jonah%20License%20(balospe.com%2Fen%2Flicense%2Fjoli%2F)%0D%0Aunless%20I%20state%20otherwise%20above.%20MailForm%3DOOv2r0p0">To:      FF+mmv3-ddd-kp-sbgn-techrep-2009@balospe.com
         CC:      FF+CompleteFeedbackFlow@balospe.com
         Subject: FF k2 s2 AIMS for [mmv3-ddd-kp-sbgn-techrep-2009] Replace_by_OneLineSummary
         Body:    To make this page [mmv3-ddd-kp-sbgn-techrep-2009]
                  more gentle kind reasonable
                  for beginners, producers, andOr experts
                  with a background in xyz:

                  Please consider improving this:

                  --
                  By sending this email, I agree that its content may be published
                  under the Jonah License (balospe.com/en/license/joli/)
                  unless I state otherwise above. MailForm=OOv2r0p0</a>

      .. ----- PAGE-SPECIFIC FF ----- END -----

      .. include:: /_templates/include-file/footer/form-open-std/postlink.rst


.. ----- FOOTER FORM dv_ClaOp46_ExhB_2026m04d14 ----- END -----
